@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; }
	div.before_order_block {
		margin: 1em auto;
		margin-bottom: 3em;
		line-height: 2; 
		padding: 8px;
		border-radius: 3px;
		background-color: #ebebeb;
	}
	p.before_orderP { margin: 0 auto; line-height: 2; }
	p.infoP {
	}
	ul.before_orderUL { margin: 0 auto; }
	ul.before_orderUL li { list-style: disc; margin-left: 2em; }

	a.orderBtn {
		display: block;
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		color: #ffffff;
		margin: 1em auto;
		border: 1px solid #ed4c71;
		border-radius: 3px;
		background-color: #ed4c71;
	}
	a.orderBtn:hover { filter: opacity(0.75); opacity: 0.75; }
}

/* PC用表示 */
@media screen and (min-width:769px) {
	h2.h2Title { margin-bottom: 0.5em; font-size:120%; }
	div.before_order_block {
		width: 700px;
		margin: 0 auto;
		margin-bottom: 3em;
		line-height: 2; 
		padding: 8px;
		border-radius: 3px;
		background-color: #ebebeb;
	}
	p.before_orderP { margin: 0 auto; line-height: 2; }
	p.infoP {
	}
	ul.before_orderUL { margin: 0 auto; }
	ul.before_orderUL li { list-style: disc; margin-left: 2em; }

	a.orderBtn {
		display: block;
		width: 400px;
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		color: #ffffff;
		margin: 1em auto;
		border: 1px solid #ed4c71;
		border-radius: 3px;
		background-color: #ed4c71;
	}
	a.orderBtn:hover { filter: opacity(0.75); opacity: 0.75; }
}