@charset "UTF-8";
/*初期設定----*/
* {
	margin:0;
	padding:0;
}

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
	overflow-y:scroll;
	scroll-behavior: smooth;
}
body {font-size: 1.6rem;/* 16px */}
body {
	/*font-family:
	'游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;*/
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Arial","Helvetica","Verdana","sans-serif";
	font-size:1.6rem;
	color:#1a1a1a;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
/*2秒後に表示用
body:after{
	content: '';
	background: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 9999;
}
body.load:after{
	content: '';
	display: none;
		
}*/

/*floatクリア用*/
.clear {
	clear:both;
}

/*メインコンテンツブロック*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  overflow:visible;
}
.clear {
    clear: both !important;
}
.noclear { 
clear: none !important; 
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a{
	color: #1a1a1a;
	outline: none;
}
a img{
	border:none;
	outline:none;
}
a:hover{
	/*opacity: 0.8;
   filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;*/
	color: #00597B;
}
.sp{
	display: none;
}
.right{
	float:right;
}
.left{
	float:left;
}
.rela{
	position:relative;
}
.abso{
	position:absolute;
}
.break{
	display: block;
}
.hide{
	display: none;
}
h1{
	font-size: 2.5rem;
	line-height: 1.2;
}
h2{
	font-size: 2.3rem;
	text-align: left;
	margin-top:30px;
}

h2 span{
	margin-right: 10px;
	color: #0097d0;
}
h2 {
    position: relative;
    padding-bottom: .2em;
    border-bottom: 5px solid #ccc;
	margin-bottom: 20px;
	line-height: 1.2;
}
h2::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    /*z-index: 2;*/
    content: '';
    width: 50px;
    height: 5px;
    background-color: #0097D0;
}
h2#honbun {
	width:0px;
	height:0px;
	overflow:hidden;
	display:none;
}
h3{
    border-bottom: 2px solid #138fc2;
    margin-bottom: 20px;
    padding-bottom: 5px;
	font-size: 1.9rem;
	text-align: left;
	margin-top:30px;
	line-height: 1.2;
}
h4{
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 1.8rem;
	font-size:1.8rem;
	text-align: left;
	margin-top: 10px;
	line-height: 1.2;
}
h5{
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 1.2;
}
p{margin-bottom: 15px;}

