@charset "UTF-8";
/*
    全体 ----------------------------------------------------------------------
*/
.red{color: #cd0136;}
.blue{color:#00b0a9;}
.bold{font-weight: 700;}

.content_wp.content_wp_ws{
  background:#fef5e6;
  padding: 30px 30px 20px;
}
@media screen and (max-width: 768px) {
	.content_wp {
	padding: 0 0 40px;
	}
	.content_wp.content_wp_ws{
  background:#fef5e6;
  padding: 0;
}
	.content_wp.content_wp_ws img{
  width:95%;
}
}
.content_header{
display: flex;
justify-content:space-between;
align-items:flex-start;
padding:0 30px 15px;
}

.content_header img{
height: auto;
width: auto;
padding:0 10px;
}

.check_head_qa img{
margin-top: 5px;
}

@media screen and (max-width: 768px) {
.content_header{
display: block;
padding:0 0 20px;
}
	
	.content_header img{
padding:0px;
}
	
.check_head_qa img{
margin-top: 20px;
height: auto;
width:50%;
padding:0 10px;
}
}
.content_box{
	padding:30px;
}


.content_box.pdf{
	padding:30px;
	background:#fff;
}

@media screen and (max-width: 768px) {
	
	.mode-sp .content{
		padding:10px;
	}
	.content_box{
	padding:20px;
	}
	
	.content_box.pdf{
	padding:10px;
	background:#fff;
}
}

.list_title01{
	background: #7ca735;
	padding:10px;
	border-radius: 30px;
	font-size: 240% !important;
	color:#fff;
	position: relative;
}

.list_title02{
	background: #c1da96;
	padding:10px;
	border-radius: 30px;
	font-size: 200% !important;
	position: relative;
}

@media screen and (max-width: 768px) {
	
	.list_title01{
	padding:10px 5px;
	font-size: 124% !important;
  line-height: 26px !important;
}
	
	.list_title02{
	background: #c1da96;
	padding:10px;
	border-radius: 30px;
	font-size:118% !important;
	position: relative;
}

}

.list_wrap{margin-top:30px;margin-bottom: 30px;}

.list_namelist{
	
	margin-bottom: 15px;
	width: 940px;
}

.list_namelist dt{
width:100%;
font-size: 139% !important;
line-height: 1.8;
text-align:left;
position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    vertical-align: middle;
}



.list_namelist dt a:hover{
    text-decoration: none;
	
}

.list_namelist dt::before{
	 position: absolute;
    top: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #7a0;
    border-right: 3px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list_namelist dd{
width:100%;
font-size: 139% !important;
line-height: 1.8;
text-align:left;
margin-left:30px;
padding-left:5em;
text-indent:-5em;
}
	

.check_top_mv{	
padding:60px 0;
	}
@media screen and (max-width: 768px) {
	
	.list_namelist{
	
	margin-bottom: 15px;
	width: 100%;
}

	.check_top_mv{	
padding:20px 0;
display: block;
		text-align: center;
	}
	.check_top_mv p{
		text-align: center;
		margin-bottom: 0px;
	}
	
	.check_top_mv p img{
		width:100%;
	}
	
	.list_namelist dd{
margin-left:30px;
padding-left:0em;
text-indent:0em;
}
	
}


.check_btn01{
	display: block;
	background: #fff9d6;
	border:solid 3px #f8a67d;
	padding:10px;
	border-radius: 60px;
	font-size: 185% !important;
  line-height: 36px !important;
	font-weight: 700;
	color:#cd0136;
	text-shadow: 0px 3px #fff;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.check_btn01{
	display: block;
	background: #fff9d6;
	border:solid 3px #f8a67d;
	padding:10px;
	border-radius: 10px;
	font-size: 139% !important;
  line-height: 28px !important;;
	font-weight: 700;
	color:#cd0136;
	text-shadow: 0px 3px #fff;
	text-decoration: none;
}
}

.check_arrow{
	padding:30px 0 50px;
}

.check_next_btn {
  float: right;
  display: block;
  padding: 15px 20px 15px 50px;
  border-radius: 60px;
  background:#e89651;
  font-size: 139%;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.check_next_btn.c2 {
background:#e89651;
color: #fff;
}
.check_next_btn.pdf {
	border:solid 3px #7ca735;
	background: #fff;
	color:#cd0136;
	width:700px;
  font-size: 160%;
	float:none;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .check_next_btn {
    font-size: 124%;
    width: 100%;
  }
	.check_next_btn.pdf {
	width:100%;
	float:none;
	margin: 0 auto;
}
	.check_arrow{
	padding:20px 0 20px;
}
	
	.check_arrow img{
	width:40%;
}
}
.mode-sp .check_next_btn {
  font-size: 124%;
  width: 100%;
}
.check_next_btn:before {
  content: "";
  position: absolute;
	top:22px;
  left: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check_next_btn.pdf:before {
  content: "";
  position: absolute;
	top:22px;
  left: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #cd0136;
    border-right: 2px solid #cd0136;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check_next_btn.pdf:hover:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.check_next_btn:hover {
  color: white;
  background: #7ca735;
  text-decoration: none;
}
.check_next_btn.c2:hover {
	background: #f8a67d;
}
.check_next_btn span {
  display: inline-block;
}

.list_text{display: block;}

.list_lead{
	font-size: 139% !important;
	line-height: 2.2;
text-align:left;
margin:30px auto;}

.list_link{
	font-size: 139% !important;
	line-height: 2.2;
text-align:center;
margin:30px auto;
}
.list_link a{
}

.list_link a:hover{
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.list_lead{
		width:90%;
	font-size: 124% !important;
  line-height: 26px !important;;
	line-height: 1.8;
text-align:left;
margin:20px auto;}
	.mode-sp .check_next_btn {
  text-align: center;
	font-size:110%;
}
	.check_next_btn:before {
	top:calc(50%-1em);
}.check_next_btn.c2:before {
	top:20px;
}
}

.check_checksheet{
	background:#fff2d5;
	text-align: left;
	border-radius: 20px;
	padding:30px;
	margin: 0px 0px 30px;
}

.check_checksheet2{
	width: 940px;
	padding:0 20px 10px;
	background:#fff;
	border:solid 5px #82a14e;
	margin: 20px auto 30px;
	min-height: 52em;
}

@media screen and (max-width: 768px) {
.check_checksheet{
	background:#fff2d5;
	text-align: left;
	border-radius: 20px;
	padding:15px 10px;
	margin: 0 0 0px;
}
	.check_checksheet2{
	width:98%;
	padding:0 0 10px 0;
	background:#fff;
	border:solid 2px #82a14e;
	margin:0 auto 5px;
	min-height: 20em;
}
	
		.check_checksheet2 img{
	width:90%;
}
	
	.check_checksheet2 .check_check{
	margin-top: 0px;
}
}

.check_list1{margin-bottom: 30px;}

.check_list1 li {
	font-size: 131% !important;
  line-height: 26px !important;
	text-align: left;
    position: relative;
    padding-left: 1em;
	margin-bottom: 0.5em;
    }
.check_list1 li:before {
    border-radius: 50%;
    width: 8px;
    height: 8px; 
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "";
    background: #cd0136;
    }

.check_check{
	margin-top: 30px;
}

.check_check_title{
	margin: 30px auto;
	font-size:240%;
	font-weight: 700;
	color:#7ca735;
	text-shadow: 0px 3px #fff;
}
@media screen and (max-width: 768px) {

	
	.check_check_title{
	margin: 10px auto;
	font-size: 185% !important;
  line-height: 36px !important;
}
}
.check_check_flow{
	width: 100%;
	text-align: center;
	margin:30px auto 0;
}
.check_check_flow ul{
	display: flex;
	justify-content: center;
	align-items:center;
	margin:0 auto;
}

.check_check_flow ul li{
	width:60px;
	height:60px;
	background: #fff;
	color:#7ca735;
	font-size: 185% !important;
	line-height: 60px;
	border-radius: 100%;
	margin:0 30px;
	position: relative;
}

.check_check_flow ul li.on{
	width:60px;
	height:60px;
	background: #7ca735;
	color:#fff;
	font-size: 185% !important;
	line-height: 60px;
	border-radius: 100%;
	margin:0 30px;
	position: relative;
}

.check_check_flow ul li:after{
	content: '';
	width:60px;
	height:60px;
	display: block;
	position:absolute;
	top:0px;
	right:-60px;
	background: url("../img/check_flow_arrow.png") center center/40% auto no-repeat;
}

.check_check_flow ul li:last-child:after{
	display: none;
}

@media screen and (max-width: 768px) {
.check_check_flow{
	width: 100%;
	text-align: center;
	margin:30px auto 0;
}
.check_check_flow ul li{
	width:40px;
	height:40px;
	background: #fff;
	color:#7ca735;
	font-size: 154% !important;
	line-height: 40px;
	border-radius: 100%;
	margin:0 20px;
	position: relative;
}

.check_check_flow ul li.on{
	width:40px;
	height:40px;
	background: #7ca735;
	color:#fff;
	font-size: 154% !important;
	line-height: 40px;
	border-radius: 100%;
	margin:0 20px;
	position: relative;
}

.check_check_flow ul li:after{
	content: '';
	width:40px;
	height:40px;
	display: block;
	position:absolute;
	top:0px;
	right:-40px;
	background: url("../img/check_flow_arrow.png") center center/40% auto no-repeat;
}

}

/* チェックリスト */
input[type=checkbox] {
    display: none;
}
.checkbox_w {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 40px;
	margin-bottom: 15px;
    position: relative;
    width: auto;
	font-size: 139% !important;
}

.check_checksheet2 .checkbox_w {
	margin-bottom: 15px;
}
.checkbox_w::before {
    background: #fff;
    border: 3px solid #ccc;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 16px;
    width: 16px;
}
.checkbox_w::after {
    border-right: 3px solid #e2252a;
    border-bottom: 3px solid #e2252a;
    content: '';
    display: block;
    height: 16px;
    left: 12px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 16px;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox_w::before {
    border-color: #7ca735;
}
input[type=checkbox]:checked + .checkbox_w::after {
    opacity: 1;
}

/* ラジオボタン */
input[type=radio] {
    display: none;
}
.radio_w {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: 400px;
	height:160px;
	background: #fff;
	border-radius: 20px;
	border:solid 2px #7ca735;
	margin:0 10px;
	line-height: 140px;
	font-size:240%;
}
.radio_w::before {
    background: #e1e1e1;
    border: none;
    border-radius: 50%;
    content: '';
    display: block;
	position: absolute;
    top: 50px;
    left: 20px;
    width:60px;
    height: 60px;
}
.radio_w::after {
	background: #ffd9b9 url("../img/check_radio_check.png") center center/50% auto no-repeat;
	border: none;
    border-radius: 50%;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 20px;
    width:60px;
    height: 60px;
}
input[type=radio]:checked + .radio_w::before {
    border-color: #666;
}
input[type=radio]:checked + .radio_w::after {
    opacity: 1;
}

.check_check{
	width:100%;
}

.check_check_lead{
	display: flex;
	align-items: center;
	justify-content: center;
	width:80%;
	font-size: 139% !important;
  line-height: 28px !important;
	line-height: 2.2;
text-align:center;
padding:30px 0;	
margin:30px auto;}
.check_check_lead img{width:80px;margin-right: 10px;}


@media screen and (max-width: 768px) {
	.checkbox_w {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 40px;
	margin-bottom: 20px;
    position: relative;
    width: auto;
	font-size: 16px;
}
	.check_checksheet2 .checkbox_w {
	margin-bottom: 0px;
	font-size: 7px !important;
		padding: 1px 10px 1px 30px;
}
	
	.check_checksheet2 .checkbox_w::before {
    background: #fff;
    border: 2px solid #ccc;
    content: '';
    display: block;
    height: 7px;
    left: 7px;
    margin-top: -3px;
    position: absolute;
    top: 7px;
    width: 7px;
}
	.check_checksheet2 .checkbox_w::after {
    border-right: 2px solid #fd4289;
    border-bottom: 2px solid #fd4289;
    content: '';
    display: block;
    height: 7px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(45deg);
    width: 3px;
}
.radio_w {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: 80%;
	height:80px;
	background: #fff;
	border-radius: 20px;
	border:solid 2px #7ca735;
	margin:0 10px 20px;
	line-height: 65px;
	font-size: 185% !important;
}
	.radio_w::before {
    background: #e1e1e1;
    border: none;
    border-radius: 50%;
    content: '';
    display: block;
	position: absolute;
    top: 20px;
    left: 20px;
    width:40px;
    height: 40px;
}
.radio_w::after {
	background: #ffd9b9 url("../img/check_radio_check.png") center center/50% auto no-repeat;
	border: none;
    border-radius: 50%;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    width:40px;
    height: 40px;
}

	.check_check_text{display: block;}
.check_lead{
	width:100%;
	font-size: 139% !important;
  line-height: 28px !important;;
	line-height: 1.8;
text-align:left;
padding:0 0 10px 0;	
margin:20px auto 0;}
	
.check_check_lead{
display: block;
align-items:flex-start;
justify-content: center;
width:100%;
text-align:center;
padding:0;	
margin:30px auto;
}
	
.check_check_lead img{display: block;
width:120px;
margin:0 auto 20px;
}

}




.check_qa_lead{
	width:80%;
	font-size: 139% !important;
  line-height: 28px !important;;
	font-weight: 700;
	line-height: 2.2;
text-align:center;
padding:30px 0;	
margin:0px auto 0px;}


@media screen and (max-width: 768px) {
.check_qa_lead{
	width:100%;
	padding:20px 0px;
	font-size: 124% !important;
  line-height: 26px !important;;
	line-height: 1.6;}
}
.check_qaitem_title{
	padding:20px 0;
}
.check_qaitem_title img{
	width:141px;
}

.check_qa_index{
	background: #fff;
	border-top:solid 4px #f1a4a9;
padding: 0 30px 30px
}
.check_qa_index dl{
	margin:0 0 20px;
	display:flex;}
.check_qa_index dt{
	margin-right: 20px;}
.check_qa_index dt img{
	width:100px;}

.check_qa_index dd a{
	color:#333;
font-size: 124% !important;
  line-height: 26px !important;;}

.check_qa_index dd a:hover{
	color:#666;
	text-decoration: none;
font-size: 124% !important;
  line-height: 26px !important;;}

@media screen and (max-width: 768px) {
	.check_qa_index{

padding: 0 20px 20px
}
	.check_qa_index dl{
		
	margin:0 0 20px;
	display:block;}
		.check_qa_index dt{
			
	width:100%;}

	.check_qa_index dd{
text-align: left;
	}
	.check_qa_index dt img{
	width:100px;}
}

.check_qadetail_title img{
	width:200px;
}

.check_qadetail_title{
	margin-top:-30px;
}

.check_qa_detail{
	background: #fff;
	border-top:solid 4px #f1a4a9;
padding: 0 30px 30px;
margin-top:60px;
}

.check_qa_detail dl{
	margin-top: 30px;
	text-align: left;
}

.check_qa_detail dt{
	line-height: 60px;
	padding:10px 0 10px 80px;
font-size: 139% !important;
	font-weight: 700;
	text-align: left;
	background: url("../img/check_qa_icon_q.png") top left/60px auto no-repeat; 
	border-bottom:solid 2px #f8d6d7;
}

.check_qa_detail dd{
	font-size: 124% !important;
  line-height: 26px !important;;
	line-height: 1.8;
	margin-top: 30px;
	padding:0 0 20px 80px;
	text-align: left;
	background: url("../img/check_qa_icon_a.png") top left/60px auto no-repeat; 
}
@media screen and (max-width: 768px) {
	.check_qa_detail{
padding: 0 10px 10px;
margin-top:60px;
}
	
	.check_qadetail_title img{
	width:150px;
}
	
	.check_qadetail_title{
	margin-top:-25px;
}
	.check_qa_detail dl{
	margin-top: 10px;
}

.check_qa_detail dt{
	line-height: 1.8;
	padding:0 0 10px 50px;
font-size: 124% !important;
  line-height: 26px !important;;
	background: url("../img/check_qa_icon_q.png") top left/40px auto no-repeat; 
}

.check_qa_detail dd{
	font-size: 124% !important;
  line-height: 26px !important;;
	line-height: 1.8;
	margin-top: 20px;
	padding:0 0 20px 50px;
	background: url("../img/check_qa_icon_a.png") top left/40px auto no-repeat; 
}
}

.check_qa_point{
	padding:20px;
	background:#e2f4f4 url("../img/check_checksheet_icon.png") 40px 40px no-repeat;
	background-size:12%;
	margin:20px 0;
	line-height: 1.8;
}

.check_qa_point2{
	padding:20px;
	background:#e2f4f4;
	background-size:12%;
	margin:0 0 0 20px;
	line-height: 1.8;
}

.check_qa_point h3{
	width:60%;
	margin:0 auto 20px;
	display: block;
	background: #fff;
	color:#00b0a9;
	padding:5px 40px;
	border-radius: 30px;
	font-size: 139% !important;
  line-height: 28px !important;;
	
}
.check_qa_point2 h3{
	margin:0 auto 20px;
	display: block;
	background: #fff;
	color:#00b0a9;
	padding:5px 40px;
	border-radius: 30px;
	font-size: 139% !important;
  line-height: 28px !important;;
	
}
.check_qa_point p{
	width:60%;
	margin:0 auto;
	
}
@media screen and (max-width: 768px) {
	.check_qa_point{
	padding:10px;
	background:#e2f4f4 40px 40px no-repeat;
	background-size:12%;
	margin:20px 0;
	line-height: 1.8;
}


.check_qa_point h3{
	width:100%;
	margin:0 auto 10px;
	display: block;
	background: #fff;
	color:#00b0a9;
	padding:10px;
	border-radius: 20px;
	  font-size: 108% !important;
  line-height: 24px !important;
	
}
.check_qa_point2 h3{
	margin:0 auto 10px;
	display: block;
	background: #fff;
	color:#00b0a9;
	padding:10px;
	border-radius: 30px;
	  font-size: 108% !important;
  line-height: 24px !important;
	
}
.check_qa_point p{
	width:100%;
	margin:0 auto;
	  font-size: 108% !important;
  line-height: 24px !important;
	background: none;
}
.check_qa_point2{
	width:100%;
	margin:20px 0 0 0;
	padding:10px;
	  font-size: 108% !important;
  line-height: 24px !important;
}
}

.fv_link{text-align: right;}
.fv_link a{color:#333;}
.fv_link a:hover{color:#666;text-decoration: none;}
.fv_link img{margin-left: 20px;}
.check_note{margin:30px auto 60px;}
.check_note li{
	text-align: left;
	font-size: 93% !important;
  line-height: 22px !important;}

@media screen and (max-width: 768px) {
	.fv_link{text-align: center;
	margin-top: 30px;}
	.fv_link img{margin-left: 0px;
	width: 100%;}
}

.d-flex{
	display:flex;
	
}

.w-50-100{
	width:50%;
}
.pc_none{display: none;}
.sp_none{display:block;}
.indent-1 {
padding-left:1em;
text-indent:-1em;
}


@media screen and (max-width: 768px) {
	.d-flex{
	display:block;
}

.w-50-100{
	width:100%;
}
.pc_none{display: block;}
.sp_none{display:none;}
}

.dr_name{
	font-weight: 700;
	margin-bottom: 20px;
	
}

#pdfset{ position:absolute;top:-9999px;}
@media screen and (max-width: 768px) {
	#pdfset{ position:absolute;width:100%;height:100vh;top:-9999px;}
}
.q2check{display:none}
#loading {
	display:none;
}
#loading img{
	vertical-align: middle;
}