@charset "UTF-8";
/* -----------------------------------------------
common css 共通クラス
--------------------------------------------------
0. Foundation
   0-1. Base
   0-2. Config
        0-2-1. font family
        0-2-2. color management
        0-2-3. lightbox
1. Layout
   1-1.  .l-wrapper
   1-2.  .l-main
   1-3.  .l-container
   1-4.  .l-header
   1-5.  .l-footer
   1-6.  .l-nav
        1-6-1. .globalNav
        1-6-2. .footerNav
   1-7.  .l-mark
        1-7-1. .mark
   1-8.  .l-loader
   1-9.  .l-state
2. Object
   2-1. Component
        2-1-1.  Wrap      [***Wrap]
        2-1-2.  Mod       [mod-***]
        2-1-3.  Table     [tbl-***]
        2-1-4.  Title     [ttl-***]
        2-1-5.  Headings  [hdg-***]
        2-1-6.  Paragraph [prg-***]
        2-1-7.  Nav       [nav-***]
        2-1-8.  List      [lst-***]
        2-1-9.  Button    [btn-***]
        2-1-10. Link      [lnk-***]
        2-1-11. Icon      [ico-***]
        2-1-12. Label     [lbl-***]
        2-1-13. Form      [frm-***]
        2-1-14. Media     [mda-***]
        2-1-15. Card      [crd-***]
        2-1-16. Pagination
        2-1-17. Breadcrumbs
   2-2. Animation [act-***]
   2-3. OverLayerConfig [z-index]
   2-4. Order [flex-order]
-------------------------------------------------- */
/*====================================================================================
 [0. Foundation]
====================================================================================*/
/* -----------------------------------------------
/* 0-1. Base
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900");
body {
    background-color: #fff;
    color: #111111;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: .056em;
    line-height: 1.8;
    width: 100%;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.is-fix {
    position: fixed;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: 1.4rem;
    }
}

@media (min-width: 1025px) {
    body.is-fix {
        position: static;
    }
}

a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    /*-webkit-tap-highlight-color: rgba(189, 185, 185, 0);*/
    -webkit-transition: opacity .1s ease-in-out 0s;
    transition: opacity .1s ease-in-out 0s;
    color: #111;
    text-decoration: underline;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*a:hover,
a:active {
    outline-width: 0;
    text-decoration: none;
}
a:focus {
    outline-width: 0;
    text-decoration: none;
}*/
li img, li a, li a img {
    vertical-align: bottom;
}

/* -----------------------------------------------
/* 0-2. Config
-------------------------------------------------- */
/* 0-2-1.  font family
-------------------------------------------------- */
/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');*/
/*@import url('https://fonts.googleapis.com/css?family=Droid+Serif');*/
/*@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/NotoSansJP-Thin.woff2) format('woff2'),
         url(../fonts/NotoSansJP-Thin.woff) format('woff'),
         url(../fonts/NotoSansJP-Thin.otf) format('opentype');
}*/
/*@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/NotoSansJP-Light.woff2) format('woff2'),
         url(../fonts/NotoSansJP-Light.woff) format('woff'),
         url(../fonts/NotoSansJP-Light.otf) format('opentype');
}*/
/*@font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 300;
     src: url(../fonts/NotoSansJP-DemiLight.woff2) format('woff2'),
          url(../fonts/NotoSansJP-DemiLight.woff) format('woff'),
          url(../fonts/NotoSansJP-DemiLight.otf) format('opentype');
}*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Noto Sans CJK JP Regular"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Noto Sans CJK JP Medium"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Noto Sans CJK JP Bold"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Noto Sans CJK JP Black"), url(../fonts/NotoSansJP-Black.woff2) format("woff2"), url(../fonts/NotoSansJP-Black.woff) format("woff"), url(../fonts/NotoSansJP-Black.otf) format("opentype");
}

.u-ff-noto {
    font-family: "Noto Sans Japanese", sans-serif;
}

.u-ff-yugo {
    font-family: "游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo,sans-serif;
}

.u-ff-lato {
    font-family: Lato, sans-serif;
}

.u-ff-roboto {
    font-family: 'Roboto', sans-serif;
}

.u-ff-catamaran {
    font-family: 'Catamaran', sans-serif;
}

.u-ff-fjalla {
    font-family: 'Fjalla One',sans-serif;
    letter-spacing: 1px;
}

.u-ff-oswald {
    font-family: "Oswald",sans-serif;
}

/* 0-2-2.  color management
-------------------------------------------------- */
/* base-color */
.color-b1 {
    color: white;
}

.color-b2 {
    color: #999999;
}

.color-b3 {
    color: #111111;
}

/* thema-color */
.color-t1 {
    color: #005fa9;
}

.color-t2 {
    color: #ec8642;
}

.color-t3 {
    color: #00a4aa;
}

/* 0-2-3.  lightbox */
a[data-lightbox="lb"] {
    position: relative;
    text-decoration: none !important;
    pointer-events: none;
}

a[data-lightbox="lb"]::after {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'fontAwesome';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-rendering: auto;
    line-height: 1;
    content: "\f002";
    color: #fff;
    text-decoration: none !important;
}

@media (min-width: 768px) {
    a[data-lightbox="lb"] {
        pointer-events: auto;
    }
    a[data-lightbox="lb"]::after {
        display: inline-block;
    }
}

/*====================================================================================
 [1. Layout]
====================================================================================*/
/* -----------------------------------------------
/* 1-1.  .l-wrapper
-------------------------------------------------- */
.l-wrapper {
    position: relative;
    overflow: hidden;
}

/* -----------------------------------------------
/* 1-2.  .l-main
-------------------------------------------------- */
.l-main {
    margin-top: 60px;
}

@media (min-width: 1025px) {
    .l-main {
        margin-top: 80px;
    }
}

/* -----------------------------------------------
/* 1-3.  .l-container
-------------------------------------------------- */
.l-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.l-container--fluid {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

.l-container + .l-container {
    margin-top: 60px;
}

@media (min-width: 768px) {
    .l-container + .l-container {
        margin-top: 90px;
    }
}

/* -----------------------------------------------
/* 1-4.  .l-header
-------------------------------------------------- */
.l-header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #fff;*/
}

@media (min-width: 1025px) {
    .l-header {
        height: 80px;
        margin: 0 auto;
    }
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    /*max-width: 1030px;*/
    margin: 0 auto;
    /*padding-right: 15px;*/
    padding-left: 15px;
}
@media (min-width: 1025px) {
    .is-fixed .header__content {
        background-color: #000;
    }
    .confirm_head {
        background-color: #000;
    }
}

.logo {
    position: absolute;
    top: 18px;
    left: 15px;
}

@media (min-width: 1025px) {
    .logo {
        position: static;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: auto;
        left: auto;
        margin-left: 0;
        margin-right: auto;
    }
}

.logo h1 {
    line-height: 1;
}

