@charset "utf-8";

.newstxt p.u_for_sp{
	display:none!important;}



@media screen and (max-width: 640px) {
/*=======================================
  レイアウト
=======================================*/
#filter{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background-color:rgba(0,0,0,0.8);
}
/*--==========最上部バナー==========--*/
#header_banner{
	padding:0;
	background-color:#173d7c;
	border-bottom:2px solid #fff325;
	min-width:100%;
	overflow:hidden;
}
#header_banner .inner{
	margin:0 auto;
	width:100%;
	position:relative;
	text-align:center;
}
#header_banner .newstxt{
	margin:0 auto;
	width:100%;
	display:table;
	padding:10px 0 10px 0;
}

#header_banner .inner p{
	text-align: left;
	line-height:1.4em;
	font-size:85%;
	padding:1px 1px 1px 29px;
	padding-bottom:5px;
}

#header_banner .newstxt_area{
	display:table-cell;
	vertical-align:top;

	background-image:url(../image/sp/icon_arrow01.png);
	background-repeat:no-repeat;
	background-position:10px 4px;
	background-size:13px auto;
	font-size: 15px;
}

#header_banner .newstxt_area2{
	display:table-cell;
	vertical-align:top;

	background-image:none;

}

#header_banner .inner .newstxt_area a,
#header_banner .inner .newstxt_area2 a
{	background-image:none;
	padding:0;}

#header_banner .inner a{
	display: inline-block;
	padding: 0;　　/*　15px 5px*/
	margin: 0 auto;
	background: none;
}
#header_banner .inner .closebtn{
	display:table-cell;
	width:20px;
	vertical-align:top;
	position:static;
	top:auto;
	right:auto;
}
#header_banner .inner .closebtn a{
	width: 30px;
	height: auto;
	padding: 2px 0 10px 0;
	background: none!important;
	text-align: center;/*
	background-image:url(/common/image/sp/icon_close.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:10px auto;*/
}
#header_banner .inner .closebtn a img{
	width:10px;
	height:auto;
}

.u_for_sp2{
	display:inherit;}


/*--==========ヘッダ==========--*/
#header .inner{
	margin:0 auto;
	width:100%;
	padding:10px 10px 0 10px;
	position:static;
}
#header .inner h1 img{
	width:120px;
	height:auto;
}

/*--ヘッダインフォメーション---*/
#header .inner .head_right{
	position:static;
	top:auto;
	right:auto;
	text-align:center;
	background-color:#f3f3f3;
	width:100%;
}
#header .inner .head_upper_link{
	width:100%;
}
#header .inner .head_upper_link li{
	display:table-cell;
	padding:0 0 0 0;
	width:33.333%;
}
#header .inner .head_upper_link li.u_for_sp{
	display:table-cell;
}
#header .inner .head_upper_link li a{
	display:inline-block;
	padding:12px 1px 12px 1px;
	background:none;
}
#header .inner .rs_skip_sp{
    display:block;
    padding:15px 0 0 45px;
    font-weight: bold;
    font-size: 16px;
    background-image: url(/common/image/volume_b.png);
    background-repeat: no-repeat;
    background-position: 15px 11px;
    background-size: 1.5em 1.4em;
}
#header .inner .search_input_box_sp{
	display:block;
	padding:15px 2.34% 0 2.34%;
}
#header .inner .search_input_box_sp ul{
	display:table;
	width:100%;
	border:1px solid #cccccc;
}
#header .inner .search_input_box_sp ul li{
	display:table-cell;
}
#header .inner .search_input_box_sp ul li input[type="text"]{
	width:100%;
	height:40px;
	appearance:none;
	-webkit-appearance:none;
	border:none;
	padding:0 10px;
}
#header .inner .search_input_box_sp ul li.btn{
	width:40px;
	background-color:#253494;
}
#header .inner .search_input_box_sp ul li.btn .button{
	appearance:none;
	-webkit-appearance:none;
	background:none;
	border-radius:0;
	-webkit-border-radius:0;
	border:none;
	width:40px;
	height:40px;
	background-color:#253494;
	background-image:url(/common/image/sp/search_btn.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:40px auto;
	text-indent:-99999px;
}
#header .inner .head_lower_link{
	display:none;
}
#header #sp_nav{
	display:block;
	float:right;
	margin:-5px 0 0 0;
	cursor:pointer;
}

