@charset "UTF-8";
.modal-open {
  overflow: auto;
}
/*--------------------------------------
COMMON
----------------------------------------------------------------------------*/
body:lang(ja) {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
body:lang(ko) {
  font-family: "SF Pro KR",
    "SF Pro Text",
    "SF Pro Icons",
    "Apple Gothic",
    "HY Gulim",
    "MalgunGothic",
    "HY Dotum",
    "Lexi Gulim",
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
}
body {
    color: #333;
    line-height: 1.8;
}
h1, h2, h3, h4, h5, p, ul, dl, dt, dd, address{
  margin: 0;
  padding: 0;
}
dt, h1, h2, h3, h4, h5, th{
  font-weight: normal;
}

li{
  list-style: none;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
button{
  border: none;
}
img{
  width: 100%;
  height: auto;
}
.form-control,
.form-select{
  display: inline-block;
}

textarea {
  resize: none;
}

table{
  caption-side: top;
}
caption{
  font-size: 16px;
  line-height: 2.2;
  padding: 0 10px;
  color: #333;
  /*border-bottom: 1px dashed #333;*/
  background-color: #dcdcdc;
  /*color: #fff;*/
  margin-top: 15px;
}
.table>:not(:last-child)>:last-child>*{
  border-bottom-color:#dcdcdc;
}
/*.table>:not(caption)>*>*{*/
/*  border: 0;*/
/*}*/

/*--------------------------------------
LANGUAGE
----------------------------------------------------------------------------*/

/*--------------------------------------
HEADER
----------------------------------------------------------------------------*/
header{
  background-color: #fff;
}
#header-top{
  background-color: #000;
}

.header_logo{
  width: 219px;
  height: auto;
}
.division_name{
  font-weight: bold;
  margin: 30px 0 0 24px;
  line-height: 1;
  position: relative;
}
.division_name:after{
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #058ced;
  width: 100%;
  height: 2px;
}
.name-corp{
  color: #023960;
}
.division_name.name-corp:after{
  background-color: #023960;
}
#header-top ul{
  display: table;
  margin-right: 35px;
}
#header-top ul li{
  display: table-cell;
  text-align: right;
  line-height: 30px;
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
}
#header-top ul li a{
  color: #fff;
  padding-left: 10px;
}
#header-middle{
  position: relative;
  line-height: 76px;
  border-bottom: 1px solid #d0d0d0;
}
.contents_header{
  position: relative;
  padding-bottom: 58px;
}

.tabBtnWrap ul
{
    width:100%;
	overflow: hidden;
	/zoom: 1;
}

.tabBtnWrap {
	margin-bottom: 2px;
}

