@charset "utf-8";
/* 
 style info : TOPスタイル

2019.12


color 
ブルー(メインカラー)　#003894
レッド　#D80003
 */
 
/*----------------------------------------------------
	mainvisual	
----------------------------------------------------*/
#mainvisual{
	/*background:#000;*/
	background:url("../img/top/main_img02.jpg") no-repeat center;
	background-size: cover;
	padding:30px 0 80px;
	text-align:center;
}

#mainvisual h2{
	margin:100px 0 60px;
	padding: 10px 0;
	line-height:1.8;
	/*letter-spacing:5px;*/
	font-size:1.8rem;
	color: #fff;
}

#mainvisual h2 span{
	font-size:2.8rem;
	border-bottom:1px solid #fff;
}
.mainimg{
	background:rgba(0,0,0,0.5);
}

@media screen and (max-width: 768px) {
	#mainvisual{
		padding:20px 0 40px;
	}
#mainvisual h2{
	margin:40px 0 20px;
	line-height:1.6;
	letter-spacing:1px;
	font-size:1.6rem;
}
#mainvisual h2 span{
	font-size:2.0rem;
}
#mainvisual h2 br{
	/*display:none;*/
}

}

#mainvisual .basebtn a{
	border:none;

}


/*----------------------------------------------------
	contents	
----------------------------------------------------*/

section{
	padding:20px 0;
}
#contents section .inner{
	width:980px;
	margin:auto;
}
@media screen and (max-width: 768px) {
	
#contents section .inner{
	width:100%;
	margin:auto;
	box-sizing: border-box;
	/*padding: 0 10px;*/
}
}
/*お知らせ news
----------------------------------------------------*/

.newstop{
	background:#f2f2f1;
}

.newstop h4{
	background:#003894;
	/*padding:5px 15px;
	width:250px;*/
	/*height:40px;
	line-height:40px;*/
	padding:10px;
	text-align:center;
	margin-bottom: 8px;
	color: #fff;
}
.newstop div{
	background:#f2f2f1;
	/*padding:15px 0;*/
}
.newstop dl{
	margin:0 15px;
	padding:0 10px;
}

.newstop dt{
	clear:left;
	float:left;
	width:7em;
	padding:6px 0;
}
.newstop dd{
	margin-left:7em;
	padding:6px 0;
}
.next{
	width:240px;
	float:right;
}
.next a{
	position:relative;
	display:block;
	background:#fff;
	border: 1px solid #f2f2f1;
	padding:10px 20px;
	text-align:center;
	color:#1a1a1a;
}
.next a:after{
position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -12px;
    content: "\f105";
	color:#1a1a1a;
    font-family: FontAwesome;
	}
@media screen and (max-width: 768px) {
	
 .next{
	width:80%;
	float:none;
	margin:auto;
}
	section.newstop{
		padding: 0;
		margin-bottom: 0;
	}
.newstop h4{
	width: 100%;
	}
	.newstop div{
		padding-bottom: 10px;
}
	.newstop dl{
		margin:10px;
		padding:0 5px;
	}
}


.abouttop{
	background: url("../img/top/main_img01.jpg") no-repeat  top;
	background-size:cover;
	padding: 120px 0 220px;
}
.abouttop h3{
	font-size: 3.0rem;
	margin: 10px;
}
.abouttop h3,.abouttop p{
	color: #fff;
}
.abouttop p{
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.abouttop p{
	margin-bottom: 20px;
}
.abouttop{
	margin-bottom: 0;
	}
}
