@charset "UTF-8";


/*-----------------------------------------
　TOP共通素材
-----------------------------------------*/
.description {
	margin: 20px auto;
	font-size: 0.9rem;
}

/*-----------------------------------------
　TOP
-----------------------------------------*/
.slidshow {
	position: relative;
	width: 100%;
	height: 800px;
}


.top.contents .title {
	background-image:url(../images/top1.jpg);
	background-size: cover;
    height: 650px;
}
.top.contents .top {
	background-color: #005BAC;
    width: 212px;
    height: 280px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -106px;
}
.top.contents .top .main {
	font-size: 30px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.top.contents .top .sub {
	font-size: 15px;
}
.top.contents .top .sub span {
	border-top:1px solid;
	width: 350px;
    padding-top: 10px;
} 
.top.contents h1 {
	background-image:url(../images/line.png);
	background-size: cover;
	font-size: 2.0rem;
	text-align: center;
	padding: 15px 10px;
	color: #005BAC;
	margin-bottom: 60px;
}
.top.contents h1 span {
	display: block;
	font-size: 0.9rem;
	font-weight: 100;
}
.sekkei {
    display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.sekkei a {
	display: flex;
}
.sekkei img {
	width: 405px;
	height: 200px;
}
.top.contents section:hover {
	background-color: #20489dc4;
}
.sokuryou {
    display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.sokuryou a {
	display: flex;
}

.sokuryou img {
	width: 416px;
	height: 344px;
}
.top.contents section h2 {
	font-size: 33px;
	font-weight: 400;
	border-bottom: solid 1px #ffffff91;
	padding: 15px 0px 13px 0px;
    width: 288px;
    text-align: left;
}
.top.contents section h2 span {
	margin-right: 56px;
}
section {
	background-color: #20489d;
	color: #f9f9f9;
	padding: 0px 50px 0px;
}
.top.contents section p {
	padding-top: 20px;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Sawarabi Gothic', sans-serif;
	text-align: left;
}
.top.contents p span {
	font-size: 17px;
}