/*TOPページ以外共通*/

/* css reset */
html {
background:#fff;
color:#333;
overflow-y:scroll;
}

body {
margin:0;
overflow:visible;
padding:0;
}

a img, img {
border:0;
}

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

hr{
  margin: 20px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

caption, th {

}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
margin-bottom:20px;
}

.clear{
	clear:both;
}

/* */

body{
	font-size:90%;
	min-width:900px;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#F60;
}

.a_fake{
  display: table;
  color: #006699;
	text-decoration: none;
}
.a_fake:hover{
	text-decoration: underline;
	color:#F60;
}



.key a{
  background: url(../img/key.gif) no-repeat 100% 50%;
  padding:0px 18px 0px 0px;
}

/* pdf要素
----------------------------------------------------------- */
a[href$=".pdf"],a[href*=".pdf"]	{
	background: url(../img/pdf.gif) no-repeat 100% 50%;
	padding:0px 18px 0px 0px;
}
* html a.pdf{
	background: url(../img/pdf.gif) no-repeat 100% 50%;
	padding:0px 18px 0px 0px;
}

/* Word要素
----------------------------------------------------------- */
a[href$=".doc"],
a[href$=".docx"],
a[href*=".doc"]{
	background: url(../img/doc.gif) no-repeat 100% 50%;
	padding:0px 18px 0px 0px;
}
* html a.doc,
* html a.docx	{
	background: url(../img/doc.gif) no-repeat 100% 50%;
	padding:0px 18px 0px 0px;
}

/* Excel要素
----------------------------------------------------------- */
a[href$=".xls"],
a[href$=".xlsx"],
a[href$=".xlsm"],
a[href*=".xlsx"],
a[href*=".xls"]	{
	background: url(../img/xls.gif) no-repeat 100% 50%;
	padding:0px 18px 0px 0px;
}
* html a.xls,
* html a.xlsx {
	background: url(../img/xls.gif) no-repeat 100% 50%;
	padding:0px 18px 0px 0px;
}

/* zip要素
----------------------------------------------------------- */
a[href$=".zip"]	{
	background: url(../img/zip.gif) no-repeat 100% 50%;
	padding:0px 18px 0px 0px;
}
* html a.zip{
	background: url(../img/zip.gif) no-repeat 100% 50%;
	padding:0px 18px 0px 0px;
}

/*画像時処理*/
.noIco a[href$=".pdf"] {
    background: none;
	padding: 0px;
}


strong, .bold{
	font-weight:bold;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
.clearfix {overflow:hidden;}

/* 基本設定 */

p{
	margin:0px 0px 10px 0px;
}

h2{
	background-image:url(../img/h2.gif);
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	padding:0px 20px;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	letter-spacing: 2px;
}

h2.hight{
	background-image:url(../img/h2_hight.gif);
	height:60px;
	line-height:1.8em;
	padding:10px 20px;
	text-align:center;
}


.two{
	line-height:160%;
}

h3{
	color:#009;
	font-weight:bold;
	padding:5px 0px 5px 20px;
	margin:25px 0px 20px 0px;
	background-color:#fff;
	border-bottom:1px solid #39C;
	border-left:9px solid #39C;
	letter-spacing: 1px;
}

h4{
	font-weight:bold;
	color:#036;
	border-bottom:1px dotted #666;
	margin:0px 5px 10px 0px;
	padding:4px 5px 4px 10px;
}

h5{
	margin-bottom:10px;
	font-weight:bold;
}

h6{
    color: #009;
    font-weight: bold;
    padding: 5px 0px 5px 20px;
    margin: 25px 0px 20px 0px;
    background-color: #fff;
    border-bottom: 1px solid #39C;
    border-left: 9px solid #39C;
    letter-spacing: 1px;
}

.lt{
	float:left;
}

.rt{
	float:right;
}

ol{
	list-style-type:decimal;
	margin:0px 10px 20px 30px;
}

ol li{
	margin-bottom:5px;
}

dl{
	margin-left:15px;
}

dt{

}

dd{
	margin:0px 0px 10px 20px;
}

/*偶数行に色つき*/
.even tr:nth-child(even) td{
  background-color: #f0faff;
}

table th{
	background-color:#3399CC;
	padding:3px 7px;
	color:#FFF;
	border:1px solid #999;
	vertical-align:top;
}

table td{
	padding:3px 7px;
	border:1px solid #999;
	vertical-align:top;
}

table caption{
	margin-bottom:5px;
}

.left_th th{
	text-align:left;
}

.double_r{
	border-right-style:double;
	border-right-width:3px;
}

.vm{
	vertical-align:middle;
}

.u{
	text-decoration:underline;
}

.mini, .micro{
	font-size:80%;
}


.micro td{
	padding:4px 0px;
	line-height:110%;
}

.micro th{
	padding:4px 0px;
	line-height:110%;
}

.bc{
	margin-left:10px;
	margin-right:10px;
	padding:10px;
	background-color:#F5F1D3;
	border:1px solid #999;
}

.no_tb td, th{
	border:none;
}

.no_tb{
	border:none;
	margin:0px;
}

#main_contents .mg0{
	margin:0px;
}

