/******************************************************************************
******************************************************************************
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
}
.pc_only {
  display: none
}
/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  background: url(../images/hd_bg_bg.png) repeat-x top left
}
.hd {
  padding: 20px 10px
}
.hd_logo {
  display: flex;
  align-content: center;
  align-items: center;
  width: 250px;
}
.hd_logo img {
  height: auto;
  max-width: 100%;
}
/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav {
  background: #333;
  color: #fff;
  height: calc(100% + 500px);
  padding-bottom: 500px;
  z-index: 100;
  width: 70%;
  overflow-x: none;
  overflow-y: auto;
  top: 0px;
  right: -70%;
  position: fixed;
  transition: All 0.5s ease
}
.nav_list > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 1em 1em 1em 1.5em;
  text-decoration: none;
  position: relative
}
.nav_list > li > a:hover, .nav_list > li > a.current {
  background-color: rgba(0, 0, 0, 0.2)
}
.nav_list > li > a::after {
  content: attr(data-text);
  display: block
}
.nav_list > li > a img {
  display: none
}
.nav_clist > li > a {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 1em 1em 1em 2em;
  text-decoration: none
}
.nav_clist > li > a:hover, .nav_clist > li > a.current {
  background-color: #000;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}
.nav_glist > li > a {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 1em 1em 1em 3em;
  text-decoration: none
}
.nav_glist > li > a:hover, .nav_glist > li > a.current {
  background-color: #000;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}
.sp_nav_open {
  right: 0 !important
}
.sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: fixed !important;
  top: 25px;
  right: 15px;
  margin-top: -5px;
  width: 36px;
  height: 24px
}
.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  transition: all .4s;
  box-sizing: border-box
}
.sp_nav_trigger span:nth-of-type(1) {
  top: 0
}
.sp_nav_trigger span:nth-of-type(2) {
  top: 10px
}
.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0
}
.sp_nav_trigger::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: 'MENU';
  display: block;
  width: 100%;
  padding-top: 20px;
  color: #000;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s
}
.sp_nav_trigger.sp_active::after {
  content: 'CLOSE';
  bottom: -25px;
  color: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  background: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
  opacity: 0;
  background: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  background: #fff
}
/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.i_con {
  padding: 20px 10px 30px
}
.con {
  padding: 20px 10px 30px
}
.main {
  margin-bottom: 30px
}
.side_head {
  background-color: #EEE;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 10px;
  text-align: center
}
.side_nav_list li a {
  background: url(../images/icon_arrow_gray.png) no-repeat left center;
  border-bottom: 1px solid #CCC;
  color: #111;
  display: block;
  font-size: 14px;
  padding: 12px 10px;
  text-decoration: none
}
.side_nav_list li a:hover {
  text-decoration: underline
}
/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  background: #000;
}
.ft {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  color: #fff;
  margin-top: 20px
}
.ft_copy {
  font-size: 10px;
  text-align: center;
  margin-top: 20px
}
.ft_nav {
  display: none
}
.ft_nav_r a:hover {
  opacity: 0.8
}
.ft_lang_list {
  display: flex
}
.ft_lang_list li {
  width: calc(100% / 2)
}
.ft_lang_list a {
  font-size: 9px;
  color: #fff;
  background: #333;
  padding: 14px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.6)
}
.ft_lang_list li:first-child a {
  border-left: none
}
/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  background-color: #333;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  right: 10px;
  position: fixed;
  width: 40px;
  z-index: 100;
}
.pt:hover {
  opacity: 0.6;
}
.pt_btn {
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  transform: rotate(45deg);
  position: relative;
}
.pt_btn::before, .pt_btn::after {
  background-color: #FFF;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.pt_btn::before {
  width: 5px;
  bottom: 0;
}
.pt_btn::after {
  height: 5px;
  right: 0;
}
/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_main {
  margin-bottom: 20px;
}
.index_slider {}
.index_bnr_list li {
  margin-bottom: 4px
}
.index_bnr_list a {
  padding: 16px 16px 16px 42px;
  border: 1px solid #000000;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  background: url(../images/icon_elink_black.png) no-repeat 16px center;
  color: #000000;
}
.index_bnr_list a:hover {
  background-color: #000;
  background-image: url(../images/icon_elink_white.png);
  color: #FFF
}
.index_greet h2 {
  margin-top: 0px
}
#news_w {
  margin: 0 -160%;
  padding: 0 160%;
  background-color: #E8E8E8;
}
.news_w_sp {
  padding: 50px 0;
  background-color: #E8E8E8;
}
.view_more {
  padding: 20px 0;
}
.index_news h2 {
  margin-bottom: 0px
}
.index_news_item {
  border-bottom: 1px solid #999;
  padding: 10px 0;
}
/*.index_news_item_date {
	background:url(../images/icon_circle_arrow_green.gif) no-repeat 0 2px;
	margin-bottom: 3px;
	padding-left: 15px;
}*/
.index_news_item_date {
  display: block;
  padding: 10px 0
}
.index_news_oshirase {
  width: 60px;
  background: #E30007;
  color: #fff;
  text-align: center;
  font-size: 8px;
  padding: 2px 4px;
  margin-left: 20px
}
.index_news_event {
  width: 60px;
  background: #131442;
  color: #fff;
  text-align: center;
  font-size: 8px;
  padding: 2px 4px;
  margin-left: 20px
}
.index_news_item_ttl {}
.index_news_item_icon_new {
  display: inline-block;
  color: #C00;
  font-weight: bold;
  margin-left: 0.5em
}
.index_news_item_icon_new:before {
  content: "NEW"
}
.index_news_scrl {
  max-height: 50vh;
  overflow: auto
}
.index_slide {
  margin-bottom: 20px
}
.index_greet .pic_up_date {
  font-size: 14px;
  color: #787878;
  padding-top: 10px
}
.index_greet .pic_up_txt {
  width: 100%;
  font-size: 17px;
  color: #222;
  padding-top: 5px
}
img {
  max-width: 100%;
  height: auto
}
.mark:before {
  content: "■";
  font-size: 3px;
  padding-right: 5px;
  vertical-align: middle
}
/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
  line-height: 1.6;
  word-wrap: break-word;
}
.mcon p {
  padding: 0 10px;
  margin-bottom: 1em
}

