/* $Id: base.css,v 1.13 2013-11-01 00:27:19 koji Exp $ */

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

/* base {{{ */

html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.85;
    font-family: /*"Roboto",*/ "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
}

a {
    text-decoration: underline;
    color: #1f80d5;
    transition: all 0.5s;
}
a:link {}
a:visited {}
a:hover {text-decoration: none; opacity: 0.85;}
a:active {}

@media screen and (min-width: 768px) {
    a[href^="tel:"]{
        pointer-events: none;
        color:#000;
        text-decoration: none;
    }
}
strong{
    font-weight: bold;
}

/* centering layout {{{ */
div.outerframe {
    text-align: center;
}
div.innerframe {
    width: 950px;
    margin: 0px auto;
    text-align: left;
}
.txt-underline {
	text-decoration: underline;
}
/* }}} */

/* font-weight {{{ */
.bold {
    font-weight: bold;
}
/* }}} */

/* utlity {{{ */
.txt-left { text-align: left !important; }
.txt-center { text-align: center !important; }
.txt-right { text-align: right !important; }
.txt-top { vertical-align: top; }
.txt-middle { vertical-align: middle; }
.txt-b { vertical-align: bottom; margin-bottom: -0.4em; display: inline-block;}
.indent-1char {
    text-indent: -1em;
    padding-left: 1em;
}
.txt-bold {font-weight: bold}
.txt-normal {font-weight: normal}
.pc-txt-center {text-align: center; }

.en{
    font-family: 'Roboto',sans-serif;
}
.mb0{
    margin-bottom: 0 !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb15{
    margin-bottom: 15px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb25{
    margin-bottom: 25px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
    .sp_ml25{
        margin-left: 25px !important;
    }
}

.pb0{
    padding-bottom: 0 !important;
}
.fz15{
    font-size: 15px;
}
.fwb{
    font-weight: bold;
}
em {
    color: #cc0000;
    font-weight: bold;
    font-style: normal;
}
sup.sup {
    font-size: 65%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}
sup.sub {
    font-size: 65%;
    vertical-align: bottom;
    position: relative;
    top: 0.1em;
}


/* }}} */

/* common {{{ */

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

.btn {
    background-color: #01addf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 0.3em 1em 0.3em 2em;
    position: relative;
}
.btn:hover {
    /* background-color: #ff6c00; */
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.btn.arrow:before {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    content: "";
    margin-top: -0.25em;
    width: 0.5em;
    height: 0.5em;
    left: 1em;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    z-index: 100;
}
.btn.arrow02:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
a.btn,
button.btn {
    font-family: "Roboto", "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1em;
    background: none;
    color: inherit;
    transform: none;
    padding: 1em 4em;
    position: static;
}
a.btn.black,
button.btn.black {
    background: #000000;
    color: #ffffff;
}
a.nolink {
    text-decoration: none;
    cursor: default;
}

.for-pc {
    display: block;
}
.for-sp {
    display: none;
}
.noto-sans {
    font-family:  'Noto Sans Japanese',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
a img:hover {
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
a.no-anchor {
    cursor: default;
}

#wrapper {
    width: 100%;
}
.dispnone {
    display: none !important;
}
.sp-only {
    display: none !important;
}
.sp-only.inline-block {
    display: none !important;
}
.pc-only {
    display: block !important;
}
.pc-only.inline-block {
    display: inline-block !important;
}

.flexbox {
    display:-webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content:space-between;
    flex-wrap: wrap;
}

.indented {
    padding-left: 1em;
    text-indent: -1em;
}
.pc-nowrap {
    white-space: nowrap;
}
.break-all {
    word-break: break-all;
}
.pcCont{
    display: block;
}
.pcCont_il{
    display: inline;
}
.spCont{
    display: none;
}
@media screen and (max-width: 767px) {
    .pcCont{
        display: none;
    }
    .spCont{
        display: block;
    }
    br.spCont{
        display: inline;
    }
    .pcCont_il{
        display: none;
    }
}

ul.info{
    background-color: #f4f4f4;
    padding:34px 42px;
}

@media screen and (max-width: 767px) {
    ul.info{
        padding:25px 20px;
    }
}
ul.disc li{
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 6px;
    padding-left: 1.5em;
    position: relative;
}
ul.disc li:before{
    content:'●';
    font-size: 11px;
    position: absolute;
    left:3px;
    top:5px;
}

ul.decimal,
ul.number {
    list-style-type: decimal;
    margin-left: 2.2em;
}
ul.decimal2 {
    margin-left: 1.4em;
}
ul.indent {
    margin-left: 1em;
}
ul.dot {
    margin-left: 1em;
}
ul.dot li:before {
    content: '・';
}
ul.dot li {
    text-indent: -1em;
    padding-left: 1em;
}
ul.number.noml,
ul.dot.noml {
    margin-left: 0;
}
ul.number.pad {
    padding-left: 1em;
}

ul.triangle-list {
}
ul.triangle-list li {
    display: inline-block;
    position: relative;
}
ol.number {
    padding-left: 1.5em;
}
ol.number li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}
ol.number li:before {
    content: counter(cnt) "）";
    position: absolute;
    left: -1.5em;
    top: 0;
}

.anchor_top{
    position: fixed;
    right:20px;
    bottom:20px;
    z-index: 999;
    opacity: 0.8;
}
.anchor_top a{
    display: block;
    width:54px;
    height: 54px;
    background-color: #000;
    border-radius: 50%;
    text-decoration: none;
}
.anchor_top::after{
    content: '';
    width:10px;
    height:10px;
    border-right:2px solid #bbb;
    border-top:2px solid #bbb;
    transform: rotate(-45deg);
    position: absolute;
    top:23px;
    left:21px;
}
@media screen and (max-width: 767px) {
    .anchor_top{
        right:12px;
        bottom:12px;
    }    
    .anchor_top a{
        width:42px;
        height: 42px;
    }
    .anchor_top::after{
        width: 8px;
        height: 8px;
        top: 18px;
        left: 16px;
    }
}
/* header {{{ */

#header {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

#header header {
    margin: 0 auto;
}
#header header h1 {
    text-align: center;
    padding: 0;
}
#header header h1 img {
    display: block;
    margin: auto;
}
@media screen and (max-width: 767px) {
    #header {
        margin-bottom: 10px;
    }
}

