  @charset "UTF-8";
/* common
--------------------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  line-height: 1.7;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 100%;
  color: #666666;
  background: #ffffff;
}

/* ----- a ----- */
a:link {
  color: #008486;
  text-decoration: none;
}

a:visited {
  color: #471f99;
}

a:hover {
  color: #008486;
  text-decoration: underline;
}

a:active {
  color: #008486;
}

img {
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dl dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

p + p {
  margin: 27px 0 0 0;
}

p + .list {
  margin: 27px 0 0 0;
}

p + .list.block_Section {
  margin-top: 48px;
}

p + .list.block_Section--Lebel2 {
  margin-top: 27px;
}

p + .list.block_Paragraph {
  margin-top: 18px;
}

p + .figure {
  margin: 27px 0 0 0;
}

p.txt_Lead + p,
p.txt_Lead--large + p,
p.txt_Lead--medium + p,
p.media_Lead + p {
  margin: 0;
}

em {
  font-style: normal;
}

/* mixin
--------------------------------------------------------- */
/* wrap
--------------------------------------------------------- */
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

#wrap__Inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 38px;
  padding-left: 38px;
}

#main__Content {
  margin: 0 auto 60px;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  #wrap {
    min-width: 1000px;
  }
  body.page--FixedNavNone #wrap {
    /*border-top: 6px solid #00a8a9;*/
  }
  body.page--FixedNavNone.rd-keyvisiual_bgKeyvisiual #wrap {
    border-top: none;
  }
  #wrap[data-fixmode='top'] {
    padding-top: 0;
  }
  #wrap__Inner {
    max-width: 1140px;
    min-width: 1000px;
  }
  #wrap__Inner:after {
    content: "";
    clear: both;
    display: block;
  }
  /* column--is1 */
  body.column--is1 #wrap__Inner {
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
    padding-right: 38px;
    padding-left: 38px;
  }
  body.column--is1:not(.page--Hero) #main__Content {
    margin: 0 auto 90px;
  }
  /* column--is1(page--Hero) */
  body.column--is1.page--Hero #wrap__Inner {
    max-width: 100%;
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  body.column--is1.page--Hero #main__Content {
    max-width: 100%;
    min-width: 100%;
  }
  body.column--is1.page--Hero .breadCrumbs {
    padding-left: 0;
  }
  body.column--is1.page--Hero .breadCrumbs__Inner {
    position: relative;
    display: inline-block;
    margin-top: 18px;
    padding: 5px 17px 5px 38px;
    z-index: 3;
    line-height: 1.2;
    background: #fff;
  }
  body.column--is1.page--Hero .hero {
    position: relative;
    width: 100%;
    height: auto;
    margin: -101px 0 0 0;
    z-index: 2;
  }
  body.column--is1.page--Hero .hero .hero_Img {
    width: 100%;
    height: auto;
  }
  body.column--is1.page--Hero .hero .heading_Hero {
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
    line-height: 1.2;
    font-weight: normal;
  }
  body.column--is1.page--Hero .hero .heading_Hero > span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 28px 2px 38px;
    background: #ffffff;
  }
  body.column--is1.page--Hero .hero .heading_Hero > span.heading_Bottom {
    margin-top: -6px;
  }
  body.column--is1.page--Hero .hero .heading_Hero strong {
    font-weight: normal;
    font-size: 2.3125rem;
    color: #008486;
  }
  body.column--is1.page--Hero .hero .heading_Hero .sub {
    display: block;
    margin-top: -5px;
    padding-left: 2px;
    font-size: 1rem;
    font-weight: normal;
    color: #333333;
  }
  body.column--is1.page--Hero .hero .heading_Hero--sub {
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
    margin-bottom: 0;
  }
  body.column--is1.page--Hero .hero .heading_Hero--sub span {
    display: inline-block;
    padding: 2px 18px 2px 42px;
    line-height: 1.2;
    color: #333333;
    font-size: 1.375rem;
    font-weight: normal;
    font-style: normal;
    background: #fff;
  }
  body.column--is1.page--Hero .hero .heading_Hero--sub02 {
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
    margin-bottom: 0;
  }
  body.column--is1.page--Hero .hero .heading_Hero--sub02 span {
    display: inline-block;
    padding: 28px 18px 2px 42px;
    line-height: 1.8;
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
  }
  body.column--is1.page--Hero .hero .hero__Inner {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
  }
  body.column--is1.page--Hero .hero + .area_Index {
    margin-top: 60px;
  }
  body.column--is1.page--Hero .hero.hero--oneSide .hero__Inner {
    top: 20%;
    margin-top: 0;
  }
  .hero__Visual--oneSide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: #008486;
  }
  .hero__Visual--oneSide .img {
    width: 65%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .hero__Visual--oneSide .img img {
    width: 100%;
  }
  .hero__Visual--oneSide .content {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 35%;
    padding: 6px 0 0;
  }
  .hero__Visual--oneSide .content .dl_Basic {
    margin-top: 200px;
    padding: 0 28px 24px 38px;
  }
  .hero__Visual--oneSide .content .dl_Basic > dt {
    color: #ffffff;
  }
  .hero__Visual--oneSide .list_Normal > li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border: 1px solid #ffffff;
  }
  .hero__Lead {
    padding: 53px 0 48px;
    color: #ffffff;
    font-size: 1.125rem;
  }
  .hero__Lead .txt {
    margin-bottom: 0;
    text-align: center;
  }
  .hero__Lead .list_Note {
    margin-top: 15px;
  }
  .hero__Lead + .block_Section {
    margin-top: 62px;
  }
  .hero__Lead--oneSide {
    min-width: 900px;
    padding: 30px 0 56px;
  }
  .hero__Lead--oneSide .hero__Lead--oneSide_Inner {
    max-width: 924px;
    padding: 0 38px;
    color: #ffffff;
    background: #008486;
  }
  /* column--is1(page--minWidth) */
  body.column--is1.page--minWidth #wrap__Inner {
    max-width: 1000px;
    min-width: 1000px;
  }
  /* column--is2 */
  #column--is2 {
    width: 100%;
    float: left;
    margin-right: -673px;
  }
  #column--is2 #main__Content {
    width: 673px;
    float: right;
  }
  /* site__Inner */
  .site__Inner {
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
    padding-right: 38px;
    padding-left: 38px;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 767px) {
  #wrap.is--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #wrap ,
  #wrap[data-fixmode='top'] ,
  #wrap[data-fixmode='up'] ,
  #wrap[data-fixmode='down'] {
    padding-top: 0!important;
  }
  #wrap__Inner {
    padding: 0;
  }
  /* column--is1 */
  body.column--is1 #wrap__Inner {
    padding: 38px 15px 0;
  }
  /* column--is1(page--Hero) */
  body.column--is1.page--Hero #wrap__Inner {
    padding: 0;
  }
  #main__Content {
    margin: 0 auto 40px;
    padding: 0;
  }
  /* column--is2 */
  #column--is2 #main__Content {
    padding: 38px 15px 0;
  }
  .site__Inner {
    padding: 0 15px;
  }
  /* hero */
  .hero {
    width: 100%;
  }
  .hero .hero_Img {
    width: 100%;
    height: auto;
  }
  .hero--oneSide .img img {
    width: 100%;
  }
  .heading_Hero {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 2rem;
    font-weight: normal;
    color: #008486;
  }
  .heading_Hero strong {
    font-weight: normal;
    color: #008486;
  }
  .heading_Hero .sub {
    display: block;
    margin-top: 0;
    font-size: 1rem;
    font-weight: normal;
    color: #333333;
  }
  .heading_Hero--sub {
    margin: 0;
    padding: 0;
  }
  .heading_Hero--sub em {
    display: inline-block;
    line-height: 1.2;
    color: #333333;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    background: #ffffff;
  }
  .heading_Hero--sub span {
    color: #333333;
  }
  .hero__Inner {
    padding: 19px 15px;
  }
  .hero__Visual--oneSide {
    width: 100%;
    color: #ffffff;
    background: #008486;
  }
  .hero__Visual--oneSide .content {
    padding: 38px 15px 0 15px;
  }
  .hero__Visual--oneSide .content .dl_Basic > dt {
    color: #ffffff;
  }
  .hero__Visual--oneSide .list_Normal > li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border: 1px solid #ffffff;
  }
  .hero__Lead {
    padding: 40px 0;
    color: #ffffff;
    background: #008486;
  }
  .hero__Lead .txt {
    margin-bottom: 0;
    text-align: left;
  }
  .hero__Lead .list_Note {
    margin-top: 15px;
  }
  .hero__Lead + .block_Section {
    margin-top: 40px;
  }
  .hero__Lead--oneSide {
    padding: 43px 0;
  }
  .hero__Lead--oneSide .hero__Lead--oneSide_Inner {
    padding: 0 15px;
  }
  .area_Index {
    margin-top: 0;
  }
}

/*-- //smartPhone --*/
/* loader
--------------------------------------------------------- */
#loader__Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background: #ffffff;
  z-index: 20;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-top: -7px;
  margin-left: -75px;
  text-align: center;
  z-index: 2;
}
#loader img {
  width: 150px;
  height: 150px;
}

/* gHeader
--------------------------------------------------------- */
/*
#gHeader {
  background: #ffffff;
}
*/
body:not(.page--FixedNavNone) #gHeader {
  width: 100%;
  padding-top: 0;
  z-index: 999;
  transition: .3s;
}

#gHeader.-typeSimple {
  border-bottom: 1px solid #dedede;
}

/*-- gHeader_Top --*/
.gHeader-Top .site__Inner {
  display: table;
  width: 100%;
}

