@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
html {
  height: 100%;
}
body {
	color: #111;
	background-color: #f5f5f5;
	font-family: 'Noto Sans SC',"微软雅黑",sans-serif;
	font-weight: 500;
	word-wrap: break-word;
	height: 100%;
}
section,
article {
	display: block;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
li {
	list-style-type: none;
}
a {
	color: #1677b8;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	color: #111;
	text-decoration: none;
}
span.emrg {
	color: red;
	font-weight: bold;
} 
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/*ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #f5f5f5;
	position: fixed;
	z-index: 300;
	border-top: solid 4px #1677b8;
}
header h1 a img {
	display: block;
	position: absolute;
	max-width: 84px;
}
header .h_lng a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #1677b8;
	margin: 5px 0;
}
header .h_lng a:hover {
	color: #1677b8;
}
header .h_home a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #1677b8;
	letter-spacing: 1px;
	margin: 5px 0;
	background-color: #f5f5f5;
}
header .h_smenu a {
	font-size: 14px;
	text-align: left;
	position: absolute;
	text-decoration: none;
	color: #666;
	letter-spacing: 1px;
	margin: 15px 0 0 0;
}
header .h_home a:hover {
	color: #1677b8;
}
header .h_home a i,
header .h_lng a i {
	padding-left: 5px;
	padding-right: 5px;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}
ul.smenu {
position: absolute;
right: 10px;
width: 250px;
float: right;
margin-top: 10px;
margin-right: auto;
font-size: 14px;
list-style-type: none;
}
ul.smenu li {
	display: inline;
	padding: 0 10px 0 5px;
	border-right: solid 1px #ACACAC;
}
ul.smenu li a {
	color: #666;
	text-decoration: none;
}
ul.smenu li:hover {
	color: #666;
}
ul.smenu li:visited {
	color: #666;
}
ul.smenu li:last-child {
	border-right: none;
}

/* breadcrumb
-------------------------------------------*/
.breadcrumbs_wrap {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height:auto;
	margin: 0 auto;
 	top: 150px;
}
.breadcrumb {
  background: #f5f5f5; /* 背景色をグレーに指定 */
  padding: 0 5px;     /* 余白を指定 */
  white-space: nowrap; /* 改行（行送り）を禁止させる */
}

.breadcrumb li {
  display: inline-block; /* インラインブロック要素にする */
  font-size: 12px;
}

.breadcrumb li:not(:last-child)::after {
  content: '>';    /* 間の矢印を設定 */
  margin: 0 0.5em; /* 左右に余白をとる */
}
/*(/～960)*/
 @media screen and (max-width: 960px) {
.breadcrumbs_wrap {
 	top: 70px;
}
.breadcrumb {
	overflow-x: scroll;  /* 横スクロールを可能にする */
}
.breadcrumb li {
  font-size: 10px;
}
}/*(/～960)*/
/*(/～640)*/
 @media screen and (max-width: 640px) {
.breadcrumbs_wrap {
 	top: 55px;
}
.breadcrumb {
	overflow-x: scroll;  /* 横スクロールを可能にする */
}
}/*(/～640)*/


/*メイン
-------------------------------------------*/
.mainbox {
	position: relative;
	background-color: #f5f5f5;
	padding-top: 5px;
	padding-bottom: 50px;
	margin-bottom: 150px;
}
.secondbox {
	position: relative;
	background-color: #f5f5f5;
	padding-top: 25px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.fullbox {
	position: relative;
	background-color: #f5f5f5;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 120px;
}
.fullwrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.mbwrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.mainbox h2 {
	font-size: 1.5em;
	line-height: 30px;
	margin: 0 auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
}
.information,
.toppage-info {
	display: block;
	font-size: 2em;
	letter-spacing: 2px;
	padding: 10px;
	margin: 0 auto 30px;
	background-color: #ECECEC;
	text-align: center;
}
.information2 {
	display: block;
	font-size: 2em;
	letter-spacing: 2px;
	padding: 10px;
	margin: 50px auto 30px;
	background-color: #ECECEC;
	text-align: center;
}
.category {
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	color: black;
}
.category-cp {
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: #033576;
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	color: #FFF;
}
.category-tdr {
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: #3f2916;
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	color: #FFF;
}
.category ul,
.category-cp ul,
.category-tdr ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.category ul li,
.category-cp ul li,
.category-tdr ul li {
	padding: 0 20px;
}
.category ul li img,
.category-cp ul li img,
.category-tdr ul li img {
	padding: 15px 0;
}
.mainbox .ul_news {
	margin: 0 auto;
}
.mainbox .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	margin: 0 auto;
	padding-left: 20px;
}
.mainbox .ul_news li.normal {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	margin: 0 auto;
	padding-left: 10px;
}
.mainbox .ul_news li.seeall {
	line-height: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	text-align: right;
	margin: 0 auto;
}
.mainbox .ul_news li.seeall a i {
	padding-left: 5px;
	padding-right: 5px;
}
.mainbox .ul_news li span.news_date {
	color: #666;
	padding-right: 30px;
	padding-left: 10px;
}
.mainbox .ul_news li span.news_icon {
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	background-color: #FF3300;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

/*(/～960)*/
 @media screen and (max-width: 960px) {
.category,
.category-cp,
.category-tdr {
	font-size: 1.2em;
}
}/*(/～960)*/

/*(/～640)*/
 @media screen and (max-width: 640px) {
.category,
.category-cp,
.category-tdr {
	font-size: 14px;
}
.category ul li {
	padding: 0 1px;
}
.category-cp ul li,
.category-tdr ul li {
	padding: 0 10px;
}
.category ul li img {
	width: 60%;
	padding-left: 5px;
	padding-right: 0;
}
.category-tdr ul li img {
	width: 50%;
}
}/*(/～640)*/

/*テーブル
-------------------------------------------*/
.mainbox table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.mainbox table.table_01 th,
.mainbox table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}
.mainbox table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.mainbox table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #f5f5f5;
}
.mainbox table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
}
.mainbox table.table_02 th,
.mainbox table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-left-color: #BBB;
}
.mainbox table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	letter-spacing: 1px;
	background-color: #F6F6F6;
	color: #006384;
}
.mainbox table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #f5f5f5;
}
.mainbox table.table_02 .tr_gr th {
	background-color: #EEE;
}
.mainbox table.table_02 .tr_gr td {
	background-color: #F9F9F9;
}
.mainbox table.table_02 td .price {
	font-size: 150%;
	white-space: nowrap;
	color: #006384;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.small {
	font-size: 80%;
	color: #666;
}
.chui {
	color: #F03600;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


/*TOPボタン
-------------------------------------------*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; 
  background-color: #1677b8;
	opacity:0.8;
  color:#fff; text-decoration:none;
  font-weight:bold; font-size:11px;
  width:60px; height:60px;
  text-align:center; line-height:22px;
  border-radius:30px; box-sizing:border-box;
  padding-top:30px;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px; left:0;
  width:100%;
  text-align:center; font-size:20px;
}
.topBtn:hover {
  opacity:1;	
	color: #FFF;
	text-decoration: none;
}


/*グーグルマップ
-------------------------------------------*/
.g_map_base {
	background-color: #f5f5f5;
	padding: 30px 20px 100px;
}
.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media screen and (min-width:960px){

/*ヘッダー
-------------------------------------------*/
header {
	height: 120px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px 0px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header h1 a img {
	top: 10px;
	left: 10px;
}
header .h_lng a {
	width: 150px;
	top: 7px;
	right: 10px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 14px;
}
header .h_home a {
	width: 300px;
	top: 7px;
	right: 125px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 14px;
}
header.fixed {
	height: 120px;
}
header.fixed h1 a img {
	height: 44px;
	top: 10px;
}
header.fixed .h_home a,
header.fixed .h_lng a{
	top: 5px;
	line-height: 38px;
	padding-top: 4px;
}
header.fixed #g_navi {
	height: 50px;
}
header.fixed #g_navi ul li div {
	top: 40px;
}
header.fixed #g_navi li a {/*△の位置--------*/
	padding-top: 15px;
	height: 30px;
}
header.fixed #g_navi li ul li a {/*スクロール時の子メニューのプロパティ--------*/
	padding-top: 9px;
	height: auto;
}
header.fixed #g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #000;
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.menu_btn,
.btn_close {
	display: none;
}

