@charset "utf-8";



body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333232;
    text-align: left;
    background-color: #fff;
}

.sp-only {
    display: block !important;
}

.pc-only {
    display: none !important;
}

#wrapper {
    overflow: hidden;
}

.inner {
    padding: 0 10px;
    margin: 0 auto;
}

.icn_free {
    font-size: .7rem;
    color: #fff;
    background: #f98f9e;
    padding: 3px 8px;
    border-radius: 10px;
    letter-spacing: .1rem;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    position: relative;
    top: 4px;
}

a.line-box {
    display: block;
    background: #69c370;
    border-radius: 30px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    margin: 15px 0 5px;
    box-shadow: 0 3px 0 0 #1ba272;
}

a.line-box span {
    display: inline-block;
    padding-left: 35px;
    position: relative;
}

a.line-box span::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: url("../images/logo_line.png") no-repeat center center;
    background-size: 25px;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: .3s;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

header h1 {
    max-width: 100px;
}

header h1 img {
    vertical-align: top;
    padding: 2px 0;
}

header .g-nav {
    position: absolute;
    top: 49px;
    right: -230px;
    width: 230px;
    background: #BDEFF4;
    border-radius: 0 0 0 10px;
    padding: 15px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

header.open .g-nav {
    right: 0;
}

header .g-nav ul {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

header .g-nav ul li {
    text-align: left;
    border-bottom: 1px solid #4CCED9;
}

header .g-nav ul li:last-child {
    border: none;
}

header ul li a {
    display: block;
    color: #333232;
    padding: 10px;
}

header ul li:first-child a {
    color: #4CCED9;
}


#nav-toggle {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    height: 3px;
    background: #4CCED9;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 8px;
}

#nav-toggle span:nth-child(3) {
    top: 16px;
}


.open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.main-top {
    margin: 60px 0 20px;
    text-align: center;
}

.main-top h2 {
    font-size: 1.17rem;
    font-weight: normal;
    margin-bottom: 15px;
}

.main-top > p {
    padding: 10px 0;
    margin: 5px 0 10px;
}


.download-box {
    padding: 20px 0;
    background: #bdeff4;
}

.download-box ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-box ul li > span {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
}

.download-box ul li.download-ttl {
    margin-bottom: 15px;
}

.download-box ul li dl {
    padding: 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
}

.download-box ul li dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.download-box ul li dl dd {
    width: 48%;
    width: calc(50% - 5px);
}

.download-box ul li dl dd:nth-of-type(1) {
    margin-right: 10px;
}

.download-box ul li dl dd a {
    display: block;
}

.bt-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    display: none;
}

.bt-btn dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.bt-btn dt {
    font-size: .9rem;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

.bt-btn dd {
    width: 48%;
    width: calc(50% - 5px);
}

.bt-btn dd:nth-of-type(1) {
    margin-right: 10px;
}

.bt-btn dd a {
    display: block;
}

.cpn-area section {
    padding: 10px 0 0;
    text-align: center;
}

.cpn-area section .cpntxt {
    font-size: 0.8rem;
    padding: 5px;

}

.cpntxt1 {
    font-weight: bold;
    margin-bottom: 10px;
    color:#00959A;
    font-size: 1.1rem;
}

.cpnbtn img {
    max-width: 60%;
}

.cpn_period {
    font-size: 1.1rem;
    font-weight: bold; 
    color:#1D2087;
}

.cpn_gift {
    font-size: 1.1rem;
    font-weight: bold; 
    color:#1D2087;
}

h4.lines-on-sides {
    color:#00959A;
    font-weight: bold;
    margin-bottom: 5px;
}

.lines-on-sides {
    display: flex;
    align-items: center;
}

.lines-on-sides:before,
.lines-on-sides:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color:#00959A;
}

.lines-on-sides:before {
    margin-right: 1rem;
}

.lines-on-sides:after {
    margin-left: 1rem;
}

.acd-label {
    font-size: 1.2rem;
    font-weight: bold; 
    padding-top: 10px;
    margin-bottom: 20px;
    color:#1D2087;
}

