@charset "UTF-8";
/* =========================================================
	Check
========================================================= */
/* Layout
--------------------------------------------------------- */
#conts.check {
	padding-top: 20px;
}

#conts.result {
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
	#conts.check {
		padding-top: 15px;
	}

	#conts.result {
		padding-top: 10px;
	}
}

/* Check Contents
--------------------------------------------------------- */
#conts.check .startBox {
	height: 500px;
	background: url(../img/check/bg_start01_pc.png) no-repeat;
	background-size: 100% auto;
	position: relative;
}
#conts.check .startBox .midashi {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 32px;
	left: 57px;
}
#conts.check .startBox .startBtn {
	width: 500px;
	position: absolute;
	bottom: 58px;
	left: 58px;
}

#conts.check .startBox .startBtn a {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	background: #0B8C8D;
	width: 458px;
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #fff;
	border-radius: 14px;
	position: relative;
}

#conts.check .startBox .textBox {
	width: 479px;
	position: absolute;
	top: 118px;
	left: 58px;
}

#conts.check .startBox .textBox p {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}

#conts.check .startBox .textBox p + p {
	margin-top: 35px;
}

#conts.check .checkBox {
	display: none;
	height: 459px;
	padding-top: 40px;
	/*background: url(../img/check/bg_check01.jpg) no-repeat 0 40px;*/
}

#conts.check .checkBox .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 86px;
	margin: 20px 0 0 100px;
	padding-top: 4px;
	background: #1587C2;
	border-radius: 50px;
	color: #FFF;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
}

#conts.check .checkBox .question {
	margin-top: 5px;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}

#conts.check .checkBox .answerList {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

#conts.check .checkBox .answerList li {
	width: 200px;
}

#conts.check .checkBox .answerList li + li {
	margin-left: 100px;
}

#conts.check .checkBox .answerList li a {
	display: block;
	padding: 24px 0 20px;
	border-radius: 14px;
	color: #FFF;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#conts.check .checkBox .answerList li.yes a {
	background: #1587C2;
}

#conts.check .checkBox .answerList li.no a {
	background: #A99161;
}

#conts.check .checkBox .paging {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}

#conts.check .checkBox .paging li {
	width: 13px;
	height: 13px;
	background: #C9C9C9;
	border-radius: 50px;
	text-indent: -9999px;
}

#conts.check .checkBox .paging li.current {
	width: 18px;
	height: 18px;
	background: #A99161;
}

#conts.check .checkBox .paging li + li {
	margin-left: 13px;
}

@media screen and (max-width: 767px) {
	:root {
		--viewport: 750;
	}
	#conts.check .startBox {
		width: calc(100vw / var(--viewport) * 706);
		height: calc(100vw / var(--viewport) * 436);
		background: url(../img/check/bg_start01_sp.png) top center no-repeat;
		background-size: 100% auto;
		margin: 0 auto;
		position: relative;
	}
	#conts.check .startBox .midashi {
		color: #fff;
		font-size: 8vw;
		font-weight: bold;
		position: absolute;
		top: 4vw;
		left: 4vw;
	}
	#conts.check .startBox .startBtn {
		width: calc(100vw / var(--viewport) * 458);
		height: calc(100vw / var(--viewport) * 88);
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: calc(100vw / var(--viewport) * 330);
		left: calc(100vw / var(--viewport) * 32);
	}

	#conts.check .startBox .startBtn a {
		font-size: calc(100vw / var(--viewport) * 24);
		width: calc(100vw / var(--viewport) * 458);
		height: calc(100vw / var(--viewport) * 88);
		border-radius: calc(100vw / var(--viewport) * 14);
	}

	#conts.check .startBox .textBox {
		width: 63.87vw;
		position: absolute;
		top: 12.53vw;
		left: 4vw;
	}

	#conts.check .startBox .textBox p {
		font-size: 2.67vw;
		line-height: 1.8;
	}

	#conts.check .startBox .textBox p + p {
		margin-top: 25px;
	}

	#conts.check .checkBox {
		height: auto;
		min-height: 360px;
		padding-top: 40px;
		/*background: url(../img/check/bg_check01_sp.jpg) no-repeat 0 0;
		background-size: 291px 400px;*/
	}

	#conts.check .checkBox .number {
		height: 90px;
		margin: 0 auto;
		padding-top: 0;
		font-size: 3.6rem;
	}

	#conts.check .checkBox .question {
		margin-top: 30px;
		font-size: 1.8rem;
	}

	#conts.check .checkBox .answerList {
		margin-top: 50px;
		padding: 0 15px;
	}

	#conts.check .checkBox .answerList li {
		width: 46.5%;
	}

	#conts.check .checkBox .answerList li + li {
		margin-left: 7%;
	}

	#conts.check .checkBox .answerList li a {
		padding: 18px 0;
		border-radius: 10px;
		font-size: 2.4rem;
	}

	#conts.check .checkBox .paging {
		margin-top: 70px;
	}

	#conts.check .checkBox .paging li {
		width: 9px;
		height: 9px;
	}

	#conts.check .checkBox .paging li.current {
		width: 12px;
		height: 12px;
	}

	#conts.check .checkBox .paging li + li {
		margin-left: 10px;
	}
}

