@charset "utf-8";
/* CSS Document */

*{box-sizing:border-box;}

.rktnNotice{padding:clamp(10px,4vw,40px);background:#eee;}
.rktnNotice .wrap{max-width:1024px;margin:0 auto;}
.rktnNotice .wrap p{font:clamp(12px,4vw,16px) / 2 'Noto sans jp';}


.box-otherpage{padding-top:50px;}
.box-otherpage>div{background:#eee;padding-bottom:80px;}
.box-otherpage>div>p{display:flex;justify-content:center;align-items:start;height:100px;top:-50px;position:relative;}
.box-otherpage>div>p img{height:100px;width:unset;}

.box-otherpage .other-pages{display:flex;flex-wrap:wrap;justify-content:center;align-items:start;width:100%;padding:0;margin:0 auto;gap:2%;max-width:1024px;margin: 0 auto;height:100%;}
.box-otherpage .other-pages>li{padding:clamp(10px,2vw,20px);margin:0;width:32%;box-sizing:border-box;background:#fff;text-align:center;}
.box-otherpage .other-pages>li p{max-width:unset;min-width:unset;width:unset;line-height:2;letter-spacing:1px;text-align:left;}

.box-otherpage .other-pages>li a>img:nth-of-type(1){height:clamp(276px,32vw,300px);}

.box-otherpage .question-btn2{text-align:center;}


ul.recommend-item-btn{display:block;}
ul.recommend-item-btn>li{display:block;width:100%;}

ul.recommend-item-btn li:nth-of-type(1) a{ background-color:#e274a1; color:#fff; transition:all 0.5s ease;}
ul.recommend-item-btn li:nth-of-type(1) a:hover{ background-color:#fff; color:#e274a1; transition:all 0.5s ease;}


ul.recommend-item-btn li:nth-of-type(1) a:before{display:none;}
ul.recommend-item-btn li>a{position:relative;display:flex;justify-content:center;align-items:center;}
ul.recommend-item-btn li a:after{content:"";display:block;width:0.5em;height:0.5em;position:absolute;right:1em;box-shadow:2px 2px 0 0;transform:rotate(-45deg);}


.recommend-item-list .ic-postage{margin-top:10px;}
.recommend-item-list .ic-postageest{margin-top:0px;}


@media all and (max-width: 640px) {
.box-otherpage .other-pages{margin:0 2%;width:unset;}
.box-otherpage .other-pages>li{padding:10px;margin:0;width:49%;margin:2% 0 0;}
.box-otherpage .other-pages>li p{font-size:clamp(15px,3vw,30px);letter-spacing:0;line-height:1.5;height:5.5em;padding:0.5em 0;}
.box-otherpage .other-pages>li a>img:nth-of-type(1){height:40vw;}
.box-otherpage .other-pages>li a>img:nth-of-type(2){padding:5px 0;display:inline-block;}


.recommend-item-list .ic-postage{margin-top:0px;}
}
.recommend-item-list .ic-postageest{margin-top:0px;}
}