ul,ol{
	
	margin-bottom: 15px;
	padding-left: 30px;
}
ul ul{
	margin-left: 1rem;
}
ul ul.cont{
	margin-left:0;
}
ul ul ul{
	margin-left: 2rem;
}
dl{margin-bottom: 15px;}
dl dt{
	font-weight: bold;
}
dl dd{
	padding-left:20px;
	margin-bottom: 10px;
}
dl dd a{
	text-decoration: underline!important;
}
dl.lnkLst dd{
	background: url(../img/template/icon08.png)no-repeat left;
	background-position: 0 4px;
	
}
dl.lnkLst dd.backP0{
	background-position: 0px 0px !important;
}
dl.date dt,dl.date dd{
	padding: 10px 0 10px;
}
dl.date dt{
	float: left;
	clear: both;
	font-weight: normal;
}
dl.date dd{
	padding-left: 9.7em;
	border-bottom: 1px dotted #1a1a1a;
	margin-bottom: 0;
}
dl.date dd a {
	text-decoration: underline;
}
dl.date_sp dt,dl.date_sp dd{
	padding: 10px 0;
	margin-bottom: 0;
}
dl.date_sp dt{
	float: left;
	clear: both;
	font-weight: normal;
}
dl.date_sp dd{
	padding-left: 9.7em;
	border-bottom: 1px dotted #1a1a1a;
}
dl.date_sp.b-solid dd{
	border-bottom: 1px solid #ccc;
}
ul li a:hover , dl dd a:hover{color:#00597B;}
dd:last-child{
	border-bottom: none;
}
.idt{
	text-indent: 2em;
}
.linkA{
	list-style: none;
}
.linkA a{
	background: url(../img/template/icon08.png)no-repeat left;
    padding-left: 20px;
	color: #1a1a1a;
}
.linkB{
	list-style: none;
}
.linkB a{
	background: url(../img/template/icon12.png)no-repeat left;
    padding-left: 20px;
	color: #1a1a1a;
}
ul.linkC{
	list-style: none;
	padding-left: 0;

}
ul.linkC_1{
	list-style: none;
	padding-left: 0;
}
.linkC li , .linkC_1 li{
	background: url(../img/template/icon12.png)no-repeat left;
	padding-left:20px;
	display: inline-block;
	background-position: 0 4px;
    margin-bottom: 10px;
	margin-right: 30px;
}
ul.linkC_1 li.backP0{
	background-position: 0px 0px !important;
}
.linkC li.backP0{
	background-position: 0px 0px !important;
}


ul.linkD{
	list-style: none;
	padding-left: 0;
}
.linkD li{
	background: url(../img/template/icon08.png)no-repeat left;
	padding-left:20px;
    display:inline-block;
	width: calc(49% - 30px);
    margin-bottom: 10px;
	margin-right: 10px;
	background-position: 0 4px;
    vertical-align:top; /* 上端揃え */
}
.linkD li.backP0{
	background-position: 0px 0px !important;
}
ul.linkE{
	list-style: none;
	padding-left: 0;
}
/* IE6 */
* html ul.linkD li {
    display:inline; /* IEではinline-blockと同じ表現になる */
}
 
/* IE7 */
*+ html ul.linkD li {
    display:inline; /* IEではinline-blockと同じ表現になる */
}
.linkE li{
	background: url(../img/template/icon08.png)no-repeat left;
	padding-left:20px;
    display:inline-block;
	width: calc(32% - 30px);
    margin-bottom: 10px;
	margin-right: 10px;
	background-position: 0 4px;
    vertical-align:top; /* 上端揃え */
}
.linkE li.backP0{
	background-position: 0px 0px !important;
}
/* IE6 */
* html ul.linkE li {
    display:inline; /* IEではinline-blockと同じ表現になる */
}
 
/* IE7 */
*+ html ul.linkE li {
    display:inline; /* IEではinline-blockと同じ表現になる */
}

ul.linkF{
	list-style: none;
	padding-left: 0;
}
.linkF li{
	background: url(../img/template/icon08.png)no-repeat left;
	padding-left: 20px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
	background-position: 0 4px;
}
.linkF li.backP0{
	background-position: 0px 0px !important;
}
.linkF li.li_txt{
	background: none;
	padding-left: 0;
}

ul.nomk{
	list-style: none;
	padding-left: 0;
}
ul.line{
	list-style: none;
	padding-left: 0;

}
ul.line li{
		display: inline-block;
	margin-right: 10px;
}
ul.lnkLst{
	list-style: none;
	padding-left: 0;
}
ul.lnkLst li{
	background: url(../img/template/icon08.png)no-repeat left;
	padding-left:20px;
	background-position: 0 4px; 
	margin-bottom: 5px;
}
ul.lnkLst li.backP0{
	background-position: 0px 0px !important;
}
ul.lnkLst.border_b li{
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
}
ul.lnkLst li img{
	padding-left: 3px;
}

/*a[href$=".pdf"] {   
    background: url(../img/template/icon_pdf.gif) no-repeat right;  
	 padding-right: 20px;
}  
* html a.pdf{   
    background: url(../img/template/icon_word.gif) no-repeat 100% 50%;  
}  
a[href$=".doc"] {   
    background: url(../img/template/icon_word.gif) no-repeat right;  
	 padding-right: 20px;
}  
* html a.doc{   
    background: url(../img/template/icon_word.gif) no-repeat 100% 50%;  
}  
a[href$=".xlsx"],a[href$=".xls"] {   
    background: url(../img/template/icon_excel.gif) no-repeat right;  
	 padding-right: 20px;
}  
* html a.xlsx,* html a.xls{   
    background: url(../img/template/icon_excel.gif) no-repeat 100% 50%;  
}  
a[href$=".pptx"] {   
    background: url(../img/template/icon_powerpoint.gif) no-repeat right;  
	 padding-right: 20px;
}  
* html a.pptx{   
    background: url(../img/template/icon_powerpoint.gif) no-repeat 100% 50%;  
} 
a[href$=".zip"] {   
    background: url(../img/template/icon_dl.gif) no-repeat right;  
	 padding-right: 20px;
}  
* html a.zip{   
    background: url(../img/template/icon_dl.gif) no-repeat 100% 50%;  
}  
a[href^="mailto:"] {

  padding-right: 20px;
  background: url(../img/template/icon_maillink.gif) no-repeat right center;
}*/
.boxNormal {
    border: 1px solid #666;
    background-color: #fff;
    margin: 0 0 15px;
    padding: 7px;
}
.boxGrey {
    background-color: #f8f8f8;
    border: 2px solid #ddd;
    margin: 0 0 15px;
    padding: 7px;
}
 .boxAtt {
    border: 2px solid red;
    margin: 0 0 15px;
    padding: 7px;
}
 .boxSpace {
    margin-bottom: 50px!important;
}
.boxRelated {
    background-color: #f8f8f8;
    border: 2px solid #ddd;
    margin: 0 0 15px;
    padding: 10px;
}.boxRelated .boxRelated_ttl {
    margin: 0 0 7px;
    padding: 2px 0px;
    font-size: 1.1em;
    font-weight: bold;
}
.imgBlock {
    display: inline;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 10px;
}
.imgBlock img {
    clear: both;
    display: block;
    margin: 5px auto;
}
.rightPos {
    float: right !important;
}
.leftPos {
    float: left !important;
}
a.lnkPosR{
	background: url(../img/template/icon08.png)no-repeat left;
    padding-left: 20px;
	background-position: 0 4px;
    float: right;
	clear: both;
	margin-bottom: 5px;
}
a.lnkPosR.backP0{
	background-position: 0px 0px !important;
}
.rightPosT, .text_right {
    text-align: right !important;
}
.centerPosT, .text_center {
    text-align: center !important;
}
ul.flexC{
	display: flex;
	justify-content: center;
	list-style: none;
	padding-left: 0;
}
ul.flexC li,ul.flexL li{
	text-align: center;
	margin: 10px;
}
ul.flexC li img,ul.flexL li img {
    clear: both;
    display: block;
    margin: 5px auto;
}
.imageMap img {
	width:100%;
	max-width: 100%;
	height: auto;
}
ul.flexL{
	display: flex;
	list-style: none;
	padding-left: 0;
}
ul.flex_column{
	display: flex;
	justify-content: center;
	list-style: none;
	list-style: none;
	padding-left: 0;
}
ul.flex_column li{
	width:49%;
}
ul.flex_column li:nth-child(even){
	margin-left: 2%;
}
/*ul.flex_column li img{
	width: 100%;
}*/
ul.flex_column li .left,ul.flex_column li .right{
	width:49%;
	
}
table{
	border-collapse: collapse;
border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}
table caption{
	font-weight: bold;
	text-align: left;
}
table th,table td{
	border: 1px solid #aaa;
	padding:5px;
}
table th{
	background-color: #F6F6F6;
	text-align: left;
	font-weight: normal;
}
table th.mainTtl{
	background-color: #ccc;
}
table.spTbl01{
	
}
.grey{
	color: #777 !important;
	font-weight: bold;
}
.red{
	color: #B22222 !important;
	font-weight: bold;
}
.blue{
	color: #00c !important;
	font-weight: bold;
}
.green{
	color: #063 !important;
	font-weight: bold;
}
ul.sonota li{
	float: left;
	width: 33%;
}
a.lnkIcon{
	background: url(../img/template/icon08.png)no-repeat left;
	padding-left:20px;
	background-position: 0 3px;
	margin-bottom: 5px;
}
a.lnkIcon.backP0{
	background-position: 0px 0px !important;
}
a.lnkIcon.idt{
	margin-left: 1em;
}
a.sublnkIcon{
	background: url(../img/template/icon01.png)no-repeat left;
	padding-left:20px;
	background-position: 0 3px;
	margin-bottom: 5px;
}
a.sublnkIcon.backP0{
	background-position: 0px 0px!important;
}
 .boxAdobe {
    background-color: #fff;
    border: 2px solid #ddd;
    margin: 15px 0px ;
    padding: 7px;
    line-height: 1;
}
.boxAdobe ul{margin-bottom: 0;}
.boxAdobe ul.lnkLst li {
    margin: 0;
    padding: 0;
	background: none;
}
.boxAdobe ul.lnkLst li img {
    padding: 0 0 0 3px;
	    margin-right: 10px;
    vertical-align: middle;

}
a.uline{
	text-decoration: underline !important;
}
.mb0{
	margin-bottom: 0;
}
.mb5{
	margin-bottom: 5px!important;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mr10{
	margin-right: 10px;
}
.ml10{
	margin-left: 10px;
}
.mauto{
	margin: auto;
}
.wauto{
	width: auto;
}
.pd10{
	padding-bottom: 10px;	
}
.pb15{
	padding-bottom: 15px;
}
.pl15{
	padding-left: 15px;
}
.pd5{
	padding: 5px;
}
.pd15{
	padding: 15px;
}
.pt20{
	padding-top: 20px;
}
.hidden{
	display: none;
}
.underLine{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
.vtop{
	vertical-align: top; 
}
.vbottom{
	vertical-align: bottom;
}
.vmiddle{
	vertical-align: middle;
}
.nw{
	white-space: nowrap;
}
ul.float_li{
	list-style: none;
	padding-left: 0;
}
ul.float_li li{
	float: left;
	width:49%;
	margin-bottom: 20px;
}
ul.float_li li:hover{
	background: #eff3f5;
}
ul.float_li li:nth-child(even){margin-left: 2%;}
ul.float_li li .img_box{
	width:150px;
}
ul.float_li li .img_box img{display: block; width:100%;}
ul.float_li li .txt_box{width:calc(100% - 160px); margin-left: 10px;}
ul.float_li li .txt_box p{
	margin-bottom: 0;
}
.float_box{
	margin-bottom: 15px;
}
.float_box p.b-g{
	border: 2px solid #ccc;
    padding: 3px 5px;
    margin: 0;
	display: inline-block;
}
.float_box p.color-g{
	background: #ccc;
	margin-bottom: 10px;
}
.g_box{
	border: 2px solid #ccc;
	background: #fff;
	padding-left: 5px;
	display: inline-block;
}
.g_box span{
	background:#ccc;
	padding:0 5px;
	margin-left: 5px;
	display: inline-block ;
}
.border_box{
	border:2px solid #ccc;
	padding:10px 10px 0px;
	margin-bottom: 10px;
}
ul.category_box{
	padding-left: 0;
	list-style: none;
}
ul.category_box li{
	float: left;
	text-align: center;
	margin-left:10px;
	width:calc((100% - 60px) / 7);
	position: relative;
}
ul.category_box li:first-child{
	margin-left: 0;
}
ul.category_box li span{
	font-size:3.125rem;
	padding-top: 25px;
    display: block;
    text-align: center;
}
ul.category_box li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 10px;
    vertical-align: bottom;
    text-align: center;
}
ul.category_box li.bg01 p,ul.category_box li.bg02 p,ul.category_box li.bg04 p,ul.category_box li.bg05 p,ul.category_box li.bg06 p,ul.category_box li.bg07 p{
	position: absolute;
	bottom:15px;
	left:0;
	right:0;
	margin: auto;
	padding: 0 10px;
}
select{
	font-size:1.5rem;

}
input.btn{font-size: 1.5rem}
.bg_gBox{
	border: 2px solid #ccc;
	background: #f2f2f2;
	padding:0 10px;
	
}
@media(max-width:768px){
	dl.date_sp dt{
		float: none;
		padding-bottom: 0;
	}
	dl.date_sp dd{
		padding-left: 0;
		padding-top: 5px;
	}
	.linkD li{
		display: block;
		width:calc(100% - 20px);
	}
	.linkE li{
		display: block;
		width: calc(100% - 20px);
	}
	.linkF li{
		
	}
	.linkF li.li_txt{
	display: block;
}
	ul.flexC,ul.flexL{
	flex-direction: column;
		justify-content: center;
	}
	ul.flexC li img,ul.flexL li img {
		width: 100%;
		height: auto;
	}
	ul.flex_column{
	flex-direction: column;
		justify-content: center;
	}
	ul.flex_column li {
		width: 100%;
		margin:10px 0;
	}
	ul.flex_column li:nth-child(even){
		margin-left: 0;
	}
	ul.flex_column li .left,ul.flex_column li .right{
	width:80%;
	float: none;
		margin: 0 auto;
}
	table.spTbl01 th,table.spTbl01 td{
		display: block;
		border: none;
		
}
	table.spTbl02{
		border: 1px solid #ccc;
		table-layout: fixed;
		display: table;
		border-collapse: inherit;
		padding: 10px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	table.spTbl02 td,table.spTbl02 th{
		border: none;
		border-bottom: 2px solid #ccc;
		background-color: #fff;
	}
	table.spTbl02 td{
		text-align: right;
	}
	.scroll{
		overflow: scroll;
		width: 100%;
	}
	table.spTbl03{
		
		display: table;
		width: 150%;
	}
	.boxAdobe a img:first-child {
    float: left;
    max-width: 40%;
    height: auto;
}
	ul.float_li li{
		width: 100%;
		float: none;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	ul.float_li li:nth-child(even){
		margin-left: 0;
	}
	ul.float_li li:last-child{
		margin-bottom: 0;
	}
	ul.float_li li .txt_box {
    width: 60%;
    margin-left: 3%;
}
	ul.float_li li .img_box {
    width: 37%;
}
	/*.float_box .right,.float_box .left{
		float:none;
	}*/
	ul.category_box li{
		float: none;
		width: 100% !important;
		margin:0;
		border-bottom: 1px solid #fff;
	}
	ul.category_box li a{
		padding:10px;
	}
	ul.category_box li p{
		margin-bottom: 0;
		display: inline-block;
		float: left;
		margin: 10px 0 !important;
		width: calc(100% - 80px);
    text-align: left;
		padding: 0 !important;
		position: static !important;
	}
	ul.category_box li span{
		display: inline-block;
		position: absolute;
		padding:0;
		font-size: 2.5rem;
		height: 40px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
	}
	.float_box p.b-g{
		display: inline-block;
	}
	.float_box p.b-g.color-g{
		
	}
}
@media(max-width:600px){
	
}
/*----初期設定*/

/*ヘッダー竏停・竏停・*/
header .search_over{
	text-align: right;
	padding:10px;
	display: none;
	position: relative;
}
header .search_over .txtFld{
	/*width:calc((100% / 3 ) * 2);20240510*/
}
header ul{
	margin-bottom: 0;
}
header ul{
	padding-left: 0;
}
header .top{position: relative;}
header .top ul.gnv , header .top ul.headerMenu{
	display: table;
	/*width: 100%;20240510*/
	width: auto;/*20240510*/
	margin-left: auto;
	padding:10px 0;
}
header .top ul.headerMenu{
	display: table;
	width: auto;/*20240510*/
	margin-left: auto;
	padding:10px 0;
}
header .top ul.gnv{
	display: table;
	width: 100%;
	padding:10px 0;
}
header .top ul.headerMenu li{
	padding-right: 1em;
	padding-left: 1em;
}
ul.headerMenu a.underL:hover {
	text-decoration: underline;
}
header .top ul li{
	display: table-cell;
	text-align: center;
	list-style: none;
	vertical-align: middle;
	font-size: 1.4rem;
	border-right: 1px solid #b3b3b3;
}
header .top ul li:last-child{
	border-right:none;
}
header .top ul li a{
	text-decoration: none;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: center;
	display: block;
	line-height: 1.3;
}
header .top ul.gnv{ 
	width: 100%;
	padding:0;
	background: #00597b;

}
header .top ul.gnv li{
	width:calc((100% - 4px) / 5);
	border-right: none;
	padding:5px 0;
}
header .top ul.gnv li.active{
	background:  #1A79A4;
}
header .top ul.gnv li:hover{
	background: #1a79a4;
}
header .top ul.gnv li a{
		color: #fff;
	font-size: 1.6rem;
	padding:15px 10px;
}

header .top ul.gnv li:last-child a{
	padding: 5px 10px;
	border-right: none;
}
header .top ul.gnv li a{
	background: none;
	border-right: 1px solid #fff;
}

header .top_logo{
	width: 250px;
	vertical-align: middle;

	display: table;
}
header .top_logo a{
	display: table-cell;
	width:250px;
    vertical-align: middle;
}
header .top_logo img{
	padding:20px;
	padding-right: 0;
	vertical-align: middle;
	display: block;
	width: calc(100% - 20px );
}
header .nav-area , header .top .sub_nav{
	width:calc((100% / 3) * 2);
}
.headerMenu a{
	color: #1a1a1a;
}
#main .top_box{
	background: url(../img/template/main_img.jpg) center no-repeat;;
	position: relative;
	background-size:cover;
}
#main .top_box::before{
	background-color: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
}
#main .top_box .content{
	padding:100px 50px;
	position: relative;
	z-index: 1;
	width: 80%;
	margin: 0 auto;
}
#main .top_box .content .left{
	width:350px;
	position: relative;
}
#main .top_box .content .left a{
	display: block;
	position: absolute;
}
#main .top_box .content .left a img{
	display: block;
}
#main .top_box .content .left a.link01{
	top:0;
}
#main .top_box .content .left a.link02{
	bottom:0;
}
#main .top_box .content .search_box{
	background-color: rgba(255,255,255,0.8);
	width:calc(100% - 400px);
	height: 100%;
	padding:20px 10px;

}
@media(min-width:1025px){
	#main .top_box .content .search_box{
			min-height: 260px;
	}
}
#main .top_box .content .search_box h2#MainContentsArea{
	text-align: center;
	color: #00597b;
	font-weight: bold;
	margin: 10px 0 20px;
	font-size: 3.0rem;
	border-bottom: none;
}
#main .top_box .content .search_box h2#MainContentsArea::after {
    width: 0px;
    height: 0px;
}