.tabBtnWrap ul li {
    padding: 10px;
	float: left;
	min-width: 165px;
	margin-right: 1px;
	border: 1px solid #e1e1e1;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	position: relative;
	background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 50%, #f3f3f3);
	background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 50%, #f3f3f3);
	background: -o-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 50%, #f3f3f3);
	background: -ms-linear-gradient(top, #fff 0%, #f1f1f1 50%, #e1e1e1 50%, #f3f3f3);
	background: linear-gradient(to bottom, #fff 0%, #f1f1f1 50%, #e1e1e1 50%, #f3f3f3);
	behavior: url("../js/PIE.htc");
	cursor: pointer;
}

.tabBtnWrap ul li.select {
	background: -webkit-linear-gradient(top, #eef3f6 0%, #d8e1e7 50%, #b5c6d0 50%, #d3e7f3);
	background: -moz-linear-gradient(top, #eef3f6 0%, #d8e1e7 50%, #b5c6d0 50%, #d3e7f3);
	background: -o-linear-gradient(top, #eef3f6 0%, #d8e1e7 50%, #b5c6d0 50%, #d3e7f3);
	background: -ms-linear-gradient(top, #eef3f6 0%, #d8e1e7 50%, #b5c6d0 50%, #d3e7f3);
	background: linear-gradient(to bottom, #eef3f6 0%, #d8e1e7 50%, #b5c6d0 50%, #d3e7f3);
	-pie-background: linear-gradient(top, #eef3f6 0%, #d8e1e7 50%, #b5c6d0 50%, #d3e7f3);
}

.tabBtnWrap ul li a {
	color: #000;
	min-width: 147px;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.tabBtnWrap ul#accountTab {
	margin-bottom: 24px;
	background: #094d9b;
	height: 46px;
	border-right: 2px solid #e1e1e1;
}

.tabBtnWrap ul#accountTab li {
	float: left;
	margin-right: 0px;
	border: 1px solid #e1e1e1;
	border-right: none;
	font-size: 13px;
	vertical-align: middle;
	text-align: left;
	text-align: center;
	line-height: 44px;
	font-weight: normal;
	width: 191px;
	white-space: nowrap;
	overflow: hidden;
	word-break: normal;
	word-wrap: normal;
	position: relative;
	padding: 0 10px;
	background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 50%, #e1e1e1 50%, #ffffff);
	background:    -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 50%, #e1e1e1 50%, #ffffff);
	background:      -o-linear-gradient(top, #ffffff 0%, #fcfcfc 50%, #e1e1e1 50%, #ffffff);
	background:     -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 50%, #e1e1e1 50%, #ffffff);
	background:   linear-gradient(to bottom, #ffffff 0%, #fcfcfc 50%, #e1e1e1 50%, #ffffff);
	-pie-background:    linear-gradient(top, #ffffff 0%, #fcfcfc 50%, #e1e1e1 50%, #ffffff);
	behavior: url("../js/PIE.htc");
	cursor: pointer;
}

.tabBtnWrap ul#accountTab li a {
	color: #000;
	display: block;
	padding: 0 ;
	text-decoration: none;
	cursor: pointer;
}

.tabBtnWrap ul#accountTab li a:first-child {
}

.tabBtnWrap ul#accountTab li span {
	font-size: 10px;
	color: #666;
	vertical-align: 3%;
	margin-right: 6px;
	padding-left: 26px;
	display: inline-block;
}

.tabBtnWrap ul#accountTab li.select {
	margin-top: 4px;
}

/*--------------------------------------
NAVIGATION
----------------------------------------------------------------------------*/
#list_navigation{
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: 0 5px 10px -5px rgba(107,107,107,0.3);
  transition: 0.5s;
}
#list_navigation li{
  /*position: relative;*/
}
#list_navigation li a.navi_link,
#list_navigation li .menu_inner{
  display: block;
  font-size: 15px;
  line-height: 57px;
  color: #023960;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#list_navigation li a.navi_link:hover{
  background-color: #023960;
  color: #fff;
  transition: .5s;
}
#list_navigation li a.navi_link:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #d0d0d0;
  left: 0 ;
  top: calc((58px - 24px) / 2);
}
#list_navigation li:last-of-type a.navi_link:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #d0d0d0;
  right: 0 ;
  top: calc((58px - 24px) / 2);
}

#list_navigation li .menu_inner i{
  transition: 0.15s;
}
#list_navigation li span.menu_inner.open{
  background-color: #023960;
  color: #fff;
}
#list_navigation li span.menu_inner.open i{
  transform: rotate(-180deg);
}

#list_navigation.nav-pc.hide{
    position: fixed;
    top:-58px;
    z-index: 10000;
}
#list_navigation.nav-pc.move{
    position: fixed;
    top: 0;
    z-index: 1040;
}

.sub_menu {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  z-index:20;
  padding:20px 0 10px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 10px 0px rgba(159, 159, 159, 0.1);
}
.sub_menu-tab li{
    border-bottom: 1px solid #d4d4d4;
}
.sub_menu-tab li:last-of-type {
  border: none;
}
.sub_menu-tab li button{
  line-height: 48px;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  background-color: #f5f5f5;
  cursor: pointer;
  display: block;
  width: 100%;
}
.nav-pills .nav-link{
  border-radius: 0px;
}
.sub_menu-tab button.nav-link.active{
  background-color: #058ced!important;
  font-weight: 700;
}
.sub_menu-tab button.nav-link.active:before{
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: -20px;
  border: 10px solid transparent;
  border-left: 10px solid #058ced;
}
.sub_menu .tab-pane{
  padding: 18px 30px 20px;
}
.sub_menu .tab-pane p{
  font-size: 18px;
  line-height: 1.6;
}
.sub_menu li .btnT10 {
  font-size: 14px;
}