/*PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 98%;
	padding-left: 2%;
	display: block !important;
	height: 50px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #f5f5f5;
}
#g_navi ul.navi_base {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#g_navi ul li{
	display: inline;
}
#g_navi li a {
	width: 15%;
	padding-top: 15px;
  margin-right: 80px;
	height: 35px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}
#g_navi li a:visited {
		color: #111;
	}
#g_navi li a::before {
	display: block;
	height: 1px;
	position: absolute;
	top: 0px;
	width: 40%;
	left: 30%;
	background-color: #f5f5f5;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#g_navi li a:hover::before {
	background-color: #1677b8;
	top:0px;
}
#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #1677b8;
}
#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}
#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #f5f5f5;
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
  border-bottom: 20px solid #1677b8;
}
#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #1677b8;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
#g_navi ul li ul{
  width: 96%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#g_navi li ul li a {
	width: 22%;
	padding-left: 3%;
	padding-right: 0%;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	height: auto;
	color: #FFF;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#g_navi li ul li a:visited {
		color: #FFF;
}
#g_navi li ul li a::after {
	content: "●";
	color: #FFF;
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}
#g_navi li ul li a:hover::after {
	color: #1677b8;
}
#g_navi ul li ul li a:hover{
	color: #1677b8;
	background-color: #f5f5f5;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
	display: none;
}
#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}
#g_navi div.ac_list {
	display: block !important;
}
ul.global {
	display: none;
}
.mainbox {
	top: 150px;
}
.secondbox {
	top: 50px;
}
}
/*(/960～)*/


