/*===========================
全体
===========================*/
#guidepay_soryo{
    max-width: 900px;
	margin: 20px auto 0;
}
#guidepay_soryo h1{
	margin-bottom: 25px;
}
#guidepay_soryo h2{
	margin-top: 15px;
    border-bottom: 2px solid #333;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
#guidepay_soryo h2:nth-of-type(n+2){
	margin-top: 30px;
}
#guidepay_soryo h2::before{
	content: " ■ ";
}
#guidepay_soryo section{
	box-sizing: border-box;
	padding: 10px;
    text-align: left;
}
#guidepay_soryo p > a{
	color: #cb6767;
	font-weight: bold;
	border-bottom: 1px solid;
}
#guidepay_soryo li a{
	color: #cb6767;
	font-weight: bold;
	border-bottom: 1px solid;
}
#guidepay_soryo .pc_none{
    display: none !important;
}
#guidepay_soryo .red {
    font-weight: bold;
    color: #b10e1b;
}

/*------------------------------------
切り替えタブ
-------------------------------------*/
#guidepay_soryo .tab-area{
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
}
#guidepay_soryo .tab_soryo{
    width: calc(85%/2);
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    border: 1px solid;
    border-bottom: none;
    height: 4em;
    margin-top: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex: 1;
    flex-grow: 1; */
}
#guidepay_soryo .tab_soryo:nth-child(1){
    margin-right: 20px;
}
#guidepay_soryo .tab_soryo h3{
    margin: 0.5em;
}
#guidepay_soryo .tab_soryo p{
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
#guidepay_soryo .tab_soryo.active_soryo{
    background-color: #333;

    height: 6em;
    margin-top: 0;
    transition: 0.5s all;
}
#guidepay_soryo .tab_soryo.active_soryo p{
    color: #fff;
}


/*タブ中身*/
#guidepay_soryo .panel_soryo{
    display: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    transition: all 1.0s ease;
}
#guidepay_soryo .panel_soryo.active_soryo{
    display: block;
    /* opacity: 1.0;
    transition: all 1.0s ease; */
}
#guidepay_soryo .panel_soryo.active_soryo{
    border-top: 2px solid #333;
}

/*------------------------------------
23/07/28追加
-------------------------------------*/
#guidepay_soryo .warning_txt{
    box-sizing: border-box;
    padding: 10px;
    background-color: #f6eee3;
    margin-top: 5px;
}
#guidepay_soryo .warning_txt li{
    display: flex;    
}
#guidepay_soryo .warning_txt li.card_img{
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#guidepay_soryo .warning_txt li.card_img .img_box,
#guidepay_soryo .warning_txt li.bn_box{
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}
#guidepay_soryo .warning_txt li.bn_box{
    margin-bottom: 10px;
}
#guidepay_soryo .warning_txt li.bn_box a:hover img,
#guidepay_soryo .warning_txt li.bn_box2 a:hover img,
#guidepay_soryo .link_img a:hover img{
    opacity: 0.7;
    transition: 0.5s all;
}
#guidepay_soryo .warning_txt li.bn_box2{
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
}
#guidepay_soryo .warning_txt li:nth-child(n+2){
    margin-top: 5px;
}
#guidepay_soryo .warning_txt li::before{
    content: "※";
    margin-right: 3px;
}
#guidepay_soryo .warning_txt li.bn_box::before,
#guidepay_soryo .warning_txt li.bn_box2::before{
    content: none;
}
#guidepay_soryo .bank_box{
    border: 1px solid #a7a7a7;
    box-sizing: border-box;
    padding: 10px 50px 10px 10px;
    display: inline-block;
    margin: 10px 0;
}
#guidepay_soryo .bank_box p::before,
#guidepay_soryo .link_txt::before{
    font-family: 'Material Icons';
    content: "chevron_right";
    font-size: 16px;
    vertical-align: middle;
    color: #a7a7a7;
    font-weight: bold;
}
#guidepay_soryo .link_img a{
    border-bottom: none;
}
#guidepay_soryo .link_txt{
    margin: 5px 0 10px;
}

/*------------------------------------
送料タブ
-------------------------------------*/
#guidepay_soryo .soryo_box{
    box-sizing: border-box;
    padding: 10px;
    margin: 10px 0 30px;
}
#guidepay_soryo .soryo_box table{
    width: 100%;
    margin: 0 auto;
    border-spacing: 5px 5px;
}
#guidepay_soryo .soryo_box th{
    width: 295px;
    background-color: #333 !important;
    color: #fff;
    font-size: 15px;
    padding: 7px 0;
    font-weight: normal;
}
#guidepay_soryo .soryo_box th .tax_txt{
    font-size: 10px;
    margin: 0 3px;
}
#guidepay_soryo .soryo_box th .order_amount{
    background: #fff;
    color: #333333;
    box-sizing: border-box;
    padding: 1px 10px 2px;
    border-radius: 50px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}


#guidepay_soryo .soryo_box tr:nth-of-type(1) th{
    background-color: #fff !important;
}
#guidepay_soryo .soryo_box tr:nth-of-type(1) td{
    color: #fff;
    padding: 7px 0;
}
#guidepay_soryo .soryo_box tr:nth-of-type(1) td:nth-of-type(1){
    background-color: #4582c6;
}
#guidepay_soryo .soryo_box tr:nth-of-type(1) td:nth-of-type(2){
    background-color: #d04848;
}
#guidepay_soryo .soryo_box td{
    width: 295px;
    background-color: #f0f0f0;
}
#guidepay_soryo .soryo_box tr:nth-of-type(n+2) td span{
    font-size: 20px;
    margin-right: 2px;
    font-weight: bold;
}