/*--==========コンテナ==========--*/
#wrapper{
	border-top:3px solid #173d7c;
	width:100%;
	background-color:#a5d7f7;
	min-width:100%;
}

/*--==========メインナビ==========--*/
.navi_container{
	position:fixed;
	top:50px;
	left:0;
	z-index:400;
	width:100%;
	display:none;
}
.navi_container .nav_close_btn{
	display:block;
	width:40px;
	height:40px;
	margin:0 0 0 auto ;
	padding-right:4%;
	box-sizing:content-box;
	cursor:pointer;
}
#header .navi_container .nav_close_btn img{
	width:40px;
	height:auto;
}
#header .inner #mainnav ul{
	margin:0 auto;
	width:100%;
	display:block;
}
#header .inner #mainnav ul li{
	display:block;
	vertical-align:middle;
	border-right:none;
	border-bottom:1px solid #ccc;
}
#header .inner #mainnav ul li:first-child {
    border-left:none;
}
#header .inner #mainnav ul li a{
	display:block;
	padding:10px 0 10px 25px;
	font-size:16px;
	text-decoration: none ;
	text-align:left;
	background-image:url(/common/image/icon_arrow01.png);
	background-repeat:no-repeat;
	background-position:10px center;
}

.upper_banner_container{
	padding:0 0 10px 0!important;
}


/*スマホ　メガドロップ非表示*/
div#n-global-dropdown{
	display:none!important;}


/*--==========フッタ==========--*/
#footer{
	background:#a5d7f7;
	min-width:100%;
}
#footer .f_upper{
	display:none;
}
#footer .pagetop{
	background:none;
	margin-top:0;
}
#footer .pagetop .inner a .u_for_pc {
    display: none;
}
#footer .pagetop .inner{
	width:100%;
	padding:0 4.6%;
	position:relative;
}
#footer .pagetop .inner a{
	color:#333;
	display:inline-block;
	height:30px;
	padding:10px 10px;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#fff;
}

#footer .pagetop .inner a .u_for_sp{
	display:inline;
}
#footer .f_lower{
	padding:15px 4.6%;
	background:#fff;
}
#footer .f_lower .inner{
	width:100%;
}
#footer .footer_sp_text{
	display:block;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	text-align:left;
}
#f_link{
	float:none;
	padding-top:15px;
	padding-bottom:15px;
	

}
#f_link ul{
	width:100%;
}
#f_link ul li{
	padding:0 7px;
}

.f_right{
	width:100%;
	}

.f_right ul li{
	width:100%;
}
.f_right .pmark img {
	width:60px;/*75*/
	height:auto;

}

.f_right .f_logo img {
	width:97px;/*122*/
	height:auto;

}



.f_right{
	float:none;
	text-align:right;
}

#main-slide{
	display:none;
}
#mainview_container{
	display:none;
}
.u_for_sp{
	display:block;
}
.u_for_pc{
	display:none;
}

/*--==========NEWS==========--*/


.news_content_inner dd.text{
	margin-top:0.5em;
	padding-bottom:20px;
	min-width:57%;}


.news_content_inner dd.text,
.attention_content_inner ul li a{
	line-height:1.6em!important;
}

.news_content_inner dd br{
	display:none;}
}

@media screen and (max-width: 375px) {
#f_link ul li{
	padding:0 5px;
}
.copyright{
	font-size:85%;
}
.f_right ul{
	display:table;
	margin:10px 0 10px auto;
}
}


.only-sp {
	display: none;
}
@media only screen and (max-width: 640px){
	.only-pc {
		display: none;
	}
	.only-sp {
		display: block;
	}
}

/*--==========検索BOX文字==========--*/
.mf_finder_searchBox_submit span {
    color:#eee;
}