.tab_inner-link{
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.tab_inner-link:hover {
  background-color: rgba(166,210,255,0.1);
}
.tab_inner-img img{
  width: 240px;
  height: auto;
}
/*--------------------------------------
FOOTER
----------------------------------------------------------------------------*/
footer{
  margin-top: 120px;
  background-color: #000;
}
#footer-top{
  border-top: 1px solid #e5e5e5;
  background-color: #023960;
}
#footer-top li{
  position: relative;
}
#footer-top li a{
  position: relative;
  font-size: 13px;
  line-height: 48px;
  color: #fff;
  margin: 0 18px;
}
#footer-top li:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #fff;
  left: 0 ;
  top: calc((48px - 14px) / 2);
}
#footer-top li:last-of-type:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #fff;
  right: 0 ;
  top: calc((48px - 14px) / 2);
}

#footer-bottom{
  color: #fff;
  font-size: 12px;
  padding: 25px 0 10px;

}
#footer-bottom address{
}
.footer_goTop{
  position: fixed;
  bottom: 22px;
  right: 72px;
  font-size: 40px;
}
.form-select{

}

/*--------------------------------------
1-COLUM
----------------------------------------------------------------------------*/
#main_contents{
}
/*--------------------------------------
2-COLUM
----------------------------------------------------------------------------*/
#right_contents{
  padding:0 0 0 50px;
}
#right_contents section,
#main_contents section{
  padding: 0 20px;
}

#navi_side dl{
  font-size: 14px;
  background-color: #fcfcfc;
}
#navi_side dl dt{
  color: #fff;
  font-weight: 700;
  background-color: #023960;
  line-height: 36px;
  padding: 0 18px;
}
#navi_side dl dt a{
  color: #fff;
  display: block;
}
#navi_side dl dl dt{
  color: #333;
  background-color: #ebebeb;
}
#navi_side dl dl dt a{
  color: #333;
}
#navi_side dl li a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 16px 8px 16px 33px;
  border-bottom:1px solid #dcdcdc;
  text-indent: -7px;
  line-height: 1.4;
}
#navi_side dl li a:hover,
#navi_side dl li a.ac{
  background-color: #f5fbff;
}
#navi_side dl li a.ac{
  font-weight: 700;
}
#navi_side dl li:last-of-type a{
  border-bottom:none;
}