.gHeader-Top--Left {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.gHeader-Top--Right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.gHeader-Top--Right:after {
  content: "";
  clear: both;
  display: block;
}

/*-- logoArea --*/
.logoArea {
  display: table;
  line-height: 1;
}

.logoArea .logo_Main {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #dedede;
}

.logoArea .logo_Main a {
  display: block;
}

.logoArea .site_Grouping {
  display: table-cell;
  vertical-align: middle;
  color: #666666;
  font-weight: bold;
}

.site_Grouping a {
  font-weight: normal;
  text-decoration: none;
}

.site_Grouping a:link {
  color: #666666;
}

.site_Grouping a:visited {
  color: #471f99;
}

.site_Grouping a:active {
  color: #666666;
}

.site_Grouping a:hover {
  color: #008486;
}

.site_Grouping a.current {
  font-weight: bold;
  color: #008486;
}

.site_Grouping .is--None a.current {
  font-weight: normal;
  color: #008486;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  #gHeader[data-fixmode='top'] {
    position: relative;
  }
  #gHeader[data-fixmode='down'] {
    position: fixed;
    top: -147px;
    left: 0;
  }
  #gHeader[data-fixmode='up'] {
    position: fixed;
    top: 0;
    left: 0;
  }
  #gHeader[data-fixmode='top'].is--open ,
  #gHeader[data-fixmode='down'].is--open ,
  #gHeader[data-fixmode='up'].is--open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(51,51,51,.7);
  }
  body:not(.page--FixedNavNone) #gHeader {
    /*border-top: 6px solid #00a8a9;*/
  }
  .gHeader-Top {
    height: 80px;
	background: #fff;
  }
  .gHeader-Top .site__Inner {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .hMenu--pc {
    border-top: 1px solid #dedede;
  background: #fff;
  }
  body.page--FixedNavNone #gHeader.is--open:before {
    content: '';
    display: block;
    width: 100%;
    height: 120vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(51,51,51,.7);
  }
  body.page--FixedNavNone #gHeader.is--open:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 11;
    background: #00a8a9;
  }
  body.page--FixedNavNone #gHeader.is--open .gHeader-Top {
    position: relative;
    z-index: 11;
  }
  body.page--FixedNavNone #gHeader.is--open .hMenu--pc {
    position: relative;
    z-index: 11;
  }
  /*-- logoArea --*/
  .logoArea .logo_Main {
    padding-right: 22px;
  }
  .logoArea .logo_Main img {
    width: 190px;
    height: auto;
  }
  .logoArea .site_Grouping {
    padding-left: 19px;
    font-size: 0.875rem;
  }
  .logoArea .site_Grouping dd {
    margin-top: 6px;
  }
  .logoArea .site_Grouping dd li {
    display: inline-block;
    margin-right: 10px;
  }
  .logoArea .site_Grouping dd li.current {
    font-weight: bold;
    color: #008486;
  }
  .logoArea .site_Grouping.is--Inline li {
    display: inline-block;
    margin-right: 10px;
  }
  .logoArea .site_Grouping.is--Inline li.current {
    font-weight: bold;
    color: #008486;
  }
  /*-- hMenu_Content_search --*/
  #hMenu_Content_search--pc {
    display: none;
    padding: 30px 0 27px;
    border-bottom: 1px solid #dedede;
  }
  #hMenu_Content_search--pc.open {
    display: block;
  }
  .hMenu--pc .siteSearch_Wrap {
    width: 924px;
    opacity: 0;
  }
  .hMenu--pc .siteSearch_Input {
    width: 885px;
  }
  /*-- hMenu--smp --*/
  .hMenu--smp,
  #hMenu_Toggle--smp {
    display: none;
  }
  /*-- gHeader-Utility--pc --*/
  .gHeader-Utility--pc {
    float: right;
    display: table;
    line-height: 1;
  }
  .gHeader-Utility--pc:after {
    content: "";
    clear: both;
    display: block;
  }
  .gHeader-Utility--pc .btn_Contactus {
    display: table-cell;
    vertical-align: middle;
  }
  .gHeader-Utility--pc .btn_Contactus a {
    color: #666666;
    text-decoration: none;
  }
  .gHeader-Utility--pc .btn_Contactus a:hover {
    color: #008486;
    text-decoration: none;
  }
  .gHeader-Utility--pc .btn_Network {
    display: table-cell;
    vertical-align: middle;
    padding-left: 26px;
  }
  .gHeader-Utility--pc .btn_Network a {
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    vertical-align: middle;
    background: url(/cmn/img/icon/btn_network_off.png) no-repeat 0 0;
    -webkit-background-size: 22px;
    background-size: 22px;
  }
  .gHeader-Utility--pc .btn_Network a:hover {
    opacity: 0.7;
  }
  .gHeader-Utility--pc .btn_Search {
    display: table-cell;
    vertical-align: middle;
    padding-left: 24px;
  }
  .gHeader-Utility--pc .btn_Search a {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    vertical-align: middle;
    background: url(/cmn/img/icon/btn_site_search.png) no-repeat 0 0;
    -webkit-background-size: 24px;
    background-size: 24px;
  }
  .gHeader-Utility--pc .btn_Search a.open {
    background: url(/cmn/img/icon/btn_site_search_close.png) no-repeat 0 0;
  }
  .gHeader-Utility--pc .btn_Search a:hover {
    opacity: 0.7;
  }
  /*-- gNav --*/
    #gNav_Wrap--pc {
        border-bottom: 3px solid #dedede;
    }
    #gNav_Wrap--pc .gNav_heading {
        font-size: 0;
        height: 0;
    }
  #gNav_Wrap--pc .gNav {
    position: relative;
  }
  #gNav_Wrap--pc .gNav > li {
    display: inline-block;
  }
  #gNav_Wrap--pc .gNav > li > a {
    display: block;
    padding: 0 18px;
    text-decoration: none;
    color: #333333;
    font-size: 1rem;
    font-weight: bold;
  }
  #gNav_Wrap--pc .gNav > li > a:hover {
    color: #008486;
  }
  #gNav_Wrap--pc .gNav > li > a.is--current,
  #gNav_Wrap--pc .gNav > li > a.is--open {
    color: #008486;
  }
  #gNav_Wrap--pc .gNav > li:first-child > a {
    padding-left: 0;
  }
  /*-- hMenu(pc) --*/
  .hMenu_Content--pc {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    background: #edf6f6;
    border-bottom: 3px solid #dedede;
  }
}
@media screen and (max-width: 767px) {
  #gHeader.-typeSimple .gHeader-Top {
    border-bottom: none;
  }
  .hMenu_Content--pc {
    display: none;
  }
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  .hMenu_Content--pc .site__Inner {
    padding-right: 0;
  }
  .hMenu_Wrap {
    display: table;
    width: 100%;
  }
  .heading1_Wrap {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flex-item-align:stretch;
    -webkit-align-self:stretch;
    align-items: stretch;
    min-height: 55px;
  }
  .hMenu_heading1 {
    width: 100%;
    margin: 0 0 0 -38px;
  }
  .hMenu_heading1 ,
  .hMenu_heading1__inner {
    font-size: 1.125rem;
    font-weight: bold;
    background: #f1f1f1;
  }
  .hMenu_heading1__inner {
    margin: 0;
  }
  .hMenu_heading1 a {
    display: block;
    background: #f1f1f1;
  }
  .hMenu_heading1 a:hover {
    text-decoration: none;
  }
  .hMenu_heading1 span {
    display: block;
    width: 260px;
    height: 100%;
    padding: 15px 23px 14px 42px;
    color: #008486;
  }
  .hMenu_heading1 a span {
    background: #f1f1f1 url(/cmn/img/icon/icon_link_arrow.png) no-repeat 241px 50%;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .hMenu_heading1 a:hover span {
    color: #fff;
  	background: #4da5a8 url(/cmn/img/icon/icon_link_arrow_color.png) no-repeat 241px 50%;
  	-webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .hMenu_Close {
    width: 55px;
    background: #f1f1f1 url(/cmn/img/colorbox/icon_close.png) no-repeat 50% 50%;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    z-index: 2;
  }
  .hMenu_Close:hover {
    background: #ccc url(/cmn/img/colorbox/icon_close_w.png) no-repeat 50% 50%;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
  }
  .hMenu_Close img {
    width: 20px;
    height: 20px;
  }
  .hMenu_Head {
    display: table-cell;
    vertical-align: top;
    width: 222px;
    background: #edf6f6;
  }
  .hMenu_Head a {
    color: #008486;
  }
  .hMenu_Layer2 {
  }
  .hMenu_Layer2 .list > li {
    margin-left: -38px;
  }
  .hMenu_Layer2 .list > li:not([class*="block_"]) {
    margin-top: 0;
  }
  .hMenu_Layer2 .list a {
    display: block;
    width: 100%;
    padding: 9px 23px 9px 42px;
    font-size: 1rem;
    background: url(/cmn/img/icon/icon_link_arrow.png) no-repeat 241px 50%;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .hMenu_Layer2 .list > li.is--active a ,
  .hMenu_Layer2 .list a:hover {
    opacity: 1;
    color: #FFF;
    background: #4da5a8 url(/cmn/img/icon/icon_link_arrow_color.png) no-repeat 241px 50%;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .hMenu_Layer2 .list a:hover {
      text-decoration: none;
  }
  .hMenu_Body {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 12px 18px 16px;
    width: calc(100% - 222px);
    background: #fff;
  }
  .hMenu_Body a:link {
    color: #008486;
    text-decoration: none;
  }
  .hMenu_Body a:visited {
    color: #008486;
  }

  .hMenu_Body a:hover {
    color: #008486;
    text-decoration: underline;
  }
  .hMenu_Body a:active {
    color: #008486;
  }
  .hMenu_Layer3Group {
    margin-top: -20px;
    padding-top: 20px;
  }
  .hMenu_Layer3Group:first-child {
    padding-top: 0;
  }
  .Layer3_heading ,
  .Layer3_heading.is--NoLink {
    display:inline-block;
    margin: 20px 4rem 0 0;
    font-size: 1rem;
    font-weight: normal;
  }
  .Layer3_heading {
    border-left: 1px solid #dedede;
  }
  .Layer3_heading a {
    display: block;
    padding: 3px 0 2px 10px;
  }
  .Layer3_heading a > span {
    padding-right: 16px;
    background: url(/cmn/img/icon/icon_link_arrow.png) no-repeat 100% 50%;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .Layer3_heading.is--NoLink {
    border-left: 3px solid #008486;
  }
  .Layer3_heading.is--Link {
    border-left: 3px solid #008486;
  }
  .Layer3_heading.is--NoLink > span {
    display: block;
    padding: 3px 0 2px 10px;
    color: #666;
  }
  .hMenu_Layer3Group .Layer3_heading + .list_Link.link--Next {
    padding-left: 10px;
  }
  .Layer4_heading {
    margin: 0 0 7px;
    padding: 0;
    font-size: 0.875rem;
    font-weight: normal;
    color: #333;
  }
  .hMenu_Layer4 {
    margin-top: 30px;
  }
  .hMenu_Layer4 .list > li:not([class*="block_"]) {
    margin-top: 4px;
  }
  .hMenu_Layer3 .grid.grid--is3 > .hMenu_Layer4:nth-child(-n+3) {
    margin-top: 0;
  }
  .heading--hide {
    line-height: 0;
    height: 0;
    font-size: 0;
    width: 0;
  }
  .hMenu_Layer3 > .list {
	padding: 4px 0 8px 10px;
    border-left: 1px solid #dedede;
  }
  .hMenu_Layer3 > .hMenu_Layer4 {
  	margin: 0;
    padding: 28px 0 0 10px;
    border-left: 1px solid #dedede;
  }
  .hMenu_Layer3 > .hMenu_Layer4 .Layer4_heading {
  	margin: 0;
    color: #666;
  }
  .hMenu_Layer3 > .hMenu_Layer4 .hMenu_Layer3_List a {
	font-size: 0.875rem;
  }
  .hMenu_Layer3 .grid {
    margin-top: 20px;
    margin-left: -20px;
  }
  .hMenu_Layer3 .grid > * {
    padding-left: 20px;
  }
  .hMenu_Layer3 .grid--is4 li .img_Liquid--pc {
    min-width: 145px;
  }
  .hMenu_Layer3 .grid .heading_Link {
    font-size: 0.875rem;
  }
  .hMenu_Layer3 .grid .media .media_Body .heading_Link {
    margin-top: 12px;
  }
  .hMenu_Layer3 .grid > .media {
    margin-top: 21px;
  }
  .hMenu_Layer3_List {
    display: inline-block;
    margin: 0 4rem 0 0;
    padding: 8px 0 0 0;
    font-weight: normal;
  }
   .hMenu_Layer3_List a {
    display: inline-block;
  }
  .hMenu_Thumb {
    margin-top: 35px;
    padding: 12px 0 0;
    border-top: 1px solid #dedede;
  }
  .hMenu_Thumb .grid {
    margin-left: -20px;
  }
  .hMenu_Thumb .grid > * {
    padding-left: 20px;
  }
  .hMenu_Thumb .grid > .media {
    width: 156px;
    margin-top: 0;
  }
  .hMenu_Thumb .grid > .media .heading_Link {
    margin-top: 12px;
    font-size: 0.875rem;
  }
  .hMenu_Thumb .grid > .media .heading_Link a {
    color: #008486;
  }
  .hMenu_Thumb .grid > .media .heading_Link a:hover {
    text-decoration: underline;
  }
  .hMenu_Thumb .grid > .media .heading_Link a:after {
    width: 16px;
    height: 16px;
    background: url(/cmn/img/icon/icon_link_arrow.png) no-repeat 100% 0;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .hMenu_Thumb .grid > .media img {
    width: 100%;
  }
  .hMenu_Content--pc:before {
    content: '';
    width: 60%;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
  }
  .hMenu_Content--pc.is--open {
    display: block;
    height: auto;
  }
  .hMenu_Toggle--pc {
    position: relative;
  }
  .hMenu_Toggle--pc span {
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 0;
    background: url(/cmn/img/icon/icon_arrow_down.png) no-repeat 100% 50%;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
  }
  .hMenu_Toggle--pc:hover {
    cursor: pointer;
  }
  .hMenu_Toggle--pc.is--open {
    color: #008486;
  }
  .hMenu_Toggle--pc.is--open span {
    background: url(/cmn/img/icon/icon_arrow_up.png) no-repeat 100% 50%;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
  }
  .hMenu_Toggle--pc.is--open span:after ,
  .hMenu_Toggle--pc.is--current span:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #00a8a9;
  }
  .hMenu_Content_heading--pc {
    padding: 13px 38px;
  }
  .hMenu_Content_heading--pcul.list_Link.link--Next > *, .hMenu_Content_heading--pc.list_Link.link--Next:not(ul) {
    margin-left: auto;
  }
  .hMenu_Content_list--pc .site__Inner {
    padding: 0 38px;
  }
  .hMenu_Content_list--pc .list {
    padding: 31px 0 17px;
    border-top: 1px solid #dedede;
  }
  .hMenu_Content_list--pc .list li {
    margin-bottom: 14px;
  }
}
/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 767px) {
  input.siteSearch_Input {
    width: 90%;
    font-size: 1.125rem;
  }
  #gHeader {
    display: block;
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /*border-top: 6px solid #00a8a9;*/
    background: #fff;
  }
  /*-- gHeader_Top --*/
  .gHeader-Top {
    padding: 18px 0;
    border-bottom: 3px solid #dedede;
  }
  .gHeader-Utility--pc,
  .hMenu--pc {
    display: none;
  }
  /*-- logoArea --*/
  .logoArea .logo_Main {
    padding-right: 13px;
  }
  .logoArea .logo_Main img {
    width: 160px;
  }
  .logoArea .site_Grouping {
    padding-left: 12px;
    font-size: 0.625rem;
  }
  .logoArea .site_Grouping dd {
    display: none;
  }
  #hMenu_Toggle--smp {
    line-height: 1;
    margin: 0;
  }
  #hMenu_Toggle--smp .txt {
    display: inline-block;
    padding-right: 9px;
    vertical-align: middle;
    font-size: 0.875rem;
    font-weight: bold;
    color: #008486;
  }
  #hMenu_Toggle--smp #icon {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    vertical-align: middle;
  }
  #hMenu_Toggle--smp #icon #icon_Inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 2px;
    background: #00a8a9;
    transition: .2s;
  }
  #hMenu_Toggle--smp #icon #icon_Inner:before, #hMenu_Toggle--smp #icon #icon_Inner:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 2px;
    background: #00a8a9;
    transition: .3s;
  }
  #hMenu_Toggle--smp #icon #icon_Inner:before {
    margin-top: -10px;
  }
  #hMenu_Toggle--smp #icon #icon_Inner:after {
    margin-top: 8px;
  }
  #hMenu_Toggle--smp #icon.is--close {
    width: 22px;
    height: 22px;
  }
  #hMenu_Toggle--smp #icon.is--close #icon_Inner, #hMenu_Toggle--smp #icon.is--close #icon_Inner:before, #hMenu_Toggle--smp #icon.is--close #icon_Inner:after {
    width: 24px;
  }
  #hMenu_Toggle--smp #icon.is--close #icon_Inner {
    left: 0;
    background: transparent;
  }
  #hMenu_Toggle--smp #icon.is--close #icon_Inner:before,
  #hMenu_Toggle--smp #icon.is--close #icon_Inner:after {
    margin-top: -2px;
  }
  #hMenu_Toggle--smp #icon.is--close #icon_Inner:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #hMenu_Toggle--smp #icon.is--close #icon_Inner:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /*-- hMenu(smp) --*/
  .hMenu--smp {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 9999;
    background: #ffffff;
  }
  .hMenu--smp.is--open {
    display: block;
    position: relative;
    width: 100%;
  }
  .hMenu--smp a {
    display: block;
    font-size: 1rem;
  }
  .hMenu--smp a:hover {
    text-decoration: none;
  }
  .hMenu--smp .gNav > li {
    border-bottom: 1px solid #dedede;
  }
  .hMenu--smp .gNav > li > a {
    padding: 9px 15px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .hMenu--smp .gNav > li > a.is--current {
    color: #008486;
  }

  /*-- gNav --*/
  #gNav_Wrap--smp {
    min-height: 104px;
  }
  #gNav_Wrap--smp .gNav_heading {
    font-size: 0;
    height: 0;
  }
  .gNav_Layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-left: 40px;
    background: #fff;
    transition: transform .6s;
  }
  .gNav_Layer:not(.gNav_Layer1) {
      transform: translateX(100%);
  }
  .gNav_Li {
      border-bottom: 1px solid #dedede;
  }
  .gNav_Li:last-child ,
  .Layer4_heading_Li:last-child {
      border-bottom: none;
  }
  .gNav_Li a ,
  .Layer4_heading_Li a {
    position: relative;
    padding: 11px 40px 10px 10px;
    font-size: 1rem;
  }
  .Layer4_heading a {
    position: relative;
  }
  .gNav_Li a:after ,
  .Layer4_heading a:after ,
  .Layer4_heading_Li a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -10px;
      display: inline-block;
      width: 16px;
      height: 21px;
      vertical-align: middle;
      background: url(/cmn/img/icon/icon_link_arrow_large.png) no-repeat 100% 0;
      -webkit-background-size: 10px 16px;
      background-size: 10px 16px;
  }
  .gNav_Li.gNav_Slide a:after ,
  .Layer4_heading_Li.gNav_Slide a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -6px;
      display: inline-block;
      width: 16px;
      height: 12px;
      vertical-align: middle;
      background: url(/cmn/img/icon/icon_directory.png) no-repeat 100% 100%;
      -webkit-background-size: 16px 12px;
      background-size: 16px 12px;
  }
  .gNav_List h2 ,
  .gNav_List h3 ,
  .gNav_List h4 {
      font-weight: normal;
      font-size: 1.25rem;
      margin: 0;
  }
  .gNav_Layer1 .gNav_Li a ,
  .gNav_Layer1 .Layer4_heading_Li a {
    padding: 10px 40px 9px 10px;
  font-size: 1.125rem;
  }
  .gNav_Layer.is--Slide {
      transform: translateX(0);
      visibility: visible;
  }
  .gNav_Layer.is--PreHide {
      transform: translateX(0);
      visibility: hidden;
  }
  .gNav_Layer.is--Hide {
      z-index: 1;
      visibility: hidden;
  }
  .Layer4_heading {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
    color: #666;
    border-bottom: 1px solid #dedede;
    background: #f7f7f7;
  }
  .hMenu_Layer4:not(:first-child) .Layer4_heading {
    border-top: 1px solid #dedede;
  }
  .Layer4_heading span {
    display: block;
    width: 100%;
    padding: 11px 40px 10px 10px;
    font-size: 1rem;
  }
  .hMenu_Layer4 .list > li:not([class*="block_"]) {
    margin-top: 0;
  }
  .layer__Index a ,
  .layer__Index span.is--NoLink {
    display: block;
    width: 100%;
    padding: 14px 10px;
    color: #fff;
    background: #00a8a9;
    border-bottom: 1px solid #dedede;
  }
  .layer__Index span.is--NoLink {
    position: static;
    font-size: 1rem;
  }
  .layer__Index span.is--NoLink:after {
    display: none;
  }
  .layer__Index span {
    position: absolute;
    right: 0;
    padding-top: 2px;
    font-size: 0.75rem;
    padding-right: 16px;
  }
  .layer__Index span:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: middle;
    background: url(/cmn/img/icon/icon_link_arrow_color.png) no-repeat 100% 0;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
  }

  .gNav_HistoryBack {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #4dc2c3;
    border-bottom: 1px solid #dedede;
  }
  .gNav_HistoryBack a {
    display: block;
    width:40px;
    height: 55px;
    line-height: 55px;
    text-align: center;
  }
  .gNav_HistoryBack img {
    width: 9px;
    height: auto;
  }
  .hMenu--smp .site_Grouping {
    padding: 10px 15px;
    font-size: 1rem;
    background: #f5f5f5;
  }
  .hMenu--smp .site_Grouping dt {
    display: inline-block;
    margin-right: 10px;
    color: #333333;
  }
  .hMenu--smp .site_Grouping dd {
    display: inline-block;
  }
  .hMenu--smp .site_Grouping dd ul li {
    display: inline-block;
    margin-right: 14px;
  }
  .hMenu--smp .site_Grouping dd ul li:last-child {
    margin-right: 0;
  }
  .gHeader-Utility--smp {
    position: relative;
    width: 100%;
    z-index: 1;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #fff;
  }
  .gHeader-Utility--smp a {
    padding: 9px 15px;
    font-size: 1rem;
  }
  .gHeader-Utility--smp li:first-child a {
    padding: 12px 15px 6px;
  }
  .gHeader-Utility--smp li:last-child a {
    padding: 6px 15px 12px;
  }
  .gHeader-Utility--smp li.network a:after {
    background: url(/cmn/img/icon/icon_link_blank.png) no-repeat 100% 10%;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
  }
  /*-- hMenu_Content_search --*/
  #hMenu_Content_search--smp {
    position: relative;
    z-index: 1;
    padding: 17px 18px;
    border-bottom: 3px solid #00a8a9;
    background: #fff;
  }
}
/*-- //smartPhone --*/
/* form
--------------------------------------------------------- */
/*-- siteSearch_Wrap --*/
.siteSearch_Wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 0 8px 0;
  border: 0;
  border-bottom: 4px solid #00a8a9;
}
.siteSearch_Wrap:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #00a8a9;
}
/*-- siteSearch_Input --*/
input.siteSearch_Input {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 12px;
  color: #666666;
  font-size: 1.875rem;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  border: none;
}
input.siteSearch_Input::-webkit-input-placeholder {
  color: #c6cbcc;
  font-weight: normal;
}
input.siteSearch_Input:-ms-input-placeholder {
  color: #c6cbcc;
  font-weight: normal;
}
input.siteSearch_Input::-moz-placeholder {
  color: #c6cbcc;
  font-weight: normal;
}
/*-- siteSearch_Btn --*/
.siteSearch_Btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  vertical-align: middle;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: none;
  background: url(/cmn/img/icon/btn_site_search.png) no-repeat 0 0;
  -webkit-background-size: 30px;
  background-size: 30px;
}
/*-- smartPhone --*/
@media screen and (max-width: 767px) {
  .siteSearch_Wrap {
    padding: 0 23px 8px 0;
    background: #fff;
  }
  .siteSearch_Wrap:before {
    top: 3px;
    height: 23px;
  }
  #hMenu_Content_search--smp .siteSearch_Input {
    width: 100%;
    font-size: 1.125rem;
  }
  .siteSearch_Btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-background-size: 22px;
    background-size: 22px;
  }
}
/*-- country_Select_Wrap --*/
.country_Select_Wrap {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}

