/******************************************************************************
/* フォント指定
******************************************************************************/



html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 1.0px;
	overflow-y: scroll;
}



/******************************************************************************
/* 基本設定
*******************************************************************************/


body {
	line-height: 2.0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}



.pcOnly {
	display: inline-block;
}


.spOnly {
	display: none;
}


a { text-decoration: none; }



/******************************************************************************
/* プリントアウト用
*******************************************************************************/
@media print {
  .no-print{display:none;}
}

/******************************************************************************
/* ヘッダーエリア
*******************************************************************************/

header {
	background-color: #eee;
	width: 100%;
	height: 85px;
	top: 0px;left: 0px;
	border-bottom: solid 10px #446689;
	z-index: 999999;
}

header .header_inner {
	width: 90%;
	margin: 0px auto 0;
	font-size: 100%;
	position: relative;

}


header img {
	position: absolute;
	top: 20px;left: 0px;
	height: 35px;
}

header .header_inner .button {
	position: absolute;
	top: 15px;right: 0px;

}


.header_button {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	border: 2px solid #446689;
	background-color: #ffffff;
	font-size: 16px;
	color: #446689;
	text-decoration: none;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 4px;
	transition: .4s;
}

.header_button:hover {
	background-color: #446689;
	border-color: #446689;
	color: #FFF;
}




/******************************************************************************
/* フッターエリア
*******************************************************************************/

#footer {
	background-color: #F7F9FC;
	width: 100%;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 10px #446689;
	text-align: center;
	margin-top: auto;
	color: #3C3C3C;
	font-size: 90%;
}

#footer #footer_inner {
	width: 90%;
	margin: 0px auto ;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
}

.img_responsive {
	width: 150px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer_city_number {
	position: relative;
	display: inline-block;
	bottom: -18px;
	font-size: 90%;
}




#copyright {
	background-color: #eeeeee;
	width: 100%;
	margin: 0px auto 0;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}


/******************************************************************************
/* 現在地
*******************************************************************************/



.breadcrumbs{
	width: 100%;
	margin: 0 auto;
	background-color:#F7F9FC;
	border-bottom: solid 1px #eeeeee;
}



.breadcrumbs_in{
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	font-size: 85%;
}


.breadcrumbs li{
	line-height:1;
	color:#555;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.breadcrumbs a{
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 1px;
	color:#555;
}

.breadcrumbs a:hover{
	color:#333;
	border-color:#333;
}


.breadcrumbs img.example{
	margin-right: 7px;
	margin-left: 6px;
	margin-bottom: 3px;
	vertical-align: 0px;
}


/******************************************************************************
/* コンテンツエリア
*******************************************************************************/



#contents {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

#contents .contents_inner {
	width: 90%;
	margin: 20px auto 0;
	font-size: 100%;
	text-align: left;
}


#contents .contents_inner_left {
 	float: left;
	width: 290px;
	margin: 20px auto 0;
	font-size: 100%;

}

#contents .contents_inner_right {
 	float: right;
	width: 910px;
	margin: 20px auto 0;
	font-size: 100%;
	text-align: left;
}





#contents2 {
	line-height: 2.0;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	height: 100vh;
}

#contents2 .contents_inner {
	width: 90%;
	margin: 20px auto 0;
	font-size: 100%;
	text-align: left;
}


/******************************************************************************
/* 文字サイズ変更
*******************************************************************************/


.btn_area {
	margin: 10px auto 0 auto;
	width: 90%;
	text-align: right;
  }
.moji_button {
	margin-left: 5px;
	padding: 6px 15px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
  }


.btn_area2 {
	margin: 0px auto 10px auto;
	width: 100%;
	text-align: right;
  }
.sort_button {
	position: relative;
	margin-left: 5px;
	padding: 6px 30px 6px 10px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
  }

/* 矢印 */
.sort_button:after {
  content: '<>';
  font: 16px "Consolas", monospace;
  color: #333;
  position: absolute;
  top: 50%;
  right: 8px; /* padding-rightより少し内側 */
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}


