@charset "utf-8";

h2 img{
    vertical-align: text-bottom;	
}
.body-wrap {
    padding: 1em;
}
.body-wrap > p{
	font-weight: 500;
}
.checksheet_wrap{
	background-image: url("../img/checksheet/bg_sheet_sp.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px 20px 30px;
    margin-bottom: 20px;
}
.heading{
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 1em 0 0;
	margin-top: 0;
}
.heading span{
    display: inline-block;
    width: 100%;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.heading span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;    
	background: #ffc000;
	border-radius: 2px; 
}
.heading::before {
	content: "";
	display: inline-block; 
	width: 40px;          
	height: 40px;	
	background-image: url("../img/qa/h4_before.webp");
	background-size: contain;
	background-repeat: no-repeat;
    background-position: bottom;
    left: 30px;
    position: absolute;
}
.heading::after {
	content: "";
	display: inline-block; 
	width: 40px;          
	height: 40px;
	background-image: url("../img/qa/h4_after.webp");
	background-size: contain;	
	background-repeat: no-repeat;
    background-position: bottom;
    right: 30px;
    position: absolute;
}
.checklist {
	list-style: none;
	padding: 0;
	margin: 0;
}
.checklist li {
	border-bottom: 2px solid #4b2d0b; 
	padding: 12px 0;
	font-weight: 500;
}
.checklist li:last-child{
	border-bottom: none;
}

.checklist label {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 12px;                        
	align-items: start;
	cursor: pointer;
	font-size: 18px;
	line-height: 1.6;
}
.checklist label img{
    width: 100%;
    margin-top: 10px;
}

/* デフォルトのチェックボックスを非表示 */
.checklist input[type="checkbox"] {
  display: none;
}

/* チェックボックスのスタイル */
.custom-check {
	width: 30px;
	height: 30px;
	background-color: #f5e1dc;
	border-radius: 3px;
	position: relative;
}

/* チェックされたとき */
.checklist input[type="checkbox"]:checked + .custom-check {
	background-color: #4b2d0b;
}

/* CSSで描く✓ */
.checklist input[type="checkbox"]:checked + .custom-check::after {
	content: "";
	position: absolute;
	left: 12px;
	top: 7px;
	width: 4px;
	height: 11px;
	border-right: 3px solid #fff; 
	border-bottom: 3px solid #fff;
	transform: rotate(45deg);      
}




.checksheet_inner .name_wrap p{
	font-size: 14px;
}
.checksheet_inner .name_wrap p span{
	font-weight: bold;
	font-size: 20px;
	display: block;
    text-align: center;
}

.head_ttl {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    padding-left: 12px;
    z-index: 1;
	margin-top: 15px;
	margin-bottom: 10px;
    background-image: linear-gradient(to right, #000 10px, transparent 2px);
    background-size: 20px 2px;
    background-repeat: repeat-x;
    background-position: right top;
    padding-top: 1em;
}
.head_ttl::before {content: "";
    position: absolute;
    left: 0;
    top: 2em;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffc000;
    border-radius: 50%;
    z-index: -1;
}

.checksheet_btn_wrap li:first-child{
	background: #ffcad1;
}
.checksheet_btn_wrap li:first-child a{
    background: #ffcad1;
    color: #432a02;
}

.for-print {
	display: none;
}

.ios {
	display: none;
	font-size: 80%;
	margin: auto;
	padding-left: 1em;
	text-indent: -1em;
	width: 80%;
}


/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){

	.body-wrap > p{
		text-align: center;
	}

	.checksheet_wrap{
		background-image: url("../img/checksheet/bg_sheet_pc.webp");
		background-size: 98% 100%;
        padding-bottom: 50px;
	}
	
	.heading{
		width: 80%;
		margin: 1em auto;
	}
	.checksheet_inner .name_wrap{
		display: block;
	}
	.checksheet_inner .name_wrap p{
		text-align: center;
	}
	.head_ttl{
		padding-left: 34px;
		padding-right: 20px;
		margin: 0 4px;
	}
	.head_ttl::before{
		left: 20px;
	}
	.checklist{
		padding: 0 20px;
	}
	.checklist label{
		gap: 20px;
	}
	.checklist label img{	
		width: 60%;
		display: block;
		margin: 10px auto;
	}
	.checklist li{
		padding: 12px 10px;
	}
	.checksheet_btn_wrap ul{
		display: flex;
		gap: 0 20px;
	}
	.checksheet_btn_wrap .for-pc{
		display: none;
	}
	.new_btn_wrap .related_btn_wrap{
		margin-top: 0;
	}
	.new_btn_wrap .related_btn_wrap .btn.searchbtn{
		width: 50%;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1024px) {
	.checksheet_wrap{
        background-size: 90% 100%;
		margin-bottom: 70px;
    }
	.heading {
        margin: 60px auto 40px;
        width: 550px;
    }
	.heading::before,
	.heading::after{
		width: 30px;
		height: 30px;
	}
	.heading span {
        width: 500px;
		font-size: 32px;
    }
	.checksheet_inner{
		width: 1065px;
		margin: 0 auto;
		padding: 0 60px;
		box-sizing: border-box;
	}
	.head_ttl{
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
	}
	.checklist li{
		margin: 1em 2em;
        padding: 10px 10px 20px;
	}
	.checksheet_inner .name_wrap p span{
		font-size: 28px;
	}
	.checksheet_inner .name_wrap p{
		margin-bottom: 2em;
	}
	
	.checksheet_btn_wrap ul {
        gap: 30px;
        justify-content: center;
        width: 800px;
        margin: 0 auto 3em;
	}
	.checksheet_btn_wrap .for-pc{
		display: initial;
	}
	.checksheet_btn_wrap li:first-child{
		width: 60%;
	}
	.checksheet_btn_wrap li:nth-child(2){
		width: 30%;
	}

	.ios {
		display: none !important;
	}
}