/* Result Contents
--------------------------------------------------------- */
#conts.result .mainVisual {
	display: none;
	width: 1000px;
	margin: 0 auto;
}

#conts.result .leadBox .lead {
	display: none;
	margin-top: 50px;
	padding: 0 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#conts.result .leadBox .cmnBtn01 {
	margin-top: 60px;
}

#conts.result .checkBox {
	margin-top: 100px;
}

#conts.result .checkBox .ttl {
	padding: 0 20px;
	font-size: 2.8rem;
	font-weight: bold;
}

#conts.result .checkBox .checkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 35px;
	padding: 0 20px;
}

#conts.result .checkBox .checkList li {
	width: 200px;
	margin-left: 53px;
}

#conts.result .checkBox .checkList li:nth-child(4n+1) {
	margin-left: 0;
}

#conts.result .checkBox .checkList li:nth-child(n+5) {
	margin-top: 60px;
}

#conts.result .checkBox .checkList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 195px;
	padding-top: 5px;
	background: #DCDCDC;
	border-radius: 100px;
	color: #FFF;
	font-size: 4.5rem;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

#conts.result .checkBox .checkList li.yes a {
	background: #1587C2;
}

#conts.result .checkBox .checkList li a::before {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #A99161;
	font-size: 7.2rem;
	font-weight: bold;
	position: absolute;
	top: -8px;
	left: -6px;
}

#conts.result .checkBox .checkList li:nth-child(1) a::before {
	content: "1";
}

#conts.result .checkBox .checkList li:nth-child(2) a::before {
	content: "2";
}

#conts.result .checkBox .checkList li:nth-child(3) a::before {
	content: "3";
}

#conts.result .checkBox .checkList li:nth-child(4) a::before {
	content: "4";
}

#conts.result .checkBox .checkList li:nth-child(5) a::before {
	content: "5";
}

#conts.result .checkBox .checkList li:nth-child(6) a::before {
	content: "6";
}

#conts.result .checkBox .checkList li:nth-child(7) a::before {
	content: "7";
}

#conts.result .checkBox .checkList li:nth-child(8) a::before {
	content: "8";
}

#conts.result .checkBox .explainBox {
	margin-top: 50px;
}

#conts.result .checkBox .explainBox p {
	padding: 0 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#conts.result .checkBox .explainBox p + p {
	margin-top: 25px;
}

#conts.result .checkBox .explainBox .classification {
	margin: 30px 0;
	padding: 20px 0 17px;
	background: #DCDCDC;
	text-align: center;
}

#conts.result .checkBox .explainBox .classification li {
	display: inline;
	font-size: 1.8rem;
	font-weight: bold;
}

#conts.result .checkBox .explainBox .classification li + li {
	margin-left: 30px;
}

#conts.result .sectionTtl {
	padding: 15px 0 12px;
	background: #1587C2;
}

#conts.result .sectionTtl span {
	display: block;
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: bold;
}

#conts.result .explainSec {
	padding-top: 75px;
}

#conts.result .explainSec .lead {
	margin-top: 25px;
	padding: 0 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#conts.result .explainSec .detailWrap .detailSec {
	margin-top: 60px;
	padding: 0 20px;
}