/* }}} header */


/* content {{{ */
#contents {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    position: relative;
}

/* }}} */


/* contents {{{ */
    
#contents h2 {
    text-align: center;
    margin: 0 auto 50px;
}
#contents h2 + p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin-bottom: 60px;
}
.container {
    max-width: 1200px;
    margin: auto;
}

.container h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 28px;
}
.container h3 span {
    display: block;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
}
@media screen and (max-width: 767px) {
    #contents h2 {
        margin-bottom: 30px;
    }
    #contents h2 + p {
        padding:0 30px;
        margin-bottom: 30px;
        text-align: left;
    }
    .container h3 {
        font-size: 20px;
    }
}

.container h3#howto,
.container h3#cashing,
.container h3#procedures,
.container h3#security{
    background-repeat: no-repeat;
    background-position: center top;
    padding-top:34px;
}
.container h3#howto {
    background-image:url(../img/icon_howto.png);
    background-size: 24px auto;
    padding-top: 48px;
}
.container h3#cashing{
    background-image:url(../img/icon_caching.png);
    background-size: 42px auto;
}
.container h3#procedures{
    background-image:url(../img/icon_procedures.png);
    background-size: 27px auto;
    padding-top: 42px;
}
.container h3#security{
    background-image:url(../img/icon_security.png);
    background-size: 30px auto;
    padding-top: 36px;
}

.container h3 + p {
    margin-bottom: 45px;
}
.container h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.container table{
    width: 100%;
}
.container table.normal th{
    width:20%;
    background-color: #f4f4f4;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    text-align: center;
}
.container table.normal td{
    width:80%;
}
.container table.normal tr:first-child th,
.container table.normal tr:first-child td{
    border-top: 2px solid #707070;
}
.container table.normal th,
.container table.normal td{
    border-bottom: 2px solid #707070;
    padding:20px 35px;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .container table{
        width: 100%;
    }
    .container table.normal img{
        width:100%;
        height: auto;
    }
    .container table.normal th{
        width:100%;
        display: block;
        padding: 10px 0;
        border:none;
    }
    .container table.normal td{
        width:100%;
        display: block;
        padding: 15px 0;
        border:none;
    }
    .container table.normal tr:first-child th,
    .container table.normal tr:first-child td{
        border: none;
    }
}

.container dl.txt dt{
    font-weight: bold;
}
.container dl.txt dd{
    margin-bottom: 25px;
}