.mcon dl {
  padding: 0 10px;
}
.mcon a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease
}
.mcon h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
#page_w {
  margin: 0 -160%;
  padding: 0 160%;
  background-color: #B2B5BA;
}
.mcon .h2_bg {
  background: url(../images/h2_bg_sp.jpg) no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 180px
}
.mcon h2 {
  padding: 60px 0 0 20px;
  font-size: 30px;
  font-weight: 300;
  color: #fff
}
.mcon h3 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px 0
}
.mcon h3 span {
  padding-left: 10px
}
.mcon h3 {
  border-bottom: solid 1px #B2B5BA;
  position: relative;
}
.mcon h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #000;
  bottom: -1px;
  width: 30%;
}
.mcon h4 {
     position: relative;
     padding-left: 1.8em;
     font-size: 17px;
     margin: 30px 0 10px 0;
     color: #000031
}
 
.mcon h4::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 20px;
     height:4px;
     background-color: #B4B5BA;
}
.mcon h5, .mcon h6 {
  margin-bottom: 2px;
  margin-top: 5px;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000
}
.mcon iframe {
  max-width: 100%
}
.mcon img {
  max-width: 100%;
  height: auto
}
.mcon ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ol li {
  margin-left: 2em;
  margin-bottom: 0.5em
}

.mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em
}

/*.jigyou_tbl table th,td{
display: block
}*/


.table_jigyou_box table{
	width:1040px;
}

.table_jigyou_box {
	overflow:scroll;
}

.table_jigyou_box table td {
	background:#eeeeee;
}
.table_jigyou_box table tr:nth-child(even) td {
	background: #fff;
}
.btn a{
display: block;
width: 100px;
color: #fff;
background-color: #000031;
font-size: 12px;
text-align: center;
padding: 5px;
border-radius: 7px;
text-decoration: none
}
.btn a:hover {
color: #fff;
background-color: #E90013;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #4682b4;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #4682b4;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #4682b4;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #4682b4;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}
