@charset "utf-8";

/*********************************
 *
 * TOP STYLES
 *
 *********************************/
p.news_lead span {position:relative;}
p.news_lead span::before{
		position:absolute;
    content: '';
    display: inline-block;
    background: #000;
    height: 1px;
    width: 0.5em;
		top:0.8em;
    left:-1em;
}
p.news_lead span::after{
		position:absolute;
    content: '';
    display: inline-block;
    background: #000;
    height: 1px;
    width: 0.5em;
		top:0.8em;
    right:-1em;
}


@media screen and (max-width: 767px) {

body .wrapper {color:#666; font-size:3vw; font-family:monospace;}
#mainimg {overflow:hidden; width:100%; max-width:767px; margin:0 auto 10px auto; background:#fff !important;}
#mainimg img {width:100vw; max-width:767px; height:auto;}
div.slider-nav {display:none !important;}

.txt_r {padding-bottom:20px;}

/* news */
p.news_lead {margin:-0.5em 0 0 0 !important; font-family:sans-serif; font-size:2.4vw; font-weight:700; text-align:center;}
p.news_btn {margin:30px 0 0 0 !important;}
p.news_btn a {display:block; width:70%; margin:0 auto; background:#154b94; border-radius:5px; color:#fff; line-height:10vw; text-align:center; text-decoration:none;}
p.news_btn a span {padding:0 1.5em 0 0; background:url(../images/top/icn_news.png) right center no-repeat;}
table.news, table.info {width:100%; margin:5vw 0 0 0;}
table.news th, table.news td,
table.info th, table.info td {padding:1em 0; color:#999;}
table.news th, table.info th {width:8em; box-sizing:border-box;}

.iframe_box {display:inline-block; overflow:auto; width:100%; height:250px; margin:0 0 0 0; -webkit-overflow-scrolling:touch;}
.iframe_box iframe {display:block; width:100%; height:100%; border:none;}
	
}

@media screen and (min-width: 768px) {

body .wrapper {}
#mainimg {width:980px; margin:0 auto;}
/*#mainimg .orbit-wrapper {width:100% !important; height:auto !important;}*/
#mainimg .orbit-wrapper {overflow:hidden !important; width:100% !important; height:36vw !important;}
/*#mainimg img {width:100% !important; height:640px; object-fit:cover;}*/
#mainimg img {width:980px; height:auto; /*margin:-7vw 0 0 0;*/}
#imgSlider {width:980px; margin:0 auto;}
.iframe_box iframe {display:block; width:100%; height:220px; border:none;}

.txt_r {padding-bottom:20px;}

/* news */
p.news_lead {margin:-0.5em 0 0 0 !important; font-family:sans-serif; font-size:12px; font-weight:700; text-align:center;}
p.news_btn {margin:30px 0 0 0 !important; font-size:14px;}
p.news_btn a {display:block; width:290px; margin:0 auto; background:#154b94; border-radius:5px; color:#fff; line-height:44px; text-align:center; text-decoration:none; transition:0.3s;}
p.news_btn a:hover {filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
p.news_btn a span {padding:0 1.5em 0 0; background:url(../images/top/icn_news.png) right center no-repeat;}
table.news, table.info {width:100%;}
table.news th, table.news td,
table.info th, table.info td {padding:1em 0; color:#999;}
table.news th, table.info th {width:105px; box-sizing:border-box;}

}



@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, 
  *::-ms-backdrop,  /* IE11 */
}