@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;
}

.g_area .box{
	border:solid 1px #d7dce2;
	margin-top: 20px;
	padding: 25px;
}

.g_area dl{
	overflow: hidden;
	margin: 20px 0;
}

.g_area dl dt{
	float: left;
	width: 5em;
}

.g_area dl dd{
	overflow: hidden;
}

.g_area figure{
	text-align: center;
	margin: 50px auto;
}

 
.theul{
	margin: 0;
	padding: 0;
}

.theul li{
	border: solid 3px #6e9bc8;
	border-radius: 5px;
	padding: 15px;
	font-weight: bold;
	list-style: none;
	margin-top: 10px;
	padding-left: 5em;
	text-indent: -4em;
}

.theul li span{
	background: #dc6309;
	border-radius: 15px;
	color: #fff;
	margin-right: 10px;
	padding: 0 0.5em;
	vertical-align: bottom;
}

.wrapper_ul_style {
	list-style-type: none;
	padding-left:0;
	margin-left:0;
}



@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%;
	}




}

/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

.TabInPage{
	line-height: 1.5 !important;
}