@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background-color: #fff;
  font-size: 1.3em;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}

/*
_:lang(x)::-ms-backdrop, body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*/

.pc_disp, .disp_pc, .pc_br {
  display: block!important;
}

.sp_disp, .disp_sp, .sp_br {
  display: none!important;
}

.disp_pc-inline{
  display: inline!important;
}

.disp_sp-inline{
  display: none!important;
}
.notesIndent {
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width: 767px){
    .pc_disp, .disp_pc, .pc_br {
      display: none!important;
    }

    .sp_disp, .disp_sp, .sp_br {
      display: block!important;
    }

    .disp_pc-inline{
      display: none!important;
    }

    .disp_sp-inline{
      display: inline!important;
    }
}
.br_320{
    display: block;
}

.hide{
    display: none;
}

.t-red{
    color: #CC0033!important;
}

/*margin,padding周辺*/
.mt0 {  margin-top: 0px !important;}
.mt10 { margin-top: 10px !important;}
.img_border {
  border: 1px solid #eee;
  box-sizing: border-box;
}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}

.mb0 { margin-bottom: 0px !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;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}

.pt0 { padding-top: 0px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 35px !important;}

.pb0 { padding-bottom: 0px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}

@media screen and (max-width: 768px) {
  .spPt0 { padding-top: 0px !important;}
  .spPt10 { padding-top: 10px !important;}
  .spPt15 { padding-top: 15px !important;}
  .spPt20 { padding-top: 20px !important;}
  .spPt25 { padding-top: 25px !important;}
  .spPt30 { padding-top: 30px !important;}
  .spPt35 { padding-top: 35px !important;}
  .spPt40 { padding-top: 35px !important;}

  .spPb0 { padding-bottom: 0px !important;}
  .spPb10 { padding-bottom: 10px !important;}
  .spPb15 { padding-bottom: 15px !important;}
  .spPb20 { padding-bottom: 20px !important;}
  .spPb25 { padding-bottom: 25px !important;}
  .spPb30 { padding-bottom: 30px !important;}
  .spPb35 { padding-bottom: 35px !important;}
  .spPb40 { padding-bottom: 40px !important;}
}
/*------*/
/*---sp時コンテンツ幅調整---*/
@media screen and (max-width :768px) {
    .w95{
        width: 95%;
        margin: auto;
    }
    .w90{
        width: 90%;
        margin: auto;
    }
    .w85{
        width: 85%;
        margin: auto;
    }
    .w80{
        width: 80%;
        margin: auto;
    }
}
/*------*/

/*==========
  01.汎用モジュール
  02.ヘッダー
  03.フッター
  04.パンくず
  05.コンテンツ
  06.見出し
  07.テキスト
  08.リンク
  09.リスト
  10.テーブル
  11.アコーディオン
  12.カルーセル
  13.タブ
  14.モーダル
  15.一覧
  16.手順
  17.FAQ
  18.PDF
  19.検索
  20.アニメーション
  21.アプリDLボタン出し分け
==========*/

