@charset "utf-8";

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

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul, ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cf:after {
    content:"";
    display:block;
    clear:both;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

input, select {
    vertical-align:middle;
}
sup {
    vertical-align: top;
    font-size: .4em;
}
sub {
    vertical-align: bottom;
    font-size: .4em;
}

body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", sans-serif;
}
@media all and (-ms-high-contrast:none){
    body {
        font-family: "Meiryo UI", "メイリオ", sans-serif;
    }
}
a {
    color: #000;
}
a:hover {
    color: #0068b6;
}
/* header */
.site-header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
@media screen and (min-width: 769px) {
    .site-header + section {
        margin-top: 73px;
    }
}
.header-logo {
    padding: 25px 72px 25px 15px;
}
.header-logo a {
    display: inline-block;
    vertical-align: middle;
}
.header-logo img {
    height: 33px;
    vertical-align: top;
}
.spMenuBtn {
    position: absolute;
    width: 78px;
    height: 78px;
    top: 0;
    right: 0;
    background: url(../img/common/sp_menu_open.png) center center no-repeat;
    background-size: 44px 44px;
    text-indent: -9999px;
}
.spMenuBtn.open {
    background-image: url(../img/common/sp_menu_close.png);
}
.spMenuBtn.close {
    background-image: url(../img/common/sp_menu_open.png);
}

@media screen and (max-width:360px){
    .header-logo {
        padding: 15px 62px 15px 5px;
    }
    .header-logo img {
        height: 28px;
    }
    .spMenuBtn {
        width: 68px;
        height: 68px;
        background: url(../img/common/sp_menu_open.png) center center no-repeat;
        background-size: 34px 34px;
    }
}

/* navi */
.pc-nav-wrap {
    display: none;
}
.sp-nav {
    background-color: #fff;
}
.sp-nav li {
    border-top: 1px solid #dbdbdb;
}
.sp-nav li a {
    position: relative;
    display: block;
    padding: 15px;
    color: #000;
}
.sp-nav li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #0068b6;
    border-right: solid 2px #0068b6;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}

/* inquiry */
.header-inquiry {
    padding: 20px 15px;
    background-color: #0068b6;
}
.header-inquiry a {
    color: #fff;
}
.pc-inquiry {
    display: none;
}
.inquiry-btn {
    text-align: center;
    margin-bottom: 15px;
    transition: .5s;
}
.inquiry-btn a {
    display: block;
    padding: 15px 20px;
    background-color: #00a0e9;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
}
.inquiry-btn a:hover {
    opacity: .5;
}
.inquiry-tel {
    color: #fff;
    text-align: center;
}
.inquiry-tel dt {
    margin-bottom: 10px;
    font-size: 15px;
}
.inquiry-tel dd {
    font-size: 25px;
    letter-spacing: .1em;
}
.inquiry-tel dd .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/common/icon_tel.png) 0 0 no-repeat;
    background-size :contain;
}

.contents {
    margin-top: 80px;
    margin-bottom: 80px;
}