#main .top_box .content .search_box ul{
	text-align: center;
	padding-left: 0;
}
#main .top_box .content .search_box ul li{
	list-style: none;
	display: inline-block;
	border: 1px solid #00597b;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	margin-bottom: 10px;
	background: #fff;
	padding:1px 10px;
}
#main .top_box .content .search_box ul li a{
	text-decoration: none;
	display: block;
	color: #00597b;
}
#main .top_box .content .search_box .search{
	border-top: 2px solid #00597b;
	padding:40px 0 20px;
	text-align: center;
	margin-top:30px;
}
#main .top_box .content .search_box .search #image_btn,header .search_over #image_btn01{
	background: url(../img/template/search.png) no-repeat;
	height: 32px;
	width: 32px;
	border: 0;
	background-size: cover;
	vertical-align: middle;
}
#main .top_box .content .search_box .search a span{
	vertical-align: -3px;
	margin: 0 3px;
}
 .search .txtFld,header .search_over .txtFld{
	

	border: 2px solid #00597b;

	vertical-align: middle;
}
header .search_over .txtFld{
	width: 150px;
}
header .search_over a ,.search_box .search a{
	background: url(../img/template/icon11.png)no-repeat left;
	padding:1px;
    padding-left: 24px;
	color: #1a1a1a;
	margin-left: 5px;
	background-position: 0 4px;
}
header .search_over a.backP0 , .search_box .search a.backP0{
	background-position: 0px 0px !important;
}
/*----ヘッダー*/

/*メイン----*/
header .top .sub_nav{
	right:0;
	/*width:80%;*/
	background: rgba(225,235,239,1);
	z-index: -1;
	/*display: none;*/
	display: block;
	opacity: 0;
	transition: 0.5s;
	height: auto;
	/*padding:20px 0;*/
}
header .pc_link:hover > .sub_nav, header .pc_link:focus-within > .sub_nav{
	opacity: 1;
	z-index: 99;
}
header .pc_link:focus-within{
	background: #1a79a4;
}
header .top .sub_nav span.a_line,header .top .sub_nav span.a_line a {
    padding: 0 40px;
    margin-right: 10px;
    font-size: 2.4rem;
    font-weight: bold;
	display: block;
	text-align: left;
	color: #1a1a1a;
}
header .top .sub_nav span.a_line a {
	display: inline-block;
	padding: 0;
	    text-decoration: underline;
    border-right: none!important;
}
header .top .sub_nav span.a_line a:hover{
	background: #c3d7df;	
}
header .top .sub_nav ul{
	padding:50px 20px;
	margin-left: 0;
	display: block;
}
header .top .sub_nav ul li{
	display: inline-block;
	border-right: none;
	color: #1a1a1a;
	float: left;
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
}
header .top .sub_nav ul li a , header .top ul.gnv li .sub_nav ul li a{
	color: #1a1a1a;
	margin:0 10px;
	padding:15px 40px 15px 30px;
	font-size:1.6rem;
	border-right: none;
}
header .top .sub_nav ul li a{
	background: url(../img/template/icon02.png) left no-repeat;
	background-position: 10px 48%;
}
@media(max-width:830px){
header .top .pc_link05 .sub_nav ul li:first-child a.backP{
	background-position: 10px 30px;
}
}
header .top .sub_nav ul li a span{
	    margin-right: 5px;
    vertical-align: middle;
	font-size: 1.8rem;
}
header .top .sub_nav ul li:hover{
	background: #c3d7df;
}
header .top .sub_nav .close{
	top: 0;
    right: 20px;
    padding: 0!important;
    border-right: none;
}
header .top .sub_nav .close img{
	display: block;
}
#main .sub_nav .rela{
	margin:20px 10%;
}
header .top .sub_nav ul.focused {
	display: block;
}
#main .sub_nav a{
	text-decoration: none;
	color:#1a1a1a;
	vertical-align: middle;
	display: inline-block;
}
#main .sub_nav a:hover{
	/*background: #1a79a4;*/
	background: #fff;
}
#main .sub_nav a.a_right{
	margin:0 10px;
	padding:10px 20px;
	font-size:1.6rem;
}
#main .sub_nav span.a_line{
	padding:0 40px;
	margin-right:10px;
	font-size: 2.4rem;
	font-weight: bold;
}
#main .sub_nav .link_list{
	width: 100%;
}
#main .sub_nav .abso{
	top:-20px;
	right:-10%;
	height: 40px;
	width: 40px;
}
#main .top_cont{
	max-width:1000px; 
	margin: 0 auto;
	
}
#main .top_cont ul.tab li{
	list-style: none;
/*	display: inline-block;*/
}
#main .top_cont ul li.hide{
	display: none;
}  
#main .top_cont .cont_nav{
	margin-top:-47px;
	position: relative;
	z-index: 2;
}
#main .top_cont .cont_nav li{
	background-color: #f7f7f7;
	font-size:1.8rem;
	padding:10px 50px;
	color: #fff;
	box-shadow:0px 0px 16px 1px #adadad;
-moz-box-shadow:0px 0px 16px 1px #adadad;
-webkit-box-shadow:0px 0px 16px 1px #adadad;
}

#main .top_cont .cont_nav li.active{
	background-color: #00597b;
	color:#1a1a1a;
}
#main .top_cont .cont_nav li a{
/*	display: block;*/
	text-decoration: none;
	color: #fff;
}
#main .top_cont .cont_nav li.active a{
	color: #1a1a1a;
}
#main .cont_box{
	position: relative;
}
.border-btn{
	top:0px;
	right:0;
	border: 1px solid #00597b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 0 5px;
	display: inline-block;
	background: #fff;
	vertical-align: top;
}
.border-btn.color-blue{
	background: #00597b;
}
.border-btn.color-blue a{
	color: #fff;
}
.border-btn a{
	display: block;
	padding:5px;
	color: #00597b;
	line-height: 1;
	text-decoration: none;
}
.border-btn a span{
	margin-right: 5px;
	font-size: 90%;
}
.abso a{
	margin-bottom: 0;
}
#main .cont_box .abso .mail{
	vertical-align: -3px;
	margin-right: 3px;
}
#main .cont_box .abso .yaji{
	/*vertical-align: -3px;*/
	margin-right: 3px;
}
#main .cont_box a.meti_link{
	text-align: center;
	color:#fff;
	width: 100%;
	padding:10px 0;
	background: #006c8f;
	font-size:2.0rem;
}
#main .cont_box a.meti_link span{
	margin-right: 10px;
}
#main .top_cont .cont_box.shadow_box{
	padding:20px 10px 10px;
	background: #fff;
	box-shadow:0px 8px 16px 0px #ccc;
-moz-box-shadow:0px 8px 16px 0px #ccc;
-webkit-box-shadow:0px 8px 16px 0px #ccc;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
	min-height: 320px;
}
#main .cont_box ul.cont li{
	width:18%;
	/*font-size:0;*/
	vertical-align: top;
	margin-left:1%;
	margin-right: 1%;
	margin-bottom:20px;
	display:inline-block;
	list-style: none;
}
#main .cont_box ul#cont li{
	width:18%;
	/*font-size:0;*/
	vertical-align: top;
	margin-left:1%;
	margin-right: 1%;
	margin-bottom:20px;
	display:inline-block;
	list-style: none;
}
/*#main .cont_box ul.cont li:nth-child(6){
	margin-left: 0;
}*/
#main .cont_box ul li.break{
	margin-left:0;
}
/*#main .cont_box ul.cont li:first-child{
	margin-left: 0;
}*/
#main .cont_box ul.cont li img{
	width: 175px;
	height: 117px;
	overflow: hidden;
	margin-bottom: 10px;
}
#main .cont_box ul#cont li img{
	width: 175px;
	height: 117px;
	overflow: hidden;
	margin-bottom: 10px;
}
#main .cont_box ul.release{
}
#main .cont_box ul.release li{
	display: block;
	font-size: 1.6rem;
	width: 100%;
	margin-left: 0 !important;
	border-bottom: 1px dotted #1a1a1a;
	padding: 20px 0;
}
#main .cont_box ul.release li:first-child{
	padding-top:10px;
}
#main .cont_box ul.release li:last-child{
	border-bottom: none;
}
#main .cont_box ul.release li span{
	display: inline;
}
#main .cont_box ul.release li a{
	display:inline-block;
	margin-left: 10px;
	text-decoration: underline;
}
#main .cont_box dl.release a:hover{
	color:#00597B;
}
#main .cont_box li.tab_li a.release_all{
	text-align: center;
	color: #fff;
	background: #00597B;
	width: 100%;
	padding:10px 0;
	display: block;
}
#main .cont_box li.tab_li a.release_all:focus{
border:1px dotted #000;
}
#main .cont_box a{
	text-decoration: none;
}
#main .cont_box ul li p{
	
	text-decoration: none;
	font-size: 1.4rem;
	text-align: left;
	word-break:break-all;
}
#main .cont_box ul li p.entext{
	text-decoration: none;
	font-size: 1.4rem;
	text-align: left;
	word-break: normal !important;
}
header .top ul.gnv li a.u-line:hover , header .top ul.gnv li a.u-line:focus{
	text-decoration: underline;
}
.line{
}
#main .cont_box ul{text-align: left ; list-style: none; padding-left: 0;}
ul li.bg01{
	background: #1d3a8b;
}
ul li.bg02{
	background: #4a3876;
}
ul li.bg03{
	background: #a42200;
}
ul li.bg04{
	background: #764f00;
}
ul li.bg05{
	background: #3d5b00;
}
ul li.bg06{
	background: #02655d;
}
ul li.bg07{
	background: #3c7ca6;
}