/*(/1200～)*/
@media screen and (min-width:1200px){
header .h_lng a {
	right: 50%;
	margin-right: -600px;
}
header .h_home a {
	right: 50%;
	margin-right: -300px;
}
header h1 a img {
	left:50%;
	margin-left: -590px;
}
header ul.smenu {
	right: 50%;
	margin-right: -600px;
}
}
/*(/1200～)*/


/*(/～960)*/
@media screen and (max-width:960px){

body {
	font-size: 16px;
}
img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}
header {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px 0px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#g_navi ul li ul.global {
	width: 100%;
	margin: 0;
	padding: 0;
}
#g_navi ul li ul.global li.lng {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px #EEE;
}
#g_navi ul li ul.global li.lnglist {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px #EEE;
  letter-spacing: 0;
}
#g_navi ul li ul.global li.lnglist a {
	display: inline-block;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
}
.mainbox{
	padding-top: 0px;
	padding-bottom: 0px;
	top: 92px;
}
.fullbox{
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	top: 50px;
}
ul.smenu {
	display: none;
}

/*メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	background-color: #1677b8;
	top: 0px;
	right: 0px;
}
.menu_btn:hover {
	cursor: pointer;
}
.menu_btn span {
	width: 28px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #f5f5f5;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
}
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
}
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}
.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}
.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #CCC;/*SPメニューの背景色--------*/
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#g_navi ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}
#g_navi ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
#g_navi ul li:last-child {
	border-bottom: none;
}
#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
}

body.fixed {
	overflow: hidden;
}

/*アコーディオン
--------------------------------------------------*/

#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #555;
}
#g_navi ul li a.ac_menu.active {
	color: #999;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}
#g_navi ul li ul li.nest {
	border-bottom: none;
	background-color:  #fcfcfc;
}
#g_navi ul li li:first-child {
	border-top: none;
}
#g_navi ul li ul li a {
	border-bottom: none;
}
#g_navi ul li ul li a::before {
	color: #111;
}

/*メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #000;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*ヘッダー
-------------------------------------------*/
	
header {
	height: 52px;
}
header h1 a img {
	top: 5px;
	left:5px;
	height: 40px;
}
header ul.smenu {
	top: 5px;
	right:5px;
}
header .h_lng a {
	width: 120px;
	top: 5px;
	right: 55px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_home a {
	width: 70px;
	top: 5px;
	right: 300px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_menu {
	display: none;
}
header #info {
	display: none;
}
}
/*(/～960)*/


/*(/～640)*/
@media screen and (max-width:640px){
header h1 a img {
	top:10px;
	height: 25px;
}
header .h_lng a {
	width: 40px;
	top: 10px;
	right: 60px;
	font-size: 18px;
	margin: 0;
	border-top-style: none !important;
	border-bottom-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}
header .h_home a {
	width: 40px;
	top: 10px;
	right: 110px;
	font-size: 18px;
	margin: 0;
	border-top-style: none !important;
	border-bottom-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}
header .h_home a span,
header .h_lng a span {
	display: none;
}
.mainbox {
	top: 52px;/*92pxから変更*/
	margin-bottom: 100px;
}
.secondbox {
	top: 60px;
}
.mainbox h2 {
	font-size: 18px;
	padding-top: 10px;
}
.mainbox .ul_news li,
.mainbox .ul_news li.normal,
.mainbox .ul_news li.seeall{
	line-height: 24px;
	font-size: 14px;
	padding-right: 10px;
}
.mainbox .ul_news li span.news_icon {
	padding: 0 5px;
	margin-right: 10px;
	font-size: 12px;
}
.information {
	font-size: 24px;
	margin: 0 auto 10px;
}
.toppage-info {
	font-size: 24px;
	margin: 10px auto 10px;
}
.information2 {
	font-size: 24px;
	margin: 30px auto 10px;
}
}
/*(/～640)*/


/*(/～460)*/
@media screen and (max-width:460px){
input,
textarea {
	max-width: 300px !important;
}
.mainbox table.table_01 th,
.mainbox table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mainbox table.table_01 th {
	background-color: #F6F6F6;
}
}
/*(/～460)*/

.pagination {
	display: flex;
	justify-content: center;
}
.pagination .page-link {
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #f5f5f5;
    border: 1px solid #dee2e6;
}
.pagination a {
	text-decoration: none;
}
.page-status,.page-index,.page-pre,.page-num,.page-next,.page-last{
	display: block;
	vertical-align: middle;
	padding: 0.5rem 0.75rem;
	background-color: #f5f5f5;
	color: #333;
	border: 1px solid #e2e2e2;
}
.page-num-current{
	background-color: #007bff;
	border-top:none;
	border-bottom:none;
	color:#fff;
}
a.page-num-current:hover{
	color:#fff;
}
