/******************************************************************************
******************************************************************************
**
** 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クラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
}
.w_base {
  margin: 0 auto;
  width: 1040px;
}
.sp_only {
  display: none
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  background: #fff;
}
.hd {
  height: 60px;
  position: relative;
}
.hd_logo {
  position: absolute;
  top: 5px;
  left: 20;
}
.hd_logo img {
  width: 287px;
  height: auto
}
.hd_lang {
  position: absolute;
  right: 0;
  top: 0;
}
/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav_bg {
  background: url(../images/nav_bg_bg.png) repeat-x #000;
  margin-bottom: 30px;
}
.navbar ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navbar ul li {
  margin: 20px 40px 0 0;
  color: #000;
}
.navbar ul li:nth-child(6) {
  margin-right: 0
}
.navbar ul li a {
  color: #000;
  font-weight: 600;
  text-decoration: none
}
.navbar ul li a::after {
  content: '';
  display: block;
  border-bottom: 1px solid #222;
  margin: 0 auto;
  width: 0;
  transition: all .3s;
}
.navbar ul li a:hover::after {
  width: 100%;
}
.nav {
  background: url(../images/nav_bg.png) no-repeat;
  overflow: visible;
}
.nav_list {
  display: flex;
  width: 100%;
}
.nav_list img {
  transition: All 0.5s ease;
}
.nav_list img:hover {
  opacity: 0
}
.nav_list a.current img {
  opacity: 0
}
.nav_list > li {
  position: relative;
  z-index: 1000
}
.nav_list > li > a {
  display: block;
  text-align: center
}
.nav_list > li > a:hover, .nav_list > li > a.current {}
.nav_list > li:hover .nav_clist {
  display: block;
  animation: nav_active 1s ease 0s 1 alternate
}
@-webkit-keyframes nav_active {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes nav_active {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.nav_clist {
  display: none;
  transition: All 0.5s ease;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0
}
.nav_clist > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  position: relative
}
.nav_clist > li > a {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none
}
.nav_clist > li > a:hover, .nav_clist > li > a.current {
  opacity: 0.8
}
.nav_clist > li:hover .nav_glist {
  display: block;
  animation: nav_active 1s ease 0s 1 alternate
}
/*.nav_glist {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%
}
.nav_glist > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4)
}
.nav_glist > li > a {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: block;
  padding: 10px;
  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)
}*/


/*サブメニュー*/

.nav li ul {
	display:none;
	position:absolute;
	top:20px;
	left:-15px;
    z-index: 1000
}
.nav ul li:hover > ul {
	display:block;
    
}
.nav li ul li ul {
	position:absolute;
	left:100px;  
}

.nav li ul li ul li {
	width:100px;
}

.nav li ul li ul li a {
	background:#F8F8F8;
}

.nav li ul li {
	width:100px;
    /*border-bottom:#ccc 1px solid;*/
}

.nav li ul li a {
	display:block;
	padding:10px;
    margin-top: -20px;
	text-align:center!important;
	box-sizing:border-box;
	background:#fff;
	text-decoration:none;
	color:#000;
	font-size:13px;
    font-weight: bold;
}

.nav li ul li a:hover {
	background:#fff;
}


/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con_bg {
  max-width: 100% !important;
}
.con_bg_news {
  margin-top: -50px
}
.i_con {
  width: 1040px;
  margin: 30px auto
}
.con {
  width: 1040px;
  margin: 30px auto
}
.main {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 1040px;
}
/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  background: #000;
}
.ft {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  margin-top: 100px
}
.ft_copy {
  font-size: 10px;
  text-align: right
}
.ft_nav_r {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ft_nav {
  margin: 20px 0 40px 0;
}
.ft_nav li {
  display: inline-block;
  padding-left: 20px
}
.ft_nav a {
  color: #fff;
  text-decoration: none;
}
.ft_nav a:hover {
  opacity: 0.7
}
/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  background-color: #333;
  bottom: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  right: 30px;
  position: fixed;
  width: 60px;
  z-index: 100;
}
.pt:hover {
  opacity: 0.6;
}
.pt_btn {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  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: 7px;
  bottom: 0;
}
.pt_btn::after {
  height: 7px;
  right: 0;
}
/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_main {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 1040px;
}
.index_side {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 230px;
}
.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
}
#news_w {
  margin: 0 -160%;
  padding: 0 160%;
  background-color: #E8E8E8;
}
.index_news {
  position: relative;
  padding: 20px 0 100px 0;
}
.view_more img {
  position: absolute;
  top: 420px;
  left: 870px;
}
.view_more a:hover {
  display: block;
  opacity: 0.8;
}
.index_news h2 {
  margin-bottom: 0px
}
.index_news_item:first-child {
  border-top: 1px solid #999;
}
.index_news_item {
  border-bottom: 1px solid #999;
  display: flex;
  align-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
.index_news_item_date {
  width: 170px;
  font-size: 15px
}
/*.index_news_item_date:before {
	content: url(../images/icon_circle_arrow_green.gif);
	vertical-align: bottm;
	margin-right: 0.2em;
}*/
.index_news_oshirase {
  width: 60px;
  background: #E30007;
  color: #fff;
  text-align: center;
  font-size: 8px;
  padding: 2px 5px;
  margin: 0 20px
}
.index_news_event {
  width: 60px;
  background: #131442;
  color: #fff;
  text-align: center;
  font-size: 8px;
  padding: 2px 9px;
  margin: 0 20px
}
.index_news_item_ttl {
  width: calc(100% - 140px);
  font-size: 1.1em
}
.index_news_item_icon_new {
  display: inline-block;
  color: #C00;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.3em
}
.index_news_item_icon_new:before {
  content: "NEW"
}
.index_news_scrl {
  max-height: 300px;
  overflow: auto;
}
.index_slider_bg {
  width: 100%;
}
.index_slider img {
  width: 100%;
  max-height: 320px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  margin: 0 auto
}
.index_greet .pic_up_date {
  font-size: 14px;
  color: #787878;
  padding-top: 10px
}
.index_greet .pic_up_txt {
  width: 230px;
  font-size: 17px;
  color: #222;
  padding-top: 5px
}
.mark:before {
  content: "■";
  font-size: 3px;
  padding-right: 5px;
  vertical-align: middle
}
.pic_up_img a:hover {
 opacity: 0.7!important

}
.ft_nav_r a:hover {
  opacity: 0.8
}
/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
  word-wrap: break-word;
  position: relative;
}
.mcon a img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
#page_w {
  margin: 0 -160%;
  padding: 0 160%;
  background-color: #B2B5BA;
}
.mcon .h2_bg {
  background: url(../images/h2_bg.jpg) no-repeat;
    background-position:center center!important; 
background-size:cover!important; 
  width: 1200px;
  height: 180px;
}
.mcon h2 {
  padding: 60px 0 0 0;
  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 {
  border-bottom: solid 1px #B2B5BA;
  position: relative;
}
.mcon h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #000031;
  bottom: -1px;
  width: 15%;
}
/*.mcon h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}*/

.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 {
  font-size: 1.1em;
  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 p {
  line-height: 2.0;
  font-size: 16px;
    margin-bottom: 1em
}
.mcon dl {
  line-height: 2.5;
  font-size: 16px;
}
/*.mcon p {
  margin-bottom: 1em
}*/
.mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em
}

.table_jigyou_box{
	width:1040px;
}

.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: 10px ;
border-radius: 5px;
margin: 0;
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;
}