#main .cont_box ul.news{
	text-align: left;
}
#main .cont_box ul.news li{
	border-bottom: 2px dotted #1a1a1a;
	color: #1a1a1a;
	width: calc(50% - 10px);
	font-size: 1.4rem;
	margin-left: 0;
	display: block;
	float: left;
	padding-bottom: 10px;
	margin-bottom:10px;

}
#main .cont_box ul.news li span{
	display: block;
	float: left;
}
#main .cont_box ul.news li:nth-child(even){
	margin-left: 20px;
}
#main .cont_box ul.news li a{
	margin-left: 15px;
	color: #1a1a1a;
	text-decoration: underline;
	float: left;
}
#main .cont_box ul.news li a:hover{
	color:#00597B;
}
#main .link_area{
	margin: 30px 0 0px;
}
#main .link_area ul li{
	width: 22%;
	margin: 0 0 20px;
	display:inline-block;
	text-align: center;
	margin-left:4%;
}
#main .link_area ul li:first-child , #main .link_area ul li:nth-child(5){
	margin-left: 0;
}
/*#main .link_area ul li:nth-child(6){
	margin-left: 4%;
}*/
#main .link_area ul li img{
	width: 100%;
	height:auto;
}
#main .link_area ul li a{
	background: none;
    padding-right: 0px;
    margin-bottom: 0px;
}

.ban_link{
	text-align: right
}
.ban_link .pc{
	margin-right:10px;
	vertical-align: -2px;
}
#main .cont_box a.mail_link{
	border: 2px solid #006c8f;
	text-align: center;
	padding:10px 0;
	margin: 20px 0;
	color: #006c8f;
}
#main .cont_box a.mail_link span{
	vertical-align: -3px;
	margin-right:5px;
}
#main .sub_area{
	display: none;
}
#main .sub_box{
position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
 	width: 100%;
 	color: #555;
	font-size: 1.6rem;
	background: #FFF;
 	box-sizing: border-box;
	
}
ul.tab{
	margin-bottom: 0;
	padding-left: 0;
}
#main .seisaku_box .sub_area ul li a:hover {
	color:#00597B;
}
#main .seisaku01 .sub_box{
 	border: solid 3px #1d3a8b;
}
#main .seisaku02 .sub_box{
 	border: solid 3px #4a3876;
}
#main .seisaku03 .sub_box{
 	border: solid 3px #a42200;
}
#main .seisaku04 .sub_box{
 	border: solid 3px #764f00;
}
#main .seisaku05 .sub_box{
 	border: solid 3px #3d5b00;
}
#main .seisaku06 .sub_box{
 	border: solid 3px #02655d;
}
#main .seisaku01 .sub_box::before{
	content: "";
	position: absolute;
	top: -40px;
	left: 9%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 28px solid #1d3a8b;
 	z-index: 2;
}
#main .seisaku02 .sub_box::before{
	content: "";
	position: absolute;
	top: -40px;
	left: 25%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 28px solid #4a3876;
 	z-index: 2;
}
#main .seisaku03 .sub_box::before{
	content: "";
	position: absolute;
	top: -40px;
	left: 42%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 28px solid #a42200;
 	z-index: 2;
}
#main .seisaku04 .sub_box::before{
	content: "";
	position: absolute;
	top: -40px;
	left: 58%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 28px solid #764f00;
 	z-index: 2;
}
#main .seisaku05 .sub_box::before{
	content: "";
	position: absolute;
	top: -40px;
	left: 74%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 28px solid #3d5b00;
 	z-index: 2;
}
#main .seisaku06 .sub_box::before{
	content: "";
	position: absolute;
	top: -40px;
	left: 90%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 28px solid #02655d;
 	z-index: 2;
}
#main .sub_box .table{
	display: table;
}
#main .sub_box .left {
	width:100px;
	padding-right: 10px;
	border-right: 2px solid #ccc;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#main .sub_box .left p{
	margin-bottom: 0;
}
#main .seisaku03 .sub_box .left img{
	margin:50px 0;
}
#main .sub_box .left img{
	width: 100%;
}
#main .sub_box .right{
	width: calc(100% - 100px);
	display: table-cell;
	float: none;
	padding-left:10px;
	vertical-align: middle;
	padding-top: 10px;
}
#main .sub_box .left span{
	font-size:2.18rem;
}

#main .seisaku01 .sub_box .left p,#main .seisaku01 .sub_box .left span{
	color:#1d3a8b;
	
}
#main .seisaku02 .sub_box .left p,#main .seisaku02 .sub_box .left span{
	color:#4a3876;
}
#main .seisaku03 .sub_box .left p,#main .seisaku03 .sub_box .left span{
	color:#a42200;
}
#main .seisaku04 .sub_box .left p,#main .seisaku04 .sub_box .left span{
	color: #764f00;
}
#main .seisaku05 .sub_box .left p,#main .seisaku05 .sub_box .left span{
	color:#3d5b00;
}
#main .seisaku06 .sub_box .left p,#main .seisaku06 .sub_box .left span{
	color: #02655d;
}
#main .cont_box .sub_box ul li{
	margin-right: 30px;
	margin-bottom: 10px;
	padding-left:20px;
	display: inline-block;
}
#main .seisaku01 .sub_box ul li{
	background: url(../img/template/icon08_bg01.png)no-repeat left ;
	
}
#main .seisaku02 .sub_box ul li{
	background: url(../img/template/icon08_bg02.png)no-repeat left;
}
#main .seisaku03 .sub_box ul li{
	background: url(../img/template/icon08_bg03.png)no-repeat left;
}
#main .seisaku04 .sub_box ul li{
	background: url(../img/template/icon08_bg04.png)no-repeat left;
}
#main .seisaku05 .sub_box ul li{
	background: url(../img/template/icon08_bg05.png)no-repeat left ;
}
#main .seisaku06 .sub_box ul li{
	background: url(../img/template/icon08_bg06.png)no-repeat left;
}

#main .cont_box .sub_box ul li a{
	text-decoration: underline;
}
#main .sub_box ul li{
	background-position: 0 4px!important;
}
#main .sub_box ul li.backP0{
	background-position: 0px 0px!important;
}
.sub_box span img{
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
/*----メイン*/

/*フッター----*/
footer{
	margin: 20px 0 40px;
	text-align: center;
	position: relative;
}
footer .sns_links{
	background: #00597b;
	text-align: center;
	padding:5px 0;
	margin-bottom:20px;
}
footer .sns_links ul {
	margin-bottom: 0;
	padding-left: 0;
}
footer .sns_links ul li{
	display: inline-block;
	margin-left:100px;
	vertical-align: middle;
}

footer .sns_links ul li:first-child{
	margin-left: 0;
}
footer .sns_links ul li span{
	vertical-align: middle;
}
footer .sns_links ul li a{
	text-decoration: none;
	color:#fff;
	font-size:2.18rem;
}
footer ul li{
	display: inline-block;
}
footer ul.link_area{
	margin-bottom:20px;
}
footer ul.link_area li{
	border-left: 1px solid ;
	padding:0 10px;
	text-align: center;
}
footer ul.link_area li a{
	color:#1a1a1a;
}
footer ul.link_area li a:hover{
	color:#00597B;
}
footer ul.link_area li:first-child{
	border-left: none;
}

footer p{
margin-bottom:10px;	
}
footer .return{
	text-align: right;
	margin-right: 20px;
	margin-bottom:30px;
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;

}
footer .return span{
	vertical-align: -2px;
	margin-right: 3px;
}
footer .return a{
	text-decoration: none;
	color: #00597b;
	border: 2px solid #00597b;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding:5px;
	background: #fff;
}
	input{
		/* -webkit-appearance: none; */
  		 border-radius: 0;
	}
#main .top_box .content .left.under1024{
	display: none;
}
@media(max-width:1024px){
	#main .top_box .content .left,#main .top_box .content .right{
		float: none;
	}
	#main .top_box .content .search_box{
		width: calc(100% - 20px);
	}
		#main .top_box .content .left a{
		position: static;
	}
	#main .top_box .content .left.under1024{
	display: block;
}
	#main .top_box .content .left.over1024{
	display: none;
}
	#main .top_box .content .left{
		width: 100%;
		margin-top: 20px;
	}
	#main .top_box .content .left a{
		float: left;
	}
	#main .top_box .content .left a:last-child{
		float: right;
	}
}
@media(max-width:999px){
	#main .cont_box ul.cont li{
		width: 23%;
	}
	#main .cont_box ul#cont li{
		width: 23%;
	}
/*	_:-ms-lang(x), _::-webkit-meter-bar,#main .cont_box ul.cont li{
		margin-left: calc((100% - 705px) / 3)
	}*/
/*	#main .cont_box ul.cont li:nth-child(6){
		margin-left: calc((100% - 700px) / 3)	
	}*/
