@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;
}

/*------------------------------------------------------------
	.headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 90px;
	text-align: center;
}

#main .headLine01 img {
	display: block;
	padding-right: 17px;
	margin: 0 auto 20px;
}

#main .headLine01 > span {
	padding-bottom: 10px;
	display: inline-block;
	font-size: 3.487em;
	border-bottom: 6px solid #DA3A3A;
}

#main .headLine01 > span span {
	color: #da3939;
	position: relative;
}

#main .headLine01 > span span:before {
	margin-left: -4px;
	width: 9px;
	height: 9px;
	background: #DA3A3A;
	position: absolute;
	top: -9px;
	left: 50%;
	border-radius: 100px;
  
	content: ""; 
}

@media screen and (max-width: 767px) {
	#main .headLine01 {
		margin-bottom: 40px;
	}
	
	#main .headLine01 img {
		padding-right: 14px;
		margin: 0 auto 11px;
		width: 99px;
	}
	
	#main .headLine01 > span {
		padding-bottom: 8px;
		font-size: 2.325em;
		letter-spacing: -1.5px;
		border-bottom: 4px solid #DA3A3A;
	}
		
	#main .headLine01 > span span:before {
		margin-left: -2px;
		width: 5px;
		height: 5px;
		top: -5px;
	}
	
}

/*------------------------------------------------------------
	.headLine02
------------------------------------------------------------*/
#main .comBox {
	max-width: 1180px;
	margin: 0 auto 30px;
	background-color: #DB3839;
	border-radius: 15px;
}

#main .headLine02 {
	padding: 20px 0 0;
	background: url(../../img/common/line02.png) no-repeat top center;
	background-size: 100% 20px;
}

#main .headLine02 > span {
	display: block;
	padding: 13px 0 31px;
	font-size: 3.4875em;
	color: #fff;
	text-align: center;
	background: url(../../img/common/line03.png) no-repeat bottom center;
	background-size: 100% auto;
}

#main .headLine02 > span span {
	position: relative;
}

#main .headLine02 > span span:before {
	width: 42px;
	height: 48px;
	background: url(../../img/common/icon02.png) no-repeat;
	position: absolute;
	top: 1px;
	left: -68px;
  
	content: ""; 
}

#main .headLine02 > span span:after {
	width: 42px;
	height: 48px;
	background: url(../../img/common/icon02.png) no-repeat;
	position: absolute;
	top: 1px;
	right: -68px;
  
	content: ""; 
}

@media screen and (max-width: 767px) {
	#main .comBox {
		max-width: inherit;
		margin: 0 auto 15px;
		border-radius: 8px;
	}

	#main .headLine02 {
		padding: 14px 0 0;
		background: url(../../img/common/sp_line01.png) no-repeat top center;
		background-size: 100% 14px;
	}
	
	#main .headLine02 > span {
		padding: 10px 0 23px;
		font-size: 1.74em;
		background: url(../../img/common/sp_line02.png) no-repeat bottom center;
		background-size: 100% auto;
	}
	
	#main .headLine02 > span span:before {
		width: 21px;
		height: 24px;
		background-size: 21px auto;
		top: 0;
		left: -34px;
	}
	
	#main .headLine02 > span span:after {
		width: 21px;
		height: 24px;
		background-size: 21px auto;
		top: 0;
		right: -34px;
	  
		content: ""; 
	}
	
}

/*------------------------------------------------------------
	comLink 
------------------------------------------------------------*/
#main .comLink {
	text-align: center;
}

.btn-border {
	display: inline-block;
	min-width: 320px;
	margin: 0 auto;
	text-align: left;
	border: 3px solid #333;
	color: #333;
	font-weight: bold;
	font-size: 1.55em;
	text-align: center;
	text-decoration: none;
	padding: 10px 60px 9px;
	transition: .4s;
	letter-spacing: 1.2px;
	border-radius: 50px;
	box-sizing: border-box;
	background: url(../../img/common/icon03.png) no-repeat center right 26px #fff; 
}

.btn-border:hover {
	background: url(../../img/common/icon03_on.png) no-repeat center right 26px #333; 
	color: #fff;
}

@media screen and (max-width: 767px) {
	.btn-border {
		min-width: 305px;
		border: 2px solid #333;
		font-size: 1.45em;
		padding: 11px 30px 10px;
		background: url(../../img/common/icon03.png) no-repeat center right 24px #fff;
		background-size: 6px auto !important;
	}
	
	.btn-border:hover {
		background: url(../../img/common/icon03.png) no-repeat center right 24px #fff;
		color: #333;
	}

}

@media screen and (max-width: 350px) {
	.btn-border {
		min-width: 285px;
	}
}

/*------------------------------------------------------------
	pageTop 
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	bottom: 20px;
	right: 40px;
	z-index: 9;
}

.pageTop a:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.pageTop {
		bottom: 10px;
		right: 10px;
	}
	
	.pageTop img {
		width: 48px;
	}
}

@media all and (-ms-high-contrast:none){
	.btn-border {
		padding: 12px 60px 7px;
	}
		
}