/******************************************************************************
/* 各フレーム（ボタンエリア）
*******************************************************************************/

.button_area {
	position: relative;
	width: 100%;
	height: auto;
	background: #ffffff;
	z-index: 999999;
	text-align: left;
	margin-bottom: 20px;
}





/******************************************************************************
/* 検索用ボタン
*******************************************************************************/


.search_button_area{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}



a.search_button{
	display: inline-block;
	height: 40px;
	width: 110px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 10px;

}
a.search_button:active{  /* クリックした時 */
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}


a.search_button_none{
	display: inline-block;
	height: 40px;
	width: 110px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #BBBBBB;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	background: #efefef;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 10px;

}



a.search_button2{
	display: block;
	height: 40px;
	width: 120px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 5px;

}
a.search_button2:active{  /* クリックした時 */
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}




a.search_button3{
	display: inline-block;
	height: 40px;
	width: 120px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #8F2731;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 5px;

}
a.search_button3:active{  /* クリックした時 */
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}




a.search_button4{
	display: inline-block;
	height: 40px;
	width: 160px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 5px;

}
a.search_button4:active{  /* クリックした時 */
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}




.datafile_button2 {
	display: inline-block;
	height: 45px;
	width: 250px;
	text-decoration: none;
	font-size: 100%;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 0px;
	cursor: pointer;

}
.datafile_button2:active{ 
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

.datafile_button3 {
	display: inline-block;
	height: 45px;
	width: 250px;
	text-decoration: none;
	font-size: 100%;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	color: #D89C9A;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 0px;
	cursor: pointer;

}
.datafile_button3:active{ 
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

/******************************************************************************
/* タブメニュー
*******************************************************************************/

.c-tabs_list {
	margin: 0px auto 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}


/* タブグループの下部にグレーの線をひく */
.c-tabs_list::after {
	background-color: #8598a7;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}


.c-tabs_list li:first-child {
	margin-left: 5%;
}



/* タブアイテムの形状を設定 */
.c-tabs_item {
	border-radius: 5px 5px 0 0;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

/* タブアイテムのデザインを設定 */
.c-tabs_item a,
.c-tabs_item span {
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	background-color: #004bb1;
	border: 1px solid #004bb1;
	border-bottom-color: #fff;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 100%;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: 1.2;
	min-height: 2.8em;
	min-width: 8em;
	padding: 0.3em 0.8em;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

/* マウスオン時の設定 */
.c-tabs_item a:hover {
	opacity: 0.6;
}


/* 要素を一番手前に持ってくる */
.c-tabs_item.is-current {
	z-index: 11;
}

/* タブのデザイン設定 */
.c-tabs_item.is-current::before {
	background-color: #004bb1;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-tabs_item.is-current span {
	background-color: #fff;
	border: 1px solid #8598a7;
	border-bottom-color: #fff;
	color: #004bb1;
}
.c-tabs_item.is-disabled span {
	background-color: #dbe0e5;
	border: 1px solid #c7cfd8;
	border-bottom-color: #fff;
	color: #5f6368;
}


/******************************************************************************
/* タイトル
*******************************************************************************/

h1 {
 	position: relative;
	width: 100%;
	margin: 30px auto 0px auto;
	padding:0.5em 0.5em 0.5em 2.0em;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 120%;
	letter-spacing: 1.0px;
	text-align: left;
	color: #3C3C3C;
}
 
h1::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:25px;
	background-color: #446689;
}



h2 {
	position: relative;
	margin: 40px auto 30px auto;
	padding-bottom: .1em;
	border-bottom: 4px solid #ccc;
	text-align: left;
	font-size: 110%;
	color: #3C3C3C;
}

h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}


h3 {
	padding: 0.1em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #7db4e6;
	font-size: 110%;
	margin-bottom: 30px;
	color: #3C3C3C;
}



h4 {
	position: relative;
	display: block;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
	margin: 30px auto 40px auto;
}
h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}



h5 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
	margin: 40px auto 40px auto;
}
h5::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}



/********************************************************************************************************
/* トップページメニュー
*********************************************************************************************************/