.s1{
    padding-bottom:20px;
}

.acd-label:after {
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: 'Font Awesome 5 Free';
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 14px;
    font-weight: 900;
    color: #000;
    font-size: 15px;
}


.download-box li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.acd-content li dl {
    padding: 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
}

.acd-content li dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.acd-content li dl dd {
    width: 48%;
    width: calc(50% - 5px);
}

.acd-content li dl dd:nth-of-type(1) {
    margin-right: 10px;
}

.acd-content li dl dd a {
    display: block;
}

.copy {
    padding-top: 10px;
}

.cpnstep {
    color: #1D2087;
    background-color: #00959a5e;
    font-weight: bold;
    padding: 3px;
}

.pic {
   text-align: center;
   margin: auto;
   display: block;
   max-width: 60%;
}

@media only screen and (max-width: 768px)
.scroll_lists {
 font-size: clamp(12px, 3.2vw, 12px);
 max-height :150px;
 padding: 10px 15px 10px 10px;
}

.scroll_lists {
 background-color: #f2f2f2;
 border: 1px solid #ccc;
 max-height: 150px;
 overflow-y: scroll;
 overscroll-behavior-y: contain;
 overflow-x: hidden;
 -webkit-overflow-scrolling: touch;
 scrollbar-width: none;
}

.cpn-area {
 border-bottom: 20px solid #00959A;
}

.scroll_lists span {
 display: table-cell;
}

.function-area section {
    padding: 30px 0 0;
    text-align: center;
}

.function-area section:nth-child(odd),
.function-area section:nth-child(even) .subtxt {
    background: #fff;
}

.function-area section:nth-child(even),
.function-area section:nth-child(odd) .subtxt {
    background: #f6f6f6;
}

.function-area h3 {
    margin-bottom: 20px;
}

.function-area section .subtxt {
    padding: 10px 20px;
    border-radius: 40px;
    font-size: .9rem;
    margin-bottom: 30px;
}


.disney-box {
    padding: 30px 0 0;
    text-align: center;
    background: url("../images/illust_city.png") repeat-x bottom center,#e6f7fe;
    background-size: 470px, 100%;
    margin: 20px 0;
}

.disney-box .txt {
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0 auto 15px;
    color: #4cced9;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    position: relative;
}

.disney-box .txt::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
}

.disney-box p + p {
    margin: 0 auto;
}

.disney-box p + p img {
    max-width: 240px;
}


.move-area {
    text-align: center;
    padding: 30px 0 15px;
}

.move-area .ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.move-area .move-txt {
    margin-bottom: 15px;
}

.move-area .inner > div a {
    display: block;
}

.move-area .inner > div a .move-inner {
    position: relative;
}

.move-area .inner > div a .move-inner .photo img {
    border-radius: 10px;
    border: solid #bdeff4 4px;
}

.move-area .inner > div a .move-inner .move-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 60px;
    height: 60px;
}


.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}


.recommend-area {
    text-align: center;
    background: #f6f6f6;
    padding: 30px 0;
}

.recommend-area h4 {
    font-size: 1.17rem;
    margin-bottom: 20px;
}

.recommend-area .inner > ul > li {
    margin-bottom: 15px;
}

.recommend-area .inner > ul > li > a {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    color: #333232;
    position: relative;
    padding-right: 30px;
}

.recommend-area .inner > ul > li > a img {
    width: 130px;
    border-radius: 10px 0 40px 10px;
}

.recommend-area .inner ul li a p {
    flex-grow: 1;
}

.recommend-area article > dl {
    background: #fff;
    border-radius: 10px;
    margin: 10px 0;
    padding: 15px 10px;
    text-align: left;
}

