@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


.bn_corona{
	width: 100%;
	font-size: 18px;
	margin: 0 auto 10px;
	background: #1f53a1;
	text-align: center;
	font-weight: bold;
	border: 2px solid #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bn_corona a{
	color: #f8f78b;
	text-decoration: none;
	padding: 25px 15px;
	display: block;
}

/*frameEyecatch
************************************************************************************/
.frameEyecatch{
	width: 100%;
	background: url(../../img/sp/topmain_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*side*/
.frameEyecatch .side{
	background-color: rgba( 255, 255, 255, 0.80 );
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
}

.frameEyecatch .side table{
	width: 100%;
	margin: 0 auto 7px auto;
	border-collapse:collapse;
	border: 0;
	/*font-size: 85%;*/
}

.frameEyecatch .side th{
	padding: 3px;
	color: #d7700b;
	text-align: left;
	border: 0;
}

.frameEyecatch .side td{
	padding: 3px;
	border: 0;
}

.frameEyecatch .side .today{
	border-bottom: 1px solid #d7700b;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	/*font-size: 90%;*/
}
.frameEyecatch .side .today .ttl{
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #d7700b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px 0;
	margin: 0 0 10px 0;
}
.frameEyecatch .side .today .cmt{
}
.frameEyecatch .side .today .cmt span{
	color: #d7700b;
	font-weight: bold;
}

.frameEyecatch .side .today .cmt_s{
	text-align: left;
	font-size: 85%;
	padding-left: 15px;
}
.frameEyecatch .side .today .cmt_s span{
	color: #d7700b;
	font-weight: bold;
}



.frameEyecatch .side dl{
	/*font-size: 90%;*/
}
.frameEyecatch .side dt{
	color: #d7700b;
	font-weight: bold;
}
.frameEyecatch .side dt span{
	color: #373737;
	font-weight: normal;
	padding: 0 0 0 2em;
}

.frameEyecatch .side dd{
	padding: 0 0 7px 0;
}

.infoArea{
	height: 60px;
	font-size: 18px;
	line-height:1.2em;
}
.infoArea .gohome{
	height: 60px;
	margin: 3px 0;
	background: #da316a;
}
.infoArea .gohome img{
	padding-top:10px;
	height: 30px;
	vertical-align: middle!important;
	
}
.infoArea .gohome a{
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
}

.infoArea .gohome a:hover{
	color: #FFF6AD;
	text-align: center;
	text-decoration: none;
	display: block;
}
.infoArea .gohome span{
	display: block;
	line-height:0.75em!important;
	font-weight: normal;
	margin-left:10px;
	font-size:0.7em;
	text-align:center;
}

.building{
	margin:0px auto;
	width:100%;
	background: url(../../img/toppage/ph_building_bg.jpg) no-repeat right bottom #0d1472;
	height: 110px;
	line-height: 1em;
	padding: 23px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.building .building_bn{
	margin:0px auto;	
	padding: 10px 15px;
}
.building .building_bn p{
	background-color: rgba( 255, 255, 255, 0.7 );
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0;
	margin: 0 0 5px 0;
}
.building .building_bn p a{
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.building .building_bn p a:hover{
	color: #da316a;
}


/*swiper
************************************************************************************/
.main{
	display: block;
	width: 100%;
}

.swiper-container {
	display: block;
	margin:0 auto;
}

.swiper-container .swiper-slide{
	width:100%;
	margin:5px auto 0;
	background-color: #fff;
}
.swiper-container .swiper-slide img{
	max-width:100%;
	height:auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


/*frameNav
************************************************************************************/
.frameNav{
	padding: 15px 0;
}

.frameNav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.frameNav ul li{
	background: #050a50;
	display: block;
	width: 16.5%;
	padding: 7px 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.frameNav ul li .icon{
	text-align: center;
	padding: 0 0 10px 0;
}
.frameNav ul li .icon img{
	max-width: 70%;
	height: auto;
}

.frameNav ul li .name{
	text-align: center;
	font-size: 16px;
}
.frameNav ul li .name a{
	color: #FFF;
	text-decoration: none;
}
@media screen and (max-width: 768px){
.frameNav ul li{
	background: #050a50;
	display: block;
	width: 33%;
	padding: 7px 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.frameNav ul li .icon img{
	max-width: 70%;
	height: auto;
}
.frameNav ul li .icon{
	padding: 0 0 15px 0;
}
.frameNav ul li .icon img{
	max-width: 40%;
	height: auto;
}
}
@media screen and (max-width: 480px){
.frameNav ul li{
	background: #050a50;
	display: block;
	width: 50%;
	padding: 15px 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.frameNav ul li .icon img{
	max-width: 30%;
	height: auto;
}
}

/*frameNews
************************************************************************************/
.frameNews .newstitle{
	background: url(../../img/common/ttl_bg.png) repeat-x top;
	height: 50px;
	line-height: 50px;
}

.frameNews .newstitle h2{
	background: url(../../img/toppage/news_ttl.png) no-repeat 15px center;
	display: block;
	text-indent: -9999px;
	height: 50px;
	width: 200px;
}
.frameNews .newstitle .btn{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #0e1356;
	font-size: 70%;
	line-height: normal;
	width: 8.5em;
	margin: -43px 0 0 auto;
	text-align: center;
}
.frameNews .newstitle .btn a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 5px 3px 15px;
	background: url(../../img/common/ar_white_s.png) no-repeat 5px center;
}

.frameNews li{
	padding: 10px 5px;
	margin: 0 0 0 0;
	width: 100%;
	border-bottom: 1px dotted #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.frameNews li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .frameNews li{
    height: 1em;
}
.frameNews li{
    display: block;
}
*:first-child+html .frameNews li{
	zoom:1;
}

.frameNews li .photo{
	width: 20%;
	float: left;
	border: 3px solid #CCC;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
}
.frameNews li .photo img{
	max-width: 100%;
	height: auto;
}

.frameNews li .details{
	float: right;
	width: 78%;
}
.frameNews li .details .title{
	font-weight: bold;
	font-size: 90%;
}
.frameNews li .details .title a{
	color: #000;
}
.frameNews li .details .date{
	font-size: 75%;
	color: #666;
}
.frameNews li .details .cmt{
	padding: 7px 0 0 0;
	font-size: 80%;
}



@media screen and (max-width: 480px){
.frameNews li .photo{
	width: 20%;
	float: left;
}
.frameNews li .details{
	float: right;
	width: 75%;
}
.frameNews li .details .cmt{
	display: none;
}
}


/*frame5s
************************************************************************************/
.frame5s{
	border: 1px solid #CCC;
	padding: 5px;
	margin: 15px 0;
}
.frame5s .ttl{
	text-align: center;
	padding: 0 0 5px 0;
}
.frame5s .ttl img{
	width: 100%;
	height: auto;
}

.frame5s .menu5s li{
	background: url(../../img/common/ar_sky.png) no-repeat left 0.3em;
	padding: 0 0 0 10px;
	margin: 5px 0;
	font-size: 85%;
	border-bottom: 1px dotted #CCC;
}

@media screen and (max-width: 979px) {
.frameSideNav,
p.imageBn,
ul.imageBn,
.framePaper{
	display: block;
}


ul.imageBn{
	text-align: center;
}
ul.imageBn li{
	display: inline-block;
	padding: 2px;
	font-size: 0;
}
ul.imageBn li img{
	height: 80px;
	width: auto;
}


.frame5s .ttl img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.frame5s .menu5s li{
	background: url(../../img/common/ar_sky.png) no-repeat left 1em;
	padding: 0 0 0 10px;
	margin: 5px 0;
	font-size: 85%;
	border-bottom: 1px dotted #CCC;
}

.frame5s .menu5s li a{
	padding: 10px 0 10px 10px;
	display: block;
}

}
@media screen and (max-width: 768px){
ul.imageBn{
	margin: 12% 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
ul.imageBn li{
	display: block;
	width: 50%;
	padding: 1%;
	-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;
}

ul.imageBn li img{
	max-width: 100%;
	height: auto;
}
}