/*===========================
全体
===========================*/
#guidepay_todoke{
    max-width: 900px;
	margin: 20px auto 0;
}
#guidepay_todoke h1{
	margin-bottom: 25px;
}
#guidepay_todoke h2{
	/* margin-top: 30px; */
    border-bottom: 2px solid #333;
    margin: 15px auto 0;
    padding: 0;
    text-align: left;
}
#guidepay_todoke > h2:nth-of-type(1){
	margin-top: 0;
}
#guidepay_todoke h2::before{
	content: " ■ ";
}
#guidepay_todoke section{
	box-sizing: border-box;
	padding: 10px;
    text-align: left;
}
#guidepay_todoke p > a{
	color: #cb6767;
	font-weight: bold;
	border-bottom: 1px solid;
}
#guidepay_todoke .pc_none{
    display: none !important;
}
#guidepay_todoke .red {
    font-weight: bold;
    color: #b10e1b;
}

/*------------------------------------
切り替えタブ
-------------------------------------*/
#guidepay_todoke .tab-area{
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
}
#guidepay_todoke .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_todoke .tab_soryo:nth-child(1){
    margin-right: 20px;
}
#guidepay_todoke .tab_soryo h3{
    margin: 0.5em;
}
#guidepay_todoke .tab_soryo p{
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
#guidepay_todoke .tab_soryo.active_soryo{
    background-color: #333;

    height: 6em;
    margin-top: 0;
    transition: 0.5s all;
}
#guidepay_todoke .tab_soryo.active_soryo p{
    color: #fff;
}


/*タブ中身*/
#guidepay_todoke .panel_soryo{
    display: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    transition: all 1.0s ease;
}
#guidepay_todoke .panel_soryo.active_soryo{
    display: block;
    /* opacity: 1.0;
    transition: all 1.0s ease; */
}
#guidepay_todoke .panel_soryo.active_soryo{
    border-top: 2px solid #333;
}

/*------------------------------------
23/07/28追加
-------------------------------------*/
#guidepay_todoke .warning_txt{
    box-sizing: border-box;
    padding: 10px;
    background-color: #f6eee3;
    margin-top: 5px;
}
#guidepay_todoke .warning_txt li{
    display: flex;    
}
#guidepay_todoke .warning_txt li.card_img{
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#guidepay_todoke .warning_txt li.card_img .img_box,
#guidepay_todoke .warning_txt li.bn_box{
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}
#guidepay_todoke .warning_txt li.bn_box{
    margin-bottom: 10px;
}
#guidepay_todoke .warning_txt li.bn_box a:hover img,
#guidepay_todoke .warning_txt li.bn_box2 a:hover img,
#guidepay_todoke .link_img a:hover img{
    opacity: 0.7;
    transition: 0.5s all;
}
#guidepay_todoke .warning_txt li.bn_box2{
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
}
#guidepay_todoke .warning_txt li:nth-child(n+2){
    margin-top: 5px;
}
#guidepay_todoke .warning_txt li::before{
    content: "※";
    margin-right: 3px;
}
#guidepay_todoke .warning_txt li.bn_box::before,
#guidepay_todoke .warning_txt li.bn_box2::before{
    content: none;
}
#guidepay_todoke .bank_box{
    border: 1px solid #a7a7a7;
    box-sizing: border-box;
    padding: 10px 50px 10px 10px;
    display: inline-block;
    margin: 10px 0;
}
#guidepay_todoke .bank_box p::before,
#guidepay_todoke .link_txt::before{
    font-family: 'Material Icons';
    content: "chevron_right";
    font-size: 16px;
    vertical-align: middle;
    color: #a7a7a7;
    font-weight: bold;
}
#guidepay_todoke .link_img a{
    border-bottom: none;
}
#guidepay_todoke .link_txt{
    margin: 5px 0 10px;
}

/*------------------------------------
送料
-------------------------------------*/
#guidepay_todoke .soryo_box{
    box-sizing: border-box;
    padding: 0 0 10px;
    margin: 0px 0 10px;
}
#guidepay_todoke .soryo_box table{
    width: 100%;
    margin: 0 auto;
    border-spacing: 5px 5px;
    text-align: center;
}
#guidepay_todoke .soryo_box th{
    width: 295px;
    background-color: #333 !important;
    color: #fff;
    font-size: 15px;
    padding: 7px 0;
    font-weight: normal;
}
#guidepay_todoke .soryo_box th .tax_txt{
    font-size: 10px;
    margin: 0 3px;
}
#guidepay_todoke .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_todoke .soryo_box tr:nth-of-type(1) th{
    background-color: #fff !important;
}
#guidepay_todoke .soryo_box tr:nth-of-type(1) td{
    color: #fff;
    padding: 7px 0;
}
#guidepay_todoke .soryo_box tr:nth-of-type(1) td:nth-of-type(1){
    background-color: #4582c6;
}
#guidepay_todoke .soryo_box tr:nth-of-type(1) td:nth-of-type(2){
    background-color: #d04848;
}
#guidepay_todoke .soryo_box td{
    width: 295px;
    background-color: #f0f0f0;
}
#guidepay_todoke .soryo_box tr:nth-of-type(n+2) td span{
    font-size: 20px;
    margin-right: 2px;
    font-weight: bold;
}

