﻿

/*----------------------------------------------------------
768px 以下の指定
-----------------------------------------------------------*/

/*----------------------------------------------------------
全体css
-----------------------------------------------------------*/

#baseall{
	width: 100%;
	min-width: 100%;
}

.c_main_con{
	width: 100%;
}

div#main{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

img{
	max-width: 100%;
}


/*----------------------------------------------------------
グローバルナビ
-----------------------------------------------------------*/

.sphead{
	display: block;
}

.pchead{
	display: none;
}

.sphead .head_in{
	display: flex;
	float: left;
	width: 85%;
	justify-content: space-between;
	min-width: 300px;
}

.sphead .top-logo{
	margin: 0 0 0 8px;
	padding: 0;
	width: 222px;
}

p#sitemap_btn{
	text-align: center;
	display: block;
	font-size: 65%;
	margin: 0 0 10px 10px;
}

p#sitemap_btn a{
	display: block;
	padding: 12px 0;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
	color: #000;
	text-decoration: none;
}

p#Menu_Area{
	text-align: right;
	margin: 10px 10px 0 0;
	display: block;
}

nav.gnav{
	background: #F0F0F0;
}

nav.gnav ul{
	padding: 12px 0;
	width: 320px;
	margin: 0 auto;
}

nav.gnav li{
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
}

.effect1{
	box-shadow: -1px 3px 6px 0px #dfdfdf;
	-webkit-box-shadow: -1px 3px 6px 0 #DFDFDF;
	-moz-box-shadow: -1px 3px 6px 0 #DFDFDF;
}

.effect2{
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.4) inset;
	box-shadow: inset 0px 5px 5px rgba(0,0,0,0.4)
}

nav.gnav ul li a img{
	vertical-align: bottom;
}

.search {
    clear: both;
    width: 100%;
    background: #000;
    text-align: center;
    padding: 16px 0 10px;
    margin: 0;
}
input#kensaku{
	width: 186px;
	height: 20px;
	font-family: "メイリオ",sans-serif;
}

div#searchbox input.fedbt{
	color: #fff;
	font-size: 100%;
	height: 26px;
	width: 58px;
	background-color: #113392;
	border: none;
	margin: 0 0 0 4px;
	font-family: "メイリオ",sans-serif;
}


/*----------------------------------------------------------
見出し
-----------------------------------------------------------*/

div.h1bg{
	padding: 0!important;
	background-color: none;
}

div.h1bg div{
	width: auto;
	margin: 0!important;
}

#basewrap h1{
	padding: 15px;
	background: #0B4099;
	box-shadow: inset 0px 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.4) inset;
	font-size: 125%;
	width: 100%;
	box-sizing: border-box;
}

#basewrap h1.index_omidashi{
	color: #fff;
	text-align: left;
}

div.h2bg{
	margin: 0;
	border: 0;
}

.h2bg h2{
	margin: 10px 0;
	padding: .2em 0;
	border-top: 3px solid #1A4E9D;
	font-size: 125%;
}

div.h3bg{
	border-left: 6px solid #1A4E9D;
	margin: 0;
}

div.h3bg div{
	padding: 0;
}

.h3bg h3{
	padding: 5px 0 0 10px;
	margin: 4px 0;
	font-size: 100%;
}

div.h4bg{
	margin: 5px 0 0 3px;
}

div.h4bg div{
	padding: 0;
}

h4{
	padding: 0 0 0 10px;
	margin: 4px 0;

}

div.h5bg div{
	padding: 0;
}

/*----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

div.pankuzu ul{
	width: 100% !important;
}

/*----------------------------------------------------------
サブナビゲーション
-----------------------------------------------------------*/

div#localnavi{
	float: none !important;
	width: auto !important;
	margin: 20px 0 0 0 !important;
}

.subtop_side{
	width: auto !important;
	float: none !important;
}

div#localnavi p.lojoho{
	text-align: center;
}

.subtop_side .subtop_add{
	-webkit-box-shadow: 0 0 5px 0 #C8C7C7 !important;
	box-shadow: 0 0 5px 0 #C8C7C7 !important;
	-moz-box-shadow: 0 0 5px 0 #C8C7C7 !important;
}

.div.lobgbox{
	display: none !important;
}

.lorecommend{
	display: none !important;
}

