.spOnly{
	display: none;
}

#page_title{
	/* background:url('http://dummyimage.com/1896x330/c6c6c6/eee&text=背景に写真が入ります') no-repeat top center; */
	position:relative;
	margin:0 0 140px;
	border-top: 2px solid #003894;
	border-bottom: 2px solid #003894;
}

#page_title h2{
	/* width:207px; */
	/* height:207px; */
	/* position:absolute; */
	/* left:50%; */
	/* margin-left:-103.5px; */
	/* bottom:-40px; */
	text-align: center;
}

#page_title h2 img{
	display: inline-block;
	margin: 30px 0 0 0;
	vertical-align: middle;
}

#page_title h2 #h2_img1{
	width: 400px;
	height: auto;
}

#page_title h2 #h2_img2{
	width: 500px;
	height: auto;
}

#page_title h2 #h2_img3{
	width: 600px;
}

#caseSelect{
	list-style: none;
	width: 960px;
	margin: 0 auto 100px;
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: start;
	align-items: start;
}

#caseSelect li{
	box-sizing: border-box;
	width: 300px;
	margin: 0 30px 0 0;
	background-color: #95c1e3;
	padding: 30px;
	position: relative;
}

#caseSelect li:last-child{
	margin: 0 0 0 0;
}

#caseSelect li h3{
	font-size: 140%;
	color: #FFF;
	text-align: center;
	padding: 30px 0;
	border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-left: 4px solid #FFF;
	margin: 0 0 20px 0;
}

#caseSelect li h3 span{
	font-size: 240%;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

#caseSelect li h4{
	margin: 0 0 10px 0;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	color: #FFF;
}

#caseSelect li p{
	height: 6em;
	color: #FFF;
	font-size: 93%;
	line-height: 1.5;
}

#caseSelect li a{
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	top: 0;
	left: 0;
}

main section{
	width:960px;
	margin:20px auto 120px;
}

main section h3{
	padding: 40px 0 20px;
	border-top: 4px solid #003f87;
	border-right: 4px solid #003f87;
	border-left: 4px solid #003f87;
	background: none;
	color: #003f87;
	font-family: sans-serif;
	font-size: 200%;
	font-weight: normal;
}

main section h3 span{
	font-size: 300%;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

main section h4{
	text-align: center;
	font-size: 180%;
	color: #003f87;
	margin: 0 0 40px 0;
}

main section h5{
	font-size: 200%;
	text-align: center;
	color: #666;
	font-weight: normal;
	margin: 40px 0;
}

main section p{
	margin: 0 0 1.8em 0;
}

.attention{
	font-size: 85%;
}


#section4 article{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	/* align-items: center; */
	margin: 0 0 60px;
}

#section4 article .textBox{
	width: 60%;
	margin: 0 40px 0 0;
}

#section4 article .textBox h3{
	font-size: 24px;
	padding: 10px 0;
}

#section4 article .textBox p{
	font-size: 20px;
	margin: 0;
	line-height: 1.8;
	text-align: justify;
}

#section4 article figure{
	width: calc(40% - 40px);
}

#section4 article figure img{
	width: calc(100% - 40px);
}

#section5 ul{
	list-style: none;
	padding: 0;
	margin: 20px 0;
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px;
}

#section5 ul li{
	width: 293px;
	height: 293px;
}

#section5 ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

#section5 ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#section5 article p{
	font-size: 20px;
	margin: 0;
	line-height: 1.8;
	text-align: justify;
}

#section5 .tac{
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
}

#section5 .moreLink a{
	display: block;
	width: 30%;
	text-align: center;
	padding: 10px;
	border: 1px solid #333;
	margin: 0 auto;
	text-decoration: none;
	font-weight: bold;
	color: #222;
}