.container .notes,
.container .notes2{
    font-size: 14px;
    margin-bottom: 0;
}
.container .notes2{
    color:#E60039;
}
.container .frame{
    width:100%;
    text-align: center;
    border: 1px solid #707070;
    padding:32px 25px;
    margin-bottom: 40px;
}

/* SPスクロール */

@media screen and (max-width: 767px) {
    .sp_scroll::before {
        content: '▼横にスクロールしてご覧ください';
        display: block;
        font-size: 1.2rem;
        line-height: 1.0;
        text-align: left;
        padding-left: 0px;
        margin-bottom: 10px;
    }
    .sp_scroll .sp_scroll_inner {
        overflow-x: auto;
        overflow-y: hidden;
        max-width: inherit;
        margin-right: -30px;
    }
    .sp_scroll .sp_scroll_main {
        min-width: 520px;
    }
}

.container dl.chk{
    display:-webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.container dl.chk dt{
    background-color: #f4f4f4;
    margin-right: 32px;
    padding: 12px 35px;
    font-weight: bold;
}
.container dl.chk dd{
    font-size: 15px;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .container dl.chk{
        display: block;
        margin: 0 auto 20px;
        text-align: center;
    }
    .container dl.chk dt{
        padding: 8px 25px;
        text-align: center;
        width:200px;
        margin: 0 auto 15px;
    }
    .container dl.chk dd{
        margin-right: 0;
    }
    .container dl.chk dd.tel{
        margin-bottom: 10px;
    }
    .container dl.chk dd.tel a{
        color:#000;
    }
}

.container .icon{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #633142;
    padding:3px 15px;
}
@media screen and (max-width: 767px) {
    .container .icon{
        width: 140px;
        margin: 0 auto;
        text-align: center;
    }
}


/* dl */
.container dl.decimal dt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    position: relative;
    padding-left:50px;
}
.container dl.decimal dd{
    margin-bottom: 30px;
}
.container dl.decimal p{
    margin-bottom: 30px;
}
.container dl.decimal dt::before{
    display: inline-block;
    color: #fff;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    width:32px;
    height:32px;
    background-color: #000;
    text-align: center;
    margin-right: 15px;
    position: absolute;
    left:0;
    top:0;
}
.container dl.decimal dt:nth-of-type(1)::before{content:'1';}
.container dl.decimal dt:nth-of-type(2)::before{content:'2';}
.container dl.decimal dt:nth-of-type(3)::before{content:'3';}
.container dl.decimal dt:nth-of-type(4)::before{content:'4';}
.container dl.decimal dt:nth-of-type(5)::before{content:'5';}
.container dl.decimal dt:nth-of-type(6)::before{content:'6';}
.container dl.decimal dt:nth-of-type(7)::before{content:'7';}

@media screen and (max-width: 767px) {
    .container dl.decimal dt{
        margin-bottom: 12px;
    }
    .container dl.decimal p{
        margin-bottom: 20px;
    }
    .container dl.decimal dd{
        margin-bottom: 20px;
    }
}


