@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap);

*,
html {
    -webkit-box-sizing: border-box
}

.l-container,
.l-container1,
.l-container2,
.l-container3 {
    margin: 0 auto;
    width: 100%
}

.l-body,
.l-header .menusp {
    -webkit-overflow-scrolling: touch
}

.cert1-item1,
.top2-item {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}

.c-table2 .c-table__wrapper .c-table__list .c-table__item figure figcaption,
.c-table2.c-table3 .c-table__wrapper .c-table__list .c-table__item figure figcaption {
    margin-left: 1%
}

.p-corp5__form form .form__group .group__inner input:focus,
.p-corp5__form form .form__group textarea:focus {
    outline: 0
}

@font-face {
    src: local("Yu Gothic");
    font-family: YuGothic
}

@font-face {
    src: local("Arial");
    font-family: Arial
}

@font-face {
    src: url("../fonts/Honoka-Mincho.eot");
    src: local("Honoka Mincho"), local("Honoka-Mincho"), url("../fonts/Honoka-Mincho.eot?#iefix") format("embedded-opentype"), url("../fonts/Honoka-Mincho.woff2") format("woff2"), url("../fonts/Honoka-Mincho.woff") format("woff"), url("../fonts/Honoka-Mincho.ttf") format("truetype"), url("../fonts/Honoka-Mincho.svg#Honoka-Mincho") format("svg");
    font-display: swap;
    font-family: 'Honoka Mincho';
    font-style: normal;
    font-weight: 400
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

.c-sns a,
.l-header nav ul li:hover .dropdown,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

body,
html {
    overflow-x: hidden
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    -ms-overflow-style: scrollbar;
    box-sizing: border-box
}

body {
    color: #000;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1
}

a {
    cursor: pointer
}

a:hover {
    color: inherit
}

.l-footer__copy a,
.l-footer__copy small,
.l-footer__inner .footer-bot p {
    color: #aaa;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0
}

.l-body,
.l-row__col--column-between-center {
    -moz-flex-direction: column;
    display: -moz-flex
}

.l-body,
.l-footer__inner .btn-group {
    display: -webkit-box;
    display: -ms-flexbox
}

.l-body {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.6;
    padding-top: 120px
}

@media screen and (max-width:767px) {
    .l-body {
        padding-top: 0
    }
}

.fixed,
.l-body.fixed {
    position: fixed
}

.l-container {
    max-width: 1200px
}

@media screen and (min-width:1200px) {
    .l-container {
        max-width: 1200px
    }

    .l-container1 {
        max-width: 1796px;
        padding: 0 35px
    }

    .l-container3 {
        max-width: 960px
    }
}

.l-footer {
    padding: 60px 0 15px;
    background: #333;
    color: #fff
}

@media screen and (max-width:1199px) {

    .l-container,
    .l-container1 {
        padding: 0 15px
    }

    .l-footer {
        padding: 50px 15px 0
    }
}

.l-footer__inner .btn-group {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 41px;
    padding-bottom: 59px;
    border-bottom: 1px solid #707070
}

.l-footer__copy,
.l-footer__inner .footer-bot,
.l-row {
    display: -ms-flexbox;
    display: -webkit-box
}

@media screen and (max-width:767px) {
    .l-footer {
        padding: 50px 0 10px
    }

    .l-footer__inner .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-bottom: 50px
    }
}

.breadcrumb a,
.breadcrumb p,
.cert1-1 .l-container .top1-item article a,
.cert2-1 .l-container .top1-item article a,
.l-footer__inner .btn-group .get-certified {
    letter-spacing: 0
}

.l-footer__inner .btn-group .get-certified:not(:nth-child(3n)) {
    margin-right: 15px
}

.l-footer__inner .btn-group .get-certified:last-child,
.l-footer__inner .btn-group .get-certified:nth-child(n+4),
.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3 h5.mt15,
.u-m2 {
    margin-top: 15px
}

@media screen and (max-width:575px) {
    .l-footer__inner .btn-group {
        width: 100%;
        margin: 0 auto 50px
    }

    .l-footer__inner .btn-group .get-certified {
        max-width: unset
    }
}

@media screen and (max-width:991px) {
    img {
        max-width: 100%
    }

    .pc-only {
        display: none
    }

    .l-footer__inner .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .l-footer__inner .btn-group .get-certified:not(:nth-child(3n)) {
        margin-right: auto
    }

    .l-footer__inner .btn-group .get-certified:last-child,
    .l-footer__inner .btn-group .get-certified:nth-child(n+4) {
        margin-top: 0
    }

    .l-footer__inner .btn-group .get-certified {
        width: 100%;
        max-width: 385px;
        margin: 0 auto 20px;
        padding: 22.5px 12px;
        font-size: 1.6rem
    }

    .l-footer__inner .btn-group .get-certified::after {
        right: 15px;
        max-width: 12%
    }
}

@media screen and (max-width:413px) {
    .l-footer__inner .btn-group .get-certified {
        font-size: 1rem
    }
}

.l-footer__inner .btn-group .get-certified:hover {
    color: #fff
}

.c-bnt button:hover::after,
.contact_btn_submit:hover::after,
.get-certified:hover::after,
.l-footer__inner .btn-group .get-certified:hover::after {
    width: 0
}

