/* CSS Document */

@charset "utf-8";

/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}
.btn01 a{
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:58px;
	height:58px;
	box-sizing:border-box;
	border-radius:3px;
	background:#c9302c;
	font-size: 17px;
	color:#FFFFFF;
	font-weight: bold;
	width:337px;
	margin:20px auto; 

}
.image01 li img{
	vertical-align:bottom;
}
.image01 dl{
	display:flex;
	padding:30px 65px;
	background:#EE1C25;
	margin-bottom:40px;
}
.image01 dt{
	height:140px;
	width:186px;
	justify-content:center;
	display:flex;
	align-items:center;
	background:#FCB000;
	border-radius:5px 0 0 5px;
}
.image01 dt span{
	color:#FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height:24px;
}
.image01 dd{
	display:flex;
	align-items:center;
	padding-left:30px;
	background:#FFF100;
	border-radius:0 5px 5px 0;
	flex:1;
}
.image01 dd p{
	font-size: 18px;
	font-weight: bold;
	line-height:1.8;
}
.text01{
	background-color:#d9edf7;
	line-height: 30px;
	padding: 30px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.2em;
	margin:30px 0;
}
.emp01{
	color:#d9534f;
	font-weight:normal;
}


.table_02 table{
	width: 100%;
	border: 4px double;
	border-radius: 2px;
	border-color: #ccc;
	background: #FFF;
	margin-bottom: 1em;
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
	font-size:16px;
}
.table_02 table th{
	background-color: rgba(255,145,56,0.1);
	border: 1px dashed;
	padding: 1em;
	border-color: #ccc;
	box-sizing: border-box;
	text-align:center;
	width:200px;
}
.table_02.chu_area table th{
	background-color: rgba(11,140,226,0.1);
}
.table_02 table td {
	border: 1px dashed;
	padding: 1em;
	border-color: #ccc;
}
.ttl01{
	text-align:center;
	color: #ff9138;
	font-size: 30px;
	margin: 55px 0 30px;
	letter-spacing: 1px;
	line-height: 1.4;
	font-weight: 700;
}
.ttl01.chu_area{
	color: #0b8ce2;
}

.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
	.-----MOBILE_ONLY_CSS_START----- {}

	.btn01 a{
		font-size: 20px;
	}
	.image01 dl{
		flex-wrap:wrap;
	}
	.image01 dt{
		width:100%;
		border-radius:5px 5px 0 0;
		height:60px;
	}
	.image01 dd{
		flex:0 1 auto;
		width:100%;
		padding:30px 0px 30px 40px;
		border-radius:0 0 5px 5px;
	}
	.-----MOBILE_ONLY_CSS_END----- {}

	
}

@media screen and (min-width: 641px) {
	.sche_box01 dl dd a:hover,
	.btn01 a:hover{
		opacity:0.8
	}
}