@charset "UTF-8";
/* CSS Document */


.br-pc{
  display: block;
}

.br-sp{
  display: none;
}
@media screen and (max-width: 767px){
    .br-pc{display: none;}
    .br-sp{display: block;}
}

@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

.koukan_page2024 h4{
    font-weight: 600;
}

/*==================================================
交換条件のcss
===================================================*/
.condition_area{margin: 20px auto;}
.koukan_condition {
    width: 85%;
    margin: 60px auto;
}
.koukan_condition ul{
    list-style-type: none;
    padding-left: 0px;
}
.koukan_condition ul li{
    background: url("https://belleandsofa.itembox.design/item/image/koukan-check.jpg") left 0px top 0px no-repeat;
    background-position: top left;
    background-repeat: no-repeat;
    background-size:  auto 35px;
    padding-left: 50px;
    margin-bottom: 50px;
    line-height: 35px;
}
.condition_h{
    font-size: 1.5rem;
    font-weight: 600;
}
.condition_h img{
    width: 35px;
    height: auto;
    padding-right: 20px;
}
.koukan_condition p{
    font-size: 1.125rem;
    text-align: justify;
}
.condition_bottom{
    font-size: 1.375rem;
    font-weight: 600;
    text-align: center;
    color: #c3a032;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px){
    .koukan_condition {
        width: 95%;
        margin: 40px auto;
    }
    .koukan_condition ul li{
        background: url("https://belleandsofa.itembox.design/item/image/koukan-check.jpg") left 0px top 0px no-repeat;
        background-position: top left;
        background-repeat: no-repeat;
        background-size:  auto 30px;
        padding-left: 40px;
        margin-bottom: 40px;
        line-height: 30px;
    }
    .condition_h{
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.5em;
    }
    .koukan_condition p{
        font-size: 1.0625rem;
    }
    .condition_bottom{
        font-size: 1.25rem;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 499px){
    .koukan_condition {
        margin: 20px auto;
    }
    .koukan_condition ul li{
        background: url("https://belleandsofa.itembox.design/item/image/koukan-check.jpg") left 0px top 0px no-repeat;
        background-position: top left;
        background-repeat: no-repeat;
        background-size:  auto 25px;
        padding-left: 30px;
        margin-bottom: 30px;
        line-height: 25px;
    }
    .condition_h{
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.5em;
    }
    .koukan_condition p{
        font-size: 0.875rem;
    }
    .condition_bottom{
        font-size: 1.125rem;
        margin-bottom: 30px;
    }
}


/*==================================================
交換STEPのcss
===================================================*/
.koukan_step{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 60px auto;
}
.koukan_step_item{
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 3px solid #62433b;
}
.koukan--ttl{
    font-size: 1.5rem;
    font-weight: 600;
    color: #c3a032;
    margin-bottom: 20px;
}
.koukan--num{
    font-size: 1.125rem;
    background-color: #c3a032;
    color: #FFFFFF;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 10px;
}
.koukan--txt{
    margin-top: 20px;
}
@media screen and (max-width: 767px){
    .koukan_step{
        margin: 40px auto;
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 499px){
    .koukan_step{
        margin: 20px auto;
    }
    .koukan--ttl{
        font-size: 1.25rem;
        margin-bottom: 20px;
    }
    .koukan--num{
        font-size: 1.0625rem;
    }
    .koukan--txt{
        font-size: 0.875rem;
    }
}

/*==================================================
交換注意のcss
===================================================*/
.koukan_notice{
    background-color: #f6f1e0;
    margin: 60px auto;
}
.koukan_notice_list ul{
    padding: 40px;
    list-style-type: none;
    text-align: justify;
}
.koukan_notice_list li:first-child{padding-top: 0;}
.notice--item{
    border-bottom: 1px #999999 dashed;
    padding: 20px 0;
}

@media screen and (max-width: 767px){
    .koukan_notice{
        margin: 20px auto 40px auto;
    }
}
@media screen and (max-width: 499px){
    .koukan_notice{
        margin: 20px auto;
    }
    .koukan_notice_list ul{
        padding: 30px;
    }
    .notice--item{
        padding: 15px 0;
    }
}


/*==================================================
交換よくある質問のcss
===================================================*/
.cp_qa{
    margin-top: 40px;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 20px;
	font-size: 1.125rem;
	border-radius: 0.3em;
    text-align: justify;
}
.cp_qa dt {
	margin: 0 3em 1em 5em;
	background: #efeceb;
    font-weight: 600;
}
.cp_qa dd {
	margin: 0 5em 3em 3em;
	background: #f3ecd6;
}
/* 吹き出し▶︎ */
.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.6em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し▶︎ */
.cp_qa dt::before {
	left: -0.4em;
	border-width: 10px 10px 10px 0;
	border-color: transparent #efeceb transparent transparent;
}
/* 答え吹き出し▶︎ */
.cp_qa dd::before {
	right: -0.4em;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #f3ecd6;
}
/* QAアイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2rem;
    font-weight: 600;
	position: absolute;
	top: 0;
	
	border-radius: 50%;
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 1;
}
/* Qアイコン */
.cp_qa dt::after {
	left: -3em;
	margin: 0 1em 0 0;
	padding: 0.49em 0.62em;
	content: 'Q';
	background: #efeceb;
}
/* Aアイコン */
.cp_qa dd::after {
	right: -3em;
	margin: 0 0 0 1em;
	padding: 0.46em 0.62em;
	content: 'A';
	background: #f3ecd6;
    
}
@media screen and (max-width: 499px){
    .cp_qa dt,.cp_qa dd {
        font-size: 1rem;
    }
    .cp_qa dt {
        margin: 0 3em 1em 3em;
        background: #efeceb;
        font-weight: 600;
    }
    .cp_qa dd {
        margin: 0 3em 2em 3em;
        background: #f3ecd6;
    }
    /* Qアイコン */
    .cp_qa dt::after {
        left: -2.5em;
    }
    /* Aアイコン */
    .cp_qa dd::after {
        right: -2.5em;
    }
}