ul.homeWorkBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

ul.homeWorkBlock li {
  width: 49%;
  height: 150px;
  position: relative; /* 枠線の基準 */
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  justify-content: center; /* コンテンツを中央揃え */
  align-items: center;
}

/* =========================
   aタグ（横並び + 中央揃え）
========================= */
ul.homeWorkBlock li a.over{
  display: flex;
  justify-content: center; /* 画像+テキストを中央 */
  align-items: center;
  gap: 15px;
  width: 100%;             /* li 幅いっぱいで枠線も32% */
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  text-decoration: none;
  color: #62afcb;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* =========================
   画像エリア
========================= */
.homeWorkItem .image_area {
  width: 50px;
  height: 50px;
  position: relative;
  flex-shrink: 0;
}

.homeWorkItem .image_area img {
  width: 50px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.homeWorkItem .image_area img.on { opacity: 0; }
.homeWorkItem a.over:hover .image_area img.on { opacity: 1; }

/* =========================
   テキストブロック
========================= */
.homeWorkItem .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.homeWorkItem .text-block .text {
  font-size: 120%;
  font-weight: bold;
  color: #385090;
  margin: 0;
}


.homeWorkItem a.over:hover .text {
  color: #62AFCB;
}



.homeWorkItem .text-block .text2 {
  font-size: 90%;
  color: #555;
  margin: -5px 0 0 0;
}

/* =========================
   枠線（li幅いっぱい）
========================= */
.homeWorkItem .line {
  position: absolute;
  background: #d9d9d9;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.homeWorkItem .line-top, .line-bottom { height: 1px; width: 100%; left: 0; }
.homeWorkItem .line-left, .line-right { width: 1px; height: 100%; top: 0; }

.homeWorkItem .line-top { top: 0; }
.homeWorkItem .line-bottom { bottom: 0; }
.homeWorkItem .line-left { left: 0; }
.homeWorkItem .line-right { right: 0; }

/* ホバー時の枠線拡大 */
.homeWorkItem a:hover .line{background: #62afcb}
.homeWorkItem a.over:hover .line-top { height: 4px; }
.homeWorkItem a.over:hover .line-bottom { height: 4px; }
.homeWorkItem a.over:hover .line-left { width: 4px; }
.homeWorkItem a.over:hover .line-right { width: 4px; }




/******************************************************************************
/* コメントエリア
*******************************************************************************/

.comment_area {
	width: 100%;
	margin-bottom: 20px;
}


.comment_area2 {
	width: 100%;
	padding: 20px;
	background-color: #c1e5fb;
	font-weight: 600;
	margin-bottom: 40px;
}

/******************************************************************************
/* セレクトタブ
*******************************************************************************/



.selectdiv {
  display: inline-block;
  position: relative;
  max-width: 100%;   /* tdを超えない */
  box-sizing: border-box;
  margin: 5px 0;
}

.selectdiv select {
  appearance: none;
  display: inline-block;
  width: auto;          /* 文字幅に応じて可変 */
  min-width: 120px;     /* 小さすぎないように最小幅を指定 */
  max-width: 100%;      /* tdを超えない */
  height: auto;
  padding: 8px 28px 8px 8px; /* 右側に矢印分の余白 */
  font-size: 100%;
  line-height: 1.5;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
}

/* 矢印 */
.selectdiv:after {
  content: '<>';
  font: 16px "Consolas", monospace;
  color: #333;
  position: absolute;
  top: 50%;
  right: 8px; /* padding-rightより少し内側 */
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}


.selectdiv2 {
  display: inline-block;
  position: relative;
  max-width: 100%;   /* tdを超えない */
  box-sizing: border-box;
  margin: 5px 0;
}

.selectdiv2 select {
  appearance: none;
  display: inline-block;
  width: auto;          /* 文字幅に応じて可変 */
  min-width: 120px;     /* 小さすぎないように最小幅を指定 */
  max-width: 100%;      /* tdを超えない */
  height: auto;
  padding: 8px 40px 8px 8px; /* 右側に矢印分の余白 */
  font-size: 100%;
  line-height: 1.5;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
}

/* 矢印 */
.selectdiv2:after {
  content: '<>';
  font: 16px "Consolas", monospace;
  color: #333;
  position: absolute;
  top: 50%;
  right: 45px; /* padding-rightより少し内側 */
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}


/******************************************************************************
/* テキストフォーム
*******************************************************************************/


.field__input {
	border: 2px solid #e9e9e9;
	color: #333;
	font-size: 100%;
	padding: 10px;
	width: 95%;
	margin-bottom: 5px;
}


/******************************************************************************
/* iframe構成
*******************************************************************************/


.row-container {
	position: relative;
	display: table;
	empty-cells: show;
	border-collapse: collapse;
	width: 95vw;
	height: 50vh;
	margin: 30px auto 0 auto;
}



.first-row {
	width: 25vw;
	height: 50vh;
 	float: left;
	display: table-row;
	overflow: auto;

}

.first-row iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	padding-left: 0px;

}

.second-row {
	width: 70vw;
	height: 50vh;
 	float: right;
	display: table-row;
	overflow: hidden;

}




.second-row iframe {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	display: block;
	padding-left: 20px;
}



.container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.third-row {
  min-height: 60px;
}

.fourth-row {
  flex: 1;       /* 残りを下段に占有 */
  min-height: 0;
}

.third-row iframe,
.fourth-row iframe {
  width: 100%;
  height: 100%;
  border: none;
}





.left_frame_in {
	font-size: 100%;

}

.rignt_frame_in {
	margin-top:0px;
	font-size: 90%;
}


.rignt_frame_in2 {
	margin-top:70px;
	font-size: 90%;
}





.right_title {
	display: block;
	padding: 6px 15px;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	font-weight: 700;
}


.square-box {
	display: inline-block; /* 文章の行中に収まるようにする */
	background-color: #7DB4E6;
	color: #ffffff;
	font-weight: 700;
	font-size: 80%;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 10px;
}


.pickupcolor {
	display: inline-block;
	background:#FAF50A;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-weight: 700;
}

/******************************************************************************
/* 検索結果タイトル
*******************************************************************************/

.search_title {
 	position: relative;
	width: 100%;
	margin: 0px auto 20px auto;
	padding:0.5em 0.5em 0.5em 2.0em;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 100%;
	letter-spacing: 1.0px;
	text-align: left;
	color: #3C3C3C;
	font-weight: 700;
}
 
.search_title::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:25px;
	background-color: #446689;
}



/******************************************************************************
/* 検索結果リンク
*******************************************************************************/


p.btnText01{
	position: relative;
	display: block;
	margin-bottom: 5px;

}



.btnText_button{
	position: relative;
	top: -2px;
	margin-right: 5px;

}
.btnText01 span img{
	display: inline-block;
	width: 16px;
}


/******************************************************************************
/* 検索結果アコーディオン設定
*******************************************************************************/

.arrow-detail {
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 5px 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.arrow-detail:hover { background-color: #ddd; }

/* ▼ 非表示行は visibility と height を使う */
.detail-row {
  visibility: collapse; /* table-rowを保持しつつ非表示 */
}
.detail-content-inner {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 8px;
  transition: max-height 0.6s cubic-bezier(0.4,0,0.2,1),
              opacity 0.4s ease-in-out,
              padding 0.4s ease-in-out;
}
.detail-row.show {
  visibility: visible;
}
.detail-row.show .detail-content-inner {
  opacity: 1;
  padding: 8px;
}

span.search_cate { 
	font-weight: 700;
	font-size: 90%;
}

span.search_spec { 
	font-weight: 700;
	font-size: 90%;
	color: #8F2731;
}

/******************************************************************************
/* フォームボタン設定
*******************************************************************************/

a.bt_check{
	display: block;
	height: 40px;
	width: 200px;
	text-decoration: none;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eeeeee), color-stop(0.5, #e2e2e2));
	background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -o-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -ms-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%')";
	border-radius: 5px;

}
a.bt_check:active{  /* クリックした時 */
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}



.button input {
	display: inline-block;
	height: 60px;
	width: 300px;
	text-decoration: none;
	font-weight: 600;
	font-size: 120%;
	line-height: 60px;
	text-align: center;
	color: #4164E1;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eeeeee), color-stop(0.5, #e2e2e2));
	background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -o-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -ms-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%')";
	border-radius: 5px;
}

.button input:active{  /* クリックした時 */
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}




.button2 input {
	display: inline-block;
	height: 60px;
	width: 200px;
	text-decoration: none;
	font-weight: 600;
	font-size: 120%;
	line-height: 60px;
	text-align: center;
	color: #E14154;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eeeeee), color-stop(0.5, #e2e2e2));
	background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -o-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -ms-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%')";
	border-radius: 5px;
}


.button2 input:active{  /* クリックした時 */
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

/******************************************************************************
/* フォーム入力設定（text）
*******************************************************************************/

.input_type_area{
	border:0;
	padding:10px;
	font-size:110%;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	margin-right: 10px;
	width:280px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}


.input_type_area2{
	border:0;
	padding:10px;
	font-size:110%;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	width:280px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}


.input_type_area3{
	border:0;
	padding:10px;
	font-size:110%;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	width:500px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}


/******************************************************************************
/* フォームボタン設定（selectフォーム）
*******************************************************************************/




.select-css {
	font-size: 100%;
	font-weight: 500;
	color: #444;
	padding: 8px 10px 10px 10px;

	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option {
	font-weight:normal;
}

/******************************************************************************
/* チェックボックス
*******************************************************************************/

.label-check {
  color: #333;
  cursor: pointer;
  margin-right: 15px;

}

/* チェック時の色変更 */
input[type="checkbox"]:checked + .label-check {
  color: red;
  font-weight: bold;
}



ul.check_area {
	display: flex;          /* 横並びにする */
	flex-wrap: wrap;        /* 折り返しを許可 */
	gap: 10px;              /* アイテム間の隙間 */
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;

}

ul.check_area li {
	flex: 0 0 calc(50% - 10px);  /* 横幅50%、隙間を引く */
	box-sizing: border-box;
	padding: 10px;
	background: #efefef;
	border: 1px solid #ccc;
	text-align: left;
}


ul.check_area2 {
	display: flex;          /* 横並びにする */
	flex-wrap: wrap;        /* 折り返しを許可 */
	gap: 10px;              /* アイテム間の隙間 */
	padding: 0;
	margin: 0;
	list-style: none;

}

ul.check_area2 li {
	flex: 0 0 calc(50% - 10px);  /* 横幅50%、隙間を引く */
	box-sizing: border-box;
	padding: 10px;
	background: #efefef;
	border: 1px solid #ccc;
	text-align: left;
}




/******************************************************************************
/* トップに戻る
*******************************************************************************/



#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
}
#page-top a {
	text-decoration: none;
	width: 50px;
	display: block;

}
#page-top a:hover {
	text-decoration: none;
}



/******************************************************************************
/* スマートフォン・タブレットサイズ
*******************************************************************************/


@media screen and (max-width:767px) {



.pcOnly {
	display: none!important;
}
.spOnly {
	display: block!important;
}



/******************************************************************************
/* スマホ用メニュー
*******************************************************************************/


nav{
	display: none;
	position: absolute;
	top:65px;
	width: 100%;
	left: 0;
	margin-bottom: 20px;
}
 
/*------------------------------------プルダウンの部分を記述--------------*/
 
nav ul{
	margin:30px auto 0px;
	width: 90%;
}
 
nav ul li{
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
}
 
/*最後のメニューは下線を不要にする -------------------------------------------*/
 


 
 

/*開閉ボタンの作り方 ------------------------------------------------*/

#nav_toggle {
	display: block;
	width: 30px;
	height: 30px;
	position: fixed;/*固定にします。*/
	top: 18px;
	right:20px;/*左端に配置*/
	z-index: 100;

}



#nav_toggle div {
	position: relative;
	background-color: rgba(59,59,59,0.77);
	z-index: 999999;
}


 
#nav_toggle span {
	display: block;
	height: 2px;
	background-color: #333;
	position:absolute;
	width: 100%;
	left: 0;
	transition: 0.5s ease-in-out;
}

nav {
	position: fixed;
	background-color: rgba(59,59,59,0.77);
	z-index: 999999;
	padding-bottom: 20px;

}

 
/*-----------------------------------------------------三本ずつずらして設定*/

#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:10px;
}
#nav_toggle span:nth-child(3){
	top:20px;
}

 
/*-----------------------------開閉ボタンopen時-------*/