/*	#main .cont_box ul.cont li:nth-child(5),#main .cont_box ul.cont li:nth-child(9){
		margin-left: 0;
	}*/
	.cont_box{
		width: 95%;
		margin: 0 auto;
	}
	#main .link_area{
		width: 95%;
		margin: 30px auto 0;
	}
	#main .link_area ul{
		width: 100%;
	}
	#main .link_area ul li{
		margin: 0 0 20px 3% !important;
	}
		#main .top_cont .cont_nav{
		margin: 10px auto 0;
		width: calc(95% + 20px);
		
	}


}
@media(max-width:890px){
	#main .top_box .content .left a{
		width: 48%;
	}
	#main .top_box .content .left a img{
		width: 100%;
		height: auto;
	}
}
@media(max-width:768px){
	dt{
		float: none;
		padding: 0;
		
	}
	dd{
		padding-left: 0;
		padding-top:0;
		margin-bottom: 20px;
	}
	.pc{
		display: none;
	}
	.sp{
		display: flex;
		align-items: center;
		column-gap: 0.5em;
		justify-content: right;
	}
	header{
		position: relative;
	}
	header .left{

	}
	header .top_logo{
		width:210px;
	}
	header .top_logo a{
		width: 100%;
	}
	header .top_logo img{
		width: calc(100% - 20px);
	}
	header .nav-area{
		text-align: right;
		vertical-align: middle;
		height: 100%;
		padding:25px 0 0; 
	}
	header .nav-area a{
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		width: 40px;
	}
	header .nav-area a span{
		vertical-align: middle;
	}
	header .nav-area img{
		display: block;
		vertical-align: middle;
	}
	#main .top_box{
		background: none;
		background-color: #00597b;
	}
	#main .top_box .content{
		padding:0;
		color:#fff;
		width: 100%;
	}
	#main .top_box .content .search_box .search .txtFld, header .search_over .txtFld,#tool2011_news .txtFld{
		/*width: 250px;20240510*/
		width: 150px;20240510*/
	}
	.search_box h2#MainContentsArea{
		color: #FFF !important;
		font-size:2.6rem !important;
		margin-top: 0 !important;
	}
	#main .top_box .content .search_box ul li{
		border: 1px solid #FFF;
		background-color: #FFF;
	}
	#main .top_box .content .search_box ul li a{
	
	}
	#main .top_box .content .search_box{
		background-color: #006c8f;
		padding:20px 0 0;
		width: 100%;
	}
	#main .top_box .content .search_box .search{
		background: #8cbdcc;
		border: 0;
		padding:24px 0;
		margin-top:20px;
	}
	#main .top_box .content .left{
		background: #fff;
		margin: 0 auto;
		padding-top:10px;
		width: 100%;
		
	}
	#main .top_box .content .left a{
		width: 50%;
	}
	#main .top_cont .cont_nav{
		margin: 10px auto 0;
		width: 95%;
	}
	#main .top_cont .cont_box.shadow_box{
			width: calc(95% - 20px);

	}
	#main .top_box .content .left.under1024{
	display: none;
}
	#main .top_cont .cont_nav li{
		padding: 10px 10%;
	}
	#main .cont_box ul{
	
	}
	#main .cont_box ul.cont li{
		
		width:100%;
		margin-bottom: 10px;
		margin-left:0 !important;
		vertical-align: middle;
		border-bottom: 2px dotted #1a1a1a;
	}	
	#main .cont_box ul.cont li:last-child{
		border-bottom: none;
	}
	#main .cont_box ul.cont li a{
		display: table;
		table-layout: fixed;
		border-collapse: collapse;
	}
	#main .cont_box ul.cont li .sum{
		display: table-cell;
		width: 35%;
		vertical-align: middle;
	}
	#main .cont_box ul.cont li img{
		
		width:100%;
		height:auto;
	}
	#main .cont_box ul#cont li{
		
		width:100%;
		margin-bottom: 10px;
		margin-left:0 !important;
		vertical-align: middle;
		border-bottom: 2px dotted #1a1a1a;
	}	
	#main .cont_box ul#cont li:last-child{
		border-bottom: none;
	}
	#main .cont_box ul#cont li a{
		display: table;
		table-layout: fixed;
		border-collapse: collapse;
	}
	#main .cont_box ul#cont li .sum{
		display: table-cell;
		width: 35%;
		vertical-align: middle;
	}
	#main .cont_box ul#cont li img{
		
		width:100%;
		height:auto;
	}

	
	#main .cont_box ul li p{
		
		width:65%;
		padding-left: 10px;
		vertical-align: middle;
		display: table-cell;
	}
	#main .cont_box ul.seisaku_link{
		display: block;
		width: 100%;
	}
	#main .cont_box ul.seisaku_link li{
		display: block;
		margin-bottom: 10px;
		width: 32%;
		float: left;
		margin-left:2%;
		padding: 0;
	}
	#main .cont_box ul.seisaku_link li:first-child , #main .cont_box ul.seisaku_link li:nth-child(4){
		margin: 0;
	}
	#main .cont_box ul.seisaku_link li img{
		margin-bottom: 0;
	}
	#main .cont_box ul.news li{
		float: none;
		width:100%;
	}
	#main .cont_box ul.news li a{
		display: block;
		margin-left: 5px;
		zoom: 1;	/* IE6以前に対応 */
	}
	#main .cont_box ul.news li span{
		float: none;
	}
	#main .cont_box ul.news li:nth-child(even){
		margin-left: 0;
	}
	#main .cont_box.link_area ul li{
		width:48%;
		vertical-align: middle;
		display: inline-block;
		/*display: block;*/
		margin-left: 0 !important;
		/*float: left;*/
		border-bottom: none;
	}
	#main .cont_box.link_area ul li:nth-child(even){
		/*float: right;*/
		margin-left: 4% !important;
	}
	#main .cont_box.link_area ul li img{
		height: auto;
		width: 100%;
	}
	#main .cont_box ul.seisaku_link li{
		border-bottom: none;
		position: relative;
	}
	#main .cont_box ul.seisaku_link li span{
		font-size: 3.125rem;	
	}
	#main .cont_box ul.seisaku_link li p{
		margin: 10px auto 0;
		padding: 0;
		width: 95%;
		
	}
	/*#main .cont_box.link_area ul li:nth-child(4) img{
		height: 80px;
		width: auto;
	}*/
	#main .cont_box.link_area ul li:nth-child(6){
		margin-left: 0;
	}
	#main .ban_link{
		text-align: center;
		border: 2px solid #006c8f;
		width:95%;
		margin:0 auto;
	}
	#main .ban_link a{
		text-decoration: none;
		display: block;
		color:#006c8f;
		padding:10px 0;
	}
	#main .ban_link a .sp{
		display: inline;
		margin-right:10px;
		vertical-align: middle;
	}
	#main .cont_box .sub_area.seisaku01,#main .cont_box .sub_area.seisaku02,#main .cont_box .sub_area.seisaku03{
		position: absolute;
		/*top:285px;*/
		left: 0;
		z-index: 4;
		width: 100%;
	}
		#main .cont_box .sub_area.seisaku04,#main .cont_box .sub_area.seisaku05,#main .cont_box .sub_area.seisaku06{
		position: absolute;
		/*top:515px;*/
		left: 0;
		z-index: 4;
		width: 100%;
	}

	#main .cont_box .seisaku01 .sub_box::before{
		left:16%;
	}
	#main .cont_box .seisaku02 .sub_box::before{
		left:50%;
	}
	#main .cont_box .seisaku03 .sub_box::before{
		left:84%;
	}
	
	#main .cont_box .seisaku04 .sub_box::before{
		left:16%;
	}
	#main .cont_box .seisaku05 .sub_box::before{
		left:50%;
	}
	#main .cont_box .seisaku06 .sub_box::before{
		left:84%;
	}

	
	#main .cont_box .sub_box{
		width: 100%;
		background: #fff;
	}
	#main .cont_box .sub_box .left{
		display: none;
	}
	#main .cont_box .sub_box .right{
		float: none;
		width: 100%;
	}
	#main .cont_box .sub_box ul li{
		display: block;
	}
	footer{
		font-size: 1.3rem;
	}
	footer .sns_links{
		padding:5px 20px;
		margin-bottom: 10px;
	}
	footer .sns_links ul li{
		margin-left: calc((100% - 240px) /4);
		width:40px;
	}
	footer .sns_links ul li img{
		width:100%;
		height: auto;
	}
	footer ul.link_area{
		text-align: left;
			margin-bottom: 0;
			padding:10px;
	}
	footer p{
		text-align: left;
		padding: 0 10px;
	}
	/*ヘッダーメニュー*/
	header .sp_nav{
		width: 100%;
		display: none;
		position: absolute;
		top:90px;
		left: 0;
		z-index: 10;
		background: #fff;
	}
	header .sp_nav a:hover{
	opacity: 0.9;
   filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
}
	header .sp_nav ul{
		list-style-position: outside;
		list-style: none;
	}
	header .sp_nav ul ul{
		margin-left:0;
	}
	header .sp_nav ul li{
		width: 100%;
		background: #006c8f;
	}
	header .sp_nav ul li a{
		color: #fff;
		padding:10px;
		position: relative;
		border-bottom:1px solid #fff;
		display: block;text-decoration: none;
		
	}
	header .sp_nav ul li span.menu_icn{
		position: absolute;
		top:0;
		bottom:0;
		margin:auto;
		font-size: 2.0rem;
		height: 20px;
		width: 20px;
		right:10px;
		margin: auto;
		line-height: 1;
		font-weight: bold;
	}
	header .sp_nav ul li span.menu_icn span{
		font-size: 1.5rem;
	}
	header .sp_nav ul li span.on{
		display: none;
	}
	header .sp_nav ul li span.off{
		display: block;
	}
	header .sp_nav ul li.active span.on{
		display: block;
	}
	header .sp_nav ul li.active span.off{
		display: none;
	}
	header .sp_nav ul li.active {
		background: #8cbdcc;
	}
	header .sp_nav ul li.active a{
		color: #1a1a1a;
	}
	header .sp_nav .sp_sub{
		display: none;
	}
	header .sp_nav .sp_sub li{
		position: relative;
	}

	header .sp_nav .sp_sub li a{
		background: #c3d7df;
		color: #1a1a1a;
		padding-left: 20px;
		border-bottom: 1px solid #1a1a1a;
	}
	header .sp_nav .sp_sub li a{
		margin-bottom: 0;
	}
	header .sp_nav .sp_sub li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #006c8f;
		border-right: solid 2px #006c8f;
		-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
	}
	header .sp_nav .bottom_menu{
		padding:10px;
		font-size: 0em;
		list-style: none;
		list-style-position: inside;
	}
	header .sp_nav .bottom_menu li{
		width: calc(48% - 2px);
		display: inline-block;
		color: #006c8f;
		border: 1px solid #006c8f;
		vertical-align: top;
		margin-bottom: 10px;
		font-size: 1.6rem;
		list-style: none;
	}
	header .sp_nav .bottom_menu li a{
		color: #006c8f;
		background: #fff;
		text-align: center;
		line-height: 2;
		vertical-align: middle;
	}
	header .sp_nav .bottom_menu li:last-child a{
		line-height: 1;
		
	}
	header .sp_nav .bottom_menu li:nth-child(even){
		margin-left: 4%;
	}
	header .sp_nav a.close{
		 text-align: center;
		background: #006c8f;
		color: #fff;
		text-decoration: none;
		padding:10px 0;
		display: block;
		width: 100%;
	}
	
	header a.sp_menu {
		font-size: 4.0rem;
		line-height: 1;
		
	}
	header .search_spbtn {text-decoration: none; }
	header a.sp_menu span.menu_img , header .search_spbtn span.search_img{
		display: inline-block;
	}
	header a.sp_menu span.menu_img_on , header .search_spbtn span.search_img_on{
		display: none;
	}
	header a.sp_menu.active span.menu_img , header .search_spbtn.active span.search_img{
		display: none;
	}
	header a.sp_menu.active span.menu_img_on , header .search_spbtn.active span.search_img_on{
		display: inline-block;
		padding: 5px;
	}
	 header .search_sp{
		display: none;
		 position: absolute;
		 top:90px;
		 left: 0;
		 z-index: 10;
		 background: #fff;
		 width: 100%;
		 text-align: center;
		 
	}
	header .search_sp input.txtFld{
		width: 250px;
		
		border: 2px solid #00597b;
		font-size: 1.6rem;
		-webkit-appearance: none;
  		 border-radius: 0;

	}
	header .search_sp #image_btn02{
		background: url(../img/template/search.png) no-repeat;
		height: 34px;
		width: 34px;
		border: 0;
		background-size: cover;
		vertical-align: bottom;
		
	}
	header .search_sp .search_box{
		margin:20px 0 10px;
	}
	header .search_sp a.more{
		text-align: right;
		margin-right: 20px;
		background: url(../img/template/icon11.png)no-repeat left;
    padding-left: 20px;
	color: #1a1a1a;
		display: inline-block;
		float: right;

	}
	header .search_sp a.close{
		text-align: center;
		background: #006c8f;
		color: #fff;
		text-decoration: none;
		padding:10px 0;
		display: block;
		width: 100%;
		margin-top:20px;
	}
	footer ul.link_area li{
		margin-bottom:10px;
	}
}

