@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(255,255,255,.9);
	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;
}

.answer-text.ptn2:before {
	background:#c69a08;    
}

.question-title.ptn2:before {
	background:#68625f;
}



.topfaq{
    width: 100%;
    padding: 2em 0;
    border-bottom: 1px solid #333;
}
.topfaq dt{
    width: 100%;
    display: block;
    font-size: 150%;
    margin-bottom: .5em;
}
.topfaq dt span{
    display: inline-block;
    font-size: 150%;
	color:var(--basic-color);
    font-weight: 600;
    margin-right: .5em;    
}


.topfaq dd{
    width: 100%;
    display: block;
    padding-left: 3.25em;
    font-size: 130%;
}
.topfaq dd span{
    font-size: 110%;
    padding-right: 1em;
    padding-left: .25em;

}



@media only screen and (max-width: 768px) {
    .topfaq dt{
        font-size: 100%;
    }
    .topfaq dt span{
        font-size: 140%;
        margin-right: .25em;
    }
    .topfaq dd{
    }
    .topfaq dd{
        width: 100%;
        display: block;
        padding-left: 2.25em;
        font-size: 100%;
    }
    .topfaq dd span{
        font-size: 100%;
        padding-right: 1em;
        padding-left: .25em;

    }

}





/*===========================
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: #dd791c;
	margin-right: 3%;
	width: 25%;
	text-align: center;
	border-radius: 10px;
	position: relative;
	box-shadow: 5px 5px 0 0px #9b9279;
}
@media screen and (max-width: 600px) {
	.box02 .st{
		width: 100%;
		padding: 8px 0;
		margin-bottom: 15px;
		box-shadow: 3px 3px 0 0px #9b9279;
	}
}

@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 #9b9279;
}
@media screen and (max-width: 600px) {
	.box02 .de01{
		font-size: 1em;
		width: 100%;
		box-sizing: border-box;
		box-shadow: 3px 3px 0 0px #9b9279;
	}
}


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

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

.orange{
	color: #ff6200;
}