.logo__lnk {
    font-size: 2.4rem;
    font-weight: 700;
}
.logo__lnk img{
	width: 80%;
}

.mailHeader {
    text-align: right;
    line-height: 1;
    margin-top: 30px;
}

.mailHeader a{
    color: #fff;
}
.mailHeader a{
    padding: 1rem 3rem 1rem;
}
.mailHeader_link{
    display: block;
    /* height: 100%; */
    padding: 34px;
}
.fa-envelope{
    margin-right: .5em;
}
@media (min-width: 1025px) {
    .mailHeader {
        /*margin-top: 0;*/
        margin-bottom: 23px;
    }
    .mailHeader a{
    padding: 0 3rem 1rem;
    }
    
}



.mailHeader__num {
    /*font-weight: 700;*/
    font-size: 1.8rem;
    font-family: "Noto Sans Japanese",'Roboto', sans-serif;

}

.mailHeader__num .fa {
    font-size: 1.4rem;
}

.mailHeader__txt {
    margin-top: 3px;
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    /*.telHeader__lnk {
        pointer-events: none;
    }*/
}

[class*="telHeader__"] {
    display: block;
}

/* -----------------------------------------------
/* 1-5.  .l-footer
-------------------------------------------------- */
.l-footer {
    /*margin-top: 90px;*/
}

@media (min-width: 1025px) {
    .l-footer {
        /*margin-top: 120px;*/
    }
}

/* pagetop */
.pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
}

.pagetop a {
    display: block;
    font-size: 1.0rem;
    text-align: center;
    line-height: 1;
    color: #005fa9;
}

.pagetop .fa {
    margin-bottom: -5px;
    font-size: 2.4rem;
}

.ptop {
    position: fixed;
    bottom: 50px;
    right: -500px;
    z-index: 1;
    text-align: right;
}

.ptop img {
    width: 60%;
}

@media (min-width: 1025px) {
    .pagetop {
        margin: 0 0 20px;
    }
    .pagetop .fa {
        font-size: 4.8rem;
    }
}

/* copy */
.copy {
    padding: 15px 0;
    font-size: 1.0rem;
    line-height: 1;
    letter-spacing: 1.3px;
    text-align: center;
    background-color: #222;
    color: #fff;
}

@media (min-width: 1025px) {
    .copy {
        padding: 15px 0;
        font-size: 1.2rem;
    }
}

/* -----------------------------------------------
/* 1-6.  .l-nav
-------------------------------------------------- */
.l-nav {
    visibility: hidden;
    position: fixed;
    right: 0;
    top: 60px;
    width: 100%;
    bottom: 0;
}

@media (min-width: 1025px) {
    .l-nav {
        position: static;
        height: 100%;
    }
}

.l-nav--footer {
    background-color: #293337;
}

.l-nav--footer * {
    color: #fff;
}

@media (min-width: 768px) {
    .l-nav--footer {
        padding: 40px 0 40px;
    }
}

/* 1-6-1. .globalNav
-------------------------------------------------- */
.globalNav {
/*  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;*/
}

.globalNav__content {
    -webkit-perspective: 500px;
    perspective: 500px;
    width: 100%;
}

.globalNav__bg {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
}

/* gNav sNav */
.gNav__lnk--item, .gNav__txt--item, .sNav__lnk--item, .sNav__txt--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    position: relative;
    font-weight: 700;
    /*padding-left: 15px;*/

    font-weight: normal;
    text-align: center;
}
.gNav__lnk--item, .gNav__txt--item, .sNav__lnk--item, .sNav__txt--item a{
    color: #fff;
    text-align: center;

    font-weight: normal!important;
}

.gNav__txt--item::before, .sNav__txt--item::before {
    content: "\e61a";
    font-family: 'themify';
    font-size: 1.1rem;
    height: 45px;
    width: 45px;
    background-color: #f5f5f5;
    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;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

/*.gNav__txt--item.is-active::before, .sNav__txt--item.is-active::before {
    content: "\e622";
}*/

/* gNav */
.gNav {
    /*background-color: #fff;*/
    opacity: 0;
    visibility: hidden;
    /*padding: 30px;*/
    width: 100%;
    height: 100%;
}

.flgSp .gNav, .flgTab .gNav {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.gNav__item {
    line-height: 1;
    border-top: 1px solid #e5e6e6;
}
.gNav__item a{
    line-height: 1.3;
    font-size: 1.8rem;
    color: #fff;
}

.gNav__item:last-child {
    margin-right: 0;
}
.gNav__item.mail {
    background: #a78322; 
}

.gNav__lnk--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none;
}


/*@media (min-width: 768px) and (max-width: 1024px) {*/
.gNav_br{display: block;}
@media (max-width: 1024px) {

    .gNav__item a{
    padding: 28.5px;
    }

    .gNav_br{display: none;}
    .telHeader__num .fa{margin-right: .5em;}
    .gNav__item a{line-height: initial;}
    body.is-fix .l-nav{
        visibility: visible;
        border-top: solid 80px #000;
        margin-top: -80px;
    }
    .gNav {
        padding: 40px 0 0;
        text-align: center;
    }
    .gNav a{
        padding: 30px 0;
        text-align: center;
        display: block;
    }
    .gNav__item{border: none;}
    .globalNav__content {
        /*width: 45%;*/
        background-color: #000;
    }

    .flgTab .l-header,
    .flgSp .l-header{
        background: #000;
        height: 75px;
    }


}

@media (min-width: 1025px) {
    .globalNav {
        position: static;
        height: 100%;
    }
    .globalNav__content {
        -webkit-perspective: none;
        perspective: none;
    }
    .globalNav__bg {
        display: none;
    }
    .gNav {
        /*background-color: #fff;*/
        opacity: 1;
        visibility: visible;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0;
        -webkit-transform: none !important;
        transform: none !important;
    }
    .gNav__item {
        margin-right: 5.5rem;/*margin-right: 80px;*/
        font-size: 1.4rem;
        padding: 0;
        height: auto;
        display: block;
        border: none;

        height: 80px;
        box-sizing: border-box;
        padding-top: 35px;
    }
    .gNav__lnk--item, .gNav__txt--item {
        padding: 0 0 30px 0;
        position: relative;
        /*height: auto;*/
        -webkit-transition: color .2s;
        transition: color .2s;
    }
    .gNav__lnk--item::after, .gNav__txt--item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #a78322;
        -webkit-transition: .2s;
        transition: .2s;
    }
    .gNav__item.is-active .gNav__lnk--item::after, .gNav__item.is-active .gNav__txt--item::after {
        width: 100%;
    }
    .gNav__item.is-active > .gNav__lnk--item, .gNav__item.is-active > .gNav__txt--item {
        color: #a78322;
    }
    .gNav__txt--item::before {
        display: none;
    }
    .gNav__item.mail{padding-top: 0px;}
}

/* sNav */
.subNav, .subNav--child {
    display: none;
}

