@charset "utf-8";
/*------------------------------------------------------------
	others
------------------------------------------------------------*/
/* 共通背景 */
.mainBg { background-image: url("../img/common/main_bg.png"); }

#main .comWhite {
	padding: 89px 65px 59px;
}

#main .comWhite .topTxt {
	width: 700px;
	margin: 0 auto 91px;
	line-height: 2;
}

#main .comWhite .topTxt span {
	margin-top: 14px;
	display: block;
	font-size: 1rem;
	color: #919191；
}

#main .comWhite .imgBox01 {
	margin-bottom:98px;
}

#main .comWhite .photo {
	margin-top: 38px;
	width: 475px;
	float: left;
}

#main .comWhite .textBox {
	width: 425px;
	float: right;
}

#main .comWhite .textBox p {
	line-height: 2;
}

#main .comWhite .textBox .step {
	margin: 0 0 -13px;
	font-size: 3.9rem;
	color: #DBDBDB;
	font-weight: 700;
	font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
}

#main .comWhite .textBox .ttl {
	padding-bottom: 9px;
	margin-bottom: 24px;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}

#main .comWhite .textBox .ttl:before {
	position: absolute;
	width: 57px;
	border-bottom: 2px solid #000;
	left: 0;
	bottom: 0;
	content: "";
}

#main .comWhite .textBox .txt {
	color: #919191;
	font-size: 1rem;
	line-height: 1.4;
}

#main .comWhite .textBox .comLink {
	width: 234px;
	margin: 24px auto 39px;
}

#main .comWhite .textBox .comLink a {
	padding: 10px 0 9px;
	font-size: 1.4rem;
	border: none;
}

@media all and (-ms-high-contrast:none){
	#main .comWhite .textBox .comLink a {
		padding: 12px 0 7px;
	}
}

/* スマートフォン用表示 */
@media screen and (max-width:768px) {
	p.tax_message { text-align: right; margin: 1 auto; font-size: 60%; }
	h2.faqTitleH2 { font-size: 120%; margin-top: 1em; margin-bottm: 0.5em; }
	dl.faqDL { margin-bottom: 1.5em; line-height: 2; font-size: 100%; }
	dl.faqDL dt::before { content: "Q."; font-weight: bold; color: #0076f7 }
	dl.faqDL dd {
		padding: 8px;
		border-radius: 3px;
		background-color: #ebebeb;
	}
	dl.faqDL dd > span.c_red { color: #dc143c; }

	a.termsBtn {
		font-weight: bold;
		padding: 0.1em;
		display: block;
		margin: 1em auto;
		border: 3px solid #ffffff;
		filter: drop-shadow(2px 2px 2px rgba(214,214,214,0.6));
		box-shadow: 2px 2px 2px 2px rgba(214,214,214,0.6) ;
		border-radius: 5px;
		background-color: #79b7e6;
		color :#ffffff;
		text-align: center;
	}
	a.termsBtn:hover { filter: opacity(0.75); opacity: 0.75; }

}

/* PC用表示 */
@media screen and (min-width:769px) {
	/* informaation */
	h2.h2Title { width: 800px; margin: 1em auto; margin-bottom: 0.5em; font-size:120%; }
	p.tax_message { width: 800px; text-align: right; margin: 1 auto; }
	h2.faqTitleH2 { font-size: 150%; margin-bottm: 0.5em; }
	dl.faqDL { margin-bottom: 1.5em; line-height: 2; font-size: 120%; }
	dl.faqDL dt::before { content: "Q."; font-weight: bold; color: #0076f7 }
	dl.faqDL dd {
		padding: 8px;
		border-radius: 3px;
		background-color: #ebebeb;
	}
	dl.faqDL dd > span.c_red { color: #dc143c; }

	a.termsBtn {
		width: 400px;
		font-size: 150%;
		text-align: center;
		font-weight: bold;
		padding: 0.1em;
		display: block;
		margin: 1em auto;
		border: 5px solid #ffffff;
		filter: drop-shadow(2px 2px 2px rgba(214,214,214,0.6));
		box-shadow: 2px 2px 2px 2px rgba(214,214,214,0.6) ;
		border-radius: 30px;
		background-color: #79b7e6;
		color :#ffffff;
	}
	a.termsBtn:hover { filter: opacity(0.75); opacity: 0.75; }

}