/*-- select --*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

select.country_Select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  min-width: 295px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  padding: 0 90px 0 50px;
  vertical-align: top;
  color: #666666;
  font-size: 1.375rem;
  outline: none;
  border: 1px solid #dedede;
  background: #ffffff url(/cmn/img/form/form_select.png) no-repeat 100% 50%;
  -webkit-background-size: 59px 48px;
  background-size: 59px 48px;
}

#check_yn1,
#check_yn2 {
  margin-top: 27px;
}

/*-- input --*/
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
}

input[type="text"]:focus {
  outline: 0;
}

input[type="button"].btn_formGo {
  display: inline-block;
  width: 190px;
  height: 50px;
  margin: 0 0 0 10px;
  line-height: 50px;
  vertical-align: top;
  font-size: 1.375rem;
  font-weight: normal;
  color: #ffffff;
  border: solid 1px #ffffff;
  background: #008486 url(/cmn/img/form/form_btn_go_off.png) no-repeat 50% 50%;
  -webkit-background-size: 48px 18px;
  background-size: 48px 18px;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  input[type="button"].btn_formGo:hover {
    background: #ffffff url(/cmn/img/form/form_btn_go_on.png) no-repeat 50% 50%;
    -webkit-background-size: 48px 18px;
    background-size: 48px 18px;
  }
}