.subNav {
    background-color: #f5f5f5;
}

.subNav--child {
    background-color: #dedede;
}

.sNav__item {
    border-top: 1px solid #e5e6e6;
}

.sNav__txt--item, .sNav__lnk--item {
    position: relative;
    padding-left: 30px;
}

.sNav__item--child .sNav__lnk--item {
    padding-left: 45px;
}

.sNav__txt--item::before {
    background-color: #dedede;
}

.sNav__item--child:not(:first-child) {
    border-top: 1px solid #fff;
}

@media (min-width: 1025px) {
    .subNav, .subNav--child {
        width: 100%;
        position: absolute;
        left: 0;
    }
    .subNav {
        background-color: #a78322;
        top: 80px;
    }
    .subNav--child {
        background-color: #1896ca;
        top: 64px;
    }
    .sNav, .sNav--child {
        width: 1000px;
        height: 64px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .sNav * {
        color: #fff;
    }
    [class*="sNav__item"] {
        margin: 0 30px;
    }
    .sNav__item, .sNav__item--child {
        border: none !important;
    }
    .sNav__txt--item, .sNav__lnk--item {
        padding-bottom: 24px;
        display: block;
        height: auto;
        padding-left: 0;
    }
    .sNav__item--child .sNav__lnk--item {
        padding-left: 0;
    }
    .sNav__txt--item::after, .sNav__lnk--item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #fff;
        -webkit-transition: .2s;
        transition: .2s;
    }
    [class*="sNav__item"].is-active > .sNav__txt--item::after, [class*="sNav__item"].is-active > .sNav__lnk--item::after {
        width: 100%;
    }
    .sNav__txt--item::before {
        display: none;
    }
}

/* 1-6-2. .footerNav
-------------------------------------------------- */
.footerNav__content {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

a.logo-f {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    display: block;
}

/* fNav */
.fNav {
    margin-right: -15px;
    margin-left: -15px;
}

.fNav__item {
    height: 100%;
}

.fNav__txt,
.fNav__lnk--child,
.fNav__lnk--content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 30px 15px 15px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1.3px;
}

.fNav__txt,
.fNav__lnk--child,
.fNav__lnk--content,
.copy {
    border-top: 1px solid #48565c;
}

.fNav__txt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fNav__txt::after {
    content: "\e61a";
    display: block;
    font-family: 'themify';
    color: #fff;
    margin-left: auto;
    margin-right: 0;
}

.fNav__txt.is-active::after {
    content: "\e622";
}

.fNav__txt,
.fNav__lnk--child {
    font-weight: 700;
}

.fNav__txt::before,
.fNav__lnk--child::before {
    content: '';
    display: block;
    width: 4px;
    height: 2px;
    background-color: #0075c2;
    margin-right: 5px;
}

.fNav__content {
    display: none;
}

.fNav__lnk--content {
    padding-left: 25px;
}

