@charset "utf-8";
/*===========================
add
===========================*/





.catch2 {
	color:var(--basic-color);
}

.catch3 {
	color:var(--basic-color);
}

.txtIcon {
	padding:0.1em 2.5em 0.1em 2.5em;
	background-color:var(--basic-color);
}

.txtIconBlock {
	padding:0.2em 2.5em 0.2em 2.5em;
	background-color:var(--basic-color);
}

.boxFrame {
	border:3px solid var(--basic-color);
	background: rgba(255,255,255,.8);
}

.boxSimple {
	border-radius: 10px;
	padding:1.5em;
	background: rgba(128, 7, 7, 0.1);
	border-color: rgba(220, 135, 185,.15);
}

ul.liCheck li:before , ul.liCheckInline li:before , ul.liCheck2Div li:before , ul.liCheck3Div li:before , ul.liCheck4Div li:before {
	color:var(--basic-color);
}

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
	background-color:var(--basic-color);
}

.answer-text:before {
	background:var(--basic-color);
}

.question-title:before {
	background:#666365;
}





/*===========================
box02
===========================*/
@media screen and (min-width: 601px) {
	.box02 .in01{
		display: flex;
		padding-bottom: 20px;
		margin: 0 auto 20px;
		width: 75%;
	}
}
@media screen and (max-width: 768px) {
	.box02 .in01{
		width: 100%;
		padding-bottom: 15px;
		margin: 0 auto 15px;
	}
}

.box02 .in01:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.box02 .st{
	background-color: #6b7170;
	background:var(--basic-color);

	margin-right: 3%;
	width: 25%;
	text-align: center;
	border-radius: 10px;
	position: relative;
	box-shadow: 5px 5px 0 0px #e3e3e3;
}
@media screen and (max-width: 600px) {
	.box02 .st{
		width: 100%;
		padding: 8px 0;
		margin-bottom: 15px;
		box-shadow: 3px 3px 0 0px #e3e3e3;
	}
}

@media screen and (min-width: 601px) {
	.box02 .st .st-box{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
}

.box02 .st .st-box p{
	font-size: 1.1em;
    line-height: 1.5;
    font-weight: 600;
	color: #fff;
	/* line-height: 100%; */
	padding: 0 !important;
}
@media screen and (max-width: 768px) {
	.box02 .st .st-box p{
		font-size: 1em;
	}
}


.box02 .de01{
	width: 77%;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	font-size: 1em;
	line-height: 150%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 0 0px #e3e3e3;
}
@media screen and (max-width: 600px) {
	.box02 .de01{
		font-size: 1em;
		width: 100%;
		box-sizing: border-box;
		box-shadow: 3px 3px 0 0px #e3e3e3;
	}
}


.box02 .contactBtnWrap{
	text-align: left;
}

.box02 .contactBtnWrap .contactBtn{
	margin-bottom: 0;
}

.st-box .title span{
	display: block;
	font-size: 85%;
	text-align: center;

}