/*-- //pc --*/
/* breadcrumb
--------------------------------------------------------- */
body .breadCrumbs {
  max-width: 1600px;
  min-width: 1000px;
  margin: 0 auto 59px;
  padding-right: 38px;
  padding-left: 38px;
  word-wrap: break-word;
  overflow: hidden;
}

.breadCrumbs__Inner {
  padding-top: 20px;
  font-size: 0.75rem;
}

.breadCrumbs__Inner a,
.breadCrumbs__Inner a[target="_blank"],
.breadCrumbs__Inner a[href$=".pdf"],
.breadCrumbs__Inner .icon_Arrow {
  position: relative;
  padding-right: 17px;
  text-decoration: none;
  color: #666666;
}

.breadCrumbs__Inner a:after,
.breadCrumbs__Inner a[target="_blank"]:after,
.breadCrumbs__Inner a[href$=".pdf"]:after,
.breadCrumbs__Inner .icon_Arrow:after {
  display: inline-block !important;
  content: "" !important;
  position: absolute !important;
  width: 7px !important;
  height: 10px !important;
  top: 3px !important;
  right: 5px !important;
  color: #00a8a9 !important;
  background: url("/cmn/img/icon/icon_arrow_bread.png") no-repeat !important;
  -webkit-background-size: 7px 10px !important;
  background-size: 7px 10px !important;
}

.breadCrumbs__Inner a:hover,
.breadCrumbs__Inner a[target="_blank"]:hover,
.breadCrumbs__Inner a[href$=".pdf"]:hover,
.breadCrumbs__Inner .icon_Arrow:hover {
  color: #008486;
  text-decoration: underline;
}

.breadCrumbs__Inner em {
  font-weight: bold;
  font-style: normal;
  color: #333333;
}

/*-- smartPhone --*/
@media screen and (max-width: 767px) {
  /*-- breadCrumbs --*/
  .breadCrumbs {
    display: none;
  }
}

/*-- //smartPhone --*/
/* localNav
--------------------------------------------------------- */
#localNav {
  border-bottom: 1px solid #dedede;
}

#localNav a {
  text-decoration: none;
}

#localNav.block_localNav__Wrap {
  border-bottom: none;
}

#localNav.block_localNav__Wrap > .localNav__heading {
  border-bottom: 1px solid #dedede;
}

#localNav .block_localNav {
  border-bottom: 1px solid #dedede;
}

#localNav .block_localNav .localNav__heading {
  font-size: 1rem;
}

/*-- localNav__heading --*/
.localNav__heading {
  margin: 0;
  padding-bottom: 14px;
  line-height: 1.2;
  font-size: 1.375rem;
  font-weight: normal;
  color: #008486;
  word-wrap: break-word;
  overflow: hidden;
}

.localNav__heading a {
  padding-right: 16px;
  font-weight: normal;
  color: #008486;
  word-wrap: break-word;
  overflow: hidden;
  background: url(/cmn/img/icon/icon_link_arrow.png) no-repeat 100% 45%;
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
}

/*-- layer --*/
.layer:not(.layer2) {
  display: none;
  padding: 0 25px;
}

.layer:not(.layer2) > li:before {
  top: 4px;
  left: 0;
}

.layer:not(.layer2) > li:last-child {
  padding-bottom: 10px;
}

.layer:not(.layer2) > li > a {
  margin-bottom: 11px;
  padding-left: 15px;
  font-size: 0.875rem;
}

.layer.open {
  display: block;
}

.layer li {
  position: relative;
}

.layer li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(/cmn/img/icon/icon_link_arrow.png) no-repeat;
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
}

.layer li a {
  display: inline-block;
}

.layer li a:link {
  color: #666666;
}

.layer li a:visited {
  color: #471f99;
}

.layer li a:active {
  color: #666666;
}

.layer li a:hover {
  color: #008486;
}

.layer li a.current {
  font-weight: bold;
  color: #008486;
}

/*-- layer2 --*/
.layer2 > li {
  border-top: 1px solid #dedede;
}

.layer2 > li:before {
  top: 18px;
  left: 15px;
}

.layer2 > li > a {
  display: block;
  padding: 14px 31px 14px 30px;
}

/*-- layer3 --*/
.layer3 {
  margin-top: -8px;
}

/*-- current --*/
.layer .currentLayer {
  display: block;
}

.layer .nextLayer {
  display: block;
}

a.currentParent {
  font-weight: bold;
}

.currentLayer {
  background: #f5f5f5;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  #localNav {
    margin: 0 729px 78px 0;
  }
  #localNav .block_localNav {
    margin-top: 40px;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 767px) {
  #localNav {
    margin: 0;
    border-top: 3px solid #dedede;
  }
  #localNav .block_localNav {
    margin-top: 20px;
  }
  .localNav__heading {
    padding: 18px 15px;
  }
  .layer2 > li > a {
    padding: 16px 31px 16px 30px;
  }
  .layer:not(.layer2) {
    padding: 0 32px;
  }
  .layer:not(.layer2) > li > a {
    margin-bottom: 10px;
  }
}