#guidepay_soryo .soryo_box > ul{
    text-align: left;
    margin-top: 5px;
    box-sizing: border-box;
    padding: 10px;
    background: #f6eee3;
    border-radius: 10px;
}
/* #guidepay_soryo .soryo_box > ul li{
    
} */
#guidepay_soryo .soryo_box > ul p{
    /* color: #494849; */
    font-size: 13px;
}
#guidepay_soryo .soryo_box > ul p::before{
    content: "・";
    margin-right: 3px;
}
#guidepay_soryo .soryo_box > ul p .strong{
    font-weight: bold;
    margin: 0 3px;
}
#guidepay_soryo .soryo_box > ul p .under_line{
    background: linear-gradient(transparent 60%, #e7bf8d 60%);
}


#guidepay_soryo .toiawase_soryo{
    margin: 5px 0 0px !important;
}


/*------------------------------------
アンカーメニュー
-------------------------------------*/
#guidepay_soryo .anchor_menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px auto 30px;
}
#guidepay_soryo .anchor_menu li{
    width: calc(97%/5);
    margin: 0px 5px 0 0px;
}
#guidepay_soryo .anchor_menu li:nth-child(n+6){
    margin-top: 10px;
}
#guidepay_soryo .anchor_menu li a{
    display: block;
    box-sizing: border-box;
    padding: 7px 0 14px;
    background-color: #609cc0;
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
    /* box-shadow: 0 3px 0 #3c6178; */
    position: relative;
    border: 2px solid #609cc0;
    transition: 0.5s;
    /* top: -3px; */
}
#guidepay_soryo .anchor_menu li a:hover{
    box-shadow: none;
    top: 0;
    color: #609cc0 !important;
    background-color: #fff;
}
#guidepay_soryo .anchor_menu li.consumption_tax a{
    background-color: #e1e1e1;
    /* box-shadow: 0 3px 0 #999999; */
    color: #575757;
    border-color: #e1e1e1;
}
#guidepay_soryo .anchor_menu li.consumption_tax a:hover{
    box-shadow: none;
    top: 0;
    color: #575757 !important;
}
#guidepay_soryo .anchor_menu li a::after{
    font-family: 'Material Icons';
    content: "expand_more";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 18px;
    color: #fff;
    transition: 0.5s;
}
#guidepay_soryo .anchor_menu li a:hover::after{
    bottom: -5px;
    color: #609cc0 !important;
}
#guidepay_soryo .anchor_menu li.consumption_tax a::after{
    color: #575757;
}
#guidepay_soryo .anchor_menu li.consumption_tax a:hover::after{
    color: #575757 !important;
}

/* #guidepay_soryo .anchor_menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px auto 30px;
}
#guidepay_soryo .anchor_menu li{
    width: calc(97%/5);
    margin: 0px 5px 0 0px;
}
#guidepay_soryo .anchor_menu li:nth-child(n+6){
    margin-top: 15px;
}
#guidepay_soryo .anchor_menu li a{
    display: block;
    box-sizing: border-box;
    padding: 7px 0 14px;
    background-color: #609cc0;
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
    box-shadow: 0 3px 0 #3c6178;
    position: relative;
    top: -3px;
}
#guidepay_soryo .anchor_menu li a:hover{
    box-shadow: none;
    top: 0;
    color: #fff !important;
}
#guidepay_soryo .anchor_menu li.consumption_tax a{
    background-color: #e1e1e1;
    box-shadow: 0 3px 0 #999999;
    color: #575757;
}
#guidepay_soryo .anchor_menu li.consumption_tax a:hover{
    box-shadow: none;
    top: 0;
    color: #575757 !important;
}
#guidepay_soryo .anchor_menu li a::after{
    font-family: 'Material Icons';
    content: "expand_more";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 18px;
    color: #fff;
}
#guidepay_soryo .anchor_menu li.consumption_tax a::after{
    color: #575757;
} */

/*ペイディ*/
#guidepay_soryo .paidy_list{
    box-sizing: border-box;
    padding: 0 20px;
}
#guidepay_soryo .paidy_list li{
    list-style: disc;
}
#guidepay_soryo .paidy_plus{
    box-sizing: border-box;
    padding: 10px;
    background-color: #eee;
    margin: 5px 0 10px;
}
#guidepay_soryo .paidy_plus p:nth-of-type(n+2){
    font-size: 12px;
    color: #545454;
}
#guidepay_soryo .toiawase{
    margin-top: 15px;
}
#guidepay_soryo .attention_txt{
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: -10px;
    color: #609cc0;
}
#guidepay_soryo .attention_txt::before{
    content: "※";
    margin-right: 3px;
}
/*アトカラ*/

#guidepay_soryo .atokara_plus{
    box-sizing: border-box;
    padding: 10px;
    background-color: #eee;
    margin: 5px 0 10px;
}
#guidepay_soryo .atokara_plus .small{
    font-size: 12px;
    color: #545454;
}




/***---------------------------------
TOPに戻る
---------------------------------***/
#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 4vw;
    bottom: 80px;
    /* background: #ef3f98; */
    border: 2px solid #666;
    opacity: 1.0;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    color: #666;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
}