@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
#main .comBgBox {
	margin-bottom: 63px;
	padding: 68px 20px 95px;
	position: relative;
	transition: all 2s;
	-webkit-transition: all 2s;
	background-color: #F8EAE9;
	background-color: rgba(248, 234, 233, 0); 
}

#main .comBgBox.active {
	background-color: rgba(248, 234, 233, 1); 
}

#main .comBgBox:before,
#main .comBgBox:after {
	top: 0;
	left: 0;
	position: absolute;
	width: 140px;
	height: 100%;
	background: url(../../img/common/com_bg01.png) repeat-y right top;
	content: ' ';
}

#main .comBgBox:before,
#main .comBgBox:after {
	opacity: 0;
	transition: all 2s;
	-webkit-transition: all 2s;
}

#main .comBgBox.active:before,
#main .comBgBox.active:after {
	opacity: 1;
}

#main .comBgBox:after {
	left: auto;
	right: 0;
	background: url(../../img/common/com_bg02.png) repeat-y left top;
}

#main .comBgBox p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 2.15;
	text-align: center;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#main .h2Ttl {
		font-size: 22px;
	}
	
	#main .h2Ttl img {
		max-width: 100%;
		margin: 0 auto 8px;
	}
	
	#main .comBgBox {
		margin-bottom: 38px;
		padding: 28px 40px 26px;
	}
	
	#main .comBgBox:before,
	#main .comBgBox:after {
		width: 37px;
		background-size: 66px auto;
	}
	
	#main .comBgBox:after {
		background-size: 66px auto;
	}
	
	#main .comBgBox p {
		margin-top: 15px;
		font-size: 13px;
		line-height: 2.1;
	}

}