/* fixedLNav
--------------------------------------------------------- */
.fixedLNav {
  width: 100%;
  padding-top: 0;
  z-index: 99;
  transition: .3s;
  background: #f5f5f5;
}
.fixedLNav[data-fixmode='down'] {
  position: fixed;
  left: 0;
}
.fixedLNav[data-fixmode='up'] {
  position: fixed;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fixedLNav {
      display: none;
   }
}

.fixedLNav_head {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  min-width: 138px;
  margin: 0;
  background: #3d8385;
}
.fixedLNav_head:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #a4c5c6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fixedLNav_head a {
  opacity: 0.7;
  display: block;
  width: 100%;
  padding: 11px 10px 12px 18px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
}
.fixedLNav_head a span {
  padding-right: 16px;
  background: url(/cmn/img/icon/icon_link_arrow_gnav.png) no-repeat 100% 45%;
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
}
.fixedLNav_head a:hover {
  opacity: 1;
  text-decoration: none;
}
.fixedLNav_head a:hover span {
  background: url(/cmn/img/icon/icon_link_arrow_color.png) no-repeat 100% 45%;
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
}
.fixedLNav_body {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}
.fixedLNav_body ul {
}
.fixedLNav_body li {
  display: inline-block;
  margin: 0;
  font-size: 0.75rem;
}
.fixedLNav ul li a {
  display: block;
  margin: 0 12px;
}
.fixedLNav ul li a:link {
  color: #333;
  text-decoration: none;
}
.fixedLNav ul li a:visited {
  color: #333;
}
.fixedLNav ul li a:hover {
  color: #008486;
  text-decoration: underline;
}
.fixedLNav ul li a:active {
  color: #333;
}
.fixedLNav ul li a:hover span {
  text-decoration: underline;
}
.fixedLNav ul li a span {
  position: relative;
  display: inline-block;
  padding: 12px 0 13px;
}
.fixedLNav ul li a.is--current {
  color: #008486;
}
.fixedLNav ul li a.is--current span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #00a8a9;
}
.fixedLNav ul li a span:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 21px;
  vertical-align: middle;
  background: url(/cmn/img/icon/icon_link_arrow.png) no-repeat 100% 45%;
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
}
.fixedLNav .list > li:not([class*="block_"]) {
  margin-top: 0;
}


/*-- //smartPhone --*/
/* pageTop
--------------------------------------------------------- */
#pageTop {
  position: fixed;
  margin-bottom: 0;
  z-index: 10;
}

#pageTop a {
  display: block;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  /*-- pageTop --*/
  #pageTop {
    bottom: 100px;
    right: 10px;
  }
  #pageTop a:hover {
    opacity: 0.7;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 767px) {
  #pageTop {
    bottom: 40px;
    right: 15px;
  }
  #pageTop a img {
    width: 30px;
  }
}

/*-- //smartPhone --*/
/*-- relation
------------------------------------------------------------*/
/*-- relationNav --*/
#relationNav .list a {
  font-size: 1.125rem;
  text-decoration: none;
}

#relationNav .list a:link {
  color: #666666;
}

#relationNav .list a:visited {
  color: #471f99;
}

#relationNav .list a:active {
  color: #666666;
}

#relationNav .list a:hover {
  color: #008486;
}

#relationNav .list a.current {
  font-weight: bold;
  color: #008486;
}

/*-- block_Relation --*/
.block_Relation {
  border-top: 1px solid #dedede;
}

.block_Relation .media_Body {
  word-wrap: break-word;
  overflow: hidden;
}

/*-- heading_Relation --*/
.heading_Relation {
  margin: 0 0 18px 0;
  padding: 0 0 8px 0;
  line-height: 1.3;
  font-size: 1.875rem;
  font-weight: normal;
  color: #333333;
}

/*-- block_Other --*/
.block_Other {
  border-top: 1px solid #dedede;
  background: #f5f5f5;
}

.heading_Other {
  color: #333333;
  font-weight: normal;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  #relationNav {
    padding: 51px 0 60px;
    border-top: 1px solid #dedede;
    background: #f5f5f5;
  }
  #relationNav .relationNav_Inner {
    width: 924px;
    margin: 0 auto;
  }
  #relationNav li {
    display: inline-block;
    margin: 0 50px 13px 0;
  }
  #relationNav li:last-child {
    margin-right: 0;
  }
  .heading_relationNav {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.3;
    text-align: center;
    font-size: 1.875rem;
    font-weight: normal;
  }
  .heading_relationNav a {
    text-decoration: none;
  }
  .heading_relationNav a:link {
    color: #333333;
  }
  .heading_relationNav a:visited {
    color: #471f99;
  }
  .heading_relationNav a:active {
    color: #333333;
  }
  .heading_relationNav a:hover {
    color: #008486;
  }
  .heading_relationNav a.current {
    font-weight: bold;
    color: #008486;
  }
  .heading_relationNav a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(/cmn/img/icon/icon_link_arrow_large.png) no-repeat 100% 50%;
    -webkit-background-size: 10px 16px;
    background-size: 10px 16px;
  }
  /*-- block_Relation --*/
  .block_Relation {
    padding: 32px 0 60px;
  }
  /*-- block_Other --*/
  .block_Other {
    padding: 51px 0 60px;
  }
  .heading_Other {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.3;
    text-align: center;
    font-size: 1.875rem;
    font-weight: normal;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 767px) {
  #relationNav {
    padding: 0;
    text-align: left;
    border-top: 3px solid #dedede;
  }
  #relationNav .relationNav_Inner {
    width: 100%;
  }
  #relationNav li {
    display: block;
    margin-top: 0;
    position: relative;
    border-top: 1px solid #dedede;
  }
  #relationNav li:before {
    top: 18px;
    left: 15px;
    content: "";
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 14px;
    z-index: 2;
    background: url(/cmn/img/icon/icon_link_arrow.png) no-repeat;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  #relationNav li a {
    display: block;
    text-decoration: none;
    padding: 16px 31px 16px 30px;
  }
  #relationNav li a:before {
    content: "";
    display: none;
  }
  #relationNav li a.current {
    background: #f5f5f5;
  }
  .heading_relationNav {
    padding: 18px 15px;
    margin: 0;
    line-height: 1.2;
    font-size: 1.375rem;
  }
  .heading_relationNav a {
    padding-right: 16px;
    font-size: 1.375rem;
    font-weight: normal;
    color: #008486;
    word-wrap: break-word;
    overflow: hidden;
    background: url(/cmn/img/icon/icon_link_arrow.png) no-repeat 100% 45%;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  /*-- block_Relation --*/
  .block_Relation {
    padding: 32px 0;
  }
  .block_Relation img {
    width: 100%;
  }
  .block_Relation--information .dl_Detail {
    display: none;
  }
  body:not(.column--is1) .block_Relation {
    border-top: none;
  }
  /*-- heading_Relation --*/
  .heading_Relation {
    margin: 0 0 16px 0;
    font-size: 1.5625rem;
  }
  /*-- block_Other --*/
  .block_Other {
    padding: 4px 0 42px;
    text-align: left;
  }
  .heading_Other {
    padding: 40px 0 34px;
    margin: 0;
    text-align: left;
    line-height: 1.2;
    font-size: 1.5625rem;
  }
}

/*-- //smartPhone --*/
/* box_LocalArea
--------------------------------------------------------- */
.box_LocalArea {
  margin-bottom: 70px;
  padding: 40px 0 54px;
  text-align: center;
}

.box_LocalArea .box_LocalArea--dt {
  margin-bottom: 20px;
  font-size: 1.875rem;
  font-weight: normal;
}

.box_LocalArea select.country_Select {
  display: inline-block;
  min-width: 367px;
  padding: 0 90px 0 38px;
}

.box_LocalArea .box_LocalArea__Inner {
  font-size: 1.125rem;
}

.box_LocalArea .box_LocalArea__Inner .list {
  text-align: left;
}

#areaDisributor {
  color: #ffffff;
}

#areaDisributor .box_LocalArea--dt {
  margin-bottom: 14px;
}

#areaDisributor address {
  font-style: normal !important;
}

#areaDisributor .address {
  font-style: normal;
  font-size: 0.875rem;
}

#areaDisributor .dl_Basic > dt {
  color: #ffffff;
}

#areaDisributor .btn,
#areaDisributor a.btn {
  width: 152px;
  color: #ffffff;
  font-size: 1rem;
  border: 1px solid #ffffff;
  background: #008486;
}

#areaDisributor .btn:hover,
#areaDisributor a.btn:hover {
  color: #008486;
  background: #ffffff;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  .box_LocalArea--dt {
    width: 924px;
    margin: 0 auto;
    padding: 0 38px;
  }
  .box_LocalArea__Inner {
    width: 924px;
    margin: 0 auto;
    padding: 0 38px;
  }
  .box_LocalArea__Inner .list li {
    margin-right: 70px;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 767px) {
  /* box_LocalArea
  --------------------------------------------------------- */
  .box_LocalArea {
    padding: 24px 15px;
  }
  .box_LocalArea .box_LocalArea--dt {
    margin-bottom: 15px;
    font-size: 1.25rem;
    color: #ffffff;
  }
  .box_LocalArea select.country_Select {
    display: inline-block;
    min-width: 290px;
    margin-bottom: 15px;
    padding: 0 52px 0 14px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
  }
  .box_LocalArea input[type="button"].btn_formGo {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
  }
  .box_LocalArea__Inner .list li {
    margin-right: 15px;
  }
}

/*-- //smartPhone --*/
/* footer
--------------------------------------------------------- */
#footer {
  border-top: 4px solid #00a8a9;
  background: #ffffff;
}
#footer.-typeSimple {
  border-top: none;
}

