@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }




body {
  /*font-size: 14px;*/
  line-height: 1.6;
  /*font-family:  Noto Sans, Arial, Helvetica, sans-serif;*/
  font-family:'Zen Kaku Gothic New', "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
  /*background-color: #f3f3f3;*/
  color: #000;
  /*min-width: 940px; */}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s; }

.fontfamily_serif {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",Helvetica, "serif"; }

/**
 * library
 */
.link_main {
  color: #0066a7; }

.link_underline {
  text-decoration: underline; }
  .link_underline:hover {
    text-decoration: none; }

.bullet_arrow01, .bullet_arrow02 {
  display: inline-block;
  padding-left: 15px;
  background: url(../style/ico_arrow_right01.png) no-repeat 0 50%;
  text-align: left; }

.bullet_arrow02 {
  padding-left: 20px;
  background-image: url(../style/ico_arrow_down03.png); }

.title_main01 {
  margin-bottom: 30px;
  padding: 10px 0 10px 5px;
  border-left: 4px solid #133c68;
  font-size: 22px;
  line-height: 1;
  font-weight: bold; }

.title_main02 {
  margin-bottom: 25px;
  padding: 3px 0 3px 3px;
  border-left: 7px solid #133c68;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2; }

.title_underline01, .title_underline02 {
  margin-bottom: 40px;
  padding-bottom: 0.8em;
  background: url(../style/ico_underline01.png) no-repeat 50% 100%;
  font-size: 22px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center; }
  .title_underline01.var01, .var01.title_underline02 {
    font-size: 28px; }
  .title_underline01.var02, .var02.title_underline02 {
    font-size: 36px; }

.title_underline02 {
  background-image: url(../style/ico_underline02.png); }

.decor_underline01 {
  position: relative;
  padding-bottom: 0.8em; }
  .decor_underline01::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20px;
    height: 1px;
    background-color: #133c68; }

.btn_border01 {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px 30px;
  border: 1px solid #d2d2d2;
  background: url(../style/ico_arrow_right01.png) no-repeat 15px 50%; }
  .btn_border01:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s; }

/* icons */
[class*="ico_ir_"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../style/spr_ir_ico01.png);
  background-repeat: no-repeat; }

.ico_ir_graph {
  background-position: 0 0; }

.ico_ir_calendar {
  background-position: 0 -60px; }

.ico_ir_electronic {
  background-position: 0 -104px; }

.ico_ir_checked {
  background-position: 0 -141px; }

.ico_ir_matters {
  background-position: 0 -182px; }

.ico_ir_envelope {
  background-position: 0 -223px; }

/* form controls */
::-webkit-input-placeholder {
  color: #989898; }

::-moz-placeholder {
  color: #989898; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #989898; }

::-ms-input-placeholder {
  /* Edge */
  color: #989898; }

textarea, [type="text"], [type="email"], [type="tel"], [type="search"], [type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 0.2em 0.5em;
  font-size: 16px; }
  textarea:focus, [type="text"]:focus, [type="email"]:focus, [type="tel"]:focus, [type="search"]:focus, [type="password"]:focus {
    border-color: #00A0E9; }

select::-ms-expand {
  display: none; }

[type="file"] {
  cursor: pointer; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  background-size: 10px auto;
  padding: 0.1em 25px 0.2em 5px;
  font-size: 16px;
  cursor: pointer; }
  select:focus {
    border-color: #00A0E9; }

[type="radio"], [type="checkbox"], label {
  cursor: pointer; }

/* form validation */
.invalid_control {
  background-color: #ffdfdf;
  border-color: #ffb9b9; }

.invalid_control:focus {
  border-color: #f28181;
  background-color: #fff; }

.invalid_color {
  color: #133c68; }

.invalid_message {
  display: block;
  color: #133c68;
  font-weight: bold; }

.img_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .img_list > li {
    display: inline-block;
    margin-bottom: 30px; }

.figure_wrap {
  display: inline-block; }

.figure_caption {
  display: block;
  margin-top: 5px;
  font-size: 13px; }

.figure_parag01 {
  display: block;
  margin-top: 5px;
  font-size: 12px; }

/* lightbox */
.blackbox_wrap {
  display: none; }

.blackbox_layer {
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 20px 10px 10px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  white-space: nowrap; }
  .blackbox_layer:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.blackbox_inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
  white-space: normal;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: #fff;
  transform: scale(0) translateY(-100%); }
  .blackbox_inner.js_blackbox_play {
    transform: scale(1) translateY(0);
    transition: all 0.4s; }

.blackbox_close {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 34px;
  height: 34px;
  background: #0066a7 url(../style/ico_batsu01.png) no-repeat 50% 50%;
  background-size: 30px 30px;
  border-radius: 4px;
  text-indent: -9999px; }

/**
 * commons
 */
.inner_wrap01 {
  width: 1080px;
  margin-left: 0;
  margin-right: auto;
  margin-top: -5px;
}

.inner_wrap02 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }

.header_wrap {
  position: relative;
  z-index: 4;
  border-top: 3px solid #133c68;
  background-color: #fff;
  box-shadow: 0 0 10px black; }

.logo01_wrap {
  float: left;
  margin: 13px 0 21px 0; }
.logo01_wrap img {
    width: 243px;
}
.header_btn_wrap {
  float: right; }
  .header_btn_wrap > li {
    float: left; }
    .header_btn_wrap > li + li {
      margin-left: 2px; }

[class*="header_btn_item"] {
  display: block;
  padding: 13px 5px;
  min-width: 155px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff; }
  [class*="header_btn_item"]:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s; }

.header_btn_item01 {
  background-color: #666; }

.header_btn_item02 {
  background-color: #333; }

.header_btn_item03 {
  background-color: #133c68; }

.main_nav_wrap {
  clear: both; }

.main_nav_list_wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-right: 1px solid #d2d2d2;
  line-height: 0; }
  .main_nav_list_wrap .mnl_item {
    display: table-cell;
    border-left: 1px solid #d2d2d2;
    vertical-align: middle; }
  .main_nav_list_wrap .mnl_withsub {
    position: relative;
    background: url(../style/ico_arrow_down01.png) no-repeat 90% 50%; }
    .main_nav_list_wrap .mnl_withsub_en {
    /*position: relative;
    background: url(../style/ico_arrow_down01.png) no-repeat 95% 50%;*/ }
@media screen and (min-width: 768px) {
    .main_nav_list_wrap .mnl_item.mnl_active {
        color: #133c68;
        /*font-weight: bold;*/
    }
    .main_nav_list_wrap .mnl_item:hover, .main_nav_list_wrap .mnl_item.mnl_hover {
        font-weight: bold;
        color: #fff;
        background-color: #e50012;
        transition-property: font-weight, color, background-color;
        transition-duration: 0.3s;
    }

    .main_nav_list_wrap .mnl_withsub:hover {
        background-image: url(../style/ico_arrow_down02.png);
        color: #fff;
    }

/*    .main_nav_list_wrap .mnl_withsub_en:hover {
        background-image: url(../style/ico_arrow_down02.png);
        color: #fff;
    }*/
}  
  .main_nav_list_wrap .mnl_inner {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    opacity: 1; 
  font-weight: bolder;}
    .main_nav_list_wrap .mnl_inner:hover{
      color:#fff;

    }

  .main_nav_list_wrap .mnl_sub {
    position: absolute;
    z-index: 4;
    top: 100%;
    left: 0;
    display: none;
    overflow: hidden;
    margin-left: -1px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
    text-align: center; }
    .main_nav_list_wrap .mnl_sub::before {
      content: '';
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      height: 1px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .main_nav_list_wrap .mnl_sub.var01 {
      width: 850px;
      padding-left: 10px; }
    .main_nav_list_wrap .mnl_sub.var02 {
      width: 1000px;
      padding-left: 18px; }
    .main_nav_list_wrap .mnl_sub.var03 {
      width: 1000px;
      /*margin-left: -537px;*/
      padding-left: 10px; }
      .main_nav_list_wrap .mnl_sub.var04 {
      width: 850px;
      /*margin-left: -537px;*/
      padding-left: 10px; }


.subMenu_list {
  /* used in ir pages left side and inside main nav */
  overflow: hidden;
  text-align: left;
  margin-top: 20px; }
  .subMenu_list > li {
    float: left;
    width: 170px;
    height: 135px;
    margin: 0 8px; 
    list-style-type: none;
  }

  .subMenu_list.var01 {
    float: left;
    width: 560px; }

.subMenu_list_link {
  display: block; }
  .subMenu_list_link:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.3s; 
    color: #ec0005;
  }

.subMenu_list_img {
  max-width: 100%;
  margin-bottom: 5px; 
}

.subMenu_list_title {
  display: block;
  line-height: 1.2;
  font-weight: bold; 
    letter-spacing: 0.07em;}

/* sub menu second area */
.subMenu_second_wrap {
  float: left;
  margin-left: 100px;
  text-align: left; }

/* hero */
.hero_wrap {
  background-color: #868686;
  background-image: url(../style/others_hero01.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 0 15px;}
  .hero_wrap .hero_inner {
    position: relative;
    display: flex;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    justify-content: center;
    align-items: center; }
  .hero_wrap.var01 {
    background-image: url(../style/ir_top_hero01.jpg);
    background-color: #525655; }
  .hero_wrap.var02 {
    background-color: #536374;
    background-image: url(../style/corporate_top_hero01.jpg);
    background-position: 50% 100%; }
  .hero_wrap.var03 {
    background-color: #112331;
    background-image: url(../style/business_top_hero01.jpg); }
    .hero_wrap.var03 .hero_inner {
      height: 300px; }
  .hero_wrap.var04 {
    background-color: #3E4758;
    background-image: url(../style/business_tramper_hero01.jpg); }
  .hero_wrap.var05 {
    background-color: #A29E93;
    background-image: url(../style/recruit_top_hero01.jpg); }
  .hero_wrap.var06 {
    background-color: #384148;
    background-image: url(../style/marine_top_hero01.jpg); }
  .hero_wrap.var07 {
    background-color: #565d66;
    background-image: url(../style/good_point_top_hero01.jpg); }
    .hero_wrap.var07 .hero_inner {
      height: 300px; }
  .hero_wrap.var09 {
    background-color: #426071;
    background-image: url(../style/safety_envir_top_hero01.jpg); }
  .hero_wrap.var10 {
    background-color: #3e6e89;
    background-image: url(../style/ship_top_hero01.jpg);
    background-position: 50% 100%; }
  .hero_wrap.var11 {
    background-color: #40454a;
    background-image: url(../style/schedule_top_hero01.jpg); }

.breadcrumb_wrap {
  position: absolute;
  left: 0;
  top: 25px;
  color: #c8c8c8; }

.breadcrumb_link:hover {
  text-decoration: underline;
  opacity: 1;
  transition: 0; }

.breadcrumb_here {
  color: #fff; }

.hero_cont {
  text-align: center; }

.hero_title {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold; }
  .hero_title.var01 {
    padding-bottom: 25px;
    background: url(../style/ico_underline01.png) no-repeat 50% 100%; }

.hero_parag01 {
  margin-top: 15px;
  font-size: 20px;
  color: #fff; }

.topagetop_btn_wrap {
  background-color: #fff;
  text-align: center; }

.topagetop_btn {
  display: inline-block;
  height: 60px;
  width: 54px;
  background: url(../style/ico_topagetop01.png) no-repeat 50% 50%; }
  .topagetop_btn:hover {
    opacity: 0.7; }

.footer_link_wrap {
  padding: 15px 0;
  text-align: center;
  color: #666; }
  .footer_link_wrap > li {
    display: inline-block; }
    .footer_link_wrap > li + li {
      margin-left: 60px; }
  .footer_link_wrap a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s; }

.footer_copy_wrap {
  padding: 20px 0;
  border-bottom: 2px solid #133c68;
  background-color: #333;
  font-size: 12px;
  text-align: center;
  color: #fff; }

/**
 * ir top
 */
.irTop_wrap {
  padding-top: 20px;
  padding-bottom: 80px;
  background: url(../style/bg_nana01.png) no-repeat 50% 40px;
  background-attachment: fixed; }

.irTop_hokoku_wrap {
  position: relative;
  margin-bottom: 70px;
  padding: 3px;
  background-color: #fff; }

.irTop_hokoku_link {
  display: block;
  font-size: 18px;
  font-weight: bold; }
  .irTop_hokoku_link:hover .irTop_hokoku_title {
    opacity: 0.7;
    transition: opacity 0.3s; }

.irTop_hokoku_title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  text-align: center; }

.irTop_title01 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1; }

/* documents */
.irTop_doc_list {
  margin-bottom: 70px; }
  .irTop_doc_list > li {
    float: left;
    display: flex;
    flex-flow: column;
    width: 220px;
    height: 18.5em;
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #fff;
    text-align: center; }
    .irTop_doc_list > li + li {
      margin-left: 20px; }
  .schedule_wrap .irTop_doc_list {
    max-width: 780px;
    margin: 0 auto 80px auto; }
    .schedule_wrap .irTop_doc_list > li {
      width: 380px;
      height: 13em; }

.irTop_doc_list_title {
  position: relative;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .irTop_doc_list_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1em;
    height: 1px;
    background-color: #133c68; }

.irTop_doc_list_date {
  font-size: 13px;
  margin-bottom: 5px; }

.irTop_doc_list_small {
  font-size: 11px; }

.irTop_doc_list_link {
  margin-bottom: 5px;
  color: #0066a7; }

.irTop_doc_list_more {
  margin: auto 10px 0 10px;
  padding-top: 10px;
  border-top: 1px dotted #999; }

/* news topics */
.irTop_news_wrap {
  margin-bottom: 70px; }

.irTop_news_col01 {
  float: left;
  max-width: 698px; }

.news_list {
  border-top: 1px dotted #999; }
  .news_list.var01 {
    border-top: none; }
  .news_list > li {
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px dotted #999;
    word-break: break-all;
    word-wrap: break-word; }

.news_list_date {
  display: inline-block;
  width: 9em; }

.news_list_icon {
  display: inline-block;
  width: 90px;
  padding: 5px 0;
  background-color: #0066a7;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #fff; }
  .news_list_icon.var01 {
    background-color: darkorange; }
  .news_list_icon.var02 {
    background-color: #464646; }
  .news_list_icon.var03 {
    background-color: forestgreen; }
  .news_list_icon.var04 {
    background-color: #133c68; }
  .news_list_icon.var05 {
    background-color: #00a0e9; }

.news_list_new {
  display: inline-block;
  padding: 2px 5px;
  background-color: #133c68;
  font-size: 14px;
  line-height: 1;
  color: #fff; }

.news_list_col01 {
  float: left;
  margin-right: 10px; }

.news_list_col02 {
  overflow: hidden; }

.news_link {
  color: #0066a7; }

.news_more {
  margin-top: 10px; }

.irTop_news_btn_wrap {
  float: right;
  width: 220px; }
  .irTop_news_btn_wrap > li + li {
    margin-top: 7px; }

.irTop_news_btn_small {
  font-size: 12px; }

[class*="irTop_news_btn_item"] {
  display: inline-block;
  display: flex;
  flex-flow: column;
  height: 98px;
  padding: 10px 10px 10px 60px;
  justify-content: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #fff;
  background-repeat: no-repeat; }

.irTop_news_btn_item01 {
  background-image: url(../style/ico_graph_big01.png), url(../style/ico_newwindow01.png);
  background-position: 18px 50%, 98% 5px; }

.irTop_news_btn_item02 {
  background-image: url(../style/ico_envelope_big01.png);
  background-position: 18px 50%; }

.irTop_grid_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.irTop_grid_item {
  display: inline-block;
  width: 300px;
  margin-bottom: 20px;
  background-color: #fff; }
  .irTop_grid_item.var01 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent; }

.irTop_grid_img {
  height: 124px; }

.irTop_grid_title {
  display: inline-block;
  display: flex;
  height: 95px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold; }
  .irTop_grid_title.var01 {
    padding-left: 50px;
    text-align: left;
    justify-content: flex-start; }

.irTop_grid_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 35px 20px;
  background-color: #fff; }
  .irTop_grid_list > li {
    position: relative;
    display: inline-block;
    min-width: 33%;
    margin-top: 5px;
    padding-right: 5px;
    padding-left: 12px; }
    .irTop_grid_list > li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.4em;
      width: 0.75em;
      height: 0.75em;
      border-radius: 100px;
      background-color: #999; }
  .irTop_grid_list.var01 > li {
    width: 100%; }
  .irTop_grid_list.var02 > li {
    min-width: 50%; }

.irTop_btn_list {
  display: flex;
  justify-content: space-between; }
  .irTop_btn_list > li {
    display: inline-block;
    display: flex;
    align-items: center;
    width: 220px;
    height: 95px;
    padding-left: 10px;
    background-color: #fff; }

.irTop_btn {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4; }

.irTop_btn_ico {
  display: inline-block;
  width: 40px;
  text-align: left; }

/**
 * ir stock
 */
.irCont_wrap {
  padding: 40px 0 55px 0; }

.irCont_side {
  float: left;
  width: 220px; }

.irCont_main {
  float: right;
  width: 700px;
  padding: 30px 80px 80px 80px;
  background-color: #fff;
  font-size: 15px; }
  .irCont_main.var01 {
    background: none;
    padding: 0; }
  .irCont_main.var02 {
    min-height: 442px; }

.ir_pagenav_wrap {
  background-color: #fff; }

.pagenav_list {
  display: table;
  margin-left: auto;
  margin-right: auto; }
  .pagenav_list > li {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    text-align: center; }
    .pagenav_list > li + li {
      padding-left: 20px; }
  .pagenav_list a {
    display: inline-block;
    padding-left: 20px;
    background: url(../style/ico_arrow_down03.png) no-repeat 0 50%; }
    .pagenav_list a:hover {
      text-decoration: none;
      color: #717171; }

.irCont_nav_list {
  background-color: #fff; }
  .irCont_nav_list > li {
    border-bottom: 1px dotted #666; }
    .irCont_nav_list > li a {
      display: block;
      padding: 20px 5px 20px 30px;
      background: url(../style/ico_arrow_right01.png) no-repeat 15px 50%; }
      .irCont_nav_list > li a:hover {
        color: #133c68;
        text-decoration: none;
        opacity: 1; }
      .irCont_nav_list > li a.nl_active {
        color: #133c68;
        font-weight: bold; }
    .irCont_nav_list > li:nth-of-type(1) {
      border-bottom: none; }
      .irCont_nav_list > li:nth-of-type(1) a {
        background-color: #dedede;
        font-weight: bold; }
        .irCont_nav_list > li:nth-of-type(1) a:hover {
          background-color: #e8e8e8;
          color: #133c68; }
    .irCont_nav_list > li:last-of-type {
      border-bottom: none; }

.irCont_link_list {
  margin-top: 20px;
  font-size: 13px; }
  .irCont_link_list > li + li {
    margin-top: 25px; }
  .irCont_link_list a {
    display: block;
    position: relative;
    padding-left: 32px; }
    .irCont_link_list a.ll_active {
      font-weight: bold;
      color: #133c68; }
  .irCont_link_list [class*="ico_ir_"] {
    position: absolute;
    left: 0;
    top: 0; }

.irCont_section01 {
  margin-bottom: 90px; }

.irCont_table_unit {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: right; }

.irCont_table01, .irCont_table02 {
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  line-height: 1.4; }
  .irCont_table01.var01, .irCont_table02.var01 {
    width: auto; }
  .irCont_table01.border tr:nth-child(odd), .irCont_table02.border tr:nth-child(odd) {
    background-color: #f0f0f0; }
  .irCont_table01 th, .irCont_table01 td, .irCont_table02 th, .irCont_table02 td {
    padding: 7px 5px; }
  .irCont_table01 th, .irCont_table02 th {
    font-weight: bold;
    text-align: left;
    vertical-align: middle; }
  .irCont_table01 td, .irCont_table02 td {
    text-align: right;
    vertical-align: middle; }
  .irCont_table01 tr + tr, .irCont_table02 tr + tr {
    border-top: 1px dotted #999; }
  .irCont_table01 .tbl_cell01, .irCont_table02 .tbl_cell01 {
    text-align: left; }
  .irCont_table01 .tbl_cell02, .irCont_table02 .tbl_cell02 {
    text-align: right; }
  .irCont_table01 .tbl_cell03, .irCont_table02 .tbl_cell03 {
    padding-right: 4em; }
  .irCont_table01 .tbl_cell04, .irCont_table02 .tbl_cell04 {
    padding-right: 6em; }
  .irCont_table01 .tbl_cell05, .irCont_table02 .tbl_cell05 {
    width: 160px;
    text-align: left; }
  .irCont_table01 .tbl_cell06, .irCont_table02 .tbl_cell06 {
    padding-right: 280px;
    text-align: right; }
  .irCont_table01 .tbl_cell07, .irCont_table02 .tbl_cell07 {
    text-align: center;
    font-weight: normal; }
  .irCont_table01 .tbl_cell08, .irCont_table02 .tbl_cell08 {
    font-weight: bold; }
  .irCont_table01 .tbl_border01, .irCont_table02 .tbl_border01 {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999; }
  .irCont_table01 .tbl_row01 th, .irCont_table01 .tbl_row01 td, .irCont_table02 .tbl_row01 th, .irCont_table02 .tbl_row01 td {
    background-color: #f3f3f3; }
  .irCont_table01 .tbl_row02 th, .irCont_table01 .tbl_row02 td, .irCont_table02 .tbl_row02 th, .irCont_table02 .tbl_row02 td {
    height: 53px; }

.irCont_table02 th, .irCont_table02 td {
  vertical-align: middle; }

.irCont_notice {
  margin-top: 5px;
  font-size: 12px; }

.irCont_graph {
  text-align: center; }

.irCont_link {
  color: #0066a7; }

.irCont_title01 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold; }

.irCont_title01_sub {
  font-weight: normal;
  font-size: 12px; }

.irCont_title02 {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: bold; }

.irCont_parag01 {
  margin-bottom: 30px; }

.irCont_list01 > li + li {
  margin-top: 15px; }

/**
 * ir library
 */
.tab_list, .top_news_tab_list, .marine_tab_list, .newsTop_tab_list {
  margin: 0 6px; }
  .tab_list > li, .top_news_tab_list > li, .marine_tab_list > li, .newsTop_tab_list > li {
    float: left;
    width: 25%; }
    .tab_list > li + li, .top_news_tab_list > li + li, .marine_tab_list > li + li, .newsTop_tab_list > li + li {
      padding-left: 1px; }
  .tab_list a, .top_news_tab_list a, .marine_tab_list a, .newsTop_tab_list a {
    position: relative;
    display: flex;
    height: 57px;
    justify-content: center;
    align-items: center;
    border: 1px solid #d2d2d2;
    border-bottom: none;
    background-color: #fff;
    font-size: 16px;
    color: #666;
    line-height: 1.2;
    text-align: center; }
    .tab_list a:hover, .top_news_tab_list a:hover, .marine_tab_list a:hover, .newsTop_tab_list a:hover {
      font-weight: bold;
      text-decoration: none;
      opacity: 1; }
    .tab_list a.js_visible, .top_news_tab_list a.js_visible, .marine_tab_list a.js_visible, .newsTop_tab_list a.js_visible {
      border: 1px solid #133c68;
      border-bottom: none;
      font-weight: bold; }
      .tab_list a.js_visible::after, .top_news_tab_list a.js_visible::after, .marine_tab_list a.js_visible::after, .newsTop_tab_list a.js_visible::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 2px;
        background-color: #fff; }
    .tab_list a.js_visible, .top_news_tab_list a.js_visible, .marine_tab_list a.js_visible, .newsTop_tab_list a.js_visible {
      cursor: default; }

.tab_body, .top_news_tab_body, .marine_tab_body, .newsTop_tab_body {
  display: none;
  padding: 50px 80px 80px 80px;
  border-top: 1px solid #133c68;
  background-color: #fff; }
  .tab_body.js_visible, .js_visible.top_news_tab_body, .js_visible.marine_tab_body, .js_visible.newsTop_tab_body {
    display: block; }

.top_news_tab_list {
  margin-left: 0;
  margin-right: 0; }
  .top_news_tab_list > li + li {
    padding-left: 4px; }
  .top_news_tab_list a {
    background-color: #f3f3f3; }
    .top_news_tab_list a.js_visible {
      background-color: #fff;
      border-color: #999; }

.top_news_tab_body {
  padding: 10px 0;
  border-color: #999; }

.marine_tab_list {
  margin-left: auto;
  margin-right: auto; }
  .marine_tab_list > li {
    width: 33.3333333%; }
    .marine_tab_list > li + li {
      padding-left: 2px; }
  .marine_tab_list a {
    height: 87px;
    font-weight: bold;
    background-color: #fff;
    color: #464646; }
    .marine_tab_list a:not(.js_visible):hover {
      text-decoration: none;
      opacity: 0.7;
      transition: opacity 0.3s; }

.marine_tab_em, .marine_tab02_em {
  margin-right: 10px;
  vertical-align: middle;
  line-height: 2px;
  font-size: 70px;
  color: #133c68;
  font-weight: normal; }

.marine_tab02_em {
  font-size: 50px; }

.marine_tab_body {
  padding: 10px 0; }

.newsTop_tab_list {
  margin-left: 0;
  margin-right: 0; }
  .newsTop_tab_list > li {
    width: 20%; }
    .newsTop_tab_list > li + li {
      padding-left: 4px; }
  .newsTop_tab_list a {
    height: 74px;
    background-color: #f3f3f3; }
    .newsTop_tab_list a.js_visible {
      background-color: #fff; }

.newsTop_tab_body {
  padding: 10px 0; }

.marine_tab02_wrap {
  padding-bottom: 90px;
  background-color: #fff; }

.marine_tab02_list {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2; }
  .marine_tab02_list > li {
    float: left;
    width: 33.3333333%;
    padding: 0 2px;
    text-align: center; }
    .marine_tab02_list > li + li {
      border-left: 1px solid #d2d2d2; }
  .marine_tab02_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px;
    text-align: left;
    background-image: url(../style/ico_arrow_right01.png);
    background-repeat: no-repeat;
    background-position: 13px 50%;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #464646; }
    .marine_tab02_list a.js_tab02_visible {
      background-color: #f3f3f3;
      background-image: none;
      cursor: default;
      text-decoration: none; }
    .marine_tab02_list a:not(.js_tab02_visible):hover {
      text-decoration: none;
      opacity: 0.7;
      transition: opacity 0.3s; }

/**
 * ir library
 */
.irLibrary_president_wrap {
  position: relative;
  margin-bottom: 35px;
  font-size: 23px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",Helvetica, "serif"; }

.irLibrary_president_sign {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",Helvetica, "serif";
  font-weight: bold; }

.irLibrary_president_name {
  font-size: 23px; }

/**
 * ir disclosure
 */
.irDisclosure_title01 {
  margin-bottom: 5px;
  font-weight: bold; }

.irDisclosure_parag01 {
  text-indent: 1em; }

/**
 * top page (home page)
 */
.top_hero_wrap {
  overflow: hidden;
  position: relative;
  background-color: #fff; }

.top_hero_inner_wrap {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  max-width: 980px;
  margin: 0 auto; }

.top_hero_slider_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 530px;
  max-width: 2000px;
  margin: 0 auto; }
  .top_hero_slider_wrap > li {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 530px; }
    .top_hero_slider_wrap > li.js_sliderdp_back {
      display: block;
      z-index: 3; }
    .top_hero_slider_wrap > li.js_sliderdp_visible {
      display: block;
      z-index: 4; }

.top_hero_slider_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 940px;
  margin: 0 auto; }

.sliderdp_btn_wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 940px;
  height: 0;
  margin: auto; }

.sliderdp_btn_prev, .sliderdp_btn_next {
  position: absolute;
  top: -20px;
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -200px;
  text-align: left; }

.sliderdp_btn_prev {
  right: 100%;
  margin-right: 20px;
  background-image: url(../style/ico_prev01.png); }

.sliderdp_btn_next {
  left: 100%;
  margin-left: 20px;
  background-image: url(../style/ico_next01.png); }

.sliderdp_paging_wrap {
  position: absolute;
  z-index: 1;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 940px;
  margin: 0 auto; }

.sliderdp_paging_bullet {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f3f3f3; }
  .sliderdp_paging_bullet + .sliderdp_paging_bullet {
    margin-left: 10px; }
  .sliderdp_paging_bullet.js_paging_active {
    background-color: #133c68; }

.top_hero_slider_body {
  opacity: 0;
  margin-top: 240px; }
  .top_hero_slider_body.var01 {
    margin-top: 30px; }
  .top_hero_slider_body.var02 {
    margin-top: 90px; }
  .js_play .top_hero_slider_body {
    opacity: 1;
    transition-property: opacity;
    transition-delay: 0.1s;
    transition-duration: 1s; }

.top_hero_slider_img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1000px;
  margin-top: -265px;
  transform: scale(1.3); }
  .js_play .top_hero_slider_img {
    transform: scale(1);
    transition-property: transform;
    transition-duration: 8s; }

.top_hero_slider_btn_wrap {
  margin-top: 5px; }

.top_hero_slider_btn {
  display: inline-block;
  padding: 10px 10px 10px 36px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../style/ico_arrow_right02.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  color: #fff; }
  .top_hero_slider_btn:hover {
    text-decoration: none;
    opacity: 1;
    background-color: #464646;
    transition: background-color 0.3s; }

.top_hero_title01 {
  display: inline-block;
  border-bottom: 3px solid rgba(229, 0, 18, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 39px;
  color: #fff;
  padding: 11px 15px;
  line-height: 1;
  font-weight: bold; }

.top_hero_btn_wrap {
  position: absolute;
  top: 7px;
  right: 20px;
  line-height: 1.3; }
  .top_hero_btn_wrap > li + li {
    margin-top: 3px; }
  .top_hero_btn_wrap a {
    display: inline-block;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 158px;
    height: 70px;
    padding: 0 0 0 54px;
    background-color: rgba(12, 36, 56, 0.8);
    color: #fff;
    background-repeat: no-repeat; }
    .top_hero_btn_wrap a:hover {
      text-decoration: none;
      opacity: 0.7;
      transition: opacity 0.3s; }
  .top_hero_btn_wrap .btnitem01 {
    background-image: url(../style/ico_schedule01.png);
    background-position: 13px 50%; }
  .top_hero_btn_wrap .btnitem02 {
    background-image: url(../style/ico_compass01.png);
    background-position: 16px 50%; }

.top_wrap01 {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 80px;
  background: url(../style/bg_nana01.png) no-repeat 50% 40px; }

.top_tab_list {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px; }
  .top_tab_list > li {
    float: left;
    width: 50%; }
  .top_tab_list a {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    background-color: #666;
    color: #fff; }
    .top_tab_list a::before {
      display: inline-block;
      content: '';
      width: 33px;
      height: 33px;
      margin-right: 1em;
      background: url(../style/ico_magnifier02.png) no-repeat; }
    .top_tab_list a:hover {
      opacity: 1;
      background-color: #aaa;
      transition: background-color 0.3s; }
    .top_tab_list a.js_visible {
      background-color: #f3f3f3;
      color: #666;
      text-decoration: none;
      cursor: default; }
      .top_tab_list a.js_visible:before {
        background-image: url(../style/ico_magnifier01.png); }
      .top_tab_list a.js_visible:hover {
        opacity: 1; }

.top_tab_body {
  display: none;
  padding-top: 55px; }
  .top_tab_body.js_visible {
    display: block; }

.top_title01 {
  margin-bottom: 25px;
  padding-bottom: 25px;
  background: url(../style/ico_underline01.png) no-repeat 50% 100%;
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center; }

.top_parag01 {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: bold; }

.grid01_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .grid01_wrap.var01 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .grid01_wrap > li {
    display: inline-block;
    width: 214px;
    margin: 14px;
    background-color: #fff; }

.grid01_link01 {
  display: block; }
  .grid01_link01:hover {
    text-decoration: none;
    opacity: 0.7; }

.grid01_img01 {
  height: 120px; }

.grid01_body01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px; }
  .grid01_body01.var01 {
    background-image: url(../style/ico_newwindow01.png);
    background-repeat: no-repeat;
    background-position: 98% 4px; }

.grid01_title01 {
  position: relative;
  padding-bottom: 5px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }
  .grid01_title01::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20px;
    height: 1px;
    background-color: #133c68; }

.grid01_parag01 {
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal; }

.top_btn01_wrap {
  margin-top: 20px;
  text-align: center; }
  .top_btn01_wrap > li {
    display: inline-table;
    vertical-align: top; }
    .top_btn01_wrap > li + li {
      margin-left: 20px; }
  .top_btn01_wrap a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    min-width: 244px;
    height: 70px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #484848; }
    .top_btn01_wrap a::before {
      content: '';
      width: 9px;
      height: 14px;
      background: url(../style/ico_arrow_right02.png) no-repeat; }
    .top_btn01_wrap a:hover {
      text-decoration: none;
      opacity: 0.7;
      transition: opacity 0.3s; }
  .top_btn01_wrap .top_btn01_small {
    display: block;
    font-size: 11px; }

.top_wrap02 {
  background-color: #fff; }
  .top_wrap02 .inner_wrap01 {
    padding: 65px 0 40px 0; }

.top_news_wrap {
  position: relative; }

.top_news_more_wrap {
  position: absolute;
  right: 0;
  top: 20px; }
  .top_news_more_wrap > li {
    float: right;
    margin-left: 20px; }

/**
 * schedule top page
 */
.schedule_wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 0 90px 0; }

.schedule_group {
  overflow: hidden;
  margin-bottom: 80px; }

.schedule_item {
  float: left;
  width: 32%;
  margin-left: 2%; }
  .schedule_item:nth-child(n+4) {
    margin-top: 2%; }
  .schedule_item:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }

.schedule_btn01 {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #464646;
  text-align: center; }
  .schedule_btn01::before {
    content: '';
    width: 10px;
    height: 13px;
    margin-right: 10px;
    background: url(../style/ico_arrow_right01.png) no-repeat 50% 50%; }

.schedule_btn01_sub {
  font-size: 14px; }

/**
 * business top page
 */
.businessTop_wrap {
  padding-top: 30px;
  background: url(../style/bg_nana01.png) no-repeat 50% 40px;
  background-attachment: fixed; }

.tiled_wrap, .corpTop_tiled_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .tiled_wrap.var01, .var01.corpTop_tiled_wrap {
    margin-bottom: 50px; }
  .tiled_wrap > li, .corpTop_tiled_wrap > li {
    display: inline-block;
    display: flex;
    flex-direction: column;
    max-width: 460px;
    margin-bottom: 40px; }
  .tiled_wrap .tiled_img, .corpTop_tiled_wrap .tiled_img {
    height: 260px;
    text-align: center; }
  .tiled_wrap .tiled_body, .corpTop_tiled_wrap .tiled_body {
    z-index: 2;
    display: inline-block;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    margin: -75px 20px 0 20px;
    padding: 35px 25px 30px 25px;
    background-color: #fff; }
  .tiled_wrap .tiled_title, .corpTop_tiled_wrap .tiled_title {
    position: relative;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center; }
  .tiled_wrap .tiled_parag01, .corpTop_tiled_wrap .tiled_parag01 {
    margin-bottom: 10px;
    font-size: 15px; }
  .tiled_wrap .tiled_btn_wrap, .corpTop_tiled_wrap .tiled_btn_wrap {
    margin-top: auto;
    text-align: center; }

.corpTop_tiled_wrap > li {
  width: 300px; }
  .corpTop_tiled_wrap > li.var01 {
    margin-left: auto; }
  .corpTop_tiled_wrap > li.var02 {
    margin-right: auto;
    margin-left: 19px; }
.corpTop_tiled_wrap .tiled_img {
  height: 200px;
  text-align: center; }

/**
 * business tramper page
 */
.busiTramper_wrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 70px; }

.busiTramper_titlesub01 {
  margin-bottom: 50px;
  font-size: 22px;
  text-align: center;
  font-weight: bold; }

.listing01_wrap > li {
  overflow: hidden;
  margin-bottom: 70px;
  padding-top: 13px;
  border-top: 1px solid #133c68; }
  .listing01_wrap > li.var01 {
    margin-bottom: 0; }

.listing01_img {
  float: right; }

.listing01_img02 {
  float: left;
  margin-right: 25px; }

.listing01_section {
  margin-bottom: 60px; }

.listing01_body {
  float: left;
  max-width: 540px;
  clear: left; }

.listing01_body02 {
  overflow: hidden; }

.listing01_title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold; }

.listing01_title02 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d2d2d2;
  font-size: 18px;
  line-height: 1.2;
  color: #133c68; }

.listing01_parag01 {
  font-size: 15px; }
  .listing01_parag01.var01 {
    margin-bottom: 30px; }

.busiTramper_title01 {
  margin-bottom: 25px;
  padding: 3px 0 3px 3px;
  border-left: 7px solid #133c68;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2; }

.busiTramper_section01 {
  margin-bottom: 70px; }

.busiTramper_section02 {
  margin-bottom: 30px; }

.busiTramper_parag01 {
  font-size: 15px; }

.busiTramper_table01 {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2; }
  .busiTramper_table01.var01 {
    font-size: 15px; }
  .busiTramper_table01 th, .busiTramper_table01 td {
    padding: 5px 0;
    font-weight: normal;
    text-align: left; }
  .busiTramper_table01 tr + tr {
    border-top: 1px solid #d2d2d2; }
  .busiTramper_table01 .cell01 {
    font-weight: bold; }
  .busiTramper_table01 .colwidth01 {
    width: 19em; }
  .busiTramper_table01 .colwidth02 {
    width: 15em; }
  .busiTramper_table01 .colwidth03 {
    width: 17em; }
  .busiTramper_table01 .colwidth04 {
    width: 18em; }
  .busiTramper_table01 .colwidth05 {
    width: 26em; }
  .busiTramper_table01 .colwidth06 {
    width: 17em; }

.busiTramper_table01_notice {
  margin: 10px 0 70px 0;
  text-align: right; }

.busiTramper_img_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .busiTramper_img_list li {
    display: inline-block; }

.busiTramper_group_wrap {
  margin-bottom: 100px; }

.busiTramper_flipped {
  float: right; }

.busiTramper_group_body01 {
  float: left;
  max-width: 550px; }

.inquiry01_wrap {
  min-width: 700px;
  margin: 0 auto 50px auto;
  padding: 35px 0;
  background-color: #fff; }

.inquiry01_title01 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.inquiry01_list {
  text-align: center; }
  .inquiry01_list li {
    display: inline-block;
    vertical-align: top;
    font-size: 29px;
    font-style: italic;
    text-align: left; }
    .inquiry01_list li + li {
      margin-left: 50px; }

.inquiry02_list li.sharin {
	margin-top: 20px!important;
}
.inquiry02_list li.sharin{
	width: 33%;
    margin: 0 auto;
    text-align: left;
	position: relative;
}
.inquiry03_list li.sharin {
	width: 40%;
    margin: 0 auto;
    text-align: left;
	position: relative;
}
.inquiry02_list li.sharin h3,
.inquiry03_list li.sharin h3 {
	width: 90%;
    font-size: 14px;
}
.inquiry02_list li.sharin h4,
.inquiry03_list li.sharin h4 {
	width: 85%;
    padding-top: 10px;
}
.inquiry02_list li.sharin h4 span,
.inquiry03_list li.sharin h4 span {
	font-weight: normal;
}
.inquiry02_list li.sharin p,
.inquiry03_list li.sharin p {
	width: 85%;
    padding-top: 5px;
	background: none;
}
.inquiry02_list li.sharin img,
.inquiry03_list li.sharin img {
	position: absolute;
    right: 40px;
}

.inquiry_btn_wrap {
  text-align: center; }
  .inquiry_btn_wrap.var01 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .inquiry_btn_wrap.var02 {
    margin-top: 50px;
    margin-bottom: 70px; }

.inquiry_btn, .form_btn01 {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 60px;
  border: none;
  cursor: pointer;
  background-color: #133c68;
  background: #133c68 url(../style/ico_arrow_right02.png) no-repeat 40px 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  outline: none; }
  .inquiry_btn:hover, .form_btn01:hover {
    text-decoration: none;
    opacity: 0.7; }

/**
 * business marine
 */
.busiMarine_wrap01 {
  padding-top: 60px;
  padding-bottom: 1px; }

.marine_tab_inner_wrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 90px; }

.busiMarine_title01 {
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: bold;
  text-align: center; }

.busiMarine_intro_wrap {
  margin-bottom: 70px; }

.busiMarine_intro_img {
  float: left;
  margin-right: 20px; }

.busiMarine_intro_body {
  overflow: hidden;
  font-size: 15px; }

.busiMarine_notice01 {
  margin-top: 10px;
  font-size: 12px; }

.busiMarine_btn_wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 780px;
  margin: 0 auto 50px auto; }
  .busiMarine_btn_wrap01.var01 {
    margin-bottom: 0; }
  .busiMarine_btn_wrap01 li {
    display: inline-block;
    width: 380px; }
    .busiMarine_btn_wrap01 li:nth-of-type(n+3) {
      margin-top: 50px; }

.busiMarine_btn_wrap02 {
  max-width: 780px;
  margin: 0 auto 30px auto;
  margin-bottom: 30px; }

.busiMarine_btn01 {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #464646;
  font-size: 18px;
  font-weight: bold;
  color: #fff; }
  .busiMarine_btn01:hover {
    text-decoration: none;
    transition: opacity 0.3s;
    opacity: 0.7; }

.busiMarine_btn01_ico {
  margin-right: 0.5em; }

.busiMarine_btn02 {
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding-left: 80px;
  border: 1px solid #d2d2d2;
  background: #fff url(../style/ico_arrow_right01.png) no-repeat 60px 50%;
  font-size: 16px;
  font-weight: bold;
  color: #464646; }
  .busiMarine_btn02:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s; }

.busiMarine_btn02_small {
  font-size: 14px; }

.busiMarine_modal_wrap {
  max-width: 580px;
  padding: 20px; }

.clause_wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #d2d2d2; }

.clause_wrap_body01, .clause_wrap_body02 {
  display: table-cell;
  vertical-align: top;
  padding: 20px 0; }

.clause_wrap_body01 {
  width: 5em;
  padding-left: 20px;
  font-weight: bold; }

.clause_wrap_body02 {
  padding-left: 10px; }
  .clause_wrap_body02 li {
    font-size: 16px;
    color: #464646; }
    .clause_wrap_body02 li + li {
      margin-top: 10px; }
  .clause_wrap_body02 a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s; }

.clause_small {
  font-size: 14px; }

.busiMarine_wrap02 {
  padding-top: 70px;
  padding-bottom: 20px; }

.route_wrap, .route_wrap02 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 25px;
  background-color: #fff; }
  .route_wrap img, .route_wrap02 img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.route_wrap02 {
  max-width: 780px;
  margin: 30px auto 0 auto;
  background-color: #f3f3f3; }

.route_body01, .route_body02, .route_body03, .route_body04, .route_body05 {
  display: table-cell;
  vertical-align: top; }

.route_body01 {
  width: 360px;
  padding-top: 35px; }

.route_body02, .route_body04 {
  width: 288px;
  padding-top: 35px; }

.route_body03 {
  padding: 68px 25px 25px 8px; }

.route_body04 {
  width: 417px;
  padding: 25px 0 25px 25px; }

.route_body05 {
  padding: 59px 25px 25px 25px;
  text-align: center; }

.route_title01 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold; }

.route_small {
  font-size: 14px;
  font-weight: normal; }

.route_grid {
  display: flex;
  flex-wrap: wrap;
  /*	justify-content: space-between;*/ }
  .route_grid.var01 {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 45px;
    background: url(../style/ico_arrow_big_down01.png) no-repeat 50% 100%; }
  .route_grid label {
    cursor: pointer; }
  .route_grid input {
    margin-right: 0.2em;
    cursor: pointer; }

.route_grid_item {
  display: inline-block;
  display: flex;
  align-items: center;
  width: 92px;
  height: 49px;
  padding-left: 7px;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: bold;
  margin-right: 4px; }
  .route_grid_item:nth-of-type(n+4) {
    margin-top: 5px; }
  .rg_color01 .route_grid_item {
    background-color: #fff; }

.route_grid_item2 {
  display: inline-block;
  display: flex;
  align-items: center;
  width: 92px;
  height: 49px;
  padding-left: 7px;
  margin-right: 4px;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: bold; }
  .route_grid_item2:nth-of-type(n+5) {
    margin-top: 5px; }
  .rg_color01 .route_grid_item2 {
    background-color: #fff; }

.route_list {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: bold; }
  .route_list li {
    padding: 5px 0; }
    .route_list li + li {
      border-top: 1px dotted #d2d2d2; }

.route_message {
  text-align: center; }

.busiMarine_wrap03 {
  padding-bottom: 70px; }

.inquiry02_list, .inquiry03_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .inquiry02_list li, .inquiry03_list li {
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 150px;
    background-color: #fff;
    word-break: break-all;
    word-wrap: break-word; }
    .inquiry02_list li.var01, .inquiry03_list li.var01 {
      margin-left: auto;
      margin-right: auto; }
  .inquiry02_list.var01, .var01.inquiry03_list {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }

.inquiry02_title {
  font-size: 16px;
  font-weight: bold; }

.inquiry02_body {
  padding-top: 30px;
  background: url(../style/ico_phone01.png) no-repeat 50% 0;
  font-size: 26px;
  font-style: italic;
  line-height: 1.1; }

.inquiry03_list li {
  width: 245px;
  height: 150px;
  margin-bottom: 21px; }
  .inquiry03_list li.var01 {
    margin-left: auto;
    margin-right: 0; }
  .inquiry03_list li.var02 {
    margin-left: 21px;
    margin-right: 134px; }

.busiMarine_img_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .busiMarine_img_list > li {
    display: inline-block;
    margin-bottom: 30px; }
    .busiMarine_img_list > li.w100 {
      width: 100%; }

/**
 * corporate top page
 */
.corporateTop_wrap {
  padding-top: 30px;
  background: url(../style/bg_nana01.png) no-repeat 50% 40px;
  background-attachment: fixed; }

/* corporate navigation */
.corpNav_wrap {
  margin-bottom: 35px; }

.corpNav_list {
  display: flex; }
  .corpNav_list li {
    display: inline-block;
    width: 20%;
    padding: 0 1px;
    border-right: 1px solid #d2d2d2; }
    .corpNav_list li:first-of-type {
      border-left: 1px solid #d2d2d2; }
  .corpNav_list a {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0 20px;
    background: url(../style/ico_arrow_right01.png) no-repeat 10px 50%;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none; }
    .corpNav_list a.cnl_active {
      background-color: #e9e9e9;
      background-image: none; }
    .corpNav_list a:hover {
      text-decoration: none;
      opacity: 0.7;
      transition: opacity 0.3s; }

/**
 * corporate philosophy
 */
.corpPhilosophy_wrap {
  padding: 50px 15px 100px; }

.corpPhil_section01 {
  margin-bottom: 60px; }

.corpPhil_section02 {
  margin-bottom: 120px; }

.corpPhil_parag01 {
  font-size: 18px;
  text-align: center; }

.corpPhil_list {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px; }
  .corpPhil_list > li {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .corpPhil_list > li + li {
      margin-top: 35px; }

.corpPhil_title {
  display: table-cell;
  vertical-align: middle;
  width: 8em;
  font-size: 20px;
  line-height: 1.4; }

.corpPhil_body {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px; }

/**
 * corporate about us
 */
.corpAbout_wrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  font-size: 15px; }

.corpAbout_deflist01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d2d2d2; }
  .corpAbout_deflist01 > dt, .corpAbout_deflist01 > dd {
    display: inline-block;
    padding: 15px 0; }
  .corpAbout_deflist01 > dt {
    width: 20%;
    font-weight: bold;
    border-top: 1px dotted #d2d2d2; }
  .corpAbout_deflist01 > dd {
    width: 80%;
    padding-left: 5px;
    border-top: 1px dotted #d2d2d2; }

.corpAbout_parag01 {
  margin-bottom: 20px; }

.corpAbout_small {
  font-size: 14px; }

.corpAbout_section01 {
  margin-bottom: 70px; }

.corpAbout_deflist02 > dt, .corpAbout_deflist02 > dd {
  text-align: center; }
.corpAbout_deflist02 > dt {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold; }
.corpAbout_deflist02 > dd {
  padding-top: 15px;
  border-top: 1px dotted #d2d2d2; }
  .corpAbout_deflist02 > dd + dt {
    margin-top: 50px; }

.corpAbout_deflist03 {
  max-width: 31em;
  margin: 0 auto; }
  .corpAbout_deflist03 > dt, .corpAbout_deflist03 > dd {
    margin-bottom: 10px;
    text-align: left; }
  .corpAbout_deflist03 dt {
    float: left;
    clear: left;
    width: 9em;
    font-weight: normal; }
  .corpAbout_deflist03 dd {
    overflow: hidden; }

.corpAbout_img01 {
  margin-top: 30px;
  text-align: center; }

/**
 * corporate officer organization
 */
.corpOrgan_wrap {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  font-size: 15px; }

.corpOrgan_section01 {
  margin-bottom: 70px; }

.corpOrgan_table {
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px dotted #d2d2d2;
  border-bottom: 1px dotted #d2d2d2; }
  .corpOrgan_table tr + tr {
    border-top: 1px dotted #d2d2d2; }
  .corpOrgan_table th, .corpOrgan_table td {
    height: 4em;
    padding: 2px 0;
    vertical-align: middle;
    text-align: left; }
  .corpOrgan_table th {
    font-weight: bold;
    width: 10em; }
  .corpOrgan_table td:nth-of-type(1) {
    font-size: 12px;
    font-weight: bold;
    width: 23em; }
  .corpOrgan_table td:nth-of-type(2) {
    width: 6em; }
  .corpOrgan_table td:nth-of-type(3) {
    display: none;
    text-align: right;
    width: 7em; }

.corpOrgan_table_small {
  font-size: 12px; }

.corpOrgan_chart_wrap {
  border-top: 1px dotted #d2d2d2; }

.corpOrgan_chart_date {
  margin-top: 10px;
  font-size: 12px;
  text-align: right; }

.corpOrgan_chart_img01 {
  margin-top: 30px;
  text-align: center; }

.corpOrgan_career_wrap {
  max-width: 580px;
  padding: 20px; }

.corpOrgan_career_title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold; }

.corpOrgan_career_title_sub {
  margin-bottom: 5px;
  display: block;
  font-size: 14px; }

.corpOrgan_career_parag01 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px; }

.corpOrgan_career_table {
  width: 100%;
  table-layout: fixed; }
  .corpOrgan_career_table th, .corpOrgan_career_table td {
    text-align: left;
    vertical-align: top;
    font-weight: normal; }
  .corpOrgan_career_table th {
    width: 13em; }

/**
 * corporate officer history
 */
.corpHistory_wrap01 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  font-size: 15px; }

.corpHistory_section01 {
  margin-bottom: 50px; }

.corpHistory_section02 {
  margin-bottom: 80px; }

.corpHistory_subtitle01 {
  display: block;
  margin-top: 5px;
  font-size: 20px; }

.corpHist_parag01 {
  font-size: 22px;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",Helvetica, "serif"; }

.corpHist_table01 {
  width: 100%;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  line-height: 2; }
  .corpHist_table01 tr + tr {
    border-top: 1px dotted #999; }
  .corpHist_table01 th, .corpHist_table01 td {
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px; }
  .corpHist_table01 th {
    font-weight: bold; }
  .corpHist_table01 .col01 {
    width: 10em;
    padding-left: 5px;
    text-align: left; }
  .corpHist_table01 .col02 {
    width: 4em;
    padding-right: 1em;
    text-align: right; }
  .corpHist_table01 .col03 {
    text-align: left; }
  .corpHist_table01 .col04 {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; }

.corpHist_figure {
  display: inline-block; }

.corpHist_figure_img {
  border: 4px solid #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px; }

.corpHist_figure_caption {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
  .corpHist_figure_caption.var01 {
    text-align: center; }

.corpHistory_wrap02 {
  background-color: #fff; }

.corpHistory_inner {
  max-width: 508px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  font-size: 16px;
  line-height: 1.85;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }

.corpHistory_logo01 {
  margin-bottom: 30px;
  text-align: center; }

.corpHistory_title01 {
  margin-bottom: 25px;
  font-size: 27px;
  line-height: 1.1;
  text-align: center; }

.corpHistory_section03 {
  margin-bottom: 40px; }

.corpHistory_img01 {
  text-align: center; }

/**
 * inquiry top
 */
.inquiryTop_wrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 80px;
  font-size: 15px;
  text-align: center; }

.inquTop_intro {
  margin-bottom: 85px;
  font-size: 18px; }
.inquTop_intro img.blank {
  margin-left: 2px;
}
.inquTop_parag01 {
  margin-bottom: 50px; }

.inquTop_table {
  width: 100%;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa; }
  .inquTop_table th, .inquTop_table td {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top; }
  .inquTop_table tr + tr {
    border-top: 1px dotted #aaa; }
  .inquTop_table .bdtnone {
    border-top: none; }
  .inquTop_table .col01 {
    width: 200px;
    padding-left: 35px;
    text-align: left;
    font-weight: bold; }
  .inquTop_table .col02 {
    width: 500px;
    text-align: left; }
  .inquTop_table .col03 {
    text-align: right; }
  .inquTop_table .cell01 {
    padding-top: 0;
    padding-bottom: 0; }
.inquTop_intro span {
        color: #ff0000;
        font-weight: bold;
    }
.form01_label {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  font-weight: bold; }
  .form01_label.var01 {
    margin-right: 3em; }

.form01_required {
  position: absolute;
  right: 100%;
  margin-right: 10px;
  color: #133c68; }

.form01_ctrl01 {
  width: 100%; }

.form01_ctrl02 {
  width: 10em; }

.form01_select01 {
  background-image: url(../style/ico_arrow_updown01.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  width: 200px; }

.form01_select02 {
  background-image: url(../style/ico_arrow_updown01.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  width: 100px; }

.form01_select03 {
  background-image: url(../style/ico_arrow_updown01.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  width: 70px; }

.form01_birth {
  align-items: center;
  display: flex;
}

.form01_birth span {
  padding-left: 10px;
  padding-right: 10px;
}

.form01_birth select  {
  align-items: center;
  display: flex;
}

.form01_instruct {
  font-size: 12px; }

.form01_frame {
  margin-bottom: 180px;
  padding: 50px 10px;
  background-color: #fff; }

.form01_frame02 {
  margin-top: 15px;
  padding: 20px;
  background-color: #fff; }

.form01_frame02 p {}

.form01_btn_wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}

.form01_dwbtn {
  align-items: center;
  background-color: #333;
  background-image: url(../style/ico_dw01.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  font-size: 15px;
  height: 50px;
  padding-right: 15px;
  justify-content: center;
  width: 220px;
}

.form01_title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.2; }

.form01_parag01 {
  margin-bottom: 50px; }

.form01_agree {
  /*margin-bottom: 30px;*/ }

.form01_btn_wrap {
  text-align: center; }

/**
 * corporate group
 */
.corpGroup_wrap01 {
  background-color: #fff;
  font-size: 15px; }
  .corpGroup_wrap01 .inner_wrap02 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .corpGroup_wrap01 br + .bullet_arrow02 {
    margin-top: 5px; }

.corpGroup_map_wrap {
  position: relative;
  max-width: 780px;
  height: 421px;
  margin-left: auto;
  margin-right: auto; }

.corpGroup_map_item01 {
  position: absolute;
  bottom: 392px;
  left: 240px; }

.corpGroup_map_item02 {
  position: absolute;
  bottom: 319px;
  left: 240px; }

.corpGroup_map_item03 {
  position: absolute;
  bottom: 303px;
  right: 0; }

.corpGroup_map_item04 {
  position: absolute;
  bottom: 225px;
  left: 240px; }

.corpGroup_map_item05 {
  position: absolute;
  bottom: 148px;
  right: 0; }

.corpGroup_map_item06 {
  position: absolute;
  bottom: 73px;
  right: 0; }

.corpGroup_map_item07 {
  position: absolute;
  bottom: 177px;
  left: 0; }

.corpGroup_map_item08 {
  position: absolute;
  bottom: 404px;
  right: 15px; }

.corpGroup_wrap02 {
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 15px; }

.corpGroup_table {
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa; }
  .corpGroup_table.var01 {
    margin-bottom: 0; }
  .corpGroup_table tr {
    border-top: 1px dotted #aaa; }
  .corpGroup_table th, .corpGroup_table td {
    padding: 15px 0;
    vertical-align: middle;
    text-align: left; }
  .corpGroup_table th {
    width: 14.5em;
    font-weight: bold; }
  .corpGroup_table td:nth-of-type(2) {
    width: 17em; }

.corpGroup_title01 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold; }

/**
 * group buturyu
 */
.groupButu_wrap01 {
  background-color: #fff; }
  .groupButu_wrap01 .inner_wrap02 {
    padding-top: 14px;
    padding-bottom: 30px;
    font-size: 16px; }

.groupButu_btn_wrap {
  margin-bottom: 20px;
  text-align: right; }

.groupButu_intro_wrap {
  margin-bottom: 70px; }

.groupButu_intro_img {
  float: left;
  margin-right: 20px;
  border: 1px solid #d2d2d2; }

.groupButu_intro_body {
  overflow: hidden; }

.groupButu_parag01 {
  margin-bottom: 10px; }

.groupButu_wrap02 {
  padding-top: 60px;
  padding-bottom: 65px;
  font-size: 15px; }

.groupButu_date {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: right; }

.groupButu_table01 {
  width: 100%;
  margin-bottom: 100px;
  border-bottom: 1px dotted #aaa;
  border-top: 1px dotted #aaa; }
  .groupButu_table01 tr + tr {
    border-top: 1px dotted #aaa; }
  .groupButu_table01 th, .groupButu_table01 td {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
    text-align: left; }
  .groupButu_table01 th {
    width: 14em;
    font-weight: bold; }

.groupButu_deflist01 dt {
  float: left;
  clear: left; }
.groupButu_deflist01 dd {
  margin-left: 10em; }

.groupButu_list01 li {
  padding-left: 1em;
  text-indent: -1em; }

/**
 * ship top
 */
.shipTop_wrap01 {
  padding-top: 60px;
  padding-bottom: 65px;
  font-size: 15px; }

.shipTop_section01 {
  margin-bottom: 180px; }

.shipTop_table01 {
  width: 100%;
  border-bottom: 1px dotted #aaa;
  border-top: 1px dotted #aaa; }
  .shipTop_table01 tr + tr {
    border-top: 1px dotted #aaa; }
  .shipTop_table01 th, .shipTop_table01 td {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: top;
    text-align: left; }
  .shipTop_table01 th {
    width: 6em; }
  .shipTop_table01.var01 th {
    width: 12em; }

.shipTop_notice {
  font-size: 14px;
  text-align: right; }

/**
 * good point top
 */
.goodTop_wrap01 {
  background: url(../style/logo_nanamaru02.png) no-repeat 50% 50%; }
  .goodTop_wrap01 .inner_wrap02 {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .goodTop_wrap01 .title_underline01 {
    display: inline-block;
    margin-bottom: 0; }

.goodTop_subtitle01 {
  display: block;
  margin-bottom: 5px;
  font-weight: normal; }

.goodTop_wrap02 {
  background-color: #fff; }
  .goodTop_wrap02 .inner_wrap02 {
    padding: 50px 0 70px 0; }

.goodTop_parag01 {
  margin-bottom: 25px;
  font-size: 16px; }

/**
 * faq top
 */
.faqTop_wrap {
  padding: 40px 0; }

.faq_item {
  padding: 25px 80px;
  background-color: #fff; }
  .faq_item + .faq_item {
    margin-top: 40px; }

.faq_q_body, .faq_q_body02, .faq_a_body {
  position: relative;
  padding-left: 80px;
  padding-top: 6px; }

.faq_q_body, .faq_q_body02 {
  min-height: 46px;
  margin-bottom: 12px;
  padding-bottom: 13px;
  border-bottom: 1px dotted #133c68;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold; }

.faq_q_body02 {
  padding-left: 160px;
  background: url(../style/ico_arrow_down03.png) no-repeat 30px 12px; }
  .faq_q_body02.var01 {
    margin-bottom: 40px; }

.faq_a_body {
  min-height: 32px;
  font-size: 16px; }

.faq_bullet {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 52px;
  padding: 7px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: #133c68;
  color: #fff; }
  .faq_bullet.var01 {
    background-color: #464646; }
  .faq_bullet.pos01 {
    left: 80px; }

.faq_parag01 {
  margin-top: 35px; }

/**
 * safety top
 */
.safeTop_wrap.inner_wrap02 {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 15px; }

.safeTop_parag01 {
  font-size: 16px; }

.safeTop_section01 {
  margin-bottom: 10px; }

.safeTop_section02 {
  margin-bottom: 30px; }

.safeTop_section03 {
  margin-bottom: 70px; }

.safeTop_title01 {
  font-weight: bold; }

.safeTop_list {
  padding-left: 0.5em; }
  .safeTop_list li {
    position: relative;
    padding-left: 2em; }
    .safeTop_list li + li {
      margin-top: 5px; }

.safeTop_list_bullet {
  position: absolute;
  left: 0; }

/**
 * recruit top
 */
.recruitTop_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 15px; }

.recruitTop_title01 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2; }

.recruitTop_parag01 {
  font-size: 16px;
  text-align: center; }

.recruitTop_section01 {
  margin-bottom: 30px; }

.recruitTop_section02 {
  margin-bottom: 70px; }

.recruitTop_section01 {
  margin-bottom: 30px; }

.recruitTop_table01 {
  width: 100%;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa; }
  .recruitTop_table01 tr + tr {
    border-top: 1px dotted #aaa; }
  .recruitTop_table01 th, .recruitTop_table01 td {
    padding: 5px;
    text-align: left; }
  .recruitTop_table01 th {
    font-weight: bold; }

/**
 * protection top
 */
.protectTop_wrap {
  padding-top: 80px;
  padding-bottom: 80px; }

.protectTop_title01 {
  font-weight: bold;
  margin-bottom: 10px; }

.protectTop_title02 {
  font-weight: bold; }

.protectTop_parag01 {
  font-size: 15px; }

.protectTop_section01 {
  margin-bottom: 20px; }

.protectTop_section02 {
  margin-bottom: 50px; }

/**
 * information security top
 */
.infoSecTop_wrap {
  padding-top: 80px;
  padding-bottom: 80px; }

.infoSecTop_title01 {
  font-weight: bold; }

.infoSecTop_parag01 {
  margin-bottom: 20px; }

.infoSecTop_section01 {
  margin-bottom: 50px; }

/**
 * news top
 */
.newsTop_wrap {
  background-color: #fff; }
  .newsTop_wrap .inner_wrap01 {
    padding-top: 20px;
    padding-bottom: 80px; }

/**
 * sitemap
 */
.sitemap_wrap {
  background-color: #fff; }
  .sitemap_wrap .inner_wrap01 {
    padding-top: 50px;
    padding-bottom: 80px; }

.sitemap_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2; }

.sitemap_parag {
  padding: 20px 0 20px 10px;
  border-bottom: 1px dotted #999; }

.sitemap_link {
  display: inline-block; }
  .sitemap_link + .sitemap_link {
    margin-left: 2em; }

.sitemap_section {
  margin-bottom: 50px; }

.sp_menu-header_btn_wrap,
.main_nav_wrap .sp_menu-logo,
.btnBack,
.subMenu_list>li:nth-child(2),
.sp-dsp-block {
    display: block;
}

/* =============================================================
   SP
============================================================= */
@media only screen and (max-width:767px) {
    /* ---------------------------------------
      common
    --------------------------------------- */
    body {
        min-width: 1260px;
    }
    article {
        margin-top: 73px;
    }
    .hero_wrap .hero_inner {
        width: auto;
    }
    .inner_wrap01 {
        width: auto;
        padding: 0 15px;
    }
    article .inner_wrap01 {
        padding: 50px 15px;
    }
    article .inner_wrap01 + .inner_wrap01 {
        padding-top: 0;
    }
    .pagenav_list > li {
        display: block;
    }
    .title_underline01, .title_underline02 {
        font-size: 20px;
    }
    .hero_title {
        line-height: 1.2;
    }
    .hero_parag01 {
        font-size: 14px;
    }
    .pc-dsp-block {
        display: none;
    }
    .sp-dsp-block {
        display: block;
    }
    .sp-pT0 {
        padding-top: 0 !important;
    }
    .sp-pB0 {
        padding-bottom: 0 !important;
    }
    img {
        max-width: 100%;
    }
    
    
    /* ---------------------------------------
      breadcrumb
    --------------------------------------- */
    .breadcrumb_wrap {
        top: 10px;
        font-size: 12px;
    }
    
    /* ---------------------------------------
      header
    --------------------------------------- */
    .header_wrap {
        position: fixed;
        width: 100%;
        top: 0;
        border-top: none;
    }
    .header_wrap .inner_wrap01 {
        padding: 20px 15px;
        border-top: 3px solid #133c68;
    }
    .header_wrap .logo01_wrap {
        margin: 0;
    }
    .header_wrap .logo01_wrap img {
        width: 183px;
    }
    .header_wrap .header_btn_wrap {
        margin-right: 35px;
    }
    .header_wrap .header_btn_wrap .header_btn_item01,
    .header_wrap .header_btn_wrap .header_btn_item02,
    .header_wrap .header_btn_wrap .header_btn_item03 {
        display: none;
    }
    .header_btn_item04 {
        background-color: #133c68;
    }
    [class*="header_btn_item"] {
        padding: 9px 10px 7px;
        min-width: 90px;
    }
    /* sp_menu
    --------------------------------------- */
    #sp_menu {
        position: absolute;
        width: 20px;
        height: 20px;
        float: right;
        top: 25px;
        right: 15px;
        z-index: 100;
    }
    #sp_menu::before,
    #sp_menu::after {
        content: "";
        width: 20px;
        height: 3px;
        background: #000;
        position: absolute;
        transition: all 0.3s ease;
        top: 8px;
    }
    #sp_menu span::before {
        content: "";
        width: 20px;
        height: 20px;
        border-top: 3px solid #222;
        border-bottom: 3px solid #222;
        position: absolute;
    }
    #sp_menu::before {
        
    }
    #sp_menu::after {
        
    }
    #sp_menu span::before {
        
    }
    #sp_menu.open::before {
        transform: rotate(45deg);
        background: #fff;
        z-index: 1;
    }
    #sp_menu.open::after {
        transform: rotate(-45deg);
        background: #fff;
    }  
    #sp_menu.open span::before {
        background: rgba(255,255,255,0);
    }
    .main_nav_wrap {
        color: #fff;
        background: #1E1E1E;
        box-sizing: border-box;
        width: 100%;
        visibility: hidden;
        position: fixed;
        top: 0;
        bottom: 100%;
        left: 0;
        z-index: 71;
        opacity: 0;
        transition: all 0.3s ease;
        height: 0;
        border-top: 3px solid #133c68;
        overflow: scroll;
    }
    .main_nav_wrap::before {
        content: "";
        background: url(/style/bg_nana_sp_menu-bg.png) no-repeat center;
        background-size: contain;
        width: 100%;
        height: 350px;
        display: block;
        position: fixed;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        opacity: .3;
    }
    .main_nav_wrap.open {
        height: 100vh;
        visibility: visible;
        opacity: 1;
        transform: translate3d(0, 0, -1px);
    }
    .main_nav_wrap .sp_menu-logo {
        display: block;
        float: left;
        margin-top: 20px;
        padding: 0 15px;
    }
    .main_nav_list_wrap li.mnl_item:last-child {
        display: none;
    }
    .main_nav_list_wrap {
        display: block;
        clear: both;
        border-right: none;
        margin-top: 80px;
    }
    .main_nav_list_wrap .mnl_item {
        display: block;
        border-left: none;
        border-bottom: 1px solid rgba(255,255,255,.1);
        margin: 0 40px;
    }
    .main_nav_list_wrap .mnl_item:last-child,
    .main_nav_list_wrap .mnl_item.no-bdrB {
        border-bottom: none;
    }
    .main_nav_list_wrap .mnl_item a {
        text-align: left;
        display: block;
        height: auto;
        padding: 15px 0;
        font-size: 16px;
    }
    .main_nav_list_wrap .mnl_item a:visited {
        color: #fff !important;
    }
    .main_nav_list_wrap .mnl_withsub {
        background: none;
    }
    
    .main_nav_list_wrap .mnl_withsub::after {
        content: "";
        background: url("/style/ico_arrow_right02.png");
        width: 9px;
        height: 14px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    .mnl_withsub a.mnl_inner {
        pointer-events: none;
    }
    .main_nav_list_wrap {
         position: relative;
    }
    .main_nav_list_wrap .mnl_withsub {
        position: static;
    }
    .main_nav_list_wrap .mnl_withsub a {
        position: relative;
    }
    .main_nav_list_wrap .mnl_withsub a::after {
        content: "";
        background: url(/style/ico_arrow_right02.png);
        width: 9px;
        height: 14px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    .main_nav_list_wrap .mnl_withsub::after {
        content: none;
    }
    .main_nav_list_wrap .mnl_sub {
        background: transparent;
        box-shadow: none;
        position: relative;
        padding-left: 0 !important;
        width: 100% !important;
        visibility: hidden;
        height: 0 !important;
    }
    .main_nav_list_wrap .mnl_sub.open {
        visibility: visible;
        right: 0%;
        top: 0;
        width: auto !important;
        padding-left: 0 !important;
        height: auto !important;
    }
    .mnl_inner.active  {
        display: none !important;
    }
    .subMenu_list {
        margin: 0;
    }
    .subMenu_list.var01 {
        float: none;
        width: 100%;
    }
    .subMenu_list > li {
        float: none;
        width: auto;
        height: auto;
        color: #fff;
        margin: 0;
    }
    .subMenu_list > li a {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .subMenu_list > li:last-child a {
        border-bottom: none;
    }
    .subMenu_list > li a::after {
        content: none !important;
    }
    .subMenu_list_img {
        display: none;
    }
    .btnBack,
    .subMenu_list>li:nth-child(2) {
        display: block;
    }
    .btnBack {
        height: auto;
        padding: 15px 25px 10px;
        font-size: 16px;
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .btnBack::after {
        content: "";
        background: url(/style/ico_arrow_right02.png);
        width: 9px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(185deg);
    }
    .sp_subMenu_list_title {
        font-weight: bold;
    }
    .subMenu_list_title {
        color: rgba(255,255,255,.8);
        padding-left: 20px;
        font-weight: normal;
    }
    .main_nav_list_wrap .mnl_sub.var03 {
        margin-left: 0;
    }
    .sp_menu-header_btn_wrap  {
        width: 80%;
        margin: 50px auto 0;
        display: block;
        position: relative;
        transition: .4s;
    }
    .sp_menu-header_btn_wrap li {
        margin-bottom: 20px;
        background: #fff;
    }
    .sp_menu-header_btn_wrap li:first-child {
        border: 1px solid #fff;
        background: #1E1E1D;
    }
    .sp_menu-header_btn_wrap li:first-child a {
        color: #fff;
    }
    .sp_menu-header_btn_wrap li a {
        padding: 12px 0;
        color: #222;
        text-align: center;
        display: block;
        font-size: 16px;
        font-weight: bold;
    }
    .sp_menu-header_btn_wrap li:last-child {
        background: #E60012;
    }
    .sp_menu-header_btn_wrap li:last-child a {
        color: #fff;
    }
    .subMenu_second_wrap {
        float: unset;
        margin-left: 0;
    }
    .subMenu_second_wrap a {
        color: #fff;
        font-size: 14px !important;
        padding-left: 40px !important;
    }
    .subMenu_second_wrap .irCont_link_list [class*="ico_ir_"] {
        top: 50%;
        transform: translateY(-50%);
    }
    .subMenu_second_wrap .irCont_link_list > li + li {
        margin-top: 10px;
    }
    
    
    /* ---------------------------------------
      top
    --------------------------------------- */
    .top_hero_btn_wrap {
        display: flex;
        position: static;
    }
    .top_hero_btn_wrap > li {
        width: 50%;
    }
    .top_hero_btn_wrap > li:first-child {
        border-right: 1px solid rgba(255,255,255,.1);
        width: 80%;
    }
    .top_hero_btn_wrap > li + li {
        margin-top: 0;
    }
    .top_hero_btn_wrap a {
        width: 100%;
        background-color: #222;
        text-align: center;
        height: 70px;
        line-height: 70px;
        display: block;
    }
    .top_hero_btn_wrap .btnitem01 {
       padding: 0 0 0 30px;
    }
    .top_hero_btn_wrap .btnitem02 {
        padding: 0 0 0 20px;
    }
    
    
    /* top_hero_wrap
    --------------------------------------- */
    .top_hero_slider_wrap {
        height: 380px;
        margin: 70px auto 0;
    }
    .top_hero_slider_wrap > li {
        height: 150px;
    }
    .top_hero_slider_wrap .top_hero_slider_img {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        height: 160px;
        overflow: hidden;
        z-index: -1;
        width: 100%;
    }
    .top_hero_slider_wrap .top_hero_slider_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .top_hero_slider_inner {
        position: initial;
        background: #222;
    }
    .top_hero_slider_body,
    .top_hero_slider_body.var01,
    .top_hero_slider_body.var02 {
        margin-top: 150px;
        padding: 20px;
        height: 180px;
        position: relative;
    }
    .top_hero_title01 {
        font-size: 18px;
        padding: 0;
        margin-bottom: 8px;
    }
    .top_hero_slider_btn_wrap {
        margin-top: 0;
        position: absolute;
        bottom: 15px;
    }
    .top_hero_slider_btn {
        background-color: #222;
        padding: 10px 10px 10px 26px;
        background-position: 5px 50%;
    }
    .sliderdp_paging_wrap {
        bottom: 15px;
    }
    .sliderdp_btn_prev, .sliderdp_btn_next {
        top: -100px;
        width: 30px;
        height: 30px;
        background-size: 8px 15px;
        background-position: 12px center;
    }
    .sliderdp_btn_prev {
        left: 7px;
        right: auto;
    }
    .sliderdp_btn_next {
        left: auto;
        right: 5px;
    }
    
    /* top_wrap
    --------------------------------------- */
    .top_wrap01 {
        padding-top: 0;
        background: url(../style/bg_nana01.png) no-repeat 50% 10%;
        background-size: 100%;
    }
    .top_tab_list {
        position: inherit;
    }
    .top_tab_body {
        padding: 64px 15px 0;
    }
    .title_underline01.var02,
    .var02.title_underline02 {
        font-size: 20px;
        padding-top: 60px;
    }
    .top_tab_list a {
        height: 75px;
        font-size: 14px;
        padding-bottom: 20px;
    }
    .top_tab_list a::before {
        width: 20px;
        height: 20px;
        margin-right: 0;
        background: url(../style/ico_magnifier02.png) no-repeat;
        background-size: 20px 20px;
        position: absolute;
        top: 40px;
    }
    .top_btn01_wrap > li {
        margin-bottom: 10px;
    }
    .top_btn01_wrap > li + li {
        margin-left: 0;
    }
    .top_btn01_wrap a {
        height: 50px;
        font-size: 14px;
    }
    .title_underline01.var01,
    .var01.title_underline02 {
        font-size: 20px;
    }
    .top_news_wrap {
        padding: 0 15px;
        margin-top: 70px;
    }
    .tab_list > li, .top_news_tab_list > li, .marine_tab_list > li, .newsTop_tab_list > li {
        width: 33.3%;
    }
    
    .top_news_more_wrap {
        right: 15px;
        top: -40px;
    }
    .grid01_body01 {
        padding: 5px;
    }
    .top_tab_body .grid01_wrap {
        justify-content: space-between;
    }
    .top_tab_body .grid01_wrap > li {
        width: calc((100% - 10px) / 2);
        margin: 14px 0;
    }
    .top_tab_body .grid01_img01 {
        height: auto;
    }
    .top_tab_body .grid01_img01 img {
        width: 100%;
    }
    
    
    /* ---------------------------------------
      corporate
    --------------------------------------- */
    .corporateTop_wrap {
        background-size: 100%;
        padding: 50px 0;
    }
    .corpTop_tiled_wrap > li.var01 {
        margin-left: unset;
    }
    .corpTop_tiled_wrap > li.var02 {
        margin-right: unset;
        margin-left: unset;
    }
    .corpTop_tiled_wrap::after{
      content: "";
      display: block;
      width: 300px;
    }
    .tiled_wrap, .corpTop_tiled_wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 15px;
        padding: 0 15px;
    }
    .hero_title.var01 {
        padding: 20px 0;
    }
    
    /* corpAbout
    ----------------------------- */
    .corpAbout_img01 img {
        width: 100%;
    }
    .corpAbout_wrap {
        padding: 50px 15px 60px;
    }
    .corpAbout_parag01,
    .corpAbout_deflist02 > dd {
        text-align: left;
    }
    .corpAbout_deflist01 > dt {
        width: 100%;
        padding: 15px 0 8px;
    }
    .corpAbout_deflist01 > dd {
        width: 100%;
        padding: 0 0 15px;
        border-top: none;
    }
    .corpAbout_deflist01 > dd .bullet_arrow02 {
        margin-top: 10px;
    }
    .corpAbout_deflist03 > dt {
        margin-bottom: 5px;
    }
    .corpAbout_deflist03 dd {
        width: 100%;
        margin-bottom: 20px;
    }
    
    
    /* corpOrgan
    ----------------------------- */
    .corpOrgan_table {
        width: 100%;
    }
    .corpOrgan_table tr {
        padding: 10px 0;
        display: block;
    }
    .corpOrgan_table th,
    .corpOrgan_table td {
        display: block;
        height: auto;
    }
    .corpOrgan_chart_img01 img {
        width: 100%;
    }
    
    
    /* corpNav_list
    ----------------------------- */
    .corpNav_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .corpNav_list::after{
      content: "";
      display: block;
      width: calc((100% - 0px) / 3)
    }
    .corpNav_list li {
        width: calc((100% - 0px) / 3)
    }
    .corpNav_list a {
        padding: 0 20px;
        background-position: 6px 50%;
        font-size: 14px;
    }
    .corpNav_list li:nth-of-type(4n) {
        border-left: 1px solid #d2d2d2;
    }
    
    /* pagenav_list
    ----------------------------- */
    .pagenav_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 15px;
    }
    .pagenav_list::after{
      content: "";
      display: block;
      width: calc((100% - 15px) /3);
    }
    .pagenav_list > li {
        height: auto;
        width: calc((100% - 15px) /3);
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pagenav_list > li + li {
        padding-left: 0;
    }
    
    /* corpHist
    ----------------------------- */
    .corpHistory_wrap01,
    .corpHistory_inner {
        padding: 60px 15px;
    }
    .corpHist_figure img {
        width: 100%;
    }
    .corpHist_table01 .col02 {
        width: 3em;
        padding-right: 0.5em;
    }
    .corpHistory_section02.table_history01 tr,
    .corpHistory_section02.table_history02 tr,
    .corpHistory_section02.table_history03 tr,
    .corpHistory_section03.table_history04 tr {
        display: grid;
        padding: 10px 0;
    }
    .corpHist_table01 .col01 {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .corpHist_table01 .col02 {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .corpHistory_section02.corpHist_table01 .col03 {
        padding: 15px 0;
    }
    .corpHist_table01 .col04 {
        padding: 0;
    }
    .corpNav_wrap {
        margin-bottom: 0;
    }
    
    /* corpGroup
    ----------------------------- */
    .corpGroup_wrap01 .sp-dsp-block img {
        max-width: 100%;
        padding: 30px 15px;
    }
    .corpGroup_wrap02 {
        padding: 50px 15px;
    }
    .corpGroup_map_wrap img {
        width: 100%;
    }
    .corpGroup_table tr {
        display: block;
        padding: 15px 0;
    }
    .corpGroup_table th,
    .corpGroup_table td {
        display: block;
        padding: 5px 0;
    }
    
    /* ---------------------------------------
      good_point
    --------------------------------------- */
    
    .goodTop_wrap02 .inner_wrap02 {
        padding: 50px 15px;
    }
    
    /* ---------------------------------------
      business
    --------------------------------------- */
    .tiled_wrap > li,
    .corpTop_tiled_wrap > li {
        width: 300px;
    }
    .tiled_wrap .tiled_img,
    .corpTop_tiled_wrap .tiled_img {
        height: auto;
    }
    .tiled_wrap .tiled_img img,
    .corpTop_tiled_wrap .tiled_img img {
        width: 100%;
    }
    .businessTop_wrap {
        background: url(../style/bg_nana01.png) no-repeat 50% 10%;
        background-size: 100%;
    }
    
    /* marine
    ----------------------------- */
    .marine_tab_list a {
        font-size: 14px;
        padding: 10px;
    }
    .marine_tab_em img,
    .marine_tab02_em img {
        width: 20px;
        height: 25px;
        object-fit: contain;
    }
    .marine_tab_inner_wrap {
        padding: 50px 15px 0;
    }
    .busiMarine_title01 {
        font-size: 17px;
    }
    .busiMarine_intro_img {
        float: unset;
        margin-right: 0;
    }
    .busiMarine_intro_img img,
    .figure_wrap img {
        width: 100%;
    }
    .busiMarine_intro_body {
        overflow: visible;
        font-size: 15px;
        padding-top: 30px;
    }
    .listing01_img {
        float: unset;
        padding-top: 30px;
    }
    .busiMarine_btn_wrap01 li {
        width: 100%;
        margin-bottom: 10px;
    }
    .clause_wrap_body02 {
        padding: 10px;
    }
    .marine_tab02_list a {
        font-size: 14px;
        padding: 0 0 0 20px;
        background-position: 4px 50%;
    }
    .marine_tab02_list a.js_tab02_visible {
        padding: 0 10px;
    }
    .route_wrap,
    .route_wrap02 {
        display: grid;
    }
    .route_grid_item2:nth-of-type(n+4) {
        margin-top: 5px;
    }
    .route_grid.var01 {
        margin-bottom: 10px;
    }
    .route_body01 {
        width: 330px;
        margin: 0 auto;
    }
    .route_body04 {
            width: 300px;
    padding: 25px 0;
    }
    .route_body05 {
        width: 350px;
        margin: 0 auto;
        padding: 25px;
    }
    .marine_tab02_wrap > .marine_tab02_list {
        padding: 0;
    }
    .marine_tab02_wrap {
        padding: 50px 0 70px;
    }
    .route_body02,
    .route_body04 {
        margin: 0 auto;
    }
    #imgRouteBin {
        padding-top: 40px;
    }
    .route_body03 {
        padding: 50px 0;
        max-width: 288px;
        margin: 0 auto;
    }
    .inquiry02_list li.sharin {
        width: 320px;
    }
    .inquiry_btn, .form_btn01 {
        padding: 20px 60px 20px 80px;
    }
    .marine_tab_list {
        z-index: 1;
        position: relative;
        padding-top: 80px !important;
            top: -80px;
    }
    .marine_tab_body {
        position: relative;
        top: -90px;
        border-top: none;
        background-color: transparent;
    }
    .marine_tab_inner_wrap {
        border-top: 1px solid #133c68;
        background-color: #fff;
    }
    
    /* tramper
    ----------------------------- */
    .busiTramper_wrap {
        padding: 50px 15px;
    }
    .busiTramper_group_body01 {
        margin-bottom: 30px;
    }
    .busiTramper_titlesub01 {
        font-size: 18px;
    }
    .busiTramper_flipped {
        float: unset;
    }
    .inquiry01_wrap {
        min-width: auto;
        padding: 20px 0;
    }
    .inquiry01_list li {
        font-size: 20px;
    }
    .inquiry01_list li + li {
        margin: 10px 0 0;
    }
    
    /* groupButu
    ----------------------------- */
    .groupButu_wrap01 .inner_wrap02 {
        padding: 14px 15px 30px;
    }
    .groupButu_wrap02 {
        padding: 60px 15px 65px;
    }
    .groupButu_intro_body {
        overflow: visible;
    }
    .groupButu_intro_img {
        float: initial;
        margin-right: 0;
        border: 1px solid #d2d2d2;
        max-width: 350px;
        margin: 0 auto 30px;
    }
    .groupButu_intro_img img {
        width: 100%;
    }
    .groupButu_table01 tr {
        display: block;
        padding: 15px 0;
    }
    .groupButu_table01 th {
        display: block;
        padding: 0 0 8px;
    }
    .groupButu_table01 td {
        display: block;
        padding: 0;
    }
    
    /* ---------------------------------------
      ship
    --------------------------------------- */
    .shipTop_wrap01 {
        padding: 50px 15px;
    }
    .listing01_img02 {
        float: unset;
        margin-right: 0;
    }
    .listing01_body02 {
        padding-top: 30px;
    }
    
    /* ---------------------------------------
      ir
    --------------------------------------- */
    .irTop_hokoku_title {
        line-height: 80px;
        height: auto;
    }
    .irTop_hokoku_img {
        width: 100%;
        height: 70px;
    }
    .irTop_doc_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .irTop_doc_list > li {
        width: 350px;
        height: auto;
    }
    .irTop_doc_list > li + li {
        margin: 20px 0 0;
    }
    .irTop_doc_list_more {
        margin: 10px;
    }
    .irTop_news_col01 {
        float: unset;
        margin-bottom: 30px;
    }
    .irp-press-list .irp-item .irp-date {
        position: relative;
    }
    .ir-top span.irp-date:after {
        position: absolute;
        top: 23px;
        left: 0;
        margin: 0 !important;
    }
    .irp-press-list .irp-item .irp-title-block {
        padding-left: 10px !important;
    }
    .irTop_news_btn_wrap {
        float: unset;
        width: 300px;
        margin: 0 auto;
    }
    .irTop_grid_wrap {
        justify-content: center;
    }
    .irTop_btn_list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .irTop_btn_list > li {
        width: 300px;
        margin-bottom: 10px;
    }
    .irp .irp-press-navi li a {
        font-size: 14px;
    }
    
    /* ir_news
    ----------------------------- */
    .irCont_main {
        float: unset !important;
    }
    .irp ul#irp-press-navi {
        width: 100% !important;
    }
    div#ir-press {
        padding: 20px 15px !important;
    }
    h2#irp-press-title {
        margin-bottom: 10px !important;
    }
    .irp-press-list .irp-item {
        min-height: 85px;
    }
    .irp-item span.irp-date:after {
        position: absolute;
        top: 25px;
        left: 0;
        margin: 0 !important;
    }
    .irp_comment {
        text-align: right;
    }
    .irp_comment a {
        float: unset !important;
    }
    .irCont_side {
        float: unset !important;
        width: 100%;
        margin-top: 30px;
    }
    .irCont_section01 .irCont_link {
            word-break: break-all;
    }
    
    /* ir_report
    ----------------------------- */
    .irCont_main {
        width: auto;
        padding: 20px;
    }
    
    /* ir_governance
    ----------------------------- */
    .irCont_graph img {
        width: 100%;
    }
    
    /* ir_performance
    ----------------------------- */
    .tableBlock01 {
        overflow: hidden;
        overflow-x: scroll;
    }
    .irCont_section01 {
        margin-bottom: 45px;
    }
    .irCont_title01_sub {
        display: block;
        padding-top: 10px;
    }
    
    /* ir_library
    ----------------------------- */
    .tab_list > li {
        width: 50%;
    }
    .tab_body {
        padding: 30px 20px;
    }
    
    /* ir_calendar
    ----------------------------- */
    .irCont_section01 img {
        max-width: 100%;
    }
    
    /* ir_announcement
    ----------------------------- */
    .irCont_main.var02 {
        min-height: auto;
    }
    
    /* ir_disclaimer
    ----------------------------- */
    .irCont_main.var02 {
        min-height: auto;
    }
    
    /* ---------------------------------------
      faq
    --------------------------------------- */
    .faq_q_body, .faq_q_body02 {
        font-size: 16px;
    }
    .faq_q_body02 {
        padding-left: 110px;
        background-position: 10px 25%;
    }
    .faq_bullet.pos01 {
        left: 40px;
    }
    .faq_item {
        padding: 20px;
    }
    .faq_q_body, .faq_a_body {
        padding-left: 70px;
    }
    
    
    /* ---------------------------------------
      inquiry
    --------------------------------------- */
    .inquiryTop_wrap {
        padding: 25px 15px;
    }
    .inquiry02_list, .inquiry03_list {
        justify-content: center;
    }
    .inquiry02_list li, .inquiry03_list li {
        width: 300px;
        margin-bottom: 10px;
    }
    .inquiry03_list li.var01,
    .inquiry03_list li.var02 {
        margin: 0 auto 10px!important;
    }
    .inquiry03_list li.sharin {
        width: 300px;
    }
    .form01_frame {
        margin-bottom: 100px;
    }
    .inquTop_table tr {
        display: grid;
        padding: 10px 0;
    }
    .inquTop_table .col01,
    .inquTop_table .col02 {
        width: 100%;
    }
    .inquTop_table.inquTop_parag01 tr:nth-child(1) .col02 {
        width: 89%;
    }
    .inquTop_table.inquTop_parag01 tr:nth-child(4) {
        padding-bottom: 0;
    }
    .inquTop_table.inquTop_parag01 tr:nth-child(4) .col03 {
        display: none;
    }
    
    /* ---------------------------------------
      news
    --------------------------------------- */
    ul#irp-press-navi2{
        display: flex;
        flex-wrap: wrap;
    }
    .irpnews ul#irp-press-navi2 li {
        width: 33.3% !important;
    }
    
    /* ---------------------------------------
      protectTop
    --------------------------------------- */
    .protectTop_wrap {
        padding: 50px 15px;
    }
    .sitemap_link,
    .sitemap_link + .sitemap_link {
        margin-left: 0;
        margin-right: 2em;
    }
    
    /* ---------------------------------------
      safety_environment
    --------------------------------------- */
    .safeTop_wrap.inner_wrap02 {
        padding: 50px 15px;
    }
    
    /* ---------------------------------------
      schedule
    --------------------------------------- */
    .schedule_wrap {
        padding: 50px 15px;
    }
    .schedule_group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .schedule_item {
        width: 49%;
        margin: 0 0 10px;
    }
    .schedule_item:nth-child(n+4) {
        margin-top: 0;
    }
    
    
    /* ---------------------------------------
      footer
    --------------------------------------- */
    .footer_link_wrap {
        margin: 10px 0;
    }
    .footer_link_wrap > li {
        margin: 0 10px;
    }
    .footer_link_wrap > li + li {
        margin-left: auto;
    }
}













/**
 * print styles (leave at the end of this file)
 */
@media print {
  body {
    background-color: #fff; }

  .header_btn_wrap, .main_nav_wrap, .top_hero_btn_wrap, .footer_link_wrap, .ir_pagenav_wrap, .topagetop_btn_wrap, .irCont_side {
    display: none; }

  .top_hero_slider_wrap {
    height: 410px !important; }
    .top_hero_slider_wrap > li {
      height: 410px !important; }

  .irCont_main {
    float: none;
    width: auto; }

  .top_hero_slider_body {
    margin-top: 160px; } }

/*# sourceMappingURL=main.css.map */



  .image-container {
    overflow: hidden;
    display: inline-block;
  }
  .image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  .image-container:hover img {
    transform: scale(1.1); /* 放大10% */
    opacity: 0.8; /* 降低透明度 */
  }
