/*===========================
全体
===========================*/
#stickcleaner_freereturns{
    max-width: 900px;
	margin: 20px auto 0;
}
/* #stickcleaner_freereturns h1{
	margin-bottom: 25px;
} */
#stickcleaner_freereturns h2{
	/* margin-top: 30px; */
    border-bottom: 2px solid #3a3a3a;
    margin: 40px auto 0;
    padding: 0;
    text-align: left;
    color: #3a3a3a;
}
#stickcleaner_freereturns > h2:nth-of-type(1){
	margin-top: 20px;
}
#stickcleaner_freereturns h2::before{
	content: " ■ ";
}
#stickcleaner_freereturns section{
	box-sizing: border-box;
	padding: 10px;
    text-align: left;
}
#stickcleaner_freereturns p > a{
	color: #cb6767;
	font-weight: bold;
	border-bottom: 1px solid;
}
#stickcleaner_freereturns .pc_none{
    display: none !important;
}
#stickcleaner_freereturns .red {
    font-weight: bold;
    color: #b10e1b;
}

#stickcleaner_freereturns .warning_txt{
    box-sizing: border-box;
    padding: 10px;
    background-color: #eeeeee;
    margin-top: 5px;
}
#stickcleaner_freereturns .warning_txt li{
    display: flex;    
}
#stickcleaner_freereturns .warning_txt li.card_img{
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#stickcleaner_freereturns .warning_txt li.card_img .img_box,
#stickcleaner_freereturns .warning_txt li.bn_box{
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}
#stickcleaner_freereturns .warning_txt li.bn_box{
    margin-bottom: 10px;
}
#stickcleaner_freereturns .warning_txt li.bn_box a:hover img,
#stickcleaner_freereturns .warning_txt li.bn_box2 a:hover img,
#stickcleaner_freereturns .link_img a:hover img{
    opacity: 0.7;
    transition: 0.5s all;
}
#stickcleaner_freereturns .warning_txt li.bn_box2{
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
}
#stickcleaner_freereturns .warning_txt li:nth-child(n+2){
    margin-top: 5px;
}
#stickcleaner_freereturns .warning_txt li::before{
    content: "※";
    margin-right: 3px;
}
#stickcleaner_freereturns .warning_txt li.bn_box::before,
#stickcleaner_freereturns .warning_txt li.bn_box2::before{
    content: none;
}
#stickcleaner_freereturns .bank_box{
    border: 1px solid #a7a7a7;
    box-sizing: border-box;
    padding: 10px 50px 10px 10px;
    display: inline-block;
    margin: 10px 0;
}
#stickcleaner_freereturns .bank_box p::before,
#stickcleaner_freereturns .link_txt::before{
    font-family: 'Material Icons';
    content: "chevron_right";
    font-size: 16px;
    vertical-align: middle;
    color: #a7a7a7;
    font-weight: bold;
}
#stickcleaner_freereturns .link_img a{
    border-bottom: none;
}
#stickcleaner_freereturns .link_txt{
    margin: 5px 0 10px;
}
#stickcleaner_freereturns #kanban_wrap{
    background: linear-gradient(180deg, rgb(203 216 222) 15%, rgb(255 255 255) 100%);
    padding: 10px 0;
}
#stickcleaner_freereturns #kanban_wrap ul{
    width: 90%;
    margin: 0 auto 0;
    border: 1px solid;
    box-sizing: border-box;
    padding: 10px;
    color: #3a3a3a;
    border-radius: 5px;
}
#stickcleaner_freereturns .icon_box{
    box-sizing: border-box;
    padding: 20px 0 10px;
    margin: 10px auto 0;
    /* border: 1px solid #b8b8b8; */
    text-align: center;
    display: inline-block;
    background-color: #cedee0;
    /* border-radius: 5px; */
    /* border: 10px solid #cedee0; */
    width: 100%;
}
#stickcleaner_freereturns .kaiin_btn{
    display: block;
    text-decoration: none;
    padding: 15px 0;
    background-color: #222;
    color: #fff;
    border: 1px solid #222;
    border-radius: 5px;
    text-decoration: none!important;
    cursor: pointer;
    transition: 0.5s;
    text-align: center;
    width: 40%;
    margin: 20px auto 10px;
}
#stickcleaner_freereturns .kaiin_btn{
    display: block;
    text-decoration: none;
    padding: 15px 0;
    background-color: #222;
    color: #fff;
    border: 1px solid #222;
    border-radius: 5px;
    text-decoration: none!important;
    cursor: pointer;
    transition: 0.5s;
    text-align: center;
    width: 40%;
    margin: 20px auto 10px;
}
#stickcleaner_freereturns .kaiin_btn:hover{
    color: #222!important;
    background-color: #fff;
}
#stickcleaner_freereturns .taisho_item{
    text-align: center;
}
#stickcleaner_freereturns .taisho_item > p{
    text-align: left;
}