#conts.result .explainSec .detailWrap .detailSec:first-child {
	margin-top: 25px;
}

#conts.result .explainSec .detailWrap .detailSec h3 {
	padding: 15px 20px 12px;
	border: 2px solid #0B8D8D;
	color: #0B8D8D;
	font-size: 2.4rem;
	font-weight: bold;
}

#conts.result .explainSec .detailWrap .detailSec .inner {
	display: flex;
	margin-top: 30px;
}

#conts.result .explainSec .detailWrap .detailSec .inner .imgBox {
	width: 480px;
}

#conts.result .explainSec .detailWrap .detailSec:nth-child(odd) .inner .imgBox {
	order: 2;
	margin-left: 30px;
}

#conts.result .explainSec .detailWrap .detailSec:nth-child(even) .inner .imgBox {
	order: 1;
	margin-right: 30px;
}

#conts.result .explainSec .detailWrap .detailSec .inner .textBox {
	width: 450px;
	margin-top: -5px;
}

#conts.result .explainSec .detailWrap .detailSec:nth-child(odd) .inner .textBox {
	order: 1;
}

#conts.result .explainSec .detailWrap .detailSec:nth-child(even) .inner .textBox {
	order: 2;
}

#conts.result .explainSec .detailWrap .detailSec .inner .textBox p {
	font-size: 1.5rem;
	line-height: 1.6;
}

#conts.result .explainSec .detailWrap .detailSec .inner .textBox p + p {
	margin-top: 25px;
}

#conts.result .explainSec .detailWrap .detailSec .cmnBtn01 {
	margin-top: 60px;
}

#conts.result .summarySec {
	padding-top: 60px;
}

#conts.result .summarySec .summaryBox {
	display: flex;
	margin-top: 30px;
	padding: 0 20px;
}

#conts.result .summarySec .summaryBox .imgBox {
	order: 2;
	width: 480px;
	margin-left: 30px;
}

#conts.result .summarySec .summaryBox .textBox {
	order: 1;
	width: 450px;
	margin-top: -5px;
}

#conts.result .summarySec .summaryBox .textBox p {
	font-size: 1.5rem;
	line-height: 1.6;
}

#conts.result .summarySec .summaryBox .textBox p + p {
	margin-top: 25px;
}