.open #nav_toggle span:nth-child(1) {
top: 12px;
transform: rotate(135deg);
}
 
/* ----------------------------2本目を非表示にすることで、三本が2本になる*/

.open #nav_toggle span:nth-child(2) {
display:none;
}

.open #nav_toggle span:nth-child(3) {
top: 12px;
transform: rotate(-135deg);
}



/******************************************************************************
/* スマホ用メニュー各ブロック
*******************************************************************************/


.homeWorkItem{text-align: center; padding: 1px;}





.homeWorkItem .line{
	display: none;
	position: absolute;
	background-color: #d9d9d9;
	transition:all 0.3s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}


.homeWorkItem .line{display: block; transition:all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)}

.homeWorkItem .line.line-top{top: 0;left: 0; width: 100%; height: 1px}
.homeWorkItem .line.line-left{top: 0;left: 0; height: 100%; width: 1px}
.homeWorkItem .line.line-bottom{bottom: 0;left: 0; width: 100%; height: 1px}
.homeWorkItem .line.line-right{right: 0; top: 0; height: 100%; width: 1px}

.homeWorkItem a{display:block;}
.homeWorkItem a{position:relative; box-sizing:border-box;background:none; height: 80px;}
.homeWorkItem a:hover{color: #ffd20d}
.homeWorkItem a:hover .line{background-color: #ffd20d}
.homeWorkItem a:hover .line.line-top{height: 4px}
.homeWorkItem a:hover .line.line-left{width: 4px}
.homeWorkItem a:hover .line.line-bottom{height: 4px}
.homeWorkItem a:hover .line.line-right{width: 4px}

.homeWorkItem .menutitle{
	position: absolute;
	width:100%;
	top: 50%;
	transform : translateY(-50%);
	font-size: 80%;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	text-decoration: none;

}



/******************************************************************************
/* スマホ用メニュー各ブロックサイズ
*******************************************************************************/



nav ul li:nth-child(1) {
	float: left;
	width: 49%;
}

nav ul li:nth-child(2) {
	float: right;
	width: 49%;

}

nav ul li:nth-child(3) {
	float: left;
	width: 49%;
}

nav ul li:nth-child(4) {
	float: right;
	width: 49%;

}

nav ul li:nth-child(5) {
	float: left;
	width: 49%;
}

nav ul li:nth-child(6) {
	float: right;
	width: 49%;

}

nav ul li:nth-child(7) {
	float: right;
	width: 49%;
	clear: both;
}



/******************************************************************************
/* ヘッダーエリア
*******************************************************************************/

header {
	background-color: #eee;
	width: 100%;
	height: 70px;
	top: 0px;left: 0px;
	border-bottom: solid 10px #446689;
	z-index: 999999;
}



header img {
	position: absolute;
	top: 6px;left: 10px;
	height: 50px;
}





/******************************************************************************
/* コンテンツエリア
*******************************************************************************/



#contents {
	width: 100%;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 0px;
}

#contents .contents_inner {
	width: 95%;
	margin: 0px auto 0;
	font-size: 85%;

}