/* title */
.titleMod01 {
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.2;
}
.titleMod01 > .title {
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
    letter-spacing: .1em;
}
.titleMod01 > .langEn {
    display: block;
    color: #0068b6;
    font-size: 12px;
    letter-spacing: .2em;
}
.titleSmall01 {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.titleSmall02 {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.titleCatch01 {
    position: relative;
    padding-bottom: 15px;
    font-size: 15px;
    color: #333;
    text-align: center;
}
.titleCatch01 span {
    position: relative;
}
.titleCatch01 span:before,
.titleCatch01 span:after {
    content: '';
    position: absolute;
    border: 1px solid #999;
    width: 48px;
    top: .5em;
}
.titleCatch01 span:before {
    left: -55px;
}
.titleCatch01 span:after {
    right: -55px;
}

/* footer */
.site-footer {
    position: relative;
    z-index: 1000;
}
.footer-inner {
    position: relative;
    background-color: #0E68B6;
    padding-top: 60px;
    padding-bottom: 40px;
}
.footer-title {
    padding: 80px 0;
    background-color: #fff;
    text-align: center;
}
.footer-nav {
    display: none;
}
.footer-title .langEn {
    display: block;
    margin-bottom: 20px;
    color: #1e8e5d;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .2em;
}
.footer-title .title {
    font-size: 16px;
    letter-spacing: .1em;
}
.site-footer .sp-nav{
    border-bottom: 1px solid #dbdbdb;
}
.footer-fb {
    width: 280px;
    margin: 0 auto;
    padding: 40px 0;
}
.footer-nav02 {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 10px;
    color: #000;
    font-size: 12px;
    text-align: center;
}
.footer-nav02 ul {
    margin-right: -35px;
}
.footer-nav02 li {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 10px;
}
.footer-nav02 li a {
    color: #000;
}
.footer-copy {
    padding: 20px 0;
    background-color: #1e8e5d;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

/* ----- modules ----- */

/* btn */
.btn-blue {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #0068b6;
    color: #0068b6;
}
.btn-blue a {
    color: #0068b6;
}
.btn-blue a:hover,
a:hover .btn-blue {
    background-color: #0068b6;
    color: #fff;
}
.btn-blue a:after,
a .btn-blue span:after {
    border-top: 2px solid #0068b6;
    border-right: 2px solid #0068b6;
}
.btn-blue a:hover:after,
a:hover .btn-blue span:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.btn01 {
    max-width: 353px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}
.btn01.left {
    margin-left: 0;
}

@media screen and (max-width:360px){
    .btn01 {
        width: 300px;
    }
}
.btn01 a {
    display: block;
    line-height: 60px;
    font-weight: bold;
    transition: .5s;
}
.btn01 a {
    position: relative;
}
.btn01 a:after {
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    margin-left: 5px;
    transition: .5s;
}
.btn02 {
    max-width: 255px;
    width: 80%;
    height: 48px;
    box-sizing: border-box;
}
.btn02.langEn {
    font-weight: 500;
    letter-spacing: .2em;
}
.btn02 a,
a .btn02 span {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 48px;
    transition: .5s;
}
.btn02 a:after,
a .btn02 span:after {
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 50%;
    right: 10px;
    margin-top: -4px;
    margin-left: 5px;
    transition: .5s;
}
.btn03 {
    max-width: 513px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}
.btn03 a {
    position: relative;
    display: block;
    line-height: 60px;
    font-weight: bold;
    transition: .5s;
}
.btn03 a:after {
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    margin-left: 5px;
    transition: .5s;
}
@media screen and (max-width:768px) {
    .btn03 {
        font-size: 14px;
    }
}
.btn-blue02 {
    box-sizing: border-box;
    background-color: #00a0e9;
    color: #fff;
}
.btn-blue02 a {
    color: #fff;
}
.btn-blue02 a:after,
a .btn-blue02 span:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.btn-blue03 {
    box-sizing: border-box;
    background-color: #0068b6;
    color: #fff;
}
.btn-blue03 a {
    color: #fff;
}
.btn-blue03 a:hover {
    border: 1px solid #0068b6;
    background-color: #fff;
    color: #0068b6;
}
.btn-blue03 a:after,
a .btn-blue03 span:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.btn-blue03 a:hover:after,
a:hover .btn-blue03 span:after {
    border-color: #0068b6;
}

.attention {
    position: relative;
    padding-left: 1em;
}
.attention:before {
    content:'※';
    position: absolute;
    left: -.1em;
    width: 1em;
}
/* list */
.ulMod01 li {
    position: relative;
    padding-left: 1em;
}
.ulMod01 li:before{
    content: '・';
    position: absolute;
    left: -.1em;
    width: 1em;
}
.olMod01 {
    padding-left: 20px;
    list-style: decimal outside;
}

/* table */
.tableMod01 {
    width: 100%;
    border: 1px solid #d2d2d2;
}
.tableMod01 th,
.tableMod01 td {
    padding: 3%;
    border: 1px solid #d2d2d2;
    font-size: 13px;
    line-height: 1.8;
}
.tableMod01 th {
    background-color: #eee;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
}
.tableMod01.narrow th,
.tableMod01.narrow td {
    padding: 2%;
}
.tableScroll {
    overflow: auto;
}

/* form */
.formMod01 .form-parts {
    width: 100%;
    max-width: 460px;
    margin-left: 3%;
}
.formMod01 .form-parts.type02 {
    display: table;
    table-layout: fixed;
}
.formMod01 .form-parts.type02 span {
    display: table-cell;
}
.formMod01 .form-parts.type02 .i {
    width: 25px;
}
.formMod01 .form-parts.type03 {
    max-width: 576px;
}
.formMod01 input:not([type="radio"]):not([type="checkbox"]) {
    width: 100%;
    padding: 5px;
    border: 1px solid #d2d2d2;
    font-size: 15px;
}
.formMod01 textarea {
    width: 100%;
    height: 64px;
    border: 1px solid #d2d2d2;
    font-size: 15px;
}
.formMod01 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background-color: #fff;
    font-size: 15px;
}
.formMod01 .select-label {
    position: relative;
    display: block;
    height: 34px;
}
.formMod01 .select-label:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 1px;
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 3px;
    background-color: #0068b6;
    pointer-events: none;
}
.formMod01 .select-label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 6px;
    height: 6px;
    display: block;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    pointer-events: none;
}
.formMod01 input[type=checkbox],
.formMod01 input[type=radio] {
    display: none;
}
.formMod01 .checkbox01 {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 5px 5px 5px 42px;
    vertical-align: middle;
    cursor: pointer;
}
.formMod01 .checkbox01:after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -9px;
    width: 16px;
    height: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-color: #fff;
    content: '';
}
.formMod01 .checkbox01:before {
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
    z-index: 1;
}
.formMod01 input[type=checkbox]:checked + .checkbox01:before,
.formMod01 input[type=radio]:checked + .checkbox01:before {
    opacity: 1;
}
.formMod01 input[type=checkbox]:checked + .checkbox01:after,
.formMod01 input[type=radio]:checked + .checkbox01:after {
    background-color: #0068b6;
}
.formMod01 .formBtn01 {
    display: block;
    width: 513px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.formMod01 .formBtn01 span {
    position: relative;
}
.formMod01 .formBtn01 span:after {
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    margin-left: 5px;
}
.formMod01 .formBtn01.btn-blue {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #0068b6;
    color: #0068b6;
}
.formMod01 .formBtn01.btn-blue:hover {
    background-color: #0068b6;
    color: #fff;
}
.formMod01 .formBtn01.btn-blue span:after {
    border-top: 2px solid #0068b6;
    border-right: 2px solid #0068b6;
}
.formMod01 .formBtn01.btn-blue:hover span:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.langEn {
    font-family: 'Montserrat', sans-serif;
}
.contentsInner {
    margin: 0 5%;
    overflow: hidden;
}
.plainTxt {
    color: #000;
    font-size: 15px;
    line-height: 1.8;
}
.imgCenter {
    text-align: center;
}
.imgMax img {
    width: 100%;
}
.imgBorder img {
    border: 1px solid #e5e5e5;
}
.imgCircle {
    border-radius: 50%;
}
.imgSquare {
    border-radius: 10px;
}
.ancTarget {
    padding-top: 160px;
    margin-top: -160px;
}
@media screen and (max-width: 768px) {
    .ancTarget {
        padding-top: 80px;
        margin-top: -80px;
    }
}

.cRed {
    color: #d83034 !important;
}

.mt0 {
    margin-top: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mb-30 {
    margin-bottom: -30px !important;
}
.taC {
    text-align: center !important;
}

/* google map*/
#googleMap {
    width: 100%;
    height: 360px;
}

/* PC */
@media screen and (min-width:901px){
    .spOnly {
        display: none;
    }

    .site-header {
        background-color: #0068B6;
        z-index: 1000;
    }
    .header-logo {
        background-color: #fff;
        display: inline-table;
        width: 340px;
        height: 73px;
        padding: 0 25px;
        position: relative;
    }
    .header-logo:after {
        content: "";
        display: block;
        width: 40px;
        height: 73px;
        position: absolute;
        right: -40px;
        top: 0;
        background: url(../img/common/logo_pc_bg.png) no-repeat center;
    }
    .header-logo a {
        /*display: table-cell;
        vertical-align: middle;*/
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .header-logo img {
        max-width: 100%;
        width: 290px;
        height: 36px;
    }
    .pc-nav-wrap {
        display: block;
        float: right;
    }
    .pc-nav {
        height: 73px;
        padding: 0;
    }
    .pc-nav a {
        color: #000;
    }
    .pc-nav a:hover {
        color: #0068b6;
    }
    .pc-nav > li {
        float: left;
    }
    .pc-nav > li > a {
        position: relative;
        display: inline-block;
        padding: 0 15px;
        color: #fff;
        font-weight: bold;
        line-height: 73px;
    }
    .pc-nav > li.current > a {
        color: #00a0e9;
    }
    .pc-nav > li > .pc-nav-second-wrap {
        position: absolute;
        left: 50%;
        width: 220px;
        /*height: 0;*/
        margin-left: -110px;
        background-color: #e5e5e5;
        box-sizing: border-box;
        /*overflow: hidden;*/
    }
    .pc-nav > li.contact {
        background: #fff;
        border-radius: 1.4em;
        margin: 4px;
        height: 65px;
    }
    .pc-nav > li.contact a {
        color: #000;
        background: url(../img/inquiry/contact.png) no-repeat center bottom 4px;
        background-size: 22px;
        line-height: 52px;
        height: 65px;
        display: block;
    }
    .pc-nav > li:hover > a {
        color: #00a0e9;
    }
    .pc-nav > li.have-second {
        position: relative;
    }
    .pc-nav > li.have-second:hover > a:after {
        content: '';
        height: 0;
        position: absolute;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #bce4f7;
        bottom: 0;
        left: 50%;
        margin-left: -8px;
    }
    /*.pc-nav > li.have-second:hover > .pc-nav-second-wrap {
        overflow: visible;
    }*/
    .pc-nav-second {
        margin: 0 auto;
        padding-bottom: 25px;
        background-color: #fff;
        overflow: hidden;
    }
    .pc-nav-second li {
        padding: 10px 25px;
        font-size: 15px;
        white-space: nowrap;
    }
    .pc-nav-second li.nav-cat {
        margin-bottom: 10px;
        padding: 25px;
        background-color: #bce4f7;
        font-weight: bold;
    }
    .pc-nav-second li:not(.nav-cat) a {
        position: relative;
        padding-left: 15px;
    }
    .pc-nav-second li:not(.nav-cat) a:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        top: 50%;
        left: 0;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        margin-top: -4px;
    }
    .pc-inquiry {
        position: fixed;
        right: 0;
        bottom: 20px;
        display: block;
        padding: 20px;
        background-color: #0068b6;
        z-index: 2000;
    }

    .inquiry-btn {
        margin-bottom: 15px;
    }
    .inquiry-btn a {
        padding: 10px;
        font-size: 15px;
    }
    .inquiry-tel dt {
        margin-bottom: 10px;
    }
    .inquiry-tel dd {
        font-size: 20px;
    }
    .inquiry-tel dd .icon {
        width: 16px;
        height: 16px;
    }

    .tableMod01 th,
    .tableMod01 td {
        padding: 30px;
        font-size: 16px;
    }
    .tableMod01.narrow th,
    .tableMod01.narrow td {
        padding: 10px;
    }

    .site-footer a:hover {
        color: #0068b6;
    }
    .footer-inner {
        background-position: left bottom;
        background-size: cover;
        padding-bottom: 80px;
    }
    .footer-title {
        padding-bottom: 40px;
        background-color: transparent;
    }
    .footer-title .langEn {
        font-size: 38px;
    }
    .footer-nav-wrap {
        position: relative;
        max-width: 1140px;
        margin: 0 auto;
    }
    .footer-nav {
        display: table;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .footer-nav__item {
        display: table-cell;
        padding-right: 55px;
    }
    .footer-nav__item:last-child {
        width: 300px;
    }
    .footer-nav p {
        margin-bottom: 15px;
        font-size: 12px;
        white-space: nowrap;
    }
    .footer-nav .footer-nav-cat {
        margin: 40px 0 30px;
        font-size: 15px;
    }
    .footer-nav a {
        color: #fff;
        font-size: 14px;
    }
    .footer-nav a:hover {
        color: #fff;
    }
    .footer-fb {
        position: absolute;
        top: 40px;
        right: 20px;
        padding: 0;
    }
    .contentsInner {
        max-width: 1180px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1024px){
    .pc-nav {
        padding-right: 0;
    }
    .pc-nav > li > a {
        padding: 0 10px;
        font-size: 15px;
    }
    .header-logo {
        width: 280px;
        padding: 0 15px;
    }
    .header-logo img {
        width: 250px;
        height: 31px;
    }
    .footer-nav__item {
        padding-right: 40px;
    }
    .footer-nav__item:nth-child(4) {
        padding-right: 0;
    }
    .footer-nav__item:last-child {
        display: none;
    }
    .footer-fb {
        position: static;
        width: 90%;
        text-align: center;
        margin-top: 40px;
    }
}

@media screen and (min-width: 769px) {
    .pl5 {
        padding-left: 5px;
    }
    .pl10 {
        padding-left: 10px;
    }
    .pl15 {
        padding-left: 15px;
    }
    .pl20 {
        padding-left: 20px;
    }
    .pr5 {
        padding-right: 5px;
    }
    .pr10 {
        padding-right: 10px;
    }
    .pr15 {
        padding-right: 15px;
    }
    .pr20 {
        padding-right: 20px;
    }
}
/*20201125 manhldvxut@gmail.com*/
.pc-nav > li > .pc-nav-second-wrap.type-02{
    width: 450px;
    left: -180px;
    margin-left: 0;
}
.nav-product-add{
    display: flex;
    flex: 1 0 0;
    justify-content: space-between;
    background: #fff;
}
.pc-nav-second-wrap.type-02 .nav-cat{
    padding: 25px;
    background-color: #bce4f7;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
}
.nav-product-add li:first-child{
    font-size: 15px;
    font-weight: bold;
    padding-top: 24px;
}
.el-knows{
    background: #0E68B6;
    padding: 80px 0;
}
.el-knows h2{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #fff;
}
.el-knows .el-col-6 p{
    color: #fff;
    font-size: 15px;
    line-height: 27px;
}
.el-row{
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
}
.el-col-6{
    flex: 0 0 50%;
    padding: 0 12px;
}
.el-row .flex{
    display: flex;
    margin: 0 -16px;
}
.el-row .flex .el-col-6{
    margin-top: 20px;
    padding: 0 16px;
    position: relative;
    z-index: 1000;
}
section.top-cont-topics.contents{
    margin-bottom: 20px;
}
.footer-inner h2{
    text-align: center;
    margin-bottom: 33px;
}
.footer-inner h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5.6px;
    line-height: 36px;
    margin-bottom: 15px;
}
.footer-inner h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 70px;
    text-align: center;
    color: #fff;
}
.footer-nav__item.type02 {
    padding-right: 30px;
}
.footer-nav__item.type03 p:first-child {
    margin-bottom: 32px;
    opacity: 0;
}
.list-api ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-api ul li {
    max-width: 48px;
    margin: 0 15px;
    transition: 0.4s all;
}
.list-api ul:nth-child(1){
    margin-bottom: 30px;
}
.list-api ul:nth-child(2) li {
    max-width: 235px;
}
.list-api ul li:hover{
    opacity: 0.4;
}
@media (max-width: 768px){
    .el-row{
        display: block;
    }
    .el-row .flex{
        display: block;
    }
    .el-row .flex .el-col-6{
        text-align: center;
    }
    .el-row .flex .el-col-6 img{
        width: 80%;
    }
    .sdg-read .sdg-content {
        max-width: 80%;
    }
    .sdg-read .sdg-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sdg-read .sdg-content{
        max-width: 85%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-footer .sp-nav{
        margin-bottom: 40px;
    }
}
.f-small {
    font-size: 14px;
    padding-top: 2.2em;
    line-height: 1.6;
}
.foreground-white {
    position: relative;
    z-index: 99;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .n2-section-smartslider[data-ssid="2"] {
        margin-top: 75px;
    }
}