/*--------------------------------------
FORM
----------------------------------------------------------------------------*/
.form-check-label{
  display: inline;
}
.form-check-input{
  margin-top: 0.15em;
}
@media screen and (max-width: 1200px) {

  .tabBtnWrap ul li {
	min-width: 120px;
  }

  .tab_inner-img img{
    width: 200px;
    height: auto;
  }
  #footer-bottom{
    padding:15px 15px 10px;
  }
}
@media screen and (max-width: 992px) {
  caption{
    margin-top: 20px;
    margin-bottom: 15px;
  }
  table:first-of-type caption {
    margin-top: 5px;
  }
  .contents_header{
    padding-bottom: 0;
  }

  .tabBtnWrap ul li {
	min-width: 100px;
  }


  /*--------------------------------------
  HEADER
  ----------------------------------------------------------------------------*/
  .header_logo{
    /*width: 180px;*/
  }
  #header-middle{
    line-height: normal;
  }
  .division_name-list{
    font-size: 18px;
    line-height: 1;
    /*margin-top: 6px;*/
  }
  .division_name-list a{
    text-decoration: none;
    color: #333;
  }
  .division_name-list .active{
    font-weight: bold;
    position: relative;
  }
  .division_name-list .active:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: #058ced;
    width: 100%;
    height: 2px;
  }
  /*--------------------------------------
  NAV
  ----------------------------------------------------------------------------*/
  #list_navigation_sp {
    display: block;
    position: fixed;
    top: 0;
    left: -80%;
    bottom: 0;
    width: 80%;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 20;
    opacity: 0;
  }
  .open #list_navigation_sp {
    left: 0;
    opacity: 1;
  }
  #list_navigation_sp .inner {
    margin: 30px 0;
    background-color: #fcfcfc;
  }
  #list_navigation_sp .inner ul {
    border-top: 1px solid #dcdcdc;
  }
  #list_navigation_sp .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
  }
  #list_navigation_sp .inner ul li i{
    position: absolute;
    top: calc(50% - 8px);
    left: 15px;
  }
  #list_navigation_sp .inner ul li a,
  #list_navigation_sp .inner ul li.js-accordion-title{
    display: block;
    color: #333;
    font-size: 15px;
    padding: 18px 10px 18px 40px;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  #list_navigation_sp .inner ul li a:hover {
    background: #e4e4e4;
  }
  #list_navigation_sp .inner ul li.js-accordion-title:after{
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    transition: all 0.2s ease-in-out;
    transform: rotate(90deg);
  }
  #list_navigation_sp .inner ul li.js-accordion-title:before {
      content: "";
      width: 15px;
      height: 2px;
      background-color: #333;
      position: absolute;
      top: calc(50% - 2px);
      right: 15px;
  }
  #list_navigation_sp .inner ul li.js-accordion-title.open:after{
      transition: all 0.2s ease-in-out;
      transform: rotate(180deg);
  }
  #list_navigation_sp .inner ul li dt{
    font-weight: 700;
    position: relative;
  }
  #list_navigation_sp .inner ul li dd{
    position: relative;
  }
  #list_navigation_sp .inner ul li dt a{
    border-top: 1px solid #dcdcdc;
  }
  #list_navigation_sp .inner ul li dt:first-of-type a {
    border-top: none;
  }
  #list_navigation_sp .inner ul li dt a,
  #list_navigation_sp .inner ul li dd a{
    padding: 10px 10px 10px 60px;
  }
  #list_navigation_sp .inner ul li dt i,
  #list_navigation_sp .inner ul li dd i{
    position: absolute;
    top: calc(50% - 8px);
    left: 35px;
  }
  #navigation-btn_sp{
    margin: 15px 0 0;

  }
  #navigation-btn_sp li{
    width: 100%;
    padding: 15px 15px 0;
  }
  #navigation-btn_sp a{
    width: 100%;
    line-height: 40px;
  }
  .hidden {
    height:100%;
    min-height:100%;
    overflow:hidden !important;
    touch-action:none;
  }
  /*--------------------------------------
  .toggle_btn
  ----------------------------------------------------------------------------*/
  .toggle_btn {
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*--------------------------------------
  #mask
  ----------------------------------------------------------------------------*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }

  /*--------------------------------------
  FOOTER
  ----------------------------------------------------------------------------*/
  footer {
    margin-top: 80px;
    padding-bottom: 40px;
  }
  #footer-top{
    padding: 10px 0;
  }
  #footer-top li{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  #footer-top li a{
    line-height: 1.6;
    color: #fff;
  }
  #footer-top li:before{
    content: "\f105";
    color: #fff;
    width: auto;
    height: auto;
    background-color: transparent;
    top: 2px;
    
  }
  #footer-top li:last-of-type:after{
    content: none;
  }
  /*--------------------------------------
  1-COLUM
  ----------------------------------------------------------------------------*/
  #main_contents{
  }
  /*--------------------------------------
  2-COLUM
  ----------------------------------------------------------------------------*/
  #right_contents{
    padding:0;
  }
  #right_contents section,
  #main_contents section{
    padding: 0;
  }
  .footer_goTop{
    position: fixed;
    width: 100%;
    bottom: 0px;
    right: 0px;
    font-size: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 40px;
    z-index: 1;
  }
  .footer_goTop a{
    display: block;
  }
}

@media screen and (max-width: 768px) {
  /* nav {
    left: -220px;
    width: 80%;
  } */
  .tabBtnWrap ul li {
	min-width: 80px;
  }

}

@media screen and (max-width: 576px) {
/*--------------------------------------
HEADER
----------------------------------------------------------------------------*/
  #header-middle{
    padding: 12px 0;
    line-height: auto;
  }
  .header_logo{
    width: 50%;
  }
  .division_name-list{
    font-size: 16px;
    /*margin-top: 1%;*/
  }
  #header-top ul{
    margin-right: 0;
  }
  #header-top ul li{
    text-align: left;
    padding-left: 10px;
  }
    #header-top ul li a{
      padding-left: 5px;
    }
  #header-top ul li:first-of-type{
    padding-left: 0px;
  }
  .tabBtnWrap ul li {
	min-width: 45px;
    padding: 7px;
  }
}

@media screen and (max-width: 400px) {
  .tabBtnWrap ul li {
    padding: 4px;
  }
}
.initDisplayNone {
  display: none;
}

/*add tab style*/