.mg5{
	margin:5px;
}

.mgb5{
	margin-bottom:5px;
}

.mgb10{
	margin-bottom:10px;
}

.mgb15{
	margin-bottom:15px;
}

.mgb20{
	margin-bottom:20px;
}

.mgb30{
	margin-bottom:30px;
}

.mgl0 {
  text-indent: 0 !important;
  margin-left: 0 !important;
}
.mgl20{
	margin-left:20px;
}

.mgl1em {
  margin-left: 1em;
}

.mgt10{
	margin-top:10px;
}

.mgt30 {
  margin-top: 30px;
}


.pdl1em{
	padding-left:1em !important;
}
.pdl2em{
	padding-left:2em !important;
}
.pdt5{
	padding-top:5px;
}

.w5p{
	width:5%;
}

.w10p{
	width:10%;
}

.w12p{
	width:12%;
}

.w13p{
	width:13%;
}

.w15p{
	width:15%;
}

.w20p{
	width:20%;
}

.w25p{
	width:25%;
}

.w30p{
	width:30%;
}

.w35p{
	width:35%;
}

.w40p{
	width:40%;
}

.w45p{
	width:45%;
}

.w50p{
	width:50%;
}

.w60p{
	width:60%;
}

.w70p{
	width:70%;
}

.w80p{
	width:80%;
}

.w90p{
	width:90%;
}

.w100p{
	width:100%;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left !important;
}

.red{
	color:#C00;
}

.blue{
	color:#039;
}
.Lblue{
	color:#39C;
}

.green {
	color:#063;
}

.yellow {
	color:#FC0;
}

.f_bold{
  font-weight: bold;
}

.f_L{
  font-size: 120%;

}

.vertical_mid{
  vertical-align: middle;
}
.vertical_bot {
  vertical-align: bottom;
}

.slash{
background-image: linear-gradient(to left top,
  transparent calc(50% - 0.5px),
  #111 50%, #111 calc(50% + 0.5px),
  transparent calc(50% + 1px))
}

.span_bc{
	background-color:#F5F1D3;
	padding:3px 5px;
}

.box_black{
  margin:15px auto;
  padding:10px;
  box-sizing: content-box;
  border:#333 1px solid;
}

.box_NavyBlue {
  width: 100%;
  border: 2px solid #385D8A;
  margin: 15px auto;
  padding: 10px;
  box-sizing: content-box;
}

.box_red{
  margin:15px auto;
  padding:10px;
  box-sizing: content-box;
  border:#c00 1px solid;
}
.box_green{
	margin:15px auto;
	padding:10px;
	background-color: #e2f0d9;
    box-sizing: content-box;
	border:#a9d18e 1px solid;}

.box_skyblue {
  box-sizing: content-box;
  border: solid 3px #78C1D5;
}

.kadomaru{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.wave {
  background: url(../img/wave.gif) repeat-x 0 120%;
}
.wave_R {
  background: url(../img/wave_R.gif) repeat-x 0 120%;
}


/*  */

#wrapper{
	text-align:center;
	border-top:3px solid #00276F;
	display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 750px;
  box-sizing: border-box;
  padding: 0;
}
/*IE11だけに適用*/
@media all and (-ms-high-contrast:none){
  #wrapper{
    height: 100vh;
  }
}
#header{
	margin-bottom:15px;
}

#mainmenu{
	margin-bottom:20px;
}

#mainmenu span{
	display:none;
}

#mainmenu_ul li{
	float:left;
}

#topimage{
	margin-bottom:20px;
}

#pankuzu{
	margin:0px 0px 10px 0px;
	font-size:80%;
}

#main{
	width:900px;
	margin:0px auto;
	text-align:left;
}

#left_contents{
	width:200px;
	float:left;
	background-image:url(../img/left_contents_bk.gif);
	margin-bottom:20px;
}