.recommend-area article > dl > dt {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.recommend-area article > dl > dt::before {
    display: inline-block;
    content: "\0025a0";
    color: #f98f9e;
    margin-right: 10px;
    font-size: 1rem;
}

.recommend-area article dl.article-top {
    text-align: center;
}

.recommend-area article dl.article-top dt {
    font-weight: bold;
    color: #4cced9;
}

.recommend-area article dl.article-top dt::before {
    display: none;
}

.recommend-area article > dl > dd {
    font-size: .9rem;
}

.recommend-area article dl .article-img {
    max-width: 210px;
    margin: 10px auto;
}

.recommend-area .download-box {
    border-radius: 10px;
    padding: 10px;
}


.js-ac-inner {
    display: none;
}

a.js-icnPlus::before {
    display: inline-block;
    content: "\00ff0b";
    position: absolute;
    top: 45%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    color: #f98f9e;
    font-weight: bold;
    font-size: 22px;
}

a.js-icnPlus.open::before {
    content: "\0030fc";
    font-size: 22px;
    margin-top: -6px;
}


.ft-download-box {
    background: url("../images/illust_city.png") repeat-x bottom center, #ebf9fe;
    background-size: 470px;
    padding: 30px 20px 160px;
    text-align: center;
}

.ft-download-box div .ft-logo {
    display: inline-block;
    width: 80px;
    margin: 0 auto 15px;
}

.ft-download-box dt > span {
    display: block;
}

.ft-download-box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ft-download-box dt {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.17rem;
}

.ft-download-box dd {
    width: 48%;
    width: calc(50% - 5px);
}

.ft-download-box dd:nth-of-type(1) {
    margin-right: 10px;
}


.ft-link {
    text-align: center;
    padding: 30px 0;
}

.ft-link h5 {
    font-size: 1rem;
}

.ft-link .ftLink_ttl {
    padding: 15px 30px 15px 10px;
    font-size: .9rem;
    text-align: left;
    color: #333232;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    display: block;
    position: relative;
    margin-bottom: -1px;
}

.ft-link .ftLink_inner {
    display: flex;
    flex-wrap: wrap;
}

.ft-link .ftLink_inner li {
    width: 50%;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: -1px;
}

.ft-link .ftLink_inner li:nth-child(odd) {
    border-right: solid 1px #ebebeb;
}

.ft-link .ftLink_inner li a {
    display: block;
    padding: 10px 25px 10px 10px;
    text-align: left;
    font-size: .9rem;
    color: #323232;
    position: relative;
}

.ft-link .ftLink_inner li a::before {
    content: "";
    position: absolute;
    top: 55%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -10px;
    border-top: 3px solid #f98f9e;
    border-left: 3px solid #f98f9e;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}



footer {
    background: #4CCED9;
    text-align: center;
    padding: 20px 0
}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul.follow-me {
    margin-bottom: 20px;
}

footer ul.follow-me li {
    margin: 0 5px;
}

footer ul.follow-me li img {
    width: 30px;
}

footer ul li a {
    display: block;
    font-size: .9rem;
    color: #fff;
}

footer ul.ft-c-link li a::after {
    content: "\00ff5c";
    display: inline-block;
    padding: 0 5px;
}

footer ul li:last-child a::after {
    display: none;
}

footer small {
    color: #fff;
}


@media screen and (max-width:320px) {
    .download-box ul li dl dt {
        font-size: .9rem;
    }

    .icn_free {
        font-size: .5rem;
        top: 3px;
    }

    a.line-box {
        font-size: .9rem;
    }

    footer ul li a {
        font-size: .7rem;
    }
}

@media screen and (min-width:480px) {
    .download-box ul li dl {
        padding: 15px 50px;
    }

    .inner {
        max-width: 520px;
    }

    .ft-download-inner {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media screen and (min-width:768px) {
    .pc-only {
        display: block !important;
    }

    .sp-only {
        display: none !important;
    }

    .inner {
        max-width: 980px;
    }

    header #nav-toggle {
        display: none;
    }

    header h1 {
        max-width: 130px;
    }

    header .g-nav {
        display: block;
        position: static;
        top: 0;
        width: 100%;
        background: #fff;
        padding: 5px;
    }

    header .inner,
    header .g-nav ul {
        width: 100%;
        display: flex;
        align-items: center;
    }

    header .g-nav ul {
        justify-content: flex-end;
    }

    header .g-nav ul li {
        margin-right: 20px;
        border-bottom: none;
    }

    header .g-nav ul li:last-child {
        margin-right: 0;
    }

    header ul li a:hover {
        opacity: .6;
    }

    .main-top {
        margin-top: 74px;
    }

    .main-top .inner {
        -js-display: flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-top .inner h2 {
        font-size: 1.4rem;
    }

    .main-top .inner > p {
        max-width: 600px;
    }

    .download-box ul {
        -js-display: flex;
        display: flex;
        align-items: center;
    }

    .download-box ul li.download-ttl {
        width: 45%;
    }

    .download-box ul li:nth-child(2) {
        width: 55%;
    }

    .download-box ul li dl {
        min-height: 120px;
    }

    .function-area section .inner {
        -js-display: flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .function-area section:nth-child(1) {
        padding-bottom: 30px;
    }

    .function-area section:nth-child(even) .inner {
        flex-direction: row-reverse;
    }

    .function-area section:nth-child(even) .inner > div {
        margin-right: 0;
        margin-left: 7%;
    }

    .function-area section .inner > div {
        width: 48%;
        margin-right: 7%;
    }

    .function-area section .inner > .bg-img {
        width: 45%;
    }

    .function-area section .subtxt {
        padding: 15px 20px;
    }

    .disney-box p + p {
        background: url("../images/txt@2x.png") no-repeat;
        background-size: 140px;
        background-position: 4% top;
        display: inline-block;
        padding: 0 140px;
    }

    .download-box ul li p {
        font-size: 1.17rem;
    }

    .download-box.-line ul {
        flex-wrap: wrap;
    }

    .download-box.-line ul li:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
    }

    .download-box.-line ul li:nth-child(2) {
        margin-right: 10px;
    }

    .download-box.-line ul li:nth-child(n+2) {
        width: 48%;
        width: calc(50% - 5px);
    }

    .download-box.-line ul li:nth-child(4) dl dd {
        width: 100%;
        margin-right: 0;
    }

    .download-box.-line ul li a.line-box {
        margin-top: 0;
    }

    .move-area {
        padding: 30px 0;
    }

    .move-area .inner {
        -js-display: flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .move-area .inner > div {
        width: 50%;
    }

    .move-area .move-txt {
        line-height: 1.7;
    }

    .recommend-area {
        padding: 50px 0;
    }

    .recommend-area h4 {
        margin-bottom: 30px;
    }

    .recommend-area ul {
        display: flex;
        justify-content: center;
    }

    .recommend-area ul li {
        width: 46%;
        width: calc(50% - 10px);
    }

    .recommend-area ul li:first-child {
        margin-right: 20px;
    }

    .recommend-area .inner > ul > li > a img {
        width: 230px;
    }

    .recommend-area .inner ul li a p {
        font-size: 1.17rem;
    }

    a.js-icnPlus::before {
        top: 47%;
    }

    .ft-download-inner .ft-line {
        padding: 0 30px;
    }

    .ft-download-box div .ft-logo {
        width: 90px;
        margin: 0 auto 30px;
    }

    .ft-download-box dt > span {
        display: inline;
    }

    .ft-download-box dd {
        width: 40%;
        width: calc(42% - 5px);
    }

    .ft-link .pc-only {
        text-align: left;
        font-size: .9rem;
    }

    .ft-link .head {
        font-weight: bold;
        margin-bottom: 10px;
        padding: 10px 0;
        border-bottom: 1px solid #ebebeb;
    }

    .ft-link ul {
        margin-bottom: 20px;
    }

    .ft-link ul li {
        display: inline-block;
        padding-right: 7px;
        margin-right: 7px;
        margin-top: 5px;
        border-right: 1px solid #ebebeb;
        font-size: .9rem;
    }

    .bt-btn dl {
        flex-wrap: nowrap;
        max-width: 780px;
        margin: 0 auto;
    }

}