.shotop_side_box{
	width: auto !important;
	float: none !important;
}


/*----------------------------------------------------------
トップページ
-----------------------------------------------------------*/

#basewrap .top_branding{
	background: none;
}

#basewrap .top_bra_wp{
	width: 100%;
	background: #ffffff;
}

#basewrap .top_img{
	float: none;
	width: 100%;
	position: static;
}

#basewrap .top_btn{
	float: none;
	background: none;
	width: 100%;
	margin: 0;
	min-height: auto;
}

#basewrap .top_btn .inner{
	float: none;
	width: 95%;
	margin: 10px auto 0;
}

#basewrap .top_branding h2{
	background: -webkit-gradient(linear, left top, right top, from(#034EA1), to(#113392));
	background: linear-gradient(to right, #034EA1 0%, #113392 20%, #113392);
	display: block;
	padding: 17px 0 15px 20px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	font-size: 100%;
}

div#basewrap .top_img_btn{
	width: 100%;
}

div#basewrap .top_bra_btn-img{
	width: 33%;
	margin-top: 10px;
}

div#main{
	float: none;
}

.top_gnb{
	display: none;
}

#basebgwrap .c_main_con{
	width: 100%;
}

.nosub div#main .nosub div#main{
	width: 100%;
}

.nosub div#main .top_main{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px 20px 10px;
	background: none;
}

.nosub div#main .top_topic{
	background: none;
}

.nosub div#main .slider_wp{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	overflow: hidden;
	max-width:700px;
	margin: 0 auto;
}

.nosub div#main .top_slider_wp{
	background: #fff;
	box-shadow: 0 0 5px 0 #C8C7C7;
	-webkit-box-shadow: 0 0 5px 0 #C8C7C7;
	-moz-box-shadow: 0 0 5px 0 #C8C7C7;
}

.nosub div#main .bx-viewport{
	padding: 20px;
}

.nosub div#main .slide{
	background: none;
	height: auto;
}

.bx-controls.bx-has-pager.bx-has-controls-direction.bx-has-controls-auto{
background: #CDCDCD;
border-top: 1px solid #BCBCBC;
border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
}

.nosub div#main .bx-wrapper .bx-pager{
	padding: 7px 5px 7px 5px;
}


.nosub div#main .bx-wrapper .bx-controls-auto{
	bottom: 25px;
}

.nosub div#main .bx-wrapper .bx-controls-direction a{
	width: 36px;
	height: 36px;
}

.nosub div#main .bx-wrapper .bx-next{
	right: 0;
	background-size: 36px;
}

.nosub div#main .bx-wrapper .bx-prev{
	left: 0;
	background-size: 36px;
}

.nosub div#main .top_slider_wp .slid_l{
	width:120px;
	padding: 0;
	margin: 0 5px 0 0;
}

.nosub div#main .top_slider_wp .slid_r{
	width: auto;
	margin: 0;
	float: none;
}

.nosub div#main .slid_titl{
	font-size: 110%;
	margin: 0 40px 0 0;
}

.nosub div#main .slid_txt{
	margin: 5px 40px 0 0;
}

.nosub div#main .top_main_mail{
	display: none;
}

.nosub div#main .topi_txt_btn_wp{
	width: 100%;
}

.topi_txt_btn_wp .topi_txt_btn{
	width: 100%;
	box-sizing: border-box;
}

.topi_txt_btn_wp .top_topi_btn-b{
	float: none;
	background: none;
	padding: 0;
	box-shadow: 0px 0px 5px 0px #c8c7c7;
}

.topi_txt_btn_wp .top_topi_btn-m{
	width: 100%;
	background: #fff;
}

.topi_txt_btn_wp .top_topi_btn-t{
	background: none;
	padding: 0;
}

.topi_txt_btn_wp .top_topi_btn-m a{
	width: 100%;
	box-sizing: border-box;
	padding: 12px 40px 12px 25px;
	border-bottom: 1px solid #D4D4D4;
	margin: 0;
}

.nosub div#main .top_side{
	width: 94%;
	float: none;
	margin: 15px auto 10px;
}

.nosub div#main div.info-area{
	float: none;
}

.nosub div#main ul.info-tab li{
	height: auto;
	width: 50%;
}