/* ul */
.container ul.box{
    display:-webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;    
}
.container ul.box.center strong{
    text-align: center;
}
.container ul.box.center li img{
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.container ul.box::before,
.container ul.box::after{
    content: '';
    display: block;
    width:32%;
}
.container ul.box::before{
    order: 1;
}
.container ul.box li{
    width:32%;
    margin-bottom: 20px;
    border:1px solid #707070;
    padding:30px 30px 30px;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
}
.container ul.box li strong{
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.container ul.box li .icon{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top:0;
    background-color: #633142;
    padding:3px 15px;
}
.container ul.box li.full {
    width:100%;
}
.container ul.box li.box a {
    display: flex;
    align-items: center;
}
.container ul.box li.box a .detail {
    width: 30%;
    padding-right: 40px;
}
.container ul.box li.box a .address {
    width: 70%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .container ul.box{
        display: block;
    }
    .container ul.box li{
        width:100%;
        padding:20px 30px 25px;
    }
    .container ul.box li .icon{
        width: 100px;
    }
    .container ul.box li.box a {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .container ul.box li.box a .detail {
        width: 100%;
        padding-right: 0;
    }
    .container ul.box li.box a .address {
        width: 100%;
        padding-top: 20px;
    }
}

.container ul.table{
    width: 100%;
    display:-webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.container ul.table li{
    border: 1px solid #707070;
    border-right:none;
    padding:10px 20px;
}
.container ul.table li:last-child{
    border-right: 1px solid #000;
}

@media screen and (max-width: 767px) {
    .container ul.table{
        border-left:1px solid #707070;
        border-top:1px solid #707070;
    }
    .container ul.table li{
        width: 50%;
        border:none;
        text-align: center;
        border-right:1px solid #707070;
        border-bottom:1px solid #707070;
    }
    .container ul.table li:last-child{
        
    }
}
.container .tel{
    font-family: 'Roboto';
    font-size: 28px !important;
    font-weight: 500;
    line-height: 1.2;
}



/* お問い合わせ */
.container .support,
.container .online{
    background-color: #f4f4f4;
    margin-bottom: 40px;
    padding: 38px 52px;
    display:-webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.container .support .hd,
.container .online .hd{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.61;
    margin-right: 46px;
}
.container .online .hd{
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-right: 60px;
}
.container .online .hd span{
    font-size: 16px;
}
.container .support .tel{
    font-size: 28px;
    font-weight: 500;
    margin-right: 20px;
    padding-left:62px;
    position: relative;
}
.container .support .tel::before{
    content:'';
    width:47px;
    height: 29px;
    background:url(../img/icon_freedial.png) no-repeat left top;
    background-size: 47px 29px;
    position: absolute;
    left:0;
    top:calc(50% - 15px);
}
.container .support p,
.container .online p{
    font-size: 15px;
    
    margin-bottom: 0 !important;
}
.container .online p:not(:last-child){
    margin-right: 40px;
}
.container .online .url{
    font-size: 26px;
    font-weight: 500;
    padding-left: 106px;
    position: relative;
}
.container .online .url::before{
    content:'';
    width: 73px;
    height: 55px;
    background:url(../img/icon_online.png) no-repeat left top;
    background-size: 73px 55px;
    position: absolute;
    left:0;
    top:calc(50% - 28px);
}
.container .support a,
.container .online a{
    color:#000;
    text-decoration: none;
}
.container .online .icon a{
    color:#fff;
    text-decoration: none;
}
.container .online a{
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .container .support,
    .container .online{
        margin-bottom: 30px;
        padding: 25px 0;
        display: block;
        text-align: center;
    }
    .container .support .hd,
    .container .online .hd{
        margin: 0 0 15px 0 !important;
    }
    .container .online .hd span{
    }
    .container .support .tel{
        margin: 0 0 8px 0 !important;
        padding: 38px 0 0 0;
    }
    .container .support .tel::before{
        background-position: center top;
        position: absolute;
        left:calc(50% - 24px);
        top:0;
    }
    .container .support p,
    .container .online p{
        font-size: 14px;
    }
    .container .online p:not(:last-child){
        margin-right: 0;
    }
    .container .online .url{
        padding-left: 0;
        padding-top:52px;
        margin-bottom: 10px !important;
    }
    .container .online .url::before{
        background-position: center top;
        left:calc(50% - 36px);
        top:0;
    }
    .container .support a,
    .container .online a{
        color:#000;
        text-decoration: none;
    }
    .container .online a{
        text-decoration: underline;
    }
}


/* anchor {{{ */

.anchor{
    background-color: #000;
    padding:27px 5%;
    display:-webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 100px;
}
.anchor li{
    font-size: 15px;
    font-weight: bold;
}
.anchor li a{
    display: block;
    color:#fff;
    padding:0 42px 20px;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.anchor li:not(:last-child){
    border-right:1px solid #444;
}
.anchor li a::after{
    content:'';
    display: block;
    position: absolute;
    left:calc(50% - 4px);
    bottom:0;
    width:10px;
    height: 10px;
    border-right:2px solid #888;
    border-bottom:2px solid #888;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .anchor{
        padding:0;
        flex-wrap:wrap;
        margin-bottom: 50px;
        background-color: transparent;
    }
    .anchor::after{
        content:'';
        display: block;
        width:50%;
    }
    .anchor li{
        font-size: 14px;
        width:50%;
        margin-bottom: 1px;
        border-right:1px solid #444;
        background-color: #000;
    }
    .anchor li a{
        padding:15px 15px 32px;
    }
    .anchor li:nth-of-type(2n){
        border-right:none;
    }
    .anchor li a::after{
        bottom:20px;
    }
}
/* }}} */

/* application {{{ */

.apllication{
    background-color: #f4f4f4;
    display:-webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 49px 60px 0;
    margin-bottom: 80px;
}
.apllication .txt_area{
    width: 53.7%;
    padding-bottom: 20px;
}
.apllication .img_area{
    width: 462px;
    margin-left: 15px;
}
.apllication p{
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 23px;
}
.apllication .txt_area ul{
    display:-webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.apllication .txt_area ul li{
    margin-right: 18px;
}
.apllication .txt_area ul li:nth-of-type(2){
    margin-right: 22px;
}
@media screen and (max-width: 767px) {
    .apllication{
        display: block;
        padding: 35px 30px 0;
        margin-bottom: 40px;
    }
    .apllication .txt_area{
        width: 100%;
        padding-bottom: 30px;
    }
    .apllication .img_area{
        width: 100%;
        margin-left:0;
    }
    .apllication .img_area img{
        width:100%;
        height: auto;
    }
    .apllication p{
        margin-bottom: 20px;
    }
    .apllication .txt_area ul{
        max-width: 320px;
        margin: 0 auto;
        display:-webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .apllication .txt_area ul li:nth-of-type(1){
        width:calc(47.5% - 10px);
        margin-right: 10px;
    }
    .apllication .txt_area ul li:nth-of-type(2){
        width:52.5%;
    }
    .apllication .txt_area ul li img{
        width:100%;
        height: auto;
    }
    .apllication .txt_area ul li:nth-of-type(2){
        margin-right: 0;
    }
}

/* }}} */


/* Q&A {{{ */

dl.qa p,
dl.qa ul,
dl.qa dl,
dl.qa table{
    margin-bottom: 40px;
}
dl.qa{
    margin-bottom: 100px;
}
dl.qa .q {
    font-size: 1.9rem;
    font-weight: bold;
    position: relative;
    padding:30px 1.5em;
    border-top: 2px solid #000;
    cursor: pointer;
    transition: all 0.5s;
}
dl.qa .q:hover{
    opacity: 0.7;
}
dl.qa .q:nth-last-of-type(1){
    border-bottom: 2px solid #000;
}
dl.qa .q span::before,
dl.qa .q span::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 37px;
    top: 50%;
    z-index: 99;
}
dl.qa .q span::after {
    background: #fff;
    transform: rotate(90deg);
    transition: 0.5s;
}
dl.qa .q.active span::after {
    transform: rotate(180deg);
    transition: 0.5s;
}
dl.qa .q::after {
    content: "";
    position: absolute;
    width:33px;
    height:33px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    top:calc(50% - 16px);
    right:28px;
}
dl.qa .a {
    display: none;
    width:100%;
    margin: 0 auto;
    position: relative;
    padding-top:60px;
    padding-left:100px;
    padding-right:100px;
}
dl.qa .a:not(:last-child){
    border-top: 2px solid #000;
    padding-bottom:90px;
}
@media screen and (max-width: 1200px) {
    dl.qa .a {
        padding-left:50px;
        padding-right:50px;
    }
}
@media screen and (max-width: 767px) {
    dl.qa p,
    dl.qa ul,
    dl.qa dl,
    dl.qa table{
        margin-bottom: 20px;
    }
    dl.qa{
        padding:0 20px;
        margin-bottom: 50px;
    }
    dl.qa .q {
        font-size: 1.7rem;
        line-height: 1.6;
        padding:24px 4em 24px 0.8em;
    }
    dl.qa .q::after{
        right:11px;
    }
    dl.qa .q span::before,
    dl.qa .q span::after {
        right:20px;
    }
    dl.qa .a {
        padding-top:30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    dl.qa .a:not(:last-child){
        padding-bottom: 50px;
    }
}

/* }}} */


/*  {{{ */

.qa .about01 table{
    border-collapse:separate;
    border-spacing: 1px;
    margin-bottom: 20px;
    table-layout: fixed;
}
.qa .about01 table p{
    margin-bottom: 0;
}
.qa .about01 table th,
.qa .about01 table td{
    text-align: center;
    vertical-align: middle;
}
.qa .about01 table th{
    border-bottom: 1px solid #ddd;
}
.qa .about01 table td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:14px 25px;
}
.qa .about01 table td:last-child{
    border-right: none;
}
.qa .about01 table tr:last-child td{
    border-bottom: none;
}
.qa .about01 table th:not(.none){
    background-color: #f4f4f4;
    font-size: 16px;
    font-weight: bold;
    padding:12px 20px;
}
.qa .about01 table td.card{
    display:-webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}
.qa .about01 table td span{
    font-size: 14px;
}
.qa .about01 table td.card img{
    margin-right: 20px;
}
.qa .about01 table td.card p{
    width:140px;
}
@media screen and (max-width: 767px) {
    .qa .about01 table{
        margin-bottom: 20px;
        table-layout: fixed;
    }
    .qa .about01 table p.name{
        position: absolute;
        top:0;
        left:0;
    }
    .qa .about01 table tbody tr{
        display: block;
        position: relative;
        border-bottom:1px solid #ddd;
        padding-bottom:15px;
    }
    .qa .about01 table tr:not(:last-child){
        margin-bottom: 15px;
    }
    .qa .about01 table th{
        display: none;
    }
    .qa .about01 table td{
        display: block;
        border:none;
        padding:0 15px 10px 138px;
    }
    .qa .about01 table td:last-child{
        border-right: none;
    }
    .qa .about01 table tr:last-child td{
        border-bottom: none;
    }
    .qa .about01 table td.card{
        width:100%;
        text-align: center;
        display: block;
        padding: 40px 0 0 0;
        position: absolute;
    }
    .qa .about01 table td.card img{
        position: absolute;
        left:25px;
        top:40px;
        margin-right: 0;
    }
    .qa .about01 table td.card p{
        width: 100%;
    }
    .qa .about01 table td.honnin{
        padding-top:40px;
    }
    .qa .about01 table td.kazoku::before,
    .qa .about01 table td.honnin::before{
        background-color: #f4f4f4;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        display: block;
        margin-bottom: 6px;
    }
    .qa .about01 table td.kazoku::before{
        content:'家族(追加)会員';
    }
    .qa .about01 table td.honnin::before{
        content:'本人会員';
    }

}


.qa .about02 .flexbox{
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .qa .about02 .flexbox{
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 900px) {
    .qa .howto02 img{
        width:100%;
        height: auto;
    }
 }
@media screen and (max-width: 767px) {
    .qa .frame{
        padding:15px;
    }
    .qa .howto03 img{
        width:100%;
        height: auto;
    }
    .qa .howto03 table{
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width: 767px) {
    .qa .caching05 .txt_area{
        width: 100%;
    }
}
.qa .security01 ul.box li{
    position: relative;
    padding:0;
}
.qa .security01 a{
    color:#000;
    text-decoration: none;
    display: block;
    width:100%;
    padding:25px 40px 30px;
}
.qa .security01 a:hover{
    opacity:0.7;
}
.qa .security01 a::after{
    content:'';
    display: block;
    position: absolute;
    bottom:8px;
    right:8px;
    border-left:10px solid transparent;
    border-right:10px solid #000;
    border-bottom:10px solid #000;
    border-top:10px solid transparent;
}

dl.qa .a.about01-2 {
    padding: 60px 80px 90px;
}
.eMoney {
    display: flex;
    /* gap: 4%; */
    justify-content: space-between;
}
.eMoney_card {
    width: 48%;
    max-width: 615px;
    padding: 36px;
    background: rgba(0,0,0,0.05);
}
.eMoney_logo {
    margin: 0 auto;
    text-align: center;
}
.eMoney_logo img {
    width: auto;
    height: 68px;
    /* margin: 0 auto; */
}
.eMoney_txt {
    margin-top: 28px;
    margin-bottom: 0!important;
    font-size: 16px;
}
.eMoney_dl {
    margin-top: 26px;
    padding: 1em;
    background: #fff;
}
.eMoney_dl_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin-top: 25px;
}
.eMoney_dl_txt {
    margin-bottom: 0 !important;
    font-size: 16px;
    text-align: center;
}
.eMoney_dl_qr {
    text-align: center;
}
.eMoney_dl_qr .qr-app {
    width: 96px;
}
.eMoney_dl_qr .qr-gpay {
    width: 100px;
}
.eMoney_dl_btn {
    width: 200px;
}
.eMoney_dl_btn img {
    width: 100%;
}
.eMoney_dl_note {
    margin-bottom: 0 !important;
    text-align: center;
    font-size: 14px;
}
.eMoney_howto {
    margin-top: 1em;
    margin-bottom: 0 !important;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.eMoney_howto a {
    color: #000;
}
.eMoney_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    margin-top: 35px;
    background: #000;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border-radius: 100px;
}
.eMoney_note {
    margin-top: 1em;
    margin-bottom: 0 !important;
    font-size: 14px;
}
.eMoney_note + .eMoney_note {
    margin-top: 2em;
}
@media screen and (max-width: 767px) {
    dl.qa .a.about01-2 {
        padding: 40px 10px 90px;
    }
    dl.qa .a.about01-2 .txt-center {
        text-align: left !important;
    }
    .eMoney {
        display: block;
    }
    .eMoney_card {
        width: 100%;
        max-width: 615px;
        padding: 30px 10px;
        background: rgba(0,0,0,0.05);
    }
    .eMoney_card + .eMoney_card {
        margin-top: 40px;
    }
    .eMoney_logo {
        margin: 0 auto;
        text-align: center;
    }
    .eMoney_logo img {
        width: auto;
        height: 55px;
        /* margin: 0 auto; */
    }
    .eMoney_txt {
        margin-top: 28px;
        margin-bottom: 0!important;
        font-size: 16px;
    }
    .eMoney_dl {
        margin-top: 26px;
        padding: 1em;
        background: #fff;
    }
    .eMoney_dl_flex {
        display: block;
        align-items: center;
        justify-content: center;
        gap: 5%;
        margin-top: 0px;
    }
    .eMoney_dl_txt {
        margin-bottom: 0 !important;
        font-size: 16px;
        text-align: center;
        font-feature-settings: "palt";
        font-weight: 600;
    }
    .eMoney_dl_qr {
        text-align: center;
    }
    .eMoney_dl_qr .qr-app {
        width: 96px;
    }
    .eMoney_dl_qr .qr-gpay {
        width: 100px;
    }
    .eMoney_dl_btn {
        width: 240px;
        margin: 1em auto;
    }
    .eMoney_dl_btn img {
        width: 100%;
    }
    .eMoney_dl_note {
        margin-bottom: 0 !important;
        text-align: center;
        font-size: 14px;
    }
    .eMoney_howto {
        margin-top: 1em;
        margin-bottom: 0 !important;
        text-align: center;
        font-size: 14px;
        color: #000;
        /* font-feature-settings: "palt"; */
    }
    .eMoney_howto a {
        color: #000;
    }
    .eMoney_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px;
        margin-top: 35px;
        background: #000;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        border-radius: 100px;
    }
    .eMoney_note {
        margin-top: 1em;
        margin-bottom: 0 !important;
        font-size: 14px;
    }
    .eMoney_note + .eMoney_note {
        margin-top: 2em;
    }
}
/* @media screen and (min-width: 768px) {
    .qa .howto04 table.commission + .commission {
        margin-top: -30px;
    }
} */
.qa .howto04 .tableWrap {
    width: 100%;
    max-width: 730px;
}
.qa .howto04 table.commission {
    width: 800px;
}
.qa .howto04 table.commission.atokara {
    width: calc(64px * 30 + 110px);
}
.qa .howto04 table.commission th,
.qa .howto04 table.commission td {
    display: table-cell;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    border: 2px solid #aaaaaa!important;
    box-sizing: border-box;
}
.qa .howto04 table.commission th {
    background: #fff;
}
.qa .howto04 table.commission th:first-of-type {
    position: sticky;
    left: 0;
    width: 110px;
}
.qa .howto04 table.commission td {
    width: 64px;
}
@media screen and (max-width: 767px) {
    .qa .howto04 .tableWrap {
        width: 84vw;
    }
    .qa .howto04 table.commission {
        width: 800px;
    }
    .qa .howto04 table.commission.atokara {
        width: calc(17.6vw * 30 + 17vw);
    }
    .qa .howto04 table.commission th,
    .qa .howto04 table.commission td {
        padding: 5px;
        font-size: 12px;
        text-align: center;
        border: 2px solid #707070 !important;
    }
    .qa .howto04 table.commission th {
        width: 17vw;
    }
    .qa .howto04 table.commission th:first-of-type {
        width: 17vw;
    }
    .qa .howto04 table.commission td {
        width: 11vw;
    }
}
/* }}} */

/* 重要なお知らせ */
.notice {
    margin: 2em 0;
    padding: 1em;
    border: 2px solid #E60039;
}
.notice_ttl {
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: bold;
}
.notice_txt {
    margin-bottom: 0 !important;
}
.notice_txt strong {
    text-decoration: underline;
}
.notice.--inList {
    background: #fff;
    border: none;
}
.notice.--inList::before {
    display: none;
}
.notice.--inList .notice_txt strong {
    color: #e60039;
}