#contents .contents_inner_left {
 	display: none;

}

#contents .contents_inner_right {
 	float: left;
	width: 100%;
	margin: 20px auto 0;
	text-align: left;
}




/******************************************************************************
/* 現在地
*******************************************************************************/



.breadcrumbs_in{
	width:95%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	font-size: 80%;
}


/******************************************************************************
/* タブメニュー
*******************************************************************************/

.c-tabs_list {
	margin: 50px auto 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

/* タブアイテムのデザインを設定 */
.c-tabs_item a,
.c-tabs_item span {
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	background-color: #004bb1;
	border: 1px solid #004bb1;
	border-bottom-color: #fff;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 85%;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: 1.2;
	min-height: 2.8em;
	min-width: 8em;
	padding: 0.3em 0.8em;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.c-tabs_list li:first-child {
	margin-left: 3%;
}


/******************************************************************************
/* フッターエリア
*******************************************************************************/


#footer #footer_inner {
	width: 95%;
	margin: 0px auto ;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 90%;
}


#copyright {
	background-color: #eeeeee;
	width: 100%;
	margin: 0px auto 0;
	font-size: 60%;
	padding-top: 5px;
	padding-bottom: 5px;
}


}




/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:480px) {



/******************************************************************************
/* ヘッダーエリア
*******************************************************************************/

header {
	position: fixed;
	background-color: #eee;
	width: 100%;
	height: 65px;
	top: 0px;left: 0px;
	border-bottom: solid 10px #446689;
	z-index: 999999;
	margin-bottom: 20px;
}

header img {
	position: absolute;
	top: 13px;left: 0px;
	height: 30px;
}


/******************************************************************************
/* タイトル
*******************************************************************************/

h1 {
 	position: relative;
	max-width: 1200px;
	margin: 70px auto 0px auto;
	padding:0.5em 0.5em 0.5em 2.0em;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 1.0px;
	text-align: left;
	color: #3C3C3C;
}
 
h1::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:25px;
	background-color: #446689;
}