#stickcleaner_freereturns .tel_number{
    box-sizing: border-box;
    padding: 20px;
    background-color: #eee;
    text-align: center;
    width: 100%;
    margin: 10px auto;
}
#stickcleaner_freereturns .tel_number > p:nth-of-type(1){
    font-size: 20px;
    margin-bottom: 3px;
}
#stickcleaner_freereturns .tel_number > p:nth-of-type(2){
    font-weight: bold;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    margin: 0 auto 3px;
    color: #273d4e;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
#stickcleaner_freereturns .tel_number > p:nth-of-type(2)::before{
    font-family: 'Material Icons';
    content: "call";
    font-size: 45px;
    margin-right: 3px;
}
#stickcleaner_freereturns .tel_number dt,
#stickcleaner_freereturns .r_time > div{
    display: inline-block;
    font-size: 18px;
}
#stickcleaner_freereturns .r_time > div dd{
    font-size: 18px;
}
#stickcleaner_freereturns .otodoke_time{
    box-sizing: border-box;
    padding: 15px;
    margin: 20px auto 0;
    border: 1px solid #b8b8b8;
}
#stickcleaner_freereturns .otodoke_time > p:nth-of-type(n+2)::before{
    font-family: 'Material Icons';
    content: "chevron_right";
    font-size: 16px;
    vertical-align: middle;
    color: #a7a7a7;
    font-weight: bold;
}
#stickcleaner_freereturns .otodoke_time .mida{
    background: #273d4e;
    color: #fff;
    box-sizing: border-box;
    padding: 1px 5px;
    margin-bottom: 5px;
}
#stickcleaner_freereturns .otodoke_time .mida::before{
    font-family: 'Material Icons';
    content: "mail";
    font-size: 20px;
    vertical-align: middle;
    margin-right: 3px;
}

#stickcleaner_freereturns .hosho_img{
    box-sizing: border-box;
    padding: 20px;
    background-color: #cedee0;
    display: flex;
    margin-top: 10px;
}
#stickcleaner_freereturns .hosho_img li:nth-child(1){
    width: 20%;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#stickcleaner_freereturns .hosho_img li:nth-child(1) p{
    font-size: 20px;
}
#stickcleaner_freereturns .hosho_img li:nth-child(2){
    width: 80%;
    box-sizing: border-box;
    padding: 7px;
    background: #fff;
}
#stickcleaner_freereturns .hosho_img li:nth-child(2) img{
    max-width: 100%;
}

/*返品・返金保証*/
#kanban_wrap2{
    background: rgb(37,58,75);
    background: linear-gradient(180deg, rgba(37,58,75,1) 0%, rgba(81,125,160,1) 100%);
    /* background: rgb(6,18,40); */
    /* background: linear-gradient(180deg, rgba(6,18,40,1) 0%, rgba(16,55,86,1) 0%, rgba(255,255,255,1) 100%); */
    box-sizing: border-box;
    padding: 0px;
    text-align: center;
}
#kanban_wrap2 .anshin_txt{
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 25px;
    border-bottom: 1px solid;
    display: inline-block;
    margin: 0 auto;
}

#kanban_wrap2 .big_title{
    display: flex;
    justify-content: center;
    margin: 0;
    align-items: center;
}
#kanban_wrap2 .big_title > p{
    border: 1px solid #efe2bc;
    font-size: 35px !important;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 5px 20px;
}
#kanban_wrap2 .big_title p{
    display: inline-block;
    /* background: linear-gradient(90deg, #a58437 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
    background: -webkit-linear-gradient(0deg, #a58437 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 50px;
    font-weight: bold;
    color: #efe2bc;
}
#kanban_wrap2 .big_title p span{
    font-size: 70px;
}

#kanban_wrap2 .text{
    color: #fff;
    font-size: 16px;
}
#kanban_wrap2 .text span{
    font-size: 20px;
    font-weight: bold;
    margin: 0 3px;
}
#kanban_wrap2 .text span.zengaku{
    color: #e3b1b5;
}
#kanban_wrap2 .text span.zengaku sup{
    font-size: 10px;
    vertical-align: super;
}

#kanban_wrap2 .kaifu{
    background: rgb(255 255 255 / 80%);
    box-sizing: border-box;
    padding: 15px 0;
    margin: 10px auto;
    color: #253a4b;
    width: 90%;
}
#kanban_wrap2 .kaifu > p:nth-of-type(1){
    font-size: 20px;
    font-weight: bold;
}
#kanban_wrap2 .kaifu > p:nth-of-type(2){
    color: #b10e1b;
    font-weight: bold;
}

#kanban_wrap2 > ul{
    width: 90%;
    margin: 18px auto 0;
    border: 1px solid;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: left;
}


/*===========================
モーダルウィンドウ
===========================*/
/* ボタン（デザインはお好みで） */
#kanban_wrap2 .my_modal_btn{
	display: block;
    width: 60%;
    padding: 10px 0;
    border: 1px solid #222;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
	margin: 5px auto 0; 
	background-color: #222;
	color: #fff;
	position: relative;
	transition: 0.5s;
}
#kanban_wrap2 .my_modal_btn:hover{
	background-color: #fff;
	color: #222;
}
#kanban_wrap2 .my_modal_btn::after{
	font-family: 'Material Icons';
    content: "add_circle";
    position: absolute;
    font-size: 24px;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* margin-left: 5px; */
}

