/* CSS Document */


p {
	text-align: left;
	font-size: 1.8rem;
}

h3.hd04 {
	text-align: center;
	color: #653e2b;
	margin-bottom: 20px;
}

.lead {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.hd03 {
	font-size: 2.2rem;
	color: #523c41;
	text-align: left;
	border-top: 1px solid #f1a3b0cc !important;
	border-bottom: 1px solid #f1a3b0cc !important;
	padding: 5px;
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: 4px;
}


.worries-box {
	border: 1px solid #f1a3b0cc;
	margin-top: 50px
}

.worries-box .inner {
	padding: 20px;
	height: auto;
}

.worries-box .ttl {
	background: #f1a3b0cc;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 600;
	padding: 10px;
}

.worries-box .lead {
	border-bottom: 2px dotted #f1a3b0cc;
	margin-bottom: 20px;
	font-size: 1.8rem !important;
}

.chk {
	text-align: left;
}

.chk li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}

.chk li:before {
	content: "";
	background: url("../img/icon-chk.png") no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
}

.att {
	padding: 0 0 0 1em;
	text-indent: -1em;
	color: #b21b20;
}

.sec02 {
	/*background: #f7f0eb;*/
	padding: 40px 0;
}

.sec02 .feature-area {
	background: #fff;
	/*box-shadow: 2px 2px 9px 4px #ebe0d9;*/
	margin-bottom: 40px;
	padding: 20px;
	border: solid 1px;
}

.sec02 h4.hd04 {
	text-align: center;
	color: #653e2b;
	margin-bottom: 20px;
	font-weight: normal;
}

.sec02 .feature-area .flex {
	align-items: flex-start;
	border-bottom: 2px dashed #653e2b;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sec02 .feature-area .flex figure {
	width: 30%;
	margin-right: 20px;
}

.sec02 .feature-area .flex p {
	text-align: left !important;
	font-size: 1.8rem;
	width: 100%;
}

.sec02 .feature-inner {
	margin-bottom: 20px !important;
}

.sec02 .feature-inner h4.hd04 {
	text-align: left;
	margin-bottom: 5px;
	color: #653e2b;
}

.sec02 .feature-inner .ulStyle01 {
	margin: 0px 20px;
}

.sec02 .feature-inner .ulStyle01 li {
	margin-bottom: 5px;
}

.sec02 h4.hd03 {
	text-align: center;
	font-size: 2.0rem;
}

.sec02 .lead-txt02 {
	text-align: left;
	font-size: 1.6rem;
	padding: 0 20px 40px;
}

.sec02 .bnr {
	margin-bottom: 20px;
}

.sec02 .bnr a:hover {
	opacity: 0.8;
}

.sec03 {
	margin: 60px auto 100px;
}

.sec03 .inner {
	background: url("../img/img_kohmon02.jpg") no-repeat top right;
	background-size: cover;
	padding: 20px;
	height: auto;
}

.sec03 .inner .ttl {
	font-size: 2.4rem;
	color: #523c41;
	text-align: center;
	margin-bottom: 20px;
}

.sec03 .txt {
	font-size: 2.0rem;
	text-align: center;
	color: #b21b20;
	border-bottom: 1px solid #b21b20;
	width: max-content;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.worries-box .ttl {
		font-size: 2.0rem;
	}

	.worries-box .inner {
		margin: 0 auto;
	}

	.hd04 {
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 600px) {
	.worries-box .lead {
		font-size: 1.6rem !important;
	}

	.chk li {
		align-items: flex-start;
		font-size: 1.6rem;
	}

	.chk li span {
		width: 90%;
		line-height: 1.6;
	}

	.sec02 .feature-area .flex p {
		font-size: 1.6rem;
	}

	.sec02 .lead-txt02 {
		padding: 0 0 40px;
	}

	.sec03 {
		margin: 40px auto;
	}

	.sec03 .txt {
		width: 100%;
		font-size: 1.8rem;
	}

	.sec03 .inner {
		background: #f9f7f4;
		margin-bottom: 20px !important;
	}

}

@media screen and (max-width: 478px) {
	.sec02 .feature-area .flex {
		flex-direction: column;
	}

	.sec02 .feature-area .flex figure {
		margin: 0 auto 15px;
	}

	.sec03 .txt {
		text-align: left;
		font-size: 1.6rem;
	}

}


.check-area {
	background: #f4f1ef;
	padding: 20px;
	text-align: left;
}

.check-area h4 {
	font-size: 2.2rem;
	color: #523c41;
	font-weight: 600;
}

.check-area ul {
	margin: 20px 0 0;
}

.check-area ul li {
	font-size: 1.8rem;
	margin-bottom: 15px;
	color: #523c41;
	align-items: center;
}

.check-area ul li p {
	text-align: left !important;
}

.check-area ul li:last-child {
	margin-bottom: 0;
}

.check-area ul li .title {
	display: block;
	background: #f1a3b0cc;
	font-size: 2.3rem;
	color: #fff;
	max-width: 450px;
	width: 100%;
	text-align: center;
	margin-right: 20px;
}


.link {
	color: #608858 !important;
	text-decoration: underline !important;
}