.l-footer__inner .footer-bot {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.l-footer__inner .footer-bot__item:not(:last-child) {
    margin-bottom: 20px
}

.l-footer__inner .footer-bot__item:nth-child(2) ul {
    margin-left: 40px
}

.l-footer__inner .footer-bot__item .title-footer {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.l-footer__inner .footer-bot ul {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-footer__inner .footer-bot ul li a {
    margin-right: 14px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.l-footer__inner .footer-bot ul li a:hover,
.l-header nav .logo:hover {
    opacity: .7
}

.l-footer__inner .footer-bot ul li a.mr-1 {
    margin-right: 1px
}

.l-footer__inner .footer-bot p {
    padding-top: 23px;
    padding-right: 18px
}

.l-footer__copy {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 14px;
    padding-bottom: 15px
}

.l-header,
.l-row {
    -ms-flex-wrap: wrap
}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

.l-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.l-row__col--column-around-center,
.l-row__col--column-between-center {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox
}

.l-row--no-gutters {
    margin-right: 0;
    margin-left: 0
}

.l-row--no-gutters>.l-row__col,
.l-row--no-gutters>[class*=l-row__col--] {
    padding-right: 0;
    padding-left: 0
}

.l-row__col,
.l-row__col--1,
.l-row__col--10,
.l-row__col--11,
.l-row__col--12,
.l-row__col--2,
.l-row__col--3,
.l-row__col--4,
.l-row__col--5,
.l-row__col--6,
.l-row__col--7,
.l-row__col--8,
.l-row__col--9,
.l-row__col--auto,
.l-row__col--lg,
.l-row__col--lg-1,
.l-row__col--lg-10,
.l-row__col--lg-11,
.l-row__col--lg-12,
.l-row__col--lg-2,
.l-row__col--lg-3,
.l-row__col--lg-4,
.l-row__col--lg-5,
.l-row__col--lg-6,
.l-row__col--lg-7,
.l-row__col--lg-8,
.l-row__col--lg-9,
.l-row__col--lg-auto,
.l-row__col--md,
.l-row__col--md-1,
.l-row__col--md-10,
.l-row__col--md-11,
.l-row__col--md-12,
.l-row__col--md-2,
.l-row__col--md-3,
.l-row__col--md-4,
.l-row__col--md-5,
.l-row__col--md-6,
.l-row__col--md-7,
.l-row__col--md-8,
.l-row__col--md-9,
.l-row__col--md-auto,
.l-row__col--sm,
.l-row__col--sm-1,
.l-row__col--sm-10,
.l-row__col--sm-11,
.l-row__col--sm-12,
.l-row__col--sm-2,
.l-row__col--sm-3,
.l-row__col--sm-4,
.l-row__col--sm-5,
.l-row__col--sm-6,
.l-row__col--sm-7,
.l-row__col--sm-8,
.l-row__col--sm-9,
.l-row__col--sm-auto,
.l-row__col--xl,
.l-row__col--xl-1,
.l-row__col--xl-10,
.l-row__col--xl-11,
.l-row__col--xl-12,
.l-row__col--xl-2,
.l-row__col--xl-3,
.l-row__col--xl-4,
.l-row__col--xl-5,
.l-row__col--xl-6,
.l-row__col--xl-7,
.l-row__col--xl-8,
.l-row__col--xl-9,
.l-row__col--xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.l-row__col {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    word-break: break-all
}

.l-row__col--auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.l-row__col--1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.l-row__col--2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.l-row__col--3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.l-row__col--4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.l-row__col--5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.l-row__col--6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.l-row__col--7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.l-row__col--8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.l-row__col--9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.l-row__col--10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.l-row__col--11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.l-row__col--12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.l-row__col--order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.l-row__col--order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13
}

.l-row__col--order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.l-row__col--order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.l-row__col--order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.l-row__col--order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.l-row__col--order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.l-row__col--order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.l-row__col--order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.l-row__col--order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.l-row__col--order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.l-row__col--order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.l-row__col--order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.l-row__col--order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.l-row__col--order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.l-row__col--offset-1 {
    margin-left: 8.333333%
}

.l-row__col--offset-2 {
    margin-left: 16.666667%
}

.l-row__col--offset-3 {
    margin-left: 25%
}

.l-row__col--offset-4 {
    margin-left: 33.333333%
}

.l-row__col--offset-5 {
    margin-left: 41.666667%
}

.l-row__col--offset-6 {
    margin-left: 50%
}

.l-row__col--offset-7 {
    margin-left: 58.333333%
}

.l-row__col--offset-8 {
    margin-left: 66.666667%
}

.l-row__col--offset-9 {
    margin-left: 75%
}

.l-row__col--offset-10 {
    margin-left: 83.333333%
}

.l-row__col--offset-11 {
    margin-left: 91.666667%
}

@media screen and (min-width:576px) {
    .l-row__col--sm {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .l-row__col--sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .l-row__col--sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .l-row__col--sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .l-row__col--sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .l-row__col--sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .l-row__col--sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .l-row__col--sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .l-row__col--sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .l-row__col--sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .l-row__col--sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .l-row__col--sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .l-row__col--sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .l-row__col--sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .l-row__col--order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .l-row__col--order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .l-row__col--order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .l-row__col--order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .l-row__col--order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .l-row__col--order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .l-row__col--order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .l-row__col--order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .l-row__col--order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .l-row__col--order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .l-row__col--order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .l-row__col--order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .l-row__col--order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .l-row__col--order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .l-row__col--order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .l-row__col--offset-sm-0 {
        margin-left: 0
    }

    .l-row__col--offset-sm-1 {
        margin-left: 8.333333%
    }

    .l-row__col--offset-sm-2 {
        margin-left: 16.666667%
    }

    .l-row__col--offset-sm-3 {
        margin-left: 25%
    }

    .l-row__col--offset-sm-4 {
        margin-left: 33.333333%
    }

    .l-row__col--offset-sm-5 {
        margin-left: 41.666667%
    }

    .l-row__col--offset-sm-6 {
        margin-left: 50%
    }

    .l-row__col--offset-sm-7 {
        margin-left: 58.333333%
    }

    .l-row__col--offset-sm-8 {
        margin-left: 66.666667%
    }

    .l-row__col--offset-sm-9 {
        margin-left: 75%
    }

    .l-row__col--offset-sm-10 {
        margin-left: 83.333333%
    }

    .l-row__col--offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media screen and (min-width:768px) {
    .l-footer__inner .footer-bot__item {
        margin-right: 20px
    }

    .l-footer__inner .footer-bot__item:not(:first-child):nth-child(2n-1) {
        text-align: right
    }

    .l-row__col--md {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .l-row__col--md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .l-row__col--md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .l-row__col--md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .l-row__col--md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .l-row__col--md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .l-row__col--md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .l-row__col--md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .l-row__col--md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .l-row__col--md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .l-row__col--md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .l-row__col--md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .l-row__col--md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .l-row__col--md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .l-row__col--order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .l-row__col--order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .l-row__col--order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .l-row__col--order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .l-row__col--order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .l-row__col--order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .l-row__col--order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .l-row__col--order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .l-row__col--order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .l-row__col--order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .l-row__col--order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .l-row__col--order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .l-row__col--order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .l-row__col--order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .l-row__col--order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .l-row__col--offset-md-0 {
        margin-left: 0
    }

    .l-row__col--offset-md-1 {
        margin-left: 8.333333%
    }

    .l-row__col--offset-md-2 {
        margin-left: 16.666667%
    }

    .l-row__col--offset-md-3 {
        margin-left: 25%
    }

    .l-row__col--offset-md-4 {
        margin-left: 33.333333%
    }

    .l-row__col--offset-md-5 {
        margin-left: 41.666667%
    }

    .l-row__col--offset-md-6 {
        margin-left: 50%
    }

    .l-row__col--offset-md-7 {
        margin-left: 58.333333%
    }

    .l-row__col--offset-md-8 {
        margin-left: 66.666667%
    }

    .l-row__col--offset-md-9 {
        margin-left: 75%
    }

    .l-row__col--offset-md-10 {
        margin-left: 83.333333%
    }

    .l-row__col--offset-md-11 {
        margin-left: 91.666667%
    }
}

@media screen and (min-width:992px) {
    .sp-only {
        display: none
    }

    .l-container2 {
        max-width: 800px
    }

    .l-footer__inner .btn-group .get-certified {
        width: calc(100%/3 - 10px);
        padding: 22px 30px;
        font-size: 1.6rem
    }

    .l-row__col--lg {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .l-row__col--lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .l-row__col--lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .l-row__col--lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .l-row__col--lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .l-row__col--lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .l-row__col--lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .l-row__col--lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .l-row__col--lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .l-row__col--lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .l-row__col--lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .l-row__col--lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .l-row__col--lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .l-row__col--lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .l-row__col--order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .l-row__col--order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .l-row__col--order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .l-row__col--order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .l-row__col--order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .l-row__col--order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .l-row__col--order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .l-row__col--order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .l-row__col--order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .l-row__col--order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .l-row__col--order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .l-row__col--order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .l-row__col--order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .l-row__col--order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .l-row__col--order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .l-row__col--offset-lg-0 {
        margin-left: 0
    }

    .l-row__col--offset-lg-1 {
        margin-left: 8.333333%
    }

    .l-row__col--offset-lg-2 {
        margin-left: 16.666667%
    }

    .l-row__col--offset-lg-3 {
        margin-left: 25%
    }

    .l-row__col--offset-lg-4 {
        margin-left: 33.333333%
    }

    .l-row__col--offset-lg-5 {
        margin-left: 41.666667%
    }

    .l-row__col--offset-lg-6 {
        margin-left: 50%
    }

    .l-row__col--offset-lg-7 {
        margin-left: 58.333333%
    }

    .l-row__col--offset-lg-8 {
        margin-left: 66.666667%
    }

    .l-row__col--offset-lg-9 {
        margin-left: 75%
    }

    .l-row__col--offset-lg-10 {
        margin-left: 83.333333%
    }

    .l-row__col--offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media screen and (min-width:1200px) {
    .l-row__col--xl {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .l-row__col--xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .l-row__col--xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .l-row__col--xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .l-row__col--xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .l-row__col--xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .l-row__col--xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .l-row__col--xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .l-row__col--xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .l-row__col--xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .l-row__col--xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .l-row__col--xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .l-row__col--xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .l-row__col--xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .l-row__col--order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .l-row__col--order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .l-row__col--order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .l-row__col--order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .l-row__col--order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .l-row__col--order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .l-row__col--order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .l-row__col--order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .l-row__col--order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .l-row__col--order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .l-row__col--order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .l-row__col--order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .l-row__col--order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .l-row__col--order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .l-row__col--order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .l-row__col--offset-xl-0 {
        margin-left: 0
    }

    .l-row__col--offset-xl-1 {
        margin-left: 8.333333%
    }

    .l-row__col--offset-xl-2 {
        margin-left: 16.666667%
    }

    .l-row__col--offset-xl-3 {
        margin-left: 25%
    }

    .l-row__col--offset-xl-4 {
        margin-left: 33.333333%
    }

    .l-row__col--offset-xl-5 {
        margin-left: 41.666667%
    }

    .l-row__col--offset-xl-6 {
        margin-left: 50%
    }

    .l-row__col--offset-xl-7 {
        margin-left: 58.333333%
    }

    .l-row__col--offset-xl-8 {
        margin-left: 66.666667%
    }

    .l-row__col--offset-xl-9 {
        margin-left: 75%
    }

    .l-row__col--offset-xl-10 {
        margin-left: 83.333333%
    }

    .l-row__col--offset-xl-11 {
        margin-left: 91.666667%
    }
}

.l-row__col--column-between-center {
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.l-row__col--column-around-center {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around
}

.c-row3,
.l-header,
.l-header .menusp-right,
.l-header nav,
.l-header nav ul {
    display: -webkit-box;
    display: -ms-flexbox
}

.l-row--gap>.l-row__col:nth-of-type(n+2),
.l-row--gap>[class*=l-row__col--]:nth-of-type(n+2) {
    margin-top: 30px
}

@media screen and (min-width:576px) {

    .l-row--gap-sm-2col>.l-row__col:nth-of-type(n+1),
    .l-row--gap-sm-2col>[class*=l-row__col--]:nth-of-type(n+1) {
        margin-top: 0
    }

    .l-row--gap-sm-2col>.l-row__col:nth-of-type(n+3),
    .l-row--gap-sm-2col>[class*=l-row__col--]:nth-of-type(n+3) {
        margin-top: 30px
    }
}

@media screen and (min-width:768px) {

    .l-row--gap-md-2col>.l-row__col:nth-of-type(n+1),
    .l-row--gap-md-2col>[class*=l-row__col--]:nth-of-type(n+1) {
        margin-top: 0
    }

    .l-row--gap-md-2col>.l-row__col:nth-of-type(n+3),
    .l-row--gap-md-2col>[class*=l-row__col--]:nth-of-type(n+3),
    .l-row--gap-md-3col>.l-row__col:nth-of-type(n+4),
    .l-row--gap-md-3col>[class*=l-row__col--]:nth-of-type(n+4) {
        margin-top: 30px
    }

    .l-row--gap-md-3col>.l-row__col:nth-of-type(n+1),
    .l-row--gap-md-3col>[class*=l-row__col--]:nth-of-type(n+1) {
        margin-top: 0
    }

    .c-titleMain_inner .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:992px) {

    .l-row--gap-lg-3col>.l-row__col:nth-of-type(n+1),
    .l-row--gap-lg-3col>[class*=l-row__col--]:nth-of-type(n+1) {
        margin-top: 0
    }

    .l-row--gap-lg-3col>.l-row__col:nth-of-type(n+4),
    .l-row--gap-lg-3col>[class*=l-row__col--]:nth-of-type(n+4),
    .l-row--gap-lg-4col>.l-row__col:nth-of-type(n+5),
    .l-row--gap-lg-4col>[class*=l-row__col--]:nth-of-type(n+5) {
        margin-top: 30px
    }

    .l-row--gap-lg-4col>.l-row__col:nth-of-type(n+1),
    .l-row--gap-lg-4col>[class*=l-row__col--]:nth-of-type(n+1) {
        margin-top: 0
    }

    .cert1-item1 {
        max-width: 49.16%
    }
}

.l-header {
    display: flex;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 35.5px 2%;
    background: 0 0;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.l-header nav,
.l-header nav ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-header nav .logo {
    opacity: 1;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.l-header nav .logo img {
    width: auto;
    height: 45px;
    margin-right: 20px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.l-header nav ul li {
    position: relative;
    margin-right: 40px
}

@media screen and (max-width:1500px) {
    .l-header nav ul li {
        margin-right: 10px
    }
}

.l-header nav ul li a.dropdown-icon {
    padding-bottom: 20px
}

.l-header nav ul li a.dropdown-icon::before {
    bottom: 16px
}

.l-header nav ul li .dropdown {
    display: none;
    position: absolute;
    top: 150%;
    left: 50%;
    min-width: 230px;
    padding: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    background-color: #333;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.l-header nav ul li .dropdown::before {
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #333;
    content: ''
}

.l-header nav ul li .dropdown li {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center
}

.anni .cert1-1 .l-container .top1-item:nth-child(2),
.cert1-2 .l-container .c-row,
.contact .cover,
.l-header nav ul li .dropdown li:last-child,
.p-corp2__list .p-corp2__item:last-of-type {
    margin-bottom: 0
}

.l-header nav ul li .dropdown li a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0
}

.l-header nav ul li .dropdown-img {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.l-header nav ul li a {
    position: relative
}

.l-header .login::before,
.l-header nav ul li a::before {
    z-index: 10;
    position: absolute;
    right: 50%;
    bottom: -4px;
    left: 50%;
    height: 2px;
    background: #ed7b6f;
    content: '';
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.c-qualification__step--lower a:hover,
.top4-inner .top4-inner__item:hover {
    opacity: .7
}

.l-header .login:hover::before,
.l-header .menusp li a:hover::before,
.l-header nav ul li a:hover::before {
    right: 0;
    left: 0;
    opacity: 1
}

.l-header nav ul li:hover .dropdown-icon::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.l-header .login {
    position: relative;
    margin-top: -9px;
    margin-right: -25px
}

.l-header .login img {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.c-row3,
.l-header .menusp-right {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top1-item,
.top2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}

@media screen and (min-width:1240px) {
    .l-header .menusp-right {
        display: none
    }
}

.l-header .login-sp {
    margin-top: -3px;
    margin-right: 20px;
    font-size: 1.2rem;
    line-height: 16px;
    text-align: center
}

.l-header #menu-icon {
    z-index: 10;
    position: relative;
    width: 45px;
    height: 45px
}

.l-header #menu-icon .line {
    position: absolute;
    height: 1px;
    background: #000;
    -webkit-transition: 150ms ease-in;
    transition: 150ms ease-in
}

.l-header #menu-icon .first {
    top: 12.5px;
    width: 45px
}

.l-header #menu-icon .second {
    top: 24.5px;
    width: 23px
}

.l-header .active .second {
    top: 46% !important;
    left: 2px;
    width: 48px !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.l-header .active .first {
    top: 46% !important;
    left: 2px;
    width: 48px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l-header a {
    color: #000;
    font-size: 1.6rem;
    font-weight: bolder;
    letter-spacing: 0;
    text-decoration: none
}

.cert2-4 .l-container .c-row img,
.l-header a img {
    margin-right: 0
}

.l-header .menusp {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 50px 15px;
    overflow: scroll;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 117, 172, .8)), color-stop(51%, rgba(237, 123, 111, .8)), to(rgba(247, 117, 172, .8)));
    background-image: -webkit-linear-gradient(left, rgba(247, 117, 172, .8) 0, rgba(237, 123, 111, .8) 51%, rgba(247, 117, 172, .8) 100%);
    background-image: linear-gradient(to right, rgba(247, 117, 172, .8) 0, rgba(237, 123, 111, .8) 51%, rgba(247, 117, 172, .8) 100%);
    background-size: 200% auto;
    -webkit-transition: .3s;
    transition: .3s
}

.l-header .menusp li {
    margin-bottom: 12px
}

.l-header .menusp li a {
    position: relative;
    color: #000;
    font-size: 1.6rem
}

.l-header .menusp li a::before {
    z-index: 10;
    position: absolute;
    right: 50%;
    bottom: -4px;
    left: 50%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.l-header .menusp ol {
    margin-top: 3px;
    margin-left: 10px
}

.l-header .menusp ol li,
.title-footer.mb-3 {
    margin-bottom: 3px
}

.l-header .menusp ol li a {
    font-size: 1.2rem;
    font-weight: 500
}

.l-header .show,
.mv h5::after {
    right: 0
}

.sticky {
    padding: 15px 2%;
    background: rgba(255, 255, 255, .6)
}

.top1-item {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 118px
}

.top1-item article {
    width: 61%
}

@media screen and (max-width:1239px) {

    .l-header .login,
    .l-header nav ul {
        display: none
    }

    .top1-item article {
        width: 50%
    }
}

.top1-item article .title-item {
    margin: 0 20px 30px
}

.top1-item article p {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.95
}

.top1-item img {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

@media screen and (max-width:767px) {
    .l-footer__inner .btn-group .get-certified::after {
        right: 15px;
        max-width: 11.8%
    }

    .l-footer__inner .footer-bot {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .l-footer__inner .footer-bot__item,
    .top1-item article {
        width: 100%
    }

    .l-footer__inner .footer-bot ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .l-footer__inner .footer-bot ul li a {
        line-height: 24px
    }

    .l-footer__copy {
        margin-top: 28px;
        margin-right: 0
    }

    .top1-item {
        margin-bottom: 84px
    }

    .top1-item article .title-item {
        margin: 0 10px 21px;
        letter-spacing: .8px
    }

    .top1-item article .title-item span {
        padding-left: 0;
        letter-spacing: .8px
    }

    .top1-item article .title-item span::before {
        left: -1px
    }

    .top1-item img {
        width: 100% !important;
        padding: 0
    }
}

@media screen and (max-width:1239px) {
    .top1-item img {
        display: block;
        width: 45%;
        margin: 0 auto
    }
}

.top1-item:nth-child(2n+2) {
    margin-bottom: 133px
}

.top1-item:last-child {
    margin-bottom: 4px
}

.top2-item {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}

.contact_btn_submit,
.get-certified {
    background-size: 200% auto;
    text-decoration: none
}

.top2-item article {
    width: 56.2%
}

.l-about_01 .c-philosophy .c-title,
.top2-item article h4 {
    position: relative;
    margin-bottom: 7px;
    padding-left: 38px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 2rem;
    font-weight: 700
}

.l-about_01 .c-philosophy .c-title::before,
.top2-item article h4::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    content: ''
}

.top2-item article p {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px
}

.top2-item:last-child {
    margin-bottom: 1px
}

.cert1-1 .l-container .top1-item img,
.top2-item:last-child img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.4rem
}

.contact_table dt.first,
.get-certified,
label {
    font-size: 1.6rem
}

.breadcrumb a {
    margin-right: 4px;
    color: #000;
    text-decoration: none
}

.breadcrumb p {
    margin-left: 3px
}

.get-certified {
    display: block;
    position: relative;
    width: 100%;
    max-width: 385px;
    padding: 22px 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f775ac), color-stop(51%, #ed7b6f), to(#f775ac));
    background-image: -webkit-linear-gradient(left, #f775ac 0, #ed7b6f 51%, #f775ac 100%);
    background-image: linear-gradient(to right, #f775ac 0, #ed7b6f 51%, #f775ac 100%);
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    -webkit-transition: .3s;
    transition: .3s
}

.contact_btn_submit:hover,
.get-certified:hover,
.get-certified_top:hover {
    background-position: right center
}

.get-certified.btn-outline {
    border: 2px solid #f775ac;
    background-color: #fff;
    background-image: none;
    color: #f775ac
}

.get-certified.btn-outline:hover {
    color: #f775ac
}

.get-certified.btn-outline::after {
    background: #f775ac
}

.get-certified::after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 100%;
    max-width: 45px;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    content: '';
    -webkit-transition: .3s;
    transition: .3s
}

.contact_btn_reset:after,
.contact_checkbox label span:after,
.contact_checkbox label span:before,
.contact_radio label span:after,
.contact_radio label span:before {
    content: "";
    position: absolute
}

.get-certified:hover {
    color: #fff
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.contact_btn_submit,
.contact_form,
.contact_radio label span,
.contact_table,
.contact_table dt,
.cover,
.mv,
.mv h5,
.styled-checkbox+label {
    position: relative
}

.styled-checkbox+label {
    padding: 0;
    letter-spacing: 0;
    cursor: pointer
}

.styled-checkbox+label:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    background: #fff;
    vertical-align: text-top;
    content: ''
}

.styled-checkbox:checked+label:before {
    border-color: #796956;
    background: #796956
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.styled-checkbox:disabled+label:before {
    background: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.styled-checkbox:checked+label:after {
    position: absolute;
    top: 7px;
    left: 3px;
    width: 12px;
    height: 5px;
    border-color: #796956;
    background: url(../img/top/certification1/checkbox.svg) 0 0/cover no-repeat;
    content: ''
}

label {
    color: #796956;
    font-weight: 500
}

.contact_table {
    width: 100%;
    margin-bottom: 37px
}

.contact_table dd,
.contact_table dt {
    padding: 22px 0 23px;
    font-size: 1.6rem;
    text-align: left;
    vertical-align: top;
    line-height: 25px
}

@media screen and (max-width:767px) {
    .contact_table {
        margin-bottom: 20px
    }

    .contact_table dd,
    .contact_table dt {
        display: block;
        width: 100% !important;
        padding: 10px 15px !important
    }

    .contact_form .wpcf7-form-control.wpcf7-radio .first {
        margin-left: 16px
    }
}

.contact_table dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 212px;
    padding: 0;
    border-top: 1px solid #fff;
    color: #333;
    font-size: 1.8rem;
    letter-spacing: 0
}

.contact_table dt.mt-158 {
    margin-top: -158px
}

.contact_table dd {
    width: calc(100% - 209px);
    padding-left: 13px;
    border-bottom: 0;
    border-left: 0;
    background-color: #fff;
    color: #000;
    font-weight: 400
}

.contact_table dl:first-child dd,
.contact_table dl:first-child dt {
    padding-bottom: 40px;
    border-bottom: 1px solid #c4c4c4
}

.contact_table dl:nth-child(2) dd {
    padding-top: 39px
}

.contact_table dl:nth-child(2) dt {
    padding-top: 16px
}

.c-qualification,
.c-table2 .c-table__wrapper,
.contact_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact_table dl:nth-child(3) dd {
    padding: 31px 0 29px 13px
}

.contact_table dl:nth-child(4) dd {
    padding: 15px 20px 22px 13px
}

.contact_table dl:nth-child(4) dt,
.contact_table dl:nth-child(6) dt {
    margin-top: -7px
}

.contact_table dl:nth-child(5) dd {
    padding: 20px 0 31px 13px
}

.contact_table dl:nth-child(5) dt,
.contact_table dl:nth-child(7) dt,
.contact_table dl:nth-child(9) dt {
    margin-top: -10px
}

.contact_table dl:nth-child(6) dd {
    padding: 23px 0 31px 13px
}

.contact_table dl:nth-child(7) dd,
.contact_table dl:nth-child(9) dd {
    padding: 18px 0 31px 13px
}

.contact_table dl:nth-child(8) dd {
    padding: 14px 0 36px 13px
}

.contact_table dl:nth-child(8) dt,
.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3 span.mt-20 {
    margin-top: -20px
}

.contact_table dl:nth-child(10) dd {
    padding: 18px 0 30px 13px
}

.contact_table dl:nth-child(10) dt {
    margin-top: -39px
}

.contact_table dl:nth-child(11) dd {
    padding: 18px 0 32px 13px
}

.contact_table dl:nth-child(11) dt {
    margin-top: -13px
}

.contact_form {
    width: 960px;
    margin: 46px auto 0
}

.contact_form input,
.contact_form select,
.contact_form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    background-color: #f5f5f5;
    font-family: inherit;
    resize: none
}

.contact_form .col-50 {
    width: 50%
}

.contact_form .col-30 {
    width: 250px
}

.contact_form .ip-full {
    margin-top: 10px
}

.contact_form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 209px;
    padding: 10px;
    overflow-y: auto;
    border-radius: 3px;
    font: inherit;
    font-size: 1.4rem
}

.c-table__list,
.cert1-4 .l-container2,
.cert2-4 .l-container,
.contact_form .wpcf7-form-control,
.contact_form .wpcf7-form-control.wpcf7-radio,
.p-certification3 .cert1-4 .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact_form span.wpcf7-list-item {
    margin-left: 0;
    line-height: 25px;
    width: 100%
}

.contact_form .wpcf7-form-control-wrap,
.cover img {
    width: 100%
}

.contact_form .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 1.2rem
}

.contact_btn {
    margin-top: 22px;
    text-align: center
}

.contact_btn_reset:after {
    z-index: 99;
    top: 50%;
    left: 19px;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: 1px solid #555;
    border-left: 1px solid #555
}

.contact_btn_submit {
    width: 385px;
    padding: 22px 21px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f775ac), color-stop(51%, #ed7b6f), to(#f775ac));
    background-image: -webkit-linear-gradient(left, #f775ac 0, #ed7b6f 51%, #f775ac 100%);
    background-image: linear-gradient(to right, #f775ac 0, #ed7b6f 51%, #f775ac 100%);
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.info,
.top4-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}

.c-bnt button::after,
.contact_btn_submit:after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 45px;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    content: '';
    -webkit-transition: .3s;
    transition: .3s
}

.contact_btn_submit button,
.contact_btn_submit input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.contact_require,
.mv h2,
.mv h5 {
    color: #ed7b6f
}

.contact_btn_submit .ajax-loader {
    position: absolute
}

.contact_radio {
    margin: 7px 0
}

.contact_radio label {
    display: inline-block;
    margin-right: 7px;
    cursor: pointer
}

.cert1-item1 .c-row3 h5 span::after,
.cert1-item1 .c-row3 span.last-child::after,
.contact_checkbox label input,
.contact_radio label input {
    display: none
}

.contact_radio label span {
    display: inline-block;
    padding-left: 22px;
    font-size: 1.6rem
}

.contact_radio label span:before {
    top: 4px;
    left: -4px;
    width: 14px;
    height: 14px;
    border: 1px solid #796956;
    border-radius: 50px;
    background-color: #fff
}

.contact_radio label input:checked+span:after {
    top: 7px;
    left: -1px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #796956
}

.contact_checkbox label {
    display: inline-block;
    cursor: pointer
}

.contact_checkbox label span {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    padding-left: 28px;
    font-size: 1.6rem;
    line-height: 28px
}

.contact_checkbox label span:before {
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #c4c4c4;
    border-radius: 3px
}

.contact_checkbox label input:checked+span::before {
    border-color: #796956
}

.contact_checkbox label input:checked+span:after {
    top: 11px;
    left: 3px;
    width: 12px;
    height: 5px;
    border-color: #796956;
    background: url(../img/top/certification1/checkbox.svg) 0 0/cover no-repeat;
    content: ''
}

.l-about_02 table td,
.l-about_02 table th {
    border-bottom: 1px solid #e0e0e0;
    color: #333
}

.contact_checkbox label input:checked+span:before {
    background-color: #796956
}

.mv {
    width: 100%;
    height: 1860px;
    background-image: url('../img/top/lp_mv.webp');
    background-size: cover
}

@media screen and (max-width:767px) {
    .contact_btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px
    }

    .contact_btn_col {
        width: 100%;
        text-align: center
    }

    .contact_btn_submit {
        margin: 0 auto
    }

    .contact_btn_submit .ajax-loader {
        bottom: -27px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .mv {
        width: 100%;
        height: 500px;
        margin-top: 68px;
        background: url(../img/top/lp_mv.webp) center/cover no-repeat
    }
}

.l-button {
    padding-top: 114px;
    text-align: center
}

.get-certified_top {
    margin: 0 auto;
    max-width: 500px;
    padding: 45px 30px;
    font-size: 2rem
}

.mv-inner {
    width: 660px;
    padding: 45% 0
}

@media screen and (max-width:767px) {
    .l-button {
        padding-top: 50px
    }

    .get-certified_top {
        padding: 15px 30px;
        font-size: 1.5rem
    }

    .mv-inner {
        padding: 76% 0 5%;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .l-body {
        padding-top: 68px
    }

    .mv {
        height: 1170px;
        background: url(../img/top/lp_mv.webp) center/cover no-repeat
    }

    .mv-inner {
        width: 100%;
        padding: 22% 0
    }
}

@media only screen and (min-width:768px) and (max-width:1140px) {
    .mv {
        padding: 52% 15px 5%
    }
}

.mv h5 {
    margin-bottom: 18px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center
}

.mv h5::after,
.mv h5::before {
    display: block;
    position: absolute;
    top: 50%;
    width: 215px;
    height: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ed7b6f;
    content: ''
}

@media screen and (max-width:767px) {
    .mv h5 {
        width: 277px !important;
        margin: 0 0 20px !important;
        font-size: 1.2rem !important
    }

    .mv h5::after,
    .mv h5::before {
        width: 54px !important
    }
}

.mv h5::before {
    left: 0
}

.mv h2 {
    margin-bottom: 44px;
    line-height: 1.25
}

@media screen and (max-width:575px) {
    .l-footer__copy {
        display: block
    }

    .l-footer__copy li,
    .l-footer__copy small {
        display: block;
        text-align: center
    }

    .l-footer__copy small {
        margin-top: 20px
    }

    .l-header nav .logo img {
        height: 30px;
        margin-right: 0
    }

    .get-certified {
        width: 277px;
        padding: 10.5px 30px;
        font-size: 1.4rem
    }

    .contact_btn_submit {
        padding: 22px 0
    }

    .contact_btn_submit:after {
        right: 10px;
        width: 20px
    }

    .mv h2 {
        margin-bottom: 27px;
        font-size: 2rem;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {

    .l-row--gap-xl-4col>.l-row__col:nth-of-type(n+1),
    .l-row--gap-xl-4col>[class*=l-row__col--]:nth-of-type(n+1) {
        margin-top: 0
    }

    .l-row--gap-xl-4col>.l-row__col:nth-of-type(n+5),
    .l-row--gap-xl-4col>[class*=l-row__col--]:nth-of-type(n+5) {
        margin-top: 30px
    }

    .mv h2 {
        font-size: 4.8rem !important;
        letter-spacing: -4px
    }

    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 {
        max-width: 390px
    }

    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .pc-only {
        display: block
    }
}

.top4-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13.8px
}

.c-activities__item,
.top4-inner .top4-inner__item {
    width: calc(25% - 26px);
    margin: 2px 13px 21.5px;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

@media screen and (max-width:1199px) {
    .l-footer__inner .btn-group {
        width: 100%;
        margin: 0 auto 50px
    }

    .l-header,
    .sticky {
        padding: 10px 1.5% 6px;
        background: #fff
    }

    .l-header nav .logo img {
        -webkit-transform: unset;
        transform: unset
    }

    .top1-item article p {
        margin-bottom: 28px;
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 31px
    }

    .top2-item {
        width: 100%;
        margin: 0 auto 30px
    }

    .top2-item article {
        width: 100%
    }

    .top2-item article h4 {
        width: 100%;
        margin-bottom: 4px;
        letter-spacing: 0
    }

    .top2-item article p {
        margin-bottom: 9px;
        font-size: 1.4rem;
        line-height: 36px
    }

    .top2-item img {
        display: block;
        margin: 0 auto
    }

    .breadcrumb {
        font-size: 1.2rem
    }

    .mv h5 {
        width: 70%;
        font-size: 1.5rem
    }

    .mv h5::after,
    .mv h5::before {
        width: 25%
    }

    .top4-inner {
        width: 100%;
        margin: 0 auto
    }

    .top4-inner .top4-inner__item {
        width: calc(33.3% - 26px)
    }
}

.c-voice__box:nth-child(4),
.c-voice__box:nth-child(5),
.c-voice__box:nth-child(6),
.hl-btn__container a:nth-child(2) {
    margin-top: 10px
}

.top4-inner .top4-inner__item .date {
    margin-bottom: 3px;
    color: #767676;
    font-size: 1.1rem;
    letter-spacing: 0
}

.top4-inner .top4-inner__item .type {
    display: block;
    width: 70px;
    margin-bottom: 8px;
    padding: 1px;
    border: 1px solid #ed7b6f;
    border-radius: 3px;
    color: #ed7b6f;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -.5px;
    text-align: center
}

.top4-inner .top4-inner__item .des {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px
}

.top4-inner .top4-inner__item img {
    width: 100%;
    margin-bottom: 4px
}

.cover {
    width: 100%;
    margin-top: 138px
}

.cover-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 13px 30px 21px;
    background: #fff
}

.u-l,
.u-l2,
.u-l3,
.u-l4,
.u-l5 {
    top: -1px !important
}

.cover-inner h3 {
    margin-bottom: 10px;
    color: #ed7b6f;
    font-size: 3.1rem;
    letter-spacing: 0
}

.info aside h2,
.info2 h2 {
    color: #ed7b6f;
    line-height: 30px
}

.honoka-font {
    font-family: "Honoka Mincho", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

.arial-font {
    font-family: Arial, sans-serif
}

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.cert1-item1 {
    width: 100%;
    padding: 25px 20px 14px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}

.info,
.info2 {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}

.cert1-item1 .c-row3 span {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px
}

.cert1-item1 .c-row3 span::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 1px dotted #f775ac;
    content: ''
}

.cert1-item1 .c-row3 h5 {
    padding-left: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0
}

.cert1-item1 .c-row3 h5 span {
    display: block;
    width: auto;
    height: auto;
    font-size: 1.2rem;
    font-weight: 700
}

.check {
    background: url(../img/top/certification1/check.svg) no-repeat
}

.video {
    background: url(../img/top/certification1/video.svg) no-repeat
}

.radio {
    background: url(../img/top/certification1/radio.svg) no-repeat
}

.chat {
    background: url(../img/top/certification1/chat.svg) no-repeat
}

.edit {
    background: url(../img/top/certification1/edit.svg) no-repeat
}

.everyone {
    background: url(../img/top/certification1/everyone.svg) no-repeat
}

.info,
.info2 {
    background: #fff
}

.new-tab::after {
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-left: -1px;
    background: url(../img/top/new-tab.svg) 0 0/cover no-repeat;
    vertical-align: -2px;
    content: ''
}

.dropdown-icon::after {
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-left: 0;
    background: url(../img/top/arrow-down.svg) 0 0/cover no-repeat;
    vertical-align: 1px;
    content: '';
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.info {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 21px;
    padding: 25px 20px 21px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}

.info aside {
    width: 100%;
    max-width: 58%;
    border-right: 1px solid #d9d9d9;
    text-align: center
}

.info aside h3 {
    margin-right: 48px;
    margin-bottom: 52px;
    font-size: 2rem;
    font-weight: 700
}

.info aside h2 {
    margin-right: 52px;
    margin-bottom: 3px;
    font-size: 5rem
}

.info aside h2 span,
.info2 h2 span,
.info2 h3 {
    font-size: 2rem
}

.info aside p {
    margin-right: 23px;
    font-size: 1.6rem;
    font-weight: 500
}

.info aside p span,
.info2 h3,
.info2 p span,
.l-about_01 .c-philosophy .c-desc span {
    font-weight: 700
}

.info ul {
    max-width: 300px;
    margin-top: -1px;
    margin-right: 7px
}

.info ul li {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px
}

.info2 {
    max-width: 57.75%;
    padding: 25px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    text-align: center
}

.info2 h3 {
    margin-right: 15px;
    margin-bottom: 52px
}

.info2 h2 {
    margin-right: 18px;
    margin-bottom: 3px;
    font-size: 5rem
}

.info2 p {
    margin-right: 13px;
    font-size: 1.6rem;
    font-weight: 500
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .title-item {
        font-size: 2.6rem
    }

    .title-item span {
        font-size: 1.6rem
    }
}

.certification3 {
    margin: 85px 0 127px
}

.certification3 .title-item {
    margin-bottom: 41px
}

.certification3 .title-item span,
.certification4 .title-item span {
    padding-left: 48px;
    letter-spacing: 1px
}

.certification4 .title-item {
    margin-bottom: 40px
}

.c-row,
.c-voice,
.cert1-6 .c-banner__group .c-row,
.p-corp4__list,
.top3-inner__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-voice__box {
    position: relative;
    width: 32.5%;
    padding: 15px 15px 16px;
    border: 1px solid #000;
    text-align: center
}

.c-voice__box::before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #000;
    content: ''
}

.c-voice__box h4 {
    margin-bottom: 12px;
    font-size: 1.8rem;
    font-weight: 700
}

.c-voice__box p {
    font-size: 1.6rem;
    letter-spacing: -.1px;
    line-height: 26px;
    text-align: left
}

.c-voice__box img:first-child {
    position: absolute;
    top: 14px;
    left: 13px
}

.c-voice__box img:last-child {
    position: absolute;
    right: 13px;
    bottom: 14px
}

.c-table__list .c-table__item,
.title-item,
.web-media-categories {
    display: -webkit-box;
    display: -ms-flexbox
}

.c-qualification__step {
    width: 19.2%;
    margin-right: 10px;
    background: #f8f8f8
}

.c-qualification__step--upper {
    position: relative;
    padding: 3px 0 11px;
    background-color: #000;
    color: #fff;
    text-align: center
}

.c-qualification__step--upper h4 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4px;
    font-size: 3rem;
    line-height: 52px
}

.c-qualification__step--upper h4::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 30px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    content: ''
}

@media screen and (max-width:991px) {
    .l-footer__inner .footer-bot {
        width: 100%;
        margin: 0 auto
    }

    .top1-item:nth-child(2n+2) {
        margin-bottom: 92px
    }

    .top2-item article h4::before {
        top: 15px
    }

    .contact_table dl {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact_table dl:nth-child(10) dt,
    .contact_table dl:nth-child(11) dt,
    .contact_table dl:nth-child(4) dt,
    .contact_table dl:nth-child(5) dt,
    .contact_table dl:nth-child(6) dt,
    .contact_table dl:nth-child(7) dt,
    .contact_table dl:nth-child(8) dt,
    .contact_table dl:nth-child(9) dt,
    .contact_table dt.mt-158 {
        margin-top: 0
    }

    .contact_table dd {
        width: 100%;
        padding-left: 0;
        border-top: 0
    }

    .contact_form,
    .contact_form .col-30,
    .contact_form .col-50,
    .contact_table dl:first-child dt {
        width: 100%
    }

    .contact_table dl:first-child dd {
        display: none
    }

    .contact_table dl:nth-child(10) dd,
    .contact_table dl:nth-child(11) dd,
    .contact_table dl:nth-child(3) dd,
    .contact_table dl:nth-child(4) dd,
    .contact_table dl:nth-child(5) dd,
    .contact_table dl:nth-child(6) dd,
    .contact_table dl:nth-child(7) dd,
    .contact_table dl:nth-child(8) dd,
    .contact_table dl:nth-child(9) dd {
        padding-left: 0
    }

    .cert1-item1 {
        margin: 0 auto 30px
    }

    .cert1-item1:last-child {
        margin-bottom: 0
    }

    .cert1-item1 .c-row3 h5 {
        line-height: 21px
    }

    .certification3 {
        margin: 35px 0 70px
    }

    .certification3 .title-item span,
    .certification4 .title-item span {
        padding-left: 3px;
        letter-spacing: 0
    }

    .c-qualification {
        display: block
    }

    .c-qualification__step {
        width: auto;
        margin: 0 auto
    }

    .c-qualification__step--upper h4 {
        font-size: 2.5rem
    }

    .hl-btn .c-row h4 {
        margin-bottom: 30px
    }
}

.c-qualification__step--upper p,
.title-item span {
    font-size: 1.6rem
}

.c-qualification__step--upper-pink1:after,
.c-qualification__step--upper-pink2:after,
.c-qualification__step--upper-pink3:after,
.c-qualification__step--upper-pink4:after,
.c-qualification__step--upper-pink5:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: ''
}

.title-footer,
.title-item,
.title-item span,
.title1 {
    position: relative
}

.c-qualification__step--upper-pink1 {
    background-color: #f5b2ab
}

.c-qualification__step--upper-pink1:after {
    border-top: 10px solid #f5b2ab
}

.c-qualification__step--upper-pink2 {
    background-color: #f7a59d
}

.c-qualification__step--upper-pink2:after {
    border-top: 10px solid #f7a59d
}

.c-qualification__step--upper-pink3 {
    background-color: #f09289
}

.c-qualification__step--upper-pink3:after {
    border-top: 10px solid #f09289
}

.c-qualification__step--upper-pink4 {
    background-color: #ea897f
}

.c-qualification__step--upper-pink4:after {
    border-top: 10px solid #ea897f
}

.c-qualification__step--upper-pink5 {
    background-color: #ed7b6f
}

.c-qualification__step--upper-pink5:after {
    border-top: 10px solid #ed7b6f
}

.c-qualification__step--lower {
    padding: 20px 10px
}

.c-qualification__step--lower p {
    font-size: 1.6rem;
    line-height: 31px
}

.c-qualification__step--lower a {
    color: #000;
    opacity: 1;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.hl-btn {
    padding: 50px 0;
    background: #333
}

.hl-btn__container {
    min-width: 385px
}

.cert1-4 .l-container2 .c-row,
.hl-btn__container a,
.l-about_02 table,
.l-about_03 iframe {
    width: 100%
}

.cert1-4.married-cert .c-row,
.hl-btn .c-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hl-btn .c-row h4 {
    margin-top: 5px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 32px
}

.web-media-categories li::after,
.web-media-categories li:first-child::before {
    display: inline-block;
    font-size: 1.4rem;
    content: "|";
    color: #ed7b6f;
    vertical-align: middle
}

.c-banner {
    padding: 79px 0 120px
}

.web-media-logo {
    margin-top: 50px;
    text-align: center
}

.web-media-logo img {
    width: 275px;
    height: auto
}

.web-media-categories {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0 40px
}

.web-media-categories li {
    margin-bottom: 10px
}

.web-media-categories li::after {
    margin: 0 5px
}

.web-media-categories li:first-child::before {
    margin-right: 5px
}

.web-media-categories li a {
    color: #ed7b6f;
    font-size: 1.3rem;
    text-decoration: underline
}

.web-media-categories li a:hover {
    text-decoration: none
}

.c-table {
    margin-top: 119px;
    margin-bottom: 2px
}

.c-table__list .c-table__item {
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
    padding: 35px 35px 52px 41px;
    border: 1px solid #d05b4f;
    background-color: #ed7b6f
}

@media screen and (max-width:1199px) {
    .top4-inner .top4-inner__item .des {
        font-size: 1.4rem
    }

    .cover-inner h3 {
        margin-bottom: 10px;
        font-size: 2em;
        line-height: 21px
    }

    .title-item span {
        font-size: 1.6rem
    }

    .c-table__list .c-table__item {
        padding: 40px 10px
    }
}

@media screen and (max-width:991px) {
    .c-table__list .c-table__item {
        width: 50%
    }
}

.c-table__list .c-table__item .c-table__inner {
    margin-top: 4%;
    letter-spacing: 3px
}

.c-table__list .c-table__item .c-table__inner h4 {
    margin-bottom: 8px;
    font-family: "Yu Gothic", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 32px
}

.c-table__list .c-table__item .c-table__inner .line {
    display: block;
    width: 2px;
    height: 30px;
    margin: 6px 0;
    background-color: #000
}

.c-table__list .c-table__item .c-table__inner span:last-of-type {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px
}

.c-table__list .c-table__item span.number {
    position: absolute;
    top: 0;
    left: -11px;
    color: #fff;
    font-size: 15.9rem;
    line-height: 140px;
    opacity: .5
}

@media screen and (max-width:1199px) {
    .c-table__list .c-table__item span.number {
        font-size: 13rem
    }
}

.c-table__list .c-table__item figure {
    width: 100%;
    text-align: center
}

.c-table__list .c-table__item figure img {
    margin-bottom: 14px
}

.c-table__list .c-table__item figure figcaption {
    margin-left: -2%;
    color: #fff;
    font-size: 2.5rem;
    line-height: 24px;
    text-align: center
}

.c-table__list .c-table__item:first-of-type,
.c-table__list .c-table__item:nth-of-type(2),
.c-table__list .c-table__item:nth-of-type(3),
.c-table__list .c-table__item:nth-of-type(4) {
    border-top: none
}

.c-table__list .c-table__item:nth-of-type(5),
.c-table__list .c-table__item:nth-of-type(6),
.c-table__list .c-table__item:nth-of-type(7),
.c-table__list .c-table__item:nth-of-type(8) {
    border-bottom: none
}

.c-table2 {
    margin: 119px 0 1px
}

@media screen and (max-width:991px) {
    .c-table__list .c-table__item figure {
        width: 90%;
        text-align: center
    }

    .c-table2 .c-table__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-table2 .c-table__wrapper .c-table__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
    padding: 46px 48px 56px 16px
}

@media screen and (max-width:991px) {
    .c-table2 .c-table__wrapper .c-table__title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }
}

@media screen and (max-width:1199px) {
    .c-table2 .c-table__wrapper .c-table__title {
        padding: 40px 10px
    }
}

.c-table2 .c-table__wrapper .c-table__title .c-table__inner {
    margin-top: 3.1%;
    letter-spacing: 1.9px
}

.c-table2 .c-table__wrapper .c-table__title .c-table__inner h4 {
    margin-bottom: 8px;
    font-family: "Yu Gothic", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 35px
}

.c-table2 .c-table__wrapper .c-table__title .c-table__inner .line {
    display: block;
    width: 2px;
    height: 30px;
    margin: 7px 0;
    background-color: #000
}

.c-table2 .c-table__wrapper .c-table__title .c-table__inner span:last-of-type {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px
}

.c-table2 .c-table__wrapper .c-table__list {
    width: 75%
}

.c-table2 .c-table__wrapper .c-table__list .c-table__item {
    width: 33.33%;
    padding: 35px 35px 52px 38px
}

@media screen and (max-width:1199px) {
    .c-table2 .c-table__wrapper .c-table__list .c-table__item {
        padding: 40px 10px
    }
}

@media screen and (max-width:991px) {
    .c-table2 .c-table__wrapper .c-table__title .c-table__inner {
        margin: 0
    }

    .c-table2 .c-table__wrapper .c-table__title .c-table__inner h4 {
        font-size: 1.6rem
    }

    .c-table2 .c-table__wrapper .c-table__list {
        width: 100%
    }

    .c-table2 .c-table__wrapper .c-table__list .c-table__item {
        width: 50%;
        padding: 30px 10px
    }

    .c-table2.c-table3 .c-table__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-table2 .c-table__wrapper .c-table__list .c-table__item span.number {
    position: absolute;
    top: 0;
    left: -5px;
    color: #fff;
    font-size: 15.9rem;
    line-height: 140px;
    opacity: .5
}

.c-table2 .c-table__wrapper .c-table__list .c-table__item span.number.one {
    left: -22px
}

.c-table2 .c-table__wrapper .c-table__list .c-table__item span.number.two {
    left: -14px
}

.c-table2 .c-table__wrapper .c-table__list .c-table__item span.number.three {
    left: -13px
}

.c-table2 .c-table__wrapper .c-table__list .c-table__item span.number.five {
    left: -9px
}

.c-table2 .c-table__wrapper .c-table__list .c-table__item span.number.six {
    left: -2px
}

.c-table2 .c-table__wrapper .c-table__list .c-table__item span.number.seven {
    left: -4px
}

.c-table2.c-table3 .c-table__wrapper .c-table__list,
.c-table2.c-table3 .c-table__wrapper .c-table__title {
    width: 50%
}

.c-table2.c-table3 .c-table__wrapper .c-table__title .c-table__inner {
    margin-top: -3.3%;
    margin-left: 4%
}

.c-table2.c-table3 .c-table__wrapper .c-table__title .c-table__inner .line {
    margin: 5px 0
}

.c-table2.c-table3 .c-table__wrapper .c-table__list .c-table__item,
.l-about_02 .c-flexblock__content,
.l-adviser-detail_01 .c-flexBlock__img,
.p-certification3 .c-table__list .c-row {
    width: 50%
}

@media screen and (max-width:991px) {

    .c-table2.c-table3 .c-table__wrapper .c-table__list,
    .c-table2.c-table3 .c-table__wrapper .c-table__title {
        width: 100%
    }

    .c-table2.c-table3 .c-table__wrapper .c-table__title .c-table__inner {
        width: 100%;
        margin: 0
    }

    .c-table2.c-table3 .c-table__wrapper .c-table__list .c-table__item {
        width: 50%
    }
}

.c-table2.c-table3 .c-table__wrapper .c-table__list .c-table__item figure img {
    margin-bottom: 14.4px
}

.u-bg {
    background-color: #f0b4ab !important
}

.u-l {
    left: -23px !important
}

.u-l2 {
    left: -8px !important
}

.u-l3 {
    left: -4px !important
}

.u-l4,
.u-l5 {
    left: -3px !important
}

.title-item {
    display: flex;
    z-index: 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 3px
}

.title-item::before {
    z-index: 1;
    position: absolute;
    bottom: 17px;
    left: -20px;
    width: 60px;
    height: 60px;
    background: url(../img/top/logo.svg);
    content: '';
    opacity: .25
}

.c-activities__item:hover,
.top3-inner__bot .bot-item:hover {
    opacity: .7
}

@media screen and (max-width:991px) {
    .title-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        margin: 0 10px 30px;
        font-size: 1.6rem
    }

    .title-item::before {
        bottom: 58px;
        left: -6px;
        width: 40px;
        height: 40px;
        background-size: cover
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .title-item::before {
        top: -30px;
        left: -15px;
        width: 60px;
        height: 60px
    }
}

.title-footer::before,
.title-item span::before,
.title1::before {
    height: 2px;
    content: '';
    position: absolute
}

.title-item.center {
    margin: 0 auto 35px
}

.title-item span {
    padding-left: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

.title-footer,
.title-footer a {
    font-size: 1.6rem;
    font-weight: 700
}

.title-item span::before {
    top: 45%;
    left: 5px;
    width: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000
}

.title-item--sub {
    margin-bottom: 42px
}

.title-footer {
    margin-bottom: 6px;
    padding-left: 32px;
    letter-spacing: 0
}

.title-footer a {
    color: #fff;
    text-decoration: none
}

.title-footer::before {
    top: 50%;
    left: 0;
    width: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/top/line-footer.svg)
}

.title-footer.mb-9 {
    margin-bottom: 9px
}

.title-footer.ts-6 {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px)
}

.title1 {
    padding-left: 40px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0
}

.title1::before {
    top: 13px;
    left: 0;
    width: 30px;
    background: #000
}

.c-titleMain {
    position: relative;
    width: 100%;
    margin-top: 136px
}

.c-titleMain_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 200px;
    text-align: center
}

.c-titleMain_inner .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

.c-titleMain_inner h3 {
    margin-bottom: 10px;
    padding-top: 11px;
    color: #ed7b6f;
    font-size: 3.1rem;
    letter-spacing: 0;
    line-height: 1.2
}

.l-about_01 {
    padding-top: 72px;
    padding-bottom: 108px
}

.l-about_01 .c-philosophy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 36px
}

.l-about_01 .c-philosophy_item {
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 25px 20px 21px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}

.l-about_01 .c-philosophy .c-desc {
    margin-top: 37px;
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px
}

.l-about_01 .c-philosophy .c-number {
    position: absolute;
    top: 13px;
    right: -7px;
    color: #ed7b6f;
    font-size: 1.8rem;
    letter-spacing: .5px
}

.l-about_02 .c-flexblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.l-about_02 .c-flexblock__img {
    width: calc(50% - 64px);
    padding-top: 30px
}

.l-about_02 table tr:first-child td,
.l-about_02 table tr:first-child th {
    border-top: 1px solid #e0e0e0
}

.l-about_02 table th {
    width: 90px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    vertical-align: middle
}

.l-about_02 table td {
    padding: 20px 0 21px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6
}

.l-about_03 {
    padding-top: 114px;
    padding-bottom: 25px
}

.pt-0 {
  padding-top: 0px;
}

.l-adviser-detail .cover {
    min-height: 200px
}

.l-adviser-detail .cover-inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.anni .cert1-2 .l-container .c-row .cert1-item1,
.l-adviser-detail_01 {
    padding-top: 57px
}

.l-adviser-detail_01 .c-flexBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-adviser-detail_01 .c-flexBlock__img img {
    width: 100%;
    height: 593px;
    -o-object-fit: cover;
    object-fit: cover
}

.l-adviser-detail_01 .c-flexBlock__content {
    width: calc(50% - 20px);
    margin-top: -2px
}

.l-adviser-detail_01 .c-flexBlock__content h3 {
    margin-bottom: 17px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #000;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 30px
}

.l-adviser-detail_01 .c-flexBlock__content p {
    font-size: 1.6rem;
    font-weight: 500
}

.l-adviser-detail_01 .c-flexBlock__content a {
    color: #ed7b6f;
    font-size: 1.6rem;
    font-weight: 500
}

.l-adviser-detail_01 .c-flexBlock__content a:hover {
    text-decoration: none
}

.l-adviser-detail_01 .c-flexBlock__content .c-type {
    margin-top: 20px
}

.l-adviser-detail_01 .c-flexBlock__content .c-type span {
    padding: 3px 15px 1px;
    border: 1px solid #ed7b6f;
    border-radius: 3px;
    color: #ed7b6f;
    font-weight: 500
}

.l-adviser-detail_01 .c-flexBlock__content svg {
    margin-right: 25px
}

.anni .cert1-2 .l-container .c-row .cert1-item1 .c-row3,
.cert1-2 .l-container .c-row .cert1-item1 .title1,
.l-adviser-detail_01 .c-flexBlock__content-inner,
.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb31 {
    margin-bottom: 31px
}

.l-adviser-detail_01 .c-flexBlock__content-inner:nth-child(4) h3 {
    margin-bottom: 11px
}

.l-adviser-detail_02 .c-desc {
    margin-top: 39px
}

.l-adviser-detail_02 .c-desc_inner {
    margin-bottom: 24px
}

.cover.p-corp,
.l-adviser-detail_02 .c-desc_inner:last-child {
    margin-bottom: 17px
}

.l-adviser-detail_02 .c-desc h3 {
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #000;
    font-size: 2.2rem;
    font-weight: 400
}

.l-adviser-detail_02 .c-desc p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 30px
}

.c-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-sns a:hover svg {
    fill: #ED7B6F
}

.anni .cert1-1 {
    padding-top: 72px;
    padding-bottom: 33px
}

.anni .cert1-1 .l-container .top1-item:first-child {
    margin-bottom: 142px
}

.anni .cert1-1 .l-container .top1-item .title-item {
    margin-bottom: 68px
}

.anni .cert1-1 .l-container .top1-item .title-item.sec,
.cert1-5 .title-item {
    margin-bottom: 30px
}

.anni .cert1-1 .l-container .top1-item .title-item span {
    margin-left: -137px;
    padding-left: 0;
    -webkit-transform: translateX(187px);
    transform: translateX(187px)
}

.anni .cert1-1 .l-container .top1-item .title-item span::before {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px)
}

.anni .cert1-1 .l-container .top1-item img {
    max-width: 550px
}

.anni .cert1-1 .l-container .top1-item img.sec {
    -webkit-transform: translateY(43px);
    transform: translateY(43px)
}

.anni .cert1-2 {
    padding-bottom: 35px
}

.anni .cert1-2 .l-container .c-row .cert1-item1 .title-item,
.married .cert1-2 .l-container .c-row .cert1-item1 .title-item {
    margin-bottom: 25px
}

.anni .cert1-2 .l-container .c-row .cert1-item1 .title-item.mb21,
.p-certification3 .cover {
    margin-bottom: 21px
}

.anni .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb23,
.married .cert1-2 .l-container .c-row .cert1-item1 .c-row3.lh31,
.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3 {
    margin-bottom: 23px
}

.anni .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb27,
.l-report-detail1 {
    margin-bottom: 27px
}

.anni .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb35,
.anni .certification4 .title-item,
.cert1-2 .l-container .c-row .cert1-item1 .c-row3,
.married .certification4 .title-item,
.p-certification3 .certification4 .title-item {
    margin-bottom: 35px
}

.anni .cert1-2 .l-container .c-row .cert1-item1 .c-row3.last-child {
    margin-bottom: 8px
}

.anni .cert1-2 .l-container .c-row .cert1-item1 .c-row3 h5,
.married .cert1-2 .l-container .c-row .cert1-item1 .c-row3 h5.lh31 {
    line-height: 31px
}

.anni .cert1-2 .l-container .c-row .cert1-item1 .c-row3 span.mt-5,
.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3 span {
    margin-top: -5px
}

.anni .cert1-6 {
    padding: 119px 0 121px
}

.anni .certification4 {
    margin-bottom: 100px;
    padding-top: 92px
}

.anni .certification4 .c-qualification__step--lower,
.contact .cover img {
    height: auto
}

.cover {
    margin-bottom: 50px
}

.cert1-1 {
    padding: 50px 0
}

.cert1-1 .l-container .top1-item article img,
.cert2-1 .l-container .top1-item article img {
    width: 100%;
    margin: 22px 0 35px 1px;
    -webkit-transform: none;
    transform: none
}

.cert1-1 .l-container .top1-item article p,
.cert2-1 .l-container .top1-item article p,
.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3.last-child {
    margin-bottom: 15px
}

.cert1-2 {
    padding: 42px 0
}

.cert1-2 .l-container .title-item {
    margin-bottom: 30px;
    letter-spacing: 3px
}

.cert1-2 .l-container .title-item span {
    padding-left: 47px;
    letter-spacing: 1.4px
}

.cert1-2 .l-container p {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 31px
}

.cert1-2 .l-container .c-row.c-row-wid100,
.cert2-2 .l-container .c-row.c-row-wid100,
.p-certification3 .cert1-2 .l-container .c-row.c-row-wid100 {
    width: 100%;
    margin-bottom: 100px
}

.cert1-2 .l-container .c-row.c-row-wid100 .cert1-item1,
.cert2-2 .l-container .c-row.c-row-wid100 .cert1-item1,
.p-certification3 .cert1-2 .l-container .c-row.c-row-wid100 .cert1-item1 {
    width: 100%;
    max-width: none;
    padding-top: 60px
}

.cert1-2 .l-container .c-row p {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 26px
}

.cert1-2 .l-container .c-row .cert1-item1 .c-row3.last-child {
    margin-bottom: 45px
}

.cert1-4 {
    padding-top: 96px;
    padding-bottom: 69px;
    background: #fff2f0
}

.cert1-4 .l-container2 .c-row img {
    width: 100%;
    max-width: 316.5px;
    margin-right: 3px
}

@media screen and (max-width:767px) {

    .cert1-item1 .c-row3 h5 span,
    .top4-inner .top4-inner__item .date {
        font-size: 1rem
    }

    .top4-inner .top4-inner__item .type {
        width: 60px;
        margin-bottom: 7.5px;
        line-height: 11px
    }

    .top4-inner .top4-inner__item .des {
        line-height: 22px
    }

    .top4-inner .top4-inner__item img {
        margin-bottom: 2px
    }

    .cover-inner {
        top: 30vw;
        bottom: auto;
        width: 92%
    }

    .cert1-4 .l-container2 .c-row,
    .reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cert1-item1 .c-row3 h5 {
        font-size: 1.4rem
    }

    .info aside {
        max-width: 100%;
        margin: 0 auto 15px;
        padding-bottom: 15px;
        border-right: none;
        border-bottom: 1px solid #d9d9d9
    }

    .info aside h3,
    .info2 h3 {
        margin-right: 0;
        margin-bottom: 25px;
        font-size: 1.8rem
    }

    .info aside h2,
    .info2 h2 {
        margin-right: 0;
        font-size: 4rem
    }

    .info aside h2 span,
    .info2 h2 span {
        font-size: 1.8rem
    }

    .info ul {
        max-width: none;
        margin: 0 auto
    }

    .info2 {
        max-width: 100%;
        margin-bottom: 20px
    }

    .c-voice {
        display: block
    }

    .c-voice__box {
        width: auto;
        margin: 0 auto 25px
    }

    .c-voice__box p {
        font-size: 1.4rem
    }

    .c-table__list .c-table__item .c-table__inner,
    .l-about_01 .c-philosophy_item,
    .l-about_02 .c-flexblock__content,
    .l-adviser-detail_01 .c-flexBlock__content {
        width: 100%
    }

    .c-table__list .c-table__item .c-table__inner h4 {
        font-size: 1.6rem;
        line-height: 1
    }

    .c-table__list .c-table__item span.number {
        top: -25px;
        font-size: 10rem
    }

    .c-table__list .c-table__item figure figcaption {
        font-size: 2rem
    }

    .title-item span {
        font-size: 1.2rem
    }

    .c-titleMain_inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .c-titleMain_inner h3 {
        font-size: 2.7rem;
        text-align: left
    }

    .l-about_01 {
        padding-top: 100px;
        padding-bottom: 50px
    }

    .cert1-5 .c-row4 .checkbox-right,
    .l-about_01 .c-philosophy,
    .l-adviser-detail_01 .c-flexBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .l-about_01 .c-philosophy .c-desc {
        margin-top: 20px
    }

    .l-about_01 .c-philosophy .c-number {
        top: -15px;
        right: -10px
    }

    .l-about_02 .c-flexblock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .l-about_02 .c-flexblock__img {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 0
    }

    .l-about_03 {
        padding-top: 50px;
        padding-bottom: 0
    }
    .pt-0 {
        padding-top: 0px;
    }
    .l-adviser-detail .cover {
        min-height: 100px
    }

    .l-adviser-detail .cover-inner {
        position: absolute;
        width: 100%
    }

    .l-adviser-detail .cover-inner .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .l-adviser-detail_01 {
        padding-top: 20px
    }

    .l-adviser-detail_01 .c-flexBlock__img {
        width: 100%;
        margin-bottom: 20px
    }

    .l-adviser-detail_01 .c-flexBlock__img img {
        height: auto
    }

    .cert1-1 .l-container .top1-item article {
        margin-bottom: 30px
    }

    .cert1-1 .l-container .top1-item img {
        -webkit-transform: unset;
        transform: unset
    }

    .cert1-2 {
        padding: 35px 0
    }

    .cert1-4 .l-container2 .c-row img {
        width: 100%;
        max-width: 384px;
        margin: 0 auto
    }
}

.cert1-5 {
    padding-top: 127px;
    padding-bottom: 30px
}

.cert1-5 .text2 {
    width: 100%;
    max-width: 224px;
    font-size: 1.8rem;
    font-weight: 500
}

.cert1-5 .text2.import::after {
    color: #ed7b6f;
    font-size: 1.8rem;
    content: '*'
}

.cert1-5 .text2.first {
    max-width: 100%;
    margin-bottom: 40px;
    padding-bottom: 38px;
    border-bottom: 1px solid #c4c4c4;
    font-size: 1.6rem
}

.cert1-5 .c-row3,
.cert2-5 .c-row3 {
    margin-bottom: 54px
}

.cert1-5 .c-row3:nth-child(4),
.cert1-5 .c-row3:nth-child(5) {
    margin-bottom: 44px
}

.cert1-5 .c-row3:nth-child(6) {
    margin-bottom: 43px
}

.cert1-5 .c-row3 input,
.cert1-5 .c-row3 textarea {
    width: 100%;
    max-width: 736px;
    height: 50px;
    padding: 15px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    background: #f5f5f5;
    font-size: 1.6rem
}

.cert1-5 .c-row3 input.w1,
.cert1-5 .c-row3 textarea.w1 {
    max-width: 250px
}

.cert1-5 .c-row3 input.w2,
.cert1-5 .c-row3 textarea.w2 {
    max-width: 368px
}

@media screen and (max-width:991px) {
    .title-item span {
        padding-top: 33px;
        padding-left: 4px
    }

    .title-item span::before {
        top: 15px;
        width: 2px;
        height: 30px
    }

    .c-titleMain {
        margin-top: 80px
    }

    .c-titleMain_inner {
        min-height: auto
    }

    .anni .cert1-1 {
        padding-top: 65px;
        padding-bottom: 0
    }

    .anni .cert1-1 .l-container .top1-item:first-child {
        margin-bottom: 50px
    }

    .anni .cert1-1 .l-container .top1-item .title-item {
        margin-bottom: 35px
    }

    .anni .cert1-1 .l-container .top1-item .title-item span {
        margin-left: 0;
        -webkit-transform: unset;
        transform: unset
    }

    .anni .cert1-1 .l-container .top1-item .title-item span::before {
        top: -1px;
        -webkit-transform: unset;
        transform: unset
    }

    .anni .cert1-1 .l-container .top1-item img.sec {
        -webkit-transform: unset;
        transform: unset
    }

    .anni .cert1-2 .l-container .c-row .cert1-item1 .c-row3 h5 {
        line-height: 21px
    }

    .anni .cert1-6 {
        padding: 45px 0
    }

    .anni .certification4 {
        margin-bottom: 45px
    }

    .cert1-1 {
        padding: 55px 0 25px
    }

    .cert1-2 .l-container .title-item {
        margin-bottom: 15px
    }

    .cert1-2 .l-container .title-item span {
        padding-left: 3px
    }

    .cert1-2 .l-container p {
        margin-bottom: 20px;
        font-size: 1.4rem
    }

    .cert1-4 .l-container2 .c-row img {
        max-width: 302px;
        max-height: 201.56px
    }

    .cert1-5 {
        padding-top: 50px
    }

    .cert1-5 .text2 {
        margin-bottom: 10px
    }

    .cert1-5 .c-row3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        margin-bottom: 25px
    }

    .cert1-5 .c-row3:nth-child(4),
    .cert1-5 .c-row3:nth-child(5),
    .cert1-5 .c-row3:nth-child(6) {
        margin-bottom: 25px
    }

    .cert1-5 .c-row3 input,
    .cert1-5 .c-row3 input.w1,
    .cert1-5 .c-row3 input.w2,
    .cert1-5 .c-row3 textarea,
    .cert1-5 .c-row3 textarea.w1,
    .cert1-5 .c-row3 textarea.w2 {
        max-width: 100%
    }
}

.cert1-5 .c-row3 textarea {
    max-width: 736px;
    min-height: 209px;
    resize: none
}

.cert1-5 .c-row3.align {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-bottom: 50px
}

.cert1-5 .c-row3.align p {
    margin-top: 15px;
    line-height: 30px
}

.cert1-5 .c-row4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    width: 100%;
    margin-bottom: 36px;
    margin-left: 120px
}

.cert1-5 .c-row4 p {
    width: 100%;
    max-width: 224px;
    margin-top: -3px;
    font-size: 1.8rem;
    font-weight: 500
}

.cert1-5 .c-row4 .checkbox-right {
    width: 100%;
    max-width: 900px
}

.cert1-5 .c-row4 .checkbox-right .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px
}

@media screen and (max-width:991px) {
    .cert1-5 .c-row3 textarea {
        max-width: 100%
    }

    .cert1-5 .c-row3.align {
        margin-bottom: 35px
    }

    .cert1-5 .c-row4 .checkbox-right .input-group {
        width: 100%;
        max-width: 50%
    }

    .cert1-6 .c-banner__group .c-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cert1-5 .c-row4 .checkbox-right .input-group li {
    width: 100%;
    max-width: 286px
}

.cert1-5 .c-row4 .checkbox-right .input-group li:nth-child(2) {
    -webkit-transform: translateX(9px);
    transform: translateX(9px)
}

.cert1-5 .c-row4 .checkbox-right .input-group li:nth-child(3) {
    margin-right: 37px
}

.cert1-5 .c-row4 .checkbox-right .input-group input {
    max-width: unset;
    height: auto
}

.cert1-5 .get-certified {
    margin: 0 auto;
    font-size: 1.6rem
}

.cert1-6 {
    padding: 89px 0 122px
}

.cert1-6 .c-banner__group .c-row a {
    display: block
}

.cert1-6 .c-banner__group .c-row a img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:992px) {
    .cert1-6 .c-banner__group .c-row {
        width: 100%
    }

    .cert1-6 .c-banner__group .c-row a {
        display: block;
        width: calc(100%/3 - 9px);
        height: 100%;
        max-height: 201px
    }

    .cert1-6 .c-banner__group .c-row a.spe1 {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    .cert1-6 .c-banner__group .c-row a img.lg-only {
        display: block
    }
}

.cert2-1 {
    padding: 23px 0 82px
}

.cert2-1 .l-container .top1-item img {
    -webkit-transform: translateY(11px);
    transform: translateY(11px)
}

.cert2-2 .l-container .c-row p.mg1 {
    margin-top: 38px;
    margin-bottom: 21px
}

.cert2-2 .l-container .c-row .cert1-item1 {
    padding-bottom: 21px
}

.cert2-4 {
    padding-top: 97px
}

.cert2-4 .l-container .l-container2 .info {
    margin-top: 19px
}

.cert2-4 .l-container .l-container2 .c-row img {
    width: 100%;
    max-width: 316.5px
}

.cert2-4 .l-container img {
    width: 100%;
    max-width: 398px;
    height: 100%;
    max-height: 387px
}

.cert2-5 .c-row3:nth-child(4) {
    margin-bottom: 46px
}

.cert2-6 {
    padding-bottom: 120px
}

.cert2 .certification4 .title-item,
.p-certification3 .cert1-2 .l-container p {
    margin-bottom: 36px
}

.c-bnt,
.cert2 .c-table2 figure {
    text-align: center
}

.p-certification3 .c-table__list .c-table__item.u-bg {
    max-width: 960px
}

.p-certification3 .certification3 {
    margin-bottom: 129px
}

.p-certification3 .cert1-4 {
    padding-bottom: 62px
}

.p-certification3 .cert1-4 .l-container .l-container2 .c-row {
    max-height: 225px
}

.p-certification3 .cert1-4 .l-container .l-container2 .c-row .info2 {
    width: 428px
}

.p-certification3 .cert1-4 .l-container .l-container2 .c-row img {
    max-width: 350px;
    margin: unset
}

.p-certification3 .cert1-4 .l-container img {
    margin: 0 auto
}

.p-certification3 .cert1-1 {
    padding: 50px 0 62px
}

.p-certification3 .cert1-1 .l-container .top1-item article p span {
    display: block;
    margin-bottom: 31px
}

.p-certification3 .cert1-1 .l-container .top1-item article p span:last-of-type,
.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb16 {
    margin-bottom: 16px
}

.p-certification3 .cert1-1 .l-container .top1-item>img {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.p-certification3 .cert1-2 {
    padding: 42px 0 43px
}

.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 {
    padding-top: 24px;
    padding-bottom: 5px
}

.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .title1 {
    margin-bottom: 44px;
    font-size: 1.9rem;
    line-height: 29px
}

.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb40,
.p-corp2 .title-item {
    margin-bottom: 40px
}

.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb33 {
    margin-bottom: 33px
}

.p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3 h5 {
    width: auto;
    line-height: 31px
}

.l-contact_01 {
    padding-top: 44px
}

.l-contact_01 .contact_table {
    right: 32px
}

.p-corp1 {
    padding-bottom: 95px
}

.p-corp1__wrapper,
.p-corp3__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-corp1__wrapper .p-corp1-text {
    width: 52%;
    margin-top: -2.3%
}

@media screen and (max-width:1199px) {
    .c-table2 .c-table__wrapper .c-table__list .c-table__item span.number {
        font-size: 13rem
    }

    .title-item {
        letter-spacing: 0
    }

    .cover {
        margin-top: 68px;
        margin-bottom: 0
    }

    .cert1-2 .l-container .c-row .cert1-item1 .c-row3 h5 {
        max-width: 80%
    }

    .cert1-5 .c-row4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
        margin-left: 0
    }

    .cert1-5 .c-row4 .checkbox-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .cert1-5 .c-row4 .checkbox-right .input-group li {
        max-width: unset
    }

    .cert1-5 .c-row4 .checkbox-right .input-group li:nth-child(2) {
        -webkit-transform: unset;
        transform: unset
    }

    .cert1-6 {
        padding: 48px 0 70px
    }

    .cert2-4 .l-container .l-container2 .c-row {
        margin-bottom: 20px
    }

    .cert2-4 .l-container img {
        margin: 0 auto
    }

    .p-certification3 .certification3 {
        margin-bottom: 70px
    }

    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 {
        max-width: 32%
    }

    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .pc-only {
        display: none
    }

    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3.last-child,
    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb16,
    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb31,
    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb33,
    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3.mb40 {
        margin-bottom: 23px
    }

    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3 h5.mt15 {
        margin-top: auto
    }

    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3 span,
    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 .c-row3 span.mt-20 {
        margin-top: 0
    }

    .l-contact_01 .contact_table {
        right: unset
    }

    .p-corp1 {
        padding: 70px 0
    }

    .p-corp1__wrapper .p-corp1-text {
        width: 60%
    }
}

.p-corp1__wrapper .p-corp1-text .title-item {
    margin-bottom: 30px
}

.p-corp1__wrapper .p-corp1-text .title-item span {
    padding-left: 46px;
    letter-spacing: 1.5px
}

.p-corp1__wrapper .p-corp1-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 31px
}

.p-corp1__wrapper .p-corp1__img {
    width: 45.5%;
    margin-top: 4.5%
}

@media screen and (max-width:1199px) {
    .p-corp1__wrapper .p-corp1__img {
        width: 35%;
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    .cert1-5 .c-row4 .checkbox-right .input-group {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cert2-1 .l-container .top1-item article {
        margin-bottom: 30px
    }

    .cert2-2 .l-container .c-row .cert1-item1 .c-row3 h5 {
        width: 80%
    }

    .cert2-4 .l-container,
    .p-corp1__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cert2-4 .l-container .l-container2 .c-row,
    .p-certification3 .cert1-4 .l-container .l-container2 .c-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cert2-4 .l-container .l-container2 .c-row img {
        width: 100%;
        max-width: 384px;
        margin: 0 auto
    }

    .l-contact_01 {
        padding-top: 0
    }

    .p-corp1__wrapper .p-corp1-text {
        width: 100%
    }

    .p-corp1__wrapper .p-corp1__img {
        width: 100%;
        margin-top: 30px;
        text-align: center
    }
}

.p-corp1__wrapper .p-corp1__img img {
    max-width: 100%
}

.p-corp2 {
    padding: 127px 0 43px;
    background-color: #fff2f0
}

.p-corp2 .title-item span {
    letter-spacing: 1px
}

.p-corp2__list .p-corp2__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 58px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width:991px) {
    .cert1-6 .c-banner__group .c-row a img.lg-only {
        display: none
    }

    .cert1-6 .c-banner__group .c-row a img.md-only {
        display: block
    }

    .cert1-6 .c-banner__group .c-row a {
        width: 100%;
        max-width: 385px;
        margin: 0 auto 20px
    }

    .cert1-6 .c-banner__group .c-row a:last-child {
        margin-bottom: 0
    }

    .cert2-1,
    .p-certification3 .cert1-1 {
        padding: 55px 0 25px
    }

    .cert2-2 .l-container .title-item span,
    .p-certification3 .cert1-2 .title-item span {
        padding-left: 4px
    }

    .cert2-4 .l-container .l-container2 .c-row img {
        max-width: 302px;
        max-height: 201.56px
    }

    .cert2-5 .c-row3,
    .cert2-5 .c-row3:nth-child(4) {
        margin-bottom: 25px
    }

    .cert2 .certification3 {
        margin-bottom: 0;
        padding: 35px 0 75px
    }

    .cert2 .certification4 {
        padding: 0
    }

    .p-certification3 .c-table2 {
        margin: 25px 0 1px
    }

    .p-certification3 .cert1-4 .l-container .l-container2 .c-row {
        max-height: unset;
        margin-bottom: 30px
    }

    .p-certification3 .cert1-4 .l-container .l-container2 .c-row .info2 {
        width: 100%
    }

    .p-certification3 .cert1-4 .l-container .l-container2 .c-row img {
        max-width: 302px;
        margin: 0 auto
    }

    .p-certification3 .cert1-2 .l-container .c-row .cert1-item1 {
        max-width: 100%
    }

    .p-corp1__wrapper .p-corp1-text .title-item span {
        padding-left: 0
    }

    .p-corp2__list .p-corp2__item a {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .p-corp2__list .p-corp2__item a .p-corp2__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.p-corp2__list .p-corp2__item a .p-corp2__txt {
    width: 58%;
    margin-top: 10px;
    padding: 15px 15px 15px 35px
}

.p-corp2__list .p-corp2__item a .p-corp2__txt h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.p-corp2__list .p-corp2__item a .p-corp2__txt h4::before {
    display: inline-block;
    width: 30px;
    height: 2px;
    margin-right: 10px;
    background-color: #000;
    content: ""
}

.p-corp2__list .p-corp2__item a .p-corp2__txt p {
    color: #333;
    font-size: 16px;
    line-height: 40px
}

.p-corp2__list .p-corp2__item a .p-corp2__img {
    width: 41.8%;
    line-height: 0
}

.p-corp2__list .p-corp2__item a .p-corp2__img img {
    width: 100%
}

.p-corp2__list .p-corp2__item a:hover {
    -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 10px 6px rgba(0, 0, 0, .16)
}

.p-corp3 {
    padding: 54px 0 50px;
    background-color: #333
}

.p-corp3__wrapper .p-corp3__txt {
    width: 66%
}

.p-corp3__wrapper .p-corp3__txt p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.9px;
    line-height: 33px
}

.p-corp5__form .require span,
.p-corp5__form form .form__group span span {
    color: #ed7b6f
}

.p-corp3__wrapper .p-corp3__bnt {
    width: 32%;
    margin-top: -3px
}

.p-corp4 {
    padding: 127px 0 50px
}

.p-corp4 .title-item {
    margin-bottom: 35px;
    margin-left: 14px
}

.p-corp4 .title-item span {
    padding-left: 46px
}

.p-corp4__list .p-corp4__item {
    width: 19.2%
}

@media screen and (max-width:1199px) {
    .p-corp2 {
        padding: 70px 0
    }

    .p-corp4 {
        padding: 70px 0 50px
    }

    .p-corp4__list .p-corp4__item {
        width: 22.5%
    }
}

@media screen and (max-width:991px) {
    .p-corp4 .title-item span {
        padding-left: 0
    }

    .p-corp4__list .p-corp4__item {
        width: 48.5%;
        margin-bottom: 3.5%
    }
}

.p-corp4__list .p-corp4__item .p-corp4__title {
    position: relative;
    padding: 17px 0 6px;
    background-color: #f7a59d;
    color: #fff;
    text-align: center
}

.p-corp4__list .p-corp4__item .p-corp4__title h4 {
    padding-bottom: 3px;
    font-size: 30px;
    line-height: 30px
}

.p-corp4__list .p-corp4__item .p-corp4__title h4::after {
    display: block;
    width: 29px;
    height: 2px;
    margin: 7px auto 0;
    background-color: #fff;
    content: ""
}

.p-corp4__list .p-corp4__item .p-corp4__title span {
    color: #fff;
    font-size: 16px;
    line-height: 31px
}

.p-corp4__list .p-corp4__item .p-corp4__title::after {
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 9px solid #f7a59d;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: ""
}

.p-corp4__list .p-corp4__item .p-corp4__content {
    z-index: -2;
    min-height: 130px;
    padding: 22px 10px;
    background-color: #f8f8f8;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 31px
}

@media screen and (max-width:1199px) {
    .p-corp4__list .p-corp4__item .p-corp4__content {
        min-height: 170px
    }
}

@media screen and (max-width:991px) {
    .p-corp4__list .p-corp4__item .p-corp4__content {
        min-height: 100px
    }
}

.p-corp5 {
    padding: 71px 0 40px
}

.p-corp5 .title-item {
    margin-bottom: 29px
}

.p-corp5 .title-item span {
    padding-left: 46px;
    letter-spacing: 1.6px
}

.p-corp5__form {
    width: 80%;
    margin: 0 auto
}

.p-corp5__form .require {
    margin-bottom: 39px;
    padding-bottom: 36px;
    border-bottom: 1px solid #c4c4c4;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 30px
}

.p-corp5__form form .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 44px;
    color: #2c2c2c
}

.p-corp5__form form .form__group span {
    width: 20%;
    font-size: 18px;
    line-height: 29px
}

.p-corp5__form form .form__group .group__inner {
    width: 76.7%
}

@media screen and (max-width:991px) {
    .p-corp5 .title-item span {
        padding-left: 0
    }

    .p-corp5__form {
        width: 100%
    }

    .p-corp5__form form .form__group .group__inner {
        width: 70%
    }
}

.p-corp5__form form .form__group .group__inner input {
    width: 100%;
    height: 51px;
    padding: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 16px
}

.p-corp5__form form .form__group textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 76.7%;
    min-width: 76.7%;
    max-width: 76.7%;
    min-height: 209px;
    max-height: 209px;
    padding: 13px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #f5f5f5;
    font-family: inherit;
    font-size: 16px;
    resize: none
}

@media screen and (max-width:991px) {
    .p-corp5__form form .form__group textarea {
        width: 70%;
        min-width: auto;
        max-width: 70%;
        min-height: 200px
    }
}

.p-corp5__form form .form__group:nth-of-type(5) {
    margin-bottom: 51px
}

.p-corp6 {
    padding: 78px 0 121px
}

.u-f-s {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.u-w {
    width: 50% !important
}

.u-p2 {
    padding: 20px 10px !important
}

@media screen and (max-width:1199px) {
    .p-corp5 {
        padding: 70px 0 20px
    }

    .p-corp6 {
        padding: 70px 0
    }

    .c-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .c-row img {
        width: calc(100%/2 - 24px)
    }

    .l-main--privacy-policy .c-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .c-row img {
        margin-bottom: 24px
    }

    .c-row img:last-child {
        margin-bottom: 0
    }
}

.c-policy__text h3,
.top3-inner__bot .bot-item img:first-child {
    margin-bottom: 30px
}

.c-bnt button {
    -webkit-transition: .3s;
    position: relative;
    width: 100%;
    max-width: 385px;
    padding: 22px 30px;
    border: none;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#f775ac), color-stop(51%, #ed7b6f), to(#f775ac));
    background-image: -webkit-linear-gradient(left, #f775ac 0, #ed7b6f 51%, #f775ac 100%);
    background-image: linear-gradient(to right, #f775ac 0, #ed7b6f 51%, #f775ac 100%);
    background-size: 200% auto;
    color: #fff;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: .3s
}

.c-bnt button:hover {
    background-position: right center;
    -webkit-transition: .3s;
    transition: .3s
}

.l-faq1 {
    padding-top: 62px
}

.c-cover {
    position: relative;
    width: 100%;
    margin: 137px 0 50px
}

.c-faq {
    padding: 0 45px
}

@media screen and (max-width:991px) {
    .c-cover {
        margin: 90px 0 50px
    }

    .c-faq {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0
    }

    .c-faq__box {
        width: 49%
    }
}

.c-faq__box {
    margin-bottom: 28px;
    padding: 29px 4.5% 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    box-shadow: 0 0 10px rgba(0, 0, 0, .16)
}

.c-faq__box:nth-child(5),
.c-faq__box:nth-child(7) {
    margin-bottom: 3.5%
}

.c-faq__ques {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.1%
}

.c-faq__ans,
.profile .c-voice__box {
    display: -webkit-box;
    display: -ms-flexbox
}

.c-faq__ans {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-faq h3 {
    margin-top: 7px;
    color: #1c2224;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -.1px
}

@media screen and (max-width:991px) {
    .c-faq h3 {
        font-size: 1.6rem
    }
}

.c-faq p {
    margin-top: 10px;
    color: #1c2224;
    font-size: 1.6rem;
    line-height: 26px
}

@media screen and (max-width:991px) {
    .c-faq p {
        font-size: 1.4rem
    }
}

.c-faq a {
    color: #ed7b6f;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

.c-faq a:hover {
    text-decoration: none;
    opacity: .8
}

.c-faq img {
    padding-right: 8px
}

.l-greeting_01 {
    padding-top: 44px;
    padding-bottom: 35px
}

.l-greeting_01 .greeting_box {
    position: relative;
    padding: 32px 35px 39px;
    border: 1px solid #000
}

.l-greeting_01 .greeting_box:after {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #000;
    content: ""
}

.l-greeting_01 .greeting_box-content {
    color: #333;
    font-size: 1.6rem;
    line-height: 26px
}

.l-greeting_01 .greeting_box-author {
    margin-top: 7px;
    color: #000;
    font-size: 1.8rem;
    letter-spacing: .7px;
    line-height: 26px;
    text-align: right
}

.l-greeting_01 .greeting_box-author h3 {
    margin-bottom: 10px;
    font-weight: 700
}

.c-article__content li p,
.l-main--webmedia-detail .c-faq__ans img,
.l-main--webmedia-detail .c-faq__ques img {
    margin-bottom: 0
}

.married .cert1-1 {
    padding-top: 72px;
    padding-bottom: 105px
}

.married .cert1-1 .top1-item .title-item {
    margin: 0 0 105px 20px
}

.married .cert1-1 .top1-item img {
    -webkit-transform: translateY(66px);
    transform: translateY(66px)
}

.married .cert1-2 {
    padding-bottom: 130px
}

.married .cert1-2 .l-container .c-row .cert1-item1 {
    padding-top: 57px;
    padding-bottom: 21px
}

.married .cert1-2 .l-container .c-row .cert1-item1 .c-row3.last-child,
.top4 .title-item {
    margin-bottom: 39px
}

.married .cert1-2 .l-container .c-row .cert1-item1 .title-item.lh31 {
    margin-bottom: 19px
}

.married .cert1-2 .l-container .c-row .cert1-item1 .title1 {
    margin-bottom: 17px;
    margin-left: 8px;
    font-size: 1.9rem
}

.married .cert1-6 {
    padding-top: 117px
}

.married .certification4,
.profile {
    margin-bottom: 100px
}

.profile .c-voice__box {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    text-align: left
}

.profile .c-voice__box--txt {
    width: 75%
}

@media screen and (max-width:575px) {
    .top4-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .top4-inner .top4-inner__item {
        width: 186px;
        margin: 0 1px 14px
    }

    .hl-btn__container {
        width: 100%;
        min-width: 0
    }

    .web-media-logo img {
        width: 200px
    }

    .c-table__list .c-table__item {
        width: 100%;
        padding: 20px 10px
    }

    .c-table2 .c-table__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-table2 .c-table__wrapper .c-table__title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 20px 10px
    }

    .c-table2 .c-table__wrapper .c-table__list,
    .c-table2 .c-table__wrapper .c-table__list .c-table__item,
    .c-table2.c-table3 .c-table__wrapper .c-table__list,
    .c-table2.c-table3 .c-table__wrapper .c-table__list .c-table__item,
    .c-table2.c-table3 .c-table__wrapper .c-table__title {
        width: 100%
    }

    .cert1-5 .get-certified {
        width: 100%;
        max-width: 100%;
        padding: 15px 20px
    }

    .c-bnt button {
        font-size: 1.4rem
    }

    .profile .c-voice__box {
        display: block
    }

    .profile .c-voice__box--txt {
        width: 100%
    }
}

.profile .c-voice__box--img {
    width: 20%
}

.profile .c-voice__box--img img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto
}

.l-main--privacy-policy .c-bottom-section {
    padding: 50px 0 119px
}

.c-policy {
    padding-top: 135px
}

@media screen and (max-width:1199px) {
    .c-policy {
        padding-top: 90px
    }

    .l-main--report-detail .c-bottom-section .c-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c-article a,
.c-policy a {
    color: #000;
    text-decoration: none
}

.c-policy__title {
    margin-bottom: 21px;
    text-align: center
}

@media screen and (max-width:767px) {
    .p-corp2__list .p-corp2__item a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px
    }

    .p-corp2__list .p-corp2__item a .p-corp2__txt {
        width: 100%;
        padding: 20px
    }

    .p-corp2__list .p-corp2__item a .p-corp2__img {
        width: 100%
    }

    .c-row,
    .p-corp3__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-corp3__wrapper .p-corp3__bnt,
    .p-corp3__wrapper .p-corp3__txt {
        width: 100%
    }

    .p-corp3__wrapper .p-corp3__txt p {
        margin-bottom: 40px
    }

    .p-corp3__wrapper .p-corp3__bnt a {
        margin: 0 auto
    }

    .p-corp4__list .p-corp4__item {
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .p-corp4__list .p-corp4__item .p-corp4__content {
        min-height: 110px
    }

    .p-corp5__form form .form__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .p-corp5__form form .form__group span {
        width: 100%;
        margin-bottom: 10px
    }

    .c-row img,
    .p-corp5__form form .form__group .group__inner {
        width: 100%
    }

    .p-corp5__form form .form__group textarea {
        width: 100% !important;
        max-width: 100%
    }

    .u-w {
        width: 100% !important
    }

    .c-bnt button {
        font-size: 1.6rem !important
    }

    .l-faq1 {
        padding-top: 0
    }

    .c-faq {
        display: block;
        padding: 0
    }

    .c-faq__box {
        width: auto
    }

    .greeting .cover {
        margin-bottom: 10px
    }

    .l-greeting_01 {
        padding-top: 80px;
        padding-bottom: 0
    }

    .l-greeting_01 .greeting_box {
        padding: 20px
    }

    .l-greeting_01 .greeting_box:after {
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px
    }

    .l-greeting_01 .greeting_box-author {
        margin-top: 30px
    }

    .married .cert1-1 .top1-item .title-item {
        margin-bottom: 50px
    }

    .married .cert1-1 .top1-item img {
        -webkit-transform: unset;
        transform: unset
    }

    .c-policy__title {
        margin-bottom: 20px
    }
}

.c-policy__title h3 {
    color: #ed7b6f;
    font-size: 3.1rem;
    line-height: 35px
}

@media screen and (max-width:991px) {
    .married .cert1-1 {
        padding: 55px 0 15px
    }

    .married .cert1-1 .top1-item .title-item {
        margin: 0 0 25px 7px
    }

    .married .cert1-2 {
        padding-bottom: 55px
    }

    .married .cert1-2 .l-container .c-row .cert1-item1 .c-row3 h5.lh31 {
        line-height: 21px
    }

    .married .cert1-6 {
        padding-top: 50px
    }

    .married .certification4 {
        margin-bottom: 35px
    }

    .c-policy__title h3 {
        font-size: 2.8rem
    }
}

@media screen and (max-width:767px) {
    .c-policy__title h3 {
        font-size: 2.6rem
    }
}

.c-article__breadcrumb,
.c-policy__breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 96px;
    padding-right: 3px;
    font-size: 1.4rem;
    letter-spacing: -.2px
}

@media screen and (max-width:991px) {
    .c-policy__breadcrumb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-bottom: 60px
    }
}

.c-policy__breadcrumb a {
    margin-right: 6px;
    margin-left: 3px;
    font-size: 1.4rem;
    white-space: nowrap
}

@media screen and (max-width:767px) {
    .c-policy__breadcrumb {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-policy__breadcrumb a {
        font-size: 1.3rem
    }
}

.c-policy__breadcrumb p {
    margin-left: 3px;
    font-size: 1.5rem;
    letter-spacing: -1.2px
}

@media screen and (max-width:767px) {
    .c-policy__breadcrumb p {
        font-size: 1.3rem
    }
}

.c-policy__text {
    margin-bottom: 97px
}

.c-policy__text p {
    color: #333;
    font-size: 1.6rem;
    line-height: 31px
}

.c-policy__text p:nth-child(4) {
    margin-top: 5px
}

.c-policy__text a {
    color: #ed7b6f;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

.c-policy__text a:hover {
    text-decoration: none;
    opacity: .8
}

.c-policy__text:last-child {
    margin: -33px 0 27px
}

@media screen and (max-width:991px) {
    .c-policy__text {
        margin-bottom: 49px
    }

    .c-policy__text .title-item::before {
        bottom: 5px
    }

    .c-policy__text .title-item {
        font-size: 2.2rem
    }
}

.l-main--report-detail .c-bottom-section {
    padding: 81px 0 120px
}

.l-main--webmedia-detail .c-faq {
    padding: 0
}

.l-main--webmedia-detail .c-faq h3 {
    margin-bottom: 0;
    border-bottom: none;
    font-size: 1.8rem
}

.l-main--webmedia-detail .c-article__content p {
    margin-top: 0
}

.c-article {
    padding-top: 57px
}

.c-article__title {
    margin-bottom: 13px;
    text-align: center
}

.c-article__title h3 {
    color: #ed7b6f;
    font-size: 3.1rem;
    line-height: 35px
}

@media screen and (max-width:991px) {
    .c-article {
        padding-top: 25px
    }

    .c-article__title h3 {
        font-size: 2.8rem
    }

    .c-article__breadcrumb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-bottom: 60px
    }
}

.c-article__breadcrumb a {
    margin-right: 6px;
    margin-left: 3px;
    font-size: 1.4rem;
    white-space: nowrap
}

.c-activities__item .type,
.c-article__content span {
    display: inline-block;
    margin-right: 14px;
    padding: 2px 14px
}

@media screen and (max-width:767px) {
    .c-policy__text p {
        font-size: 1.4rem
    }

    .l-report-detail1 {
        margin-bottom: 0
    }

    .c-article__title {
        margin-bottom: 20px
    }

    .c-article__breadcrumb {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-article__breadcrumb a {
        font-size: 1.3rem
    }
}

.c-article__breadcrumb p {
    margin-left: 3px;
    font-size: 1.5rem;
    letter-spacing: -1.2px
}

@media screen and (max-width:767px) {
    .c-article__breadcrumb p {
        font-size: 1.3rem
    }
}

.c-article__content {
    padding: 0 129px
}

.c-article__content span {
    margin-bottom: 15px;
    border: 1px solid #ed7b6f;
    border-radius: 3px;
    color: #ed7b6f;
    font-size: 1rem;
    letter-spacing: -1px
}

.c-article__content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px
}

.c-article__content h2 {
    margin-bottom: 25px;
    border-bottom: 2px solid #000;
    font-size: 2.4rem
}

.c-article__content h3 {
    margin-bottom: 27px;
    border-bottom: 2px dotted #000;
    font-size: 2.2rem
}

.c-article__content h4 {
    margin-bottom: 38px;
    font-size: 2rem
}

.c-article__content p {
    margin-bottom: 35px;
    font-size: 1.6rem;
    line-height: 30px
}

.c-article__content p.mb27 {
    margin-bottom: 27px
}

.c-article__content strong {
    font-size: 1.6rem;
    font-weight: 700
}

.c-article__content ol {
    margin: 4px 0 30px
}

.c-article__content ul {
    margin-bottom: 36px
}

.l-report1 {
    padding-top: 1px
}

.c-bottom-section {
    padding: 79px 0 120px
}

.c-activities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13.8px 21px;
    padding-top: 43px
}

@media screen and (max-width:1199px) {
    .c-activities {
        margin: 0 auto
    }

    .c-activities__item {
        width: calc(33.3% - 26px)
    }
}

@media screen and (max-width:767px) {
    .c-activities {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-activities__item {
        width: calc(33.3% - 10px);
        margin: 0 0 20px
    }
}

@media screen and (max-width:575px) {
    .profile .c-voice__box--img {
        width: 100%
    }

    .c-policy {
        padding-top: 60px
    }

    .c-policy__title h3 {
        font-size: 2.2rem
    }

    .c-article__breadcrumb,
    .c-policy__breadcrumb {
        margin-bottom: 40px
    }

    .c-policy__breadcrumb a,
    .c-policy__breadcrumb p {
        font-size: 1.2rem
    }

    .c-policy__text:last-child {
        margin-bottom: 0
    }

    .c-policy__text .title-item {
        font-size: 2rem
    }

    .c-article__title h3 {
        font-size: 2.7rem;
        text-align: left
    }

    .c-article__breadcrumb a,
    .c-article__breadcrumb p {
        font-size: 1.2rem
    }

    .c-article__content img {
        margin-bottom: 30px
    }

    .c-article__content p {
        margin-bottom: 20px;
        font-size: 1.4rem
    }

    .c-article__content p.mb27 {
        margin-bottom: 20px
    }

    .c-activities__item {
        width: calc(50% - 5px);
        margin: 0 0 20px
    }
}

.c-activities__item .date {
    margin-bottom: 3px;
    color: #767676;
    font-size: 1.1rem;
    letter-spacing: 0
}

.c-activities__item .type {
    margin-bottom: 15px;
    border: 1px solid #ed7b6f;
    border-radius: 3px;
    color: #ed7b6f;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center
}

.c-activities__item .des {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px
}

.c-activities__item img {
    width: 100%;
    margin-bottom: 4px
}

.c-pagination a,
.c-pagination span {
    display: flex;
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
    font-weight: 700
}

.c-pagination {
    margin-bottom: 37px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.c-pagination a {
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid #f775ac;
    background-color: #fff;
    color: #f775ac
}

.c-pagination a:hover,
.c-pagination span {
    background-color: #f775ac;
    color: #fff
}

@media screen and (max-width:413px) {
    .top4-inner .top4-inner__item {
        width: 49%;
        margin: 0 0 20px
    }

    .c-faq h3 {
        font-size: 1.4rem
    }

    .c-faq p {
        font-size: 1.2rem
    }

    .c-policy__title h3 {
        font-size: 2rem
    }

    .c-policy__breadcrumb a,
    .c-policy__breadcrumb p {
        font-size: 1rem
    }

    .c-policy__text .title-item {
        margin-bottom: 15px;
        font-size: 1.4rem
    }

    .c-pagination a {
        margin: 0 8px;
        font-size: 1.4rem
    }
}

.c-pagination span {
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 50%
}

.top1-item>img,
.top2-item img {
    align-self: center;
    height: auto
}

.top3-inner p.sp-only,
.top3-inner__top p {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500
}

.c-pagination .disabled {
    margin: 0 10px;
    background-color: #c4c4c4;
    color: #fff
}

.top1 {
    padding-top: 97px;
    padding-bottom: 111px
}

.top1-item>img {
    -ms-flex-item-align: center;
    width: 38%
}

.top2-item img,
.top3,
.top3-inner,
.top3-inner__bot .bot-item img {
    width: 100%
}

.top2 {
    padding: 100px 0;
    background: #fff2f0
}

.top2-item {
    padding: 25px 35px 28px
}

.top2-item:last-child,
.top2-item:nth-child(2n+2) {
    padding: 32px 35px 5px
}

.top2-item img {
    -ms-flex-item-align: center;
    max-width: 480px
}

.top3 {
    margin-bottom: 100px;
    background: url(../img/top/bg-sec3.webp) top center no-repeat
}

.top3 .bg-inner {
    padding-top: 205px
}

.top3-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 71px 38px 42px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}

.top3-inner__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.top3-inner__top p {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.top3-inner p.sp-only {
    margin-bottom: 40px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    text-align: center
}

@media screen and (max-width:991px) {
    .c-article__content {
        padding: 0
    }

    .c-article__content h2 {
        margin-bottom: 20px;
        font-size: 2.2rem
    }

    .c-article__content h3 {
        margin-bottom: 20px;
        font-size: 2rem
    }

    .c-article__content h4 {
        margin-bottom: 15px;
        font-size: 1.8rem
    }

    .c-article__content strong {
        font-size: 1.5rem
    }

    .top2 {
        padding: 70px 0
    }

    .top2-item {
        padding: 30px 10px 42px
    }

    .top2-item:last-child,
    .top2-item:nth-child(2n+2) {
        padding: 30px 10px
    }

    .top3 {
        background: url(../img/top/bg-sec3sp.webp) 0 0/100% no-repeat
    }

    .top3 .bg-inner {
        padding-top: 50px
    }

    .top3-inner__top p {
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0
    }

    .top3-inner__top .title-item {
        margin-bottom: 0
    }

    .top3-inner__top .title-item span {
        padding-left: 0;
        letter-spacing: .8px
    }

    .top3-inner__top .title-item span::before {
        left: 0
    }

    .top3-inner p.sp-only {
        letter-spacing: 0
    }

    .top3-inner__bot {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.u-flex-column,
.u-flex-row {
    -webkit-box-direction: normal !important
}

.top3-inner__bot .bot-item {
    display: block;
    text-align: center;
    opacity: 1;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

@media screen and (min-width:768px) {
    .top3-inner__bot .bot-item {
        width: calc(100%/3 - 30px);
        margin-bottom: 35px
    }

    .u-mu-none {
        display: none !important
    }

    .u-mu-inline {
        display: inline !important
    }

    .u-mu-inline-block {
        display: inline-block !important
    }

    .u-mu-block {
        display: block !important
    }

    .u-mu-table {
        display: table !important
    }

    .u-mu-table-row {
        display: table-row !important
    }

    .u-mu-table-cell {
        display: table-cell !important
    }

    .u-mu-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .u-mu-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media screen and (max-width:767px) {
    .c-activities__item .date {
        font-size: 1rem
    }

    .c-activities__item .type {
        margin-bottom: 7.5px;
        line-height: 11px
    }

    .c-activities__item .des {
        line-height: 22px
    }

    .c-activities__item img {
        margin-bottom: 2px
    }

    .top3-inner__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top3-inner__bot .bot-item {
        width: 100%;
        max-width: 322px;
        margin: 0 auto
    }
}

.top4 {
    padding: 77px 0 39px;
    background: #f8f8f8
}

.top4 .title-item.mt50 {
    margin-top: 50px
}

.top5 {
    padding: 81px 0 89px
}

@media screen and (max-width:1199px) {

    .c-activities__item .des,
    .top3-inner p.sp-only {
        font-size: 1.4rem
    }

    .top1 {
        padding-top: 74px;
        padding-bottom: 63px
    }

    .top3 {
        height: auto;
        margin-bottom: 50px
    }

    .top3-inner {
        width: 100%;
        margin: 0 auto;
        padding: 52px 10px 42px
    }

    .top3-inner__top {
        margin-bottom: 3px
    }

    .top3-inner__top p {
        -webkit-transform: unset;
        transform: unset
    }

    .top5 {
        padding: 48px 0 70px
    }
}

.top5 .c-banner__group .c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end
}

.top5 .c-banner__group .c-row a {
    display: block
}

.top5 .c-banner__group .c-row a img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:992px) {
    .cert1-6 .c-banner__group .c-row a img.md-only {
        display: none
    }

    .top5 .c-banner__group .c-row {
        width: 100%
    }

    .top5 .c-banner__group .c-row a {
        display: block;
        width: calc(100%/3 - 9px);
        height: 100%;
        max-height: 201px
    }

    .top5 .c-banner__group .c-row a.spe1 {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    .top5 .c-banner__group .c-row a img.lg-only {
        display: block
    }
}

@media screen and (max-width:991px) {
    .top4 {
        padding: 77px 0
    }

    .top4 .title-item {
        margin-bottom: 23px
    }

    .top4 .title-item span {
        padding-left: 0;
        letter-spacing: .8px
    }

    .top4 .title-item span::before {
        left: 0
    }

    .top5 .c-banner__group .c-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top5 .c-banner__group .c-row a img.lg-only {
        display: none
    }

    .top5 .c-banner__group .c-row a img.md-only {
        display: block
    }

    .top5 .c-banner__group .c-row a {
        width: 100%;
        max-width: 385px;
        margin: 0 auto 20px
    }

    .top5 .c-banner__group .c-row a:last-child {
        margin-bottom: 0
    }
}

.u-none {
    display: none !important
}

.u-inline {
    display: inline !important
}

.u-inline-block {
    display: inline-block !important
}

.u-block {
    display: block !important
}

.u-table {
    display: table !important
}

.u-table-row {
    display: table-row !important
}

.u-table-cell {
    display: table-cell !important
}

.u-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.u-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important
}

@media print {
    .u-print-none {
        display: none !important
    }

    .u-print-inline {
        display: inline !important
    }

    .u-print-inline-block {
        display: inline-block !important
    }

    .u-print-block {
        display: block !important
    }

    .u-print-table {
        display: table !important
    }

    .u-print-table-row {
        display: table-row !important
    }

    .u-print-table-cell {
        display: table-cell !important
    }

    .u-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .u-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

.u-flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.u-flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important
}

.u-flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    flex-direction: column !important
}

.u-flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
}

.u-flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}

.u-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.u-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.u-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.u-flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

.u-flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important
}

.u-flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important
}

.u-flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.u-flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.u-justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.u-justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.u-justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.u-justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.u-justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.u-align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.u-align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.u-align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

.u-align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.u-align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.u-align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.u-align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.u-align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.u-align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.u-align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.u-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.u-align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.u-align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.u-align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.u-align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.u-align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.u-align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:768px) {

    .u-flex-md-column,
    .u-flex-md-row {
        -webkit-box-direction: normal !important
    }

    .u-flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .u-flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .u-flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .u-flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .u-flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .u-flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .u-flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .u-flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .u-flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .u-flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .u-flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .u-flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .u-justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .u-justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .u-justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .u-justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .u-justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .u-align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .u-align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .u-align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .u-align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .u-align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .u-align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .u-align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .u-align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .u-align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .u-align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .u-align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .u-align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .u-align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .u-align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .u-align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .u-align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .u-align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.u-m-0 {
    margin: 0 !important
}

.u-mt-0,
.u-my-0 {
    margin-top: 0 !important
}

.u-mr-0,
.u-mx-0 {
    margin-right: 0 !important
}

.u-mb-0,
.u-my-0 {
    margin-bottom: 0 !important
}

.u-ml-0,
.u-mx-0 {
    margin-left: 0 !important
}

.u-m-1 {
    margin: .5rem !important
}

.u-mt-1,
.u-my-1 {
    margin-top: .5rem !important
}

.u-mr-1,
.u-mx-1 {
    margin-right: .5rem !important
}

.u-mb-1,
.u-my-1 {
    margin-bottom: .5rem !important
}

.u-ml-1,
.u-mx-1 {
    margin-left: .5rem !important
}

.u-m-2 {
    margin: 1rem !important
}

.u-mt-2,
.u-my-2 {
    margin-top: 1rem !important
}

.u-mr-2,
.u-mx-2 {
    margin-right: 1rem !important
}

.u-mb-2,
.u-my-2 {
    margin-bottom: 1rem !important
}

.u-ml-2,
.u-mx-2 {
    margin-left: 1rem !important
}

.u-m-3 {
    margin: 1.5rem !important
}

.u-mt-3,
.u-my-3 {
    margin-top: 1.5rem !important
}

.u-mr-3,
.u-mx-3 {
    margin-right: 1.5rem !important
}

.u-mb-3,
.u-my-3 {
    margin-bottom: 1.5rem !important
}

.u-ml-3,
.u-mx-3 {
    margin-left: 1.5rem !important
}

.u-m-4 {
    margin: 2rem !important
}

.u-mt-4,
.u-my-4 {
    margin-top: 2rem !important
}

.u-mr-4,
.u-mx-4 {
    margin-right: 2rem !important
}

.u-mb-4,
.u-my-4 {
    margin-bottom: 2rem !important
}

.u-ml-4,
.u-mx-4 {
    margin-left: 2rem !important
}

.u-m-5 {
    margin: 2.5rem !important
}

.u-mt-5,
.u-my-5 {
    margin-top: 2.5rem !important
}

.u-mr-5,
.u-mx-5 {
    margin-right: 2.5rem !important
}

.u-mb-5,
.u-my-5 {
    margin-bottom: 2.5rem !important
}

.u-ml-5,
.u-mx-5 {
    margin-left: 2.5rem !important
}

.u-m-6 {
    margin: 3rem !important
}

.u-mt-6,
.u-my-6 {
    margin-top: 3rem !important
}

.u-mr-6,
.u-mx-6 {
    margin-right: 3rem !important
}

.u-mb-6,
.u-my-6 {
    margin-bottom: 3rem !important
}

.u-ml-6,
.u-mx-6 {
    margin-left: 3rem !important
}

.u-m-7 {
    margin: 3.5rem !important
}

.u-mt-7,
.u-my-7 {
    margin-top: 3.5rem !important
}

.u-mr-7,
.u-mx-7 {
    margin-right: 3.5rem !important
}

.u-mb-7,
.u-my-7 {
    margin-bottom: 3.5rem !important
}

.u-ml-7,
.u-mx-7 {
    margin-left: 3.5rem !important
}

.u-m-8 {
    margin: 4rem !important
}

.u-mt-8,
.u-my-8 {
    margin-top: 4rem !important
}

.u-mr-8,
.u-mx-8 {
    margin-right: 4rem !important
}

.u-mb-8,
.u-my-8 {
    margin-bottom: 4rem !important
}

.u-ml-8,
.u-mx-8 {
    margin-left: 4rem !important
}

.u-m-9 {
    margin: 4.5rem !important
}

.u-mt-9,
.u-my-9 {
    margin-top: 4.5rem !important
}

.u-mr-9,
.u-mx-9 {
    margin-right: 4.5rem !important
}

.u-mb-9,
.u-my-9 {
    margin-bottom: 4.5rem !important
}

.u-ml-9,
.u-mx-9 {
    margin-left: 4.5rem !important
}

.u-m-10 {
    margin: 5rem !important
}

.u-mt-10,
.u-my-10 {
    margin-top: 5rem !important
}

.u-mr-10,
.u-mx-10 {
    margin-right: 5rem !important
}

.u-mb-10,
.u-my-10 {
    margin-bottom: 5rem !important
}

.u-ml-10,
.u-mx-10 {
    margin-left: 5rem !important
}

.u-m-11 {
    margin: 5.5rem !important
}

.u-mt-11,
.u-my-11 {
    margin-top: 5.5rem !important
}

.u-mr-11,
.u-mx-11 {
    margin-right: 5.5rem !important
}

.u-mb-11,
.u-my-11 {
    margin-bottom: 5.5rem !important
}

.u-ml-11,
.u-mx-11 {
    margin-left: 5.5rem !important
}

.u-m-12 {
    margin: 6rem !important
}

.u-mt-12,
.u-my-12 {
    margin-top: 6rem !important
}

.u-mr-12,
.u-mx-12 {
    margin-right: 6rem !important
}

.u-mb-12,
.u-my-12 {
    margin-bottom: 6rem !important
}

.u-ml-12,
.u-mx-12 {
    margin-left: 6rem !important
}

.u-p-0 {
    padding: 0 !important
}

.u-pt-0,
.u-py-0 {
    padding-top: 0 !important
}

.u-pr-0,
.u-px-0 {
    padding-right: 0 !important
}

.u-pb-0,
.u-py-0 {
    padding-bottom: 0 !important
}

.u-pl-0,
.u-px-0 {
    padding-left: 0 !important
}

.u-p-1 {
    padding: .5rem !important
}

.u-pt-1,
.u-py-1 {
    padding-top: .5rem !important
}

.u-pr-1,
.u-px-1 {
    padding-right: .5rem !important
}

.u-pb-1,
.u-py-1 {
    padding-bottom: .5rem !important
}

.u-pl-1,
.u-px-1 {
    padding-left: .5rem !important
}

.u-p-2 {
    padding: 1rem !important
}

.u-pt-2,
.u-py-2 {
    padding-top: 1rem !important
}

.u-pr-2,
.u-px-2 {
    padding-right: 1rem !important
}

.u-pb-2,
.u-py-2 {
    padding-bottom: 1rem !important
}

.u-pl-2,
.u-px-2 {
    padding-left: 1rem !important
}

.u-p-3 {
    padding: 1.5rem !important
}

.u-pt-3,
.u-py-3 {
    padding-top: 1.5rem !important
}

.u-pr-3,
.u-px-3 {
    padding-right: 1.5rem !important
}

.u-pb-3,
.u-py-3 {
    padding-bottom: 1.5rem !important
}

.u-pl-3,
.u-px-3 {
    padding-left: 1.5rem !important
}

.u-p-4 {
    padding: 2rem !important
}

.u-pt-4,
.u-py-4 {
    padding-top: 2rem !important
}

.u-pr-4,
.u-px-4 {
    padding-right: 2rem !important
}

.u-pb-4,
.u-py-4 {
    padding-bottom: 2rem !important
}

.u-pl-4,
.u-px-4 {
    padding-left: 2rem !important
}

.u-p-5 {
    padding: 2.5rem !important
}

.u-pt-5,
.u-py-5 {
    padding-top: 2.5rem !important
}

.u-pr-5,
.u-px-5 {
    padding-right: 2.5rem !important
}

.u-pb-5,
.u-py-5 {
    padding-bottom: 2.5rem !important
}

.u-pl-5,
.u-px-5 {
    padding-left: 2.5rem !important
}

.u-p-6 {
    padding: 3rem !important
}

.u-pt-6,
.u-py-6 {
    padding-top: 3rem !important
}

.u-pr-6,
.u-px-6 {
    padding-right: 3rem !important
}

.u-pb-6,
.u-py-6 {
    padding-bottom: 3rem !important
}

.u-pl-6,
.u-px-6 {
    padding-left: 3rem !important
}

.u-p-7 {
    padding: 3.5rem !important
}

.u-pt-7,
.u-py-7 {
    padding-top: 3.5rem !important
}

.u-pr-7,
.u-px-7 {
    padding-right: 3.5rem !important
}

.u-pb-7,
.u-py-7 {
    padding-bottom: 3.5rem !important
}

.u-pl-7,
.u-px-7 {
    padding-left: 3.5rem !important
}

.u-p-8 {
    padding: 4rem !important
}

.u-pt-8,
.u-py-8 {
    padding-top: 4rem !important
}

.u-pr-8,
.u-px-8 {
    padding-right: 4rem !important
}

.u-pb-8,
.u-py-8 {
    padding-bottom: 4rem !important
}

.u-pl-8,
.u-px-8 {
    padding-left: 4rem !important
}

.u-p-9 {
    padding: 4.5rem !important
}

.u-pt-9,
.u-py-9 {
    padding-top: 4.5rem !important
}

.u-pr-9,
.u-px-9 {
    padding-right: 4.5rem !important
}

.u-pb-9,
.u-py-9 {
    padding-bottom: 4.5rem !important
}

.u-pl-9,
.u-px-9 {
    padding-left: 4.5rem !important
}

.u-p-10 {
    padding: 5rem !important
}

.u-pt-10,
.u-py-10 {
    padding-top: 5rem !important
}

.u-pr-10,
.u-px-10 {
    padding-right: 5rem !important
}

.u-pb-10,
.u-py-10 {
    padding-bottom: 5rem !important
}

.u-pl-10,
.u-px-10 {
    padding-left: 5rem !important
}

.u-p-11 {
    padding: 5.5rem !important
}

.u-pt-11,
.u-py-11 {
    padding-top: 5.5rem !important
}

.u-pr-11,
.u-px-11 {
    padding-right: 5.5rem !important
}

.u-pb-11,
.u-py-11 {
    padding-bottom: 5.5rem !important
}

.u-pl-11,
.u-px-11 {
    padding-left: 5.5rem !important
}

.u-p-12 {
    padding: 6rem !important
}

.u-pt-12,
.u-py-12 {
    padding-top: 6rem !important
}

.u-pr-12,
.u-px-12 {
    padding-right: 6rem !important
}

.u-pb-12,
.u-py-12 {
    padding-bottom: 6rem !important
}

.u-pl-12,
.u-px-12 {
    padding-left: 6rem !important
}

.u-m-auto {
    margin: auto !important
}

.u-mt-auto,
.u-my-auto {
    margin-top: auto !important
}

.u-mr-auto,
.u-mx-auto {
    margin-right: auto !important
}

.u-mb-auto,
.u-my-auto {
    margin-bottom: auto !important
}

.u-ml-auto,
.u-mx-auto {
    margin-left: auto !important
}

.non-tranform {
    -webkit-transform: translateY(8px) !important;
    transform: translateY(8px) !important
}

.u-fc-primary,
.u-fc-secondary,
.u-fc-tertiary {
    color: #000 !important
}

.u-fc-white {
    color: #fff !important
}

.u-fc-red {
    color: #d90b23 !important
}

.u-fw-100 {
    font-weight: 100 !important
}

.u-fw-200 {
    font-weight: 200 !important
}

.u-fw-300 {
    font-weight: 300 !important
}

.u-fw-400 {
    font-weight: 400 !important
}

.u-fw-500 {
    font-weight: 500 !important
}

.u-fw-600 {
    font-weight: 600 !important
}

.u-fw-700 {
    font-weight: 700 !important
}

.u-fw-800 {
    font-weight: 800 !important
}

.u-fw-900 {
    font-weight: 900 !important
}

.u-ta-l {
    text-align: left !important
}

.u-ta-c {
    text-align: center !important
}

.u-ta-r {
    text-align: right !important
}

@media screen and (min-width:576px) {
    .mv h2 {
        font-size: 3rem
    }

    .u-sm-none {
        display: none !important
    }

    .u-sm-inline {
        display: inline !important
    }

    .u-sm-inline-block {
        display: inline-block !important
    }

    .u-sm-block {
        display: block !important
    }

    .u-sm-table {
        display: table !important
    }

    .u-sm-table-row {
        display: table-row !important
    }

    .u-sm-table-cell {
        display: table-cell !important
    }

    .u-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .u-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }

    .u-flex-sm-column,
    .u-flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .u-flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .u-flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .u-flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .u-flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .u-flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .u-flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .u-flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .u-flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .u-flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .u-flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .u-flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .u-flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .u-justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .u-justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .u-justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .u-justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .u-justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .u-align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .u-align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .u-align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .u-align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .u-align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .u-align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .u-align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .u-align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .u-align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .u-align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .u-align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .u-align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .u-align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .u-align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .u-align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .u-align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .u-align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .u-m-sm-0 {
        margin: 0 !important
    }

    .u-mt-sm-0,
    .u-my-sm-0 {
        margin-top: 0 !important
    }

    .u-mr-sm-0,
    .u-mx-sm-0 {
        margin-right: 0 !important
    }

    .u-mb-sm-0,
    .u-my-sm-0 {
        margin-bottom: 0 !important
    }

    .u-ml-sm-0,
    .u-mx-sm-0 {
        margin-left: 0 !important
    }

    .u-m-sm-1 {
        margin: .5rem !important
    }

    .u-mt-sm-1,
    .u-my-sm-1 {
        margin-top: .5rem !important
    }

    .u-mr-sm-1,
    .u-mx-sm-1 {
        margin-right: .5rem !important
    }

    .u-mb-sm-1,
    .u-my-sm-1 {
        margin-bottom: .5rem !important
    }

    .u-ml-sm-1,
    .u-mx-sm-1 {
        margin-left: .5rem !important
    }

    .u-m-sm-2 {
        margin: 1rem !important
    }

    .u-mt-sm-2,
    .u-my-sm-2 {
        margin-top: 1rem !important
    }

    .u-mr-sm-2,
    .u-mx-sm-2 {
        margin-right: 1rem !important
    }

    .u-mb-sm-2,
    .u-my-sm-2 {
        margin-bottom: 1rem !important
    }

    .u-ml-sm-2,
    .u-mx-sm-2 {
        margin-left: 1rem !important
    }

    .u-m-sm-3 {
        margin: 1.5rem !important
    }

    .u-mt-sm-3,
    .u-my-sm-3 {
        margin-top: 1.5rem !important
    }

    .u-mr-sm-3,
    .u-mx-sm-3 {
        margin-right: 1.5rem !important
    }

    .u-mb-sm-3,
    .u-my-sm-3 {
        margin-bottom: 1.5rem !important
    }

    .u-ml-sm-3,
    .u-mx-sm-3 {
        margin-left: 1.5rem !important
    }

    .u-m-sm-4 {
        margin: 2rem !important
    }

    .u-mt-sm-4,
    .u-my-sm-4 {
        margin-top: 2rem !important
    }

    .u-mr-sm-4,
    .u-mx-sm-4 {
        margin-right: 2rem !important
    }

    .u-mb-sm-4,
    .u-my-sm-4 {
        margin-bottom: 2rem !important
    }

    .u-ml-sm-4,
    .u-mx-sm-4 {
        margin-left: 2rem !important
    }

    .u-m-sm-5 {
        margin: 2.5rem !important
    }

    .u-mt-sm-5,
    .u-my-sm-5 {
        margin-top: 2.5rem !important
    }

    .u-mr-sm-5,
    .u-mx-sm-5 {
        margin-right: 2.5rem !important
    }

    .u-mb-sm-5,
    .u-my-sm-5 {
        margin-bottom: 2.5rem !important
    }

    .u-ml-sm-5,
    .u-mx-sm-5 {
        margin-left: 2.5rem !important
    }

    .u-m-sm-6 {
        margin: 3rem !important
    }

    .u-mt-sm-6,
    .u-my-sm-6 {
        margin-top: 3rem !important
    }

    .u-mr-sm-6,
    .u-mx-sm-6 {
        margin-right: 3rem !important
    }

    .u-mb-sm-6,
    .u-my-sm-6 {
        margin-bottom: 3rem !important
    }

    .u-ml-sm-6,
    .u-mx-sm-6 {
        margin-left: 3rem !important
    }

    .u-m-sm-7 {
        margin: 3.5rem !important
    }

    .u-mt-sm-7,
    .u-my-sm-7 {
        margin-top: 3.5rem !important
    }

    .u-mr-sm-7,
    .u-mx-sm-7 {
        margin-right: 3.5rem !important
    }

    .u-mb-sm-7,
    .u-my-sm-7 {
        margin-bottom: 3.5rem !important
    }

    .u-ml-sm-7,
    .u-mx-sm-7 {
        margin-left: 3.5rem !important
    }

    .u-m-sm-8 {
        margin: 4rem !important
    }

    .u-mt-sm-8,
    .u-my-sm-8 {
        margin-top: 4rem !important
    }

    .u-mr-sm-8,
    .u-mx-sm-8 {
        margin-right: 4rem !important
    }

    .u-mb-sm-8,
    .u-my-sm-8 {
        margin-bottom: 4rem !important
    }

    .u-ml-sm-8,
    .u-mx-sm-8 {
        margin-left: 4rem !important
    }

    .u-m-sm-9 {
        margin: 4.5rem !important
    }

    .u-mt-sm-9,
    .u-my-sm-9 {
        margin-top: 4.5rem !important
    }

    .u-mr-sm-9,
    .u-mx-sm-9 {
        margin-right: 4.5rem !important
    }

    .u-mb-sm-9,
    .u-my-sm-9 {
        margin-bottom: 4.5rem !important
    }

    .u-ml-sm-9,
    .u-mx-sm-9 {
        margin-left: 4.5rem !important
    }

    .u-m-sm-10 {
        margin: 5rem !important
    }

    .u-mt-sm-10,
    .u-my-sm-10 {
        margin-top: 5rem !important
    }

    .u-mr-sm-10,
    .u-mx-sm-10 {
        margin-right: 5rem !important
    }

    .u-mb-sm-10,
    .u-my-sm-10 {
        margin-bottom: 5rem !important
    }

    .u-ml-sm-10,
    .u-mx-sm-10 {
        margin-left: 5rem !important
    }

    .u-m-sm-11 {
        margin: 5.5rem !important
    }

    .u-mt-sm-11,
    .u-my-sm-11 {
        margin-top: 5.5rem !important
    }

    .u-mr-sm-11,
    .u-mx-sm-11 {
        margin-right: 5.5rem !important
    }

    .u-mb-sm-11,
    .u-my-sm-11 {
        margin-bottom: 5.5rem !important
    }

    .u-ml-sm-11,
    .u-mx-sm-11 {
        margin-left: 5.5rem !important
    }

    .u-m-sm-12 {
        margin: 6rem !important
    }

    .u-mt-sm-12,
    .u-my-sm-12 {
        margin-top: 6rem !important
    }

    .u-mr-sm-12,
    .u-mx-sm-12 {
        margin-right: 6rem !important
    }

    .u-mb-sm-12,
    .u-my-sm-12 {
        margin-bottom: 6rem !important
    }

    .u-ml-sm-12,
    .u-mx-sm-12 {
        margin-left: 6rem !important
    }

    .u-p-sm-0 {
        padding: 0 !important
    }

    .u-pt-sm-0,
    .u-py-sm-0 {
        padding-top: 0 !important
    }

    .u-pr-sm-0,
    .u-px-sm-0 {
        padding-right: 0 !important
    }

    .u-pb-sm-0,
    .u-py-sm-0 {
        padding-bottom: 0 !important
    }

    .u-pl-sm-0,
    .u-px-sm-0 {
        padding-left: 0 !important
    }

    .u-p-sm-1 {
        padding: .5rem !important
    }

    .u-pt-sm-1,
    .u-py-sm-1 {
        padding-top: .5rem !important
    }

    .u-pr-sm-1,
    .u-px-sm-1 {
        padding-right: .5rem !important
    }

    .u-pb-sm-1,
    .u-py-sm-1 {
        padding-bottom: .5rem !important
    }

    .u-pl-sm-1,
    .u-px-sm-1 {
        padding-left: .5rem !important
    }

    .u-p-sm-2 {
        padding: 1rem !important
    }

    .u-pt-sm-2,
    .u-py-sm-2 {
        padding-top: 1rem !important
    }

    .u-pr-sm-2,
    .u-px-sm-2 {
        padding-right: 1rem !important
    }

    .u-pb-sm-2,
    .u-py-sm-2 {
        padding-bottom: 1rem !important
    }

    .u-pl-sm-2,
    .u-px-sm-2 {
        padding-left: 1rem !important
    }

    .u-p-sm-3 {
        padding: 1.5rem !important
    }

    .u-pt-sm-3,
    .u-py-sm-3 {
        padding-top: 1.5rem !important
    }

    .u-pr-sm-3,
    .u-px-sm-3 {
        padding-right: 1.5rem !important
    }

    .u-pb-sm-3,
    .u-py-sm-3 {
        padding-bottom: 1.5rem !important
    }

    .u-pl-sm-3,
    .u-px-sm-3 {
        padding-left: 1.5rem !important
    }

    .u-p-sm-4 {
        padding: 2rem !important
    }

    .u-pt-sm-4,
    .u-py-sm-4 {
        padding-top: 2rem !important
    }

    .u-pr-sm-4,
    .u-px-sm-4 {
        padding-right: 2rem !important
    }

    .u-pb-sm-4,
    .u-py-sm-4 {
        padding-bottom: 2rem !important
    }

    .u-pl-sm-4,
    .u-px-sm-4 {
        padding-left: 2rem !important
    }

    .u-p-sm-5 {
        padding: 2.5rem !important
    }

    .u-pt-sm-5,
    .u-py-sm-5 {
        padding-top: 2.5rem !important
    }

    .u-pr-sm-5,
    .u-px-sm-5 {
        padding-right: 2.5rem !important
    }

    .u-pb-sm-5,
    .u-py-sm-5 {
        padding-bottom: 2.5rem !important
    }

    .u-pl-sm-5,
    .u-px-sm-5 {
        padding-left: 2.5rem !important
    }

    .u-p-sm-6 {
        padding: 3rem !important
    }

    .u-pt-sm-6,
    .u-py-sm-6 {
        padding-top: 3rem !important
    }

    .u-pr-sm-6,
    .u-px-sm-6 {
        padding-right: 3rem !important
    }

    .u-pb-sm-6,
    .u-py-sm-6 {
        padding-bottom: 3rem !important
    }

    .u-pl-sm-6,
    .u-px-sm-6 {
        padding-left: 3rem !important
    }

    .u-p-sm-7 {
        padding: 3.5rem !important
    }

    .u-pt-sm-7,
    .u-py-sm-7 {
        padding-top: 3.5rem !important
    }

    .u-pr-sm-7,
    .u-px-sm-7 {
        padding-right: 3.5rem !important
    }

    .u-pb-sm-7,
    .u-py-sm-7 {
        padding-bottom: 3.5rem !important
    }

    .u-pl-sm-7,
    .u-px-sm-7 {
        padding-left: 3.5rem !important
    }

    .u-p-sm-8 {
        padding: 4rem !important
    }

    .u-pt-sm-8,
    .u-py-sm-8 {
        padding-top: 4rem !important
    }

    .u-pr-sm-8,
    .u-px-sm-8 {
        padding-right: 4rem !important
    }

    .u-pb-sm-8,
    .u-py-sm-8 {
        padding-bottom: 4rem !important
    }

    .u-pl-sm-8,
    .u-px-sm-8 {
        padding-left: 4rem !important
    }

    .u-p-sm-9 {
        padding: 4.5rem !important
    }

    .u-pt-sm-9,
    .u-py-sm-9 {
        padding-top: 4.5rem !important
    }

    .u-pr-sm-9,
    .u-px-sm-9 {
        padding-right: 4.5rem !important
    }

    .u-pb-sm-9,
    .u-py-sm-9 {
        padding-bottom: 4.5rem !important
    }

    .u-pl-sm-9,
    .u-px-sm-9 {
        padding-left: 4.5rem !important
    }

    .u-p-sm-10 {
        padding: 5rem !important
    }

    .u-pt-sm-10,
    .u-py-sm-10 {
        padding-top: 5rem !important
    }

    .u-pr-sm-10,
    .u-px-sm-10 {
        padding-right: 5rem !important
    }

    .u-pb-sm-10,
    .u-py-sm-10 {
        padding-bottom: 5rem !important
    }

    .u-pl-sm-10,
    .u-px-sm-10 {
        padding-left: 5rem !important
    }

    .u-p-sm-11 {
        padding: 5.5rem !important
    }

    .u-pt-sm-11,
    .u-py-sm-11 {
        padding-top: 5.5rem !important
    }

    .u-pr-sm-11,
    .u-px-sm-11 {
        padding-right: 5.5rem !important
    }

    .u-pb-sm-11,
    .u-py-sm-11 {
        padding-bottom: 5.5rem !important
    }

    .u-pl-sm-11,
    .u-px-sm-11 {
        padding-left: 5.5rem !important
    }

    .u-p-sm-12 {
        padding: 6rem !important
    }

    .u-pt-sm-12,
    .u-py-sm-12 {
        padding-top: 6rem !important
    }

    .u-pr-sm-12,
    .u-px-sm-12 {
        padding-right: 6rem !important
    }

    .u-pb-sm-12,
    .u-py-sm-12 {
        padding-bottom: 6rem !important
    }

    .u-pl-sm-12,
    .u-px-sm-12 {
        padding-left: 6rem !important
    }

    .u-m-sm-auto {
        margin: auto !important
    }

    .u-mt-sm-auto,
    .u-my-sm-auto {
        margin-top: auto !important
    }

    .u-mr-sm-auto,
    .u-mx-sm-auto {
        margin-right: auto !important
    }

    .u-mb-sm-auto,
    .u-my-sm-auto {
        margin-bottom: auto !important
    }

    .u-ml-sm-auto,
    .u-mx-sm-auto {
        margin-left: auto !important
    }

    .u-ta-sm-l {
        text-align: left !important
    }

    .u-ta-sm-c {
        text-align: center !important
    }

    .u-ta-sm-r {
        text-align: right !important
    }
}

@media screen and (min-width:768px) {
    .u-m-md-0 {
        margin: 0 !important
    }

    .u-mt-md-0,
    .u-my-md-0 {
        margin-top: 0 !important
    }

    .u-mr-md-0,
    .u-mx-md-0 {
        margin-right: 0 !important
    }

    .u-mb-md-0,
    .u-my-md-0 {
        margin-bottom: 0 !important
    }

    .u-ml-md-0,
    .u-mx-md-0 {
        margin-left: 0 !important
    }

    .u-m-md-1 {
        margin: .5rem !important
    }

    .u-mt-md-1,
    .u-my-md-1 {
        margin-top: .5rem !important
    }

    .u-mr-md-1,
    .u-mx-md-1 {
        margin-right: .5rem !important
    }

    .u-mb-md-1,
    .u-my-md-1 {
        margin-bottom: .5rem !important
    }

    .u-ml-md-1,
    .u-mx-md-1 {
        margin-left: .5rem !important
    }

    .u-m-md-2 {
        margin: 1rem !important
    }

    .u-mt-md-2,
    .u-my-md-2 {
        margin-top: 1rem !important
    }

    .u-mr-md-2,
    .u-mx-md-2 {
        margin-right: 1rem !important
    }

    .u-mb-md-2,
    .u-my-md-2 {
        margin-bottom: 1rem !important
    }

    .u-ml-md-2,
    .u-mx-md-2 {
        margin-left: 1rem !important
    }

    .u-m-md-3 {
        margin: 1.5rem !important
    }

    .u-mt-md-3,
    .u-my-md-3 {
        margin-top: 1.5rem !important
    }

    .u-mr-md-3,
    .u-mx-md-3 {
        margin-right: 1.5rem !important
    }

    .u-mb-md-3,
    .u-my-md-3 {
        margin-bottom: 1.5rem !important
    }

    .u-ml-md-3,
    .u-mx-md-3 {
        margin-left: 1.5rem !important
    }

    .u-m-md-4 {
        margin: 2rem !important
    }

    .u-mt-md-4,
    .u-my-md-4 {
        margin-top: 2rem !important
    }

    .u-mr-md-4,
    .u-mx-md-4 {
        margin-right: 2rem !important
    }

    .u-mb-md-4,
    .u-my-md-4 {
        margin-bottom: 2rem !important
    }

    .u-ml-md-4,
    .u-mx-md-4 {
        margin-left: 2rem !important
    }

    .u-m-md-5 {
        margin: 2.5rem !important
    }

    .u-mt-md-5,
    .u-my-md-5 {
        margin-top: 2.5rem !important
    }

    .u-mr-md-5,
    .u-mx-md-5 {
        margin-right: 2.5rem !important
    }

    .u-mb-md-5,
    .u-my-md-5 {
        margin-bottom: 2.5rem !important
    }

    .u-ml-md-5,
    .u-mx-md-5 {
        margin-left: 2.5rem !important
    }

    .u-m-md-6 {
        margin: 3rem !important
    }

    .u-mt-md-6,
    .u-my-md-6 {
        margin-top: 3rem !important
    }

    .u-mr-md-6,
    .u-mx-md-6 {
        margin-right: 3rem !important
    }

    .u-mb-md-6,
    .u-my-md-6 {
        margin-bottom: 3rem !important
    }

    .u-ml-md-6,
    .u-mx-md-6 {
        margin-left: 3rem !important
    }

    .u-m-md-7 {
        margin: 3.5rem !important
    }

    .u-mt-md-7,
    .u-my-md-7 {
        margin-top: 3.5rem !important
    }

    .u-mr-md-7,
    .u-mx-md-7 {
        margin-right: 3.5rem !important
    }

    .u-mb-md-7,
    .u-my-md-7 {
        margin-bottom: 3.5rem !important
    }

    .u-ml-md-7,
    .u-mx-md-7 {
        margin-left: 3.5rem !important
    }

    .u-m-md-8 {
        margin: 4rem !important
    }

    .u-mt-md-8,
    .u-my-md-8 {
        margin-top: 4rem !important
    }

    .u-mr-md-8,
    .u-mx-md-8 {
        margin-right: 4rem !important
    }

    .u-mb-md-8,
    .u-my-md-8 {
        margin-bottom: 4rem !important
    }

    .u-ml-md-8,
    .u-mx-md-8 {
        margin-left: 4rem !important
    }

    .u-m-md-9 {
        margin: 4.5rem !important
    }

    .u-mt-md-9,
    .u-my-md-9 {
        margin-top: 4.5rem !important
    }

    .u-mr-md-9,
    .u-mx-md-9 {
        margin-right: 4.5rem !important
    }

    .u-mb-md-9,
    .u-my-md-9 {
        margin-bottom: 4.5rem !important
    }

    .u-ml-md-9,
    .u-mx-md-9 {
        margin-left: 4.5rem !important
    }

    .u-m-md-10 {
        margin: 5rem !important
    }

    .u-mt-md-10,
    .u-my-md-10 {
        margin-top: 5rem !important
    }

    .u-mr-md-10,
    .u-mx-md-10 {
        margin-right: 5rem !important
    }

    .u-mb-md-10,
    .u-my-md-10 {
        margin-bottom: 5rem !important
    }

    .u-ml-md-10,
    .u-mx-md-10 {
        margin-left: 5rem !important
    }

    .u-m-md-11 {
        margin: 5.5rem !important
    }

    .u-mt-md-11,
    .u-my-md-11 {
        margin-top: 5.5rem !important
    }

    .u-mr-md-11,
    .u-mx-md-11 {
        margin-right: 5.5rem !important
    }

    .u-mb-md-11,
    .u-my-md-11 {
        margin-bottom: 5.5rem !important
    }

    .u-ml-md-11,
    .u-mx-md-11 {
        margin-left: 5.5rem !important
    }

    .u-m-md-12 {
        margin: 6rem !important
    }

    .u-mt-md-12,
    .u-my-md-12 {
        margin-top: 6rem !important
    }

    .u-mr-md-12,
    .u-mx-md-12 {
        margin-right: 6rem !important
    }

    .u-mb-md-12,
    .u-my-md-12 {
        margin-bottom: 6rem !important
    }

    .u-ml-md-12,
    .u-mx-md-12 {
        margin-left: 6rem !important
    }

    .u-p-md-0 {
        padding: 0 !important
    }

    .u-pt-md-0,
    .u-py-md-0 {
        padding-top: 0 !important
    }

    .u-pr-md-0,
    .u-px-md-0 {
        padding-right: 0 !important
    }

    .u-pb-md-0,
    .u-py-md-0 {
        padding-bottom: 0 !important
    }

    .u-pl-md-0,
    .u-px-md-0 {
        padding-left: 0 !important
    }

    .u-p-md-1 {
        padding: .5rem !important
    }

    .u-pt-md-1,
    .u-py-md-1 {
        padding-top: .5rem !important
    }

    .u-pr-md-1,
    .u-px-md-1 {
        padding-right: .5rem !important
    }

    .u-pb-md-1,
    .u-py-md-1 {
        padding-bottom: .5rem !important
    }

    .u-pl-md-1,
    .u-px-md-1 {
        padding-left: .5rem !important
    }

    .u-p-md-2 {
        padding: 1rem !important
    }

    .u-pt-md-2,
    .u-py-md-2 {
        padding-top: 1rem !important
    }

    .u-pr-md-2,
    .u-px-md-2 {
        padding-right: 1rem !important
    }

    .u-pb-md-2,
    .u-py-md-2 {
        padding-bottom: 1rem !important
    }

    .u-pl-md-2,
    .u-px-md-2 {
        padding-left: 1rem !important
    }

    .u-p-md-3 {
        padding: 1.5rem !important
    }

    .u-pt-md-3,
    .u-py-md-3 {
        padding-top: 1.5rem !important
    }

    .u-pr-md-3,
    .u-px-md-3 {
        padding-right: 1.5rem !important
    }

    .u-pb-md-3,
    .u-py-md-3 {
        padding-bottom: 1.5rem !important
    }

    .u-pl-md-3,
    .u-px-md-3 {
        padding-left: 1.5rem !important
    }

    .u-p-md-4 {
        padding: 2rem !important
    }

    .u-pt-md-4,
    .u-py-md-4 {
        padding-top: 2rem !important
    }

    .u-pr-md-4,
    .u-px-md-4 {
        padding-right: 2rem !important
    }

    .u-pb-md-4,
    .u-py-md-4 {
        padding-bottom: 2rem !important
    }

    .u-pl-md-4,
    .u-px-md-4 {
        padding-left: 2rem !important
    }

    .u-p-md-5 {
        padding: 2.5rem !important
    }

    .u-pt-md-5,
    .u-py-md-5 {
        padding-top: 2.5rem !important
    }

    .u-pr-md-5,
    .u-px-md-5 {
        padding-right: 2.5rem !important
    }

    .u-pb-md-5,
    .u-py-md-5 {
        padding-bottom: 2.5rem !important
    }

    .u-pl-md-5,
    .u-px-md-5 {
        padding-left: 2.5rem !important
    }

    .u-p-md-6 {
        padding: 3rem !important
    }

    .u-pt-md-6,
    .u-py-md-6 {
        padding-top: 3rem !important
    }

    .u-pr-md-6,
    .u-px-md-6 {
        padding-right: 3rem !important
    }

    .u-pb-md-6,
    .u-py-md-6 {
        padding-bottom: 3rem !important
    }

    .u-pl-md-6,
    .u-px-md-6 {
        padding-left: 3rem !important
    }

    .u-p-md-7 {
        padding: 3.5rem !important
    }

    .u-pt-md-7,
    .u-py-md-7 {
        padding-top: 3.5rem !important
    }

    .u-pr-md-7,
    .u-px-md-7 {
        padding-right: 3.5rem !important
    }

    .u-pb-md-7,
    .u-py-md-7 {
        padding-bottom: 3.5rem !important
    }

    .u-pl-md-7,
    .u-px-md-7 {
        padding-left: 3.5rem !important
    }

    .u-p-md-8 {
        padding: 4rem !important
    }

    .u-pt-md-8,
    .u-py-md-8 {
        padding-top: 4rem !important
    }

    .u-pr-md-8,
    .u-px-md-8 {
        padding-right: 4rem !important
    }

    .u-pb-md-8,
    .u-py-md-8 {
        padding-bottom: 4rem !important
    }

    .u-pl-md-8,
    .u-px-md-8 {
        padding-left: 4rem !important
    }

    .u-p-md-9 {
        padding: 4.5rem !important
    }

    .u-pt-md-9,
    .u-py-md-9 {
        padding-top: 4.5rem !important
    }

    .u-pr-md-9,
    .u-px-md-9 {
        padding-right: 4.5rem !important
    }

    .u-pb-md-9,
    .u-py-md-9 {
        padding-bottom: 4.5rem !important
    }

    .u-pl-md-9,
    .u-px-md-9 {
        padding-left: 4.5rem !important
    }

    .u-p-md-10 {
        padding: 5rem !important
    }

    .u-pt-md-10,
    .u-py-md-10 {
        padding-top: 5rem !important
    }

    .u-pr-md-10,
    .u-px-md-10 {
        padding-right: 5rem !important
    }

    .u-pb-md-10,
    .u-py-md-10 {
        padding-bottom: 5rem !important
    }

    .u-pl-md-10,
    .u-px-md-10 {
        padding-left: 5rem !important
    }

    .u-p-md-11 {
        padding: 5.5rem !important
    }

    .u-pt-md-11,
    .u-py-md-11 {
        padding-top: 5.5rem !important
    }

    .u-pr-md-11,
    .u-px-md-11 {
        padding-right: 5.5rem !important
    }

    .u-pb-md-11,
    .u-py-md-11 {
        padding-bottom: 5.5rem !important
    }

    .u-pl-md-11,
    .u-px-md-11 {
        padding-left: 5.5rem !important
    }

    .u-p-md-12 {
        padding: 6rem !important
    }

    .u-pt-md-12,
    .u-py-md-12 {
        padding-top: 6rem !important
    }

    .u-pr-md-12,
    .u-px-md-12 {
        padding-right: 6rem !important
    }

    .u-pb-md-12,
    .u-py-md-12 {
        padding-bottom: 6rem !important
    }

    .u-pl-md-12,
    .u-px-md-12 {
        padding-left: 6rem !important
    }

    .u-m-md-auto {
        margin: auto !important
    }

    .u-mt-md-auto,
    .u-my-md-auto {
        margin-top: auto !important
    }

    .u-mr-md-auto,
    .u-mx-md-auto {
        margin-right: auto !important
    }

    .u-mb-md-auto,
    .u-my-md-auto {
        margin-bottom: auto !important
    }

    .u-ml-md-auto,
    .u-mx-md-auto {
        margin-left: auto !important
    }

    .u-ta-md-l {
        text-align: left !important
    }

    .u-ta-md-c {
        text-align: center !important
    }

    .u-ta-md-r {
        text-align: right !important
    }
}

@media screen and (min-width:992px) {
    .top5 .c-banner__group .c-row a img.md-only {
        display: none
    }

    .u-lg-none {
        display: none !important
    }

    .u-lg-inline {
        display: inline !important
    }

    .u-lg-inline-block {
        display: inline-block !important
    }

    .u-lg-block {
        display: block !important
    }

    .u-lg-table {
        display: table !important
    }

    .u-lg-table-row {
        display: table-row !important
    }

    .u-lg-table-cell {
        display: table-cell !important
    }

    .u-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .u-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }

    .u-flex-lg-column,
    .u-flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .u-flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .u-flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .u-flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .u-flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .u-flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .u-flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .u-flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .u-flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .u-flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .u-flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .u-flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .u-flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .u-justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .u-justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .u-justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .u-justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .u-justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .u-align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .u-align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .u-align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .u-align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .u-align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .u-align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .u-align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .u-align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .u-align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .u-align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .u-align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .u-align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .u-align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .u-align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .u-align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .u-align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .u-align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .u-m-lg-0 {
        margin: 0 !important
    }

    .u-mt-lg-0,
    .u-my-lg-0 {
        margin-top: 0 !important
    }

    .u-mr-lg-0,
    .u-mx-lg-0 {
        margin-right: 0 !important
    }

    .u-mb-lg-0,
    .u-my-lg-0 {
        margin-bottom: 0 !important
    }

    .u-ml-lg-0,
    .u-mx-lg-0 {
        margin-left: 0 !important
    }

    .u-m-lg-1 {
        margin: .5rem !important
    }

    .u-mt-lg-1,
    .u-my-lg-1 {
        margin-top: .5rem !important
    }

    .u-mr-lg-1,
    .u-mx-lg-1 {
        margin-right: .5rem !important
    }

    .u-mb-lg-1,
    .u-my-lg-1 {
        margin-bottom: .5rem !important
    }

    .u-ml-lg-1,
    .u-mx-lg-1 {
        margin-left: .5rem !important
    }

    .u-m-lg-2 {
        margin: 1rem !important
    }

    .u-mt-lg-2,
    .u-my-lg-2 {
        margin-top: 1rem !important
    }

    .u-mr-lg-2,
    .u-mx-lg-2 {
        margin-right: 1rem !important
    }

    .u-mb-lg-2,
    .u-my-lg-2 {
        margin-bottom: 1rem !important
    }

    .u-ml-lg-2,
    .u-mx-lg-2 {
        margin-left: 1rem !important
    }

    .u-m-lg-3 {
        margin: 1.5rem !important
    }

    .u-mt-lg-3,
    .u-my-lg-3 {
        margin-top: 1.5rem !important
    }

    .u-mr-lg-3,
    .u-mx-lg-3 {
        margin-right: 1.5rem !important
    }

    .u-mb-lg-3,
    .u-my-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .u-ml-lg-3,
    .u-mx-lg-3 {
        margin-left: 1.5rem !important
    }

    .u-m-lg-4 {
        margin: 2rem !important
    }

    .u-mt-lg-4,
    .u-my-lg-4 {
        margin-top: 2rem !important
    }

    .u-mr-lg-4,
    .u-mx-lg-4 {
        margin-right: 2rem !important
    }

    .u-mb-lg-4,
    .u-my-lg-4 {
        margin-bottom: 2rem !important
    }

    .u-ml-lg-4,
    .u-mx-lg-4 {
        margin-left: 2rem !important
    }

    .u-m-lg-5 {
        margin: 2.5rem !important
    }

    .u-mt-lg-5,
    .u-my-lg-5 {
        margin-top: 2.5rem !important
    }

    .u-mr-lg-5,
    .u-mx-lg-5 {
        margin-right: 2.5rem !important
    }

    .u-mb-lg-5,
    .u-my-lg-5 {
        margin-bottom: 2.5rem !important
    }

    .u-ml-lg-5,
    .u-mx-lg-5 {
        margin-left: 2.5rem !important
    }

    .u-m-lg-6 {
        margin: 3rem !important
    }

    .u-mt-lg-6,
    .u-my-lg-6 {
        margin-top: 3rem !important
    }

    .u-mr-lg-6,
    .u-mx-lg-6 {
        margin-right: 3rem !important
    }

    .u-mb-lg-6,
    .u-my-lg-6 {
        margin-bottom: 3rem !important
    }

    .u-ml-lg-6,
    .u-mx-lg-6 {
        margin-left: 3rem !important
    }

    .u-m-lg-7 {
        margin: 3.5rem !important
    }

    .u-mt-lg-7,
    .u-my-lg-7 {
        margin-top: 3.5rem !important
    }

    .u-mr-lg-7,
    .u-mx-lg-7 {
        margin-right: 3.5rem !important
    }

    .u-mb-lg-7,
    .u-my-lg-7 {
        margin-bottom: 3.5rem !important
    }

    .u-ml-lg-7,
    .u-mx-lg-7 {
        margin-left: 3.5rem !important
    }

    .u-m-lg-8 {
        margin: 4rem !important
    }

    .u-mt-lg-8,
    .u-my-lg-8 {
        margin-top: 4rem !important
    }

    .u-mr-lg-8,
    .u-mx-lg-8 {
        margin-right: 4rem !important
    }

    .u-mb-lg-8,
    .u-my-lg-8 {
        margin-bottom: 4rem !important
    }

    .u-ml-lg-8,
    .u-mx-lg-8 {
        margin-left: 4rem !important
    }

    .u-m-lg-9 {
        margin: 4.5rem !important
    }

    .u-mt-lg-9,
    .u-my-lg-9 {
        margin-top: 4.5rem !important
    }

    .u-mr-lg-9,
    .u-mx-lg-9 {
        margin-right: 4.5rem !important
    }

    .u-mb-lg-9,
    .u-my-lg-9 {
        margin-bottom: 4.5rem !important
    }

    .u-ml-lg-9,
    .u-mx-lg-9 {
        margin-left: 4.5rem !important
    }

    .u-m-lg-10 {
        margin: 5rem !important
    }

    .u-mt-lg-10,
    .u-my-lg-10 {
        margin-top: 5rem !important
    }

    .u-mr-lg-10,
    .u-mx-lg-10 {
        margin-right: 5rem !important
    }

    .u-mb-lg-10,
    .u-my-lg-10 {
        margin-bottom: 5rem !important
    }

    .u-ml-lg-10,
    .u-mx-lg-10 {
        margin-left: 5rem !important
    }

    .u-m-lg-11 {
        margin: 5.5rem !important
    }

    .u-mt-lg-11,
    .u-my-lg-11 {
        margin-top: 5.5rem !important
    }

    .u-mr-lg-11,
    .u-mx-lg-11 {
        margin-right: 5.5rem !important
    }

    .u-mb-lg-11,
    .u-my-lg-11 {
        margin-bottom: 5.5rem !important
    }

    .u-ml-lg-11,
    .u-mx-lg-11 {
        margin-left: 5.5rem !important
    }

    .u-m-lg-12 {
        margin: 6rem !important
    }

    .u-mt-lg-12,
    .u-my-lg-12 {
        margin-top: 6rem !important
    }

    .u-mr-lg-12,
    .u-mx-lg-12 {
        margin-right: 6rem !important
    }

    .u-mb-lg-12,
    .u-my-lg-12 {
        margin-bottom: 6rem !important
    }

    .u-ml-lg-12,
    .u-mx-lg-12 {
        margin-left: 6rem !important
    }

    .u-p-lg-0 {
        padding: 0 !important
    }

    .u-pt-lg-0,
    .u-py-lg-0 {
        padding-top: 0 !important
    }

    .u-pr-lg-0,
    .u-px-lg-0 {
        padding-right: 0 !important
    }

    .u-pb-lg-0,
    .u-py-lg-0 {
        padding-bottom: 0 !important
    }

    .u-pl-lg-0,
    .u-px-lg-0 {
        padding-left: 0 !important
    }

    .u-p-lg-1 {
        padding: .5rem !important
    }

    .u-pt-lg-1,
    .u-py-lg-1 {
        padding-top: .5rem !important
    }

    .u-pr-lg-1,
    .u-px-lg-1 {
        padding-right: .5rem !important
    }

    .u-pb-lg-1,
    .u-py-lg-1 {
        padding-bottom: .5rem !important
    }

    .u-pl-lg-1,
    .u-px-lg-1 {
        padding-left: .5rem !important
    }

    .u-p-lg-2 {
        padding: 1rem !important
    }

    .u-pt-lg-2,
    .u-py-lg-2 {
        padding-top: 1rem !important
    }

    .u-pr-lg-2,
    .u-px-lg-2 {
        padding-right: 1rem !important
    }

    .u-pb-lg-2,
    .u-py-lg-2 {
        padding-bottom: 1rem !important
    }

    .u-pl-lg-2,
    .u-px-lg-2 {
        padding-left: 1rem !important
    }

    .u-p-lg-3 {
        padding: 1.5rem !important
    }

    .u-pt-lg-3,
    .u-py-lg-3 {
        padding-top: 1.5rem !important
    }

    .u-pr-lg-3,
    .u-px-lg-3 {
        padding-right: 1.5rem !important
    }

    .u-pb-lg-3,
    .u-py-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .u-pl-lg-3,
    .u-px-lg-3 {
        padding-left: 1.5rem !important
    }

    .u-p-lg-4 {
        padding: 2rem !important
    }

    .u-pt-lg-4,
    .u-py-lg-4 {
        padding-top: 2rem !important
    }

    .u-pr-lg-4,
    .u-px-lg-4 {
        padding-right: 2rem !important
    }

    .u-pb-lg-4,
    .u-py-lg-4 {
        padding-bottom: 2rem !important
    }

    .u-pl-lg-4,
    .u-px-lg-4 {
        padding-left: 2rem !important
    }

    .u-p-lg-5 {
        padding: 2.5rem !important
    }

    .u-pt-lg-5,
    .u-py-lg-5 {
        padding-top: 2.5rem !important
    }

    .u-pr-lg-5,
    .u-px-lg-5 {
        padding-right: 2.5rem !important
    }

    .u-pb-lg-5,
    .u-py-lg-5 {
        padding-bottom: 2.5rem !important
    }

    .u-pl-lg-5,
    .u-px-lg-5 {
        padding-left: 2.5rem !important
    }

    .u-p-lg-6 {
        padding: 3rem !important
    }

    .u-pt-lg-6,
    .u-py-lg-6 {
        padding-top: 3rem !important
    }

    .u-pr-lg-6,
    .u-px-lg-6 {
        padding-right: 3rem !important
    }

    .u-pb-lg-6,
    .u-py-lg-6 {
        padding-bottom: 3rem !important
    }

    .u-pl-lg-6,
    .u-px-lg-6 {
        padding-left: 3rem !important
    }

    .u-p-lg-7 {
        padding: 3.5rem !important
    }

    .u-pt-lg-7,
    .u-py-lg-7 {
        padding-top: 3.5rem !important
    }

    .u-pr-lg-7,
    .u-px-lg-7 {
        padding-right: 3.5rem !important
    }

    .u-pb-lg-7,
    .u-py-lg-7 {
        padding-bottom: 3.5rem !important
    }

    .u-pl-lg-7,
    .u-px-lg-7 {
        padding-left: 3.5rem !important
    }

    .u-p-lg-8 {
        padding: 4rem !important
    }

    .u-pt-lg-8,
    .u-py-lg-8 {
        padding-top: 4rem !important
    }

    .u-pr-lg-8,
    .u-px-lg-8 {
        padding-right: 4rem !important
    }

    .u-pb-lg-8,
    .u-py-lg-8 {
        padding-bottom: 4rem !important
    }

    .u-pl-lg-8,
    .u-px-lg-8 {
        padding-left: 4rem !important
    }

    .u-p-lg-9 {
        padding: 4.5rem !important
    }

    .u-pt-lg-9,
    .u-py-lg-9 {
        padding-top: 4.5rem !important
    }

    .u-pr-lg-9,
    .u-px-lg-9 {
        padding-right: 4.5rem !important
    }

    .u-pb-lg-9,
    .u-py-lg-9 {
        padding-bottom: 4.5rem !important
    }

    .u-pl-lg-9,
    .u-px-lg-9 {
        padding-left: 4.5rem !important
    }

    .u-p-lg-10 {
        padding: 5rem !important
    }

    .u-pt-lg-10,
    .u-py-lg-10 {
        padding-top: 5rem !important
    }

    .u-pr-lg-10,
    .u-px-lg-10 {
        padding-right: 5rem !important
    }

    .u-pb-lg-10,
    .u-py-lg-10 {
        padding-bottom: 5rem !important
    }

    .u-pl-lg-10,
    .u-px-lg-10 {
        padding-left: 5rem !important
    }

    .u-p-lg-11 {
        padding: 5.5rem !important
    }

    .u-pt-lg-11,
    .u-py-lg-11 {
        padding-top: 5.5rem !important
    }

    .u-pr-lg-11,
    .u-px-lg-11 {
        padding-right: 5.5rem !important
    }

    .u-pb-lg-11,
    .u-py-lg-11 {
        padding-bottom: 5.5rem !important
    }

    .u-pl-lg-11,
    .u-px-lg-11 {
        padding-left: 5.5rem !important
    }

    .u-p-lg-12 {
        padding: 6rem !important
    }

    .u-pt-lg-12,
    .u-py-lg-12 {
        padding-top: 6rem !important
    }

    .u-pr-lg-12,
    .u-px-lg-12 {
        padding-right: 6rem !important
    }

    .u-pb-lg-12,
    .u-py-lg-12 {
        padding-bottom: 6rem !important
    }

    .u-pl-lg-12,
    .u-px-lg-12 {
        padding-left: 6rem !important
    }

    .u-m-lg-auto {
        margin: auto !important
    }

    .u-mt-lg-auto,
    .u-my-lg-auto {
        margin-top: auto !important
    }

    .u-mr-lg-auto,
    .u-mx-lg-auto {
        margin-right: auto !important
    }

    .u-mb-lg-auto,
    .u-my-lg-auto {
        margin-bottom: auto !important
    }

    .u-ml-lg-auto,
    .u-mx-lg-auto {
        margin-left: auto !important
    }

    .u-ta-lg-l {
        text-align: left !important
    }

    .u-ta-lg-c {
        text-align: center !important
    }

    .u-ta-lg-r {
        text-align: right !important
    }
}

@media screen and (min-width:1200px) {
    .u-xl-none {
        display: none !important
    }

    .u-xl-inline {
        display: inline !important
    }

    .u-xl-inline-block {
        display: inline-block !important
    }

    .u-xl-block {
        display: block !important
    }

    .u-xl-table {
        display: table !important
    }

    .u-xl-table-row {
        display: table-row !important
    }

    .u-xl-table-cell {
        display: table-cell !important
    }

    .u-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .u-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }

    .u-flex-xl-column,
    .u-flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .u-flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .u-flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .u-flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .u-flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .u-flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .u-flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .u-flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .u-flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .u-flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .u-flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .u-flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .u-flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .u-justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .u-justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .u-justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .u-justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .u-justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .u-align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .u-align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .u-align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .u-align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .u-align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .u-align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .u-align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .u-align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .u-align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .u-align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .u-align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .u-align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .u-align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .u-align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .u-align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .u-align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .u-align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .u-m-xl-0 {
        margin: 0 !important
    }

    .u-mt-xl-0,
    .u-my-xl-0 {
        margin-top: 0 !important
    }

    .u-mr-xl-0,
    .u-mx-xl-0 {
        margin-right: 0 !important
    }

    .u-mb-xl-0,
    .u-my-xl-0 {
        margin-bottom: 0 !important
    }

    .u-ml-xl-0,
    .u-mx-xl-0 {
        margin-left: 0 !important
    }

    .u-m-xl-1 {
        margin: .5rem !important
    }

    .u-mt-xl-1,
    .u-my-xl-1 {
        margin-top: .5rem !important
    }

    .u-mr-xl-1,
    .u-mx-xl-1 {
        margin-right: .5rem !important
    }

    .u-mb-xl-1,
    .u-my-xl-1 {
        margin-bottom: .5rem !important
    }

    .u-ml-xl-1,
    .u-mx-xl-1 {
        margin-left: .5rem !important
    }

    .u-m-xl-2 {
        margin: 1rem !important
    }

    .u-mt-xl-2,
    .u-my-xl-2 {
        margin-top: 1rem !important
    }

    .u-mr-xl-2,
    .u-mx-xl-2 {
        margin-right: 1rem !important
    }

    .u-mb-xl-2,
    .u-my-xl-2 {
        margin-bottom: 1rem !important
    }

    .u-ml-xl-2,
    .u-mx-xl-2 {
        margin-left: 1rem !important
    }

    .u-m-xl-3 {
        margin: 1.5rem !important
    }

    .u-mt-xl-3,
    .u-my-xl-3 {
        margin-top: 1.5rem !important
    }

    .u-mr-xl-3,
    .u-mx-xl-3 {
        margin-right: 1.5rem !important
    }

    .u-mb-xl-3,
    .u-my-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .u-ml-xl-3,
    .u-mx-xl-3 {
        margin-left: 1.5rem !important
    }

    .u-m-xl-4 {
        margin: 2rem !important
    }

    .u-mt-xl-4,
    .u-my-xl-4 {
        margin-top: 2rem !important
    }

    .u-mr-xl-4,
    .u-mx-xl-4 {
        margin-right: 2rem !important
    }

    .u-mb-xl-4,
    .u-my-xl-4 {
        margin-bottom: 2rem !important
    }

    .u-ml-xl-4,
    .u-mx-xl-4 {
        margin-left: 2rem !important
    }

    .u-m-xl-5 {
        margin: 2.5rem !important
    }

    .u-mt-xl-5,
    .u-my-xl-5 {
        margin-top: 2.5rem !important
    }

    .u-mr-xl-5,
    .u-mx-xl-5 {
        margin-right: 2.5rem !important
    }

    .u-mb-xl-5,
    .u-my-xl-5 {
        margin-bottom: 2.5rem !important
    }

    .u-ml-xl-5,
    .u-mx-xl-5 {
        margin-left: 2.5rem !important
    }

    .u-m-xl-6 {
        margin: 3rem !important
    }

    .u-mt-xl-6,
    .u-my-xl-6 {
        margin-top: 3rem !important
    }

    .u-mr-xl-6,
    .u-mx-xl-6 {
        margin-right: 3rem !important
    }

    .u-mb-xl-6,
    .u-my-xl-6 {
        margin-bottom: 3rem !important
    }

    .u-ml-xl-6,
    .u-mx-xl-6 {
        margin-left: 3rem !important
    }

    .u-m-xl-7 {
        margin: 3.5rem !important
    }

    .u-mt-xl-7,
    .u-my-xl-7 {
        margin-top: 3.5rem !important
    }

    .u-mr-xl-7,
    .u-mx-xl-7 {
        margin-right: 3.5rem !important
    }

    .u-mb-xl-7,
    .u-my-xl-7 {
        margin-bottom: 3.5rem !important
    }

    .u-ml-xl-7,
    .u-mx-xl-7 {
        margin-left: 3.5rem !important
    }

    .u-m-xl-8 {
        margin: 4rem !important
    }

    .u-mt-xl-8,
    .u-my-xl-8 {
        margin-top: 4rem !important
    }

    .u-mr-xl-8,
    .u-mx-xl-8 {
        margin-right: 4rem !important
    }

    .u-mb-xl-8,
    .u-my-xl-8 {
        margin-bottom: 4rem !important
    }

    .u-ml-xl-8,
    .u-mx-xl-8 {
        margin-left: 4rem !important
    }

    .u-m-xl-9 {
        margin: 4.5rem !important
    }

    .u-mt-xl-9,
    .u-my-xl-9 {
        margin-top: 4.5rem !important
    }

    .u-mr-xl-9,
    .u-mx-xl-9 {
        margin-right: 4.5rem !important
    }

    .u-mb-xl-9,
    .u-my-xl-9 {
        margin-bottom: 4.5rem !important
    }

    .u-ml-xl-9,
    .u-mx-xl-9 {
        margin-left: 4.5rem !important
    }

    .u-m-xl-10 {
        margin: 5rem !important
    }

    .u-mt-xl-10,
    .u-my-xl-10 {
        margin-top: 5rem !important
    }

    .u-mr-xl-10,
    .u-mx-xl-10 {
        margin-right: 5rem !important
    }

    .u-mb-xl-10,
    .u-my-xl-10 {
        margin-bottom: 5rem !important
    }

    .u-ml-xl-10,
    .u-mx-xl-10 {
        margin-left: 5rem !important
    }

    .u-m-xl-11 {
        margin: 5.5rem !important
    }

    .u-mt-xl-11,
    .u-my-xl-11 {
        margin-top: 5.5rem !important
    }

    .u-mr-xl-11,
    .u-mx-xl-11 {
        margin-right: 5.5rem !important
    }

    .u-mb-xl-11,
    .u-my-xl-11 {
        margin-bottom: 5.5rem !important
    }

    .u-ml-xl-11,
    .u-mx-xl-11 {
        margin-left: 5.5rem !important
    }

    .u-m-xl-12 {
        margin: 6rem !important
    }

    .u-mt-xl-12,
    .u-my-xl-12 {
        margin-top: 6rem !important
    }

    .u-mr-xl-12,
    .u-mx-xl-12 {
        margin-right: 6rem !important
    }

    .u-mb-xl-12,
    .u-my-xl-12 {
        margin-bottom: 6rem !important
    }

    .u-ml-xl-12,
    .u-mx-xl-12 {
        margin-left: 6rem !important
    }

    .u-p-xl-0 {
        padding: 0 !important
    }

    .u-pt-xl-0,
    .u-py-xl-0 {
        padding-top: 0 !important
    }

    .u-pr-xl-0,
    .u-px-xl-0 {
        padding-right: 0 !important
    }

    .u-pb-xl-0,
    .u-py-xl-0 {
        padding-bottom: 0 !important
    }

    .u-pl-xl-0,
    .u-px-xl-0 {
        padding-left: 0 !important
    }

    .u-p-xl-1 {
        padding: .5rem !important
    }

    .u-pt-xl-1,
    .u-py-xl-1 {
        padding-top: .5rem !important
    }

    .u-pr-xl-1,
    .u-px-xl-1 {
        padding-right: .5rem !important
    }

    .u-pb-xl-1,
    .u-py-xl-1 {
        padding-bottom: .5rem !important
    }

    .u-pl-xl-1,
    .u-px-xl-1 {
        padding-left: .5rem !important
    }

    .u-p-xl-2 {
        padding: 1rem !important
    }

    .u-pt-xl-2,
    .u-py-xl-2 {
        padding-top: 1rem !important
    }

    .u-pr-xl-2,
    .u-px-xl-2 {
        padding-right: 1rem !important
    }

    .u-pb-xl-2,
    .u-py-xl-2 {
        padding-bottom: 1rem !important
    }

    .u-pl-xl-2,
    .u-px-xl-2 {
        padding-left: 1rem !important
    }

    .u-p-xl-3 {
        padding: 1.5rem !important
    }

    .u-pt-xl-3,
    .u-py-xl-3 {
        padding-top: 1.5rem !important
    }

    .u-pr-xl-3,
    .u-px-xl-3 {
        padding-right: 1.5rem !important
    }

    .u-pb-xl-3,
    .u-py-xl-3 {
        padding-bottom: 1.5rem !important
    }

    .u-pl-xl-3,
    .u-px-xl-3 {
        padding-left: 1.5rem !important
    }

    .u-p-xl-4 {
        padding: 2rem !important
    }

    .u-pt-xl-4,
    .u-py-xl-4 {
        padding-top: 2rem !important
    }

    .u-pr-xl-4,
    .u-px-xl-4 {
        padding-right: 2rem !important
    }

    .u-pb-xl-4,
    .u-py-xl-4 {
        padding-bottom: 2rem !important
    }

    .u-pl-xl-4,
    .u-px-xl-4 {
        padding-left: 2rem !important
    }

    .u-p-xl-5 {
        padding: 2.5rem !important
    }

    .u-pt-xl-5,
    .u-py-xl-5 {
        padding-top: 2.5rem !important
    }

    .u-pr-xl-5,
    .u-px-xl-5 {
        padding-right: 2.5rem !important
    }

    .u-pb-xl-5,
    .u-py-xl-5 {
        padding-bottom: 2.5rem !important
    }

    .u-pl-xl-5,
    .u-px-xl-5 {
        padding-left: 2.5rem !important
    }

    .u-p-xl-6 {
        padding: 3rem !important
    }

    .u-pt-xl-6,
    .u-py-xl-6 {
        padding-top: 3rem !important
    }

    .u-pr-xl-6,
    .u-px-xl-6 {
        padding-right: 3rem !important
    }

    .u-pb-xl-6,
    .u-py-xl-6 {
        padding-bottom: 3rem !important
    }

    .u-pl-xl-6,
    .u-px-xl-6 {
        padding-left: 3rem !important
    }

    .u-p-xl-7 {
        padding: 3.5rem !important
    }

    .u-pt-xl-7,
    .u-py-xl-7 {
        padding-top: 3.5rem !important
    }

    .u-pr-xl-7,
    .u-px-xl-7 {
        padding-right: 3.5rem !important
    }

    .u-pb-xl-7,
    .u-py-xl-7 {
        padding-bottom: 3.5rem !important
    }

    .u-pl-xl-7,
    .u-px-xl-7 {
        padding-left: 3.5rem !important
    }

    .u-p-xl-8 {
        padding: 4rem !important
    }

    .u-pt-xl-8,
    .u-py-xl-8 {
        padding-top: 4rem !important
    }

    .u-pr-xl-8,
    .u-px-xl-8 {
        padding-right: 4rem !important
    }

    .u-pb-xl-8,
    .u-py-xl-8 {
        padding-bottom: 4rem !important
    }

    .u-pl-xl-8,
    .u-px-xl-8 {
        padding-left: 4rem !important
    }

    .u-p-xl-9 {
        padding: 4.5rem !important
    }

    .u-pt-xl-9,
    .u-py-xl-9 {
        padding-top: 4.5rem !important
    }

    .u-pr-xl-9,
    .u-px-xl-9 {
        padding-right: 4.5rem !important
    }

    .u-pb-xl-9,
    .u-py-xl-9 {
        padding-bottom: 4.5rem !important
    }

    .u-pl-xl-9,
    .u-px-xl-9 {
        padding-left: 4.5rem !important
    }

    .u-p-xl-10 {
        padding: 5rem !important
    }

    .u-pt-xl-10,
    .u-py-xl-10 {
        padding-top: 5rem !important
    }

    .u-pr-xl-10,
    .u-px-xl-10 {
        padding-right: 5rem !important
    }

    .u-pb-xl-10,
    .u-py-xl-10 {
        padding-bottom: 5rem !important
    }

    .u-pl-xl-10,
    .u-px-xl-10 {
        padding-left: 5rem !important
    }

    .u-p-xl-11 {
        padding: 5.5rem !important
    }

    .u-pt-xl-11,
    .u-py-xl-11 {
        padding-top: 5.5rem !important
    }

    .u-pr-xl-11,
    .u-px-xl-11 {
        padding-right: 5.5rem !important
    }

    .u-pb-xl-11,
    .u-py-xl-11 {
        padding-bottom: 5.5rem !important
    }

    .u-pl-xl-11,
    .u-px-xl-11 {
        padding-left: 5.5rem !important
    }

    .u-p-xl-12 {
        padding: 6rem !important
    }

    .u-pt-xl-12,
    .u-py-xl-12 {
        padding-top: 6rem !important
    }

    .u-pr-xl-12,
    .u-px-xl-12 {
        padding-right: 6rem !important
    }

    .u-pb-xl-12,
    .u-py-xl-12 {
        padding-bottom: 6rem !important
    }

    .u-pl-xl-12,
    .u-px-xl-12 {
        padding-left: 6rem !important
    }

    .u-m-xl-auto {
        margin: auto !important
    }

    .u-mt-xl-auto,
    .u-my-xl-auto {
        margin-top: auto !important
    }

    .u-mr-xl-auto,
    .u-mx-xl-auto {
        margin-right: auto !important
    }

    .u-mb-xl-auto,
    .u-my-xl-auto {
        margin-bottom: auto !important
    }

    .u-ml-xl-auto,
    .u-mx-xl-auto {
        margin-left: auto !important
    }

    .u-ta-xl-l {
        text-align: left !important
    }

    .u-ta-xl-c {
        text-align: center !important
    }

    .u-ta-xl-r {
        text-align: right !important
    }
}

.u-lh-md {
    line-height: 1 !important
}

.u-lh-lg {
    line-height: 2 !important
}

.u-letter1 {
    letter-spacing: 1px !important
}

.u-letter16 {
    letter-spacing: 1.6px !important
}

.u-letter2 {
    letter-spacing: 2px !important
}