@charset "utf-8";
/* CSS Document */

*{
	font-size: 1em;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif !important;*/
	/*line-height: 1.5 !important;*/
	vertical-align: text-bottom;
}

.sp_b{display: none;}
.pc_b{display: block;}
.sp_i{display: none;}
.pc_i{display: inline;}

.mt100_hq{
	margin-top: 100px !important
}

.theh2{
	border-bottom: 1px solid #666;
	font-weight: bold;
}

.theh3{
	color: #004386;
	font-weight: bold;
}

.red{
	color: #e60012;
}
/*--- custam ---*/

.border{
	border: solid 1px #c9c6c6;
	padding: 20px; 
}

.border figure{
	margin: 50px auto;
	text-align: center;
}

.border dl{
	overflow: hidden;
}

.border dl dt{
	float: left;
	width: 5em;
}

.border dl dd{
	overflow: hidden;
}

.bpt{
	color: #155099;
	border: none;
}

.spt{
	font-size: 100%
}

.note{
	font-size: 80%;
	margin: 10px 0 !important;
}

.col3_area{
	background: #f2f2f2;
	padding: 15px 8px;
	border: solid #c9c6c6 1px;
	overflow: hidden;
}

.col3_area h4{
	margin:0;
}

.col3_area .p_col{
	width: 270px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: center;
	color: #09357f;
	font-weight: bold;
	border: solid #09357f 1px;
	float: left;
	background: #fff;
	padding: 10px;
}

.col3_area .p_col:nth-child(2){
	margin-left: 0;
}

.col3_area .p_col span{
	display: block;
	font-weight: normal;
	text-align: center;
	color: #333;
	margin:0 0 10px 0;
}

table{
	width: 100%;
}

.inner{
	padding: 0 70px;
}

.inner figure{
	margin:10px 0;
}


.spec_ul,
.spec_ul li{
	list-style: none;
	padding: 0;
	margin:0;
}

.spec_ul,
.c_ul{
	padding: 0 1em;
	margin: 0 !important; 
}

.spec_ul li{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}

.spec_ul li:before{
	content:"- ";
}

.mt100_orig{
	margin-top: 100px;
}


/*--- /custam ---*/



@media screen and (max-width:768px) {

	.sp_b{display: block;}
	.pc_b{display: none;}
	.sp_i{display: inline;}
	.pc_i{display: none;}

	.g_area figure img{
		width:100%;
	}

	/*--- custam ---*/

	.border figure,
	.border figure img{
		width: 100%;
	}

	.col3_area .p_col{
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.inner{
		padding: 0 2%;
	}

	.inner figure,
	.inner figure img{
		width: 100%
	}

	/*--- /custam ---*/


}

/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

.TabInPage{
	line-height: 1.5 !important;
}