@media (min-width: 768px) {
    .footerNav__content {
        /*text-align: left;*/
        /*margin-right: 60px;*/
        padding-top: 0;
        padding-bottom: 0;
        /*float: left;*/
        /*max-width: 40%;*/
    }
    .fNav {
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .fNav__item {
        margin-right: 60px;
        max-width: 30%;
    }
    .fNav__item:last-child {
        margin-right: 0;
    }
    .fNav__item--child:not(:last-child) {
        margin-bottom: 30px;
    }
    .fNav__txt,
    .fNav__lnk--child,
    .fNav__lnk--content {
        padding: 0;
    }
    .fNav__txt,
    .fNav__lnk--child,
    .fNav__lnk--content,
    .copy {
        border-top: none;
    }
    .fNav__txt,
    .fNav__lnk--child {
        font-size: 1.5rem;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .fNav__txt::before,
    .fNav__lnk--child::before {
        width: 8px;
        height: 3px;
    }
    .fNav__txt {
        margin-bottom: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
    }
    .fNav__txt::after {
        display: none;
    }
    .fNav__content {
        display: block !important;
        margin-left: 6px;
    }
    .fNav__item--content {
        line-height: 1;
    }
    .fNav__item--content:not(:last-child) {
        margin-bottom: 10px;
    }
    .fNav__lnk--content {
        font-size: 1.2rem;
        display: inline-block;
        width: auto;
        vertical-align: top;
        padding-left: 5px;
        text-indent: -5px;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .fNav__lnk--child.is-active,
    .fNav__lnk--content.is-active {
        opacity: 0.7;
    }
}

/* -----------------------------------------------
/* 1-7.  .l-mark
-------------------------------------------------- */
.l-mark {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
    width: 49px;
    height: 50px;/*height: 60px;*/
    text-align: center;
    overflow: hidden;
    font-size: 24px;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border: solid 1px #fff;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 3px;
}


@media (min-width: 1025px) {
    .l-mark {
        display: none;
    }
}

/* 1-7-1. .mark
-------------------------------------------------- */
.mark {
    margin-top: 3px;
}

.mark > * {
    position: relative;
    text-decoration: none;
}

.mark > i {
    will-change: transform;
}

.markMenu {
    position: relative;
    width: 100%;
    height: 1.8rem;
}

.markMenu .markMenu__middle {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: 1;
}
.markTxt{
    color: #fff;
    font-size: 8px;
}

.markMenu__middle,
.markMenu__top,
.markMenu__bottom {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.mark.is-active .markMenu__middle, .mark.is-active
.markMenu__top, .mark.is-active
.markMenu__bottom {
    background-color: #fff;
}

.l-mark.is-fixed .markMenu__middle, .l-mark.is-fixed
.markMenu__top, .l-mark.is-fixed
.markMenu__bottom {
    background-color: #111;
}

.markMenu__middle {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: -2px;
}

.mark.is-active .markMenu__middle {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: 0;
}

.markMenu__top {
    margin-top: -9px;
}

.mark.is-active .markMenu__top {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}

.markMenu__bottom {
    margin-top: 5px;
}

.mark.is-active .markMenu__bottom {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
}


/* 1-7-2. .mark-tel
-------------------------------------------------- */
.mark-tel {
    position: absolute;
    top: 0;
    right: 65px;
    width: 49px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border: solid 1px #fff;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 3px;
}

@media (min-width: 1025px) {
    .mark-tel {
        display: none;
    }
}

.mark-tel .mark-tel__Img {
    margin-top: 4px;
}

.mark-tel .mark-tel__Img img{
    width: auto;
    height: 20px;
}

.mark-tel .mark-tel__Txt {
    color: #fff;
    font-size: 8px;
}


/* -----------------------------------------------
/* 1-8.  .l-loader
-------------------------------------------------- */
.l-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #f8f8f8;
}

/* -----------------------------------------------
/* 1-9.  .l-state
-------------------------------------------------- */
body.is-fix .l-nav {
    visibility: visible;
}

body.is-fix .globalNav__bg {
    opacity: 1;
    z-index: -1;
}

body.is-fix .gNav {
    opacity: 1;
    visibility: visible;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

@media (min-width: 1025px) {
    body.is-fix .l-main {
        margin-top: 0;
    }
    body.is-fix .l-header {
        position: fixed;
    }
    body.is-fix .gNav {
        overflow: visible;
    }
}

/*====================================================================================
 [2. Object]
====================================================================================*/
/* -----------------------------------------------
/* 2-1. Component
-------------------------------------------------- */
/* 2-1-1.  Wrap      [***Wrap]
-------------------------------------------------- */
[class*="Wrap"] {
    /*margin-bottom: 45px;*/
}

@media (min-width: 1025px) {
    [class*="Wrap"] {
        /*margin-bottom: 90px;*/
    }
}

/* 2-1-2.  Mod       [mod-***]
-------------------------------------------------- */
[class*="box-scroll"] {
    height: 17em;
    background-color: #f7f7f7;
    overflow-y: auto;
    font-size: 1.2rem;
}

.box-scroll--comment {
    padding: 15px;
}

@media (min-width: 768px) {
    .box-scroll--comment {
        padding: 30px;
    }
}

[class*="box-highlight"] {
    background-color: #f7f9fb;
    padding: 15px;
}

[class*="box-highlight__"] {
    background-color: none;
    padding: 0;
}

.box-highlight--gray {
    background-color: #eee;
}

.box-highlight--white {
    background-color: #fff;
}

.box-scroll [class*="box-highlight"] {
    background-color: #fff;
    padding: 15px;
}

.box-highlight__tit {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    [class*="box-highlight"] {
        padding: 30px;
    }
    [class*="box-highlight__"] {
        padding: 0;
    }
    .box-highlight__tit {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
}

.news__item--tab, .news__date {
    font-family: Catamaran;
}

/*news__tab*/
.news__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.news__item--tab {
    color: #999;
    cursor: pointer;
    font-size: 1.2rem;
    letter-spacing: .14em;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
}

.news__item--tab::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background-color: #ec8642;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.news__item--tab.is-active {
    color: #111;
}

.news__item--tab.is-active::after {
    width: 100%;
}

/*news__content*/
.news__content {
    display: none;
    height: 240px;
    overflow-y: scroll;
    /* margin-top: 5.55556%; */
}

.news__content.is-active {
    display: block;
}

.news__date {
    color: #999;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 30px;
}

.news__date:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.news__txt a {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 1025px) {
    /*news__tab*/
    .news__item--tab {
        font-size: 1.4rem;
    }
    /*news__content*/
    .news__date {
        margin-bottom: 15px;
    }
    .news__txt a:hover {
        color: #005fa9;
        border-bottom: 1px solid #005fa9;
    }
}

/* 2-1-3.  Table     [tbl-***]
-------------------------------------------------- */
.tbl- table,
.tbl-base table,
.tbl-base--column table {
    width: 100%;
}

.tbl- table,
.tbl- th,
.tbl- td,
.tbl-base table,
.tbl-base th,
.tbl-base td,
.tbl-base--column table,
.tbl-base--column th,
.tbl-base--column td {
    border: 1px solid #bfbfbf;
    font-size: 1.2rem;
}

.tbl-.is-bdtn,
.tbl-.is-bdtn th,
.tbl-.is-bdtn td,
.tbl-base.is-bdtn,
.tbl-base.is-bdtn th,
.tbl-base.is-bdtn td,
.tbl-base--column.is-bdtn,
.tbl-base--column.is-bdtn th,
.tbl-base--column.is-bdtn td {
    border-top: none;
}

.tbl- th,
.tbl- td,
.tbl-base th,
.tbl-base td,
.tbl-base--column th,
.tbl-base--column td {
    padding: 15px;
}

.tbl- th,
.tbl-base th,
.tbl-base--column th {
    background-color: #f7f9fb;
    width: 30%;
    vertical-align: middle;
    font-weight: 500;
}

.tbl- caption,
.tbl-base caption,
.tbl-base--column caption {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.tbl-base--column table {
    border-top: none;
}

.tbl-base--column th,
.tbl-base--column td {
    display: block;
    width: 100%;
    word-break: break-all;
}

.tbl-base--column th {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tbl-base--column td {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

@media (min-width: 768px) {
    .tbl- caption,
    .tbl-base caption,
    .tbl-base--column caption {
        font-size: 1.6rem;
    }
    .tbl-base table th,
    .tbl-base td,
    .tbl-base--column table th,
    .tbl-base--column td {
        padding: 15px;
        font-size: 1.4rem;
    }
    .tbl-base th,
    .tbl-base--column th {
        padding-left: 30px;
    }
    .tbl-base.is-bdtn,
    .tbl-base.is-bdtn th,
    .tbl-base.is-bdtn td,
    .tbl-base--column.is-bdtn,
    .tbl-base--column.is-bdtn th,
    .tbl-base--column.is-bdtn td {
        border-top: 1px solid #ccc;
    }
    .tbl-base--column th,
    .tbl-base--column td {
        display: table-cell;
    }
    .tbl-base--column th {
        width: 30%;
        border-bottom: 1px solid #bfbfbf;
    }
    .tbl-base--column td {
        border-left: 1px solid #bfbfbf;
        border-right: 1px solid #bfbfbf;
    }
}

/* 2-1-4.  Title     [ttl-***]
-------------------------------------------------- */
.ttl-pageHeader__item {
    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;
    font-weight: 700;
}

[class*="ttl-"][class*="-lv"] + *,
[class*="ttl-"][class*="-lv"] + section > [class*="ttl-"][class*="-lv"] {
    margin-top: 0 !important;
}

[class*="ttl-"][class*="-lv1"] {
    margin-bottom: 20px;
}

[class*="ttl-"][class*="-lv2"] {
    margin-top: 60px;
    margin-bottom: 12px;
}

[class*="ttl-"][class*="-lv3"] {
    margin-top: 32px;
    margin-bottom: 12px;
}

[class*="ttl-"][class*="-lv5"] {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    [class*="ttl-"][class*="-lv1"] {
        margin-bottom: 35px;
    }
    [class*="ttl-"][class*="-lv2"] {
        margin-top: 90px;
        margin-bottom: 25px;
    }
    [class*="ttl-"][class*="-lv3"] {
        margin-top: 45px;
        margin-bottom: 10px;
    }
    [class*="ttl-"][class*="-lv5"] {
        margin-bottom: 15px;
    }
}

[class*="ttl-center"]:not([class*="__"]) {
    text-align: center;
}

[class*="ttl-center__item"] {
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.ttl-center__item--en {
    letter-spacing: .14em;
    font-family: 'Catamaran', sans-serif;
}

[class*="ttl-center__item"] + [class*="ttl-center__item"] {
    margin-top: 10px;
}

/*.ttl-center__item img{
	width: 50%;
}*/
@media (min-width: 768px) {
/*	.ttl-center__item img{
		width: 100%;
	}*/
}

/* 2-1-5.  Headings  [hdg-***]
-------------------------------------------------- */
[class*="hdg-1"] {
    font-size: 3.2rem;
}

[class*="hdg-2"] {
    font-size: 2.4rem;
}

[class*="hdg-3"] {
    font-size: 2.0rem;
}

[class*="hdg-4"] {
    font-size: 1.8rem;
}

[class*="hdg-5"] {
    font-size: 1.7rem;
}

[class*="hdg-6"] {
    font-size: 1.6rem;
}

[class*="hdg-7"] {
    font-size: 1.5rem;
}

[class*="hdg-8"] {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    [class*="hdg-1"] {
        font-size: 4.8rem;
    }
    [class*="hdg-2"] {
        font-size: 3.6rem;
    }
    [class*="hdg-3"] {
        font-size: 3.2rem;
    }
    [class*="hdg-4"] {
        font-size: 2.4rem;
    }
    [class*="hdg-5"] {
        font-size: 2.0rem;
    }
    [class*="hdg-6"] {
        font-size: 1.8rem;
    }
    [class*="hdg-7"] {
        font-size: 1.6rem;
    }
    [class*="hdg-8"] {
        font-size: 1.2rem;
    }
}

/* 2-1-6.  Paragraph [prg-***]
-------------------------------------------------- */
[class*="prg-"] {
    padding-top: 7.5px;
    line-height: 2.0;
}

[class*="prg-"] p + p {
    margin-top: 7.5px;
}

.prg-xl {
    font-size: 2.0rem;
    line-height: 1.2;
}

.prg-l {
    font-size: 1.8rem;
    line-height: 1.2;
}

.prg-m {
    font-size: 1.5rem;
    line-height: 1.8;
}

.prg-s {
    font-size: 1.3rem;
    line-height: 1.8;
}

.prg-xs {
    font-size: 1.1rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    [class*="prg-"] .richtext p br {
        display: none;
    }
}

@media (min-width: 768px) {
    [class*="prg-"] {
        padding-top: 15px;
        line-height: 2.0;
    }
    [class*="prg-"] p + p {
        margin-top: 15px;
    }
    .prg-xl {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .prg-l {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .prg-m {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .prg-s {
        font-size: 1.3rem;
        line-height: 1.8;
    }
    .prg-xs {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .prg-xl {
        font-size: 2.4rem;
    }
    .prg-l {
        font-size: 1.8rem;
    }
    .prg-m {
        font-size: 1.6rem;
    }
    .prg-s {
        font-size: 1.4rem;
    }
    .prg-xs {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}

[class*="prg-"] .richtext p a {
    text-decoration: underline;
}

/* 2-1-7.  Nav       [nav-***]
-------------------------------------------------- */
/* nav-category */
.nav-category {
    display: block;
}

.nav-category [class*="btn-"] {
    width: 100%;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.nav-category [class*="btn-"]:hover {
    color: #fff;
}

.nav-category__item {
    max-width: 315px;
    margin: 0 auto 10px;
}

.nav-category__item [class*="ti-"] {
    width: 18px;
}

.nav-category__item [class*="ti-"]::before {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    font-size: 1.0rem;
    color: #fff;
}

.nav-category__item [class*="ti-"]::after {
    content: '';
    display: block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.nav-category__item .btn--type1 {
    border-color: #005fa9;
    color: #005fa9;
}

.nav-category__item .btn--type1:hover {
    background-color: #005fa9;
}

.nav-category__item .btn--type1 [class*="ti-"]::after {
    background-color: #005fa9;
}

.nav-category__item .btn--type1:hover [class*="ti-"]::before {
    color: #005fa9;
}

.nav-category__item .btn--type1:hover [class*="ti-"]::after {
    background-color: #fff;
}

.nav-category__item .btn--type2 {
    border-color: #ec8642;
    color: #ec8642;
}

.nav-category__item .btn--type2:hover {
    background-color: #ec8642;
}

.nav-category__item .btn--type2 [class*="ti-"]::after {
    background-color: #ec8642;
}

.nav-category__item .btn--type2:hover [class*="ti-"]::before {
    color: #ec8642;
}

.nav-category__item .btn--type2:hover [class*="ti-"]::after {
    background-color: #fff;
}

.nav-category__item .btn--type3 {
    border-color: #00a4aa;
    color: #00a4aa;
}

.nav-category__item .btn--type3:hover {
    background-color: #00a4aa;
}

.nav-category__item .btn--type3 [class*="ti-"]::after {
    background-color: #00a4aa;
}

.nav-category__item .btn--type3:hover [class*="ti-"]::before {
    color: #00a4aa;
}

.nav-category__item .btn--type3:hover [class*="ti-"]::after {
    background-color: #fff;
}

@media (min-width: 768px) {
    .nav-category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nav-category__item {
        max-width: none;
        width: calc((100% - 60px) / 2);
    }
}

@media (min-width: 992px) {
    .nav-category {
        margin-bottom: 0;
    }
    .nav-category__item {
        width: calc((100% - 60px) / 3);
        margin: 0;
    }
}

/* 2-1-8.  List      [lst-***]
-------------------------------------------------- */
/* 2-1-9.  Button    [btn-***]
-------------------------------------------------- */
.wrap-btn {
    margin-top: 30px;
    margin-bottom: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .wrap-btn {
        margin-top: 45px;
    }
}

[class*="btn-"] {
    position: relative;
    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: 269px;
    max-width: 100%;
    height: 44px;
    margin: 0 auto;
    border: 0;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    -webkit-user-select: none;
    background-color: #fff;
}

[class*="btn-"] [class*="ti"] {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
}

[class*="btn-"] .ti-angle-right,
[class*="btn-"] .ti-angle-down {
    right: 7px;
}

[class*="btn-"] .ti-angle-left {
    left: 7px;
}

@media (min-width: 768px) {
    [class*="btn-"] {
        width: 290px;
        height: 57px;
    }
}

/* btn-electric */
.btn-electric, .btn-electric--blue, .btn-electric--blue2, .btn-electric--green, .btn-electric--green2 {
    padding: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    background-color: #fff;
    color: #000;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.btn-electric:hover, .btn-electric--blue:hover, .btn-electric--blue2:hover, .btn-electric--green:hover, .btn-electric--green2:hover {
    background-color: #000;
    color: #fff;
}

.btn-electric--blue {
    border-color: #007aaa;
    color: #007aaa;
}

.btn-electric--blue:hover {
    background-color: #007aaa;
    color: #fff;
}

.btn-electric--blue2 {
    border-color: #386ec5;
    color: #386ec5;
}

.btn-electric--blue2:hover {
    background-color: #386ec5;
    color: #fff;
}

.btn-electric--green {
    border-color: #60b636;
    color: #60b636;
}

.btn-electric--green:hover {
    background-color: #60b636;
    color: #fff;
}

.btn-electric--green2 {
    border-color: #00a4aa;
    color: #00a4aa;
}

.btn-electric--green2:hover {
    background-color: #00a4aa;
    color: #fff;
}

/* 2-1-10. Link      [lnk-***]
-------------------------------------------------- */
.lnk-none {
    text-decoration: none !important;
    color: inherit !important;
}

.lnk-tel {
    pointer-events: auto;
}

.lnk-fax {
    pointer-events: none;
}

.lnk-bdr {
    border-bottom: 1px solid #005fa9;
    color: #005fa9;
}

.lnk-txt {
    display: inline;
    color: #005fa9;
    -webkit-transition: .3s;
    transition: .3s;
}

.lnk-txt [class*="ti-"] {
    margin-left: 5px;
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    .lnk-tel {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        pointer-events: none;
    }
    .js-lnkBox.is-active .lnk-txt, .lnk-txt:hover {
        color: #ec8642;
    }
    .lnk-bdr:hover {
        border-bottom: 1px solid transparent;
    }
}

/* 2-1-11. Icon      [ico-***]
-------------------------------------------------- */
/*
.ico- {

}
*/
/* 2-1-12. Label     [lbl-***]
-------------------------------------------------- */
[class*="lbl-"] {
    padding: 5px 10px;
    line-height: 1.0;
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    background-color: #bc0000;
}

.lbl-type1 {
    background-color: #005fa9;
    color: #fff;
}

.lbl-type2 {
    background-color: #ec8642;
    color: #fff;
}

.lbl-type3 {
    background-color: #00a4aa;
    color: #fff;
}

.lbl-type4 {
    background-color: #386ec5;
    color: #fff;
}

@media (min-width: 768px) {
    [class*="lbl-"] {
        font-size: 1.4rem;
    }
}

/* 2-1-13. Form      [frm-***]
-------------------------------------------------- */
.frm-base caption {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.4rem;
}

.frm-base select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.frm-base input[type="text"],
.frm-base input[type="tel"],
.frm-base input[type="email"],
.frm-base textarea,
.frm-base select {
    width: 100%;
    height: 31px;
    padding: 0 10px;
    font-size: 1.3rem;
    line-height: 31px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.frm-base textarea {
    height: 120px;
}

.frm-base input[type="text"][class*="zip"] {
    width: 60px;
}

.frm-base label {
    vertical-align: middle;
}

.frm-base {
    margin: 0 auto;
    line-height: 31px;
}

@media (min-width: 768px) {
    .frm-base input[type="text"],
    .frm-base input[type="tel"],
    .frm-base input[type="email"],
    .frm-base textarea,
    .frm-base select {
        font-size: 1.3rem;
    }
    .frm-base input[type="text"] {
        max-width: 400px;
    }
    .frm-base caption {
        font-size: 1.6rem;
    }
}

/*
Owlet 問合せフォーム
**************************************/
.require,
.anyitem {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 5px;
    /*font-size: 1.1rem;*/
    line-height: 1.0;
    color: #fff;
}

.require {
    /*background-color: #c34d4d;*/
    color: #c34d4d;
}

.anyitem {
    background-color: #4d85c3;
}

.frm-base {
    /* 住所 */
}

.frm-base .require,
.frm-base .anyitem {
    float: left;
    margin-top: 7px;
}

.frm-base label {
    display: inline-block;
    margin-right: 30px;
}

.frm-base label input {
    vertical-align: -1px;
}

.frm-base .zip1,
.frm-base .zip2 {
    width: 60px;
    margin-bottom: 15px;
}

.frm-base input.zip2addr {
    margin-left: 10px;
    margin-bottom: 15px;
    vertical-align: top;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e4e4e4));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e4e4e4);
    background-image: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
    border: 1px solid #afafaf;
    height: 31px;
    line-height: 29px;
    font-size: 13px;
    color: #000;
}

.frm-base input.zip2addr:hover {
    border: 1px solid #888;
}

.frm-base input.zip2addr:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: linear-gradient(to bottom, #e4e4e4, #f7f7f7);
}

.frm-base input[type="text"][class*="address"] {
    width: 100%;
    max-width: none;
    margin-left: 5px;
}

/*電話番号*/
.frm__input--tel1,
.frm__input--tel2,
.frm__input--tel3 {
    width: 60px;
}

.frm__input--tel2,
.frm__input--tel3 {
    margin-left: 5px;
}

input[type="text"][class*="frm__input--tel"] {
    max-width: 60px;
}

/*問い合わせ内容*/
.input_comment textarea {
    height: 70px;
}


/* 規約 */
.frm__rules {
    margin: 15px auto 30px;
    text-align: center;
}

.frm__body--rules {
    font-size: 1.2rem;
}

.frm-base .frm__button {
    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;
    width: auto;
    margin: 30px auto;
    font-size: 16px;
    text-align: center;
}

.frm-base .frm__button input[type="submit"],
.frm-base .frm__button input[type="image"] {
    display: inline-block;
}

.frm-base .frm__button a,
.frm-base .frm__button input[type="submit"],
.frm-base .frm__button input[type="button"] {
    width: 290px;
    padding: 20px 10px;
    font-size: 1.4rem;
    line-height: 1;
    -webkit-transition: background .3s;
    transition: background .3s;
    outline: 0;
}

.frm-base .frm__button input[type="submit"],
.frm-base .frm__button input[type="button"] {
    opacity: 1;
    border-radius: 0;
    border: 2px solid #000;
    color: #000;
    -webkit-text-fill-color: #000;
    cursor: default;
}

.frm-base .frm__button input[type="submit"]:not(.disabled),
.frm-base .frm__button input[type="button"] {
    cursor: pointer;
}

.frm-base .frm__button a,
.frm-base .frm__button input[type="button"].frm__back--button {
    margin-bottom: 10px;
    border: 2px solid #a6a6a6;
    color: #a6a6a6;
    -webkit-text-fill-color: #a6a6a6;
}

@media (min-width: 768px) {
    .frm__rules {
        margin: 60px auto 30px;
    }
    .frm-base .frm__button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 60px;
    }
    .frm-base .frm__button a,
    .frm-base .frm__button input[type="submit"],
    .frm-base .frm__button input[type="button"].frm__back--button {
        margin: 0 5px;
    }
    .frm-base .frm__button a:hover,
    .frm-base .frm__button input[type="button"].frm__back--button:hover {
        background-color: #a6a6a6;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }
    .frm-base .frm__button input[type="submit"]:not(.disabled):hover,
    .frm-base .frm__button input[type="button"]:hover {
        background-color: #000;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }
}

/*ラジオ・チェックボックス縦並びにする場合*/
.inquiry_form table tr td label {
    display: block;
}

/* 2-1-14. Media     [mda-***]
-------------------------------------------------- */
[class*="mda-"] figure + figcaption {
    margin-top: 20px;
}

.mda-bottom {
    margin: 30px auto 60px;
}

@media (min-width: 768px) {
    .mda-bottom {
        margin: 60px auto 96px;
    }
}

/* 2-1-15. Card      [crd-***]
-------------------------------------------------- */
.crd {
    /*overflow: hidden;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    background-color: #fff;
}

.crd__img {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
}

.crd__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 15px;
    position: relative;
    padding: 7rem 2rem 2rem;
}

.crd__img {
    /*padding-top: 33.3333%;*/
    /* 3:1 */
    /*padding-top: 40%;*/
    /* 5:2 */
    /*padding-top: 50%;*/
    /* 2:1 */
    /*padding-top: 56.25%;*/
    /* 16:9; */
    padding-top: 66.66667%;
    /* 3:2 */
    /*padding-top: 75%;*/
    /* 4:3 */
    /*padding-top: 200%;*/
    /* 1:2 */
}

.crd__ttl {
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: 400;
}

.crd__txt {
    margin-bottom: 15px;
    line-height: 2;
}

.crd__lnk {
    margin-top: auto;
}

@media (min-width: 576px) {
    .crd__img {
        /*padding-top: 33.3333%;*/
        /* 3:1 */
        /*padding-top: 40%;*/
        /* 5:2 */
        /*padding-top: 50%;*/
        /* 2:1 */
        /*padding-top: 56.25%;*/
        /* 16:9; */
        padding-top: 66.66667%;
        /* 3:2 */
        /*padding-top: 75%;*/
        /* 4:3 */
        /*padding-top: 200%;*/
        /* 1:2 */
    }
    .crd__ttl {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    .crd {
        height: 100%;
        margin-bottom: 0;
    }
    .crd__content {
        /*padding: 30px;*/
    }
}




/*card01*/
/*.card_01,.card_02{margin-top: 3rem;}*/

.card_01 .right_ttl,
.card_01 .right_txt{
	margin-top: 30px;
}
.card_01 .right{
        /*position: absolute;
        right: 2px;
        top: -45px;*/
        background-color: #f6f6f6;
        /*z-index: -1;*/
        padding-bottom: 65px;/*padding: 45px 65px;*/
        overflow: auto;
        width: 576px;
}
#lede .card_02.mt,
#lede .card_01.mt{margin-top: 2rem;}
@media (min-width: 768px) {
    #lede .card_02.mt,
    #lede .card_01.mt{margin-top: 70px;}

	.card_01 .right_ttl,
	.card_01 .right_txt{
	margin-top: 0;
	}
	.card_01{position: relative;}
	.card_01 .right{
		position: absolute;
		right: 2px;
		top: -45px;
		background-color: #f6f6f6;
		z-index: -1;
		padding: 45px 65px;
		overflow: auto;
		width: 576px;
	}
	.card_01 .right_txt{
		margin-top: 60px;
		width:425px; 
	}
}
/*card02*/
.card_02 .left_ttl,
.card_02 .left_txt{
	margin-top: 30px;
}
.card_02 .left{
        background-color: #f6f6f6;
        padding-bottom: 65px;
        overflow: auto;
        width: 576px;
}
@media (min-width: 768px) {
	.card_02 .left_ttl{
		margin-top: 0;
	}

    .card_02 .left_txt{
        margin-top: 65px;
    }
	.card_02{position: relative;}
	.card_02 .right{
		float: right;
        text-align: right;
	}
	.card_02 .left{
		position: absolute;
		left: -22px;
		top: -45px;
		background-color: #f6f6f6;
		z-index: -1;
		padding: 45px 80px 45px 45px;
		overflow: auto;
		width: 576px;
	}

}




/*card03*/

.card_03 .crd__ttl{
	text-align: center;
    font-weight: bold;
}
.card_03 .crd__ttl span{
	font-size: 1.4rem;
	display: block;
    font-weight: normal;
}
.card_03.crd{position: relative;margin: 20px;}
.card_03.crd .crd__ico img{
/*	position: absolute;
    top: 210px;
    z-index: 100;
    right: 50%;
    text-align: center;
    left: 38%;
    width: 103px;*/

    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 116px;
    height: 116px;
    text-align: center;
} 
@media (min-width: 768px){
    .card_03.crd{margin: inherit;}
}

/*card_04*/
.card_04-01 .crd__txt{
	font-size: 1.6rem;
}
.card_04-01_sub{
	margin-top: 35px;
	margin-bottom: 30px;
}
.card_04-01{
	margin-top: 30px;
}
@media (min-width: 768px) {
	.card_04-01{
		background-image: url(../images/message_01_img.png);
		background-repeat: no-repeat;
		background-position: top right;
		margin-top: 60px;
	}
	.card_04-01 .crd__txt{
		background-color: #fff;
		padding: 44px 55px 25px 0;
		width: 524px;
		margin-top: 38px;
	}
	.card_04-01_sub{margin-top: 70px;}

}

@media (min-width: 768px) {
	.card_04-02{
		background-image: url(../images/message_02_img.png);
		background-repeat: no-repeat;
	}
    .card_04-02_right {
        width: 606px;
        float: right;
        margin-bottom: 115px;
        background: #fff;
        padding-left: 3rem;
    }
}



/*card_05*/
	.card_05 .crd__content{
		text-align: center;
		position: relative;
	}
    .card_05 .crd__content:after {
    content: "";
    background-image: url(../images/flow_arrow.png);
    background-repeat: no-repeat;
    width: 57px;
    height: 65px;
    transform: rotate(90deg);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #a9a9a9;
    }
    .card_05:last-child .crd__content:after {
    content: "";
    background-image: none;
    }
    @media (min-width: 1200px){
        .card_05 .crd__content:after {
        content: "";
        background: url(../images/flow_arrow.png);
        background-repeat: no-repeat;
        width: 57px;
        height: 65px;
        transform: none;
        position: absolute;
        top: 30px;
        left: 97%;
        margin: auto;
        color: #a9a9a9;
        z-index: 1;
        }
        .card_05:last-child .crd__content:after {
        content: "";
        background-image: none;
        }
    }
	.card_05 .ico{
		position: absolute;
		top: -100%;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 146px;
		height: 146px;
		text-align: center;
    }
    .card_05 .crd__content {
    	padding: 60px 0 0;
        box-shadow: 3px 6px 6px 1px rgba(0,0,0,0.3);
	}
    .card_05 .crd__ttl{
        margin-bottom: 3rem;
        font-size: 1.7rem;
        font-weight: bold;
        padding: 0 1rem;
    }
    .card_05 .crd__ttl span{color: #a78322;}
    .card_05 .ico02{
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
    .card_05 img.ico02 {
        height: auto;
        width: 70px;
    }
    .card_05 .crd__txt{
        background-color: #f3f3f3;
        margin-bottom: 0;
        padding: 1rem 1rem 5rem;
        text-align: left;

        height:100%;
    }
    .card_05.mt{margin-top: 11rem;}
@media (min-width: 1200px) {
	.card_05 .crd__content{
		text-align: center;
		position: relative;
	}
	.card_05 .ico{
		position: absolute;
		top: -100%;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 146px;
		height: 146px;
		text-align: center;
    }
    .card_05.mt{margin-top: 0;}
}





/* 2-1-16. Pagenation
-------------------------------------------------- */
.pagination {
    margin: 30px auto 60px;
    font-size: 1.5rem;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.pagination .prev,
.pagination .next {
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 48px;
    color: #fff;
}

.pagination .prev a,
.pagination .next a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0rem;
}

.pagination .prev a::after, .pagination .prev a::before,
.pagination .next a::after,
.pagination .next a::before {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

.pagination .prev a::after,
.pagination .next a::after {
    font-size: 1.4rem;
}

.pagination .prev a::before,
.pagination .next a::before {
    font-size: 1.2rem;
}

.pagination .prev a:hover::after, .pagination .prev a:hover::before, .pagination .prev a:hover::after, .pagination .prev a:hover::before,
.pagination .next a:hover::after,
.pagination .next a:hover::before,
.pagination .next a:hover::after,
.pagination .next a:hover::before {
    color: #fff;
}

.pagination .prev.current,
.pagination .next.current {
    visibility: hidden;
    display: block;
}

.pagination .prev {
    left: 15px;
    margin: 0 5px 0 0;
}

.pagination .prev a::after {
    content: 'BACK';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-weight: 500;
}

.pagination .prev a::before {
    content: '\e64a';
    font-family: 'themify';
    top: 0;
    bottom: 0;
    left: 10px;
}

.pagination .next {
    right: 15px;
    margin: 0 0 0 5px;
}

.pagination .next a::after {
    content: 'NEXT';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-weight: 500;
}

.pagination .next a::before {
    content: '\e649';
    font-family: 'themify';
    top: 0;
    right: 10px;
    bottom: 0;
}

.pagination__items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.pagination__items > * {
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3em;
    height: 3em;
    margin: 0 7px;
    line-height: 1;
}

.pagination__items .current {
    overflow: hidden;
    background-color: #000;
    color: #fff;
}

.pagination__items .page:nth-child(2),
.pagination__items .page:nth-last-child(2),
.pagination__items .page.is-visible,
.pagination__items .page.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination__items a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100%);
    height: calc(100%);
    margin: -2px;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    border: 2px solid #000;
    color: #000;
    -webkit-transition: background .3s, border .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-box-shadow .3s;
    transition: background .3s, box-shadow .3s, border .3s;
    transition: background .3s, box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.pagination__items a:hover {
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .pagination {
        padding-top: 30px;
    }
    .pagination__items > * {
        width: 2.4em;
        height: 2.4em;
    }
}

@media (min-width: 768px) {
    .pagination {
        margin: 45px auto 0;
    }
    .pagination .prev,
    .pagination .next {
        position: static;
        width: 170px;
    }
    .pagination .prev {
        margin: 0 auto 0 0;
    }
    .pagination .next {
        margin: 0 0 0 auto;
    }
    .pagination__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pagination__items > * {
        width: 48px;
        height: 48px;
    }
}

/* 2-1-17. Breadcrumbs
-------------------------------------------------- */
#breadcrumb {
    padding-top: 15px;
    padding-bottom: 45px;
}

#breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    font-size: 1.0rem;
    line-height: 1;
}

#breadcrumb li::after {
    content: "\e649";
    margin: 0 5px;
    font-family: 'themify';
    font-size: 1.0rem;
}

#breadcrumb li:last-child::after {
    display: none;
}

#breadcrumb a:hover {
    text-decoration: underline;
    color: #a78322;
}

@media (min-width: 768px) {
    #breadcrumb {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    #breadcrumb ul {
        font-size: 1.2rem;
    }
}

/* -----------------------------------------------
/* 2-2. Animation [act-***]
-------------------------------------------------- */
.act-transition {
    -webkit-transition: .3s;
    transition: .3s;
}

/* 画面外にいる状態 */
[class*="act-fadeIn"] {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
    will-change: transform;
}

.act-fadeIn.fadeInLeft {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.act-fadeIn.fadeInRight {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

/* 画面内に入った状態 */
.act-fadeIn.is-scrollin {
    opacity: 1;
    transform: none;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.act-fadeDelay01 {
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

.act-fadeDelay02 {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

.act-fadeDelay03 {
    -webkit-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

.act-fadeDelay04 {
    -webkit-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
}

.act-fadeDelay05 {
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important;
}

.act-fadeDelay06 {
    -webkit-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important;
}

.act-fadeDelay07 {
    -webkit-transition-delay: 1.4s !important;
    transition-delay: 1.4s !important;
}

.act-fadeDelay08 {
    -webkit-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important;
}

.act-fadeDelay09 {
    -webkit-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important;
}

.act-fadeDelay10 {
    -webkit-transition-delay: 2s !important;
    transition-delay: 2s !important;
}

.act-zoom {
    position: relative;
    overflow: hidden;
}

.act-zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.act-zoom:hover img, .act-zoom.is-touch img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

/* -----------------------------------------------
/* 2-3. OverLayerConfig [z-index]
-------------------------------------------------- */
.l-loader {
    z-index: 100;
}

.globalNav__bg {
    /*z-index: 1000;*/
}

.l-header, .globalNav__content {
    z-index: 10000000;
}

.logo {
    z-index: 1002;
}

.l-mark {
    z-index: 2000;
}

.subNav {
    z-index: 1000;
}

/* -----------------------------------------------
/* 2-4. Order [flex-order]
-------------------------------------------------- */
/*.hoge {
    order: 1;
}*/

/*# sourceMappingURL=base.css.map */
img{width: 100%;}
img.initial,.initial img{width: auto;}
@media (min-width: 768px) {
	img{width: auto;}
}

/*font 200,300,400,500,600,700,900*/
.serif_500 {
	font-family:'Noto Serif JP', serif;
	font-weight: 500;
}
.serif_700 {
	font-family:'Noto Serif JP', serif;
	font-weight: 700;
}
.fontsize2_5rem {
	font-size: 2.5rem;
}
.fontsize1_6rem {
	font-size: 1.6rem;
}
.red{color: #c34d4d;}
.red .require{margin-right: 0;}

.mt50{margin-top: 50px;}
@media (min-width: 768px) {
	.mt100{margin-top: 100px;}
}
.mt75{margin-top: 75px;}
/*@media (min-width: 768px) {
	.mt75{margin-top: 75px;}
}
*/
.mt80{margin-top: 80px;}
@media (min-width: 768px) {
	.mt80{margin-top: 160px;}
}
.mt100{margin-top: 100px;}
@media (min-width: 768px) {
	.mt100{margin-top: 130px;}
}
.mb1rem{margin-bottom: 1rem;}
.mb2rem{margin-bottom: 2rem;}

.w_container{width: 100%!important;}