/*-- footer_Visual --*/
.footer_Visual {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-image: url("/cmn/img/footer/bg_footer.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-attachment: fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

/*-- footer_Banner --*/
.footer_Banner {
  color: #666666;
  font-size: 0.875rem;
  border-top: 1px solid #dedede;
  background: #ffffff;
  /*-- list_Banner --*/
}

.footer_Banner .list_Banner a {
  display: block;
  background: #ffffff;
}

.footer_Banner .list_Banner a img {
  background: #ffffff;
}

.footer_Banner .list_Banner .list_Banner--lead {
  margin: 12px 0 0 0;
  padding: 0;
}

/*-- footer_Message --*/
.footer_Message {
  display: table;
  margin: 0 auto;
  background: #ffffff;
}

.footer_Message .logo_Message {
  display: table-cell;
  vertical-align: middle;
}

.footer_Message .txt_Lead {
  display: table-cell;
  vertical-align: middle;
  color: #666666;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  /*-- footer_Banner --*/
  .footer_Banner {
    padding: 60px 38px 54px;
    /*-- list_Banner --*/
  }
  .footer_Banner .list_Banner a:hover {
    opacity: 0.7;
  }
  /*-- footer_Message --*/
  .footer_Message {
    display: table;
    width: 924px;
    margin: 0 auto;
    padding: 68px 0;
    background: #ffffff;
  }
  .footer_Message .logo_Message {
    display: table-cell;
    width: 365px;
    text-align: left;
    vertical-align: middle;
  }
  .footer_Message .logo_Message img {
    width: 293px;
    height: auto;
  }
  .footer_Message .txt_Lead {
    display: table-cell;
    vertical-align: middle;
    color: #666666;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 767px) {
  #footer {
    border-top: none;
  }
  /*-- footer_Banner --*/
  .footer_Banner {
    margin-bottom: 30px;
    padding: 30px 15px;
  }
  .footer_Banner .slick-slider .list_Banner--lead {
    min-height: 90px;
  }
  /*-- footer_Message --*/
  .footer_Message,
  .footer_Visual {
    display: none;
  }
}

/*-- //smartPhone --*/
/* gFooter
--------------------------------------------------------- */
#gFooter {
  color: #ffffff;
  background: #008486;
}

#gFooter a {
  color: #ffffff;
  text-decoration: none;
}

#gFooter a:hover {
  text-decoration: underline;
}

/*-- gFooter-Bottom --*/
.gFooter-Bottom .gFooter-Utility a {
  font-size: 0.875rem;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  /*-- gfNav --*/
  .gfNav {
    display: table;
    width: 100%;
    padding: 55px 0 45px;
    border-bottom: 1px solid #35babb;
  }
  .gfNav ul {
    display: table-cell;
    width: 25%;
    padding-right: 28px;
    letter-spacing: -.4em;
  }
  .gfNav ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 25%;
    margin-bottom: 9px;
  }
  /*-- gFooter-Bottom --*/
  .gFooter-Bottom {
    display: table;
    width: 100%;
    padding: 13px 0;
  }
  .gFooter-Bottom .gFooter-Utility {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
  }
  .gFooter-Bottom .gFooter-Utility li {
    display: inline-block;
    margin-right: 20px;
  }
  .gFooter-Bottom .gFooter-Info {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
  }
  .gFooter-Bottom .gFooter-Info .logo_Co {
    margin: 0;
  }
  .gFooter-Bottom .gFooter-Info .copyright {
    margin: 0;
  }
  .gFooter-Bottom .gFooter-Info .copyright small {
    font-size: 0.875rem;
  }
  .gFooter-Bottom .logo_Co img {
    width: 200px;
    height: auto;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 767px) {
  .gfNav {
    display: none;
  }
  .gFooter-Utility {
    display: table;
    width: 100%;
    padding: 22px 0;
    letter-spacing: -.4em;
    text-align: center;
    border-bottom: 1px solid #35babb;
  }
  .gFooter-Utility li {
    display: table-cell;
    width: 30%;
    margin: 0;
    text-align: center;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .gFooter-Utility li:nth-of-type(1) {
    width: 30%;
  }
  .gFooter-Utility li:nth-of-type(2) {
    width: 45%;
  }
  .gFooter-Utility li:nth-of-type(3) {
    width: 25%;
  }
  .gFooter-Info {
    padding: 12px 0;
    text-align: center;
  }
  .gFooter-Info .copyright small {
    font-size: 0.6875rem;
  }
  .logo_Co img {
    width: 212px;
    height: auto;
  }
  .logo_Co,
  .copyright {
    margin: 0;
  }
}

/*-- //smartPhone --*/
/* cookie
--------------------------------------------------------- */
#cookieNotification {
  background: #f5f5f5;
  min-width: 1000px;
  display: none;
}

.cookieNotification__pad {
  margin-left: -56px;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cookieNotification__text {
  padding-left: 56px;
  width: 66.67%;
}

.cookieNotification__action {
  padding-left: 28px;
  width: 33.33%;
}

.cookieNotification__text p {
  color: #333;
  margin: 15px 0;
}

#cookieNotification__button {
  display: block;
  white-space: nowrap;
  border-radius: 0;
  border: solid 1px #00a8a9;
  color: #00a8a9;
  background: #fff;
  padding: 7px 68px;
  font-size: 18px;
}

button#cookieNotification__button:focus {
  outline: 0;
}

.cookieNotification__text a:after,
#cookieNotification__button:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  vertical-align: middle;
  background: url(/cmn/img/icon/icon_arrow_cookie_off.png) no-repeat 100% 50%;
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
  margin: -.2em 0 0;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  .cookieNotification__Inner {
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
    padding-right: 38px;
    padding-left: 38px;
  }
  .cookieNotification__text--details {
    margin-right: 60px;
  }
  #cookieNotification__button:hover {
    color: #ffffff;
    background: #00a8a9;
  }
  #cookieNotification__button:hover:after {
    background: url(/cmn/img/icon/icon_arrow_cookie_on.png) no-repeat 100% 50%;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media print, screen and (max-width: 767px) {
  #cookieNotification {
    min-width: 0;
  }
  .cookieNotification__Inner {
    padding: 0 15px;
  }
  .cookieNotification__pad {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
  .cookieNotification__text,
  .cookieNotification__action {
    width: 100%;
    padding-left: 0;
  }
  .cookieNotification__action {
    padding: 0 0 30px;
  }
  #cookieNotification__button {
    margin: 0 auto;
  }
}

/*-- //smartPhone --*/
/* skip
--------------------------------------------------------- */
#skipNav {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  z-index: 9999;
}

#skipNav #skipNav__Inner {
  display: block;
  width: 100%;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 1px;
  color: #ffffff;
  cursor: default;
  background: #666666;
}

#skipNav #skipNav__Inner a {
  color: #ffffff;
}

/* jsOff
--------------------------------------------------------- */
#jsOff {
  padding: 17px 0;
  background: #ffdddd;
}

#jsOff p {
  margin: 0 auto;
  color: #ff0000;
}

