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

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

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

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1010px;
}

.pageTitle {
	margin-bottom: 105px;
	padding: 39px 29px 10px 10px;
	height: 124px;
	box-sizing: border-box;
	background-color: #2756a5;
	position: relative;
}

.pageTitle h2 {
	color: #fff;
	font-size: 3.6rem;
	font-weight: normal;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pageTitle:after {
	width: 28px;
	height: 24px;
	position: absolute;
	left: 49.5%;
	bottom: -16px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url("../../image/common/icon03.png") no-repeat left top;
	content: "";
}
@media all and (max-width: 767px) {
	.pageTitle h2 {
		font-size: 1.8rem;
	}
	
	.pageTitle {
		margin-bottom: 41px;
		height: 64px;
		padding: 21px 10px 10px 10px;
	}
	
	.pageTitle::after {
		left: 49.8%;
		bottom: -9px;
	}
	
	.content {
		margin: 0 18px;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.bottomBox {
	margin-top: 115px;
}

.bottomBox .listUl li {
	width: 20%;
	float: left;
}

.bottomBox li img {
	width: 100%;
}
@media all and (max-width: 767px) {
	.bottomBox {
		margin-top: 53px;
	}
	
	.bottomBox .listUl li {
		width: 33.33%;
	}
	
	.bottomBox .linkUl li {
		padding: 0 3px;
		width: 33.33%;
		float: left;
		box-sizing: border-box;
	}
	
	.bottomBox .linkUl {
		margin: 25px 11px 0;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 29px;
	font-size: 2.8rem;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.headLine01 span {
	padding: 0 10px 4px;
	min-width: 200px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 3px solid #d6e549;
}

.comTxt {
	margin-bottom: 9px;
	font-size: 2.4rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media all and (max-width: 767px) {
	.headLine01 span {
		padding: 0 10px 12px;
		display: block;
		border-bottom: 2px solid #d6e549;
	}
	
	.headLine01 {
		margin: 0 -4px 23px;
		font-size: 1.7rem;
	}
	
	.comTxt {
		margin-bottom: 14px;
		font-size: 1.7rem;
		line-height: 1.5;
	}
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 80px;
}

.comImgBox .photoBox {
	margin-top: 7px;
	width: 447px;
	float: left;
}

.comImgBox .textBox {
	width: 511px;
	float: right;
}

.comImgBox .textBox p {
	margin-bottom: 23px;
	font-size: 1.6rem;
	line-height: 1.75;
}
@media all and (max-width: 767px) {
	.comImgBox .photoBox {
		margin: 0 57px 25px;
		width: auto;
		float: none;
	}
	
	.comImgBox .photoBox img {
		width: 100%;
	}
	
	.comImgBox .textBox {
		width: auto;
		float: none;
	}
	
	.comImgBox .textBox p {
		font-size: 1.3rem;
		line-height: 1.8;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 17px;
	font-size: 2rem;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.headLine02 span {
	padding: 0 18px;
	display: block;
	position: relative;
}

.headLine02 span:before {
	position: absolute;
	left: -1px;
	top: 6px;
	width: 17px;
	height: 17px;
	background-color: #d6e549;
	content: '';
	border-radius: 50%;
}
@media all and (-ms-high-contrast:none){
	.headLine02 span::before {
		top: 2px;
	}
}
@media all and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 19px;
		text-align: center;
		font-size: 1.4rem;
	}
	
	.headLine02 span {
		display: inline-block;
		letter-spacing: 1px;
	}
	
	.headLine02 span:before {
		width: 12px;
		height: 12px;
		top: 4px;
	}
	
	.headLine02 span:after {
		position: absolute;
		right: -1px;
		top: 4px;
		width: 12px;
		height: 12px;
		background-color: #d6e549;
		content: '';
		border-radius: 50%;
}

}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	line-height: 1.75;
	border: 1px solid #D2D2D2;
	border-collapse: collapse;
}

.comTable th,
.comTable td {
	padding: 12px 10px 8px 30px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #D2D2D2;
}

.comTable th {
	padding: 12px 24px 8px;
	width: 25.2%;
	color: #fff;
	font-weight: normal;
	background-color: #2756A4;
}
@media all and (max-width: 767px) {
	.comTable {
		font-size: 1.1rem;
	}
	
	.comTable th, .comTable td {
		padding: 6px 10px 2px 13px;
	}
	
	.comTable th {
		padding: 5px 10px 1px;
		width: 19.7%;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	text-align: center；
}

.comBtn a {
	padding: 9px 27px 8px 10px;
	max-width: 202px;
	width: 100%;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	border-radius: 20px;
	box-sizing: border-box;
	background: url(../../image/common/icon01.png) no-repeat right 23px center #2756A4;
}

.comBtn a:hover {
	opacity: 0.8;
}
@media all and (-ms-high-contrast:none){
	.comBtn a {
		padding: 12px 27px 8px 10px;
	}
}

@media all and (max-width: 767px) {
	.comBtn a {
		padding: 6px 15px 5px;
		max-width: 124px;
		font-size: 0.8rem;
		background: url(../../image/common/icon01.png) no-repeat right 13px center #2756A4;
		background-size: 8px auto;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    font-size: 2rem;
    font-weight: normal;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media all and (max-width: 767px) {
    .headLine03 {
        font-size: 1.3rem;
    }
}




@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (max-width: 767px) {
}