/* チェックボックスを非表示 */
#kanban_wrap2 #my_modal1{
    display: none;
}
/* モーダル */
#kanban_wrap2 .my_modal_body1{    
    display: none;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: none;
    background-color: #FFF;
    overflow-y: auto;
    /* スマホ用スクロール */
    -webkit-overflow-scrolling: touch;
    /* overflow-scrolling: touch; */
    /* お好みで */
    width: 750px;
    max-height: 90%;
    max-width: 1066px;
}

/* モーダル内ヘッダー */
#kanban_wrap2 .my_modal_header{
    padding: 15px 10px;
    background-color: #23282D;
    color: #FFF;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: center;
}

/* クローズアイコン */
#kanban_wrap2 .my_modal_close{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
#kanban_wrap2 .my_modal_close_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
#kanban_wrap2 .my_modal_close_icon span::before,
#kanban_wrap2 .my_modal_close_icon span::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: #FFF;
}
#kanban_wrap2 .my_modal_close_icon span::before{
    transform: rotate(-45deg);
}
#kanban_wrap2 .my_modal_close_icon span::after{
    transform: rotate(45deg);
}

/* コンテンツ表示 */
#kanban_wrap2 .my_modal_content{
    padding: 5px 10px;
	box-sizing: border-box;
}
#kanban_wrap2 .my_modal_content img{
	max-width: 100%;
}

/* 背景を暗くする */
#kanban_wrap2 .my_modal_overlay{
    display: none;
    position: fixed;
    z-index: 90000;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.8;
    cursor: pointer;
}

/* チェック時オーバーレイとコンテンツを表示 */
#my_modal1:checked ~ .my_modal_body1, #my_modal1:checked ~ .my_modal_overlay{
    display: block;
}






/*------------------------------------
アンカーメニュー
-------------------------------------*/
#stickcleaner_freereturns .anchor_menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px auto 30px;
}
#stickcleaner_freereturns .anchor_menu li{
    width: calc(97%/4);
    margin: 0px 5px 0 0px;
    text-align: center;
}
#stickcleaner_freereturns .anchor_menu li:nth-child(n+5){
    margin-top: 10px;
}
#stickcleaner_freereturns .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; */
}
#stickcleaner_freereturns .anchor_menu li a:hover{
    box-shadow: none;
    top: 0;
    color: #609cc0 !important;
    background-color: #fff;
}
#stickcleaner_freereturns .anchor_menu li.consumption_tax a{
    background-color: #e1e1e1;
    /* box-shadow: 0 3px 0 #999999; */
    color: #575757;
    border-color: #e1e1e1;
}
#stickcleaner_freereturns .anchor_menu li.consumption_tax a:hover{
    box-shadow: none;
    top: 0;
    color: #575757 !important;
}
#stickcleaner_freereturns .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;
}
#stickcleaner_freereturns .anchor_menu li a:hover::after{
    bottom: -5px;
    color: #609cc0 !important;
}
#stickcleaner_freereturns .anchor_menu li.consumption_tax a::after{
    color: #575757;
}
#stickcleaner_freereturns .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;
}

/* カラム分け */
#stickcleaner_freereturns .col_4 {
    display: flex;
    /* grid-template-columns: repeat(4, 1fr);
    gap: 20px; */
}
#stickcleaner_freereturns .col_4 li a {
    font-size: 20px;
    margin: 0 25px 0 0;
}

#stickcleaner_freereturns .check {
    margin: 10px 0 0 0;
}