#left_contents_in{
	background-color:#FFF;
	margin:5px;
	padding:5px;
}

#left_contents_in_ct{
	background-color:#FFF;
	margin:5px;
	padding:5px;
}

#left_contents_in .midashi{
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	padding:5px;
}

#left_contents_in_ct .midashi{
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	padding:5px;
}

#left_contents_in ul{
	margin:0px 0px 0px 15px;
}

#left_contents_in li{
	background-image:url(../img/left_li.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:10px;
}

.left_menu li{
	border-bottom:1px dotted #CCC;
	padding:5px 5px 5px 20px;
	background-image:url(../img/li1.gif);
	background-repeat:no-repeat;
	background-position:5px 7px;
}

#toi{
	font-size:85%;
	margin:0px 5px;
	line-height:130%;
}

#toi strong{
	font-size:80%;
}

#main_contents{
	width:900px;
	_display:inline;
}

#mainbox{
	margin:0px 25px;
	line-height:150%;
}

footer{
	background-color:#efefef;
	border-top:1px dotted #999;
	text-align:center;
	padding:20px 0px;
	font-size:80%;
	margin-top:auto;
}
#foot{ width:900px; margin:0 auto;}

#foot ul {
text-align: right;
}

#foot li {
  font-size:12px;
  display: inline;
  padding: 0 10px 0 10px;
}

.name{
	margin-top:20px;
}
.cp{
	font-size:75%;
}

#top_contents{
	width:480px;
	float:left;
	margin:0px 0px 20px 0px;
}

#top_right_contents{
	width:180px;
	float:left;
	margin:0px 0px 20px 20px;
	_display:inline;
}

/**/
#head_left{
	width:350px;
	padding-top:15px;
	float:left;
}

#head_right{
	width:550px;
	float:left;
}

#fontsize_change{
	background-image:url(../img/font_size_bk.gif);
	background-repeat:no-repeat;
	width:130px;
	height:60px;
	float:left;
	margin:5px 0px 0px 100px;
	_display:inline;
}

#fontsize_change div{
	margin:30px 0px 0px 27px;
}

#fontsize_change div img{
	margin-right:3px;
}

#top_info_area{
	width:300px;
	padding-top:5px;
	float:right;
}

#top_info{
	font-size:80%;
	text-align:right;
	margin-bottom:10px;
}

#search{
	text-align:right;
	float:right;
	margin-top:30px;
}

.search_box{
  width:150px !important;
  height:17px !important;
	font-size:80%;
}

.search_submit{
	font-size:80%;
}

.menu_title{
	margin-bottom:10px;
}

.new_dl{
	margin:0px 10px 20px 10px;
	line-height:130%;
}

.new_dl dt{
	width:135px;
	float:left;
	background-repeat:no-repeat;
	background-position:5px 10px;
	padding-top:8px;
	_display:inline;
}

.new_dl dt span{
	padding-left:50px;
}

.new_dl dd{
	border-bottom:1px dotted #999999;
	padding:8px 5px 8px 135px;
	margin:0px;
}

.hoken{
	background-image:url(../img/new_hokensya.gif);
}

.iryou{
	background-image:url(../img/new_iryou.gif);
}

.ippan{
	background-image:url(../img/new_ippan.gif);
}

.kaigo{
	background-image:url(../img/new_kaigo.gif);
}

.syougai{
	background-image:url(../img/new_syougai.gif);
}

.kenshin{
	background-image:url(../img/new_kenshin.gif);
}

.sonota{
	background-image:url(../img/new_sonota.gif);
}

#main_contents .oshirase_ul{
	margin:0px 10px 20px 10px;
}

#main_contents .oshirase_ul li{
	border-bottom:1px dotted #999999;
	background-image:url(../img/li1.gif);
	background-repeat:no-repeat;
	background-position:10px 11px;
	padding:8px 5px 6px 30px;
	line-height:130%;
}

.top_right_box{
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:8px 5px;
	font-size:80%;
	margin-bottom:20px;
}

.ul_set{
	list-style-image:url(../img/li2.gif);
	margin:0px 10px 20px 20px;
}

.ul_set li{
	margin:0px 0px 5px 0px;
}

#main_contents ul{
	margin:0px 10px 20px 20px;
}

#main_contents ul li{
	background-image:url(../img/li2.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:30px;
	margin-left:15px;
	line-height:30px;
}

#main_contents #top_right_contents ul{
	margin-left:5px;
}