.nosub div#main div.top_info-box{
	width: 94%;
	width: 100%;
}

.nosub div#main .top_info-box .tab_contents{
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 5px 0 #C8C7C7;
}

.nosub div#main .top_info-box .tab2box a{
	padding: 12px 0;
	display: block;
}

.nosub div#main .top_info-box .tab2box p.innerLink{
	background-position: 0 1.38em;
	border-bottom: 1px solid #D4D4D4;
}

.nosub div#main .top_info-box .tab2box p.ichiran-all a{
	background: url(../image/c_icon_info.gif) no-repeat 76% 1.27em;
}

.nosub div#main div.top_info-box .tab2box p.ichiran-all{
	border: none;
}



/*----------------------------------------------------------
カラム
-----------------------------------------------------------*/
div.img-area-l p.imglink-txt-left,
div.img-area-r p.imglink-txt-right,
p.imglink-side2,
p.imglink-side3,
div.img-area p.imglink-side4,
div.thumb-side3,
div.m-box2,
div.m-box3,
ul.info-list .date,
ul.norcor .date{
	float: none;
}

div.thumb-side3{
	margin: 0 auto;
}

div.m-box2,
div.m-box3,
div.thumb-side3{
	width: 100%;
}

div.m-title,
ul.info-list li span.title,
ul.norcor span.title{
	margin: 0;
}

div.thumb-side3 img{
	text-align: center;
}

p.img-left,
.imglink-side2, p.imglink-side2,
.imglink-side3, p.imglink-side3{
	float: none;
	display: block;
	margin: 10px auto;
}

p.img-left + .img_width240{
	float: none;
	text-align: center;
}

.imglink-side3 .img_width220{
	width: auto;
	text-align: center;
	margin-right: 0;
}

div.img-area-l .imglink-txt-left, div.img-area-l p.imglink-txt-left,
div.img-area-r .imglink-txt-right, div.img-area-r p.imglink-txt-right{
	float: none;
}

.img_width240{
	width: auto;
	text-align: center;
}

div.m-box4 .img-area span.text{
	min-width: 0;
	font-size: 70%;
	width: 100%;
	box-sizing: border-box;
}

span.menu-date-title{
	display: block;
}

/*WYSIWYG Youtube*/
.wysiwyg_wp iframe {
	width: 100%;
	height: 100%;
}

/*----------------------------------------------------------
地図
-----------------------------------------------------------*/
div.mapimg{
	width: 100%;
	box-sizing: border-box;
}

div.mapimg > div{
	width:100%!important;
}

/*----------------------------------------------------------
警察署
-----------------------------------------------------------*/
.subtop_main{
	width: 100%;
	float: none;
}

.subtop_main img{
	height: auto;
}

.subtop_katsudou{
	margin: 0 10px;
}

.subtop_katsudou .inner_b .inner_t .inner_m .imglink-txt-left{
	margin: 0;
	padding: 20px 10px 0;
	text-align: center;
}

.subtop_katsudou .inner_b .inner_t .inner_m .img-area-r{
	padding: 15px 10px;
}

.subtop_katsudou .inner_m{
	display: block;
}

.subtop_katsudou .inner_m p.date{
	margin-left: 10px;
}

.subtop_katsudou p.ichiran-all a{
	background: url(../image/c_icon_inlink.gif) no-repeat 0px 0.4em
}

.shotop_menu_btn-wp{
	margin: 30px 10px 20px;
	background: none;
}

.shotop_menu_btn{
	max-width: 300px;
	background-color: #fff;
	margin: 0 auto 15px auto;
	padding: 0 12px 0 5px;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px 1px rgba(183,183,183,0.72);
	-moz-box-shadow: 0px 1px 2px 1px rgba(183,183,183,0.72);
	-webkit-box-shadow: 0px 1px 2px 1px rgba(183,183,183,0.72);
	width: 100%;
}