/*0731追記*/

.search_box{
	display: inline-block;
}

.bnrs a img{
	
	vertical-align: 50%;
}
.bnrs a{
	display: block;
}
.w1000{
	width:1000px;
	margin:0 auto 10px;
}

/*0810追記守分*/

.singi_a a{
		color: #1a1a1a;
}
/*.tab_areas .tab ul li{
	padding-bottom: 10px;
    margin-bottom: 10px;
	border-bottom: 2px solid #ddd;
	list-style: none;
}*/
.tab_areas{
	border: 2px solid #ccc;
	margin-top:30px;
	margin-bottom: 20px;
}
.tab_areas .tab ul li span{
	margin-right: 10px;
}
.tab_areas .tab ul li a{
	color: #1a1a1a;
}
.tab_areas .tab ul li a:hover{color: #00597B;}
ul.tab_li{
	list-style: none;
	padding-left: 0;
}
.tab_areas .tab{
	border-top: none;
	padding:12px 15px 0px;
	margin-bottom: 20px;
}
.tab_nav{
	border-bottom: 2px solid #ccc;
}
.tab_nav ul{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.tab_nav ul li{
	float: left;
}
.tab_nav ul li{
	width: 33.33%;
	text-align: center;
	padding:5px 0;
}
.tab_nav ul li a{
	text-decoration: none;
	color: #1a1a1a;
	display: block;
	border-left: 2px solid #ccc;
	padding:10px 0;
	font-weight: bold;
}
.tab_nav ul li.active{
	background: #1a79a4;
}
.tab_nav ul li.active a{
	color: #fff;
	border-left: none;
}
.tab_nav ul li a.b-none{
	border-left: none;
}
.alignR{
	text-align: right;
}
.tab_box a.history{
	background: url(../img/template/icon08.png)no-repeat left ;
    padding-left: 20px;
	float: right;
	color: #1a1a1a;
}
.b-top{
	border-top:1px solid #ccc;
	margin-top:40px;
	padding:10px 0 0;
}




.tab h3{
	border-bottom: 2px solid #138fc2;
	margin-bottom:20px;
}
.tab_search .search_box{
	display: block;
	text-align: center;
	margin: 10px 0;
}
.tab_search .search_box p{
	display: inline-block;
}
.tab_search .search_box input.s_box{
	width:300px;
	margin: 0 10px;
	padding:5px;
	display: inline-block;
}
.tab_search .search_box input.btn{
	background: #107AA5;
	color: #fff;
	padding: 5px 20px;
	border: none;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	display: inline-block;
}

.tab_areas .tab .box03 table{
	width: 100%;
}
.tab_areas .tab .box03 td{
	width: 50%;
	text-align: left;
	padding-bottom: 10px;
}
.tab_areas .tab .box03 td a{
	background: url(../img/template/icon08.png)no-repeat left ;
    padding-left: 20px;
	color: #1a1a1a;

}
.tab_areas li.tab_cont{
	border-bottom: none !important;
}
.tab_areas li.tab_cont.hide{
	display: none;
}
/*.tab_areas .tab .box01,.tab_areas .tab .box02,.tab_areas .tab .box03{
	display: none;
}
*/
.bg-g{
	background: #f2f6f5;
	padding:10px 0 20px;
	position: relative;
	margin-bottom:15px;
}
.bg-g .btn{
	/*position: absolute;
	top:10px;
	right: 10px;*/
	float: right;
    
    text-align: right;
}
.bg-g h1{
	margin:10px 0;
}
.bg-g .btn a{
	display: inline-block;

}
.btn_en{
	display: inline-block;
	float: right;
	
}
.pan a {
	color: #1a1a1a;
}
.pan p{
	font-size: 90%;
	margin-bottom:20px;
}


.speech{
	margin-top: 30px;
}
.border-b{
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;

}

a.speech_link{
	background: url(../img/template/icon12.png)no-repeat left ;
    padding-left: 20px;
	color: #1a1a1a;
	margin:10px ;
	display: inline-block;
}
.speech li{
	list-style: none;
	
}
#speech01 li{
	float: left;
	margin-right:50px;
	margin-bottom: 10px;
}
.speech #speech01 a{
	background: url(../img/template/icon08.png)no-repeat left ;
    padding-left: 20px;
}
.speech_box{
	margin-top: 30px;
}
.speech .list li{
	float: none;
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    list-style: none;
}
.speech .list li span{
	margin-right: 10px;
}
.speech a.icn{
	background: url(../img/template/icon08.png)no-repeat left ;
    padding-left: 20px;
}
.speech_list h3{
	width: 100%;
	border-bottom: 2px solid #138fc2;
	margin-bottom:20px;
}
.speech_list ul{
	margin: 0 auto 20px;
	width: 95%;
}
.speech_list li{
	
	float: left;
	margin-right: 30px;
	margin-bottom:10px;
	
}
.speech_list li a{
	background: url(../img/template/icon08.png)no-repeat left ;
    padding-left: 20px;
}
.sigen li{
	background: url(../img/template/icon08.png)no-repeat left ;
    padding-left: 20px;
	margin-bottom:10px;
}
.gaiyou_box h3{
	width: 100%;
	border-bottom: 2px solid #138fc2;
	margin-bottom:10px;
	padding-bottom: 5px;
}
.gaiyou_box p{
	margin-bottom: 30px;
}
.gaiyou_p{
	margin-top:20px;
	margin-bottom: -30px;
}
.archive_area ul li{
	list-style: none;
}
.archive_area ul li a{
	color: #1a1a1a;
}
.archive_area ul li a:hover{color: #00597B;}
.archive_mo ul{
	padding-left: 0;
	list-style: none;
}
.mo_link {
	margin-bottom:20px;
}
.mo_link ul{
	padding-left: 0;
	list-style: none;
}
.mo_link ul li{
	float: left;
	width: 14%;
	text-align: center;
	margin-left: 3.2%;
	margin-bottom:10px;
	list-style: none;
}
.mo_link ul li a{
	border: 2px solid #ccc;
	display: block;
	padding:10px 0;
	color: #ccc;
	text-decoration: none;
}
.mo_link ul li a:hover{
	background: #eff3f5;
	border: 2px solid #138fc2;
	color: #138fc2;
}
.mo_link ul li.no_link a:hover{
	background: #fff;
	border: 2px solid #ccc;
	color: #ccc;
}
.mo_link ul li.active a{
	border: 2px solid #b3b3b3;
	color: #1a1a1a;
}
.mo_link ul li.active a:hover{
	border: 2px solid #138fc2;
	color: #138fc2;
}
.mo_link ul li:first-child,.mo_link ul li:nth-child(7){
	margin-left: 0;
	
}
.archive_area .archive_mo h3{
	width: 100%;
	border-bottom: 2px solid #138fc2;
	margin-bottom:10px;
	padding-bottom: 5px;
}
.archive_mo ul li ul{
	width: 98%;
	margin: 0 auto;
}
/*.archive_mo ul li.mo{
	display: none;
}*/
.archive_mo ul li.mo.active{
	display: block;
}
.archive_mo ul.mo_inner li{
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;

}
.archive_mo ul.mo_inner li span{
	margin-right:10px;
}
.news_log h3{
	width: 100%;
	border-bottom: 2px solid #138fc2;
	margin-bottom:10px;
	padding-bottom: 5px;
}
.news_log ul li{
	background: url(../img/template/icon08.png)no-repeat left ;
    padding-left: 20px;
	margin-bottom:10px;
}
.archive{
	margin-top:30px;
}
@media(max-width:1000px){
	.w1000{
		width: calc(95% + 20px);
	}
}
@media(max-width:768px){
	.w1000{
		width: 95%;
	}
	.tab_areas li span{
		display: block;
	}
	.tab_areas .tab .box03 td{
		display: block;
		width: 100%;
	}
	.tab_search .search_box p{
		display: block;
	}
#speech01 li{
	float: left;
	margin-right:0;
	width: 50%;
	text-align: left;
	margin-bottom: 10px;
}
	.speech .list li span{
		display: block;
	}
	.speech_list li{
		width: 50%;
		margin-right: 0;
	}
	.archive_mo ul li.mo span{
		display: block;
	}
	.bg-g .btn a.pc{
		display: none;
	}
	.bg-g .btn{
		position: static;
		text-align: right;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.mo_link ul li{
		width:31%;
	}
	.mo_link ul li:nth-child(4),.mo_link ul li:nth-child(7),.mo_link ul li:nth-child(10){
		clear: both;
		margin-left: 0;
	}
	.tab_search .search_box{
		text-align: left;
		padding-left: 10px;
	}
}

ul.sigen{
	margin:20px 0 30px;
}
a.icon_a{
	background: url(../img/template/icon08.png)no-repeat left ;
    padding-left: 20px;
	margin-left: 10px;
}
/*header .top ul li span{
	padding: 10px;
	display: block;
}*/
header .top ul li a.size_a{
	padding:0 2px;
	margin-left:5px;
	display: inline-block;
	border-right: none;
	background: #ccc;
	color: #1a1a1a;
}
header .top ul li a.size_a.active{
	background: #696969;
		color: #fff;
}
.return{
	position: fixed;
	
}
/*ie用ハック*/
/*@media all and (-ms-high-contrast:none){
	footer .return a , #main .cont_box .abso a{
		padding: 6px;
		padding-bottom: 0;
	}
	#main .top_box .content .search_box ul li a{
		padding:6px 10px 0px;
	}
	
}*/

/*ie用ハック*/
.g-sch2011 dt,
.g-sch2011 dd,
.g-sch2011 {
	/*margin: 0 0 10px;*/
	/*padding: 1px 5px 1px 30px;*/
	/*float: right;*/
}

* html .g-sch2011 {
	padding: 4px 5px 4px 30px;
	background: none;
}
*+html .g-sch2011 {min-width: 29em;}

dl.g-sch2011 {
	line-height: 1;
	margin-bottom: 0;
}
dl.g-sch2011 dt{
	font-weight: normal;
}
.g-sch2011 dt {
	margin: 0;
	padding: 0 4px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
}
.g-sch2011 dt label {
	margin: 0;
	padding: 0;
	display: block;
	padding: 4px 0px;
}
.g-sch2011 dd {
	font-size: 1em;
	line-height: 1;
	  /*  padding-left: 7em;*/
    text-decoration: none;
    border-bottom:none;
}
.g-sch2011 input {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 1em;
	line-height: 1;
	/*display: block; 20240630*/
}
.g-sch2011 input.btn2011{
	background: url(../img/template/search.png) no-repeat;
	background-size: cover;
	height: calc(2em + 4px);
	width: calc(2em + 4px);
	border: none;
	/*display:block; 20240630*/
	overflow:hidden;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
  /*submitボタンのpadding、borderをリセット*/
  padding: 0;
}

.g-sch2011 input.txtFld {
	width: 150px;
	height: 2em;
    /*margin: 4px 0 0;
	padding: 2px 2px;*/
	vertical-align: top;
	    border: 2px solid #00597b;
}
* html .g-sch2011 input.txtFld {
	margin: 0;
}

.g-sch2011 .frame {
	/*margin: 4px 3px 0 3px;*/
	padding: 0;
	border: none;
}
.g-sch2011 dt,
.g-sch2011 dd,
dl.g-sch2011 dd {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	display: inline-block;
	color: #333;
	font-size: 1em;
	line-height: 1;
	vertical-align: middle;
}
.g-sch2011 dd.more{
	margin:0 10px;
}
.g-sch2011 a{
	color: #1a1a1a;
}


.pan{
	margin-bottom: 15px;
	width: 75%;
	float: left
}
.pan ol{
	padding-left: 0;
	margin-bottom: 0;
}
.pan ol li{
	display: inline;
	list-style-type: none;
	font-size: 1.4rem;
}
.pan ol li a{
	background: url(../img/template/icon01.png) center right no-repeat;
	padding-right:20px;
}
#tool2011_news{
	text-align: center;
    border: 3px solid #ccc;
    padding: 15px 0;
}
@media(max-width:768px){
	.search_box .g-sch2011 dd.more{
		display: none;
	}
	.search_sp .search_box .g-sch2011 dd.more{
		display: block;
		margin:0;
		margin-top: 10px;
		text-align: right;
		
	}
	.search_sp .search_box .g-sch2011 dd.more a{
		background: url(../img/template/icon11.png)no-repeat left;
    padding-left: 24px;
	}
	.pan{
		width:100%;
	}
	#tool2011_news{
		border: none;
		width: 300px;
		margin: 0px auto;
		padding:5px 0;
	}
	#tool2011_news dt{
		display: block;
		text-align: left;
		margin-bottom: 10px;
	}
}
@media(min-width:1200px){
	.bg-g .btn{
		position: absolute;
		right:20px;
		top:10px;
	}
	.pan{
		width: 80%;
	}
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.sns_btn{
	display: inline-block;
	margin-top: 6px;
}
		ul.flexL.box_0919  li{text-align: left;}
		ul.flexL.box_0919  li img{ height:250px; width: auto;}
		ul.flexL.box_0919  li:first-child{width: 346px;}
		ul.flexL.box_0919  li:last-child{width: 242px;}
		@media(max-width:768px){
			ul.flexL.box_0919  li:first-child , ul.flexL li:last-child{width: 100%; margin:0 0 10px;}
			ul.flexL.box_0919  li img{width:100%; height: auto;}
	}
@media(min-width:769px){
	.sp_nav.sp{
		display: none!important;
	}
}
	/*ニュースリースタイトルアイコン*/
	.cateTitle img {
	display:inline-block;
	vertical-align:middle;
	padding-bottom: 5px;
}

/*英語ニュースリリースアイコン
-------------------------------------------------- */
.press_icon {
	border: 1px solid #999999;
	font-size: 80%;
	padding: 0 5px;
}
/*震災ページまるふくマーク
-------------------------------------------------- */
img.iconMaru {
margin-bottom: -5px;
margin-left: 3px;
}
/*大臣の動静ページ
-------------------------------------------------- */
#photoG ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type : none;
  padding-left: 0 !important;
}
#photoG ul li {
	padding : 8px;
	width: 225px;
}
#photoG ul li img {
	width: 225px;
	height: 150px;
}