/* popup for DomainTransfer
--------------------------------------------------------- */
#js-modal-overlay {
    position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 9999;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(43, 46, 56, 0.8);
}
@media screen and (max-width: 767px) {
  #js-modal-overlay {
    height: 120%;
  }
}
#js-modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  z-index: 9999;
  margin: 0 auto;
  cursor: pointer;
  backface-visibility: hidden;
}
#js-modal-wrap.is--View {
  display: block;
}
#js-modal-wrap:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -.05em;
  content: "";
}
#js-modal-wrap.is-scroll {
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  #js-modal-wrap {
    left: 0!important;
    padding: 10px 15px;
  }
}
html.is-modalLocked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
#js-modal-DTransfer {
	display: none;
}
#js-modal-DTransfer.is--Active {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  position: relative;
  padding: 50px 40px;
  text-align: center;
  vertical-align: middle;
  color: #666;
  line-height: 1.7;
  box-sizing: border-box;
  background: #fff;
  cursor: default;
}
#js-modal-DTransfer.is--Open {
  -webkit-animation: open-keyframes .4s;
  animation: open-keyframes .4s;
}
@-webkit-keyframes open-keyframes {
  from {opacity: 0}
  to {opacity: 1}
}
@keyframes open-keyframes {
  from {opacity: 0}
  to {opacity: 1}
}
@media screen and (max-width: 767px) {
  #js-modal-DTransfer {
    padding: 35px 25px;
  }
}
.DTransfer_title {
  margin: 0;
  font-weight: normal;
  font-size: 1.1em;
}
.DTransfer_sitelink {
  display: flex;
  flex-direction: row;
  margin: 30px 0 30px -28px;
}
@media screen and (max-width: 767px) {
  .DTransfer_sitelink {
    flex-direction: column;
    margin: 15px 0 20px 0;
  }
}
.DTransfer_sitelink li {
  width: calc((100% - 28px) / 2);
  margin-left: 28px;
  border: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .DTransfer_sitelink li {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.DTransfer_sitelink li a {
  display:table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 1.1em;
  text-align: center;
  color: #008486;
}
@media screen and (max-width: 767px) {
  .DTransfer_sitelink li a {
    padding: 15px 10px;
  }
}
.DTransfer_sitelink li a:hover {
  color: #FFF;
  text-decoration: none;
  background: #008486;
}
.DTransfer_sitelink li a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.DTransfer_label {
  position: relative;
  margin-left: 30px;
  font-size: 0.875rem;
}
.DTransfer_label input[type="checkbox"] {
  display: none;
}
.DTransfer_label span::before {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #008486;
  background: #FFF;
  cursor: pointer;
}
.DTransfer_label input[type=checkbox]:checked + span::after {
  content:"";
  position: absolute;
  top: 3px;
  left: 5px;
  display: inline-block;
  width: 10px;
  height: 5px;
  border-left: 1px solid #008486;
  border-bottom: 1px solid #008486;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.DTransfer_notes {
  margin-top: 20px;
  font-size: 0.875rem;
  color: #666;
  text-align: left;
}
.DTransfer_close {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  overflow: visible;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
a.DTransfer_close:hover {
  color: #2b2e38;
}
.DTransfer_close span {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.DTransfer_close span:before, .DTransfer_close span:after{content:''; height:2px; width:30px; display:block; background:#95979c; position:absolute; top:15px; left:0; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.DTransfer_close span:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}


/* add 2020renewal header style
--------------------------------------------------------- */

.Kbt2020-Renewal a:hover {
  text-decoration: none!important;
}

#SiteWrap__header {
  /*position: fixed;
  top: 0;
  left: 0;*/
  width: 100%;
  font-size: 16px;
  z-index: 100;
  background-color: #fff;
  -webkit-transition: -webkit-transform .5s ease .2s;
  transition: -webkit-transform .5s ease .2s;
  transition: transform .5s ease .2s;
  transition: transform .5s ease .2s, -webkit-transform .5s ease .2s;
}

#Header {
  width: 100%;
  border-top: 3px solid #00a8a9;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}


#Header.-hmenuFixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.Header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 28px 18px;
}

@media only screen and (max-width: 959px) {
  .Header__inner {
    padding: 22px 15px 23px;
  }
}

.HeaderLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.HeaderLogo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.HeaderLogo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  padding-left: 18px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}

@media only screen and (max-width: 959px) {
  .HeaderLogo__text {
    margin-left: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
}

.HeaderLogo__text::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 959px) {
  .HeaderLogo__text::after {
    height: 36px;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility.-viewPC {
    display: none;
  }
}

@media print, screen and (min-width: 960px) {
  .HeaderUtility.-viewSP {
    display: none;
  }
}

.HeaderUtility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

@media print, screen and (min-width: 960px) {
  .HeaderUtility__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .HeaderUtility__list {
    padding: 20px 28px 0;
  }
}

@media only screen and (max-width: 559px) {
  .HeaderUtility__list {
    padding: 20px 15px 0;
  }
}

.HeaderUtility__list .-gnavCurrent a {
  color: #999;
}

@media print, screen and (min-width: 960px) {
  .HeaderUtility__list a {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility__list a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 20px 0 5px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility__list a.-gnavCurrent span {
    color: #999;
  }
}

.HeaderForinvestors {
  font-size: 15px;
}

@media print, screen and (min-width: 960px) {
  .HeaderForinvestors {
    line-height: 1;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderForinvestors {
    line-height: 1.5;
  }
}

.HeaderForinvestors a,
.HeaderForinvestors button {
  text-decoration: none;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

@media print, screen and (min-width: 960px) {
  .HeaderForinvestors a,
  .HeaderForinvestors button {
    color: #666;
  }
}

.HeaderForinvestors a:hover, .HeaderForinvestors a:focus,
.HeaderForinvestors button:hover,
.HeaderForinvestors button:focus {
  opacity: .8;
}

.HeaderGnetwork {
  position: relative;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.HeaderGnetwork:hover, .HeaderGnetwork:focus {
  cursor: pointer;
  opacity: .8;
}

@media print, screen and (min-width: 960px) {
  .HeaderGnetwork {
    margin-left: 28px;
  }
}

/* ===== SiteSearch ===== */
.SiteSearch {
  position: relative;
  margin: 0 auto;
  padding: 0 0 10px 0;
  border: 0;
  border-bottom: 2px solid #009ea7;
}

.SiteSearch::before {
  content: "";
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #008486;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

/* IE */
input:-ms-input-placeholder {
  color: #999;
}

/* Edge */
input::-ms-input-placeholder {
  color: #999;
}

input.SiteSearch__input {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
  padding: 0 0 0 14px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  font-weight: normal;
  line-height: 1.4;
}

input.SiteSearch__input::-ms-clear {
  visibility: visible;
}

@media print, screen and (min-width: 560px) {
  input.SiteSearch__input {
    font-size: 30px;
  }
}

@media only screen and (max-width: 559px) {
  input.SiteSearch__input {
    font-size: 23px;
  }
}

.SiteSearch__button {
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 24px;
  height: 24px;
  background: url(/assets/images/icons/header_search_site.svg) 0 0 no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 959px) {
  .SiteSearch__button {
    position: absolute;
    bottom: 15px;
    right: 0;
    display: inline-block;
  }
}

.SiteSearch__box {
  margin-top: 60px;
}

.SiteSearch__box input.SiteSearch__input {
  padding: 0 14px;
  font-weight: normal;
  line-height: 1.4;
}

@media print, screen and (min-width: 560px) {
  .SiteSearch__box input.SiteSearch__input {
    font-size: 30px;
  }
}

@media only screen and (max-width: 559px) {
  .SiteSearch__box input.SiteSearch__input {
    font-size: 23px;
  }
}

.HeaderSearch {
  position: relative;
  margin: 0 20px 0 30px;
}

.HeaderSearch button {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.HeaderSearch button:hover, .HeaderSearch button:focus {
  cursor: pointer;
  opacity: .8;
}

.HeaderSearch .IconSearchSite {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background: url(/assets/images/icons/header_search_site.svg) 0 0 no-repeat;
}

.HeaderSearch button.-opened .IconSearchSite {
  background: url(/assets/images/icons/header_search_site_close.svg) 0 0 no-repeat;
}

#HeaderSiteSearch__contentViewPC {
  display: none;
  padding: 30px 28px;
  border-top: 3px solid #dedede;
}

@media print, screen and (min-width: 960px) {
  #HeaderSiteSearch__contentViewPC .SiteSearch {
    max-width: 924px;
  }
}

@media print, screen and (min-width: 960px) {
  #HeaderSiteSearch__contentViewPC .SiteSearch__input {
    max-width: 888px;
    padding: 0 14px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 28px 120px;
  }
}

@media only screen and (max-width: 559px) {
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 15px 120px;
  }
}

/* ===== GNav ===== */
#GNav {
  position: relative;
  border-bottom: 3px solid #dedede;
  background-color: #fff;
}

@media only screen and (max-width: 959px) {
  #GNav {
    display: none;
  }
}

.GNav__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 28px;
}

@media print, screen and (min-width: 960px) {
  .GNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style-type: none;
  }
}

@media print, screen and (min-width: 1120px) {
  .GNavList__item:not(:last-child) {
    margin-right: 36px;
  }
}

@media print, screen and (max-width: 1119px) and (min-width: 1000px) {
  .GNavList__item:not(:last-child) {
    margin-right: 21px;
  }
}

@media print, screen and (max-width: 999px) and (min-width: 960px) {
  .GNavList__item:not(:last-child) {
    margin-right: 14px;
  }
}

.GNavList__item.-gnavCurrent .GNavList__headText {
  color: #999;
}

.GNavList__item.-gnavCurrent .GNavList__head.-opened .GNavList__headText {
  color: #999;
}

.GNavList__head {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#Header button:focus ,
#GNav button:focus ,
#GNavHumburgerMenu button:focus {
  outline: none;
}

.GNavList__head.is--open .GNavLower__headingIcon {
  background: url(/assets/images/icons/arrow_gnav_current.svg) 0 0 no-repeat;
}

@media print, screen and (min-width: 960px) {
  .GNavList__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

.GNavList__head:hover, .GNavList__head:focus {
  cursor: pointer;
  opacity: .8;
  text-decoration: none;
}

.GNavList__head.is--open::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -11px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #f1f1f1 transparent;
}

.GNavList__head.is--open .GNavList__headText {
  color: #008486;
}

.GNavList__head.is--open .GNavLower__headingIcon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media print, screen and (min-width: 960px) {
  .GNavList__headText {
    display: block;
    position: relative;
    padding: 13px 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
  }
}

@media print, screen and (max-width: 1119px) and (min-width: 960px) {
  .GNavList__headText {
    padding: 14px 0;
    font-size: 14px;
  }
}

.GNavLower__headingIcon {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 12px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background: url(/assets/images/icons/arrow_gnav.svg) 0 0 no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .2s ease .15s;
  transition: -webkit-transform .2s ease .15s;
  transition: transform .2s ease .15s;
  transition: transform .2s ease .15s, -webkit-transform .2s ease .15s;
}

.GNavList__body {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  z-index: 9999;
}

.GNavList__body a.-gnavCurrent span {
  color: #999;
}

.GNavList__bodyInner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 34px 30px 38px;
}

