﻿@charset "UTF-8";
/* ==========================================================
 reseting
========================================================== */
body {
  line-height: 1.6;
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #f9f9f9;
}

body.eng {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

input, textarea, select, button {
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, textarea, select {
  /*-webkit-appearance: none;*/
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

a, input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

time {
  font-size: 1.8rem;
  margin-left: 50px;
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/* ==========================================================
 base Link
========================================================== */
a {
  color: #666;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/* ==========================================================
 clearfix
========================================================== */
.contents:before, .contents:after {
  content: "";
  display: table;
}

/* ==========================================================
 layout
========================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  text-align: center;
}

/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
  min-width: 1300px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    min-width: inherit;
    padding-top: 68px;
  }
}

html.is-screen-locked {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}

.only-ie11 {
  display: none;
  margin-top: 20px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .only-ie11 {
    display: block;
  }
  /* IE11 */
}

/* ==========================================================
 header
========================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px; /* ヘッダーナビゲーションの高さ  */
  margin: 0 auto;
  z-index: 9999;
  background-color: #f9f9f9;
}

.header-in {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1440px;
  min-width: 640px;
  padding: 0 5px;
  text-align: left;
}

.header-link{
  display: -webkit-box;
  display: -webkit-block;
  display: -ms-flexbox;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}

.header-utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

/* ヘッダー：WEBバンキングログインボタン */
.header-btn-personal {
  margin-left: 20px;
}
.header-btn-personal .link {
  display: block;
  width: 255px;
  padding: 9px 5px;
  background-image: -webkit-linear-gradient(00b100, #43c8ff, #1e83ff);
  background-image: -o-linear-gradient(00b100, #00c768, #2e8b57 );
  background-image: linear-gradient(108deg, #00c768, #2e8b57);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header-btn-personal .link:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header-btn-personal {
    margin-bottom: 0.5em;
  }
  .header-btn-personal .link {
    display: block;
    width: 255px;
    padding: 9px 5px;
    background-image: -webkit-linear-gradient(342deg, #0087D0, #00A3DF);
    background-image: -o-linear-gradient(342deg, #0087D0, #00A3DF);
    background-image: linear-gradient(108deg, #0087D0, #00A3DF);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .header-btn-personal .link:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
  }
}

/* ヘッダー：WEB-FB、でんさいネットログインボタン */
.header-btn-biz {
  margin-left: 20px;
}
.header-btn-biz .link {
  display: block;
  width: 255px;
  padding: 9px 5px;
  background-image: -webkit-linear-gradient(342deg, #0087D0, #00A3DF);
  background-image: -o-linear-gradient(342deg, #0087D0, #00A3DF);
  background-image: linear-gradient(108deg, #0087D0, #00A3DF);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header-btn-biz .link:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header-btn-biz {
    margin-bottom: 10px;
    filter: alpha(opacity=100);
  }
  .header-btn-biz .link:hover {
    filter: alpha(opacity=70);
    opacity: 1;
    text-decoration: none;
  }
}

/* ヘッダー：サイト内検索ボタン */
.header-btn-search {
  margin-top:1em;
  margin-bottom:1em;
  margin-left:1em;
  margin-right:1em;
  background: #fff url(../img/ico_search.png) no-repeat;
}
@media screen and (max-width: 767px) {
  .header-btn-search .link:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

/* ヘッダー：お問い合わせボタン */
.header-btn-contact {
  margin-left: 25px;
}
.header-btn-contact .link {
  display: block;
  width: 120px ;
  padding: 9px 5px;
  background-image: -webkit-linear-gradient(342deg, #0087D0, #00A3DF);
  background-image: -o-linear-gradient(342deg, #0087D0, #00A3DF);
  background-image: linear-gradient(108deg, #0087D0, #00A3DF);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header-btn-contact .link:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header-btn-contact .link:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.header-list-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-list-lang .item {
  margin-left: 20px;
}

.header-list-lang .item .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #47515f;
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.header-list-lang .item .link:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .header-list-lang .item .link:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}


.header-menu-sp,
.header .btn-close-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header {
    height: 68px;
    background-color: #fff;
  }
  .header-in {
    min-width: inherit;
    max-width: inherit;
    padding: 0 0 0 15px;
  }
  .header-logo {
    width: 200px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-utility {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 90px;
    background-color: #fff;
  }

  .header-list-lang {
    display: block;
    margin-bottom: 24px;
    border: solid #dfe6ea;
    border-width: 1px 0;
  }
  .header-list-lang .item {
    width: 100%;
    margin: 0px;
  }
  .header-list-lang .item .link {
    display: block;
    width: 100%;
    height: auto;
    padding: 19px 10px 21px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 1.4rem;
    font-weight: 500;
    color: #47515f;
  }
  .header-list-lang .item .link.is-current {
    color: #acb2b5;
  }
  .header-menu-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 68px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/ico_menu_sp.png) center no-repeat;
    -webkit-background-size: 28px 19px;
    background-size: 28px 19px;
  }
  .header-menu-sp.is-active {
    background: url(../img/ico_close_sp_01.png) right 15px center no-repeat;
    -webkit-background-size: 21px 21px;
    background-size: 21px;
  }
  .header .btn-close-sp {
    display: block;
    text-align: center;
  }
  .header .btn-close-sp span {
    padding-left: 23px;
    background: url(../img/ico_close_sp_01.png) left center no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px;
    font-size: 1.4rem;
    color: #47515f;
  }
}

/* ==========================================================
 nav-global
========================================================== */
.eng .nav-global > ul .item .nav-global-lv2 .item-lv2 .link-lv2 {
  font-size: 1.6rem;
}

.nav-global > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 38px 0 30px 0px;

}

.nav-global > ul .item {
  position: relative;
  margin: 0 20px;
}

/*  ヘッダーリンク文字 */
.nav-global > ul .item .link {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}

/* ヘッダーナビゲーション */
.nav-global > ul .item .link span {
  position: relative;
  display: block;
  padding-bottom: 5px;
  white-space: nowrap; /* ヘッダーコンテンツボタンの折り返し指定（折り返さない） */
  color: #47515f;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .nav-global > ul .item .link span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/*ヘッダーナビゲーション選択アンダーライン*/
.nav-global > ul .item .link span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .nav-global > ul .item .link span:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav-global > ul .item .link:hover {
  text-decoration: none;
}

/*ヘッダーナビゲーション内外枠*/
.nav-global > ul .item .box-navi-lv2 {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 100;
  width: 1210px;
  margin: 0 auto;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  background-color:#f4f3f9;
}

.nav-global > ul .item .box-navi-sub {
  width: 1140px;
  margin: 0 auto;
  padding: 18px 0 46px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.nav-global > ul .item .box-navi-sub .box-title {
  margin-bottom: 7px;
  text-align: center;
}

.nav-global > ul .item .box-navi-sub .box-title .link-title {
  display: inline-block;
  padding-right: 25px;
  background: url(../img/ico_arrow_right_03.png) right top 13px no-repeat;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
}

.nav-global > ul .item .box-navi-sub .box-title .link-title .ttl-navi {
  width: 100%;
}

.nav-global > ul .item .box-navi-sub .box-title .link-title .ttl-navi.txt-cmn-jp {
  font-size: 2.2rem;
  font-weight: 500;
  color: #47515f;
}

.nav-global > ul .item .box-navi-sub .box-title .link-title .ttl-navi.txt-cmn-en {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #acb2b5;
}

.nav-global > ul .item .nav-global-lv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100px;
}

.nav-global > ul .item .nav-global-lv2 .item-lv2 {
  width: 50%; /* ヘッダーナビの１コンテンツあたり表示幅  */
  hegiht: 100%;
  padding: 0 0.7em;
  line-height: 1.2em;
}

/* ヘッダーナビコンテンツ内スタイル定義 */
.nav-global > ul .item .nav-global-lv2 .item-lv2 .link-lv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 40px 14px 15px;
  background: url(../img/ico_arrow_right_03.png) right 17px center no-repeat;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
  background-color:#f0f0f0;
  border-radius: 3.5px;
  border-bottom: 2px solid #DFE6EA;
  font-size: 1.6rem;
  font-weight: 500;
  color: #47515F;
}

.nav-global > ul .item .nav-global-lv2 .item-lv2 .link-lv2:hover {
  color: #1e83ff;
}

.nav-global > ul .item .nav-global-lv3 {
  display: none;
}

@media screen and (min-width: 768px) {
  .is-overlay {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
  .nav-global .item.is-open {
    position: relative;
    z-index: 2;
  }
  .nav-global .item.is-open:after {
    content: '';
    display: block;
    position: absolute;
    top: -38px;
    left: -20px;
    bottom: 0;
    width: calc(100% + 40px);
    height: 100px;
    background-color: #fff;
    z-index: -1;
  }
  .nav-global .item.is-open .link span {
    color: #1e83ff;
  }
  .nav-global .item.is-open .link span:after {
    background-image: -webkit-linear-gradient(359deg, #43c8ff, #1e83ff);
    background-image: -o-linear-gradient(359deg, #43c8ff, #1e83ff);
    background-image: linear-gradient(91deg, #43c8ff, #1e83ff);
  }
  .nav-global .item .box-navi-sub .box-title .link-title {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .nav-global .item .box-navi-sub .box-title .link-title {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .nav-global .item .box-navi-sub .box-title .link-title:hover {
    background: url(../img/ico_arrow_right_04.png) right top 13px no-repeat;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
  }
  .nav-global .item .box-navi-sub .box-title .link-title:hover .ttl-navi {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .nav-global .item .box-navi-sub .box-title .link-title:hover .ttl-navi {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .nav-global .item .box-navi-sub .box-title .link-title:hover .ttl-navi.txt-cmn-jp {
    color: #1e83ff;
  }
  .nav-global .item .box-navi-sub .box-title .link-title:hover .ttl-navi.txt-cmn-en {
    color: #1e83ff;
  }
  .nav-global .item .nav-global-lv2 .item-lv2 .link-lv2 {
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .nav-global .item .nav-global-lv2 .item-lv2 .link-lv2 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .nav-global .item .nav-global-lv2 .item-lv2 .link-lv2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: rgba(30, 131, 255, 0.1);
    z-index: -1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .nav-global .item .nav-global-lv2 .item-lv2 .link-lv2:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .nav-global .item .nav-global-lv2 .item-lv2 .link-lv2:hover {
    background: url(../img/ico_arrow_right_04.png) right 17px center no-repeat;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
  }
  .nav-global .item .nav-global-lv2 .item-lv2 .link-lv2:hover:after {
    width: 100%;
  }
  body#g01 .nav01.item .link span,
  body#g02 .nav02.item .link span,
  body#g03 .nav03.item .link span,
  body#g04 .nav04.item .link span,
  body#g05 .nav05.item .link span {
    color: #1e83ff;
    text-decoration: none;
  }
  body#g01 .nav01.item .link span:after,
  body#g02 .nav02.item .link span:after,
  body#g03 .nav03.item .link span:after,
  body#g04 .nav04.item .link span:after,
  body#g05 .nav05.item .link span:after {
    background-image: -webkit-linear-gradient(359deg, #43c8ff, #1e83ff);
    background-image: -o-linear-gradient(359deg, #43c8ff, #1e83ff);
    background-image: linear-gradient(91deg, #43c8ff, #1e83ff);
  }
}

@media screen and (max-width: 767px) {
  .nav-global {
    margin-bottom: 35px;
    border-top: 1px solid #dfe6ea;
  }
  .nav-global ul {
    display: block;
    padding: 0;
  }
  .nav-global ul .item {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .nav-global ul .item:after {
    display: none;
  }
  .nav-global ul .item .link {
    display: block;
    padding: 18px 35px 21px 19px;
    font-size: 1.6rem;
    font-weight: normal;
    background: #cddae2 url(../img/ico_arrow_down_02.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    cursor: pointer;
  }
  .nav-global ul .item .link.is-active {
    background: #cddae2 url(../img/ico_arrow_up_04.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }
  .nav-global ul .item .link.is-active span {
    color: #666;
  }
  .nav-global ul .item .link span {
    position: relative;
    display: block;
    padding-bottom: 0;
  }
  .nav-global ul .item .link span:after {
    display: none;
  }
  .nav-global ul .item .box-navi-lv2 {
    display: none;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    min-width: inherit;
  }
  .nav-global ul .item .box-navi-sub {
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .nav-global ul .item .box-navi-sub .box-title {
    display: none;
  }
  .nav-global ul .item .nav-global-lv2 {
    display: block;
    width: 100%;
    min-height: inherit;
    border-top: 1px solid #fff;
  }
  .nav-global ul .item .nav-global-lv2 .item-lv2 {
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .nav-global ul .item .nav-global-lv2 .item-lv2:last-child {
    border-bottom: none;
  }
  .nav-global ul .item .nav-global-lv2 .item-lv2 .link-lv2 {
    display: block;
    padding: 19px 35px 17px 37px;
    background: #dfe6ea url(../img/ico_arrow_down_02.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    border-bottom: none;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .nav-global ul .item .nav-global-lv2 .item-lv2 .link-lv2:hover {
    text-decoration: none;
    color: #666;
  }
  .nav-global ul .item .nav-global-lv2 .item-lv2 .link-lv2.is-current {
    background: #dfe6ea url(../img/ico_arrow_down_03.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    color: #1e83ff;
  }
  .nav-global ul .item .nav-global-lv2 .item-lv2 .link-lv2.is-current.is-active {
    background: #dfe6ea url(../img/ico_arrow_up_01.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    color: #1e83ff;
  }
  .nav-global ul .item .nav-global-lv2 .item-lv2 .link-lv2.is-active {
    background: #dfe6ea url(../img/ico_arrow_up_04.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    color: #666;
  }
  .nav-global ul .item .nav-global-lv2 .item-lv2 .link-lv2.link-self {
    background: #dfe6ea url(../img/ico_arrow_right_03.png) right 21px center no-repeat;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
  }
  .nav-global ul .item .nav-global-lv2 .item-lv2 .link-lv2.link-self:hover, .nav-global ul .item .nav-global-lv2 .item-lv2 .link-lv2.link-self.is-current {
    background: #dfe6ea url(../img/ico_arrow_right_04.png) right 21px center no-repeat;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
    color: #1e83ff;
  }
  .nav-global ul .item .box-navi-lv3 {
    position: relative;
    font-size: 1.4rem;
    color: #47515f;
  }
  .nav-global ul .item .box-navi-lv3 .ttl-lv3 {
    padding: 2px 10px;
    background-color: #DFE6EA;
    text-align: center;
  }
  .nav-global ul .item .nav-global-lv3 {
    display: block;
  }
  .nav-global ul .item .nav-global-lv3 .item-lv3 {
    border-bottom: 1px solid #DFE6EA;
  }
  .nav-global ul .item .nav-global-lv3 .item-lv3:last-child {
    border-bottom: none;
  }
  .nav-global ul .item .nav-global-lv3 .item-lv3 .link-lv3 {
    display: block;
    padding: 16px 35px 16px 54px;
    background: #fff url(../img/ico_arrow_down_02.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }
  .nav-global ul .item .nav-global-lv3 .item-lv3 .link-lv3.is-current {
    background: url(../img/ico_arrow_down_03.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    color: #1e83ff;
  }
  .nav-global ul .item .nav-global-lv3 .item-lv3 .link-lv3.is-current.is-active {
    background: url(../img/ico_arrow_up_01.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    color: #1e83ff;
  }
  .nav-global ul .item .nav-global-lv3 .item-lv3 .link-lv3.is-active {
    background: url(../img/ico_arrow_up_04.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    color: #666;
  }
  .nav-global ul .item .nav-global-lv3 .item-lv3 .link-lv3.link-self {
    background: url(../img/ico_arrow_right_03.png) right 21px center no-repeat;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
  }
  .nav-global ul .item .nav-global-lv3 .item-lv3 .link-lv3.link-self.is-current {
    background: url(../img/ico_arrow_right_04.png) right 21px center no-repeat;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
    color: #1e83ff;
  }
  .nav-global ul .item .nav-global-lv4 {
    border-top: 1px solid #DFE6EA;
  }
  .nav-global ul .item .nav-global-lv4 .item-lv4 {
    line-height: 1.8;
    border-bottom: 1px solid #DFE6EA;
  }
  .nav-global ul .item .nav-global-lv4 .item-lv4:last-child {
    border-bottom: none;
  }
  .nav-global ul .item .nav-global-lv4 .item-lv4 .link-lv4 {
    display: block;
    padding: 15px 73px 13px;
    background: url(../img/ico_arrow_right_03.png) right 21px center no-repeat;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
  }
  .nav-global ul .item .nav-global-lv4 .item-lv4 .link-lv4.is-current {
    background: url(../img/ico_arrow_right_04.png) right 21px center no-repeat;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
    color: #1e83ff;
  }
  body#g01 .nav01.item .link,
  body#g02 .nav02.item .link,
  body#g03 .nav03.item .link,
  body#g04 .nav04.item .link,
  body#g05 .nav05.item .link,
  body#g06 .nav06.item .link {
    background: #cddae2 url(../img/ico_arrow_down_03.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }

  body#g07 .nav07.item .link,
  body#g08 .nav08.item .link {
    background: #cddae2 url(../img/ico_arrow_right_03.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }


  body#g01 .nav01.item .link span,
  body#g02 .nav02.item .link span,
  body#g03 .nav03.item .link span,
  body#g04 .nav04.item .link span,
  body#g05 .nav05.item .link span,
  body#g06 .nav06.item .link span,
  body#g07 .nav07.item .link span,
  body#g08 .nav08.item .link span {
    color: #1e83ff;
  }
  body#g01 .nav01.item .link.is-active,
  body#g02 .nav02.item .link.is-active,
  body#g03 .nav03.item .link.is-active,
  body#g04 .nav04.item .link.is-active,
  body#g05 .nav05.item .link.is-active,
  body#g06 .nav06.item .link.is-active {
    background: #cddae2 url(../img/ico_arrow_up_01.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }

  body#g07 .nav07.item .link.is-active,
  body#g08 .nav08.item .link.is-active {
    background: #cddae2 url(../img/ico_arrow_right_04.png) right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }

  .js-box-accd {
    display: none;
  }
}

/* english
---------------------------------------------------------- */
.eng .nav-global ul .item {
  margin: 0 17px;
}

.eng .nav-global .box-title .ttl-navi.txt-cmn-jp {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .eng .nav-global ul .item {
    margin: 0;
  }
  .eng .nav-global ul .item .link {
    padding: 18px 35px 21px 19px;
  }
}

/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1110px;
  height: 25px;
  overflow: hidden;
  margin: 0 auto 16px;
  text-align: left;
  text-shadow: 1px 2px 3px #000;
}

.nav-breadcrumb.type-01 {
  width: 850px;
}

.nav-breadcrumb li {
  position: relative;
  float: left;
  margin-right: 11px;
  padding-right: 18px;
  white-space: nowrap;
  font-size: 1.2rem;
  color: #fff;
}

.nav-breadcrumb li:after {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}

.nav-breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.nav-breadcrumb li:last-child:after {
  display: none;
}

.nav-breadcrumb li a {
  color: #fff;
}

.nav-breadcrumb li a:hover {
  text-decoration: underline;
}

.nav-breadcrumb li.home {
  padding-left: 21px;
  background: url(../img/ico_home_01.png) left center no-repeat;
}

@media screen and (max-width: 767px) {
  .nav-breadcrumb {
    display: none;
  }
}

/* ==========================================================
 contents
========================================================== */
.contents-wrap {
  position: relative;
  margin: -118px 0 0;
  z-index: 5;
}

.contents-wrap.news {
  margin-top: -118px;
}

.contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1230px;
  margin: 0 auto;
  text-align: left;
  color: #47515f;
}

.contents:before, .contents:after {
  content: "";
  display: table;
  clear: both;
}

.contents-main {
  width: 850px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.contents-main-inner {
  width: 100%;
  padding:77px 60px 100px;
  background-color: #fff;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  -webkit-box-shadow: 0 3px 25px 5px rgba(130, 135, 136, 0.05);
  box-shadow: 0 3px 25px 5px rgba(130, 135, 136, 0.05);
}

.contents-main-inner-dx {
  width: 100%;
  padding:40px 60px 50px;
  background-color: #fff;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  -webkit-box-shadow: 0 3px 25px 5px rgba(130, 135, 136, 0.05);
  box-shadow: 0 3px 25px 5px rgba(130, 135, 136, 0.05);
}

.contents-main-inner .inner-link {
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 1.5em;
  line-height: 2em;
}

.contents-sub {
  width: 340px;
  margin-left: 40px;
  margin-bottom: 50px;
}

.contents-sub-inner {
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 25px 5px rgba(130, 135, 136, 0.05);
  box-shadow: 0 3px 25px 5px rgba(130, 135, 136, 0.05);
}

.contents-sub .ttl-sub .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 77px;
  padding: 10px 40px;
  background-color: #47515f;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  font-size: 1.8rem;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .contents-sub .ttl-sub .link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.contents-sub .ttl-sub .link:hover {
  background-color: #556070;
}

.contents-sub .list-sub-lv2 {
  font-size: 1.6rem;
  background-color: #DFE6EA;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}

.contents-sub .list-sub-lv2 .item-lv2 {
  position: relative;
  border-bottom: 1px solid #fff;
}

.contents-sub .list-sub-lv2 .item-lv2:last-child {
  border-bottom: none;
}

.contents-sub .list-sub-lv2 .item-lv2:last-child .link-lv2:after {
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}

.contents-sub .list-sub-lv2 .item-lv2:last-child .box-sub-lv3 {
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}

.contents-sub .list-sub-lv2 .item-lv2:last-child .box-sub-lv3 .list-sub-lv3 .item-lv3:last-child .link-lv3:after {
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}

.contents-sub .list-sub-lv2 .item-lv2 .link-lv2 {
  position: relative;
  display: block;
  padding: 16px 30px 19px;
  background: url(../img/ico_arrow_down_02.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .contents-sub .list-sub-lv2 .item-lv2 .link-lv2 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.contents-sub .list-sub-lv2 .item-lv2 .link-lv2:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: rgba(30, 131, 255, 0.1);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .contents-sub .list-sub-lv2 .item-lv2 .link-lv2:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.contents-sub .list-sub-lv2 .item-lv2 .link-lv2:hover {
  background: url(../img/ico_arrow_down_03.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  color: #1e83ff;
}

.contents-sub .list-sub-lv2 .item-lv2 .link-lv2:hover:after {
  width: 100%;
}

.contents-sub .list-sub-lv2 .item-lv2 .link-lv2.is-current {
  background: url(../img/ico_arrow_down_03.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  font-weight: 500;
  color: #1e83ff;
}

.contents-sub .list-sub-lv2 .item-lv2 .link-lv2.is-active {
  background: url(../img/ico_arrow_up_04.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  color: #666;
}

.contents-sub .list-sub-lv2 .item-lv2 .link-lv2.is-active:hover {
  background: url(../img/ico_arrow_up_01.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  color: #1e83ff;
}

.contents-sub .list-sub-lv2 .item-lv2 .link-lv2.is-active.is-current {
  background: url(../img/ico_arrow_up_01.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  font-weight: 500;
  color: #1e83ff;
}

.contents-sub .list-sub-lv2 .item-lv2 .link-lv2.link-self {
  background: url(../img/ico_arrow_right_03.png) right 32px center no-repeat;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
}

.contents-sub .list-sub-lv2 .item-lv2 .link-lv2.link-self:hover, .contents-sub .list-sub-lv2 .item-lv2 .link-lv2.link-self.is-current {
  background: url(../img/ico_arrow_right_04.png) right 32px center no-repeat;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
  color: #1e83ff;
}

.contents-sub .box-sub-lv3 {
  position: relative;
  background-color: #fff;
  font-size: 1.4rem;
  color: #47515f;
}

.contents-sub .box-sub-lv3 .ttl-lv3 {
  padding: 5px 10px 7px;
  background-color: #EDF3F6;
  font-size: 1.3rem;
  text-align: center;
  color: rgba(71, 81, 95, 0.6);
}

.contents-sub .list-sub-lv3 {
  display: block;
}

.contents-sub .list-sub-lv3 .item-lv3 {
  position: relative;
  border-bottom: 1px solid #DFE6EA;
}

.contents-sub .list-sub-lv3 .item-lv3:last-child {
  border-bottom: none;
}

.contents-sub .list-sub-lv3 .item-lv3 .link-lv3 {
  position: relative;
  display: block;
  padding: 20px 45px 19px 45px;
  background: url(../img/ico_arrow_down_02.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .contents-sub .list-sub-lv3 .item-lv3 .link-lv3 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.contents-sub .list-sub-lv3 .item-lv3 .link-lv3:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: rgba(30, 131, 255, 0.1);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .contents-sub .list-sub-lv3 .item-lv3 .link-lv3:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.contents-sub .list-sub-lv3 .item-lv3 .link-lv3:hover {
  background: url(../img/ico_arrow_down_03.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  color: #1e83ff;
}

.contents-sub .list-sub-lv3 .item-lv3 .link-lv3:hover:after {
  width: 100%;
}

.contents-sub .list-sub-lv3 .item-lv3 .link-lv3.is-current {
  background: url(../img/ico_arrow_down_03.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  color: #1e83ff;
}

.contents-sub .list-sub-lv3 .item-lv3 .link-lv3.is-active {
  background: url(../img/ico_arrow_up_04.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  color: #666;
}

.contents-sub .list-sub-lv3 .item-lv3 .link-lv3.is-active:hover, .contents-sub .list-sub-lv3 .item-lv3 .link-lv3.is-active.is-current {
  background: url(../img/ico_arrow_up_01.png) right 30px center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
  color: #1e83ff;
}

.contents-sub .list-sub-lv3 .item-lv3 .link-lv3.link-self {
  background: url(../img/ico_arrow_right_03.png) right 33px center no-repeat;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
}

.contents-sub .list-sub-lv3 .item-lv3 .link-lv3.link-self:hover, .contents-sub .list-sub-lv3 .item-lv3 .link-lv3.link-self.is-current {
  background: url(../img/ico_arrow_right_04.png) right 33px center no-repeat;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
  color: #1e83ff;
}

.contents-sub .box-sub-lv4-wrap {
  display: none;
}

.contents-sub .list-sub-lv4 {
  border-top: 1px solid #DFE6EA;
}

.contents-sub .list-sub-lv4 .item-lv4 {
  line-height: 1.8;
  border-bottom: 1px solid #DFE6EA;
}

.contents-sub .list-sub-lv4 .item-lv4:last-child {
  border-bottom: none;
}

.contents-sub .list-sub-lv4 .item-lv4 .link-lv4 {
  position: relative;
  display: block;
  padding: 11px 40px 10px 70px;
  background: url(../img/ico_arrow_right_03.png) right 30px center no-repeat;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .contents-sub .list-sub-lv4 .item-lv4 .link-lv4 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.contents-sub .list-sub-lv4 .item-lv4 .link-lv4:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: rgba(30, 131, 255, 0.1);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .contents-sub .list-sub-lv4 .item-lv4 .link-lv4:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.contents-sub .list-sub-lv4 .item-lv4 .link-lv4:hover {
  background: url(../img/ico_arrow_right_04.png) right 30px center no-repeat;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
  color: #1e83ff;
}

.contents-sub .list-sub-lv4 .item-lv4 .link-lv4:hover:after {
  width: 100%;
}

.contents-sub .list-sub-lv4 .item-lv4 .link-lv4.is-current {
  background: url(../img/ico_arrow_right_04.png) right 30px center no-repeat;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
  color: #1e83ff;
  font-weight: 500;
}

.contents-sub .js-box-accd-pc {
  display: none;
}

@media screen and (max-width: 767px) {
  .contents-wrap {
    position: relative;
    margin: 0;
    z-index: 5;
    overflow: hidden;
  }
  .contents-wrap.news {
    margin-top: 0;
  }
  .contents {
    display: block;
    width: 100%;
  }
  .contents-main {
    width: 100%;

  }
  .contents-main-inner {
    padding: 40px 15px 100px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .contents-sub {
    display: none;
  }
}

.contents-wrap-top {
  position: relative;
  margin-top: -50px;
  z-index: 5;
}

.contents-wrap-top .contents {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .contents-wrap-top {
    margin-top: 0;
  }
  .contents-wrap-top .contents {
    margin-top: 0;
  }
}

/* english
---------------------------------------------------------- */
.eng .contents-sub .list-sub-lv2 .item-lv2 .link-lv2 {
  padding: 16px 40px 19px 30px;
}

.eng .contents-sub .list-sub-lv2 .item-lv2 .link-lv2.is-current {
  font-weight: 600;
}

.eng .contents-sub .list-sub-lv2 .item-lv2 .link-lv2.is-active.is-current {
  font-weight: 600;
}

.eng .contents-sub .list-sub-lv3 .item-lv3 .link-lv3.is-current {
  font-weight: 600;
}

.eng .contents-sub .list-sub-lv4 .item-lv4 .link-lv4.is-current {
  font-weight: 600;
}

.eng .box-top-topics .inner {
  width: 1097px;
}

@media screen and (max-width: 767px) {
  .eng .box-top-topics .inner {
    width: 100%;
  }
}

/* ==========================================================
 footer
========================================================== */
.footer {
  overflow: hidden;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  padding: 60px 0 48px;
  background-color: #0068b7;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 255);
}

.footer a {
  color: rgba(255, 255, 255, 255);
}

.footer a:hover {
  text-decoration: underline;
}

.footer-in {
  width: 1110px;
  margin: 0 auto;
  text-align: left;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.footer-logo .logo {
  width: 250px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 60px;
}

.footer-logo .txt-address {
  width: 100%;
}

.footer-logo .txt-address .link-cmn-tel {
  display: inline-block;
  pointer-events: none;
  color: rgba(255, 255, 255, 255);
}

.footer-utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 47px;
  border: solid rgba(255, 255, 255, 255);
  border-width: 1px 0;
}

.footer-utility .col-01 {
  width: 940px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer-utility .col-02 {
  width: 100%;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-links .item {
  margin-right: 105px;
}

.footer-links .item:last-child {
  margin-right: 0;
}

.footer-links .item .title {
  margin-bottom: 22px;
}

.footer-links .item .title a {
  color: rgba(255, 255, 255, 255);
}

.footer-links .list-sub .item-sub {
  margin-bottom: 12px;
}

.footer-links .list-sub .item-sub:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 36px;
}

.footer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.footer-about .item {
  margin-right: 48px;
  font-size: 1.2rem;
}

.footer-about .item:last-child {
  margin-right: 0;
}

.footer-copyright {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.003em;
  color: rgba(255, 255, 255, 255);
}

@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
    min-width: inherit;
    padding: 40px 0 35px;
    font-size: 1.2rem;
  }
  .footer a:hover {
    text-decoration: none;
  }
  .footer-in {
    width: 100%;
  }
  .footer-logo {
    display: block;
    margin-bottom: 24px;
    padding: 0 25px;
  }
  .footer-logo .logo {
    width: 200px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-logo .logo img {
    width: 100%;
  }
  .footer-logo .txt-address {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: -0.1em;
  }
  .footer-utility {
    display: block;
    padding: 0;
    border: solid #8cb8be;
    border-width: 1.5px 0 0;
  }
  .footer-utility .col-01 {
    width: 100%;
  }
  .footer-utility .col-02 {
    width: 100%;
  }
  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-links .item {
    width: 50%;
    margin-right: 0;
    border-bottom: solid 1px #8cb8be;
    text-align: center;
  }
  .footer-links .item:nth-child(odd) {
    border-right: solid 1px #8cb8be;
  }
  .footer-links .item .title {
    margin-bottom: 0;
  }
  .footer-links .item a {
    display: block;
    padding: 21px 10px 22px;
  }
  .footer-links .item-w100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: none;
  }
  .footer-links .item-w100 .title {
    width: 50%;
    border-bottom: solid 1px #8cb8be;
  }
  .footer-links .item-w100 .title:nth-child(even) {
    border-left: solid 1px #8cb8be;
  }
  .footer-links .list-sub {
    display: block;
 }
  .footer-bottom {
    display: block;
    margin-top: 36px;
    padding: 0 25px;
  }
  .footer-about {
    margin-bottom: 19px;
  }
  .footer-copyright {
    line-height: 2;
  }
}

/* english
---------------------------------------------------------- */
.eng .footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.eng .footer-links .item {
  margin-right: 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.eng .footer-links .item:last-child {
  margin-right: 0;
}

.eng .footer-links .item .title {
  font-weight: bold;
}

.eng .footer-links .list-sub {
  margin-bottom: 48px;
}

.eng .footer-links .list-sub:last-child {
  margin-bottom: 0;
}

.eng .footer-utility {
  display: block;
}

.eng .footer-copyright {
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .eng .footer-utility {
    margin: 0 15px;
  }
  .eng .footer-links {
    display: block;
    font-size: 1.4rem;
  }
  .eng .footer-links .item {
    width: 100%;
    margin-right: 0;
    border: none;
    text-align: left;
  }
  .eng .footer-links .item .title {
    position: relative;
    padding: 21px 10px 22px;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .eng .footer-links .item .title:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 8px;
    width: 12px;
    height: 7px;
    background: url(../img/ico_arrow_down_01.png) right center no-repeat;
  }
  .eng .footer-links .item .title.is-active:after {
    top: calc(50% - 4px);
    right: 8px;
    width: 12px;
    height: 7px;
    background: url(../img/ico_arrow_up_03.png) right center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }
  .eng .footer-links .list-sub {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .eng .footer-links .list-sub .item-sub {
    margin-bottom: 0;
    margin-left: 15px;
  }
  .eng .footer-links .list-sub .item-sub a {
    padding: 15px 10px;
  }
  .eng .footer-copyright {
    text-align: left;
  }
}

/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
/* ==========================================================
 section
========================================================== */
/* sec-cmn-01
---------------------------------------------------------- */
.sec-cmn-01 {
  margin-bottom: 80px;
}

.sec-cmn-01 .inner {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sec-cmn-01 {
    margin-bottom: 55px;
  }
  .sec-cmn-01 .inner {
    margin-bottom: 45px;
  }
}

/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  margin-bottom: 50px;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-01 {
    font-size: 3rem;
  }
}

.ttl-cmn-01-02 {
  margin-bottom: 50px;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  background-color: #e7eef1;
  padding: 10px 0 10px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.ttl-cmn-01-03 {
  font-size: 2.0rem;
  font-weight: bold;
  padding-top: 0.2em;
  letter-spacing: 0.5em;
  padding-left: 1em;
  background-color: #ead5a3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ttl-cmn-01-04 {
  margin-bottom: 50px;
  font-size: 3.0rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #00ac7a;
  padding: 10px 0 10px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .ttl-cmn-01-04 {
    width: 100%;
  }
}

.ttl-cmn-01-05 {
  margin-bottom: 50px;
  font-size: 3.0rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #00a6de;
  padding: 10px 0 10px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .ttl-cmn-01-05 {
    width: 100%;
  }
}

.ttl-cmn-01-06 {
  margin-bottom: 50px;
  font-size: 3.0rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #375a9d;
  padding: 10px 0 10px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .ttl-cmn-01-06 {
    width: 100%;
  }
}

.ttl-cmn-news {
  margin-bottom: 1em;
  font-size: 3.0rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #00a6de;
  padding: 10px 0 10px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.ttl-cmn-news-imp {
  margin-bottom: 1em;
  font-size: 3.0rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #c15066;
  padding: 10px 0 10px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.ttl-cmn-news-aml {
  margin-bottom: 1em;
  font-size: 3.0rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #ba2727;
  padding: 10px 0 10px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-01-02 {
    font-size: 2.6rem;
  }
}

/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 17px;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-02 {
    font-size: 2.3rem;
  }
}

.ttl-cmn-02:before, .ttl-cmn-02:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.ttl-cmn-02:before {
  width: 100%;
  background-color: #dfe6ea;
}

.ttl-cmn-02:after {
  width: 50px;
  background-image: -webkit-linear-gradient(358deg, #43c8ff, #1e83ff);
  background-image: -o-linear-gradient(358deg, #43c8ff, #1e83ff);
  background-image: linear-gradient(92deg, #43c8ff, #1e83ff);
}

/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
  margin-bottom: 30px;
  position: relative;
  margin-left: 10px;
  padding-left: 15px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-03 {
    font-size: 2.0rem;
  }
}

.ttl-cmn-03--medium {
  font-weight: 500;
}

.ttl-cmn-03:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: -webkit-linear-gradient(355deg, #43c8ff, #1e83ff);
  background-image: -o-linear-gradient(355deg, #43c8ff, #1e83ff);
  background-image: linear-gradient(95deg, #43c8ff, #1e83ff);
}

.ttl-cmn-03.is-bd-none {
  padding-left: 0;
}

.ttl-cmn-03.is-bd-none:after {
  display: none;
}

/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-04 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #47515f;
}

.ttl-cmn-04-01 {
  margin-bottom: 30px;
  width: 87%;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #00ac7a;
  padding: 5px 0 5px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-04 {
    font-size: 1.8rem;
  }
}


/* ttl-cmn-05
---------------------------------------------------------- */
.ttl-cmn-05 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-05 {
    font-size: 2.0rem;
  }
}

.ttl-cmn-05--medium {
  font-weight: 500;
}

.ttl-cmn-05:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 5px;
  height: 100%;
  background-image: -webkit-linear-gradient(355deg, #eb6644, #cf635f);
  background-image: -o-linear-gradient(355deg, #eb6644, #cf635f);
  background-image: linear-gradient(95deg, #eb6644, #cf635f);
}

.ttl-cmn-05.is-bd-none {
  padding-left: 0;
}

.ttl-cmn-05.is-bd-none:after {
  display: none;
}

/* ttl-cmn-06
---------------------------------------------------------- */
.ttl-cmn-06 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0.25em;
  font-size: 2.5rem;
  font-weight: bold;
  color: #005842;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-06 {
    font-size: 2.5rem;
  }
}

.ttl-cmn-06:before, .ttl-cmn-06:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
}

.ttl-cmn-06:before {
  width: 90%;
  background-color: #98ce97;
}

.ttl-cmn-06:after {
  width: 250px;
  background-image: -webkit-linear-gradient(358deg, #00aa6e, #98ce97);
  background-image: -o-linear-gradient(358deg, #00aa6e, #98ce97);
  background-image: linear-gradient(92deg, #00aa6e, #98ce97);
}
@media screen and (max-width: 767px) {
  .ttl-cmn-06{
    width: 100%;
  }
}

.ttl-cmn-06-01 {
  margin-bottom: 30px;
  width: 87%;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #56aa59;
  padding: 5px 0 5px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}


@media screen and (max-width: 767px) {
  .ttl-cmn-06-01 {
    width: 100%;
  }
}

.ttl-cmn-06-02 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-06-02 {
    font-size: 2.0rem;
  }
}

.ttl-cmn-06-02--medium {
  font-weight: 500;
}

.ttl-cmn-06-02:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 5px;
  height: 100%;
  background-image: -webkit-linear-gradient(355deg, #3d6b35, #56aa59);
  background-image: -o-linear-gradient(355deg, #3d6b35, #56aa59);
  background-image: linear-gradient(95deg, #3d6b35, #56aa59);
}

.ttl-cmn-06-02.is-bd-none {
  padding-left: 0;
}

.ttl-cmn-06-02.is-bd-none:after {
  display: none;
}


/* ttl-cmn-07
---------------------------------------------------------- */
.ttl-cmn-07 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0.25em;
  font-size: 2.5rem;
  font-weight: bold;
  color: #0080ae;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-07 {
    font-size: 2.5rem;
  }
}

.ttl-cmn-07:before, .ttl-cmn-07:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
}

.ttl-cmn-07:before {
  width: 90%;
  background-color: #0080ae;
}

.ttl-cmn-07:after {
  width: 250px;
  background-image: -webkit-linear-gradient(358deg, #00a6de, #0080ae);
  background-image: -o-linear-gradient(358deg, #00a6de, #0080ae);
  background-image: linear-gradient(92deg, #00a6de, #0080ae);
}
.ttl-cmn-07-01 {
  width: 98%;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #7cb9d7;
  padding: 15px 0 15px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.ttl-cmn-07-02 {
  width: 98%;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #59bb9c;
  padding: 15px 0 15px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.ttl-cmn-07-03 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.ttl-cmn-07-03:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 5px;
  height: 100%;
  margin-left: 10px;
  background-image: -webkit-linear-gradient(355deg, #3d6b35, #56aa59);
  background-image: -o-linear-gradient(355deg, #3d6b35, #56aa59);
  background-image: linear-gradient(95deg, #3d6b35, #56aa59);
}
@media screen and (max-width: 767px) {
  .ttl-cmn-07-03 {
    font-size: 1.6rem;
  }
}

/* ttl-cmn-08
---------------------------------------------------------- */
.ttl-cmn-08 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 17px;
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-08 {
    font-size: 2.3rem;
  }
}

.ttl-cmn-08:before, .ttl-cmn-02:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
}

.ttl-cmn-08:before {
  width: 70%;
  background-color: #375a9d;
}

.ttl-cmn-08:after {
  width: 50px;
  background-image: -webkit-linear-gradient(358deg, #00a6de, #0080ae);
  background-image: -o-linear-gradient(358deg, #00a6de, #0080ae);
  background-image: linear-gradient(92deg, #00a6de, #0080ae);
}

/* ttl-cmn-top-01
---------------------------------------------------------- */
.ttl-cmn-top-01 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 33px;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-top-01 {
    font-size: 2.2rem;
    letter-spacing: -0.025em;
  }
}

.ttl-cmn-top-01.fz-large {
  font-size: 3.4rem;
  margin-bottom: 31px;
  padding-bottom: 21px;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-top-01.fz-large {
    font-size: 3rem;
    margin-bottom: 29px;
    padding-bottom: 31px;
    line-height: 1.3;
  }
}

.ttl-cmn-top-01::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #1e83ff;
  background: -webkit-linear-gradient(359deg, #43c8ff, #1e83ff);
  background: -o-linear-gradient(359deg, #43c8ff, #1e83ff);
  background: linear-gradient(91deg, #43c8ff, #1e83ff);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
}

.ttl-cmn-top-02 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-top-02 {
    font-size: 2rem;
  }
}


/* ttl-recruit-01
---------------------------------------------------------- */
.ttl-recruit-01 {
  position: relative;
  background-color: #375a9d;
  color:#fff;
  width: 100%;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  padding-left: 1em;
  font-size: 2.3rem;
  font-weight: 800;
  height: 3em;
  line-height: 3em;
  letter-spacing: -0.03em;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .ttl-recruit-01 {
    width: 100%;
    height: 5em;
    font-size: 2.3rem;
    padding-top: 1em;
    padding-right: 1em;
    line-height: 1.2em;
  }
}

.ttl-recruit-01:before, .ttl-cmn-02:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
}

.ttl-recruit-01:before {
  width: 75%;
  background-color: #323172;
}

.ttl-recruit-01:after {
  width: 75%;
  background-image: -webkit-linear-gradient(358deg, #00a6de, #0080ae);
  background-image: -o-linear-gradient(358deg, #00a6de, #0080ae);
  background-image: linear-gradient(92deg, #00a6de, #0080ae);
}

/* ttl-recruit-02
---------------------------------------------------------- */
.ttl-recruit-02 {
  position: relative;
  background-color: #e3ebf3;
  width: 98%;
  height: auto;
  line-height: 2em;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 1em;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  border-radius: 8px;
  text-overflow: ;
}

@media screen and (max-width: 767px) {
  .ttl-recruit-02 {
    width: 100%;
    height: 4em;
    font-size: 2.3rem;
    padding-top: 1em;
    padding-right: 1em;
    line-height: 1.2em;
  }
}

.ttl-recruit-02--medium {
  font-weight: 500;
}

.ttl-recruit-02:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 100%;
  background-image: -webkit-linear-gradient(355deg, #375a9d, #7093bf);
  background-image: -o-linear-gradient(355deg, #375a9d, #7093bf);
  background-image: linear-gradient(95deg, #375a9d, #7093bf);
  border-radius: 8px 0 0 8px ;
}

.ttl-recruit-02.is-bd-none {
  padding-left: 0;
}


.ttl-recruit-02.is-bd-none:after {
  display: none;
}

/* ttl-recruit-03
---------------------------------------------------------- */
.ttl-recruit-03 {
  position: relative;
  background-color: #7093bf;
  color: #fff;
  width: 60%;
  height: 2em;
  line-height: 2em;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 1em;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  border-radius: 8px;
  text-overflow: ;
}

@media screen and (max-width: 767px) {
  .ttl-recruit-03 {
    width: 100%;
    font-size: 2.0rem;
  }
}

.ttl-recruit-03--medium {
  font-weight: 500;
}

.ttl-recruit-03:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 100%;
  background-image: -webkit-linear-gradient(355deg, #375a9d, #7093bf);
  background-image: -o-linear-gradient(355deg, #375a9d, #7093bf);
  background-image: linear-gradient(95deg, #375a9d, #7093bf);
  border-radius: 8px 0 0 8px ;
}

.ttl-recruit-03.is-bd-none {
  padding-left: 0;
}


.ttl-recruit-03.is-bd-none:after {
  display: none;
}



/* ==========================================================
 text
========================================================== */
/* txt-cmn-en
---------------------------------------------------------- */
.txt-cmn-en {
  font-family: 'Lato', sans-serif;
}

/* txt-right/left
---------------------------------------------------------- */
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}

/* txt-lts-normal
---------------------------------------------------------- */
.txt-lts-normal {
  display: inline-block;
  letter-spacing: normal;
}

/* txt-cmn-01
---------------------------------------------------------- */
.txt-cmn-01 {
  margin-bottom: 43px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.01em;
}

.txt-cmn-01--medium {
  font-weight: 500;
}

.txt-cmn-01--largest {
  font-size: 3rem;
  line-height: 1.4;
}

.txt-cmn-01--large {
  font-size: 2rem;
  line-height: 1.6;
}

.txt-cmn-01--middle {
  font-size: 1.4rem;
}

.txt-cmn-01--small {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.7;
}

.txt-cmn-01 + .txt-cmn-01--small {
  margin-top: -23px;
}

.txt-cmn-01 + .list-cmn-link-01 {
  margin-top: -13px;
}

.txt-cmn-note {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 2;
}

.txt-cmn-note:before {
  content: '※';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: #ec0000;
}

.eng .txt-cmn-01 {
  font-weight: normal;
}

/* txt-objects
---------------------------------------------------------- */
.txt-objects {
  margin-bottom: 50px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.7;
}

/* txt-contact
---------------------------------------------------------- */
.txt-contact {
  background-color: #bce2e8;
  margin-left: 20px;
  margin-bottom: 1em;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-radius: 1em;  
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.6em;
}
.txt-contact-02 {
  background-color: #ebf4df;
  margin-left: 20px;
  margin-bottom: 1em;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-radius: 1em;  
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.6em;
}
.txt-contact-03 {
  background-color: #e3ebf3;
  margin-left: 20px;
  margin-bottom: 1em;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-radius: 1em;  
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.6em;
}

/* ==========================================================
 Internet Banking
========================================================== */
/* iblogin
---------------------------------------------------------- */
.box-iblogin{
  padding: 10px;
  margin-top: 2em;
  margin-bottom: 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 56px;
}
.box-ib{
  width: 85%;
  padding: 1px;
  margin-bottom: 1em;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left;
}
.iblogin-btn{
  width: 350px;
  height: 5em;
  margin: 1 1 1 1;
  background-image: -webkit-linear-gradient(00b100, #43c8ff, #1e83ff);
  background-image: -o-linear-gradient(00b100, #00c768, #2e8b57 );
  background-image: linear-gradient(108deg, #00c768, #2e8b57);
  border-radius: 0.8em;  
}
.iblogin-btn-txt{
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
.ibtxt{
  margin: 2em;
}
.ibcaution{
  padding-top: 1em;
  padding-left: 4em;
  text-indent: -1em;
  font-size: 1.0em;
  color: #d35657;
}

/* web-fb login
---------------------------------------------------------- */
.box-fb{
  width: 85%;
  padding: 1px;
  margin-bottom: 1em;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left;
}
.box-fblogin{
  padding: 10px;
  margin-bottom: 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 56px;
}
.fblogin-btn{
  width: 350px;
  height: 5em;
  margin: 1 1 1 1;
  background-image: -webkit-linear-gradient(342deg, #0087D0, #00A3DF);
  background-image: -o-linear-gradient(342deg, #0087D0, #00A3DF);
  background-image: linear-gradient(108deg, #0087D0, #00A3DF);
  border-radius: 0.8em;  
}
.fblogin-btn-txt{
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
.fbtxt{
  margin: 2em;
}
.fbtxt_indent {
  margin: 2em;
  border: 2px solid #0080ae;
  border-radius: 10px;
  padding: 1em;
}
.fbtxt_indent li {
  margin: 2em;
  padding-left: 2em;
  text-indent: -1em;
}
.fbtxt_indent .link {
  color: #346cb5;
  text-decoration: underline;
}
.fbcaution{
  padding-top: 1em;
  text-indent: -1em;
  font-size: 1.0em;
  color: #d35657;
}
/* web-loan button
---------------------------------------------------------- */
.box-wl{
  width: 85%;
  padding: 1px;
  margin-bottom: 1em;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left;
}
.box-webloan{
  padding: 10px;
  margin-bottom: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 56px;
}

.webloantxt{
  margin: 2em;
}
.webloancaution{
  padding-top: 1em;
  padding-left: 4em;
  text-indent: -1em;
  font-size: 1.0em;
  color: #d35657;
}
.webloan-btn-01{
  width: 380px;
  height: 5em;
  margin: 10px;
  background-image: -webkit-linear-gradient(342deg, #72ae2c, #567b02);
  background-image: -o-linear-gradient(342deg, #72ae2c, #567b02);
  background-image: linear-gradient(108deg, #72ae2c, #567b02);
  border-radius: 0.8em;  
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}

/* web-loan-agree button
---------------------------------------------------------- */
.box-webloan-agree{
  padding: 10px;
  margin-bottom: 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 56px;
}
.webloan-btn-02{
  width: 380px;
  height: 5em;
  margin: 10px;
  padding: 15px;
  color: #666;
  font-size: 1.8rem;
  font-weight: 600;
  background-image: -webkit-linear-gradient(120deg, #bedfc2, #6abc6e);
  background-image: -o-linear-gradient(120deg, #bedfc2, #6abc6e);
  background-image: linear-gradient(180deg, #bedfc2, #6abc6e);
  border-radius: 0.8em;  
}
@media screen and (max-width: 767px) {
  .box-webloan-agree {
    width:100%;
    height:100%;
  }
  .webloan-btn-01{
    width:100%;
  }
  .webloan-btn-02 {
    width:100%;
  }
  .webloan-btn-03 {
    width:100%;
  }
}

.webloan-btn-03{
  width: 280px;
  height: 5em;
  margin: 10px;
  padding: 15px;
  color: #666;
  font-size: 1.8rem;
  font-weight: 600;
  background-image: -webkit-linear-gradient(120deg, #bedfc2, #6abc6e);
  background-image: -o-linear-gradient(120deg, #bedfc2, #6abc6e);
  background-image: linear-gradient(180deg, #bedfc2, #6abc6e);
  border-radius: 0.8em;  
}
.btn03-container {
  text-align: center;
}


/* ==========================================================
 list
========================================================== */
/* list-cmn-order-01
---------------------------------------------------------- */
.list-cmn-order-01 {
  counter-reset: parts;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}

.list-cmn-order-01--medium {
  font-weight: 500;
}

.list-cmn-order-01 .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 15px;
  letter-spacing: 0.01em;
}

.list-cmn-order-01 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-order-01 .item:before {
  content: counter(parts) ".";
  position: absolute;
  top: -1px;
  left: 0;
  color: #1e83ff;
  font-size: 1.7rem;
  font-weight: 400;
}

.list-cmn-order-01 .item ul {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: -1px;
}

.eng .list-cmn-order-01,
.eng .list-cmn-dot {
  font-weight: normal;
}

/* list-cmn-report-01
---------------------------------------------------------- */
.list-cmn-report-01 {
  counter-reset: parts;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}

.list-cmn-report-01--medium {
  font-weight: 500;
}

.list-cmn-report-01 .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 40px;
  letter-spacing: 0.01em;
}

.list-cmn-report-01 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-report-01 .item:before {
  content: counter(parts) ".";
  position: absolute;
  top: 0px;
  left: 10px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
}

.list-cmn-report-01 .item ul {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: -1px;
}

.eng .list-cmn-report-01,
.eng .list-cmn-dot {
  font-weight: normal;
}


/* list-cmn-contents-01
---------------------------------------------------------- */
.list-cmn-contents-01 {
  counter-reset: parts;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}

.list-cmn-contents-01--medium {
  font-weight: 500;
}

.list-cmn-contents-01 .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 40px;
  letter-spacing: 0.01em;
}

.list-cmn-contents-01 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-contents-01 .item:before {
  content: "●";
  position: absolute;
  top: 0px;
  left: 10px;
  color: #eb6644;
  font-size: 1.6rem;
  font-weight: normal;
}

.list-cmn-contents-01 .item ul {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: -1px;
}

.eng .list-cmn-contents-01,
.eng .list-cmn-dot {
  font-weight: normal;
}

/* list-cmn-contents-02
---------------------------------------------------------- */
.list-cmn-contents-02 {
  counter-reset: parts;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}

.list-cmn-contents-02 p{
  margin-bottom: 1em;
}

.list-cmn-contents-02--medium {
  font-weight: 500;
}

.list-cmn-contents-02 .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 40px;
  letter-spacing: 0.01em;
}

.list-cmn-contents-02 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-contents-02 .item:before {
  content: counter(parts) ".";
  position: absolute;
  top: 0px;
  left: 10px;
  color: #657587;
}

.list-cmn-contents-02 .item ul {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: -1px;
}

.eng .list-cmn-contents-02,
.eng .list-cmn-dot {
  font-weight: normal;
}


/* list-cmn-contents-03
---------------------------------------------------------- */
.list-cmn-contents-03 {
  counter-reset: parts;
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

.list-cmn-contents-03--medium {
  font-weight: 500;
}

.list-cmn-contents-03 .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 40px;
  letter-spacing: 0.01em;
}

.list-cmn-contents-03 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-contents-03 .item:before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 10px;
  color: #002d5e;
}

.list-cmn-contents-03 .item ul {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: -1px;
}

.list-cmn-contents-03 .item p{
  width: 800px;
  margin-top: 1em;
  padding-left: 0;
  margin-left: 0;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .list-cmn-contents-03 .item p {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}

.eng .list-cmn-contents-03,
.eng .list-cmn-dot {
  font-weight: normal;
}


/* list-cmn-contents-04
---------------------------------------------------------- */
.list-cmn-contents-04 {
  counter-reset: parts;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}

.list-cmn-contents-04--medium {
  font-weight: 500;
}

.list-cmn-contents-04 .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 40px;
  letter-spacing: 0.01em;
}

.list-cmn-contents-04 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-contents-04 .item:before {
  content: "(" counter(parts) ")";
  position: absolute;
  top: 0px;
  left: 2px;
  color: #666;
  font-size: 1.6rem;
  font-weight: normal;
}

.list-cmn-contents-04 .item ul {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: -1px;
}

.eng .list-cmn-contents-04,
.eng .list-cmn-dot {
  font-weight: normal;
}


/* list-cmn-contents-05
---------------------------------------------------------- */
.list-cmn-contents-05 {
  counter-reset: parts;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}

.list-cmn-contents-05--medium {
  font-weight: 500;
}

.list-cmn-contents-05 .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 40px;
  letter-spacing: 0.01em;
}

.list-cmn-contents-05 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-contents-05 .item:before {
  content: "　";
  position: absolute;
  top: 0px;
  left: 10px;
  color: #666;
  font-size: 1.6rem;
  font-weight: normal;
}

.list-cmn-contents-05 .item ul {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: -1px;
}

.eng .list-cmn-contents-05,
.eng .list-cmn-dot {
  font-weight: normal;
}

/* list-cmn-contents-06
---------------------------------------------------------- */
.list-cmn-contents-06 {
  counter-reset: parts;
  margin-top: 15px;
  margin-bottom: 100px;
  padding-left:10px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5em;
}

.list-cmn-contents-06--medium {
  font-weight: 500;
}

.list-cmn-contents-06 .item {
  position: relative;
  counter-increment: parts;
  letter-spacing: 0.01em;
  padding-left:3em;
  text-indent:-3em;
}

.list-cmn-contents-06 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-contents-06 .item:before {
  content: "■";
  position: absolute;
  top: 0px;
  left: 10px;
  color: #37a0c8;
  font-size: 1.8rem;
  font-weight: normal;
}

.list-cmn-contents-06 .item ul {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: -1px;
}

.eng .list-cmn-contents-06,
.eng .list-cmn-dot {
  font-weight: normal;
}

/* list-cmn-contents-07
---------------------------------------------------------- */
.list-cmn-contents-07 {
  counter-reset: parts;
  margin: 15px 10px 10px 10px;
  padding: 15px 10px 10px 10px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5em;
  background-color: #e9edef;
  border-radius: 16px;
}
.list-cmn-contents-07 {
  counter-reset: parts;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  background-color: #e9edef;
  border-radius: 16px;
}

.list-cmn-contents-07--medium {
  font-weight: 500;
}

.list-cmn-contents-07 .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 25px;
  letter-spacing: 0.01em;
  text-indent:-1em;
}

.list-cmn-contents-07 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-contents-07 .item:before {
  content: "■";
  position: static;
  padding-right: 1em;
  color: #37a0c8;
  font-size: 0.5rem;
  font-weight: normal;
}

.list-cmn-contents-07 .item ul {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: -1px;
}



.list-cmn-contents-08 {
  counter-reset: parts;
  margin: 15px 10px 10px 10px;
  padding: 15px 10px 10px 10px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5em;
  background-color: #ebeee8;
  border-radius: 16px;
}
.list-cmn-contents-08 {
  counter-reset: parts;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  background-color: #f0ece2;
  border-radius: 16px;
}

.list-cmn-contents-08--medium {
  font-weight: 500;
}

.list-cmn-contents-08 .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 25px;
  letter-spacing: 0.01em;
  text-indent:-1em;
}

.list-cmn-contents-08 .num {
  position: relative;
  counter-increment: number;
  margin-bottom: 8px;
  padding-left: 25px;
  letter-spacing: 0.01em;
  text-indent:-1em;
}

.list-cmn-contents-08 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-contents-08 .num:last-child {
  margin-bottom: 0;
}

.list-cmn-contents-08 .item:before {
  content: "■";
  position: static;
  padding-right: 1em;
  color: #6db27f;
  font-size: 0.5rem;
  font-weight: normal;
}

.list-cmn-contents-08 .num:before {
  content: counter(number);
  position: static;
  padding-right: 0.5em;
  color: #6db27f;
  font-size: 1.8rem;
  font-weight: 600;
}

.list-cmn-contents-08 .item ul {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: -1px;
}

.list-cmn-contents-08 .num ul {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: -1px;
}


/* list-cmn-contents-09
---------------------------------------------------------- */
.list-cmn-contents-09 {
  counter-reset: parts;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.list-cmn-contents-09--medium {
  font-weight: 500;
}

.list-cmn-contents-09 .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 40px;
  letter-spacing: 0.01em;
}

.list-cmn-contents-09 .item:last-child {
  margin-bottom: 0;
}

.list-cmn-contents-09 .item:before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 10px;
  color: #002d5e;
}

.list-cmn-contents-09 .item ul {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: -1px;
}

.list-cmn-contents-09 .item p{
  width: 800px;
  margin-top: 1em;
  padding-left: 0;
  margin-left: 0;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .list-cmn-contents-09 .item p {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}

.eng .list-cmn-contents-09,
.eng .list-cmn-dot {
  font-weight: normal;
}



/* list-recruit
---------------------------------------------------------- */
.list-recruit .title {
  padding-left:20px;
  color: #fff;
  font-weight: bold;
}

.list-recruit {
  width: 100%;
  counter-reset: parts;
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .list-recruit {
    width: 100%;
  }
}

.list-recruit--medium {
  font-weight: 500;
}

.list-recruit .item {
  position: relative;
  counter-increment: parts;
  margin-bottom: 8px;
  padding-left: 40px;
  letter-spacing: 0.01em;
}

.list-recruit .item:last-child {
  margin-bottom: 0;
}

.list-recruit .item:before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 10px;
  color: #002d5e;
  font-size: 1.6rem;
  font-weight: normal;
}

.list-recruit .item ul {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: -1px;
}

.list-recruit .item .litxt{
  padding-top: 1em;
  padding-bottom: 1em;
}

.eng .list-recruit,
.eng .list-recruit {
  font-weight: normal;
}



/* list-cmn-faq
---------------------------------------------------------- */
.list-cmn-faq {
  margin-bottom: 50px;
}

.list-cmn-faq .item {
  margin-bottom: 33px;
}

.list-cmn-faq .item:last-child {
  margin-bottom: 0;
}

.list-cmn-faq .item .box {
  font-size: 1.6rem;
  color: #47515f;
  line-height: 2;
}

.list-cmn-faq .item .box .title {
  position: relative;
  margin-bottom: 8px;
  padding-left: 35px;
  font-weight: bold;
}

.list-cmn-faq .item .box .title::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../img/ico_q_01.png) left top no-repeat;
}

.list-cmn-faq .item .box .text {
  position: relative;
  padding-left: 35px;
  font-weight: 400;
  padding-bottom: 1em;
  border-bottom: dotted 2px #dec39c;
}

.list-cmn-faq .item .box .text::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../img/ico_a_01.png) left top no-repeat;
}

/* list-cmn-pdf
---------------------------------------------------------- */
.list-cmn-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
}

.list-cmn-pdf .item {
  width: 33.33%;
  padding: 0 15px;
  line-height: 1.4;
}

.list-cmn-pdf .item .link {
  display: block;
  padding: 40px 40px 35px;
  background-color: #f9f9f9;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-cmn-pdf .item .link:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .list-cmn-pdf .item .link:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.list-cmn-pdf .item .link .image {
  border: solid 1px #ccc;
}

.list-cmn-pdf .item .link .image img {
  width: 100%;
}

.list-cmn-pdf .item .link .text {
  margin-top: 8px;
}

.list-cmn-pdf .item .link .text span {
  display: inline;
  position: relative;
  padding-right: 28px;
  background: url(../img/ico_pdf_01.png) right center no-repeat;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1e83ff;
}

@media screen and (max-width: 767px) {
  .list-cmn-pdf {
    margin: 0 -12px;
  }
  .list-cmn-pdf .item {
    width: 50%;
    margin-bottom: 50px;
    padding: 0 22px;
  }
  .list-cmn-pdf .item .link {
    padding: 0;
    background-color: transparent;
  }
}


/* ==========================================================
 table
========================================================== */
/* table-cmn-01
---------------------------------------------------------- */
.table-cmn-01 {
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #DFE6EA;
  line-height: 2;
}

.table-cmn-01 th {
  padding: 11px 20px 14px;
  background-color: #F9F9F9;
  font-size: 1.4rem;
  font-weight: 700;
}

.table-cmn-01 td {
  padding: 11px 20px 14px;
  border-top: 1px solid #DFE6EA;
  border-left: 1px solid #DFE6EA;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}

/* table-cmn-02
---------------------------------------------------------- */
.table-cmn-02 {
  width: 100%;
  margin-bottom: 50px;
  margin-bottom: -12px;
  line-height: 2;
}

.table-cmn-02 th,
.table-cmn-02 td {
  padding-bottom: 12px;
}

.table-cmn-02 th {
  width: 119px;
  padding-right: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: top;
}

.table-cmn-02 td {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .table-cmn-02 {
    display: block;
    width: 100%;
    margin-bottom: -13px;
  }
  .table-cmn-02 th,
  .table-cmn-02 td {
    display: block;
    padding-bottom: 0;
  }
  .table-cmn-02 th {
    width: 100%;
    padding-bottom: 3px;
    padding-right: 0;
  }
  .table-cmn-02 td {
    width: 100%;
    padding-bottom: 13px;
  }
}

/* table-cmn-03
---------------------------------------------------------- */
.table-cmn-03 {
  width: 100%;
  border: solid 1px #dfe6ea;
  font-size: 1.4rem;
}

.table-cmn-03 thead th {
  padding: 14px 5px 17px;
  background-color: #acb2b5;
  border-left: 1px solid #dfe6ea;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.table-cmn-03 thead th.s-ta-l {
  padding: 14px 20px 17px;
}

.table-cmn-03 tbody th,
.table-cmn-03 tbody td {
  padding: 16px 14px 16px 18px;
  border-top: solid 1px #dfe6ea;
  font-weight: 300;
}

.table-cmn-03 tbody th.type-01,
.table-cmn-03 tbody td.type-01 {
  padding-left: 3px;
}

.table-cmn-03 tbody th.type-02,
.table-cmn-03 tbody td.type-02 {
  padding-right: 3px;
}

.table-cmn-03 tbody th {
  background-color: #f9f9f9;
}

.table-cmn-03 tbody td {
  border-left: solid 1px #dfe6ea;
  text-align: right;
}

.eng .table-cmn-03 tbody th,
.eng .table-cmn-03 tbody td {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .table-cmn-03-wrap {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .table-cmn-03-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 4px;
  }
  .table-cmn-03-wrap::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  .table-cmn-03 {
    width: 730px;
  }
}

/* table-cmn-04
---------------------------------------------------------- */
.table-cmn-04 {
  width: 100%;
  border: solid #dfe6ea;
  border-width: 1px 1px 0;
  font-size: 1.7rem;
  font-weight: 500;
}

.table-cmn-04 th,
.table-cmn-04 td {
  padding: 15px 20px 16px;
  border-bottom: solid 1px #dfe6ea;
}

.table-cmn-04 th {
  background: #f9f9f9;
}

.table-cmn-04 td {
  border-left: solid 1px #dfe6ea;
}

.table-cmn-04 .txt-red {
  color: #ec0000;
}

.table-cmn-04.type-01 {
  width: auto;
}

.eng .table-cmn-04 {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .table-cmn-04 colgroup col {
    width: 100% !important;
  }
  .table-cmn-04 th,
  .table-cmn-04 td {
    display: block;
    padding: 15px 20px 16px;
  }
  .table-cmn-04 td {
    border-left: none;
  }
  .table-cmn-04.type-01 {
    width: 100%;
  }
}


/* table-cmn-05
---------------------------------------------------------- */
.table-cmn-05 {
  width: 100%;
  border: solid #dfe6ea;
  border-width: 1px 1px 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.table-cmn-05 th,
.table-cmn-05 td {
  padding: 15px 20px 16px;
  border: solid 1px #dfe6ea;
}

.table-cmn-05 th {
  background: #f9f9f9;
}

.table-cmn-05 td {
  border-left: solid 1px #dfe6ea;
}

.table-cmn-05 .txt-red {
  color: #ec0000;
}

.table-cmn-05.type-01 {
  width: auto;
}

.eng .table-cmn-05 {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .table-cmn-05 colgroup col {
    width: 100% !important;
  }
  .table-cmn-05 th,
  .table-cmn-05 td {
    display: block;
    padding: 15px 20px 16px;
  }
  .table-cmn-05 td {
    border-left: none;
  }
  .table-cmn-05.type-01 {
    width: 100%;
  }
}

/* table-cmn-06
---------------------------------------------------------- */
.table-cmn-06 {
  width: 100%;
  border: solid #dfe6ea;
  border-width: 1px 1px 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.table-cmn-06 th,
.table-cmn-06 td {
  padding: 15px 20px 16px;
  border-bottom: solid 1px #dfe6ea;
  font-size: 1.2em;
}

.table-cmn-06 th {
  background: #f9f9f9;
}

.table-cmn-06 td {
  border-left: solid 1px #dfe6ea;
}

.table-cmn-06 ul li{
  padding-top: 1em;
}


.table-cmn-06 td ul li:before {
  content: "■";
  color: #94d0c9;
  font-weight: normal;
}

.table-cmn-06 .txt-std {
  padding-left: 14px;
  text-indent: 1em;
}

.table-cmn-06 .txt-caution {
  padding-top: 1em;
  padding-left: 4em;
  text-indent: -1em;
  font-size: 0.8em;
  color: #b6497e;
}

.table-cmn-06 .txt-important {
  padding-top: 1em;
  padding-left: 4em;
  text-indent: -1em;
  font-size: 1em;
  color: #ec0000;
}

.table-cmn-06 .txt-code {
  padding-left: 0em;
  text-indent: 1em;
}

.table-cmn-06 .txt-addr {
  text-indent: 1em;
}

.table-cmn-06 .txt-tel {
  text-indent: 1em;
}

.table-cmn-06 .txt-blue {
  padding-left: 14px;
  color: #0000ff;
}

.table-cmn-06 .txt-red1 {
  padding-left: 14px;
  color: #ec0000;
}

.table-cmn-06 .txt-red2 {
  padding-left: 14px;
  color: #ec0000;
  text-indent: 1em;
}

.eng .table-cmn-06 {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .table-cmn-06 colgroup col {
    width: 100% !important;
  }
  .table-cmn-06 th,
  .table-cmn-06 td {
    display: block;
    padding: 15px 20px 16px;
  }
  .table-cmn-06 td {
    border-left: none;
  }
  .table-cmn-06.type-01 {
    width: 100%;
  }
}


/* table-cmn-07
---------------------------------------------------------- */
.table-cmn-07 {
  width: 100%;
  border: solid #000;
  border-width: 1px 1px 0;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 3em;
}

.table-cmn-07 th,
.table-cmn-07 td {
  text-align: center;
  padding: 15px 20px 16px;
  border: solid 1px #000;
}

.table-cmn-07 th {
  background: #376ab3;
  color: #fff;
}

.table-cmn-07 td {
  border-left: solid 1px #000;
  color: #666;
}

.table-cmn-07 .row-title {
  background-color: #edf5fa;
}
.table-cmn-07 .row-title-02 {
  background-color: #00785e;
}
.table-cmn-07 .row-title-03 {
  background-color: #6b9277;
}
.table-cmn-07 .row-title-04 {
  background-color: #375a9d;
}
.table-cmn-07 .row-title-04-01 {
  background-color: #7093bf;
}

.table-cmn-07 .row-subtitle {
  background-color: #f2f2ee;
  color:#666;
}
.table-cmn-07 .row-subtitle-02 {
  background-color: #f2f2ee;
  color:#666;
}
.table-cmn-07 .row-subtitle-03 {
  background-color: #fff;
  color:#666;
}
.table-cmn-07 .row-subtitle-04 {
  background-color: #fff;
  color:#666;
}

.table-cmn-07 .txt-red {
  color: #ec0000;
}

.table-cmn-07 .link {
  color: #00785e;
  text-decoration: underline;
}

.table-cmn-07.type-01 {
  width: auto;
}

.eng .table-cmn-07 {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .table-cmn-07 colgroup col {
    width: 100% !important;
  }
  .table-cmn-07 th,
  .table-cmn-07 td {
    display: block;
    padding: 15px 20px 16px;
    border-left: none;
  }
  .table-cmn-07.type-01 {
    width: 100%;
  }
}

/* table-cmn-08
---------------------------------------------------------- */
.table-cmn-08 {
  width: 100%;
  border: solid #000;
  border-width: 1px 1px 0;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 3em;
}

.table-cmn-08 th,
.table-cmn-08 td {
  text-align: left;
  padding: 15px 20px 16px;
  border: solid 1px #000;
}

.table-cmn-08 th {
  background: #43a28c;
  color: #fff;
}

.table-cmn-08 td {
  border-left: solid 1px #000;
  background: #bedfc2;
/*  background: #fffff; */
  color: #333;
}

.table-cmn-08 .row-title {
  background-color: #edf5fa;
}
.table-cmn-08 .row-title-02 {
  background-color: #00785e;
}
.table-cmn-08 .row-title-03 {
  background-color: #6b9277;
}
.table-cmn-08 .row-title-04 {
  background-color: #375a9d;
}
.table-cmn-08 .row-title-04-01 {
  background-color: #7093bf;
}

.table-cmn-08 .row-subtitle {
  background-color: #f2f2ee;
  color:#666;
}
.table-cmn-08 .row-subtitle-02 {
  background-color: #f2f2ee;
  color:#666;
}
.table-cmn-08 .row-subtitle-03 {
  background-color: #fff;
  color:#666;
}
.table-cmn-08 .row-subtitle-04 {
  background-color: #63b171;
  color:#fff;
}

.table-cmn-08 .txt-red {
  color: #ec0000;
}

.table-cmn-08 .link {
  color: #00785e;
  text-decoration: underline;
}

.table-cmn-08.type-01 {
  width: auto;
}

.eng .table-cmn-08 {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .table-cmn-08 colgroup col {
    width: 100% !important;
  }
  .table-cmn-08 th,
  .table-cmn-08 td {
    display: block;
    padding: 15px 20px 16px;
  }
  .table-cmn-08 td {
    border-left: none;
  }
  .table-cmn-08.type-01 {
    width: 100%;
  }
}



/* table-cmn-09
---------------------------------------------------------- */
.table-cmn-09 {
  width: 100%;
  border: solid #000;
  border-width: 1px 1px 0;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 3em;
}

.table-cmn-09 th,
.table-cmn-09 td {
  text-align: left;
  padding: 15px 20px 16px;
  border: solid 1px #000;
}

.table-cmn-09 th {
  background: #43a28c;
  color: #fff;
}

.table-cmn-09 td {
  border-left: solid 1px #000;
/*  background: #bedfc2; */
  background: #ffffff;
  height: 150px;
/*  height: 100%;  */
/*  height: 500px; */
  color: #333;
}

.table-cmn-09 .row-title {
  background-color: #edf5fa;
}
.table-cmn-09 .row-title-02 {
  background-color: #00785e;
}
.table-cmn-09 .row-title-03 {
  background-color: #6b9277;
}
.table-cmn-09 .row-title-04 {
  background-color: #375a9d;
}
.table-cmn-09 .row-title-04-01 {
  background-color: #7093bf;
}

.table-cmn-09 .row-subtitle {
  background-color: #f2f2ee;
  color:#666;
}
.table-cmn-09 .row-subtitle-02 {
  background-color: #f2f2ee;
  color:#666;
}
.table-cmn-09 .row-subtitle-03 {
  background-color: #fff;
  color:#666;
}
.table-cmn-09 .row-subtitle-04 {
  background-color: #63b171;
  color:#fff;
}

.table-cmn-09 .txt-red {
  color: #ec0000;
}

.table-cmn-09 .link {
  color: #00785e;
  text-decoration: underline;
}

.table-cmn-09.type-01 {
  width: auto;
}

.eng .table-cmn-09 {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .table-cmn-09 colgroup col {
    width: 100% !important;
  }
  .table-cmn-09 th,
  .table-cmn-09 td {
    display: block;
    padding: 15px 20px 16px;
  }
  .table-cmn-09 td {
    border-left: none;
  }
  .table-cmn-09.type-01 {
    width: 100%;
  }
}

/* box-cmn-table
---------------------------------------------------------- */
.box-cmn-table {
  margin-bottom: 50px;
  width: 100%;
}

.box-cmn-table .txt-caution {
  text-indent: -1.5em;
  padding-left: 1em;
}

.box-cmn-table .txt-caution-02 {
  text-indent: -1em;
  padding-left: 1em;
  color: #cb6874;
}

.box-cmn-table .txt-commentary {
  text-indent: -1.5em;
  padding-left: 1em;
  padding-right: 1em;  
}


.box-cmn-table .link {
  color: #346cb5;
  text-decoration: underline;
}

.box-icon-swip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px -11px;
}

.box-icon-swip .icon {
  display: block;
  margin-right: 6px;
}

.box-icon-swip .text {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 300;
}

/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-image: -webkit-linear-gradient(343deg, #0087D0, #00A3DF);
  background-image: -o-linear-gradient(343deg, #0087D0, #00A3DF);
  background-image: linear-gradient(107deg, #0087D0, #00A3DF);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 200;
  color: #fff;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.btn-cmn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .btn-cmn:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.btn-cmn.btn-map span {
  padding-left: 25px;
  background: url(../img/ico_map_01.png) left center no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px;
}

.btn-cmn.btn-new-window span {
  padding-left: 25px;
  background: url(../img/ico_new_window_01.png) left center no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px;
}

.btn-cmn.btn-pdf span {
  padding-left: 25px;
  background: url(../img/ico_pdf_02.png) left center no-repeat;
}

.btn-cmn.is-center {
  margin: 0 auto;
  text-align: center;
}

.btn-cmn.type-01 {
  width: 225px;
  height: 65px;
}

.btn-cmn.type-02 {
  margin-top: 0;
  background-image: none;
  background-color: #45a17e;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 250px;
  height: 65px;
  text-align: center;
}

.btn-cmn.type-03 {
  float: left;
  margin-top: 0;
  background-image: none;
  background-color: #0068b7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  font-size: 1.2em;
  width: 200px;
  height: 60px;
  text-align: center;
}

.btn-cmn.type-04 {
  float: left;
  margin-top: -30px;
  background-image: none;
  background-color: #009aa3;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  font-size: 1.2em;
  width: 300px;
  height: 50px;
  text-align: center;
}

.btn-cmn.eng {
  font-size: 1.6rem;
  font-weight: bold;
}

.btn-cmn.btn-facebook {
  margin-top: 0;
  background-image: none;
  background-color: #4267b2;
  font-weight: bold;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 163px;
  height: 44px;
}

.eng .btn-cmn {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .btn-cmn {
    width: 100%;
  }
}

/* btn-cmn-pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}

.btn-cmn-pagetop:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .btn-cmn-pagetop {
    width: 40px;
    right: 20px;
    bottom: 20px;
  }
  .btn-cmn-pagetop:hover {
    opacity: 1;
  }
  .btn-cmn-pagetop img {
    width: 100%;
  }
}

/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1e83ff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.link-cmn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .link-cmn:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.link-cmn span {
  padding-right: 42px;
  background: url(../img/ico_arrow_right_05.png) right top 9px no-repeat;
  -webkit-background-size: 31px 8px;
  background-size: 31px 8px;
  display: inline-block;
}

.link-cmn.is-small {
  font-size: 1.4rem;
}

.link-cmn.is-small span {
  background-position: right top 5px;
}

.link-cmn.is-large {
  font-size: 2rem;
}

.link-cmn.is-large span {
  background-position: right top 12px;
}

.link-cmn-left {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1e83ff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.link-cmn-left:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .link-cmn-left:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.link-cmn-left span {
  padding-left: 42px;
  background: url(../img/ico_arrow_left_01.png) left top 9px no-repeat;
  -webkit-background-size: 31px 8px;
  background-size: 31px 8px;
  display: inline-block;
}

.link-cmn-left.is-small {
  font-size: 1.4rem;
}

.link-cmn-left.is-small span {
  background-position: left top 5px;
}

/* link-cmn-02
---------------------------------------------------------- */
.link-cmn-02 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1e83ff;
  word-break: break-all;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.link-cmn-02:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .link-cmn-02:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.link-cmn-02.link-underline {
  text-decoration: underline;
}

.link-cmn-02.link-underline:hover {
  opacity: 1;
  text-decoration: none;
}

.link-cmn-02.link-new-window {
  position: relative;
  padding-right: 26px;
  word-break: break-word;
}

.link-cmn-02.link-new-window:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../img/ico_new_window_02.png) right center no-repeat;
}

.link-cmn-02.link-new-window-02 {
  position: relative;
  padding-right: 26px;
}

.link-cmn-02.link-new-window-02:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 17px;
  height: 16px;
  background: url(../img/ico_new_window_04.png) right center no-repeat;
}

.link-cmn-02.link-down {
  position: relative;
  padding-right: 24px;
}

.link-cmn-02.link-down:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 12px;
  height: 17px;
  background: url(../img/ico_arrow_down_03.png) right center no-repeat;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
}

.link-cmn-02.link-excel {
  position: relative;
  padding-right: 26px;
}

.link-cmn-02.link-excel:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 18px;
  height: 17px;
  background: url(../img/ico_excel_01.png) right center no-repeat;
}

.link-cmn-02.link-dxf {
  position: relative;
  padding-right: 26px;
}

.link-cmn-02.link-dxf:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 20px;
  height: 18px;
  background: url(../img/ico_dxf_01.png) right center no-repeat;
}

/* link-cmn-tel
---------------------------------------------------------- */
.link-cmn-tel {
  display: inline;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .link-cmn-tel {
    pointer-events: auto;
  }
}

/* link-cmn-pdf
---------------------------------------------------------- */
.link-cmn-pdf {
  position: relative;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1e83ff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.link-cmn-pdf:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .link-cmn-pdf:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.link-cmn-pdf:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(../img/ico_pdf_01.png) right center no-repeat;
}

.link-cmn-pdf.is-bg-none:after {
  background: none;
}


/* link-cmn-ebook
---------------------------------------------------------- */
.link-cmn-ebook {
  position: relative;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1e83ff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.link-cmn-ebook:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .link-cmn-ebook:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.link-cmn-ebook:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(../img/ico_ebook_01.png) right center no-repeat;
}

.link-cmn-pdf.is-bg-none:after {
  background: none;
}


/* ==========================================================
 box
========================================================== */

/* box-recruit
---------------------------------------------------------- */
.box-recruit{
  background-color: #f4f2ee;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 8px;
}
.recruit-image{
  width: 100%;
  height: auto;
  margin-left: 10px;
  border-radius: 8px;
  margin-bottom: 1em;
}
.recruit-image2{
  width: auto;
  height: auto;
  margin-left: 10px;
  border-radius: 8px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .recruit-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 1em;
  }
}

.box-recruit-02{
  background-color: #e3ebf3;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 8px;
}

/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn-wrap {
  position: relative;
}

.hero-cmn {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1300px;
  height: 480px;
  margin: 0 auto;
}

.hero-cmn:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 33.33%;
}

.hero-cmn .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-cmn .image img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  min-height: 100%;
  min-width: 100%;
  margin: auto;
}

.hero-cmn.type-02 .box-title {
  width: 850px;
}

.hero-cmn.type-03 .box-title {
  width: 100%;
  margin-left:100px;
  text-shadow: 1px 2px 3px #000;
  color:#fff;
}

.hero-cmn .box-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1110px;
  height: 100%;
  margin-top: -84px;
  color: #fff;
  z-index: 2;
}

.hero-cmn .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
}

.hero-cmn .title .ttl-jp {
  display: block;
  font-size: 2.8rem;
  font-weight: 300;
}

.hero-cmn .title .ttl-en {
  display: block;
  margin-top: 9px;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hero-cmn {
    min-width: inherit;
    height: auto;
  }
  .hero-cmn:after {
    display: block;
    content: '';
    width: 100%;
    padding-top: 90.6667%;
  }
  .hero-cmn .image {
    position: relative;
    text-align: center;
    height: auto;
    z-index: 1;
  }
  .hero-cmn .image img {
    position: static;
    width: 100%;
    min-width: inherit;
    min-height: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-cmn.type-01:after {
    padding-top: 64%;
  }
  .hero-cmn.type-01 .image {
    height: auto;
  }
  .hero-cmn.type-02:after {
    padding-top: 53.33%;
  }
  .hero-cmn.type-02 .image {
    height: auto;
  }
  .hero-cmn.type-02 .box-title {
    width: 100%;
  }

  .hero-cmn.type-03:after {
    padding-top: 53.33%;
  }
  .hero-cmn.type-03 .image {
    height: auto;
  }
  .hero-cmn.type-03 .box-title {
    width: 100%;
    color: #fff ;
    margin-top:100px;
    margin-left:0;
  }
  .hero-cmn .box-title {
    width: 100%;
    margin-top: -20px;
  }
  .hero-cmn .title {
    text-align: center;
  }

}

/* english
---------------------------------------------------------- */
.eng .hero-cmn .title .ttl-jp {
  font-weight: 700;
}

/* ==========================================================
 module
========================================================== */
/* mod-float
---------------------------------------------------------- */
.mod-float {
  overflow: hidden;
  margin-bottom: 50px;
}

.mod-float:last-child {
  margin-bottom: 0;
}

.mod-float:before, .mod-float:after {
  content: "";
  display: table;
  clear: both;
}

.mod-float .image {
  float: left;
  margin-right: 30px;
  width: 255px;
}

.mod-float .image img {
  width: 100%;
}

.mod-float .image figcaption {
  margin-top: 8px;
  font-size: 1.2rem;
}

.mod-float .box {
  overflow: hidden;
}

.mod-float .box .title {
  font-size: 2.4rem;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #1e83ff;
}

.mod-float .box .text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-bottom:35px;
}

.mod-float .box .item {
  margin-bottom: 35px;
}

.mod-float .box .image {
  width: 500px;
  height: auto;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .mod-float .box .image {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
.mod-float .box .image-01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .mod-float .box .image-01 {
    display: block;
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}

.mod-float--right .image {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.mod-float--full-text {
  overflow: inherit;
}

.mod-float--full-text .box {
  overflow: inherit;
}

.mod-float dl {
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.01em;
}

.mod-float dl dt {
  float: left;
  position: relative;
  padding-left: 15px;
}

.mod-float dl dt:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 1px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #1E83FF;
}

.mod-float dl dd {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .mod-float .image {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .mod-float--right .image {
    float: none;
    margin: 0;
  }
}

/* mod-card
---------------------------------------------------------- */
.mod-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px -15px 0;
}

.mod-card .col {
  width: 50%;
  padding: 0 15px;
}

.mod-card .image img {
  width: 100%;
}

.mod-card .text {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.mod-card .txt-cmn-01 {
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .mod-card {
    display: block;
    margin: 0;
  }
  .mod-card .col {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
}




/* timeline
---------------------------------------------------------- */
.cp_timeline {
	position: relative;
	margin: 3em auto;
}
.cp_timeline:before {
	position: absolute;
	top: 0;
	width: 4px;
	height: 100%;
	content: '';
	background-color: #cdb69e;
	left: 30px;
}

.cp_timeline.type-02:before {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  content: '';
  background-color: #005c4c;
  left: 30px;
}

.cp_timeline .timeline_group {
	position: relative;
	padding-top: 55px;
}
.cp_timeline .timeline_group:not(:first-of-type) {
	margin-top: 4rem;
}
.cp_timeline .time_year {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5rem 1.5rem;
	color: #fff;
	background-color: #4e8ac9;
	width: 100%;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.cp_timeline.type-02 .time_year {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #84bc75;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cp_timeline .time_number {
  font-size: 1.0em;
}

.cp_timeline .time_recruit {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #323172;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.cp_timeline.type-02 .time_recruit {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #198565;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.cp_timeline .timeline_item {
	margin-bottom: 1em;
	position: relative;
	padding-left: 80px;
}
.cp_timeline .timeline_item:not(:last-of-type) {
	margin-bottom: 2em;
}
.cp_timeline .timeline_item:before {
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #4e8ac9;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}

.cp_timeline.type-02 .timeline_item:before {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #84bc75;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cp_timeline .timeline_item_recruit {
  margin-bottom: 1em;
  position: relative;
  padding-left: 80px;
}
.cp_timeline .timeline_item_recruit:not(:last-of-type) {
  margin-bottom: 2em;
}
.cp_timeline .timeline_item_recruit:before {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #4e8ac9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cp_timeline.type-02 .timeline_item_recruit:before {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #84bc75;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cp_timeline .time {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	min-width: 60px;
	min-height: 60px;
	padding: 1.0em 1.0em;
	text-align: center;
	color: #fff;
	background-color: #a4c5c9;
	top: 50%;
	margin-top: -33px;
	border-radius: 65px;
}

.cp_timeline.type-02 .time {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  min-width: 60px;
  min-height: 60px;
  padding: 1.0em 1.0em;
  text-align: center;
  color: #fff;
  background-color: #9ec023;
  top: 50%;
  margin-top: -33px;
  border-radius: 65px;
}

.cp_timeline .time-02 {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  min-width: 60px;
  min-height: 60px;
  padding: 1.0em 1.0em;
  text-align: center;
  color: #fff;
  background-color: #7093bf;
  top: 50%;
  margin-top: -33px;
  border-radius: 65px;
}

.cp_timeline.type-02 .time-02 {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  min-width: 60px;
  min-height: 60px;
  padding: 1.0em 1.0em;
  text-align: center;
  color: #fff;
  background-color: #569735;
  top: 50%;
  margin-top: -33px;
  border-radius: 65px;
}

.cp_timeline .time_day {
	font-size: 1em;
	display: block;
}
.cp_timeline .time_month {
	font-size: 1.0em;
}
.cp_timeline .time_month_b {
	font-size: 0.8em;
	display: block;
	text-transform: uppercase;
}
.cp_timeline .desc-N {
	padding: 0.5em 1em;
	border-left: 3px solid #3471a1;
	border-radius: 2px;
	background-color: #f9f7f0;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 1.1em;
}

.cp_timeline .desc-A {
	padding: 0.5em 1em;
	border-left: 3px solid #a1c6e9;
	border-radius: 2px;
	background-color: #f1f6fa;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 1.1em;
}
.cp_timeline .desc-D {
	padding: 0.5em 1em;
	border-left: 3px solid #e94708;
	border-radius: 2px;
	background-color: #f9f8f7;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 1.1em;
}
.cp_timeline .desc-R {
  padding: 0.5em 1em;
  border-left: 3px solid #323172;
  border-radius: 2px;
  background-color: #e3ebf3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
}

.cp_timeline.type-02 .desc-R {
  padding: 0.5em 1em;
  border-left: 3px solid #84bc75;
  border-radius: 2px;
  background-color: #f9f0e2;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
}

.cp_timeline .desc .flag {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
	.cp_timeline:before {
		left: 0;
	}
	.cp_timeline .timeline_group {
		padding-top: 40px;
	}
	.cp_timeline .timeline_item {
		padding-top: 60px;
		padding-left: 20px;
	}
	.cp_timeline .timeline_item:before {
		top: 90px;
	}
	.cp_timeline .time {
		top: 40px;
		border-radius: 0 20px 20px 0;
		min-height: 2em;
	}
	.cp_timeline .time_day,
	.cp_timeline .time_month {
		display: inline-block;
	}
	.cp_timeline .desc {
		font-size: 0.8em;
	}
  .cp_timeline .desc-R {
    padding: 0;
    border-left: 1px solid #323172;
    border-radius: 2px;
    background-color: #e3ebf3;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 1.1em;
  }
  .cp_timeline.type-02 .desc-R {
    width:100%;
    padding: 0;
    border-left: 1px solid #84bc75;
    border-radius: 2px;
    background-color: #f9f0e2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 1.1em;
  }
  .cp_timeline .desc .flag {
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    padding-bottom: 0.1em;
  }
}


/* ==========================================================
 line
========================================================== */
/* line-cmn
---------------------------------------------------------- */
.line-cmn {
  position: relative;
  margin: 50px 0;
  border: none;
  height: 1px;
}

.line-cmn:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px #DFE6EA solid;
}

/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
/* type="text" */
/* type="checkbox" */
/* type="radio" */
/* select */
/* textarea */
/* button */
/* class Form
---------------------------------------------------------- */
/* form-cmn-input
---------------------------------------------------------- */
/* form-cmn-check
---------------------------------------------------------- */
/* form-cmn-radio
---------------------------------------------------------- */
/* form-cmn-select
---------------------------------------------------------- */
/* form-cmn-textarea
---------------------------------------------------------- */
/* form-cmn-button
---------------------------------------------------------- */
/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.is-opacity:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .is-opacity:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

/* css animation 
---------------------------------------------------------- */
.is-animate {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .is-animate {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* ==========================================================
 style
========================================================== */
.s-fw-n {
  font-weight: normal;
}

.s-fw-b {
  font-weight: bold;
}

.s-ta-l {
  text-align: left !important;
}

.s-ta-c {
  text-align: center !important;
}

.s-ta-r {
  text-align: right !important;
}

.s-va-t {
  vertical-align: top !important;
}

.s-va-m {
  vertical-align: middle !important;
}

.s-va-b {
  vertical-align: bottom !important;
}

.s-ov-h {
  overflow: hidden;
}

.s-clear {
  clear: both;
}

.s-hide {
  display: none;
}

.s-show {
  display: block;
}

.s-txt-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.s-bg-n {
  background: none !important;
}

@media screen and (max-width: 767px) {
  .s-bg-n-sp {
    background-image: none !important;
  }
}

.s-pt-05 {
  padding-top: 5px !important;
}

.s-mt-00 {
  margin-top: 0 !important;
}

.s-mt-10 {
  margin-top: 10px !important;
}

.s-mt-20 {
  margin-top: 20px !important;
}

.s-mt-30 {
  margin-top: 30px !important;
}

.s-mt-40 {
  margin-top: 40px !important;
}

.s-mb-00 {
  margin-bottom: 0 !important;
}

.s-mb-10 {
  margin-bottom: 10px !important;
}

.s-mb-20 {
  margin-bottom: 20px !important;
}

.s-mb-30 {
  margin-bottom: 30px !important;
}

.s-mb-40 {
  margin-bottom: 40px !important;
}

.s-ml-00 {
  margin-left: 0 !important;
}

.s-ml-10 {
  margin-left: 10px !important;
}

.s-mr-00 {
  margin-right: 0 !important;
}

.s-w-a {
  width: auto !important;
}

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-sp, .no-pc {
  display: none !important;
}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .only-pc, .no-sp {
    display: none !important;
  }
  .only-sp, .no-pc {
    display: block !important;
  }
  img.only-sp, img.no-pc {
    display: inline-block !important;
  }
}

/* ==========================================================
 top
========================================================== */
.contents-top {
  min-width: 1300px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contents-top {
    min-width: inherit;
    background-color: #f9f9f9;
  }
}

/* ttl-top-01
---------------------------------------------------------- */
.ttl-top-01 {
  position: relative;
  margin-bottom: 31px;
  padding-bottom: 25px;
}

.ttl-top-01:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 370px;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0087D0), to(#00A3DF));
  background-image: -webkit-linear-gradient(left, #0087D0, #00A3DF);
  background-image: -o-linear-gradient(left, #0087D0, #00A3DF);
  background-image: linear-gradient(to right, #0087D0, #00A3DF);
}

.ttl-top-01 .txt {
  display: block;
  font-size: 2.4rem;
  color: #47515f;
}

.ttl-top-01 .txt-jp {
  display: block;
  font-size: 2.8rem;
  color: #47515f;
}

.ttl-top-01 .txt-en {
  display: block;
  margin-top: 4px;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #acb2b5;
}

@media screen and (max-width: 767px) {
  .ttl-top-01 {
    margin-left: 9px;
    margin-bottom: 31px;
    padding-bottom: 21px;
  }
  .ttl-top-01 .txt-jp {
    font-size: 2.4rem;
  }
  .ttl-top-01 .txt-en {
    margin-top: 9px;
  }
}

/* box-top-slider
---------------------------------------------------------- */
.box-top-slider {
  position: relative;
  margin: 0 40px 180px;
  /* custom owl-carousel */
  /* owl-thumbs */
}

.box-top-slider:before, .box-top-slider:after {
  content: "";
  display: table;
  clear: both;
}

.box-top-slider .list-top-slider .item {
  position: relative;
  overflow: hidden;
}

.box-top-slider .list-top-slider .item .link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.box-top-slider .list-top-slider .item .box-slider-inner {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.box-top-slider .list-top-slider .item .box-slider-inner .image img {
  display: block;
  width: 100%;
}

.box-top-slider .list-top-slider .item .box-slider-inner .box-detail {
  position: absolute;
  top: 31.57%;
  left: 11.76%;
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail {
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    padding: 28px;
  }
}

.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .title {
    text-shadow: 0 2px 13px rgba(0, 0, 0, 0.44);
  }
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .title {
    color: #47515f;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .text {
  color:#fff;
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 40px;
  text-shadow: 0 2px 13px rgba(0, 0, 0, 0.44);
}

@media screen and (min-width: 768px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .text {
    text-shadow: 0 2px 13px rgba(0, 0, 0, 0.44);
  }
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .text {
    color: #47515f;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-arrow {
  color: #fff;
  font-size: 1.4rem;
  padding-right: 89px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-arrow {
    color: #47515f;
    padding-right: 81px;
  }
}

.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-arrow::after {
  position: absolute;
  content: '';
  top: 6px;
  right: 0;
  width: 61px;
  height: 8px;
  background: url("../../img/ico_arrow_right_01_pc.png") right center no-repeat;
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-arrow::after {
    background: url("../../img/ico_arrow_right_01_sp.png") right center no-repeat;
  }
}

.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-logo {
  display: block;
  position: absolute;
  top: -2px;
  left: 260px;
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-logo {
    top: 30px;
    left: 175px;
  }
}

.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-logo img {
  width: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-logo img {
    width: 100px;
  }
}

.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link:hover:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link:hover:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.box-top-slider .list-top-slider .item .box-slider-inner .txt-pages {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(100% - 50px);
  width: 200px;
  -webkit-transform: translateY(-50%) translateZ(0) rotate(-270deg);
  transform: translateY(-50%) translateZ(0) rotate(-270deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .txt-pages {
    display: none;
  }
}

.box-top-slider .list-top-slider .item.main .box-detail {
  top: 15.28%;
  left: 54.02%;
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item.main .box-detail {
    background-color: transparent;
    position: absolute;
    top: 40px;
    left: 10.14%;
    right: 10.14%;
    padding: 0;
  }
}

@media screen and (max-width: 364px) {
  .box-top-slider .list-top-slider .item.main .box-detail {
    top: 20px;
    left: 5%;
    right: 3%;
  }
}

/* トップスライダー内タイトル */
.box-top-slider .list-top-slider .item.main .box-detail .title {
  color: #0085cb;
  font-size: 5.5rem;
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item.main .box-detail .title {
    font-size: 4rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 364px) {
  .box-top-slider .list-top-slider .item.main .box-detail .title {
    font-size: 2.5rem;
  }
}

/* トップスライダー内タイトル下テキスト */
.box-top-slider .list-top-slider .item.main .box-detail .text {
  color: #0085cb;
  font-size: 1.8rem;
  text-shadow: none;
}

@media screen and (max-width: 364px) {
  .box-top-slider .list-top-slider .item.main .box-detail .text {
    margin-bottom: 3px;
  }
}

.box-top-slider .list-top-slider .item.main .box-detail .link .ico-arrow {
  color: #fff;
}

.box-top-slider .list-top-slider .item.main .box-detail .link .ico-arrow::after {
  background: url("../../img/ico_arrow_right_01_pc.png") right center no-repeat;
}

.box-top-slider .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-top-slider .owl-carousel .owl-stage .owl-item {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: auto;
}

.box-top-slider .owl-carousel .owl-dots {
  font-size: 0;
}

.box-top-slider .owl-carousel .owl-dots .owl-dot span {
  margin: 0 5px;
}

.box-top-slider .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #47515f;
}

.box-top-slider .owl-thumbs {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  overflow: hidden;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .box-top-slider .owl-thumbs {
    display: none;
  }
}

.box-top-slider .owl-thumbs .owl-thumb-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 5px;
  outline: none;
  position: relative;
  border-right: 5px;
  overflow: hidden;
  border: none;
}

.box-top-slider .owl-thumbs .owl-thumb-item:active img,
.box-top-slider .owl-thumbs .owl-thumb-item:focus img {
  position: relative;
  top: 0px;
  left: 0px;
}

.box-top-slider .owl-thumbs .owl-thumb-item:hover .is-opacity {
  opacity: 0.6;
  visibility: visible;
}

.box-top-slider .owl-thumbs .owl-thumb-item .is-opacity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  background-color: #497cbb;
  z-index: 2;
}

.box-top-slider .owl-thumbs .owl-thumb-item.active .is-opacity {
  opacity: 0.6;
  visibility: visible;
}

.box-top-news dl{
 width:500px;
}
.box-top-news dt{
 border-bottom:1px solid #ccc;
  float:left;
  padding:10px 5px;
}
.box-top-news dd{
 border-bottom:1px solid #ccc;
  margin-left:100px;
  padding:10px 5px;
}
.box-top-news a{
  background-color:#fff;
  border-radius:5px;
  color:#fff;
  margin:0 20px;
  padding:5px 15px;
  text-decoration:none;
}
@media screen and (max-width: 767px) {
  .box-top-slider .box-top-news .dl {
    width:300px;
  }
  .box-top-news dt{
    border-bottom:1px solid #ccc;
    float:left;
    padding:10px 5px;
  }
  .box-top-news dd{
    border-bottom:1px solid #ccc;
    margin-left:100px;
    padding:10px 5px;
  }
  .box-top-news a{
    background-color:#fff;
    border-radius:5px;
    color:#fff;
    margin:0 20px;
    padding:5px 15px;
    text-decoration:none;
  }
}



.box-top-slider .box-top-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 625px;
  position: absolute;
  right: 80px;
  bottom: -40px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
}

.box-top-slider .box-top-news .link {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.box-top-slider .box-top-news .link:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .box-top-slider .box-top-news .link:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.box-top-slider .box-top-news .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  background-color: #00a0e9;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}



@media screen and (max-width: 767px) {
  .box-top-slider .box-top-news .text {
    padding: 0;
    background: none;
  }
}

.box-top-slider .box-top-news .text span {
  color: #47515f;
  display: block;
}

.box-top-slider .box-top-news .link-cmn-02.link-new-window:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% / 2 - 8px);
  right: 5px;
  width: 16px;
  height: 16px;
  background: url(../img/ico_new_window_02.png) right center no-repeat;
}

@media screen and (max-width: 767px) {
  .box-top-slider .box-top-news .link-cmn-02.link-new-window:after {
    position: relative;
    display: inline-block;
    top: unset;
    bottom: -2px;
    display: inline-block;
    right: -5px;
  }
}

.box-top-slider .box-top-news .link-cmn-pdf:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% / 2 - 9px);
  right: 5px;
  width: 18px;
  height: 18px;
  background: url(../img/ico_pdf_01.png) right center no-repeat;
}

@media screen and (max-width: 767px) {
  .box-top-slider .box-top-news .link-cmn-pdf:after {
    position: relative;
    display: inline-block;
    top: unset;
    bottom: -2px;
    display: inline-block;
    right: -5px;
  }
}

.box-top-slider .txt-mv-scroll {
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  position: absolute;
  bottom: 22.14%;
  left: calc(100% - 37px);
  -webkit-transform: rotate(-270deg) translateZ(0);
  transform: rotate(-270deg) translateZ(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .box-top-slider .txt-mv-scroll {
    display: none;
  }
}

.box-top-slider .txt-mv-scroll span {
  padding-right: 65px;
  position: relative;
}

.box-top-slider .txt-mv-scroll span::after {
  position: absolute;
  content: '';
  top: 4px;
  right: 0;
  width: 51px;
  height: 8px;
  background: url(../../img/ico_arrow_right_01_pc.png) right center no-repeat;
}

.box-top-slider .txt-mv-scroll:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.box-top-slider .txt-mv-scroll:hover:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .box-top-slider .txt-mv-scroll:hover:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .box-top-slider {
    position: relative;
    margin: 0 15px 60px;
  }
  .box-top-slider .box-top-news {
    display: block;
    width: 100%;
    position: static;
    margin-top: 20px;
  }
  .box-top-slider .box-top-news .date {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .box-top-slider .box-top-news .text span {
    display: block;
    padding: 15px 25px;
    background: none;
  }
}

.eng .box-top-slider {
  margin: 0 40px 80px;
}

@media screen and (max-width: 767px) {
  .eng .box-top-slider {
    margin: 0 15px 60px;
  }
}

.eng .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .title {
  font-family: 'Lato', sans-serif;
  text-shadow: none;
}

.eng .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .text {
  font-size: 2.6rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.55;
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .eng .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .text {
    font-size: 1.4rem;
  }
}

/* ==========================================================
  Print
========================================================== */
@media print {
  .wrapper {
    min-width: 0;
    padding-top: 20px;
  }
  .contents-wrap {
    margin-top: 0;
  }
  .header {
    position: static;
    height: auto;
  }
  .contents-main,
  .contents {
    display: block;
    width: auto;
  }
  .footer {
    min-width: 0;
  }
  .ico-product-print,
  .header-utility,
  .contents-sub,
  .box-product-contact,
  .footer-utility,
  .footer-about,
  .btn-cmn-pagetop {
    display: none !important;
  }
}

/* box-type-01
---------------------------------------------------------- */
.box-type-01 {
  display: -webkit-box;
  display: -webkit-block;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #eae5da;
  padding: 20px 20px 20px 20px;
  margin: 10px 10px 10px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* list-contents-card
---------------------------------------------------------- */
.list-contents-card-wrapper{
  height: auto;
}

.list-contents-card{
  width: 288px;
  height: auto;
  background-color: #00785e;
  float: left;
  margin-left: 3em;
  margin-bottom: 2em;
}
.list-contents-card.type-02{
  width: 288px;
  height: auto;
  background-color: #34b496;
  float: left;
  margin-left: 3em;
  margin-bottom: 2em;
}

.list-contents-card:hover{
  transition: 0.8s;
  opacity: 0.55;
}

.list-contents-card-skin{
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,.5);
}

.list-contents-card__imgframe{
  width: 100%;
  height: auto;
  padding-top: 10%;
  background-size: cover;
  background-color: #f6f4d7;
  box-sizing: border-box;
}
.list-contents-card__textbox{
  width: 100%;
  height: 300px;
  padding: 20px 18px;
  color: #fff;
  box-sizing: border-box;
}

.list-contents-card__textbox > * + *{
  margin-top: 10px;
}

.list-contents-card__titletext{
  font-size: 2.0em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

.list-contents-card__overviewtext{
  font-size: 1.2em;
  line-height: 1.5em;
}



/* list-contents-button */
.list-contents-button {
  margin-top: 64px;
}

.list-contents-button .item {
  margin-bottom: 30px;
}

.list-contents-button .item .btn-contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 86px;
  width: 90%;
  padding: 10px 26px 10px 30px;
  background-color: #a62925;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-contents-button .item .btn-contents:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  width: 61px;
  height: 9px;
  background: url(../img/ico_arrow_right_07.png) right center no-repeat;
}

.list-contents-button .item .btn-contents .ico-new-window {
  position: relative;
  display: inline-block;
  padding-right: 27px;
}

.list-contents-button .item .btn-contents .ico-new-window:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 17px;
  height: 16px;
  background: url(../img/ico_new_window_03.png) right center no-repeat;
}

/* list-contents-button-inner */
.list-contents-button-inner {
  margin-top: 10px;
}

.list-contents-button-inner .item {
  margin-bottom: 50px;
}

.list-contents-button-inner .item .btn-contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 86px;
  width: 100%;
  padding: 10px 26px 10px 30px;
  background-color: #00a9b5;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-contents-button-inner .item .btn-contents:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 80px;
  height: 60px;
  background: url(../img/ico_arrow_right_07.png) right center no-repeat;
}

.list-contents-button-inner .item .btn-contents .ico-new-window {
  position: relative;
  display: inline-block;
  padding-right: 27px;
}

.list-contents-button-inner .item .btn-contents .ico-new-window:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 17px;
  height: 16px;
  background: url(../img/ico_new_window_03.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .list-contents-button-inner {
    padding-bottom:0.5em;
  }
}

/* list-news-button */
.list-news-button {
  margin-top: 40px;
}

.list-news-button .item {
  margin-bottom: 20px;
}

.list-news-button .item .btn-news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 86px;
  width: 50%;
  padding: 10px 26px 10px 30px;
  background-color: #a62925;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-news-button .item .btn-news:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  width: 61px;
  height: 9px;
  background: url(../img/ico_arrow_right_07.png) right center no-repeat;
}

.list-news-button .item .btn-news .ico-new-window {
  position: relative;
  display: inline-block;
  padding-right: 27px;
}

.list-news-button .item .btn-news .ico-new-window:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 17px;
  height: 16px;
  background: url(../img/ico_new_window_03.png) right center no-repeat;
}

/* list-news-button-inner */
.list-news-button-inner {
  margin-top: 15px;
  padding-left: 650px;
}

.list-news-button-inner .item {
  margin-bottom: 10px;
}

.list-news-button-inner .item .btn-news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  width: 450px;
  padding: 10px 25px 10px 30px;
  background-color: #a7b0ba;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 1.8rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-news-button-inner .item .btn-news:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

.list-news-button-inner .item .btn-news:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  width: 61px;
  height: 9px;
  background: url(../img/ico_arrow_right_07.png) right center no-repeat;
}

.list-news-button-inner .item .btn-news .ico-new-window {
  position: relative;
  display: inline-block;
  padding-right: 27px;
}

.list-news-button-inner .item .btn-news .ico-new-window:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 17px;
  height: 16px;
  background: url(../img/ico_new_window_03.png) right center no-repeat;
}

@media screen and (max-width: 767px) {
  .list-news-button-inner {
    width: 100%;
    margin-top: 15px;
    padding-left: 5px;
  }
  .list-news-button-inner .item .btn-news {
    width: 100%;

  }  
  .list-news-button-inner .item .btn-news:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
  }
}


/* list-link-button
---------------------------------------------------------- */
.list-link-button {
  margin-top: 64px;
}

.list-link-button .item {
  margin-bottom: 30px;
}

.list-link-button .item .btn-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 86px;
  padding: 10px 26px 10px 30px;
  background-color: #7093bf;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-link-button .item .btn-link:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

.list-link-button .item .btn-link:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  width: 61px;
  height: 9px;
  background: url(../img/ico_arrow_right_08.png) right center no-repeat;
}

.list-link-button .item .btn-link .ico-new-window {
  position: relative;
  display: inline-block;
  padding-right: 27px;
}

.list-link-button .item .btn-link .ico-new-window:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 17px;
  height: 16px;
  background: url(../img/ico_new_window_03.png) right center no-repeat;
}

@media screen and (max-width: 767px) {
  .list-link-button .item .btn-link:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
  .list-link-button .item .btn-link:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 24px;
    width: 61px;
    height: 9px;
    background: no-repeat;
  }
}


/* list-link-button(02)
---------------------------------------------------------- */
.list-link-button .item .btn-link-02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 86px;
  padding: 10px 26px 10px 30px;
  background-color: #56aa59;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-link-button .item .btn-link-02:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

.list-link-button .item .btn-link-02:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  width: 61px;
  height: 9px;
  background: url(../img/ico_arrow_right_08.png) right center no-repeat;
}

.list-link-button .item .btn-link-02 .ico-new-window {
  position: relative;
  display: inline-block;
  padding-right: 27px;
}

.list-link-button .item .btn-link-02 .ico-new-window:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 17px;
  height: 16px;
  background: url(../img/ico_new_window_03.png) right center no-repeat;
}

@media screen and (max-width: 767px) {
  .list-link-button .item .btn-link-02:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
  .list-link-button .item .btn-link-02:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 24px;
    width: 61px;
    height: 9px;
    background: no-repeat;
  }
}

/* list-link-button,qr(appstore)
---------------------------------------------------------- */
.list-link-button .item .btn-link-appstore {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 40;
  margin-top: 0px;
  padding: 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  animation: fadein 3s forwards;
}
.list-link-button .item .qr-appstore {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 200px;
  margin-top: -10px;
  padding: 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  animation: fadein 3s forwards;
}

.list-link-button .item .btn-link-appstore:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
.list-link-button .item .btn-link-appstore:after {
  background: url("../img/ico_adobe_reader_01.png");
}

@media screen and (max-width: 767px) {
  .list-link-button .item .btn-link-appstore {
    width: 300px;
    height: auto;
    margin-top: -100px;
    padding: 0;
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .list-link-button .item .btn-link-appstore:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
  .list-link-button .item .btn-link-appstore:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 24px;
    width: 61px;
    height: 9px;
    background: no-repeat;
  }
}

/* list-link-button(Google Play)
---------------------------------------------------------- */
.list-link-button .item .btn-link-googleplay {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: auto;
  margin-top: 10px;
  padding: 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-link-button .item .qr-googleplay {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 200px;
  margin-top: 0px;
  padding: 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.list-link-button .item .btn-link-googleplay:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
.list-link-button .item .btn-link-googleplay:after {
  background: url("../img/ico_adobe_reader_01.png");
}

@media screen and (max-width: 767px) {
  .list-link-button .item .btn-link-googleplay:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
  .list-link-button .item .btn-link-googleplay:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 24px;
    width: 61px;
    height: 9px;
    background: no-repeat;
  }
}


/* list-ir-button
---------------------------------------------------------- */
.list-ir-button {
  margin-top: 64px;
}

.list-ir-button .item {
  margin-bottom: 30px;
}

.list-ir-button .item .btn-ir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 86px;
  padding: 10px 26px 10px 30px;
  background-color: #6ca3b0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-ir-button .item .btn-ir:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .list-ir-button .item .btn-ir:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.list-ir-button .item .btn-ir:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  width: 61px;
  height: 70px;
  background: url(../img/ico_arrow_right_07.png) right center no-repeat;
}

.list-ir-button .item .btn-ir .ico-new-window {
  position: relative;
  display: inline-block;
  padding-right: 27px;
}

.list-ir-button .item .btn-ir .ico-new-window:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 17px;
  height: 16px;
  background: url(../img/ico_new_window_03.png) right center no-repeat;
}

/* ==========================================================
  company
========================================================== */

/* youtubeなどmovieのレスポンシブ対応
---------------------------------------------------------- */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* ==========================================================
 news
========================================================== */
/* list-news
---------------------------------------------------------- */
.eng .list-news li .link a {
  font-size: 1.6rem;
}

.eng .list-news li .label span {
  font-size: 1.4rem;
}

.list-news {
  margin-bottom: 76px;
  word-break: break-all;
}

.list-news li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
  color: #47515f;
  line-height: 1.4;
}

.list-news li:last-child {
  margin-bottom: 0;
}

.list-news li .label {
  width: 93px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 24px;
  margin-top: 1px;
}

.list-news li .label span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 21px;
  padding-bottom: 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #47515f;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.list-news li .date {
  width: 110px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-right: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
}

.list-news li .link {
  width: 100%;
}

.list-news li .link a {
  font-size: 1.4rem;
  color: #47515f;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-news li .link a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .list-news li .link a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}

.list-news li.turquoise .label span {
  background-color: #30b1a5;
}

.list-news li.mantis .label span {
  background-color: #77b060;
}

.list-news li.blue .label span {
  background-color: #5584c6;
}

.list-news li.green .label span {
  background-color: #63b171;
}

.list-news li.gold .label span {
  background-color: #c59546;
}

.list-news li.purple .label span {
  background-color: #9d7bbd;
}

.list-news li.red .label span {
  background-color: #e0576f;
}

.list-news li.gray .label span {
  background-color: #999;
}

.list-news li.orange .label span {
  background-color: #ea6c43;
}

.list-news li.new .link a {
  position: relative;
  padding: 1px 50px 1px 0;
}

.list-news li.new .link a:before {
  content: 'NEW';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42px;
  padding: 4px 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ff0000;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.list-news li.new .link .link-cmn-pdf,
.list-news li.new .link .link-cmn-02.link-new-window {
  padding: 1px 25px 1px 0;
}

.list-news li.new .link .link-cmn-pdf:before,
.list-news li.new .link .link-cmn-02.link-new-window:before {
  right: -50px;
  bottom: 1px;
}

.list-news li.new .link .link-cmn-02 {
  display: inline;
}

.list-news li.new .link .link-cmn-02.link-new-window:after {
  top: unset;
  bottom: 1px;
}

@media screen and (max-width: 767px) {
  .list-news {
    margin-bottom: 72px;
  }
  .list-news li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 27px;
  }
  .list-news li:last-child {
    margin-bottom: 0;
  }
  .list-news li .label {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .list-news li .link {
    width: 100%;
    margin-top: 5px;
  }
}

/* ==========================================================
 about
========================================================== */


/* hero-about
---------------------------------------------------------- */
.hero-about {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
}

.hero-about:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 33.33%;
}

.hero-about .image {
  position: relative;
  text-align: center;
  height: 520px;
  z-index: 1;
}

.hero-about .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 112%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.hero-about .box-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1110px;
  margin: 0 auto;
  color: #fff;
  z-index: 2;
}

.hero-about .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
}

.hero-about .title .btn {
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
  width: 160px;
  height: 40px;
  margin: 0 auto 30px;
  padding: 5px;
  text-align: center;
}

.hero-about .title .ttl {
  display: block;
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
}

.hero-about .title .txt {
  display: block;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hero-about {
    min-width: inherit;
  }
  .hero-about:after {
    display: block;
    content: '';
    width: 100%;
    padding-top: 90.6667%;
  }
  .hero-about .image {
    position: relative;
    text-align: center;
    height: auto;
    z-index: 1;
  }
  .hero-about .image img {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-about .box-title {
    width: auto;
    margin: 0 10px;
  }
  .hero-about .title .btn {
    border: 2px solid #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    width: 160px;
    height: 40px;
    margin: 0 auto 30px;
    padding: 5px;
    text-align: center;
  }
  .hero-about .title .ttl {
    font-size: 3.3rem;
    margin-bottom: 15px;
  }
  .hero-about .title .txt {
    font-size: 1.6rem;
  }
}

/* article-box
---------------------------------------------------------- */
.article-box{
  width: 100%;
  height: auto;
  padding-bottom: 5em;
}

.article-box.type-02{
  width: 100%;
  height: auto;
  padding-top: 2em;
  padding-right: 1em;
  margin-bottom: 3em;
  background-color: #e9eaeb;
  color: #323172;
  font-weight: 500;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.article-box.type-03{
  width: 100%;
  height: auto;
  padding-top: 2em;
  padding-right: 1em;
  margin-bottom: 3em;
  background-color: #e9eaeb;
  color: #666;
  font-weight: 500;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.article-box.type-04{
  width: 100%;
  height: auto;
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 20px;
  margin-bottom: 3em;
  background-color: #f4f2ec;
  color: #666;
  font-weight: 500;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 8px 8px;
}

.article-box.type-05{
  width: 100%;
  height: auto;
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 20px;
  margin-bottom: 3em;
  background-color: #e0ebd6;
  color: #555;
  font-weight: 500;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 8px 8px;
}

.article-box .recruit-entry {
  display: inline-flex;
  margin: 0 auto;
}

.article-box p {
  width: 100%;
  font-size: 1.8rem;
  padding-left: 1em;
  padding-bottom: 1.1em;
  text-align: left;
  text-indent: 1em;
  line-height: 2em;
  overflow-wrap: break-word;
}

.article-box .note {
  width: 100%;
  font-size: 1.6rem;
  padding-left: 1em;
  padding-bottom: 1.1em;
  text-align: left;
  text-indent: 0em;
  line-height: 2em;
  overflow-wrap: break-word;
}

.article-box .txt-caution {
  padding-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  color: #d14047;
}

.article-box .txt-webloan-caution {
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1em;
  font-size: 1.4rem;
  color: #d14047;
}

.article-box .txt-commentary {
  padding-top: 1em;
  padding-left: 2em;
  text-indent: -1em;
  font-size: 1.4rem;
  color: #00739c;
}
.article-box.type-02 p {
  width: 100%;
  font-size: 1.8rem;
  text-align: left;
  text-indent: 1em;
  line-height: 2em;
  overflow-wrap: break-word;
}

.article-box.type-03 p {
  width: 100%;
  font-size: 1.8rem;
  text-align: left;
  text-indent: 1em;
  line-height: 2em;
  overflow-wrap: break-word;
}
.article-box.type-04 img {
  background-color: #f4f2ec;
}

.article-box img{
  padding-top: 1em;
  margin-left: 1.5em;
}

.article-box ul li{
  margin-top: 2em;
  font-weight: 800;
}

.article-box.type-04 ul li{
  width: 100%;
  margin-top: 2em;
  padding-left: 1.2em;
  font-size: 1.8rem;
  font-weight: 200;
  text-indent: 0em;
}

.article-box ol{
  padding-left: 2em;
  list-style-type: decimal;
}

.article-box ol li{
  margin-top: 2em;
  font-weight: 800;
}

.article-box ol li p{
  padding-right: 3em;
  font-weight: 200;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .article-box {
    margin:0;
    padding:0;
  }
  .article-box p {
    width: 100%;
    text-align: left;
    text-indent: 1em;
    overflow-wrap: break-word;
  }
  .article-box ul li {
    margin:0;
    padding:0;
  }
  .article-box ol li p {
    width: 100%;
    text-indent:0em;
  }
  .article-box img {
    width: 100%;
  }
  
  .article-box .recruit-entry{
    display: inline-block;
  }

  .article-box.type-02 p {
    width: 100%;
    text-align: left;
    text-indent: 1em;
    overflow-wrap: normal;
  }
  .article-box.type-02 ol li p {
    width: 100%;
    text-indent:0em;
  }

  .article-box.type-03 {
    width: 100%;    
  }

  .article-box.type-04 {
    width: 100%;    
  }

  .article-box.type-03 p {
    width: 100%;
    text-align: left;
    text-indent: 1em;
    overflow-wrap: normal;
  }
  .article-box.type-03 ul li {
    width: 100%;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: left;
    text-indent: 1em;
    overflow-wrap: normal;
  }
  .article-box.type-03 ol li p {
    width: 100%;
    text-indent:0em;
  }

  .article-box.type-04 {
    padding-bottom:1em;
  }

  .article-box.type-04 img {
    width: 100%;
    margin: 0 auto;
  }
}

  .size_dx{
    font-size: 25px;
  }

.dx-link a{
  color: #0000EE;
  text-decoration: underline;
}

.dx-link a:visited{
  color: #551ABB;
  text-decoration: underline;
}