#conts.result .summarySec .cmnBtn01 {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#conts.result .cmnBtn01 {
		padding: 0;
		background: none;
	}

	#conts.result .cmnBtn01 a {
		width: 100%;
	}

	#conts.result .mainVisual {
		width: auto;
		padding: 0 15px 15px;
		border-bottom: 1px solid #DDD7CB;
		text-align: center;
	}

	#conts.result .leadBox .lead {
		margin-top: 10px;
		padding: 0 10px;
		font-size: 1.2rem;
		line-height: 2.0;
	}

	#conts.result .leadBox .cmnBtn01 {
		margin-top: 25px;
		padding: 0 10px;
	}

	#conts.result .checkBox {
		margin-top: 15px;
		padding-bottom: 35px;
	}

	#conts.result .checkBox .ttl {
		padding: 0 10px;
		font-size: 1.5rem;
	}

	#conts.result .checkBox .checkList {
		margin-top: 20px;
		padding: 0 10px;
	}

	#conts.result .checkBox .checkList li {
		width: 21vw;
		margin-left: 2.3vw;
	}
	#conts.result .checkBox .checkList li:nth-child(n+5) {
		margin-top: 20px;
	}

	#conts.result .checkBox .checkList li a {
		height: 21vw;
		padding-top: 0;
		font-size: 1.6rem;
	}

	#conts.result .checkBox .checkList li a::before {
		font-size: 2.8rem;
		top: -3px;
		left: 0;
	}

	#conts.result .checkBox .explainBox {
		margin-top: 20px;
	}

	#conts.result .checkBox .explainBox p {
		padding: 0 10px;
		font-size: 1.4rem;
	}

	#conts.result .checkBox .explainBox p + p {
		margin-top: 15px;
	}

	#conts.result .checkBox .explainBox .classification {
		margin: 15px 10px;
		padding: 16px 20px;
		text-align: left;
	}

	#conts.result .checkBox .explainBox .classification li {
		display: block;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	#conts.result .checkBox .explainBox .classification li + li {
		margin-left: 0;
	}

	#conts.result .sectionTtl {
		padding: 12px 0;
		text-align: center;
	}

	#conts.result .sectionTtl span {
		width: auto;
		font-size: 1.8rem;
	}

	#conts.result .explainSec {
		padding-top: 0;
	}

	#conts.result .explainSec .lead {
		margin-top: 10px;
		padding: 0 10px;
		font-size: 1.4rem;
		line-height: 2.0;
	}

	#conts.result .explainSec .detailWrap {
		padding-bottom: 40px;
	}

	#conts.result .explainSec .detailWrap .detailSec {
		margin-top: 40px;
		padding: 0 10px;
	}

	#conts.result .explainSec .detailWrap .detailSec:first-child {
		margin-top: 10px;
	}

	#conts.result .explainSec .detailWrap .detailSec h3 {
		padding: 8px 10px;
		font-size: 1.8rem;
		line-height: 1.4;
	}

	#conts.result .explainSec .detailWrap .detailSec .inner {
		display: block;
		margin-top: 15px;
	}

	#conts.result .explainSec .detailWrap .detailSec .inner .imgBox {
		width: auto;
		margin: 0 !important;
	}

	#conts.result .explainSec .detailWrap .detailSec .inner .textBox {
		width: auto;
		margin-top: 10px;
	}

	#conts.result .explainSec .detailWrap .detailSec .inner .textBox p {
		font-size: 1.4rem;
		line-height: 2.0;
	}

	#conts.result .explainSec .detailWrap .detailSec .cmnBtn01 {
		margin-top: 35px;
	}

	#conts.result .summarySec {
		padding-top: 0;
	}

	#conts.result .summarySec .summaryBox {
		display: block;
		margin-top: 15px;
		padding: 0 10px;
	}

	#conts.result .summarySec .summaryBox .imgBox {
		width: auto;
		margin-left: 0;
		text-align: center;
	}

	#conts.result .summarySec .summaryBox .textBox {
		width: auto;
		margin-top: 10px;
	}

	#conts.result .summarySec .summaryBox .textBox p {
		font-size: 1.4rem;
		line-height: 2.0;
	}

	#conts.result .summarySec .cmnBtn01 {
		margin-top: 35px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 340px) {
	#conts.result .checkBox .checkList li {
		width: 20vw;
	}

	#conts.result .checkBox .checkList li a {
		height: 20vw;
		font-size: 1.4rem;
	}
}

/*checkにテキスト追加*/
#conts.check .textBox02 {
    margin: 50px 0 0;
}
#conts.check .textBox02 p{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.0;
    text-align: center;
    background: #0B8D8D;
    color: #fff;
    padding: 10px 0;
}
#conts.check  .leadBox .lead{
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #conts.check .textBox02{
    margin-top: 0;
    padding: 24px 0 0;
    background: #fff;
  }
  #conts.check .textBox02 p{
    font-size: 1.6rem;
  }
  #conts.check .leadBox .lead{
    margin-top: 10px;
  }
}

/*checkにもresultの内容追記*/
/* Result Contents
--------------------------------------------------------- */
#conts .mainVisual {
	display: none;
	width: 1000px;
	margin: 0 auto;
}

#conts .leadBox .lead {
	/* display: none; */
	margin-top: 50px;
	padding: 0 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#conts .leadBox .cmnBtn01 {
	margin-top: 60px;
}

#conts .checkBox {
	margin-top: 100px;
}

#conts .checkBox .ttl {
	padding: 0 20px;
	font-size: 2.8rem;
	font-weight: bold;
}

#conts .checkBox .checkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 35px;
	padding: 0 20px;
}

#conts .checkBox .checkList li {
	width: 200px;
	margin-left: 53px;
}

#conts .checkBox .checkList li:nth-child(4n+1) {
	margin-left: 0;
}

#conts .checkBox .checkList li:nth-child(n+5) {
	margin-top: 60px;
}

#conts .checkBox .checkList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 195px;
	padding-top: 5px;
	background: #DCDCDC;
	border-radius: 100px;
	color: #FFF;
	font-size: 4.5rem;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

#conts .checkBox .checkList li.yes a {
	background: #1587C2;
}

