@charset "utf-8";
/* CSS Document */
#main {
	width:100%;
}

#main img {
	width:100%;
	height:600px;
}

.mainimage {
object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}

#block01 {
	width:86%;
	max-width:900px;
	margin:20px auto;
}

#block01 h2 {
	text-align:center;
	color:#114590;
	font-size:220%;
	line-height:160%;
	margin-bottom:40px;
}

#block01 h2 span {
	color:#149986;
}

#block01 h3 {
	background: #114590;
	color: #FFF;
	text-align: center;
	padding: 0.5em;
	
}

#block01 .lead {
	line-height:200%;
	font-weight:bold;
}

/*-----------------------------------------------------------------------------*/


#block02 {
	background-color:#149986;
}

#block02 ul {
	width:96%;
	max-width:1100px;
	margin:0 auto;
	border-top:solid 60px #FFFFFF;
}

#block02 ul li {
	width:25%;
	margin:5em 0;
	padding:0 1.4em;
	float:left;
	border-right:solid 1px #8ACCC3;
	box-sizing:border-box;
}

#block02 ul li:first-child {
	border-left:solid 1px #8ACCC3;
}

#block02 ul {
	color:#FFFFFF;
	font-size:80%;
	line-height:180%;
	font-weight:bold;
	}
	
#block02 ul dt {
	margin-bottom:2em;
	text-align:center;
}

#block02 ul dd h2 {
	margin-bottom:0.8em;
	font-size:150%;
	text-align:center;
}

/*-----------------------------------------------------------------------------*/

#block03 {
	width:96%;
	max-width:1100px;
	margin:5em auto;
}

#block03 ul li {
	width:47.27%;
	margin-right:5.46%;
	float:left;
	box-sizing:border-box;
}

#block03 ul li:nth-child(2) {
	margin-top:10em;
	margin-right:0;
}

#block03 ul li:nth-child(3) {
	margin-top:-7em;
	margin-right:0;
}

#block03 ul li img {
	margin-bottom:1em;
}

#block03 ul li p {
	padding-left:5.77%;
}

/*-----------------------------------------------------------------------------*/

#block04 {
	margin-bottom:100px;
	padding:45px 0 60px;
	background-color:#F8F8F8;
}

#block04 .inbox {
	width:96%;
	max-width:1100px;
	margin:0 auto;
	position:relative;
}

#block04 .inbox .top_info_t {
	width:16.36%;
	float:left;
	position:absolute;
	top:-105px;
}

#block04 .inbox .top_info_t img {
	width:100%;
	height:auto;
	max-width:100%;
}

#block04 dl {
	width:78%;
	float:right;
}

#block04 dt {
  clear: left;
  float: left;
  width: 15%;
	padding: 15px 0;
	color:#114590;
	font-weight:bold;
}

#block04 dd {
  margin: 0;
	padding: 15px 0 15px  15%;
  border-bottom: 1px solid #DDDDDD;
}

#block04 dd strong {
	font-weight: bold;
	font-size: 120%;
}

#block04 dd dl {
	margin:0;
	padding:0;
	width:100%;
}

#block04 dd dl dt {
	margin:0;
	padding:0;
	color:#333;
	width:40%;
	font-weight:normal;
}

#block04 dd dl dd {
	margin:0 0 8px 0;
	padding: 0 0 0 40%;
	border:none;
}

/*-----------------------------------------------------------------------------*/

#block05 {
	height:600px;
	margin-bottom:70px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:center 140px;
	background-size:cover;
}

#block05 .inbox {
	width:96%;
	max-width:1100px;
	margin:0 auto;
}

#block05 .inbox .leftbox {
	width:47.27%;
	float:left;
}

#block05 .inbox .rightbox {
	width:47.27%;
	float:right;
}

#block05 .inbox p {
	padding:1.5em 0;
	background-color:#FFFFFF;
	text-align:center;
	color:#114590;
	font-size:22px;
	font-weight:bold;
}

#block05 .inbox p a {
color:#114590;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------*/

#block06 {
	width:96%;
	max-width:1100px;
	margin:0 auto;
}



/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
#main img {
	width:100%;
	height:500px;
	object-fit: cover;
}
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
#main img {
	width:100%;
	height:210px;
	object-fit: cover;
}
	