#main_contents #top_right_contents li{
	margin:0px 0px 5px 0px;
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px
}

.gmap{
	width:100%;
	height:400px;
	margin-bottom:20px;
}

.fukidashi{
	width:250px;
	height:100px;
}

.co01b{
	color:#CC0000;
	font-weight:bold;
}

#cse-search-results iframe{
	width:100%;
}
.indent {/*行頭-1em*/
	display:block;
	padding-left:1em;
	text-indent:-1em;
}

.indent-1 {/*行頭+1em*/
	display:block;
	padding-left:-1em;
	text-indent:1em;
}
.textLine {
	border:1px solid #000;
	padding:1px;
}

/*arrow*/
.down{
	font-size:xx-large;
	font-weight: bold;
	margin: 0px 30px 10px;
}

/**/
.bgBule {
	background-color: #D3E8FC;
}

.history-back{
	font-size:90%;
	padding:6px;
}

.go-top{
	font-size:90%;
	padding:6px;
}

/*accodion*/

.ac h3 {
	cursor: pointer;
}


/*download(各種様式のダウンロード)*/
.dl{
	text-align:center;
}
.dl img{
	padding-top:15px;
	margin-bottom:15px;
}
.dl a{
	padding-top:15px;
	margin-bottom:15px;
}

/*site-map*/
.site-map{
	font-size:90%;
}

.site-map h4{
	font-weight:bold;
	color:#39C;
	background-color:#F7F7F7;
	border-bottom:3px solid #39C;
	margin:0px 5px 10px 0px;
	padding:4px 5px 4px 10px;
}

.site-map h5{
	margin-left:40px;
	background-image:url(../img/li2.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:30px;
	margin-left:15px;
	line-height:23px;

}
.site-map-in{
	padding-left:60px;
}
.QA-head{
	background-color:#06F;
	color:#FFF;
	font-size:110%;
	font-weight:bold;
	padding:6px;
	margin-bottom:2px;
}


/*flexbox*/
.float_box{
  padding: 0 0 0 2em ;
}
.box{
  width: auto;
  display: block;
}


/*国保連合会制作CM*/
.flexbox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;}

.flexbox .leftside{
  width: 50%;
  }
.leftside h3{
  margin-top: 0;
}
.leftside li{ padding-left: 20px !important;}

.flexbox .rightside{
  width: 400px;
  margin: 0;
  }

.intro_flexbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    column-gap: 20px;
}
.comment{
  position: relative;
  display: inline-block;
  padding: 0 24px;
}
.comment:before,
.comment:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.comment:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
.comment:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}


/*とちぎの国保*/
.pdf_densi{
  display: inline-block;
  position: relative;
  left: 51%;
  top: 3em;
}

/*行事予定表*/
.month_pager{
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
a.month_button{
  background-color: #3399CC;
  color: #ffffff;
  padding: 5px 10px;
}
.gyoji caption{
  text-align: right;
}
.month_pager_L{/*今月のみ*/
  display: flex;
  display: -ms-flexbox;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 20px;
}




/* 画像のみ印刷させない場合 */
.ghost_img{
  margin:0;
  padding:0;
  display: inline-block;
}
/*画像印刷禁止*/
@media print {
  .non_img img { display: none !important; }

    .ghost_img {
        display: none;
        opacity: 0;
        background: #fff;
    }
}


/*外国語表記*/
.vet{font-family: Helvetica,Arial,sans-serif;}


/*シンプルリスト*/
.simple_list{
  margin-left: 10px !important;
  margin-bottom: 0 !important;
}
.simple_list li{
  list-style:initial;
  background: none !important;
  padding-left: 0 !important;
}


/*トピックス　令和６年度国保制度改善強化全国大会及び陳情運動へ参加*/
body#r6_taikai-undou #mainbox {
  font-size:16px ;
  width: 75%;
  margin: 0 auto;
}
body#r6_taikai-undou .flexbox{
  padding-left: 0;
}
body#r6_taikai-undou .flexbox{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 40px;

}
body#r6_taikai-undou .flexbox div{width: 49%;}

body#r6_taikai-undou .flexbox figure {
  margin: 0;
  width: 49%;
}
body#r6_taikai-undou .flexbox figure img{
  width: 100%;
  margin: 0 auto;
}
body#r6_taikai-undou  figure img {

  margin: 0 auto;
  display: block;
}
body#r6_taikai-undou  figcaption{
  text-align: center;
  font-size: 13px;
}