#conts .checkBox .checkList li a::before {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #A99161;
	font-size: 7.2rem;
	font-weight: bold;
	position: absolute;
	top: -8px;
	left: -6px;
}

#conts .checkBox .checkList li:nth-child(1) a::before {
	content: "1";
}

#conts .checkBox .checkList li:nth-child(2) a::before {
	content: "2";
}

#conts .checkBox .checkList li:nth-child(3) a::before {
	content: "3";
}

#conts .checkBox .checkList li:nth-child(4) a::before {
	content: "4";
}

#conts .checkBox .checkList li:nth-child(5) a::before {
	content: "5";
}

#conts .checkBox .checkList li:nth-child(6) a::before {
	content: "6";
}

#conts .checkBox .checkList li:nth-child(7) a::before {
	content: "7";
}

#conts .checkBox .checkList li:nth-child(8) a::before {
	content: "8";
}

#conts .checkBox .explainBox {
	margin-top: 50px;
}

#conts .checkBox .explainBox p {
	padding: 0 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#conts .checkBox .explainBox p + p {
	margin-top: 25px;
}

#conts .checkBox .explainBox .classification {
	margin: 30px 0;
	padding: 20px 0 17px;
	background: #DCDCDC;
	text-align: center;
}

#conts .checkBox .explainBox .classification li {
	display: inline;
	font-size: 1.8rem;
	font-weight: bold;
}

#conts .checkBox .explainBox .classification li + li {
	margin-left: 30px;
}

#conts .sectionTtl {
	padding: 15px 0 12px;
	background: #1587C2;
}

#conts .sectionTtl span {
	display: block;
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: bold;
}

#conts .explainSec {
	padding-top: 75px;
}

#conts .explainSec .lead {
	margin-top: 25px;
	padding: 0 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#conts .explainSec .detailWrap .detailSec {
	margin-top: 60px;
	padding: 0 20px;
}

#conts .explainSec .detailWrap .detailSec:first-child {
	margin-top: 25px;
}

#conts .explainSec .detailWrap .detailSec h3 {
	padding: 15px 20px 12px;
	border: 2px solid #0B8D8D;
	color: #0B8D8D;
	font-size: 2.4rem;
	font-weight: bold;
}

#conts .explainSec .detailWrap .detailSec .inner {
	display: flex;
	margin-top: 30px;
}

#conts .explainSec .detailWrap .detailSec .inner .imgBox {
	width: 480px;
}

#conts .explainSec .detailWrap .detailSec:nth-child(odd) .inner .imgBox {
	order: 2;
	margin-left: 30px;
}

#conts .explainSec .detailWrap .detailSec:nth-child(even) .inner .imgBox {
	order: 1;
	margin-right: 30px;
}

#conts .explainSec .detailWrap .detailSec .inner .textBox {
	width: 450px;
	margin-top: -5px;
}

#conts .explainSec .detailWrap .detailSec:nth-child(odd) .inner .textBox {
	order: 1;
}

#conts .explainSec .detailWrap .detailSec:nth-child(even) .inner .textBox {
	order: 2;
}

#conts .explainSec .detailWrap .detailSec .inner .textBox p {
	font-size: 1.5rem;
	line-height: 1.6;
}

#conts .explainSec .detailWrap .detailSec .inner .textBox p + p {
	margin-top: 25px;
}

#conts .explainSec .detailWrap .detailSec .cmnBtn01 {
	margin-top: 60px;
}

#conts .summarySec {
	padding-top: 60px;
}

#conts .summarySec .summaryBox {
	display: flex;
	margin-top: 30px;
	padding: 0 20px;
}

#conts .summarySec .summaryBox .imgBox {
	order: 2;
	width: 480px;
	margin-left: 30px;
}

#conts .summarySec .summaryBox .textBox {
	order: 1;
	width: 450px;
	margin-top: -5px;
}

#conts .summarySec .summaryBox .textBox p {
	font-size: 1.5rem;
	line-height: 1.6;
}

#conts .summarySec .summaryBox .textBox p + p {
	margin-top: 25px;
}