#guidepay_todoke .soryo_box > ul{
    text-align: left;
    margin-top: 5px;
    box-sizing: border-box;
    padding: 10px;
    background: #f6eee3;
    border-radius: 10px;
}
/* #guidepay_todoke .soryo_box > ul li{
    
} */
#guidepay_todoke .soryo_box > ul p{
    /* color: #494849; */
    font-size: 13px;
}
#guidepay_todoke .soryo_box > ul p::before{
    content: "・";
    margin-right: 3px;
}
#guidepay_todoke .soryo_box > ul p .strong{
    font-weight: bold;
    margin: 0 3px;
}
#guidepay_todoke .soryo_box > ul p .under_line{
    background: linear-gradient(transparent 60%, #e7bf8d 60%);
}
#guidepay_todoke .toiawase_soryo{
    margin: 5px 0 0px !important;
}
/* 20251203 M.OIKAWA ADD [新米特別送料] STA */
#guidepay_todoke .soryo_box > ul li.not-bullet p::before{
    content: none;
}
/* 20251203 M.OIKAWA ADD [新米特別送料] END */

/*離島の配送料金*/
#guidepay_todoke .remote_island,
#guidepay_todoke .otodoke_time{
    box-sizing: border-box;
    padding: 15px;
    margin: 0 auto;
    border: 1px solid #b8b8b8;
}
#guidepay_todoke .otodoke_time{
    margin-top: 15px;
}
#guidepay_todoke .remote_island .mida,
#guidepay_todoke .otodoke_time .mida{
    font-size: 16px;
    margin: 0 auto 7px;
    background: #db9191;
    box-sizing: border-box;
    padding-left: 5px;
    color: #fff;
}
#guidepay_todoke .remote_island .attention_txt{
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: -10px;
    color: #609cc0;
}
#guidepay_todoke .attention_txt::before {
    content: "※";
    margin-right: 3px;
}

/*お届けの時間帯*/
#guidepay_todoke .otodoke_time .time_list{
    display: flex;
    margin: 21px auto;
}
#guidepay_todoke .otodoke_time .time_list li{
    margin-right: 30px;
    font-size: 15px;
    font-weight: bold;
    background: linear-gradient(transparent 75%, #f1cece 0%);
}
#guidepay_todoke .otodoke_time .time_list span{
    font-size: 16px;
    margin-right: 2px;
    vertical-align: top;
}

#guidepay_todoke .attention2{
    background-color: #eee;
    box-sizing: border-box;
    padding: 10px;
    margin: 7px 0 0;
}
#guidepay_todoke .mida2{
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 3px;
    font-size: 15px;
}
#guidepay_todoke .mida2 span{
    font-size: 15px;
    margin-right: 3px;
}
#guidepay_todoke .mida2::before{
    content: "●";
    margin-right: 3px;
}
#guidepay_todoke .mida2:nth-of-type(n+2){
    margin-top: 15px;
}
#guidepay_todoke .attention2 li{
    display: flex;
}
#guidepay_todoke .attention2 li:nth-child(n+2){
    margin-top: 5px;
}
#guidepay_todoke .attention2 li::before{
    content: "※";
    margin-right: 3px;
}

/*配送状況の確認*/
#guidepay_todoke .delivery_status{
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #b8b8b8;
    margin-top: 5px;
}
#guidepay_todoke .delivery_status .link_txt{
    display: flex;
}

/*配送業者の保管期間について*/
#guidepay_todoke sup{
    font-size: 11px;
    font-weight: bold;
}

/*設置業者を委託される方へ*/
#guidepay_todoke .deadline .otodoke_time2{
    margin-top: 0 !important;
}

/*保証書について*/
#guidepay_todoke .warranty > p:nth-of-type(2){
    margin: 7px 0 5px;
}
#guidepay_todoke .warranty .remote_island{
    margin: 0 0 10px;
}
#guidepay_todoke .warranty .warning_txt li{
    margin-top: 0;
}

/*------------------------------------
アンカーメニュー
-------------------------------------*/
#guidepay_todoke .anchor_menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px auto 30px;
}
#guidepay_todoke .anchor_menu li{
    width: calc(97%/4);
    margin: 0px 5px 0 0px;
    text-align: center;
}
#guidepay_todoke .anchor_menu li:nth-child(n+5){
    margin-top: 10px;
}
#guidepay_todoke .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_todoke .anchor_menu li a:hover{
    box-shadow: none;
    top: 0;
    color: #609cc0 !important;
    background-color: #fff;
}
#guidepay_todoke .anchor_menu li.consumption_tax a{
    background-color: #e1e1e1;
    /* box-shadow: 0 3px 0 #999999; */
    color: #575757;
    border-color: #e1e1e1;
}
#guidepay_todoke .anchor_menu li.consumption_tax a:hover{
    box-shadow: none;
    top: 0;
    color: #575757 !important;
}
#guidepay_todoke .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_todoke .anchor_menu li a:hover::after{
    bottom: -5px;
    color: #609cc0 !important;
}
#guidepay_todoke .anchor_menu li.consumption_tax a::after{
    color: #575757;
}
#guidepay_todoke .anchor_menu li.consumption_tax a:hover::after{
    color: #575757 !important;
}

/***---------------------------------
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;
}