.shotop_menu_btn a{
	display: flex;
	align-items: center;
	background-image: url(../image/shotop_menu_btn_icon.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-decoration: none;
}

.shotop_menu_btn a img{
	max-height: 80px;
	width: 60px;
}

.shotop_menu_btn a:link,
.shotop_menu_btn a:visited,
.shotop_menu_btn a:hover,
.shotop_menu_btn a:active{
	color: #000;
}

.shotop_menu_btn span{
	padding: 5px 5px 5px 5px;
	font-size: 1.2rem;
}

.shotop_menu_btn:nth-child(even),
.shotop_menu_btn:nth-child(2n+1){
	float: none;
}

.kakusho_title_in{
	width: 100%!important;
}

.kakusho_title_wp{
	padding: 15px 0 0 0!important;
}

.kakusho_title_text{
	font-size: 100%!important;
	padding: 0 15px!important;
}

.kakusho_title_wp + .h1bg div h1{
	box-shadow: none!important;
	padding:5px 0  15px 15px!important;
}

.smph_subnavi{
	clear: both;
	display: block;
	padding: 20px 10px;
}

.smph_subnavi .img-area{
	text-align: center;
}

.smph_subnavi p.innerLink{
	background: none;
	padding: 0;
}

.smph_subnavi .koukoku li{
	background: none;
	padding: 0;
	text-align: center;
}

/*----------------------------------------------------------
運転免許
-----------------------------------------------------------*/
#basebgwrap img{
	height: auto;
}

h1.index_omidashi{
	display: block;
}

.me_info_erea,
.me_box_r{
	width: 100%;
	float: none;
}

.me_info_erea h2,
.me_box_r h2{
	border: none;
}

.me_ques_erea .m-linkbttxt,
.me_ques_erea .m-linkbttxt p,
.me_ques_erea .inner{
	max-width: 442px;
	width: 100%;
	display: flex;
}

.me_ques_erea .m-linkbttxt p a{
	text-decoration: none;
}

.m-linkbttxt p{
	background: url(../image/c_icon_inlink.gif) no-repeat 0px 0.4em;
	padding: 0 0 2px 14px;
	line-height:1.5em;
	margin: 10px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.m-linkbttxt p a{
	padding: 0 18px 0 9px;
	text-decoration: underline;
}

.me_ques_btn_erea{
	display: flex;
	padding: 0 3%;
	justify-content: center;
}

.me_ques_btn_erea .me_ques_btn_erea p{
	float: none;
}

.menulist4{
	justify-content: center;
	align-items: flex-start;
}

.menulist4.clearfix:after{
	content: none;
}

div.m-box4{
	max-width: 222px;
	width: 100%;
	margin: 15px auto 0;
	box-sizing: border-box;
	background: none;
	-webkit-box-shadow: 0 0 5px 0 #C8C7C7;
	-moz-box-shadow: 0 0 5px 0 #C8C7C7;
	box-shadow: 0 0 5px 0 #C8C7C7;
	float: none;
	padding: 0;
}

div.m-box4.last{
	margin: 15px auto 0;
}

.m-more-all{
	margin: 10px;
}

.m-more-all img{
	width: 100%;
	max-width: 222px;
}

.m-linkbttxt{
	border: none;
}

.dladobereader{
	display: none;
}

.info_btn_erea{
	float: none;
	text-align: center;
}



/*----------------------------------------------------------
カレンダー
-----------------------------------------------------------*/
table#calendarlist{
	width: 98%;
	margin: 0 auto 12px;
}


/*----------------------------------------------------------
英語
-----------------------------------------------------------*/
.multi_h1{
	margin: 0;
	background: none;
}

.multi_h1img{
	max-width: 960px;
	width: 100% !important;
	background: none;
}

.multi_h1 h1{
	margin-bottom: 10px;
	margin-top: 19px;
}

.multi_h1_txt_wp{
	background: #0B4099 !important;
	position: static !important;
	width: 95% !important;
	text-align: left;
	height: auto !important;
	padding: 15px 0;
	margin: 0 auto;
}

.multi_h1_txt_wp div{
	width: auto;
	font-size: 120%;
}

div.m-box5{
	float: none;
	width: 49%;
	background: url(../image/m-box5_bg_btm.png) no-repeat 50% 100%;
	display: flex;
}

div.m-box5:nth-child(n+3){
	margin-top: 15px;
}

div.m-box5:nth-child(even){
	margin-left: 1%;
}