#conts .summarySec .cmnBtn01 {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#conts .cmnBtn01 {
		padding: 0;
		background: none;
	}

	#conts .cmnBtn01 a {
		width: 100%;
	}

	#conts .mainVisual {
		width: auto;
		padding: 0 15px 15px;
		border-bottom: 1px solid #DDD7CB;
		text-align: center;
	}

	#conts .leadBox .lead {
		margin-top: 10px;
		padding: 0 10px;
		font-size: 1.2rem;
		line-height: 2.0;
	}

	#conts .leadBox .cmnBtn01 {
		margin-top: 25px;
		padding: 0 10px;
	}

	#conts .checkBox {
		margin-top: 15px;
		padding-bottom: 35px;
	}

	#conts .checkBox .ttl {
		padding: 0 10px;
		font-size: 1.5rem;
	}

	#conts .checkBox .checkList {
		margin-top: 20px;
		padding: 0 10px;
	}

	#conts .checkBox .checkList li {
		width: 21vw;
		margin-left: 2.3vw;
	}
	#conts .checkBox .checkList li:nth-child(n+5) {
		margin-top: 20px;
	}

	#conts .checkBox .checkList li a {
		height: 21vw;
		padding-top: 0;
		font-size: 1.6rem;
	}

	#conts .checkBox .checkList li a::before {
		font-size: 2.8rem;
		top: -3px;
		left: 0;
	}

	#conts .checkBox .explainBox {
		margin-top: 20px;
	}

	#conts .checkBox .explainBox p {
		padding: 0 10px;
		font-size: 1.4rem;
	}

	#conts .checkBox .explainBox p + p {
		margin-top: 15px;
	}

	#conts .checkBox .explainBox .classification {
		margin: 15px 10px;
		padding: 16px 20px;
		text-align: left;
	}

	#conts .checkBox .explainBox .classification li {
		display: block;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	#conts. .checkBox .explainBox .classification li + li {
		margin-left: 0;
	}

	#conts .sectionTtl {
		padding: 12px 0;
		text-align: center;
	}

	#conts .sectionTtl span {
		width: auto;
		font-size: 1.8rem;
	}

	#conts .explainSec {
		padding-top: 0;
	}

	#conts .explainSec .lead {
		margin-top: 10px;
		padding: 0 10px;
		font-size: 1.4rem;
		line-height: 2.0;
	}

	#conts .explainSec .detailWrap {
		padding-bottom: 40px;
	}

	#conts .explainSec .detailWrap .detailSec {
		margin-top: 40px;
		padding: 0 10px;
	}

	#conts .explainSec .detailWrap .detailSec:first-child {
		margin-top: 10px;
	}

	#conts .explainSec .detailWrap .detailSec h3 {
		padding: 8px 10px;
		font-size: 1.8rem;
		line-height: 1.4;
	}

	#conts .explainSec .detailWrap .detailSec .inner {
		display: block;
		margin-top: 15px;
	}

	#conts .explainSec .detailWrap .detailSec .inner .imgBox {
		width: auto;
		margin: 0 !important;
	}

	#conts .explainSec .detailWrap .detailSec .inner .textBox {
		width: auto;
		margin-top: 10px;
	}

	#conts .explainSec .detailWrap .detailSec .inner .textBox p {
		font-size: 1.4rem;
		line-height: 2.0;
	}

	#conts .explainSec .detailWrap .detailSec .cmnBtn01 {
		margin-top: 35px;
	}

	#conts .summarySec {
		padding-top: 0;
	}

	#conts .summarySec .summaryBox {
		display: block;
		margin-top: 15px;
		padding: 0 10px;
	}

	#conts .summarySec .summaryBox .imgBox {
		width: auto;
		margin-left: 0;
		text-align: center;
	}

	#conts .summarySec .summaryBox .textBox {
		width: auto;
		margin-top: 10px;
	}

	#conts .summarySec .summaryBox .textBox p {
		font-size: 1.4rem;
		line-height: 2.0;
	}

	#conts .summarySec .cmnBtn01 {
		margin-top: 35px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 340px) {
	#conts .checkBox .checkList li {
		width: 20vw;
	}

	#conts .checkBox .checkList li a {
		height: 20vw;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {
#conts .checkInner .leadBox .cmnBtn01 {
  margin: 25px 0;
  padding: 0 10px;
}
}