@media(max-width:768px){
	ul.photoF{
	flex-direction: column;
	justify-content: center;
	}
	#photoG ul li {
	width: 100%;
	margin-bottom: 20px;
	}
	#photoG ul li img {
	width: 100%;
	height: auto;
	}
}

/*横2、下線配置
-------------------------------------------------- */
ul.lineTw {
	display: flex;
	list-style: none;
	padding-left: 10px;
	flex-wrap: wrap;
}
ul.lineTw li{
	width:47%;
	margin: -1px 15px 0 0;
	padding: 10px 5px 5px;
	border-bottom:1px solid #CCC;
}
@media(max-width:768px){
	ul.lineTw{
	flex-direction: column;
	margin-right: 15px;
	}
	ul.lineTw li {
		width: 100%;
		margin:10px 10px 10px 0;
		margin-top: -1px;
		padding: 10px 5px 5px;
		border-bottom:1px solid #CCC;
	}
}

/*English form
-------------------------------------------------- */
form.contactF input.submit_button {
	background-color: #107AA5;
	color: #fff;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
	padding: 10px 25px 25px 25px;
	border: 1px solid #107AA5;
}
form.contactF input {
	height:25px;
	border :1px solid #ccc;
	-webkit-border-radius : 0;
	/*-webkit-appearance : none;*/
}
/*左テキスト右画像配置
-------------------------------------------------- 
@media (min-width: 768px) {
	.containerA {
		display: flex;
		max-width: 1000px;
		max-width: var(--large-width);
		flex:direction: row-reverse;
		margin-left: auto;
		margin-right: auto;
	}
	.containerA .photoR {
		flex: 1;
	}
	.containerA .conL {
		flex: 1;
	}
}
/*2カラム見出し
-------------------------------------------------- */
@media (min-width: 768px) {
	.flexTwo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	}
	.flexTwo > div {
	flex-basis: 48%;
	}
}
/*スマホ用EnglishボタンPC非表示
-------------------------------------------------- */
@media (min-width: 768px){
	.pc_none {
		display: none;
	}
}
/*画像とテキスト横並び
-------------------------------------------------- */
.imgBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.imgBox:nth-child(odd) {
	flex-direction: row-reverse;
}

.imgBox_text {
	width: 65%; /*flex: 2;*/
}
.imgBox_img {
	width: 30%; /*flex: 1;*/
	text-align: center;
}
/*
.imgBox_text h2 {
	margin-bottom: 2rem;
}*/

.imgBox_img img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px){
	.imgBox,
	.imgBox:nth-child(odd)  {
		flex-direction: column;
	}

	.imgBox_text,
	.imgBox_img {
		width: 100%; /*flex: 1;*/
	}

	.imgBox_text {
		padding: 10px;
	}
	.imgBox_img {
	text-align: center;
	}
	.imgBox_img img {
	margin-bottom: 5px;
	}
}
/*画像横並びスマホ改行
-------------------------------------------------- */
ul.flexG{
	display: flex;
	justify-content: center;
	list-style: none;
	padding-left: 0;
	flex-wrap: wrap;
}
ul.flexG li{
	text-align: center;
	margin: 10px;
}
ul.flexG li img{
    clear: both;
    display: block;
    margin: 0 auto;
}
/*js無効時の注意喚起
-------------------------------------------------- */
.jsOn {
	display: block;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	padding: 7px 10px;
	text-align: left;
}



/*政策一覧ボタン装飾
-------------------------------------------------- */
ul.flex-base{
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
}
/*↓背景色↓*/
ul.flex-base li.pBt01 {
	background-color:#1d3a8b;
	margin-right: 10px;
	text-indent:-1em;
	padding-left:1.5em;
}
ul.flex-base li.pBt02 {
	background-color:#4a3876;
	text-indent:-1em;
	padding-left:1.5em;
}
ul.flex-base li.pBt03 {
	background-color:#a42200;
	margin-right: 10px;
	text-indent:-1em;
	padding-left:1.5em;
}
ul.flex-base li.pBt04 {
	background-color: #764f00;
	text-indent:-1em;
	padding-left:1.5em;
}
ul.flex-base li.pBt05 {
	background-color:#3d5b00;
	margin-right: 10px;
	text-indent:-1em;
	padding-left:1.5em;
}
ul.flex-base li.pBt06 {
	background-color: #02655d;
	text-indent:-1em;
	padding-left:1.5em;
}
ul.flex-base li a {
	color:#FFF;
    text-decoration: none;
    display: block;
}
ul.flex-item03 li {
    flex:1 1 100px;
    padding: 5px 0 5px 10px;
    display: block;
}

/*政策一覧
-------------------------------------------------- */
#main .sub_box_policy{
position: relative;
	display: inline-block;
 	margin: 0.5em 0;
	padding: 7px 10px;
 	width: 100%;
 	color: #555;
	font-size: 1.6rem;
	background: #FFF;
 	box-sizing: border-box;
	
}
#main .seisaku_policy01 .sub_box_policy{
 	border: solid 3px #1d3a8b;
}
#main .seisaku_policy02 .sub_box_policy{
 	border: solid 3px #4a3876;
}
#main .seisaku_policy03 .sub_box_policy{
 	border: solid 3px #a42200;
}
#main .seisaku_policy04 .sub_box_policy{
 	border: solid 3px #764f00;
}
#main .seisaku_policy05 .sub_box_policy{
 	border: solid 3px #3d5b00;
}
#main .seisaku_policy06 .sub_box_policy{
 	border: solid 3px #02655d;
}
#main .sub_box_policy .table{
	display: table;
}
#main .sub_box_policy .left {
	width:100px;
	padding-right: 10px;
	border-right: 2px solid #ccc;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#main .sub_box_policy .left p{
	margin-bottom: 0;
}
#main .seisaku_policy03 .sub_box_policy .left img{
	margin:50px 0;
}
#main .sub_box_policy .left img{
	width: 100%;
}
#main .sub_box_policy .right{
	width: calc(100% - 100px);
	display: table-cell;
	float: none;
	padding-left:10px;
	vertical-align: middle;
	padding-top: 10px;
}
#main .sub_box_policy .left span{
	font-size:2.18rem;
}

