@charset "utf-8";

body{
	color:#002060;
}

/*mainph
************************************************************************************/
#MainPhoto{
	margin: 30px auto;
	padding: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
#MainPhoto img{
	max-width: 716px;
	height: auto;
	margin: 0 auto;
}


#MainPhoto .swiper-container {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-slide,
.swiper-slide a{
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.swiper-slide img{
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.message{
	padding: 30px;
	margin: 50px auto;
	background: #FFD422;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

/*linklist
************************************************************************************/
#linklist{
	margin: 40px 0;
	width:100%;
    padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    background: #f6f6f6;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#linklist .linklist_title{
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.5em;
}
#linklist ul{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
#linklist li{
	width: 32%;
    padding: 15px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
    background: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#linklist li h2{
    font-size: 1.125em;
    margin-bottom: 15px;
}
#linklist li .thumnail{
	text-align: center;
}
#linklist li .thumnail img{
    max-width: 100%;
    height: 130px;
	width: auto;
    margin: auto;
}
#linklist li .catch{
    text-align: left;
    font-size: 0.875em;
    margin: 15px 0 5px;
}
#linklist li .btn_more{
    font-size: 0.875em;
}
#linklist li .btn_more a{
	width: 100%;
	padding: 10px 25px;
}
@media screen and (max-width: 1300px){
	#linklist li .btn_more a{
		font-size: 0.8em;
	}
}

/*linklist
************************************************************************************/
#news{
	margin: 30px 0;
	width:100%;
}
#news .news_title{
    padding: 18px 0;
    margin-bottom: 10px;
    border-top: 1px solid #002060;
    border-bottom: 1px solid #002060;
    font-size: 1.4em;
}
#news .news_title .bot_detail{
    float: right;
    width: 6em;
    font-size: 14px;
    background: #002060;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 7px 0;
}
#news .news_title .bot_detail a{
    padding: 0 30px 0 0;
    background: url("../img/common/ar_white.svg") no-repeat right 5px center;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
    color: #FFF;
    text-decoration: none;
}
.news_list{
	height: 250px;
	overflow-y: scroll;
}

.news_list li{
	padding: 5px 0;
	display: table;
}
.news_list li p{
	padding: 0;
	display: table-cell;
}
.news_list li .date{
	width: 7em;
	color: #000;
    font-size: 0.875em;
}
.news_list li .ttl{
	padding-left: 2em;
	width: calc( 100% - 7em );
}
.news_list li .ttl a{
	color:#002060;
    text-decoration: none;
}

.news_list li .ttl a,
#news .news_title .bot_detail a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#news .news_title .bot_detail a:hover{
    background: url("../img/common/ar_white.svg") no-repeat right 0px center;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
}
.news_list li .ttl a:hover{
    color: #30b19f;
}

