.sp-third-img{
    margin-bottom: -38px;
}

/* POPUP・キッチンカーcss */
/* 区画スペック */
.box6 {
    padding: 1em 1em;
    margin: 2em 0;
    background: #fff9f0;
    border: dashed 2px #d0805b;/*点線*/
	border-radius: 15px;
	margin-bottom: 0px;
}
.box6 p {
    margin: 0; 
    padding: 0;
}
/* 背景 */
.pop{
	background-color: rgb(255, 242, 215);
	border-radius: 15px;
	margin-bottom: 20px;
}
.pop_box{
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 20px;
	margin-bottom: 70px;
}
/* 詳細はこちらボタン */
a.btn_detail {
	width: 240px;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #d94227;
	background: #d94227;
	color: #fff;
	transition: 0.5s;
}
a.btn_detail:hover {
	color: #d94227;
	background: #fff;
}
.sp-btn_detail_pos{
	margin-top: -5px;
    margin-bottom: -30px!important;
}



/* メリット */
.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
/* .box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
} */
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}

#merit {
    margin-top: 20px;
    color: #000;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 2px #ffcb8a;/*上線*/
    border-bottom: solid 2px #ffcb8a;/*下線*/
    }

.area_h2 {
    color: #000;/*文字色*/
    padding: 0.5em;/*文字周りの余白*/
    /* display: inline-block;おまじない */
    line-height: 1.3;/*行高*/
    background: #dbebf8;/*背景色*/
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.area_h2:before {
    content: '●';
    color: white;
    margin-right: 8px;
    }

.sub_h2{
    font-size: medium;
}

.sub_h2_sp{
    font-size: small;
}


.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

.others{
    padding: 1em 2em;
    margin: 20px 160px 20px 160px;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
    padding-bottom: 17px;
}

.others h4{
    margin-bottom: -9px;
}

.others_sp{
    border: dashed 2px #5b8bd0;
    background: #f0f7ff;
    margin: 20px 0px 25px;
    padding: 15px;
}

.text-center{
    padding: 8px;
    margin-bottom: -20px;
}

.img-plus-detail{
    width: 50px;
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plus-area-detail{
    margin: 0px -46px 0px -44px;
}

.merit-left{
    margin-left: 45px;
}

.merit-right{
    margin-right: 45px;
}

.img-equal-detail{
    width: 50px;
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
}



.equal_pc{
    font-size: 30px;
    color: #C5C5C5;
}

.equal_sp{
    font-size: 20px;
    color: #C5C5C5;
    text-align: center;
}

.plus-pc{
    font-size: 50px;
    color: #C5C5C5;
    text-align: center;
}

.text-customer-pc{
    font-size: 30px;
    margin-left: -30px;
}

.text-customer-sp{
    font-size: 20px;
    margin-left: -10px;
}

.text-customer-under{
    background: linear-gradient(transparent 60%, yellow 30%); 
    display: inline-block;
}


.img-equal-detail-sp{
    width: 21px;
    position: absolute;
    top: 51%;
    left: 14%;
    transform: translate(-50%, -50%);
}

.merit-text{
    font-size: medium;
}

.sp-merit-text{
    width: 20px;
    margin-top: 8px;
}


.image_size-pc{
    margin-bottom: 30px;
}

.image_size-sp{
    margin-bottom: -20px;
}