#main .seisaku_policy01 .sub_box_policy .left p,#main .seisaku_policy01 .sub_box_policy .left span{
	color:#1d3a8b;
	
}
#main .seisaku_policy02 .sub_box_policy .left p,#main .seisaku_policy02 .sub_box_policy .left span{
	color:#4a3876;
}
#main .seisaku_policy03 .sub_box_policy .left p,#main .seisaku_policy03 .sub_box_policy .left span{
	color:#a42200;
}
#main .seisaku_policy04 .sub_box_policy .left p,#main .seisaku_policy04 .sub_box_policy .left span{
	color: #764f00;
}
#main .seisaku_policy05 .sub_box_policy .left p,#main .seisaku_policy05 .sub_box_policy .left span{
	color:#3d5b00;
}
#main .seisaku_policy06 .sub_box_policy .left p,#main .seisaku_policy06 .sub_box_policy .left span{
	color: #02655d;
}
#main .cont_box .sub_box_policy ul li{
	margin-right: 30px;
	margin-bottom: 10px;
	padding-left:20px;
	display: inline-block;
}
#main .seisaku_policy01 .sub_box_policy ul li{
	background: url(../img/template/icon08_bg01.png)no-repeat left ;
	
}
#main .seisaku_policy02 .sub_box_policy ul li{
	background: url(../img/template/icon08_bg02.png)no-repeat left;
}
#main .seisaku_policy03 .sub_box_policy ul li{
	background: url(../img/template/icon08_bg03.png)no-repeat left;
}
#main .seisaku_policy04 .sub_box_policy ul li{
	background: url(../img/template/icon08_bg04.png)no-repeat left;
}
#main .seisaku_policy05 .sub_box_policy ul li{
	background: url(../img/template/icon08_bg05.png)no-repeat left ;
}
#main .seisaku_policy06 .sub_box_policy ul li{
	background: url(../img/template/icon08_bg06.png)no-repeat left;
}

#main .cont_box .sub_box_policy ul li a{
	text-decoration: underline;
}
#main .sub_box_policy ul li{
	background-position: 0 4px!important;
}
#main .sub_box_policy ul li.backP0{
	background-position: 0px 0px!important;
}
.sub_box_policy span img{
	width: 14px;
	height: 14px;
	margin-right: 10px;
}

 
 /*プロフィールページ
-------------------------------------------------- */
.conC .text {
	padding: 20px;
}
.conC .photo_minister {
	min-height: 260px;
	background: url(../intro/minister/images/minister.jpg) no-repeat;
	background-position: top;
	background-size: contain;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.conC .container {
	display: flex;
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
	}
	.conC .photo_minister {
	flex: 0 0 260px;
	margin-top: 30px;
	margin-bottom: -50px;
}
	.conC .textP {
	flex: 1;
	padding: 0 0 20px 40px;
	}
}
.conC .photo_sm01 {
	min-height: 260px;
	background: url(../intro/minister/images/sm01.jpg) no-repeat;
	background-position: top;
	background-size: contain;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.conC .photo_sm01 {
	flex: 0 0 260px;
	margin-top: 30px;
	margin-bottom: -50px;
	}
}
.conC .photo_sm02 {
	min-height: 260px;
	background: url(../intro/minister/images/sm02.jpg) no-repeat;
	background-position: top;
	background-size: contain;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.conC .photo_sm02 {
	flex: 0 0 260px;
	margin-top: 30px;
	margin-bottom: -50px;
	border-radius: 10px 10px 10px 10px;
	}
}
.conC .photo_pv01 {
	min-height: 260px;
	background: url(../intro/minister/images/pv01.jpg) no-repeat;
	background-position: top;
	background-size: contain;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.conC .photo_pv01 {
	flex: 0 0 260px;
	margin-top: 30px;
	margin-bottom: -50px;
	}
}
.conC .photo_pv02 {
	min-height: 260px;
	background: url(../intro/minister/images/pv02.jpg) no-repeat;
	background-position: top;
	background-size: contain;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.conC .photo_pv02 {
	flex: 0 0 260px;
	margin-top: 30px;
	margin-bottom: -50px;
	}
}

/*開催案内
-------------------------------------------------- */
.shingikai_B {
	background-color: #FFDDCC;
	border: 1px solid #DDBBAA;
	padding: 3px 10px;
	margin-right: 10px;
	font-size: 1.2rem;
}
.kenkyukai_B {
	background-color: #DDDDFF;
	border: 1px solid #BBBBEE;
	padding: 3px 10px;
	margin-right: 10px;
	font-size: 1.2rem;
}
dl.date_sp_kaisai {
	margin: 30px 0;
}
dl.date_sp_kaisai dt{
	float: none;
	padding-bottom: 0;
	font-weight: normal;
	}
dl.date_sp_kaisai dd{
	padding-left: 65px;
	padding-top: 5px;
	border-bottom: 1px dotted #1a1a1a;	
}
/* 刊行物 4列 -------------------------------------------------- */
.publicationBox4 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.publicationBox4 div.photoPublicationBox {
  width: calc(25% - 10px);
  margin: 5px;
}
.photoPublicationBox {
  text-align: center;
}
.photoPublicationBox img {
  text-align: center;
  padding: 10px;
}
@media (max-width: 768px) {
  .publicationBox4 div.photoPublicationBox {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .photoPublicationBox {
  	text-align: center;
	}
  .photoPublicationBox img {
  	text-align: center;
  	padding: 10px;
	}
}


 /*刊行物
-------------------------------------------------- */
.conD .text {
	padding: 20px;
}
.conD .photo_publication {
	min-height: 200px;
	margin-top: 20px;
	text-align: center;
}
@media (min-width: 768px) {
	.conD .container {
	display: flex;
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
	}
	.conD .photo_publication {
	flex: 0 0 150px;
	margin-top: 30px;
	margin-bottom: -50px;
}
	.conD .textP {
	flex: 1;
	padding: 0 0 20px 40px;
	}
}

/*フレキシブルイメージ*/
.frexImg {
	display: block;
	max-width: 100%;
	height: auto;
	float: none;
	clear: both;
}
.centerPosT .frexImg {
	margin: 0 auto;
}

/*News release */
.news_release_icon {
    border: 1px solid #999999;
    font-size: 80%;
    padding: 0 5px;
    margin-left: 3px;
}
 /*リスト項目横2列
-------------------------------------------------- */
ul.list_two{
	padding-left: 0;
}
.list_two li{
	display: list-item;
	padding-left:10px;
    display:inline-block;
	width: calc(49% - 30px);
    margin-bottom: 8px;
	margin-right: 10px;
    vertical-align:top; /* 上端揃え */
    padding-left:1em;
    text-indent:-1em;
}
.list_two li::before {
   content: "\25cf";
   font-size: 0.5rem;
   vertical-align: middle;
   padding-right:5px;
}
/* IE6 */
* html ul.list_two li {
    display:inline; /* IEではinline-blockと同じ表現になる */
}
 
/* IE7 */
*+ html ul.list_two li {
    display:inline; /* IEではinline-blockと同じ表現になる */
}

@media(max-width:768px){
	.list_two li{
		display: block;
		width:calc(100% - 20px);
	}
}

/*ボックス
-------------------------------------------------- */
.wakuBox {
    background-color: #f8faf9;
    padding: 1px 25px 10px 25px;
    border: 2px solid #E6E6E6;
    margin-bottom: 20px;
}

/*dl.normal 201908追記～ここから～*/
dl.normal_01 dt{
	font-weight: bold;
	float: left;
	clear: both;
}
dl.normal_01 dd{
	margin-left:5em;
}

dl.normal_02 dt{
	font-weight: bold;
	float: left;
	clear: both;
}
dl.normal_02 dd{
	margin-left:6em;
}

dl.normal_03 dt{
	font-weight: bold;
	float: left;
	clear: both;
}
dl.normal_03 dd{
	margin-left:7em;
}

dl.normal_04 dt{
	font-weight: bold;
	float: left;
	clear: both;
}
dl.normal_04 dd{
	margin-left:8em;
}

dl.normal_05 dt{
	font-weight: bold;
	float: left;
	clear: both;
}
dl.normal_05 dd{
	margin-left:9em;
}

dl.normal_06 dt{
	font-weight: bold;
	float: left;
	clear: both;
}
dl.normal_06 dd{
	margin-left:10em;
}
/*dl.normal 201908追記～ここまで～*/

/*dl.border 202006追記～ここから～*/

dl.border_01 dt{
    font-weight: bold;  
    margin: 20px 0 15px 0;
}

dl.border_01 dd {
    clear: both;
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #a1a1a1;
}

table.state_01 {
    border-collapse: collapse;
    border:none;
}
@media screen and (max-width: 414px) {
  .state_01 {
    width: 100%;
  }
}
.state_01 th {
  border: 1px solid #a1a1a1;
}
.state_01 th, .state_01 td {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #a1a1a1;
}

/*dl.border 202006追記～ここまで～*/

:focus-visible{
	outline: none;
	border: 1px solid #ffffff;
	box-shadow: 0 0 5px 4px rgba(0, 89, 112, 1);
	transform: scale(1.0);
	z-index: 10;
	position: relative;
}

/*アクセシビリティ適合検査を受けてからの修正*/

.access_info {
	text-align: center;
}

.access_info dl dt {
	font-weight: normal;
}

.otoiawase {
}

.otoiawase dt{
	margin-top: 5px;
	margin-bottom: 5px;
}

.otoiawase dd{
	margin: 3px 0 3px 0;
}

/*グローバルナビ buttonへの変更による追加 */
.gnv_pc_button {
    background: none;
    border: none;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    padding: 15px 10px;
    line-height: 1.3;
    width: 100%;
    height: 100%;
}
.gnv_pc_button:focus-visible {
	border: 1px solid #ffffff;
}