h2 {
	position: relative;
	padding-bottom: .1em;
	border-bottom: 4px solid #ccc;
	text-align: left;
	font-size: 100%;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #3C3C3C;
}

h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}


h3 {
	padding: 0.1em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #7db4e6;
	font-size: 100%;
	margin-bottom: 10px;
	color: #3C3C3C;
}



h4 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
	margin-bottom: 30px;
}
h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}


h5 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
	margin: 30px auto 20px auto;
}
h5::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}




/********************************************************************************************************
/* トップページメニュー
*********************************************************************************************************/

ul.homeWorkBlock {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

ul.homeWorkBlock li {
  width: 100%;
  height: 100px;
  position: relative; /* 枠線の基準 */
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  justify-content: center; /* コンテンツを中央揃え */
  align-items: center;
}



/******************************************************************************
/* タブ切り替え（本会議録　＆　委員会録）
*******************************************************************************/


.select_tab_box{
	width: 100%;
	background-color: #c1e5fb;
	padding-bottom: 5px;
	border-radius:10px;
	margin-top: -10px;
	font-size: 90%;
}


/******************************************************************************
/* iframe構成
*******************************************************************************/


.row-container {
	position: relative;
	display: table;
	empty-cells: show;
	border-collapse: collapse;
	width: 95vw;
	height: 50vh;
	margin: 30px auto 0 auto;
}



.first-row {
	width: 100%;
	height: 30vh;
 	float: left;
	display: block;
	overflow: auto;
	margin-bottom: 50px;
}

.first-row iframe {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	display: block;
	padding-left: 0px;
	padding-bottom: 20px;
	border-bottom:5px solid #62AFCB;

}

.second-row {
	width: 100%;
	height: 55vh;
 	float: right;
	display: block;
	overflow: hidden;
	margin-top: -30px;

}
.second-row iframe {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	display: block;
	padding-left: 0px;
	padding-bottom: 20px;

}

.third-row {
	min-height: 100px;

}

.fourth-row {
	flex: 1;       /* 残りを下段に占有 */
	min-height: 0;
	width: 100%;
	overflow: hidden;

}


.left_frame_in {
	margin-top:35px;
	font-size: 100%;
	margin-right: 0px;
}

.rignt_frame_in {
	margin-top:0px;
	font-size: 90%;
}


.rignt_frame_in2 {
	margin-top:70px;
	font-size: 90%;
	overflow: hidden;

}


.right_title {
	display: block;
	padding: 6px 15px;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	font-weight: 700;

}



/******************************************************************************
/* 検索結果タイトル
*******************************************************************************/

.search_title {
 	position: relative;
	width: 100%;
	margin: 20px auto 20px auto;
	padding:0.5em 0.5em 0.5em 2.0em;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 80%;
	letter-spacing: 1.0px;
	text-align: left;
	color: #3C3C3C;
	font-weight: 700;
}
 
.search_title::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:25px;
	background-color: #446689;
}