/*====================
  01.汎用モジュール
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    html{
        overflow: auto;
        width: 100%;
        height: 100%;
    }
    html.scroll-prevent{
        z-index: -1;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .component{
        max-width: 1366px;
        margin: auto;
    }
    .tag-module {
        width: 80%;
        margin: 0 auto 100px;
    }
    .tag-module__head {
        padding-bottom: 15px;
        margin-bottom: 25px;
        border-bottom: 1px solid #DEDEDE;
    }
    .tag-module__head__title {
        font-size: 20px;
    }
    .clearfix_::after{
        content: "";
        display: block;
        clear: both;
    }
    .disp-pc{
        display: block
    }
    .disp-sp{
        display: none;
    }
    #contents{
        max-width: 1080px;
        margin: 0 auto;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    html{
        overflow: auto;
        width: 100%;
        height: 100%;
    }
    html.scroll-prevent{
        z-index: -1;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .tag-module {
        width: 95%;
        margin: 0 auto 50px;
    }
    .tag-module__head {
        padding-bottom: 15px;
        margin-bottom: 25px;
        border-bottom: 1px solid #DEDEDE;
    }
    .tag-module__head__title {
        font-size: 20px;
    }
    .clearfix_::after{
        content: "";
        display: block;
        clear: both;
    }
    .disp-pc{
        display: none;
    }
    .disp-sp{
        display: block;
    }
    #contents{
        margin-bottom: 40px;
    }
}



/*====================
  02.ヘッダー
====================*/
/*===== PC =====*/
@media only screen and (min-width: 1200px), print, tv {
    .m-header{
        background-color: rgba(255,255,255,0.8);
        box-sizing: border-box;
        padding: 20px 20px 20px 30px;
        width: 100%;
        z-index: 100;
    }
    .m-header.fixed{
        position: fixed;
        max-width: auto;
        left: 0;
        right: 0;
        top: 0;
    }
    .m-header-inner{
        max-width: 1316px;
        margin: auto;
    }
    .m-header-logo{
        float: left;
        padding: 4px 0;
    }
    .m-header-logo-img{
        vertical-align: middle;
        width: 81px;
    }
    .m-header-logo-img:hover{
        opacity: 0.7;
    }
    .m-header-logo-img__sp{
        display: none;
    }
    .m-header-btn{
        display: none;
    }
    .m-header-menu{
        float: right;
        text-align: center;
    }
    .m-header-menu-list-item{
        float: left;
        position: relative;
        cursor: pointer;
    }
    .m-header-menu-list-link,.m-header-menu-list-link:visited{
        color: #AFABA7;
        display: block;
        font-weight: bold;
        font-size: 18px;
        line-height: 18px;
        padding: 11px 40px 11px 0;
        position: relative;
        text-decoration: none;
    }
    .m-header-menu-list-item:nth-of-type(2) .m-header-menu-list-link::after,
    .m-header-menu-list-item:nth-of-type(3) .m-header-menu-list-link::after{
        content: "";
        background-image: url(/keitai_payment/common/images/component/arrow_gray.png);
        position: absolute;
        width: 8px;
        height: 8px;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
    }
    .m-header-menu-list-item:nth-of-type(2) .m-header-menu-list-link,
    .m-header-menu-list-item:nth-of-type(3) .m-header-menu-list-link{
        padding: 11px 50px 11px 15px;
    }
    .m-header-menu-list-item:nth-of-type(2) .m-header-menu-list-link::after,
    .m-header-menu-list-item:nth-of-type(3) .m-header-menu-list-link::after{
        right: 35px;
    }
    .m-header-menu-list-item:nth-of-type(2) .m-header-menu-list-link.hover,
    .m-header-menu-list-item:nth-of-type(3) .m-header-menu-list-link.hover{
        color: #CC0033;
    }
    .m-header-menu-list-item:nth-of-type(2) .m-header-menu-list-link.hover::after,
    .m-header-menu-list-item:nth-of-type(3) .m-header-menu-list-link.hover::after{
        background-image: url(/keitai_payment/common/images/component/arrow_red.png);
    }
    .m-header-menu-list-btn,.m-header-menu-list-btn:visited{
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #666;
        color: #666;
        display: block;
        font-size: 16px;
        line-height: 16px;
        padding: 12px 50px;
    }
    .m-header-menu-list-link.m-header-menu-list-btn.hover{
        background-color: #666;
        color: #fff;
    }
    .m-header-menu-list-link:hover,.m-header-sub-menu-link:hover{
        color: #CC0033;
        text-decoration: none;
    }
    .m-header-sub-menu-list-link__blank::after {
        content:"";
        display: inline-block;
        width: 11px;
        height: 9px;
        padding: 0 3px 0;
        background-image: url(/keitai_payment/common/images/component/blank_icon_black.svg);
        background-repeat: no-repeat;
        background-position-x: 3px;
        background-position-y: center;
    }
    .m-header-sub-menu-list-link__blank:hover::after {
        background-image: url(/keitai_payment/common/images/component/balnk_icon_red_02.svg);
    }
    .m-header-sub-menu{
        background-color: #FFFFFF;
        border-radius: 5px;
        box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);
        box-sizing: border-box;
        color: #333333;
        display: none;
        font-size: 14px;
        font-weight: bold;
        padding: 20px;
        position: absolute;
        text-align: left;
        width: 160px;
        z-index: 50;
    }
    .m-header-sub-menu::after{
        content: "";
        position: absolute;
        border: 10px solid transparent;
        border-bottom-color: #FFFFFF;
        border-top-width: 0;
        width: 0;
        top: -6px;
        left: 35px;
    }
    .m-header-sub-menu-item{
        margin-bottom: 15px;
    }
    .m-header-sub-menu-item:last-child{
        margin-bottom: 0;
    }
    .m-header-sub-menu-link{
        color: #333333;
        text-decoration: none;
    }
    .m-header-hidden{
        display: none;
    }
}
/*===== IEのみ =====*/
@media all and (-ms-high-contrast: none){
    .m-header-menu-list-link,.m-header-menu-list-link:visited,
    .m-header-menu-list-item:nth-of-type(2) .m-header-menu-list-link,
    .m-header-menu-list-item:nth-of-type(3) .m-header-menu-list-link{
        padding-top: 19px;
    }
    .m-header-menu-list-btn, .m-header-menu-list-btn:visited{
        padding-top: 17px;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 1199px) {
    .m-header{
        background-color: rgba(255,255,255,0.8);
        box-sizing: border-box;
        padding: 15px 19px;
        position: relative;
        width: 100%;
        z-index: 100;
    }
    .m-header.fixed{
        position: fixed;
        top: 0;
    }
    .m-header-logo{
        float: left;
        padding: 4px 0;
    }
    .m-header-logo-img{
        vertical-align: middle;
        width: 81px;
    }
    .m-header-logo-img__pc{
        display: none;
    }
    .m-header-btn{
        display: block;
        padding: 2.5px 0;
        position: absolute;
        top: 14px;
        right: 19px;
        z-index: 50;
    }
    .m-header-btn-img{
        vertical-align: middle;
        width: 35px;
    }
    .m-header-btn.open{
        position: fixed;
    }
    .m-header-btn.open::after{
        display: none;
    }
    .m-header-menu{
        background-color: #FFFFFF;
        box-shadow: 10px 0px 20px 5px rgba(0,0,0,0.4);
        display: block;
        float: none;
        height: 100%;
        position: fixed;
        right: -80%;
        top: 0;
        width: 75%;
        z-index: 50;
    }
    .m-header-menu-list{
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .m-header-menu-list-item{
        float: none;
    }
    .m-header-menu-list-item:last-child{
        border-bottom: solid 1px #EDEAE7;
    }
    .m-header-menu-list-link,.m-header-menu-list-link:visited{
        border-top: solid 1px #EDEAE7;
        box-sizing: border-box;
        color: #333333;
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;
        padding: 20px 27px 20px 17px;
        position: relative;
        text-align: left;
        text-decoration: none!important;
    }
    .m-header-menu-list-item:nth-of-type(2) .m-header-menu-list-link::after,.m-header-menu-list-item:nth-of-type(3) .m-header-menu-list-link::after,.m-header-menu-list-item:nth-of-type(7) .m-header-menu-list-link::after{
        content: "";
        background-image: url(/keitai_payment/common/images/component/icon-plus_gray.svg);
        background-size: contain;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
    }
    .m-header-menu-list-item:nth-of-type(2) .m-header-menu-list-link.open::after,.m-header-menu-list-item:nth-of-type(3) .m-header-menu-list-link.open::after,.m-header-menu-list-item:nth-of-type(2) .m-header-menu-list-link.open::after,.m-header-menu-list-item:nth-of-type(7) .m-header-menu-list-link.open::after{
        background-image: url(/keitai_payment/common/images/component/icon-minus_gray.svg);
    }
    .m-header-menu-list-btn{
        display: block;
    }
    .m-header-sub-menu{
        color: #333333;
        display: none;
        font-size: 14px;
        padding: 0 30px 20px;
        text-align: left;
    }
    .m-header-sub-menu-item{
        line-height: 1em;
        margin-bottom: 20px;
    }
    .m-header-sub-menu-item:last-child{
        margin-bottom: 0;
    }
    .m-header-sub-menu-link,.m-header-sub-menu-link:visited{
        color: #333333;
        text-decoration: none!important;
    }
    .m-header-sub-menu-list-link__blank::after {
        content:"";
        display: inline-block;
        width: 11px;
        height: 9px;
        padding: 0 3px 0;
        background-image: url(/keitai_payment/common/images/component/blank_icon_black.svg);
        background-repeat: no-repeat;
        background-position-x: 3px;
        background-position-y: center;
    }
    .m-header-hidden{
        background-color: rgba(0,0,0,0.4);
        display: none;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 20;
    }
    .m-header-menu-list-link.open{
        color: #333333;
    }
}



/*====================
  03.フッター
====================*/
/*===== PC =====*/
@media only screen and (min-width: 1200px), print, tv {
    .m-footer{
        background-color: #FFFFFF;
        font-size: 16px;
    }
    .m-footer-pagetop{
        max-width: 1080px;
        margin: 0 auto 10px;
    }
    .m-footer-pagetop .m-footer-pagetop-link{
        margin: 0 10px 0 auto;
        width: 50px;
    }
    .m-footer-pagetop .m-footer-pagetop-link,.m-footer-pagetop .m-footer-pagetop-link .m-footer-pagetop-link--icon{
        display: block;
    }
    .m-footer-inner{
        background-color: #333333;
    }
    .m-footer-menu{
        margin: 0 auto;
        width: 1080px;
        padding: 60px 0;
    }
    .m-footer-nav{
        background-color: #fff;
        border-top: 1px solid #EDEAE7;
    }
    .m-footer-nav-inner{
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1080px;
        margin: 0 auto;
    }
    .m-footer-nav-list{
        width: 33%;
        height: 50px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .m-footer-nav-list:hover{
        background-color: #EDEAE7;
    }
    .m-footer-nav .m-footer-nav-list.dmenu{
        background-image: url(https://nttdocomo-ssw.com/keitai_payment/common/images/footer_logo_dmenu.png);
    }
    .m-footer-nav .m-footer-nav-list.dpoint{
        background-image: url(https://nttdocomo-ssw.com/keitai_payment/common/images/footer_logo_dpoint.png);
    }
    .m-footer-nav .m-footer-nav-list.dcard{
        background-image: url(https://nttdocomo-ssw.com/keitai_payment/common/images/footer_logo_dcard.png);
    }
    .m-footer-nav .m-footer-nav-list .m-footer-nav-list-link{
        display: block;
        height: 38px;
        padding-top: 15px;
        opacity: 0;
    }
    .m-footer-menu-col-02{
        border-top: solid 1px #666666;
        border-bottom: solid 1px #666666;
        margin-top: 55px;
        padding: 0 0 17px;
    }
    .m-footer-menu-list--type01 .m-footer-menu-list-item{
        margin-top: 17px;
        padding: 0 1em;
    }
    .m-footer-menu-list--type01 .m-footer-menu-list-item:last-child{
        border-right: none;
    }
    .m-footer-menu-list-link,.m-footer-menu-list-link:visited{
        color: #FFFFFF;
        font-weight: normal;
        position: relative;
        text-decoration: none!important;
    }
    .m-footer-menu-list-link:hover{
        text-decoration: underline!important;
    }
    span.m-footer-menu-list-link:hover{
        text-decoration: none!important;
    }
    .m-footer-menu-list-link__blank::after{
        content: "";
        background-image: url(/keitai_payment/common/images/component/blank_icon.svg);
        background-size: cover;
        display: inline-block;
        margin-left: 5px;
        width: 12px;
        height: 12px;
    }
    .m-footer-copyright{
        background-color: #FFFFFF;
        padding: 20px 0;
        text-align: center;
    }
    .m-footer-copyright-lead{
        font-size: 16px;
    }
    .m-footer-menu-col-01{
        display: flex;
    }
    .m-footer-menu-col-01 .m-footer-menu-list{
        margin-right: 4%;
        width: 22%;
    }
    .m-footer-menu-col-01 .m-footer-menu-list-title .m-footer-menu-list-link{
        font-weight: bold;
    }
    .m-footer-menu-col-01 .m-footer-menu-list-item{
        margin-bottom: 8px;
    }
    .m-footer-menu-col-01 .m-footer-menu-list-item:last-child{
        margin-bottom: 0;
    }
    .m-footer-menu-col-01 .m-footer-menu-list:last-child{
        margin-right: 0;
    }
    .m-footer-menu-col-01 .m-footer-menu-list--main-link{
        margin-bottom: 40px;
    }
    .m-footer-menu-list--type01 .m-footer-menu-list-item{
        border-right: solid 1px #666666;
        float: left;
        line-height: 1em;
        margin-top: 15px;
        padding: 0 1em;
    }
    .m-footer-menu-list--type01 .m-footer-menu-list-item:first-child{
        padding-left: 0;
    }
    .m-footer-sign-list{
        background-color: #EDEAE7;
        display: flex;
        justify-content: center;
        line-height: 1em;
        padding: 20px 0;
    }
    .m-footer-sign-list-item{
        position: relative;
    }
    .m-footer-sign-list-item::after{
        content: "";
        background-image: url(/keitai_payment/common/images/component/blank_icon_red.svg);
        background-size: cover;
        position: absolute;
        width: 12px;
        height: 12px;
        bottom: 3px;
        right: 0;
    }
    .m-footer-sign-list-item:first-child{
        padding-right: 1em;
    }
    .m-footer-sign-list-item:last-child{
        border-left: 1px solid #CC0033;
        margin-left: 1em;
        padding: 0 1em;
    }
    .m-footer-sign-list-link,.m-footer-sign-list-link:visited{
        color: #CC0033;
        display: block;
        text-align: center;
        text-decoration: none!important;
    }
    .m-footer-sign-list-link:hover{
        text-decoration: underline!important;
    }
    /* TOPへ戻るボタン（追従用） */
    .footer_fixed{
        position: fixed;
        bottom: 10px;
        right: 0;
        left: 0;
        opacity: .8;
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 1199px) {
    .m-footer,.m-footer-menu{
        width: 100%;
    }
    .m-footer{
        background-color: #FFFFFF;
        font-size: 16px;
    }
    .m-footer-pagetop{
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
    }
    .m-footer-pagetop .m-footer-pagetop-link{
        margin: 0 0 15px auto;
        width: 50px;
    }
    .m-footer-pagetop .m-footer-pagetop-link,.m-footer-pagetop .m-footer-pagetop-link .m-footer-pagetop-link--icon{
        display: block;
    }
    .m-footer-inner{
        background-color: #333333;
    }
    .m-footer-menu{
        margin: 0 auto;
        padding: 20px 0;
        width: 80%;
    }
    .m-footer-nav{
        background-color: #fff;
        border-top: 1px solid #EDEAE7;
    }
    .m-footer-nav-inner{
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1080px;
        margin: 0 auto;
    }
    .m-footer-nav-list{
        width: 33%;
        height: 50px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .m-footer-nav .m-footer-nav-list.dmenu{
        background-image: url(https://nttdocomo-ssw.com/keitai_payment/common/images/footer_logo_dmenu.png);
    }
    .m-footer-nav .m-footer-nav-list.dpoint{
        background-image: url(https://nttdocomo-ssw.com/keitai_payment/common/images/footer_logo_dpoint.png);
    }
    .m-footer-nav .m-footer-nav-list.dcard{
        background-image: url(https://nttdocomo-ssw.com/keitai_payment/common/images/footer_logo_dcard.png);
    }
    .m-footer-nav .m-footer-nav-list .m-footer-nav-list-link{
        display: block;
        height: 38px;
        padding-top: 15px;
        opacity: 0;
    }
    .m-footer-menu-col-01{
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 1em;
    }
    .m-footer-menu-col-01 .m-footer-menu-list-title .m-footer-menu-list-link{
        font-weight: bold;
    }
    .m-footer-menu-col-01 .m-footer-menu-list{
        margin-bottom: 20px;
        width: 50%;
    }
    .m-footer-menu-col-01 .m-footer-menu-list:last-child{
        margin-bottom: 0;
    }
    .m-footer-menu-col-01 .m-footer-menu-list-item{
        margin-bottom: 5px;
    }
    .m-footer-menu-col-01 .m-footer-menu-list-item.m-footer-menu-list--main-link{
        margin-bottom: 15px;
    }
    .m-footer-menu-col-01 .m-footer-menu-list:nth-child(3) .m-footer-menu-list-item:last-child{
        margin-bottom: 0;
    }
    .m-footer-menu-col-01 .m-footer-menu-list-item:last-child{
        margin-bottom: 0;
    }
    .m-footer-menu-col-02{
        border-top: solid 1px #666666;
        border-bottom: solid 1px #666666;
        margin-top: 20px;
        padding: 0 0 20px;
    }
    .m-footer-menu-col-03{
        margin-top: 0;
    }
    .m-footer-sign-list{
        background-color: #EDEAE7;
        padding: 20px 1em;
    }
    .m-footer-menu-list-link,.m-footer-menu-list-link:visited{
        color: #FFFFFF;
        font-weight: normal;
        line-height: 1.5;
        text-decoration: none!important;
    }
    .m-footer-sign-list-item{
        padding-right: 1em;
    }
    .m-footer-sign-list-item:first-child{
        margin-bottom: 5px;
    }
    .m-footer-sign-list-link,.m-footer-sign-list-link:visited{
        color: #CC0033;
        font-weight: normal;
        line-height: 1.5;
        padding-right: 1em;
        position: relative;
        text-align: left;
        text-decoration: none!important;
    }
    .m-footer-menu-list--type01{
        padding-top: 10px;
    }
    .m-footer-menu-list--type01 .m-footer-menu-list-item{
        margin-top: 10px;
        padding: 0 1em;
    }
    .m-footer-menu-list-link{
        color: #FFFFFF;
        position: relative;
    }
    .m-footer-menu-list-link__blank::after,.m-footer-sign-list-link::after{
        content: "";
        background-image: url(/keitai_payment/common/images/component/blank_icon.svg);
        background-size: cover;
        display: inline-block;
        margin-left: 5px;
        width: 12px;
        height: 12px;
    }
    .m-footer-sign-list-link::after{
        background-image: url(/keitai_payment/common/images/component/blank_icon_red.svg);
    }
    .m-footer-copyright{
        background-color: #FFFFFF;
        padding: 20px 0;
        text-align: center;
    }
    .m-footer-copyright-lead{
        font-size: 16px;
    }
    .footer_fixed{
        position: fixed;
        bottom: 10px;
        right: 0;
        left: 0;
        opacity: .8;
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
    }
    @media only screen and (max-width: 415px){
        .m-footer-menu{
            width: 100%;
        }
        .m-footer-menu-col-01{
            display: block;
        }
        .m-footer-menu-col-01 .m-footer-menu-list{
            width: auto;
        }
    }
    @media only screen and (max-width: 370px){
        .m-footer,.m-footer-copyright-lead{
            font-size: 13px;
        }
    }
}

/*====================
  04.パンくず
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M02-01-01*/
    .m-bread-menu{
        max-width: 1080px;
        margin: 0 auto 16px;
        padding: 0 15px
    }
    .breadWrap{
        border-top: solid 1px #eeeeee;
        border-bottom: solid 1px #eeeeee;
        margin-bottom: 10px;
    }
    .m-bread-menu-list{
        display: flex;
    }
    .breadWrap_list{
        max-width: 1080px;
        margin: 0 auto;
        padding: 15px;
    }
    .breadWrap_list__item{
        color: #cc0033;
        display: inline;
        margin-right: 25px;
        position: relative;
    }
    .breadWrap_list__item a{
        color: #cc0033;
        text-decoration: none;
    }
    .breadWrap_list__item::after{
        content: '>';
        position: absolute;
        right: -17.5px;
    }
    .breadWrap_list__item:last-child::after{
        content: '';
    }
    .m-bread-menu-list-item{
        color: #666666;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-bread-menu-list-item:not(:last-of-type){
        margin-right: 8px;
        padding-right: 16px;
        background-image: url(/keitai_payment/common/images/component/right_000000.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 8px 8px;
    }
    .m-bread-menu-list-link{
        color:#3a6da0;
        text-decoration: underline;
    }
}
/*===== IEのみ =====*/
@media all and (-ms-high-contrast: none){
    .m-bread-menu-list-item:not(:last-of-type){
        background-position: right 30%;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M02-01-01*/
    .m-bread-menu,.breadWrap{
        margin-bottom: 16px;
        padding: 0 15px;
    }
    .breadWrap{
        border-top: solid 1px #eeeeee;
        border-bottom: solid 1px #eeeeee;
        padding: 15px;
    }
    .m-bread-menu-list{
        display: flex;
    }
    .breadWrap_list__item{
        color: #cc0033;
        display: inline;
        margin-right: 25px;
        position: relative;
    }
    .breadWrap_list__item a{
        color: #cc0033;
        text-decoration: none;
    }
    .breadWrap_list__item::after{
        content: '>';
        position: absolute;
        right: -17.5px;
    }
    .breadWrap_list__item:last-child::after{
        content: '';
    }
    .m-bread-menu-list-item{
        color: #666666;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-bread-menu-list-item:not(:last-of-type){
        margin-right: 8px;
        padding-right: 16px;
        background-image: url(/keitai_payment/common/images/component/right_000000.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 8px;
    }
    .m-bread-menu-list-link{
        color:#3a6da0;
        text-decoration: underline;
    }
}



/*====================
  05.コンテンツ
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M01-07-01,M01-07-02,M01-07-03,M01-07-04*/
    .m-col-wrap--col1,.m-col-wrap--col2,.m-col-wrap--col3,.m-col-wrap--col4{
        box-sizing: border-box;
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
    }
    .m-col-wrap--col2,.m-col-wrap--col3,.m-col-wrap--col4{
        display: flex;
    }
    .m-col-wrap--col1 .m-col{
        width: 100%;
    }
    .m-col-wrap--col2 .m-col{
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
    .m-col-wrap--col2 .m-col:not(:first-child),.m-col-wrap--col4 .m-col:not(:first-child){
        margin-left: 40px;
    }
    .m-col-wrap--col3 .m-col{
        width: 33.334%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
    .m-col-wrap--col3 .m-col:not(:first-child){
        margin-left: 30px;
    }
    .m-col-wrap--col4 .m-col{
        width: 25%;
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
    }

    /*M01-07-08*/
    .m-contents:not(:last-of-type)::after{
        display: block;
        width: 100%;
        height: 1px;
        margin: 40px 0;
        background-color: #D9D5D1;
        content: '';
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M01-07-01,M01-07-02,M01-07-03,M01-07-04*/
    .m-col-wrap--col1,.m-col-wrap--col2,.m-col-wrap--col3,.m-col-wrap--col4{
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }
    .m-col-wrap--col2,.m-col-wrap--col3,.m-col-wrap--col4{
        display: flex;
    }
    .m-col-wrap--col1 .m-col{
        width: 100%;
    }
    .m-col-wrap--col2 .m-col{
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
    .m-col-wrap--col3 .m-col{
        width: 33.334%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
    .m-col-wrap--col4 .m-col{
        width: 25%;
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
    }
    .m-col-wrap--col3 .m-col:not(:first-child),.m-col-wrap--col2 .m-col:not(:first-child),.m-col-wrap--col4 .m-col:not(:first-child){
        margin-left: 15px;
    }

    /*M01-07-08*/
    .m-contents:not(:last-of-type)::after{
        display: block;
        height: 1px;
        margin: 40px auto;
        background-color: #D9D5D1;
        content: '';
    }
}



/*====================
  06.見出し
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M01-01-01*/
    .m-heading-01-01{
        font-size: 4.8rem;
        line-height: 1.5;
        text-align: left;
    }

    /*M01-01-02*/
    .m-heading-01-02{
        font-size: 4.8rem;
        line-height: 1.5;
        text-align: left;
        padding-left: 84px;
        position: relative;
    }
    .m-heading-01-02::before{
        content: "";
        position: absolute;
        width: 64px;
        height: 64px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    /*M01-01-03*/
    .m-heading-02-01{
        border-left: 3px solid #CC0033;
        font-size: 3.6rem;
        line-height: 1.5;
        margin-bottom: 20px;
        padding-left: 16px;
        text-align: left;
    }

    /*M01-01-04*/
    .m-heading-02-02{
        font-size: 3.6rem;
        line-height: 1.5;
        margin-bottom: 20px;
        position: relative;
        padding-left: 68px;
        text-align: left;
    }

    .m-heading-02-02::before{
        content: "";
        position: absolute;
        width: 48px;
        height: 48px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    /*M01-01-05*/
    .m-heading-03-01 {
        font-size: 3.0rem;
        line-height: 1.5;
        margin-bottom: 12.5px;
        position: relative;
        padding-left: 24px;
    }
    .m-heading-03-01::before {
        content: " ";
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        top: 0.5em;
        left: 0;
        background-color: #CC0033;
    }

    /*M01-01-06*/
    .m-heading-03-02 {
        font-size: 3.0rem;
        line-height: 1.5;
        margin-bottom: 12.5px;
        position: relative;
        padding-left: 42px;
    }
    .m-heading-03-02::before {
        content: " ";
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        top:0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    /*M01-01-07*/
    .m-heading-04-01 {
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    /*M01-01-08*/
    .m-heading-04-02 {
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: 14px;
        position: relative;
        padding-left: 32px;
    }
    .m-heading-04-02::before {
        content: " ";
        position: absolute;
        display: block;
        width: 24px;
        height: 24px;
        top:0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M01-01-01*/
    .m-heading-01-01{
        font-size: 2.8rem;
        line-height: 1.5em;
        margin-bottom: 20px;
        text-align: left;
    }

    /*M01-01-02*/
    .m-heading-01-02{
        font-size: 2.8rem;
        line-height: 1.5em;
        text-align: left;
        padding-left: 68px;
        position: relative;
    }
    .m-heading-01-02::before{
        content: "";
        position: absolute;
        width: 52px;
        height: 52px;
        top: -6px;
        left: 0;
    }

    /*M01-01-03*/
    .m-heading-02-01{
        border-left: 3px solid #CC0033;
        font-size: 2.6rem;
        line-height: 1.5em;
        margin-bottom: 20px;
        padding-left: 16px;
        text-align: left;
    }

    /*M01-01-04*/
    .m-heading-02-02{
        font-size: 2.6rem;
        line-height: 1.5em;
        margin-bottom: 20px;
        position: relative;
        padding-left: 68px;
        text-align: left;
    }

    .m-heading-02-02::before{
        content: "";
        position: absolute;
        width: 48px;
        height: 48px;
        top: -4px;
        left: 0;
    }

    /*M01-01-05*/
    .m-heading-03-01 {
        font-size: 2.4rem;
        line-height: 1.5em;
        margin-bottom: 12.5px;
        position: relative;
        padding-left: 26px;
    }
    .m-heading-03-01::before {
        content: " ";
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        top: 1.0rem;
        left: 0;
        background-color: #CC0033;
    }

    /*M01-01-06*/
    .m-heading-03-02 {
        font-size: 2.4rem;
        line-height: 1.5em;
        margin-bottom: 12.5px;
        position: relative;
        padding-left: 44px;
    }
    .m-heading-03-02::before {
        content: " ";
        position: absolute;
        display: block;
        width: 28px;
        height: 28px;
        top: 9px;
        left: 0;
    }

    /*M01-01-07*/
    .m-heading-04-01 {
        font-size: 2.0rem;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    /*M01-01-08*/
    .m-heading-04-02 {
        font-size: 2.0rem;
        line-height: 1.5;
        margin-bottom: 14px;
        position: relative;
        padding-left: 32px;
    }
    .m-heading-04-02::before {
        content: " ";
        position: absolute;
        display: block;
        width: 24px;
        height: 24px;
        top:0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}



/*====================
  07.テキスト
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M01-02-01,M01-02-07,M01-02-08*/
    .m-text{
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .m-text--strong{
        font-weight: bold;
    }

    .m-text--small{
        font-size: 1.4rem;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M01-02-01,M01-02-07,M01-02-08*/
    .m-text{
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .m-text--strong{
        font-weight: bold;
    }

    .m-text--small{
        font-size: 1.4rem;
    }
}



/*====================
  08.リンク
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M01-03-01,M01-03-02,M01-03-03,M01-03-04*/
    .m-link-text{
        display: block;
        margin-bottom: 16px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-link{
        text-decoration: underline;
        position: relative;
        color: #3A6DA0;
    }
    .m-link--icon-bottom-02.txtLink,.m-link--icon-bottom-03.txtLink,.m-link--icon-bottom-01.txtLink),.m-link--icon-bottom-04:not(.txtLink) {
        margin-right: 20px;
    }
    .m-link--icon-bottom-01:not(.txtLink)::before,.m-link--icon-bottom-04:not(.txtLink)::before {
        content: "";
        position: absolute;
        background-image: url(/keitai_payment/common/images/component/arrow_link.svg);
        width: 8px;
        height: 8px;
        bottom: 0.4em;
        right: -1em;
    }
    .m-link--icon-bottom-02::after,.m-link--icon-bottom-03::after{
        content: "";
        display: inline-block;
        position: relative;
        width: 18px;
        height: 18px;
        bottom: -2px;
        right: -2px;
        margin-right: 0.25em;
        background-image: url(/keitai_payment/common/images/component/outer_3A6DA0.svg);
        background-repeat: no-repeat;
    }
    .m-link--icon-bottom-02.icon-black::after{
        background-image: url(/keitai_payment/common/images/component/outer_000000.svg);
    }
    .m-link--icon-bottom-02.txtLink::after,.m-link--icon-bottom-03.txtLink::after{
        position: relative;
        display: inline-block;
        bottom: 0.1em;
        right: 0;
        vertical-align: middle;
    }
    .m-link--icon-bottom-03::after{
        background-image: url(/keitai_payment/common/images/component/pdf.svg);
    }
    .m-link.m-link--icon-top-01{
        padding-left: 32px;
    }
    .m-link--icon-top-01::after{
        content: "";
        position: absolute;
        display: block;
        width: 24px;
        height: 24px;
        top:0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    /*M01-03-05,M01-03-06,M01-03-07*/
    .m-btn-threecolum{
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .m-btn-type01,.m-btn-type02,.m-btn-type03{
        border-radius: 5px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 0 auto 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 18px 38px 18px 30px;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 340px;
    }
    .m-btn-type01{
        background-color: #FFFFFF;
        border: 1px solid #CC0033;
        color: #CC0033;
    }
    .m-btn-threecolum .m-btn-type01{
        width: 31%;
    }
    .m-btn-type01--icon-bottom-01::after,.m-btn-type02--icon-bottom-01::after,.m-btn-type03--icon-bottom-01::after{
        content: " ";
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/inner_cc0033.svg);
        background-repeat: no-repeat;
    }
    .m-btn-type01--icon-bottom-02::after,.m-btn-type02--icon-bottom-02::after,.m-btn-type03--icon-bottom-02::after{
        content: " ";
        position: absolute;
        display: inline-block;
        width: 18px;
        height: 18px;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/outer_cc0033.svg);
        background-repeat: no-repeat;
    }
    .m-btn-type01--icon-bottom-03::after,.m-btn-type02--icon-bottom-03::after,.m-btn-type03--icon-bottom-03::after{
        content: " ";
        position: absolute;
        display: inline-block;
        width: 18px;
        height: 18px;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/pdf.svg);
        background-repeat: no-repeat;
    }
    .m-btn-type02{
        background-color: #333333;
        border: 1px solid #333333;
        color: #FFFFFF;
    }
    .m-btn-type03{
        background-color: #CC0033;
        border: 1px solid #CC0033;
        color: #FFFFFF;
    }
    .m-btn-type02--icon-bottom-01::after,.m-btn-type03--icon-bottom-01::after{
        background-image: url(/keitai_payment/common/images/component/inner_ffffff.svg);
    }
    .m-btn-type02--icon-bottom-02::after,.m-btn-type03--icon-bottom-02::after{
        background-image: url(/keitai_payment/common/images/component/outer_ffffff.svg);
    }


    /*M01-03-08,M01-03-09*/
    .m-btn-prev,.m-btn-next{
        display: block;
        font-size: 1.6rem;
        line-height: 1.5;
        width: 31%;
        margin-bottom: 30px;
        position: relative;
        text-align: center;
        text-decoration: none;
        color: #333333;
        background-color: #FFFFFF;
        border: 1px solid #333333;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .m-btn-prev{
        margin-right: auto;
        padding: 18px 30px 18px 38px;
    }
    .m-btn-prev::before{
        content: " ";
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        top: 0;
        bottom: 0;
        left: 18px;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/left_000000.svg);
        background-repeat: no-repeat;
    }
    .m-btn-next{
        margin-left: auto;
        padding: 18px 38px 18px 30px;
    }
    .m-btn-next::after{
        content: " ";
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        top: 0;
        right: 18px;
        bottom: 0;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/right_000000.svg);
        background-repeat: no-repeat;
    }
    /*M01-03-10*/
    .m-page{
        display: flex;
        margin-bottom: 40px;
        width: 100%;
    }
    .m-page .m-page-link{
        color: #3A6DA0;
        text-decoration: none;
    }
    .m-page-link:not(:first-child):not(:last-child){
        display: block;
        line-height: 2.4rem;
        margin-right: 8px;
        text-align: center;
        width: 34px;
    }
    .m-page-link.select{
        background-color: #D9D5D1;
        color: #333333;
    }
    .m-page-prev{
        margin-right: auto;
        margin-left: 1em;
        font-size: 1.6rem;
        line-height: 1.5;
        position: relative;
    }
    .m-page-next{
        margin-right: 1em;
        margin-left: auto;
        font-size: 1.6rem;
        line-height: 1.5;
        position: relative;
    }
    .m-page-prev::before {
        content: "";
        position: absolute;
        background-image: url(/keitai_payment/common/images/component/arrow_link.svg);
        transform: rotate(180deg);
        width: 8px;
        height: 8px;
        top: 0;
        bottom: 0;
        left: -1em;
        margin: auto;
    }
    .m-page-next::after {
        content: "";
        position: absolute;
        background-image: url(/keitai_payment/common/images/component/arrow_link.svg);
        width: 8px;
        height: 8px;
        top: 0;
        bottom: 0;
        right: -1em;
        margin: auto;
    }

    /*M01-03-11*/
    .m-menu{
        display: flex;
        width: 100%;
        margin: 16px 0 60px;
    }
    .m-menu-item{
        position: relative;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #AFABA7;
    }
    .m-menu-item::after{
        display: block;
        position: absolute;
        right: -webkit-calc(50% - 4px);
        right: calc(50% - 4px);
        bottom: 10px;
        width: 8px;
        height: 8px;
        background-image: url(/keitai_payment/common/images/component/arrow_gray.svg);
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .m-menu-link{
        display: block;
        position: relative;
        margin-bottom: 24px;
        color: #666666;
        font-size: 1.6rem;
        line-height: 1.5;
        text-decoration: none;
    }

    /*M01-03-12*/
    .m-menu-icon::before{
        content: "";
        display: block;
        width: 48px;
        height: 48px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    /*M01-08-08,M01-08-09*/
    .m-more-btn{
        position: relative;
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 1px solid #D9D5D1;
        margin: 40px 0;
        text-align: center;
        cursor: pointer;
    }
    .m-more-btn-text{
        display: inline-block;
        padding-right: 30px;
        background-image: url(/keitai_payment/common/images/component/icon_arrow_bot.svg)!important;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 12px 12px;
        color: #666666;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .is-active .m-more-btn-text{
        background-image: url(/keitai_payment/common/images/component/icon_arrow_top.svg)!important;
    }
    /*C06-02-08*/
    .m-link-box{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .m-link-box__wrap{
        display: flex;
        flex-wrap: wrap;
        max-width: 1080px;
        margin: 0 auto;
        width: 100%;
    }
    .m-link-box__item{
        width: 22%;
        margin-left: 4%;
        margin-bottom: 40px;
    }
    .m-link-box .m-link-box__item:nth-of-type(4n + 1){
        margin-left: 0;
    }
    .m-link-box__link{
        display: block;
        height: 100%;
    }
    .m-link-box__img{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .m-link-box__text{
        font-size: 1.6rem;
        color: #666666;
        margin: 20px 0 10px;
    }
}
/*===== IEのみ =====*/
@media all and (-ms-high-contrast: none){
    .m-more-btn-text{
        background-position: right 25%;
    }
    .m-link-box__wrap{
        max-width: 1120px;
    }
    .m-link-box .m-link-box__item{
        margin-left: 0;
        padding: 0 20px;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M01-03-01,M01-03-02,M01-03-03,M01-03-04*/
    .m-link-text{
        display: block;
        margin-bottom: 16px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-link{
        text-decoration: underline;
        position: relative;
        color: #3A6DA0;
    }
    .m-link--icon-bottom-01.txtLink,.m-link--icon-bottom-04.txtLink,.m-link--icon-bottom-02.txtLink,.m-link--icon-bottom-03.txtLink {
        margin-right: 20px;
    }
    .m-link--icon-bottom-01:not(.txtLink)::before,.m-link--icon-bottom-04:not(.txtLink)::before {
        content: "";
        position: absolute;
        background-image: url(/keitai_payment/common/images/component/arrow_link.svg);
        background-repeat: no-repeat;
        width: 8px;
        height: 8px;
        bottom: 0.4em;
        right: -1em;
    }
    .m-link--icon-bottom-02::after,.m-link--icon-bottom-03::after{
        content: "";
        display: inline-block;
        position: relative;
        width: 18px;
        height: 18px;
        bottom: -2px;
        right: -2px;
        margin-right: 0.25em;
        background-image: url(/keitai_payment/common/images/component/outer_3A6DA0.svg);
        background-repeat: no-repeat;
    }
    .m-link--icon-bottom-02.icon-black::after{
        background-image: url(/keitai_payment/common/images/component/outer_000000.svg);
    }
    .m-link--icon-bottom-02.txtLink::after,.m-link--icon-bottom-03.txtLink::after{
        position: relative;
        display: inline-block;
        bottom: 0.1em;
        right: 0;
        vertical-align: middle;
    }
    .m-link--icon-bottom-03::after{
        background-image: url(/keitai_payment/common/images/component/pdf.svg);
    }
    .m-link.m-link--icon-top-01{
        padding-left: 32px;
    }
    .m-link--icon-top-01::after{
        content: "";
        position: absolute;
        display: block;
        width: 24px;
        height: 24px;
        top:0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    /*M01-03-05,M01-03-06,M01-03-07*/
    .m-btn-threecolum{
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .m-btn-type01,.m-btn-type02,.m-btn-type03{
        border-radius: 5px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 0 auto 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 18px 38px 18px 30px;
        position: relative;
        text-align: center;
        text-decoration: none;
        max-width: 340px;
    }
    .m-btn-type01{
        background-color: #FFFFFF;
        border: 1px solid #CC0033;
        color: #CC0033;
    }
    .m-btn-threecolum .m-btn-type01{
        width: 100%;
    }
    .m-btn-type01--icon-bottom-01::after,.m-btn-type02--icon-bottom-01::after,.m-btn-type03--icon-bottom-01::after{
        content: " ";
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/inner_cc0033.svg);
        background-repeat: no-repeat;
    }
    .m-btn-type01--icon-bottom-02::after,.m-btn-type02--icon-bottom-02::after,.m-btn-type03--icon-bottom-02::after{
        content: " ";
        position: absolute;
        display: inline-block;
        width: 18px;
        height: 18px;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/outer_cc0033.svg);
        background-repeat: no-repeat;
    }
    .m-btn-type01--icon-bottom-03::after,.m-btn-type02--icon-bottom-03::after,.m-btn-type03--icon-bottom-03::after{
        content: " ";
        position: absolute;
        display: inline-block;
        width: 18px;
        height: 18px;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/pdf.svg);
        background-repeat: no-repeat;
    }
    .m-btn-type02{
        background-color: #333333;
        border: 1px solid #333333;
        color: #FFFFFF;
    }
    .m-btn-type03{
        background-color: #CC0033;
        border: 1px solid #CC0033;
        color: #FFFFFF;
    }
    .m-btn-type02--icon-bottom-01::after,.m-btn-type03--icon-bottom-01::after{
        background-image: url(/keitai_payment/common/images/component/inner_ffffff.svg);
    }
    .m-btn-type02--icon-bottom-02::after,.m-btn-type03--icon-bottom-02::after{
        background-image: url(/keitai_payment/common/images/component/outer_ffffff.svg);
    }

    /*M01-03-08/09*/
    .m-btn-prev,.m-btn-next{
        display: block;
        font-size: 1.6rem;
        line-height: 1.5;
        width: 165px;
        margin-bottom: 30px;
        padding: 18px 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        color: #333333;
        background-color: #FFFFFF;
        border: 1px solid #333333;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .m-btn-prev{
        margin-right: auto;
    }
    .m-btn-prev::before{
        content: " ";
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        left: 0;
        margin: 2.5px 0 2.5px 18px;
        background-image: url(/keitai_payment/common/images/component/left_000000.svg);
        background-repeat: no-repeat;
    }
    .m-btn-next{
        margin-left: auto;
    }
    .m-btn-next::after{
        content: " ";
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        right: 0;
        margin: 2.5px 18px 2.5px 0;
        background-image: url(/keitai_payment/common/images/component/right_000000.svg);
        background-repeat: no-repeat;
    }

    /*M01-03-10*/
    .m-page{
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
        position: relative;
        width: 100%;
    }
    .m-page .m-page-link{
        color: #3A6DA0;
        text-decoration: none;
    }
    .m-page::before {
        content: " ";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/hidari_3A6DA0.svg);
        background-repeat: no-repeat;
    }
    .m-page::after {
        content: " ";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/migi_3A6DA0.svg);
        background-repeat: no-repeat;
    }
    .m-page-link:not(:first-child):not(:last-child){
        display: block;
        line-height: 2.4rem;
        margin-right: 8px;
        text-align: center;
        width: 34px;
    }
    .m-page-link.select{
        background-color: #D9D5D1;
        color: #333333;
    }
    .m-page-prev,.m-page-next{
        display: none;
    }

    /*M01-03-11*/
    .m-menu{
        display: block;
        width: 100%;
        margin: 20px 0 60px;
    }
    .m-menu-item{
        position: relative;
        width: 100%;
        border-bottom: 1px solid #AFABA7;
        text-align: left;
    }
    .m-menu-link{
        display: block;
        position: relative;
        margin-top: 16px;
        margin-bottom: 16px;
        color: #666666;
        font-size: 1.6rem;
        line-height: 1.5;
        text-decoration: none;
    }
    .m-menu-link::after{
        content: '';
        background-image: url(/keitai_payment/common/images/component/arrow_gray.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 8px;
        height: 8px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    /*M01-03-12*/
    .m-menu-link--ptn2{
        margin: 7px 0;
    }
    .m-menu-icon::before{
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
    }
    .m-menu-icon+.m-menu-text{
        padding-left: 60px;
        line-height: 40px;
    }

    /*M01-08-08,M01-08-09*/
    .m-more-btn{
        position: relative;
        display: block;
        width: 100%;
        padding-right: 0;
        margin: 40px 0;
        background-position-x: -webkit-calc(100% - 16px);
        background-position-x: calc(100% - 16px);
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 1px solid #D9D5D1;
        text-align: center;
        cursor: pointer;
    }
    .m-more-btn-text{
        display: inline-block;
        padding-right: 30px;
        background-image: url(/keitai_payment/common/images/component/icon_arrow_bot.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 12px auto;
        color: #666666;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .is-active .m-more-btn-text{
        background-image: url(/keitai_payment/common/images/component/icon_arrow_top.svg);
    }

    /*C06-02-08*/
    .m-link-box{
        display: block;
        width: 100%;
    }
    .m-link-box a{
        text-decoration: underline;
    }
    .m-link-box__wrap{
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .m-link-box__item{
        align-self: auto;
        box-sizing: border-box;
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .m-link-box__link{
        display: block;
        box-sizing: border-box;
        height: 100%;
        border: 1px solid #D9D5D1;
    }
    .m-link-box__img{
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .m-link-box__text{
        font-size: 1.6rem;
        color: #666666;
        margin: 20px 0 10px;
    }
}
/*====================
  09.リスト
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {

    /*M01-04-01,M01-04-02*/
    .m-list-item{
        position: relative;
        color: #666666;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 16px;
        padding-left: 1.5em;
    }
    .m-list-item:last-child{
        margin-bottom: 0;
    }
    .m-list-item::before{
        content: '・';
        position: absolute;
        left: 0;
        top: 0;
    }
    .m-list--offer .m-list-item{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-list--offer .m-list-item::before{
        content: '※'
    }

    /**/
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M01-04-01,M01-04-02*/
    .m-list-item{
        position: relative;
        color: #666666;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 16px;
        padding-left: 1.5em;
    }
    .m-list-item:last-child{
        margin-bottom: 0;
    }
    .m-list-item::before{
        content: '・';
        position: absolute;
        left: 0;
        top: 0;
    }
    .m-list--offer .m-list-item{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-list--offer .m-list-item::before{
        content: '※'
    }
}

/*====================
  10.テーブル
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M01-06-01*/
    .m-table:not(.m-table--col2):not(.m-table--col3){
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
        margin-bottom: 40px;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table-line:nth-last-of-type(2n){
        background-color: #F7F4F0;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table-line:first-of-type{
        background-color: #AFABA7;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table__heading{
        box-sizing: border-box;
        vertical-align: middle;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: left;
        color: #FFFFFF;
        padding-top: 6.5px;
        padding-bottom: 6.5px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table__heading:not(:first-of-type){
        border-left: 1px white solid;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table__title,.m-table__text{
        box-sizing: border-box;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 16px;
        vertical-align: middle;
    }

    /*M01-06-02_2カラム*/
    .m-table--col2{
            width: 100%;
            margin-bottom: 40px;
    }
    .m-table--col2 .m-table-line{
        border-top: 1px solid #D9D5D1;
    }
    .m-table--col2 .m-table-line:last-of-type{
        border-bottom: 1px solid #D9D5D1;
    }
    .m-table--col2 .m-table__heading{
        box-sizing: border-box;
        min-width: 170px;
        vertical-align: middle;
        background-color: #F7F4F0;
        font-size: 1.6rem;
        line-height: 1.5;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .m-table--col2 .m-table__text{
        box-sizing: border-box;
        font-size: 1.4rem;
        line-height: 1.5;
        padding-top: 16.5px;
        padding-bottom: 16.5px;
        padding-right: 20px;
        padding-left: 20px;
    }

    /*M01-06-02_3カラム*/
    .m-table--col3{
        width: 100%;
        margin-bottom: 40px;
    }
    .m-table--col3 .m-table-line{
        border-top: 1px solid #D9D5D1;
    }
    .m-table--col3 .m-table-line:last-of-type{
        border-bottom: 1px solid #D9D5D1;
    }
    .m-table--col3 .m-table__heading{
        vertical-align: middle;
        box-sizing: border-box;
        min-width: 170px;
        background-color: #AFABA7;
        color: white;
        font-size: 1.6rem;
        line-height: 1.5;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .m-table--col3 .m-table__sub-heading{
        vertical-align: middle;
        box-sizing: border-box;
        min-width: 170px;
        background-color: #F7F4F0;
        font-size: 1.4rem;
        line-height: 1.5;
        padding-top: 16.5px;
        padding-bottom: 16.5px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .m-table--col3 .m-table__text{
        box-sizing: border-box;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.5;
        padding-top: 16.5px;
        padding-bottom: 16.5px;
        padding-right: 16px;
        padding-left: 16px;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M01-06-01*/
    .m-table:not(.m-table--col2):not(.m-table--col3){
        border-collapse: collapse;
        margin:0 auto 40px;
        table-layout: fixed;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table-line:nth-last-of-type(2n){
        background-color: #F7F4F0;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table-line:first-of-type{
        background-color: #AFABA7;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table__heading{
        box-sizing: border-box;
        vertical-align: middle;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: left;
        color: #FFFFFF;
        padding: 6.5px 15px;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table__heading:not(:first-of-type){
        border-left: 1px white solid;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table__text,.m-table:not(.m-table--col2):not(.m-table--col3) .m-table__title{
        box-sizing: border-box;
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 15px;
        vertical-align: middle;
    }
    .m-table:not(.m-table--col2):not(.m-table--col3) .m-table__text:last-of-type{
        padding-bottom: 16px;
    }

    /*M01-06-02_2カラム*/
    .m-table--col2{
            width: 100%;
            margin: 0 auto 40px;
    }
    .m-table--col2 .m-table-line{
        border-top: 1px solid #D9D5D1;
    }
    .m-table--col2 .m-table-line:last-of-type{
        border-bottom: 1px solid #D9D5D1;
    }
    .m-table--col2 .m-table__heading{
        box-sizing: border-box;
        min-width: 170px;
        vertical-align: middle;
        background-color: #F7F4F0;
        display: block;
        font-size: 1.6rem;
        line-height: 1.5;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    .m-table--col2 .m-table__text{
        box-sizing: border-box;
        display: block;
        font-size: 1.4rem;
        line-height: 1.5;
        padding-top: 16.5px;
        padding-bottom: 36.5px;
        padding-right: 15px;
        padding-left: 15px;
    }

    /*M01-06-02_3カラム*/
    .m-table--col3{
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 auto 40px;
    }
    .m-table--col3 .m-table-line{
        border: none;
    }
    .m-table--col3 .m-table__heading{
        vertical-align: middle;
        box-sizing: border-box;
        min-width: 170px;
        background-color: #AFABA7;
        color: white;
        display: block;
        font-size: 1.6rem;
        line-height: 1.5;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .m-table--col3 .m-table__sub-heading{
        vertical-align: middle;
        box-sizing: border-box;
        min-width: 170px;
        background-color: #F7F4F0;
        display: block;
        font-size: 1.4rem;
        line-height: 1.5;
        padding-top: 16.5px;
        padding-bottom: 16.5px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .m-table--col3 .m-table__text{
        box-sizing: border-box;
        display: block;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.5;
        padding-top: 16.5px;
        padding-bottom: 16.5px;
        padding-right: 15px;
        padding-left: 15px;
    }
}



/*====================
  11.アコーディオン
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M01-08-01,M01-08-02*/
    .m-acc{
        border-bottom: 1px solid #D9D5D1;
    }
    .m-acc:first-of-type{
        border-top: 1px solid #D9D5D1;
    }
    .m-acc__head{
        position: relative;
        padding-top: 25px;
        padding-right: 30px;
        padding-bottom: 25px;
        cursor: pointer;
    }
    .m-acc__head::after{
        position: absolute;
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        right: 0;
        width: 20px;
        height: 20px;
        background-image: url(/keitai_payment/common/images/component/icon-plus.svg);
        /* アコーディオンクローズ中のアイコン（+）*/
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .m-acc.is-active .m-acc__head::after{
        background-image: url(/keitai_payment/common/images/component/icon-minus.svg);
    }
    .m-acc__title{
        color: #666666;
        font-size: 2rem;
        line-height: 1.5;
    }
    .m-acc__body{
        display: none;
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .m-acc.is-active .m-acc__body{
        display: block;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M01-08-01,M01-08-02*/
    .m-acc{
        border-bottom: 1px solid #D9D5D1;
    }
    .m-acc:first-of-type{
        border-top: 1px solid #D9D5D1;
    }
    .m-acc__head{
        position: relative;
        padding-top: 25px;
        padding-right: 30px;
        padding-bottom: 25px;
        cursor: pointer;
    }
    .m-acc__head::after{
        position: absolute;
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        right: 0;
        width: 20px;
        height: 20px;
        background-image: url(/keitai_payment/common/images/component/icon-plus.svg);
        /* アコーディオンクローズ中のアイコン（+）*/
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .m-acc.is-active .m-acc__head::after{
        background-image: url(/keitai_payment/common/images/component/icon-minus.svg);
    }
    .m-acc__title{
        color: #666666;
        font-size: 2rem;
        line-height: 1.5;
    }
    .m-acc__body{
        display: none;
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .m-acc.is-active .m-acc__body{
        display: block;
    }
}



/*====================
  12.カルーセル
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    .m-carousel{
        position: relative;
        margin-right: 40px;
        margin-left: 40px;
    }
    .m-carousel-prevarrow{
        max-width: 24px;
        position: absolute;
        z-index: 1;
        transform: translate(-100%,50%);
        bottom: 50%;
        left: -8px;
    }
    .m-carousel-nextarrow{
        max-width: 24px;
        position: absolute;
        z-index: 1;
        transform: translate(-100%,50%);
        bottom: 50%;
        right: -56px;
    }
    .m-carousel-item {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .m-carousel-link{

    }
    .m-carousel-img{
        display: block;
        width: 100%;
    }
    .m-carousel-img > img{
        display: block;
        width: 100%;
    }

    .m-carousel .slick-list{
        padding-top: -webkit-calc(100% / 3);
        padding-top: calc(100% / 3);
    }
    .m-carousel.slick-dotted.slick-slider{
        margin-bottom: 33px;
    }
    .m-carousel .slick-dots{
        bottom: -33px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .m-carousel .slick-dots li{
        width: 100%;
        height: 3px;
        margin: 0;
    }
    .m-carousel .slick-dots li:not(:first-of-type){
        margin-left: 10px;
    }
    .m-carousel .slick-dots li button{
        border: 0;
        outline: none;
        width: 100%;
        height: 3px;
        padding: 0;
        background-color: #D9D5D1;
    }
    .m-carousel .slick-dots li button:before{
        content: none;
    }
    .m-carousel .slick-dots li.slick-active button{
        background: #cc0033;
    }
    .m-carousel .slick-track{
        position: absolute;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    .m-carousel{
        position: relative;
        margin: 0;
    }
    .m-carousel-prevarrow{
        max-width: 24px;
        position: absolute;
        z-index: 1;
        transform: translate(0%,100%);
        bottom: 10px;
        left: 0;
    }
    .m-carousel-nextarrow{
        max-width: 24px;
        position: absolute;
        z-index: 1;
        transform: translate(0%,100%);
        bottom: 10px;
        right: 0;
    }
    .m-carousel-item {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .m-carousel-link{

    }
    .m-carousel-img{
        display: block;
        width: 100%;
    }
    .m-carousel-img > img{
        display: block;
        width: 100%;
    }

    .m-carousel .slick-list{
        padding-top: -webkit-calc(100% / 1.5);
        padding-top: calc(100% / 1.5);
    }
    .m-carousel.slick-dotted.slick-slider{
        margin-bottom: 33px;
    }
    .m-carousel .slick-dots{
        width: -webkit-calc(100% - 68px);
        width: calc(100% - 68px);
        bottom: -22px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        transform: translateY(50%);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
    }
    .m-carousel .slick-dots li{
        width: 100%;
        height: 3px;
        margin: 0;
    }
    .m-carousel .slick-dots li:not(:first-of-type){
        margin-left: 8px;
    }
    .m-carousel .slick-dots li button{
        border: 0;
        outline: none;
        width: 100%;
        height: 3px;
        padding: 0;
        background-color: #D9D5D1;
    }
    .m-carousel .slick-dots li button:before{
        content: none;
    }
    .m-carousel .slick-dots li.slick-active button{
        background: #cc0033;
    }
    .m-carousel .slick-track{
        position: absolute;
    }
}



/*====================
  13.タブ
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M01-08-06,M01-08-07*/
    .m-tab-list{
        display: flex;
        width: 100%;
    }
    .m-tab-list-item{
        position: relative;
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 11px;
        border-bottom: 1px solid #D9D5D1;
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: center;
        cursor: pointer;
    }
    .m-tab-list-item.select{
        border-bottom: 3px solid #cc0033;
    }
    .m-tab-list-link{
        color: #666666;
        display: block;
        text-decoration: none;
    }
    .m-tab-list-item.select .m-tab-list-link{
        color: #cc0033;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M01-08-06,M01-08-07*/
    .m-tab-list{
        display: flex;
        width: 100%;
    }
    .m-tab-list-item{
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 11px;
        border-bottom: 1px solid #D9D5D1;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
        cursor: pointer;
    }
    .m-tab-list-item.select{
        border-bottom: 3px solid #cc0033;
    }
    .m-tab-list-link{
        color: #666666;
        display: block;
        text-decoration: none;
    }
    .m-tab-list-item.select .m-tab-list-link{
        color: #cc0033;
    }
}



/*====================
  14.モーダル
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M01-08-05*/
    .m-modal{
        display: none;
        background-color: rgba(0,0,0,0.4);
        height: 100%;
        width: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .m-modal__inner{
        box-sizing: border-box;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 50;
        transform: translate(-50% , -50%);
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        max-width: 1080px;
        max-height: 80%;
        padding: 60px 40px;
        background-color: #ffffff;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .m-modal-close{
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        border: none;
        outline: none;
        background: transparent;
        appearance: none;
        background-image: url(/keitai_payment/common/images/component/modal_close.svg);
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M01-08-05*/
    .m-modal{
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .m-modal__inner{
        box-sizing: border-box;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 50;
        transform: translate(-50% , -50%);
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        max-width: 1080px;
        max-height: 80%;
        padding: 30px;
        background-color: #ffffff;
        overflow-y: auto;
    }
    .m-modal__hidden{
        background-color: rgba(0,0,0,0.4);
        z-index: 49;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .m-modal__inner::-webkit-scrollbar{
        width: 3px;
    }
    .m-modal__inner::-webkit-scrollbar-thumb{
        background: #666;
        border-radius: 2.5px;
    }
    .m-modal__inner::-webkit-scrollbar-track-piece{
        background: #efefef;
    }
    .m-modal-close{
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        border: none;
        outline: none;
        background: transparent;
        appearance: none;
        background-image: url(/keitai_payment/common/images/component/modal_close.svg);
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }
}



/*====================
  15.一覧
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M02-05-01,M02-05-02*/
    .m-shop-contents.m-shop-contents--type01{
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: flex-start;
        margin-right: -15px;
        margin-left: -15px;
    }
    .m-shop-contents a{
        text-decoration: none;
    }
    .m-shop-pickup.m-shop-contents.m-shop-contents--type01{
        max-width: 670px;
        margin: auto;
    }
    .m-shop-contents--type01 .m-shop-unit{
        width: 20%;
        max-width: 240px;
        margin-bottom: 40px;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .m-shop-pickup.m-shop-contents.m-shop-contents--type01 .m-shop-unit{
        width: 33%;
    }
    .m-shop-contents--type01 .m-shop-unit-figure{
        background-color: #FFFFFF;
        box-sizing: border-box;
        border: 1px solid #D9D5D1;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 5%;
        text-align: center;
    }
    .m-shop-contents--type01 .m-shop-unit-figure__img{
        display: block;
        margin: auto;
        padding: 10% 0;
        max-width: 100%;
    }
    .m-shop-contents--type01 .m-shop-unit-tag{
        margin-bottom: 10px;
    }
    .m-shop-contents--type01 .m-shop-unit-tag__img{
        display: block;
        max-width: 92px;
    }
    .m-shop-contents--type01 .m-shop-unit-news{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 124px;
        height: 24px;
        text-align: center;
        color: #EB7435;
        border: 1px solid #EB7435;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .m-shop-contents--type01 .m-shop-unit-title{
        color: #333333;
        margin-bottom: 6px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .m-shop-contents--type01 .m-shop-unit-lead{
        color: #333333;
        margin-bottom: 6.5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    /*M02-05-03,M02-05-04*/
    .m-shop-contents--type02.m-shop-contents{
        box-sizing: border-box;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .m-shop-contents--type02 .m-shop-unit{
        display: flex;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D9D5D1;
    }
    .m-shop-contents--type02 .m-shop-unit:first-child{
        border-top: 1px solid #D9D5D1;
    }
    .m-shop-contents--type02 .m-shop-unit a{
        display: flex;
    }
    .m-shop-contents--type02 .m-shop-unit-figure{
        margin-right: 35px;
        margin-left: 35px;
    }
    .m-shop-contents--type02 .m-shop-unit-figure__img{
        width: 150px;
        height: 48px;
    }
    .m-shop-contents--type02 .m-shop-unit-tag{
        margin-right: 40px;
    }
    .m-shop-contents--type02 .m-shop-unit-tag__img{
        width: 92px;
        height: 24px;
    }
    .m-shop-contents--type02 .m-shop-unit-title{
        display: block;
        margin-bottom: 10px;
        color: #333333;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.5;
    }
    .m-shop-contents--type02 .m-shop-unit-lead{
        color: #333333;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-shop-contents--type02 .m-shop-unit-news{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 35px;
        width: 124px;
        height: 24px;
        margin-left: auto;
        border: 1px solid #eb7435;
        color: #eb7435;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .m-shop-contents--type02 .m-shop-unit-title, .m-shop-contents--type02 .m-shop-unit-lead{
        margin-right: 174px;
    }

    /*M02-05-05,M02-05-06,M02-05-07*/
    .m-shop-contents--type03 .m-shop-contents{
        margin-left: auto;
        margin-right: auto;
    }
    .m-shop-contents--type03 .m-shop-unit{
        display: flex;
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #D9D5D1;
    }
    .m-shop-contents--type03 .m-shop-unit-figure{
        width: 240px;
        height: 240px;
        margin-right: 40px;
    }
    .m-shop-contents--type03 .m-shop-unit-body{
        flex-basis: 0;
        flex-grow: 1;
    }
    .m-shop-contents--type03 .m-shop-unit-tag{
        width: 92px;
        margin-bottom: 20px;
    }
    .m-shop-contents--type03 .m-shop-unit-tag img{
        display: block;
    }
    .m-shop-contents--type03 .m-shop-unit-title{
        margin-bottom: 20px;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1.5;
    }
    .m-shop-contents--type03 .m-shop-unit-sub{
        display: flex;
        align-items: baseline;
    }
    .m-shop-contents--type03 .m-shop-unit-shop{
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
    }
    .m-shop-contents--type03 .m-shop-unit-offer{
        display: flex;
        flex-direction: column;
    }
    .m-shop-contents--type03 .m-shop-unit-offer-item{
        font-size: 1.4rem;
        line-height: 1.5;
        white-space: nowrap;
    }
    .m-shop-contents--type03 .m-shop-unit-offer-item:first-child{
        margin-top: auto;
    }
    .m-shop-contents--type03 .m-shop-unit-offer-item::before{
        margin-left: 15px;
        margin-right: 0.5em;
        content: '※';
    }
    .m-shop-contents--type03 .m-shop-unit-text{
        margin-bottom: 30px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .m-shop-contents--type03 .m-shop-unit-day{
        font-size: 1.6rem;
    }
    .m-shop-unit--type01 .m-shop-unit-title{
        color: #cc0033;
    }
    .m-shop-unit--type02 .m-shop-unit-title{
        color: #AFABA7
    }
    .m-shop-unit--type03 .m-shop-unit-title{
        color: #666666;
    }

    /*M02-05-09,M02-05-10,M02-05-11*/
    .m-shop-contents.m-shop-contents--type04{
        display: flex;
        justify-content: left;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .m-shop-contents--type04 .m-shop-unit{
        box-sizing: border-box;
        width: 33%;
        padding: 0 10px;
        margin-bottom: 40px;
    }
    .m-shop-contents--type04 .m-shop-unit-figure{
        margin-bottom: 20px;
    }
    .m-shop-contents--type04 .m-shop-unit-figure img{
        max-width: 100%;
    }
    .m-shop-contents--type04 .m-shop-unit-body{
        max-width: 340px;
    }
    .m-shop-contents--type04 .m-shop-unit-day{
        margin-bottom: 20px;
        color: #666666;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-shop-contents--type04 .m-shop-unit-day-tag{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 72px;
        height: 24px;
        margin-right: 20px;
        float: left;
        color: #EB7435;
        border: 1px solid #EB7435;
        font-size: 1.2rem;
        line-height: 1.5;
        white-space: nowrap;
    }
    .m-shop-contents--type04 .m-shop-unit-day__text{
        line-height: 26px;
    }
    .m-shop-contents--type04 .m-shop-unit-text{
        clear: both;
        margin-bottom: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

    /*C06-02-07*/
    #info{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .top_h2-news{
      font-size: 32px;
      text-align: center;
      font-weight: bold;
    }
    .infoListSet{
      border-bottom: 2px solid #ccc;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .infoListSet .icon{
      margin-bottom: 5px;
      line-height: 2.0;
    }

    .infoListSet .icon span {
      padding: 2px 10px;
      font-size: 1.5rem;
      font-weight: bold;
    }
    .icon span.date{
      font-weight: normal;
    }
    .icon .ptn1{
      border: solid 1px #053a91;
      color: #053a91;
    }

    .icon .ptn2{
      border: solid 1px #cc0033;
      color: #cc0033;
    }

    .icon .ptn3 {
      border: solid 1px #889eed;
      color: #889eed;
    }

    .icon .ptn4{
      border: solid 1px #999999;
      color: #999999;
    }

    .icon .ptn5{
      border: solid 1px #ff8c00;
      color: #ff8c00;
    }
    .infoListSet .description{
      font-size: 1.6rem;
    }
    .infoListSet .description a{
      text-decoration: underline;
      color: #333;
      position: relative;
    }

@media screen and (min-width:768px) and (max-width:1125px){
    /*M02-05-03,M02-05-04*/
    .m-shop-contents--type02 .m-shop-unit-figure{
        margin-left: 0;
        margin-right: 20px;
    }
    .m-shop-contents--type02 .m-shop-unit-tag{
        margin-right: 20px;
    }
    .m-shop-contents--type02 .m-shop-unit-title, .m-shop-contents--type02 .m-shop-unit-lead{
        margin-right: 139px;
    }
    .m-shop-contents--type02 .m-shop-unit-news{
        right: 0;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M02-05-01,M02-05-02*/
    .m-shop-contents.m-shop-contents--type01{
        display: flex;
        justify-content: start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 375px;
        margin: 0 auto;
    }
    .m-shop-contents a{
        text-decoration: none;
    }
    .m-shop-contents--type01 .m-shop-unit{
        box-sizing: border-box;
        margin : 0 5% 30px 0;
        width: 30%;
    }
    .m-shop-contents--type01 .m-shop-unit:nth-of-type(3n){
        margin-right: 0;
    }
    .m-shop-contents--type01 .m-shop-unit-figure{
        background-color: #FFFFFF;
        border: 1px solid #D9D5D1;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        height: 70px;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .m-shop-contents--type01 .m-shop-unit-figure__img{
        display: block;
        width: 100%;
    }
    .m-shop-contents--type01 .m-shop-unit-tag{
        margin-bottom: 10px;
    }
    .m-shop-contents--type01 .m-shop-unit-tag__img{
        display: block;
        max-width: 92px;
    }
    .m-shop-contents--type01 .m-shop-unit-news{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 24px;
        text-align: center;
        color: #EB7435;
        border: 1px solid #EB7435;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .m-shop-contents--type01 .m-shop-unit-title{
        color: #333333;
        margin-bottom: 10px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .m-shop-contents--type01 .m-shop-unit-lead{
        color: #333333;
        margin-bottom: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-shop-contents--type01 .m-shop-unit-title,.m-shop-contents--type01 .m-shop-unit-lead{
        display: none;
    }

    /*M02-05-03,M02-05-04*/
    .m-shop-contents--type02.m-shop-contents{
        box-sizing: border-box;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .m-shop-contents--type02 .m-shop-unit:first-child{
        border-top: 1px solid #D9D5D1;
    }
    .m-shop-contents--type02 .m-shop-unit{
        display: block;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D9D5D1;
    }
    .m-shop-contents--type02 .m-shop-unit-figure{
        position: absolute;
        display: flex;
        width: 85px;
        height: 85px;
        padding: 10px;
        margin: auto;
        top: 0;
        bottom: 0;
    }
    .m-shop-contents--type02 .m-shop-unit-figure__img{
        margin-top: auto;
        margin-bottom: auto;
        max-width: 100%;
    }
    .m-shop-contents--type02 .m-shop-unit-tag{
        margin-bottom: 10px;
    }
    .m-shop-contents--type02 .m-shop-unit-tag img{
        display: block;
    }
    .m-shop-contents--type02 .m-shop-unit-tag__img{
        width: 92px;
        height: 24px;
    }
    .m-shop-contents--type02 .m-shop-unit-title{
        display: block;
        margin-bottom: 10px;
        color: #333333;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.5;
    }
    .m-shop-contents--type02 .m-shop-unit-lead{
        color: #333333;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-shop-contents--type02 .m-shop-unit-news{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 124px;
        height: 24px;
        margin-top: 6.5px;
        margin-left: 0;
        border: 1px solid #eb7435;
        color: #eb7435;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .m-shop-contents--type02 .m-shop-unit-tag, .m-shop-contents--type02 .m-shop-unit-body{
        margin-left: 115px;
    }

    /*M02-05-05,M02-05-06,M02-05-07*/
    .m-shop-contents--type03 .m-shop-contents{
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .m-shop-contents--type03 .m-shop-unit{
        box-sizing: border-box;
        display: block;
        padding: 40px 15px;
        border-bottom: 1px solid #D9D5D1;
        max-width: 375px;
        margin: 0 auto;
    }
    .m-shop-contents--type03 .m-shop-unit-figure{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .m-shop-contents--type03 .m-shop-unit-figure__img {
        margin: 0 auto;
        max-width: 100%;
    }
    .m-shop-contents--type03 .m-shop-unit-body{
        padding-left: 0;
    }
    .m-shop-contents--type03 .m-shop-unit-tag{
        width: 92px;
        margin-bottom: 20px;
    }
    .m-shop-contents--type03 .m-shop-unit-tag img{
        display: block;
    }
    .m-shop-contents--type03 .m-shop-unit-title{
        margin-bottom: 20px;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1.5;
    }
    .m-shop-contents--type03 .m-shop-unit-sub{
        display: block;
        justify-content: space-between;
    }
    .m-shop-contents--type03 .m-shop-unit-shop{
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
    }
    .m-shop-contents--type03 .m-shop-unit-offer{
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }
    .m-shop-contents--type03 .m-shop-unit-offer-item{
        display: block;
        font-size: 1.2rem;
        line-height: 1.5;
        white-space: nowrap;
    }
    .m-shop-contents--type03 .m-shop-unit-offer-item:first-child{
        margin-top: auto;
    }
    .m-shop-contents--type03 .m-shop-unit-offer-item::before{
        margin-left: 0;
        margin-right: 0.5em;
        content: '※';
    }
    .m-shop-contents--type03 .m-shop-unit-text{
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .m-shop-contents--type03 .m-shop-unit-day{
        font-size: 1.6rem;
    }
    .m-shop-unit--type01 .m-shop-unit-title{
        color: #cc0033;
    }
    .m-shop-unit--type02 .m-shop-unit-title{
        color: #AFABA7
    }
    .m-shop-unit--type03 .m-shop-unit-title{
        color: #666666;
    }

    /*M02-05-09,M02-05-10,M02-05-11*/
    .m-shop-contents.m-shop-contents--type04{
        display: flex;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .m-shop-contents--type04 .m-shop-unit{
        margin: 0 auto 20px;
        width: 100%;
    }
    .m-shop-contents--type04 .m-shop-unit-figure{
        margin-bottom: 20px;
        text-align: center;
    }
    .m-shop-contents--type04 .m-shop-unit-figure__img{
        max-width: 100%;
    }
    .m-shop-contents--type04 .m-shop-unit-body{
        max-width: 340px;
    }
    .m-shop-contents--type04 .m-shop-unit-day{
        padding-top: 5px;
        margin-bottom: 16.5px;
        color: #666666;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .m-shop-contents--type04 .m-shop-unit-day-tag{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 72px;
        height: 24px;
        margin-right: 20px;
        float: left;
        color: #EB7435;
        border: 1px solid #EB7435;
        font-size: 1.2rem;
        line-height: 1.5;
        white-space: nowrap;
    }
    .m-shop-contents--type04 .m-shop-unit-day__text{
        line-height: 26px;
    }
    .m-shop-contents--type04 .m-shop-unit-text{
        clear: both;
        margin-bottom: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    /*C06-02-07*/
    #info{
      padding-top: 35px;
      padding-bottom: 35px;
    }
    .top_h2-news{
      font-size: 24px;
      text-align: center;
      font-weight: bold;
    }
    .infoListSet{
      border-bottom: 2px solid #ccc;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .infoListSet .icon{
      margin-bottom: 5px;
      line-height: 2.0;
    }

    .infoListSet .icon span {
      padding: 2px 10px;
      font-size: 1.5rem;
      font-weight: bold;
    }
    .icon span.date{
      font-weight: normal;
    }
    .icon .ptn1{
      border: solid 1px #053a91;
      color: #053a91;
    }

    .icon .ptn2{
      border: solid 1px #cc0033;
      color: #cc0033;
    }

    .icon .ptn3 {
      border: solid 1px #889eed;
      color: #889eed;
    }

    .icon .ptn4{
      border: solid 1px #999999;
      color: #999999;
    }

    .icon .ptn5{
      border: solid 1px #ff8c00;
      color: #ff8c00;
    }
    .infoListSet .description{
      font-size: 1.6rem;
    }
    .infoListSet .description a{
      text-decoration: underline;
      color: #333;
      position: relative;
    }
}

/*====================
  16.手順
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M02-06-01*/
    .m-procedure-list.m-procedure-list--type-01{
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        counter-reset: procedure_number;
        width: 100%;
    }
    .m-procedure-list--type-01 .m-procedure-list-item{
        box-sizing: border-box;
        width: 33%;
        margin-bottom: 40px;
        padding-right: 7.5%;
    }
    .m-procedure-list--type-01 .m-procedure-list-figure{
        margin-bottom: 20px;
        position: relative;
        width: 100%;
    }
    .m-procedure-list--type-01 .m-procedure-list-item:not(:last-of-type) .m-procedure-list-figure::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -20%;
        display: block;
        width: 24px;
        height: 48px;
        margin: auto;
        background-image: url(/keitai_payment/common/images/component/arrow_right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }
    .m-procedure-list--type-01 .m-procedure-list-img{
        display: block;
        width: 100%;
    }
    .m-procedure-list--type-01 .m-procedure-list-body{
        position: relative;
        padding-left: 30px;
        counter-increment: procedure_number;
    }
    .m-procedure-list--type-01 .m-procedure-list-body::before{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        line-height: 1em;
        margin-right: 6px;
        border-radius: 50%;
        background: #cc0033;
        color: #ffffff;
        font-weight: bold;
        content: counter(procedure_number);
    }
    .m-procedure-list--type-01 .m-procedure-list-text{
        font-size: 1.6rem;
        line-height: 1.5;
    }

    /*M02-06-01（2カラム）*/
    /*===== 全体 =====*/
    .m-flow {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
    }
    /*===== 大見出し =====*/
    .m-flow-heading {
        font-size: 2.0rem;
        font-weight: normal;
        border-bottom: solid 1px #dedede;
        margin-bottom: 40px;
        padding-bottom: 10px;
    }
    /*===== コンテンツ =====*/
    .m-flow-contents + .m-flow-contents {
        margin-top: 60px;
    }
    .m-flow-item + .m-flow-item {
        margin-top: 30px;
    }
    .m-flow-title {
        font-size: 1.6rem;
        font-weight: bold;
    }
    .m-flow-text {
    font-size: 1.6rem;
    font-weight: normal;
    }
    /*===== グリッド =====*/
    .m-flow-grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    /* グリッド 矢印なし */
    .m-flow-grid--type01 .m-flow-grid-item {
        width: 300px;
        position: relative;
    }
    .m-flow-grid--type01 .m-flow-grid-item + .m-flow-grid-item {
        margin-left: 100px;
    }
    /* グリッド 矢印あり */
    .m-flow-grid--type02 .m-flow-grid-item {
        width: 300px;
        position: relative;
    }
    .m-flow-grid--type02 .m-flow-grid-item + .m-flow-grid-item {
        margin-left: 100px;
    }
    .m-flow-grid--type02 .m-flow-grid-item:nth-child(even):before {
        content: '';
        display: block;
        background-image: url(/keitai_payment/common/images/component/arrow_right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 24px;
        height: 48px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20%;
    }
    /* グリッド 見出し */
    .m-flow-grid {
        font-size: 1.6rem;
        font-weight: bold;
    }
    /* グリッド 画像 */
    .m-flow-grid-figure {
        text-align: center;
    }
    .m-flow-grid-img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    /* グリッド 本文 */
    .m-flow-grid-text {
        font-size: 1.6rem;
        font-weight: normal;
    }
    /*===== 各マージン =====*/
    .m-flow-grid-heading + .m-flow-grid-figure,
    .m-flow-grid-figure + .m-flow-grid-heading  {
        margin-top: 10px;
    }
    .m-flow-title + .m-flow-text,
    .m-flow-text + .m-flow-text {
        margin-top: 10px;
    }

    /*M02-06-02*/
    .m-procedure-list.m-procedure-list--type02{
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        counter-reset: procedue_min_number;
    }
    .m-procedure-list--type02 .m-procedure-list-item{
        display: flex;
        align-items: baseline;
        margin-bottom: 6.5px;
        font-size: 1.4rem;
        line-height: 1.5;
        counter-increment: procedure_min_number;
    }
    .m-procedure-list--type02 .m-procedure-list-item::before{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        line-height: 1em;
        margin-right: 6px;
        border-radius: 50%;
        background: #cc0033;
        color: #ffffff;
        font-weight: bold;
        content: counter(procedure_min_number);
    }
    .m-procedure-list--type02 .m-procedure-list-item::after{
        display: block;
        width: 6px;
        height: 12px;
        margin-left: 42px;
        background-image: url(/keitai_payment/common/images/component/arrow_right_min.svg);
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .m-procedure-list--type02 .m-procedure-list-item:not(:last-of-type){
        margin-right: 20px;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M02-06-01*/
    .m-procedure-list.m-procedure-list--type-01{
        counter-reset: procedure_number;
        box-sizing: border-box;
        display: block;
        width: 100%;
        max-width: 375px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .m-procedure-list--type-01 .m-procedure-list-item{
        padding-bottom: 46px;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
    }
    .m-procedure-list--type-01 .m-procedure-list-item:not(:last-of-type)::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 52px;
        height: 26px;
        background-image: url(/keitai_payment/common/images/component/arrow_bottom.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .m-procedure-list--type-01 .m-procedure-list-figure{
        margin-bottom: 20px;
        width: 100%;
    }
    .m-procedure-list--type-01 .m-procedure-list-img{
        display: block;
        width: 100%;
    }
    .m-procedure-list--type-01 .m-procedure-list-body{
        position: relative;
        padding-left: 30px;
        counter-increment: procedure_number;
    }
    .m-procedure-list--type-01 .m-procedure-list-body::before{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        line-height: 1em;
        margin-right: 6px;
        border-radius: 50%;
        background: #cc0033;
        color: #ffffff;
        font-weight: bold;
        content: counter(procedure_number);
    }
    .m-procedure-list--type-01 .m-procedure-list-text{
        font-size: 1.6rem;
        line-height: 1.5;
    }

    /*M02-06-01（2カラム）*/

    /*===== 大見出し =====*/
    .m-flow-heading {
        border-bottom: solid 1px #dedede;
        font-size: 1.8rem;
        font-weight: normal;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    /*===== コンテンツ =====*/
    .m-flow-contents + .m-flow-contents {
        margin-top: 60px;
    }
    .m-flow-item + .m-flow-item {
        margin-top: 15px;
    }
    .m-flow-title {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .m-flow-text {
        font-size: 1.4rem;
        font-weight: normal;
    }
    /*===== グリッド =====*/
    .m-flow-grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    /* グリッド 矢印なし */
    .m-flow-grid--type01 .m-flow-grid-item {
        width: 43%;
        position: relative;
    }
    .m-flow-grid--type01 .m-flow-grid-item:nth-child(odd) {
        width: 43%;
    }
    .m-flow-grid--type01 .m-flow-grid-item:nth-child(even) {
        width: 50%;
        margin-left: 7%;
    }
    /* グリッド 矢印あり */
    .m-flow-grid--type02 .m-flow-grid-item {
        width: 43%;
        position: relative;
    }
    .m-flow-grid--type02 .m-flow-grid-item + .m-flow-grid-item {
        margin-left: 14%;
    }
    .m-flow-grid--type02 .m-flow-grid-item:nth-child(even):before {
        content: '';
        display: block;
        background-image: url(/keitai_payment/common/images/component/arrow_right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 16px;
        height: 32px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20%;
    }
    /* グリッド 見出し */
    .m-flow-grid {
        font-size: 1.4rem;
        font-weight: bold;
    }
    /* グリッド 画像 */
    .m-flow-grid-figure {
        text-align: center;
    }
    .m-flow-grid-img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    /* グリッド 本文 */
    .m-flow-grid-text {
        font-size: 1.4rem;
        font-weight: normal;
    }
    /*===== 各マージン =====*/
    .m-flow-grid-heading + .m-flow-grid-figure,
    .m-flow-grid-figure + .m-flow-grid-heading  {
        margin-top: 10px;
    }
    .m-flow-title + .m-flow-text,
    .m-flow-text + .m-flow-text {
        margin-top: 10px;
    }

    /*M02-06-02*/
    .m-procedure-list.m-procedure-list--type02{
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        counter-reset: procedue_min_number;
    }
    .m-procedure-list--type02 .m-procedure-list-item{
        display: flex;
        align-items: baseline;
        margin-bottom: 6.5px;
        font-size: 1.4rem;
        line-height: 1.5;
        counter-increment: procedure_min_number;
    }
    .m-procedure-list--type02 .m-procedure-list-item::before{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        line-height: 1em;
        margin-right: 6px;
        border-radius: 50%;
        background: #cc0033;
        color: #ffffff;
        font-weight: bold;
        content: counter(procedure_min_number);
    }
    .m-procedure-list--type02 .m-procedure-list-item::after{
        display: block;
        width: 6px;
        height: 12px;
        margin-left: 42px;
        background-image: url(/keitai_payment/common/images/component/arrow_right_min.svg);
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .m-procedure-list--type02 .m-procedure-list-item:not(:last-of-type){
        margin-right: 20px;
    }
}



/*====================
  17.FAQ
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M02-05-12*/
    .m-faq{
        border-bottom: 1px solid #D9D5D1;
        width: 100%;
        margin: 0 auto;
    }
    .m-faq:first-child{
        border-top: 1px solid #D9D5D1;
    }
    .m-faq-q{
        position: relative;
        padding-top: 20px;
        padding-right: 30px;
        padding-bottom: 20px;
        cursor: pointer;
    }
    .m-faq-q-first{
        border-top: 1px solid #D9D5D1;
    }
    .m-faq-q::after{
        position: absolute;
        top: calc(50% - 10px);
        top: -webkit-calc(50% - 10px);
        right: 0;
        width: 20px;
        height: 20px;
        background-image: url(/keitai_payment/common/images/component/icon-plus.svg);
        /* アコーディオンクローズ中のアイコン（+）*/
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .m-faq.is-active .m-faq-q::after{
        background-image: url(/keitai_payment/common/images/component/icon-minus.svg);
        /* アコーディオンオープン中のアイコン（-）*/
    }
    .m-faq-q__title{
        position: relative;
        padding-left: 50px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .m-faq-q__title::after{
        display: block;
        position: absolute;
        left: 0;
        top: -webkit-calc(50% - 17px);
        top: calc(50% - 17px);
        width: 34px;
        height: 34px;
        background-image: url(/keitai_payment/common/images/component/faq_q.svg);
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .faq_a{
        display: none;
        padding-top: 10px;
    }
    .m-faq.is-active .faq_a{
        display: block;
    }
    .faq_a__title{
        position: relative;
        margin-bottom: 25px;
        padding-left: 50px;
        color: #cc0033;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .faq_a__title::before{
        display: block;
        position: absolute;
        left: 0;
        top: -webkit-calc(50% - 17px);
        top: calc(50% - 17px);
        width: 34px;
        height: 34px;
        background-image: url(/keitai_payment/common/images/component/faq_a.svg);
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .faq_a__text{
        padding-bottom: 30px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*M02-05-12*/
    .m-faq{
        border-bottom: 1px solid #D9D5D1;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 auto 15px;
    }
    .m-faq-q{
        position: relative;
        padding-top: 20px;
        padding-right: 30px;
        padding-bottom: 20px;
        cursor: pointer;
    }
    .m-faq-q-first{
        border-top: 1px solid #D9D5D1;
    }
    .m-faq-q::after{
        position: absolute;
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        right: 0;
        width: 20px;
        height: 20px;
        background-image: url(/keitai_payment/common/images/component/icon-plus.svg);
        /* アコーディオンクローズ中のアイコン（+）*/
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .m-faq.is-active .m-faq-q::after{
        background-image: url(/keitai_payment/common/images/component/icon-minus.svg);
        /* アコーディオンオープン中のアイコン（-）*/
    }
    .m-faq-q__title{
        position: relative;
        padding-left: 50px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .m-faq-q__title::after{
        display: block;
        position: absolute;
        left: 0;
        top: -webkit-calc(50% - 17px);
        top: calc(50% - 17px);
        width: 34px;
        height: 34px;
        background-image: url(/keitai_payment/common/images/component/faq_q.svg);
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .faq_a{
        display: none;
        padding-top: 10px;
    }
    .m-faq.is-active .faq_a{
        display: block;
    }
    .faq_a__title{
        position: relative;
        margin-bottom: 25px;
        padding-left: 50px;
        color: #cc0033;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .faq_a__title::before{
        display: block;
        position: absolute;
        left: 0;
        top: -webkit-calc(50% - 17px);
        top: calc(50% - 17px);
        width: 34px;
        height: 34px;
        background-image: url(/keitai_payment/common/images/component/faq_a.svg);
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .faq_a__text{
        padding-bottom: 30px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}



/*====================
  18.PDF
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*M01-04-01*/
    .m-acrobat{
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-acrobat__inner{

    }
    .m-acrobat__text{
        color: #666666;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
/*===== SP =====*/
    /*M01-04-01*/
@media only screen and (max-width: 767px) {
    .m-acrobat{
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-acrobat__inner{

    }
    .m-acrobat__text{
        color: #666666;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}



/*====================
  19.検索
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
    /*C06-02-01*/
    .c-search-menu.c-search-menu-type-01{
        border-bottom: 1px solid #D9D5D1;
        margin-bottom: 60px;
    }
    .c-search-menu-type-01 .c-search-menu-list{
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .c-search-menu-type-01 .c-search-menu-list-item{
        width: 14.285%;
        width: -webkit-calc(100 / 7);
        width: calc(100 / 7);
        margin-bottom: 40px;
    }
    .c-search-menu-type-01 .c-search-menu-list-link{
        display: block;
        color: #666666;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
    }
    .c-search-menu-type-01 .c-search-menu-list-link::before{
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        margin-bottom: 20px;
        content: '';
    }
    .c-search-menu-type-01 .c-search-menu-list-link.selected{
        color: #CC0033;
    }
    .c-search-menu-type-01 .c-search-menu-list-link.selected::before{
    }

    /*C06-02-02*/
    .c-search-menu.c-search-menu-type-02{
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
    .c-search-menu-type-02 .c-search-menu-list{
        display: flex;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto 40px;
    }
    .c-search-menu-type-02 .c-search-menu-list-item{
        width: 16%;
    }
    .c-search-menu-type-02 .c-search-menu-list-item:first-of-type{
        margin-bottom: 30px;
    }
    .c-search-menu-type-02 .c-search-menu-list-item:not(:nth-of-type(5n)){
        margin-right: 5%;
    }
    .c-search-menu-type-02 .c-search-menu-list-link{
        display: block;
        padding: 14px 0;
        border: 1px solid #333333;
        border-radius: 4px;
        color: #333333;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
    }
    .c-search-menu-type-02 .c-search-menu-list-link.selected{
        color: #CC0033;
        background-color: #FDEDF1;
    }

    /*C06-02-03*/
    .c-search-check__inner{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .c-search-check__title{
        margin-bottom: 20px;
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: center;
    }
    .c-search-check__body{
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .c-search-check__label{
        display: flex;
        align-items: flex-end;
    }
    .c-search-check__label:not(:last-of-type){
        margin-right: 40px;
    }
    .c-search-check__check{
        display: block;
        width: 24px;
        height: 24px;
        margin: 0;
        background: transparent;
        border: none;
        outline: none;
        -webkit-appearance: none;
        appearance: none;
        margin-right: 20px;
        border: 2px solid #333333;
        background: #ffffff;
    }
    .c-search-check__check:checked{
        background-image: url(/keitai_payment/common/images/component/searchform_filter_check.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    /*C06-02-04*/
    .c-search-answer{
        max-width: 1080px;
        margin: 0 auto 40px;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
    }
    .c-search-answer__count{
        margin-left: 1em;
    }
    .c-search-answer__num{
        color: #cc0033;
        font-size: 4rem;
    }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
    /*C06-02-01*/
    .c-search-menu.c-search-menu-type-01{
        border-bottom: 1px solid #D9D5D1;
        margin-bottom: 60px;
    }
    .c-search-menu-type-01 .c-search-menu-list{
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .c-search-menu-type-01 .c-search-menu-list-item{
        width: 33.334%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
        margin-bottom: 40px;
    }
    .c-search-menu-type-01 .c-search-menu-list-link{
        display: block;
        color: #666666;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
    }
    ..c-search-menu-type-01 .c-search-menu-list-link.all{
        display: flex;
        align-items: center;
        width: 50%;
        margin: 0 auto;
    }
    .c-search-menu-type-01 .c-search-menu-list-link::before{
        display: block;
        width: 40px;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        content: '';
    }
    .c-search-menu-type-01 .c-search-menu-list-link.selected{
        color: #CC0033;
    }
    .c-search-menu-type-01 .c-search-menu-list-link.selected::before{
    }

    /*C06-02-02*/
    .c-search-menu.c-search-menu-type-02{
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
    .c-search-menu-type-02 .c-search-menu-list{
        display: flex;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto 60px;
    }
    .c-search-menu-type-02 .c-search-menu-list-item{
        width: 15.2%;
    }
    .c-search-menu-type-02 .c-search-menu-list-item:first-of-type{
        margin-bottom: 30px;
    }
    .c-search-menu-type-02 .c-search-menu-list-item:not(:nth-of-type(5n)){
        margin-right: 6%;
    }
    .c-search-menu-type-02 .c-search-menu-list-link{
        display: block;
        padding: 14px 0;
        border: 1px solid #333333;
        border-radius: 4px;
        color: #333333;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
    }
    .c-search-menu-type-02 .c-search-menu-list-link.selected{
        color: #CC0033;
        background-color: #FDEDF1;
    }

    /*C06-02-03*/
    .c-search-check{

    }
    .c-search-check__inner{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .c-search-check__title{
        margin-bottom: 20px;
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: center;
    }
    .c-search-check__body{
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .c-search-check__label{
        display: flex;
        align-items: flex-end;
    }
    .c-search-check__label:not(:last-of-type){
        margin-right: 8%;
    }
    .c-search-check__check{
        display: block;
        width: 24px;
        height: 24px;
        margin: 0;
        background: transparent;
        border: none;
        outline: none;
        -webkit-appearance: none;
        appearance: none;
        margin-right: 13px;
        border: 2px solid #333333;
        border-radius: 0;
        background: #ffffff;
    }
    .c-search-check__check:checked{
        background-image: url(/keitai_payment/common/images/component/searchform_filter_check.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    /*C06-02-04*/
    .c-search-answer{
        max-width: 1080px;
        margin: 0 auto 40px;
        font-size: 2.0rem;
        font-weight: 600;
        line-height: 1.5;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .c-search-answer__count{
        display: block;
        margin-left: 0;
    }
    .c-search-answer__num{
        color: #cc0033;
        font-size: 3.4rem;
    }
}

/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  .m-guide-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-guide-slide-item {
    width: 198px;
    outline: none !important;
  }
  .m-guide-slide-item:active {
    outline: none !important;
  }
  .m-guide-slide-item + .m-guide-slide-item {
    margin-left: 15px;
  }
  .m-guide-slide-link {
    outline: none;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  .m-guide-slide-item {
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
  }
  .m-guide-slide-item img {
    max-width: 100%;
    height: auto;
  }
  .m-guide-slide-link {
    display: inline-block;
  }
  .guide-slide-link {
    outline: none;
  }
  .m-guide-slide .slick-dots li {
    width: 10px;
  }
  .m-guide-slide .slick-dots li.slick-active button:before {
    color: #CC0033;
  }
}

/*====================
  21.アプリDLボタンだしわけ
====================*/
.pc.win a[href="https://itunes.apple.com/jp/app/id1328132872?mt=8"]{
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .sp .installBtn{
        text-align: center;
    }
    .sp .faq-install,
    .sp .security-install,
    .sp .guide-install,
    .sp .download__link-area,
    .sp .appdl__link-area{
        justify-content: center;
    }
    .sp.iphone .GooglePlay,
    .sp.ipad .GooglePlay,
    .sp.iphone .faq-install .faq-install-item:first-child,
    .sp.ipad .faq-install .faq-install-item:first-child,
    .sp.iphone .security-install .security-install-item:first-child,
    .sp.ipad .security-install .security-install-item:first-child,
    .sp.iphone .guide-install .guide-install-item:first-child,
    .sp.ipad .guide-install .guide-install-item:first-child,
    .sp.iphone .download__link-area .download__link:first-child,
    .sp.ipad .download__link-area .download__link:first-child,
    .sp.iphone .appdl__link-area .appdl__link:first-child,
    .sp.ipad .appdl__link-area .appdl__link:first-child
    {
        display: none!important;
    }
    .sp.android .AppStore,
    .sp.android .faq-install .faq-install-item:nth-child(2),
    .sp.android .security-install .security-install-item:nth-child(2),
    .sp.android .guide-install .guide-install-item:nth-child(2),
    .sp.android .download__link-area .download__link:nth-child(2),
    .sp.android .appdl__link-area .appdl__link:nth-child(2)
    {
        display: none!important;
    }
}

/*既存パーツコンポーネント化*/
#contents ul.cpn_bnr_list{
    margin: 0 auto 30px;
    text-align: center;
    overflow: hidden;
}
#contents ul.cpn_bnr_list li{
    float: left;
    width: 200px;
    margin-right: 15px;
}
#contents ul.cpn_bnr_list li:last-child {
    margin-right: 0;
}
#contents ul.cpn_bnr_list li img {
    border: solid 1px #e2e2e2;
    width: 100%;
    height:auto;
}

@media only screen and (max-width: 767px){
    #contents ul.cpn_bnr_list {
        width: 100%;
        max-width: 360px;
        margin: 0 auto 20px;
    }
    #contents ul.cpn_bnr_list.single_bnr{
        width: 180px;
    }
    #contents ul.cpn_bnr_list li{
        width: 48%;
        margin-bottom: 10px;
        margin-right: 3%;
    }
    #contents ul.cpn_bnr_list.single li{
        width: 100%;
    }
    #contents ul.cpn_bnr_list li:nth-child(even){
        margin-right: 0;
    }
}

.appdl {
    padding: 30px 15px;
    box-sizing: border-box;
    background-color: #CC0033;
}
.appdl__head, #contents p.appdl__head{
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    white-space: nowrap;
}
.appdl__link-area {
    display: flex;
    justify-content: space-between;
}
.appdl__link {
    display: block;
    width: 48%;
    text-align: center;
}
.appdl__link > img {
    max-width: 100%;
    vertical-align: middle;
}
@media (min-width: 768px) {
/* PC */
    .appdl {
        padding: 45px 0;
        text-align: center;
        position: relative;
    }
    .appdl-wrap {
        display: inline-flex;
        align-items: center;
    }
    .appdl__head, #contents p.appdl__head {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 0;
        margin-right: 40px;
    }
    .after_wide::after{
        content: "";
        background-color: #CC0033;
        height: 137.03px;
        width: 200vw;
        position: absolute;
        left: -50vw;
        top: 0;
        z-index: -1;
    }
}