.GNavLower__heading {
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .03em;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

@media print, screen and (min-width: 560px) {
  .GNavLower__heading {
    font-size: 20px;
  }
}

@media only screen and (max-width: 559px) {
  .GNavLower__heading {
    font-size: 18px;
  }
}

.GNavLower__heading a {
  position: relative;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.GNavLower__heading a::after {
  content: "";
  display: inline-block;
  margin: 0 0 2px 16px;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #008486;
}

.GNavLower__heading a:hover {
  opacity: .8;
}

.GNavLower__heading span {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  color: #008486;
}

.GNavLower__heading span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #008486;
}

.GNavLower__item a {
  display: inline-block;
  position: relative;
  color: #008486;
  font-size: 16px;
  line-height: 1.4;
  webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.GNavLower__item a.-gnavCurrent {
  color: #999;
}

.GNavLower__item a:hover {
  cursor: pointer;
  opacity: .8;
}

.GNavLower__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
}

@media print, screen and (min-width: 960px) {
  .GNavLower__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -24px;
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.GNavLower__body ul {
  list-style-type: none;
}

.GNavLower__body.-bottom {
  margin: 28px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

.GNavLower__body.-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 960px) {
  .GNavLower__body.-bottom ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__body.-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 960px) {
  .GNavLower__body.-bottom .GNavLower__item {
    margin: 0 40px 0 0;
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__body.-bottom .GNavLower__item:first-child {
    margin: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .GNavLower__body.-products {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media print, screen and (min-width: 960px) {
  .GNavLower__body .GNavLower__item {
    margin: 6px 0 0 0;
  }
}

.GNavLower__body .IconBlank {
  margin-left: 8px;
}

@media print, screen and (min-width: 960px) {
  .GNavLower__bodyItem {
    width: calc((100% - 24px * 4) / 4);
    margin-left: 24px;
  }
  .-products .GNavLower__bodyItem {
    width: calc((100% - 24px * 7) / 7);
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__bodyItem:not(:first-child) {
    margin-top: 22px;
  }
}

@media print, screen and (min-width: 960px) {
  .GNavLower__bodyItem .GNavLower__item {
    margin-top: 9px;
  }
}

.GNavLower__bodyItemHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 21px;
  padding-bottom: 7px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .03em;
  border-bottom: 1px solid #333;
}

.GNavList__head:hover, .GNavList__head:focus {
  cursor: pointer;
  opacity: .8;
}
@media print, screen and (min-width: 960px)
  .GNavList__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .GNavList__head {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }
  button, input, select, textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
  }

@media print, screen and (min-width: 960px) {
  .GNavLower__bodyItemHeading {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__bodyItemHeading {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
  }
}

.GNavLower__bodyItemHeading span {
  color: #333;
}

.GNavLower__contentGroup {
  padding-left: 20px;
}

.GNavLower__contentGroup .GNavLower__item:not(:first-child) {
  margin-top: 9px;
}

/* ===== HumburgerMenuButton ===== */
.HumburgerMenuButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #008486;
  z-index: 100;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.HumburgerMenuButton:hover {
  opacity: .8;
}

.HumburgerMenuButton__icon {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 18px;
  margin-left: 12px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.HumburgerMenuButton__icon::before, .HumburgerMenuButton__icon::after {
  content: "";
}

.HumburgerMenuButton__icon::before {
  top: 0;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__icon::before {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.HumburgerMenuButton__icon::after {
  bottom: 0;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__icon::after {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.HumburgerMenuButton__iconMiddle {
  top: 8px;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__iconMiddle {
  opacity: 0;
}

.HumburgerMenuButton__icon::before,
.HumburgerMenuButton__icon::after,
.HumburgerMenuButton__iconMiddle {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #008486;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media print, screen and (min-width: 960px) {
  #GNavHumburgerMenu {
    display: none !important;
  }
}

@media only screen and (max-width: 959px) {
  #GNavHumburgerMenu {
    display: none;
    position: fixed;
    top: 84px;
    width: 100%;
    height: calc(100vh - 84px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    z-index: 9999;
  }
}

@media only screen and (max-width: 959px) {
  #GNavHumburgerMenu.-opend {
    position: relative;
    display: block;
  }
}

.GNavHumburgerMenu__inner {
  background-color: #fff;
}

.GNavHumburgerMenu__layer {
  min-height: 200px;
  overflow: hidden;
}

.layerGroup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-transition: z-index .9s, -webkit-transform .8s;
  transition: z-index .9s, -webkit-transform .8s;
  transition: transform .8s, z-index .9s;
  transition: transform .8s, z-index .9s, -webkit-transform .8s;
}

.layerGroup.-show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 3;
}

.layerGroup.-hide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.layerGroup.-preHide {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.layerGroup button {
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
}

.layerGroup button:hover {
  opacity: .8;
}

.layerGroupFirst {
  position: static;
  list-style: none;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .layerGroupFirst {
    padding: 32px 28px 0;
  }
}

@media only screen and (max-width: 559px) {
  .layerGroupFirst {
    padding: 32px 15px 0;
  }
}

.layerGroupFirst li:last-child {
  border-bottom: 1px solid #dedede;
}

.layerGroupFirst li:last-child .layerGroup__nextButton {
  margin-bottom: 22px;
}

.layerGroupLower {
  padding: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.layerGroupLower .GNavLower__item {
  margin-top: 19px;
}

.layerGroupLower__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .03em;
}

.layerGroupLower__body {
  padding: 30px 30px 34px;
  background-color: #f1f1f1;
}

.layerGroupLower__list {
  list-style: none;
}

.layerGroupLower__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  padding: 24px 30px 21px;
  color: #333;
}

.layerGroupLower__top a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.layerGroupLower__top a:hover, .layerGroupLower__top a:focus {
  cursor: pointer;
  opacity: .8;
}

.layerGroupLower__top a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: .45em;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 16px 1px 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #008486;
}

.layerGroupLower__top a span {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #008486;
}

.layerGroup__nextButton {
  position: relative;
  width: 100%;
  padding: 15px 20px 15px 24px;
  text-align: left;
  letter-spacing: .03em;
  font-size: 18px;
  line-height: 1.4;
  background: url("/assets/images/icons/folder.svg") 100% 50% no-repeat;
  background-size: 27px 20px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.layerGroup__nextButton:hover, .layerGroup__nextButton:focus {
  cursor: pointer;
  opacity: .8;
}

.layerGroup__nextButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 8px;
  margin-top: -5px;
  vertical-align: baseline;
  background: url("/assets/images/icons/arrow_breadcrumb.svg") 0 0 no-repeat;
}

.layerGroup__nextButton span {
  color: #333;
}

.layerGroup__nextButton.-gnavCurrent span {
  color: #999;
}

.layerGroup__backButton {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  height: 44px;
  padding: 0 30px 0 57px;
  text-align: left;
  color: #008486;
  background: #dedede url("/assets/images/icons/arrow_back.svg") 30px 50% no-repeat;
  background-size: 9px 9px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.layerGroup__backButton:hover, .layerGroup__backButton:focus {
  cursor: pointer;
  opacity: .8;
}


  /* add 2020renewal footer style
  --------------------------------------------------------- */
  #Footer {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: #008486;
  }

  .Footer__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 100px;
    color: #fff;
    text-align: center;
  }

  @media only screen and (min-width: 560px) and (max-width: 959px) {
    .Footer__inner {
      padding: 0 28px;
    }
  }

  @media only screen and (max-width: 559px) {
    .Footer__inner {
      padding: 0 15px;
    }
  }

  .Footer__upper {
    padding: 57px 0 59px;
  }

  @media only screen and (min-width: 560px) and (max-width: 959px) {
    .Footer__upper {
      padding: 24px 0 30px;
    }
  }

  @media only screen and (max-width: 559px) {
    .Footer__upper {
      display: none;
    }
  }

  .FooterNav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
  }

  @media only screen and (max-width: 559px) {
    .FooterNav__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

  .FooterNav__item li {
    margin: 10px 20px 0;
  }

  @media only screen and (min-width: 560px) and (max-width: 959px) {
    .FooterNav__item li {
      margin: 16px 20px 0;
    }
  }

  .FooterNav__item a {
    display: block;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .FooterNav__item a:hover, .FooterNav__item a:focus {
    cursor: pointer;
    opacity: .8;
  }

  .FooterNav__item span {
    color: #fff;
    font-weight: normal;
    line-height: 1.7;
    font-size: 16px;
    letter-spacing: .03em;
  }

  .Footer__bottom {
    padding: 34px 0 21px;
    border-top: 1px solid #fff;
  }

  @media only screen and (min-width: 560px) and (max-width: 959px) {
    .Footer__bottom {
      padding: 28px 0 24px;
    }
  }

  @media only screen and (max-width: 559px) {
    .Footer__bottom {
      padding: 24px 0 24px;
      border-top: none;
    }
  }

  #Footer.-verSimple .Footer__bottom {
    border-top: none;
  }

  .FooterUtility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
  }

  @media only screen and (max-width: 559px) {
    .FooterUtility {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

  .FooterUtility li {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .FooterUtility li:hover, .FooterUtility li:focus {
    cursor: pointer;
    opacity: .8;
  }

  @media print, screen and (min-width: 560px) {
    .FooterUtility li {
      margin: 0 20px;
    }
  }

  @media only screen and (max-width: 559px) {
    .FooterUtility li:not(:first-child) {
      margin-top: 12px;
    }
  }

  .FooterUtility span {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .03em;
  }

  .FooterSns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 34px;
    list-style-type: none;
  }

  .FooterSns li {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .FooterSns li:not(:first-child) {
    margin-left: 15px;
  }

  .FooterSns li:not(:last-child) {
    margin-right: 15px;
  }

  .FooterSns li:hover, .FooterSns li:focus {
    cursor: pointer;
    opacity: .8;
  }

  .FooterSitebrand {
    padding-top: 44px;
  }

  @media only screen and (min-width: 560px) and (max-width: 959px) {
    .FooterSitebrand {
      padding-top: 46px;
    }
  }

  @media only screen and (max-width: 559px) {
    .FooterSitebrand {
      padding-top: 28px;
    }
  }

  .FooterSitebrand__logo {
    font-size: 22px;
    line-height: 1.4;
  }

  .FooterSitebrand__copylight {
    margin-top: 2px;
  }

  .FooterSitebrand__copylight .FooterSitebrand__copylightText {
    font-size: 12px;
    line-height: 1.7;
  }

  .FooterSitebrand__copylight .Js-CopylightYear {
    display: inline-block;
    min-width: 25px;
  }


  /* add 2020renewal Icon style
  --------------------------------------------------------- */
  .IconBlank,
  .IconPdf,
  .IconZip,
  .IconExcel,
  .IconModal,
  .IconCorporationLogo,
  .IconCorporationLogoCOJP,
  .IconGnetwork,
  .IconBackArrow,
  .IconFooterFacebook,
  .IconFooterYouTube,
  .IconFooterLinkedIn,
  .IconLogoFacebook,
  .IconLogoTwitter,
  .IconLogoInstagram,
  .IconLogoYoutube,
  .IconLogoLinkedIn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    line-height: 1;
  }

  .IconCorporationLogo {
    width: 190px;
    height: 42px;
    background: url(/assets/images/icons/logo_kubota.svg) 0 0 no-repeat;
  }

  @media only screen and (max-width: 959px) {
    .IconCorporationLogo {
      width: 160px;
      height: 35px;
    }
  }

  .IconGnetwork {
    width: 22px;
    height: 22px;
    background: url(/assets/images/icons/header_gnetwork.svg) 0 0 no-repeat;
  }

  .IconFooterFacebook {
    width: 36px;
    height: 37px;
    background: url(/assets/images/icons/facebook_footer.svg) 0 0 no-repeat;
  }

  .IconFooterLinkedIn {
    width: 46px;
    height: 38px;
    margin-top: 2px;
    background: url(/assets/images/icons/linkedIn_footer.svg) 0 0 no-repeat;
  }

  .IconFooterYouTube {
    width: 42px;
    height: 30px;
    margin-top: 2px;
    background: url(/assets/images/icons/youtube_footer.svg) 0 0 no-repeat;
  }

  .FooterSns li a::after {
    display: none!important;
  }

  /* ===== ScrollToTop ===== */
  .ScrollToTop {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    position: fixed;
    right: 30px;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background-color: #339d9e;
    z-index: 99;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  @media only screen and (max-width: 559px) {
    .ScrollToTop {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }
  }

  .ScrollToTop.-stop:hover, .ScrollToTop.-stop:focus, .ScrollToTop.-fadeIn:hover, .ScrollToTop.-fadeIn:focus {
    cursor: pointer;
    opacity: .8;
  }

  .ScrollToTop.-stop {
    /*position: absolute;
    top: -100px;*/
  }

  @media only screen and (max-width: 559px) {
    .ScrollToTop.-stop {
      /*top: -70px;*/
    }
  }

  .ScrollToTop .ScrollToTop__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }

  .ScrollToTop__icon {
    display: inline-block;
    width: 17px;
    height: 12px;
    background: url(/assets/images/icons/arrow_pagetop.svg) 0 0 no-repeat;
  }

  @media only screen and (max-width: 559px) {
    .ScrollToTop__icon {
      width: 9px;
      height: 7px;
    }
  }