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

#main .mainImg {
	padding: 32px 0 27px;
	background: #e06160 url(../../img/common/bg.jpg) no-repeat right top;
	background-size: auto 100%;
	background-size: auto
}

#main .headLine {
	color: #fff;
	font-size: 40px;
	letter-spacing: 1px;
	text-align: center;
}

.comBox {
	margin: 0 auto;
	max-width: 1025px;
	padding: 0 30px;
}

.headLine02 {
	margin-bottom: 15px;
	font-size: 26px;
	padding-left: 25px;
	letter-spacing: 1px;
	background: url(../../img/common/icon01.jpg) no-repeat left 8px;
}

.headLine03 {
	font-size: 46px;
	letter-spacing: 2px;
	text-align: center;
}

.headLine03 span {
	vertical-align: middle;
}

.headLine03 .size {
	color: #da5351;
	font-size: 66px;
}

#main .tabBox .linkUl {
	margin-bottom: 25px;	
}

#main .tabBox .linkUl li {
	margin: 0 1.5% 15px 0;
	width: 18.8%;
	display: table;
	float: left;
	box-sizing: border-box;
	border: 1px solid #72b1af;
	background-color: #fff;
}

#main .tabBox .linkUl li:nth-child(5n) {
	margin-right: 0;
}

#main .tabBox .linkUl li a {
	padding: 10px 0 9px;
	color: #72b1af;
	font-size: 18px;
	display: table-cell;
	text-align: center;
	line-height: 1.35;
	vertical-align: middle;
}

#main .tabBox .linkUl li a:hover {
	color: #FFF;
	background-color: #72b1af;
}

#main .tabBox .linkUl .on a {
	color: #FFF;
	background-color: #72b1af;
}

.pageTop {
	position: fixed;
	bottom: 22px;
	right: 14px;
}

.pageTop a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/


@media all and (min-width: 0) and (max-width: 767px) {
	#main .mainImg {
    	padding: 16px 0 13px;
		background-image: url(../../img/common/sp_bg.jpg);
		background-size: auto 100%;
	}
	
	#main .headLine {
		font-size: 22px;
	}
	
	.comBox {
		padding: 0 10px;
	}
	
	.headLine02 {
		margin-bottom: 11px;
		padding-left: 13px;
		font-size: 22px;
		background-position: left center;
		background-size: 11.5px auto;
	}
	
	#main .tabBox .linkUl {
		margin-bottom: 20px;
	}
	
	#main .tabBox .linkUl li,
	#main .tabBox .linkUl li:nth-child(5n) {
		margin: 0 2% 6px 0;
		width: 32%;
		min-height: 33px;
	}
	
	#main .tabBox .linkUl li:nth-child(3n) {
		margin-right: 0;
	}
	
	#main .tabBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	
	#main .tabBox .linkUl li a {
		padding: 3px 0 3px;
		font-size: 10px;
	}
	
	.headLine03 {
	    font-size: 22px;
		letter-spacing: 0;
	}
	
	.headLine03 .size {
		font-size: 30px;
	}
	
	#main .tabBox .linkUl li a:hover {
		color: #72b1af;
		background-color: #fff;
	}
	
	#main .tabBox .linkUl .on a:hover {
		color: #fff;
		background-color: #72b1af;
	}
	

.pageTop {
	right: 5px;
}

.pageTop img {
	width: 30px;
}
	

}

@media all and (min-width: 767px) and (max-width: 1360px) {
	#main .tabBox .linkUl li a {
		font-size: 15px;
	}
  #main .tabBox .linkUl li:last-child a {
    height: 40px;
  }
}