div.m-box5 .inner{
	float: none;
	max-width: 178px;
	width: 100% !important;
	margin: 0 auto !important;
	background: none;
	padding: 0 0px 12px 0px;
	border-left:1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

h2.m-box5_title a:link{
	text-decoration: underline;
}

.menulist5{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 98%;
	margin: 0 auto 30px !important;
}

div.img-area.multi_bt{
	max-width: 815px;
	width: 95% !important;
}

.imglink-side2 img{
	margin: 0;
}

/*----------------------------------------------------------
質問
-----------------------------------------------------------*/
.FaqAns{
	max-width: 684px;
	width: 100%;
	background: none;
	border: 2px solid #0B4099;
	margin-top: 20px;
}

.h2bg.faq_title_q h2{
	padding:8px 4px 6px 10px;
}

div.update p{
	float: none;
	font-size: 90%;
	padding: 0;
}

.faq_txt_a{
	max-width: 618px;
	width: 100%;
	box-sizing: border-box;
}

.h2bg.faq_title_a{
	margin: 0;
	padding: 0 5px 4px 40px;
}

.FaqAns .h2bg h2{
	margin: 0;
	border: none;
}

.FaqAns_mid{
	background: none;
}

ul.linkjump.faqlist li{
	border: none;
	padding: 7px 20px;
}


/*----------------------------------------------------------
タブ
-----------------------------------------------------------*/

div.info-box{
	width: 100%;
}

ul.info-tab{
	height: auto;
}

ul.info-tab li{
	width: 50%;
}

/*----------------------------------------------------------
トピックス
-----------------------------------------------------------*/
.topics{
	border-top: 0 !important;
	background: #fff !important;
	width: 94%;
	margin: 0 auto;
}

.topics h2{
	background: -webkit-gradient(linear, left top, right top, from(#034EA1), to(#113392));
    background: linear-gradient(to right, #034EA1 0%, #113392 20%, #113392);
    display: block;
    padding: 17px 0 15px 0 !important;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    font-size: 100%;
	font-weight: normal !important;
	color: #fff !important;
}
.topics .topics_con{
	width: 100% !important;
	background-image: none !important;
}
.topics ul{
	display: block !important;
	width: 100% !important;
	padding: 0;

}

.topics ul li{
	margin: 0 auto !important;
}

.topics .topics_col{
	margin-top: 20px !important;
}


/*----------------------------------------------------------
災害ページ
-----------------------------------------------------------*/
#base div.baseall-s{
min-width: auto;
width: 100%;

}

#base div.baseall-s #main div.main_inner{
	background: #fff;
}

#base div.baseall-s .h2bg h2{
	border-top: none;
}

#base .baseall-s div#basebgwrap{
	width: 95%;
	margin: 0 auto;
}

#base div.baseall-s div.wrap{
	width: 100%;
}

#base div.baseall-s div.main-l{
	float: none;
	width: 100%;
}

#base div.baseall-s div.main-r{
	width: 100%;
}

#base div.baseall-s div.bgbox ul li{
	background-position: 5px 50%;
	border-bottom: 1px solid #d0d0d0;
}

#base div.baseall-s div.bgbox ul li:last-child{
	border: none;
}

#base div.baseall-s div.bgbox ul li a{
	padding: 11px 0;
	display: block;
}

div#kinkyu{
	width: 100% !important;
	box-sizing: border-box;
}

div#kinkyu h2.kinkyu-title{
	float: none !important;
	width: auto !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 5px !important;
}


/*----------------------------------------------------------
フッター
-----------------------------------------------------------*/
.footwp{
	width: 100%;
}

.foot1bg{
	display: none;
}

.f0copy{
	font-size: 87%;
	color: #fff;
	padding: 10px 80px 10px 10px;
	margin: 0;
	text-align: left;
	background: #000;
	min-height: 40px;
}
div#author_img {
    position: absolute;
    right: 10px;
    top: 704px;
    left: auto;
    z-index: 3;
    background-size: 65px;
}

div#author_img a{
	display: block;
	width: 65px;
	height: 75px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.tothispage2{
	display: none;
}

.footbgall {
    background: #F0F0F0 !important;
}

div#footer_nav .footer_linknavi {
    background: #fff;
    padding: 10px 0;
    overflow: hidden;
	display: block;
}

.footer_linknavi {
    margin: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow:0 0 5px 0 #C8C7C7;
    -webkit-box-shadow: 0 0 5px 0 #C8C7C7;
    -moz-box-shadow: 0 0 5px 0 #C8C7C7;
}