/******************************************************************************
/* タブアイテム文字設定
*******************************************************************************/
/* タブアイテムのデザインを設定 */
.c-tabs_item a,
.c-tabs_item span {
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	background-color: #004bb1;
	border: 1px solid #004bb1;
	border-bottom-color: #fff;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 70%;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: 1.2;
	min-height: 2.8em;
	min-width: 8em;
	padding: 0.3em 0.8em;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

/******************************************************************************
/* フォームボタン設定
*******************************************************************************/

a.bt_check{
	display: block;
	height: 40px;
	width: 130px;
	text-decoration: none;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eeeeee), color-stop(0.5, #e2e2e2));
	background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -o-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -ms-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%')";
	border-radius: 5px;

}



.search_button_area{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}




.button input {
	display: inline-block;
	height: 40px;
	width: 150px;
	text-decoration: none;
	font-weight: 600;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	color: #4164E1;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eeeeee), color-stop(0.5, #e2e2e2));
	background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -o-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -ms-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%')";
	border-radius: 5px;
}




.button2 input {
	display: inline-block;
	height: 40px;
	width: 100px;
	text-decoration: none;
	font-weight: 600;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	color: #E14154;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eeeeee), color-stop(0.5, #e2e2e2));
	background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -o-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: -ms-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%')";
	border-radius: 5px;
}



/******************************************************************************
/* フォームボタン設定（radio & checkbox）
*******************************************************************************/



label.btn span {
	font-size: 120% ;
}



/******************************************************************************
/* フォームボタン設定（selectフォーム）
*******************************************************************************/




.select-css {
	font-size: 100%;
	font-weight: 500;
	margin-bottom: 10px;

}


/******************************************************************************
/* フォーム入力設定（text）
*******************************************************************************/



.input_type_area{
	border:0;
	padding:10px;
	font-size:110%;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	margin-right: 10px;
	width:250px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}


.input_type_area2{
	border:0;
	padding:10px;
	font-size:110%;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	width:250px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}


.input_type_area3{
	border:0;
	padding:10px;
	font-size:110%;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}



/******************************************************************************
/* 検索用ボタン
*******************************************************************************/




.datafile_button2 {
	display: inline-block;
	height: 45px;
	width: 120px;
	text-decoration: none;
	font-size: 100%;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 0px;
	cursor: pointer;

}
.datafile_button2:active{ 
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

.datafile_button3 {
	display: inline-block;
	height: 45px;
	width: 120px;
	text-decoration: none;
	font-size: 100%;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	color: #D89C9A;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 0px;
	cursor: pointer;

}
.datafile_button3:active{ 
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

/******************************************************************************
/* 検索結果リンク
*******************************************************************************/


p.btnText01{
	position: relative;
	display: block;
	margin-bottom: 5px;
	margin-right: 15px;

}



/******************************************************************************
/* トップに戻る
*******************************************************************************/



#page-top {
	position: fixed;
	bottom: 50px;
	right: 0px;
}


/******************************************************************************
/* フッターエリア
*******************************************************************************/


#footer #footer_inner {
	width: 95%;
	margin: 0px auto ;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 80%;
}

#copyright {
	background-color: #eeeeee;
	width: 100%;
	margin: 0px auto 0;
	font-size: 60%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.img_responsive {
	width: 100px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 10px;
}

.footer_city_number {
	position: relative;
	display: inline-block;
	bottom: -7px;
	font-size: 90%;
}


}