#block01 {
	width:96%;
	margin:20px auto;
}

#block01 h2 {
	text-align:center;
	color:#114590;
	font-size:150%;
	line-height:160%;
	margin-bottom:40px;
}

#block01 h2 span {
	color:#149986;
}

#block01 h3 {
	background: #114590;
	color: #FFF;
	text-align: center;
	padding: 0.5em;
	
}

#block01 .lead {
	line-height:200%;
	font-weight:bold;
}

/*-----------------------------------------------------------------------------*/


#block02 {
	background-color:#149986;
}

#block02 ul {
	width:96%;
	margin:0 auto;
	border-top:solid 60px #FFFFFF;
}

#block02 ul li {
	width:100%;
	margin:1em 0;
	padding:0 1.4em;
	float:none;
	border-right:none;
	border-bottom:  solid 1px #8ACCC3;
	box-sizing:border-box;
}

#block02 ul li:first-child {
	border-left:none;
	margin-top: 3em;
}
	
#block02 ul li:last-child {
	margin-bottom: 3em;
}

#block02 dl {
	color:#FFFFFF;
	font-size:100%;
	line-height:180%;
	font-weight:bold;
	}
	
#block02 dl dt {
	margin-bottom:1em;
	text-align:center;
	width: 25%;
	float: left;
}
	
	#block02 dl dt img {
		width: 100%;
		height: auto;
	}
	
	#block02 dl dd {
		width: 70%;
		float: right;
		padding-top: 0.3em;
	}

#block02 dl dd h2 {
	margin-bottom:0.4em;
	font-size:150%;
	text-align:left;
}

/*-----------------------------------------------------------------------------*/

#block03 {
	width:96%;
	margin:5em auto;
}

#block03 ul li {
	width:100%;
	margin-right:5.46%;
	float:none;
	box-sizing:border-box;
}

#block03 ul li:nth-child(2) {
	margin-top:2em;
	margin-right:0;
}

#block03 ul li:nth-child(3) {
	margin-top:2em;
	margin-right:0;
}

#block03 ul li img {
	margin-bottom:1em;
}

#block03 ul li p {
	padding-left:5.77%;
}

/*-----------------------------------------------------------------------------*/

#block04 {
	margin-bottom:100px;
	padding:45px 0 60px;
	background-color:#F8F8F8;
}

#block04 .inbox {
	width:96%;
	max-width:1100px;
	margin:0 auto;
	position: static;
}

#block04 .inbox .top_info_t {
	width:16.36%;
	float:left;
	position: static;
	top:0;
}

#block04 .inbox .top_info_t img {
	width:100%;
	height:auto;
	max-width:100%;
}

#block04 dl {
	width:78%;
	float:right;
}

#block04 dt {
  clear: left;
  float: none;
  width: 100%;
	padding: 10px 0 5px;
  border-bottom:none;
	color:#114590;
	font-weight:bold;
}

#block04 dd {
  margin: 0;
	padding: 0px 0 10px;
  border-bottom: 1px solid #DDDDDD;
}

#block04 dd dl {
	margin:0;
	padding:0;
	width:100%;
}

#block04 dd dl dt {
	margin:0;
	padding:0;
	color:#333;
	width:100%;
	font-weight:normal;
}

#block04 dd dl dd {
	margin:0 0 8px 0;
	padding: 0 0 5px 0%;
	border-bottom: #CCC 1px solid;
	width:100%;
}

/*-----------------------------------------------------------------------------*/

#block05 {
	height:auto;
	margin-bottom:70px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:center 140px;
	background-size:cover;
}

#block05 .inbox {
	width:96%;
	margin:0 auto;
}

#block05 .inbox .leftbox {
	width:80%;
	float:none;
	margin: 0 auto;
}

#block05 .inbox .rightbox {
	width:80%;
	float:none;
	margin: 15px auto 0;
}

#block05 .inbox p {
	padding:1.5em 0;
	background-color:#FFFFFF;
	text-align:center;
	color:#114590;
	font-size:22px;
	font-weight:bold;
}

#block05 .inbox p a {
color:#114590;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------*/

#block06 {
	width:96%;
	max-width:1100px;
	margin:0 auto;
}

}