div#footer_nav nav {
    padding: 10px;
}

#footer_nav p.tel-link a {
    display: inline-block;
    padding: 0;
}

#footer_nav .top_main_mail {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    min-width: 320px;
}

#footer_nav .mail_box {
    padding: 0;
    width: 136px;
    text-align: left;
    float: left;
    background: #113392;
    margin: 0;
    color: #FFFFFF;
    min-height: 40px;
    font-size: 90%;
    line-height: 1.3em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#footer_nav .mail_box a:visited {
    color: #FFFFFF;
    background-color: transparent;
}

#footer_nav .mail_box a:link {
    color: #FFFFFF;
    background-color: transparent;
}

#footer_nav .mail_box a {
    margin: 0 0 0 5px;
    text-decoration: none;
    display: block;
    padding: 11px 5px 10px 30px;
    background: url(../image/mail_box_icon.gif) no-repeat 3px 0.9em;
    background-size: 18px;
}

#footer_nav .mail_box.line-2 {
    margin: 0 0 0 10px;
}

#footer_nav .mail_box.line-2 a {
    padding: 3px 5px 0px 25px;
}

div#footer_nav p.link_nav {
    border-top: 1px solid #D4D4D4;
    margin: 0;
    padding: 0 0 0 30px;
}

#footer_nav p a {
    color: #000000;
    text-decoration: none;
    font-size: 95%;
    padding: 17px 10px 15px 35px;
    display: block;
}

.s_foot_link01 a {
    background: url(../image/s_foot_link01.gif) no-repeat 0 1.08em;
}

.s_foot_link02 a {
    background: url(../image/s_foot_link02.gif) no-repeat 0 1.08em;
}

.s_foot_link04 a {
    background: url(../image/s_foot_link04.gif) no-repeat 0 1.08em;
}

#footer_nav .switchBtn{
	margin: 10px;
	display: flex;
}

#footer_nav .switchBtn button{
	background: #fff;
	border: none;
	width: calc(100% / 2);
	font-size: 76%;
	border-radius: 5px;
}

#footer_nav .switchBtn button:first-child{
	background: #fff;
	color: #000;
}

#footer_nav .switchBtn button:last-child{
	margin-left: 1%;
	padding: 17px 10px 15px 10px;
	background: #002699;
	color: #fff;
}


#footer_nav .top_main_mail{
	float: none;
}
/* ===========================================
改修イメージ確認用スタイル　20231220
=========================================== */
/* 検索調整*/
	.search{
		float: none;
	}
div#___gcse_1 {
    margin: 0 auto;
    width: 286px;
}
.gsc-search-button-v2{
    padding: 10px 28px!important;
}
.ichiran-all2 {
       position: unset!important;
}
.info_btn_erea2 {
    flex-direction: column;
    text-align: center;
}


#basewrap h1 {
    font-size: 200%;
}

.h2bg h2 {
    font-size: 175%;
}

.h3bg h3 {
    font-size: 150%;
}

h4 {
    font-size: 125%;
}

h5 {
    font-size: 100%;
}


div#basebgwrap {
    position: relative;
}

li.effect1.textlink {
    padding: 14px 35px;
    background: #fff;
    text-decoration: none;
}
li.effect1.textlink a {
    text-decoration: none;
    color: #000;
}
/*新着情報・お知らせ*/
.div.h1img h1{
padding:0 !important;
}

.info-news h2, .info-osirase h2{
margin:0;
}
.osirase_contents {
    padding: 8px 16px;
}

ul.info-list2.clearfix li{
padding:0;
}
.info-news, .info-osirase{
	flex-direction: column;
}

.h1guide {
    background-color: #0B4099;
    padding: 0 0 10px 0;
.info-news h2,.info-osirase h2{
font-size: 130%;
    padding: 0 28px;

}
.info_btn_erea2 {
    flex-direction: column;
        align-items: center;
}

span.title {
    overflow-wrap: anywhere;
}


li.effect1.textlink {
    padding: 14px 35px;
    background: #fff;
    text-decoration: none;
}
li.effect1.textlink a {
    text-decoration: none;
    color: #000;
}

.gsc-input-box {
    padding: 4px 0 !important;
}