@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;
    height: 100%;
/*    line-height: 1.7; no use? */
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
    font-size: 1em;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}

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

a:visited {
  color: #471f99;
}

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

a:active {
  color: #008486;
}
span.viewarea {
    display: inline-block;
    margin-right: 10px;
}

img {
  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;
}

address {
  font-style: normal;
}


/* mixin
--------------------------------------------------------- */
/* wrap
--------------------------------------------------------- */
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  border-top: 6px solid #00a8a9;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {

/* .onlyPC, */
table[width="528"] tr td.onlyPC{
    display: block !important;
}
.onlySP{
    display: none !important;
}
  #wrap {
    min-width: 1000px;
  }


  /* 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) {

.onlyPC,
table[width="528"] tr td.onlyPC{
    display: none !important;
    }
.onlySP{
    display: none !important;
}
  .site__Inner {
    padding: 0 15px;
  }

}

/*-- //smartPhone --*/

/* gHeader
--------------------------------------------------------- */
#gHeader {
  background: #ffffff;
}

/*-- 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;
}

#gHeader ul.list_Link.link--Next > * a[target="_blank"]:not(.js-link--None):after, #gHeader .list_Link.link--Next:not(ul) a[target="_blank"]:not(.js-link--None):after, #gHeader a[target="_blank"]:not(.js-link--None):after, #gHeader a[target="_blank"]:not(.icon--Modal):after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
    background: url(../img/icon/icon_link_blank.png) no-repeat 100% 20%;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  #gHeader {
    border-bottom: 3px solid #dedede;
  }
  .gHeader-Top {
    height: 80px;
  }
  .gHeader-Top .site__Inner {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .hMenu--pc {
    border-top: 1px solid #dedede;
  }
  /*-- 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;
  }
  /*-- 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-top: 2px;
    padding-left: 26px;
    font-size: 87.5%;
  }
  .gHeader-Utility--pc .btn_Network a {
    display: block;
    vertical-align: middle;
    color: #666666;
  }
  .gHeader-Utility--pc .btn_Network a:hover {
    color: #008486;
    text-decoration: none;
  }
  .gHeader-Utility--pc .btn_Search {
    display: table-cell;
    vertical-align: middle;
    padding-left: 26px;
  }
  .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(/shared/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(/shared/img/icon/btn_site_search_close.png) no-repeat 0 0;
  }
  .gHeader-Utility--pc .btn_Search a:hover {
    opacity: 0.7;
  }
  /*-- hMenu(pc) --*/
  .hMenu_Content--pc {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    border-bottom: 3px solid #00a8a9;
    background: #ffffff;
  }
  .hMenu_Content--pc a {
    text-decoration: none;
    color: #333333;
    font-size: 1.125rem;
    font-weight: normal;
  }
  .hMenu_Content--pc a:hover {
    color: #008486;
  }
  .hMenu_Content--pc li {
    display: inline-block;
    margin-right: 126px;
    font-size: 0.9375rem;
  }
  .hMenu_Content--pc.open {
    display: block;
    height: auto;
  }
  .hMenu_Toggle--pc {
    position: relative;
  }
  .hMenu_Toggle--pc span {
    padding-right: 20px;
    background: url(/shared/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.open {
    color: #008486;
  }
  .hMenu_Toggle--pc.open:after {
    content: "";
    display: block;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #00a8a9;
  }
  .hMenu_Toggle--pc.open span {
    background: url(/shared/img/icon/icon_arrow_up.png) no-repeat 100% 50%;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
  }
  .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;
  }
  #megaMenu_Overlay {
    display: none;
    position: fixed;
    top: 283px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  #megaMenu_Overlay.open {
    display: block;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 767px) {

    table[width="528"] tr td[align="right"] a[href="index.html#top"] img,
    table[width="528"] tr td[align="right"] a[href="#top"] img{
        width: auto !important;
    }
  input.siteSearch_Input {
    width: 90%;
    font-size: 1.125rem;
  }
  #gHeader {
    border-bottom: 3px solid #dedede;
  }
  /*-- gHeader_Top --*/
  .gHeader-Top {
    padding: 21px 0;
  }
  .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;
    /* display: none; */
  }
  #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.close {
    width: 22px;
    height: 22px;
  }
  #hMenu_Toggle--smp #icon.close #icon_Inner, #hMenu_Toggle--smp #icon.close #icon_Inner:before, #hMenu_Toggle--smp #icon.close #icon_Inner:after {
    width: 24px;
  }
  #hMenu_Toggle--smp #icon.close #icon_Inner {
    left: 0;
    background: transparent;
  }
  #hMenu_Toggle--smp #icon.close #icon_Inner:before,
  #hMenu_Toggle--smp #icon.close #icon_Inner:after {
    margin-top: -2px;
  }
  #hMenu_Toggle--smp #icon.close #icon_Inner:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #hMenu_Toggle--smp #icon.close #icon_Inner:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /*-- hMenu(smp) --*/
  .hMenu--smp {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;
    padding: 0;
    z-index: 9999;
    border-bottom: 3px solid #00a8a9;
    background: #ffffff;
  }
  .hMenu--smp.open {
    display: block;
  }
  .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: 1rem;
    font-weight: bold;
  }
  .hMenu--smp .gNav > li > a.current {
    color: #008486;
  }
  .hMenu--smp .gNav .gNav_Layer2 li:nth-last-of-type(1) a {
    padding: 6px 30px 10px;
  }
  .hMenu--smp .gNav .gNav_Layer2 a {
    padding: 6px 30px;
    font-size: 1rem;
  }
  .hMenu--smp .gNav .gNav_Layer2 li{
    border-bottom: 1px solid #dedede;
    padding: 0;
    cursor: pointer;
  }
  .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 {
    border-bottom: 1px solid #dedede;
  }
  .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(/shared/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 {
    padding: 17px 18px;
  }
  #hMenu_Content_search--smp .siteSearch_Input {
    width: 90%;
    font-size: 1.125rem;
  }
}

/*-- //smartPhone --*/
/* form
--------------------------------------------------------- */
/*-- siteSearch_Wrap --*/
.siteSearch_Wrap {
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-bottom: 4px solid #00a8a9;
}

.siteSearch_Wrap .siteSearch_Inner {
  margin: 0 0 8px 0;
  border-left: 1px solid #00a8a9;
  background: #ffffff;
}

/*-- 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;
  vertical-align: middle;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  border: none;
}

/*-- 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;
  }
}


/* 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;
  }
}

/*-- //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;
}

.block_Relation .media .media_Body .heading_Link--isMedium {
  margin-top: 0;
}

/*-- heading_Relation --*/
.heading_Relation {
  margin: 0 0 18px 0;
  padding: 0 0 8px 0;
  line-height: 1.3;
  font-size: 1.625rem;
  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 68px 13px 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 {
    position: relative;
    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;
    position: absolute;
    top: 14px;
    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: 37px 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.625rem;
    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.375rem;
  }
  /*-- 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.375rem;
  }
}

/*-- //smartPhone --*/

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



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

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

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

/*-- gFooter-Bottom --*/
/*-- 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 {
    padding-right: 28px;
    letter-spacing: -.4em;
  }
  .gfNav ul li {
    display: inline-block;
    letter-spacing: normal;
    width: 25%;
    margin-bottom: 9px;
  }
  /*-- gFooter-Bottom --*/
  .gFooter-Bottom {
    display: table;
    width: 100%;
    padding: 19px 0 15px;
  }
  .gFooter-Bottom .gFooter-Utility {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  .gFooter-Bottom .gFooter-Utility li {
    display: inline-block;
    margin-right: 20px;
    font-size: 0.75rem;
  }
  .gFooter-Bottom .gFooter-Info {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: right;
  }
  .gFooter-Bottom .gFooter-Info .logo_Co {
    margin-bottom: 4px;
  }
  .gFooter-Bottom .gFooter-Info .copyright {
    margin: 0;
  }
  .gFooter-Bottom .gFooter-Info .copyright small {
    font-size: 0.75rem;
  }
  .gFooter-Bottom .logo_Co img {
    width: 118px;
    height: auto;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 767px) {

/* gFooter
--------------------------------------------------------- */
  #gFooter {
    position: inherit;
  }
  .gfNav {
    display: none;
  }
  .gFooter-Utility {
    padding: 22px 0 24px;
    text-align: center;
    border-bottom: 1px solid #35babb;
  }
  .gFooter-Utility li {
    margin: 10px 0 0 0;
    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;
    font-size: 0.875rem;
  }
  .gFooter-Utility li:first-child {
    margin: 0;
  }
  .gFooter-Info {
    padding: 16px 0 14px;
    text-align: center;
  }
  .gFooter-Info .copyright small {
    font-size: 0.6875rem;
  }
  .logo_Co img {
    width: 118px;
    height: auto;
  }
  .logo_Co,
  .copyright {
    margin: 0;
  }
}

/*-- //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;
}




/*-- #tabarea --*/
/*-- pc --*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

    #sidearea{
        position: fixed;
        top: 16%;
        left: 1%;
        width: 13%;
    }
    #tabarea{
    	position: fixed;
    	top: 18%;
    	left: 1%;
    	width: 13%;
    }
    #tabarea div {
    	/* margin: 5em auto 2.5em; */
    	font-family: 'Open Sans', sans-serif;
    	font-weight: 400;
    }
    #tabarea div:first-child {
        margin-top: 2em;
        background: #fff;
        border: 1px solid #999999;
        padding: 15px 20px;
        border-radius: 10px;
        width: 90%;
    }
    #tabarea .tagcloud04 h3{
        margin: 0 0 1em;
        font-size: 14px;
    }

    .tagcloud04 ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    }
    .tagcloud04 ul li {
    	position: relative;
    	display: block;
    	margin: 0 .15em;
    	padding: 0;
    }
    .tagcloud04 ul li a {
    	position: relative;
    	display: block;
    	max-width: 100%;
    	height: 25px;
    	line-height: 25px;
    	padding: 0 1em;
    	/* background: #fff;
    	border: 1px solid #aaa;
    	border-radius: 3px; */
    	word-wrap: normal;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	color: #333;
    	font-size: 12px;
    	text-decoration: underline;
    	-webkit-transition: .2s;
    	transition: .2s;
    }
    .tagcloud04 ul li span {
    	position: absolute;
    	top: 0;
    	right: -10px;
    	z-index: 2;
    	width: 25px;
    	height: 25px;
    	line-height: 25px;
    	background-color: #3498db;
    	border: 1px solid #3498db;
    	border-radius: 100%;
    	color: #fff;
    	font-size: 12px;
    	text-align: center;
    	opacity: 0;
    	-webkit-transition: .2s;
    	transition: .2s;
    	-webkit-transform: scale(.4);
    	transform: scale(.4);
    }
    /* .tagcloud04 ul li span::after {
    	position: absolute;
    	top: 50%;
    	left: -8px;
    	content: '';
    	width: 0;
    	height: 0;
    	margin-top: -7px;
    	border-color: transparent #3498db transparent transparent;
    	border-style: solid;
    	border-width: 7px 14px 7px 0;
    } */
    .tagcloud04 ul li a:hover {
    	/* border: 1px solid #3498db; */
    	color: #3498db;
    }
    .tagcloud04 ul li:hover span {
    	right: -26px;
    	opacity: 1;
    	-webkit-transform: scale(1);
    	transform: scale(1);
    }

/* 製品紹介 */

td[width="53"] span{
  display: inherit;
  font-size: 10px;
}


@media print, screen and (max-width: 767px) {
    #wrap{
        width: 100% !important;
        overflow-x: hidden;
    }
    #sidearea{
        position:inherit !important;
        width: 100%;
    }
    #tabarea{
        position:inherit !important;
        width: 100%;
    }
    /* table,tbody,td{
        display: block;
        width: 100% !important;
        box-sizing:border-box !important;
    } */
    table[width="140"],
    table[width="140"] td{
        width: 100% !important;
    }

    table[width="326"]{
        display: block !important;
        width: 100% !important;
    }

    table[width="496"] table[bgcolor="#999999"]{
        background: #fff;
    }
    table[width="496"] table[bgcolor="#999999"] table{
        display: table !important;
        table-layout: fixed;
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #999;
        word-wrap: break-word;

    }
    table[width="496"] table[bgcolor="#999999"] table tr{
        border-bottom: 1px solid #999;
        display: table-row !important;
        width: 100%;
    }
    table[width="496"] table[bgcolor="#999999"] table td{
        display: table-cell !important;
        border-right: 1px solid #999;
    }

    table[width="496"] td.spcenter{
        width: 100%;
        text-align: center;
    }

    table[width="498"] td{
        width: 100%;
    }
    table[width="498"] table[background] td:nth-of-type(1){
        width: 23%;
        display: inline-block;
        padding-left: 2%;
    }
    table[width="498"] table[background] td:nth-of-type(2){
        width: 70%;
        display: inline-block;
    }
    /* table[width="498"] td img{
        width: 80%;
        height: auto;

    } */
    table[width="528"]{
        width: 100% !important;
    }
    table[width="528"] tr{
        display: inline-block !important;
        width: 100% !important;
    }
    table[width="528"] tr td{
        display: inline-block !important;
        width: 100% !important;
        text-align: center;
    }
    table[width="528"] tr td[width="160"] img,
    table[width="528"] tr td[align="right"] img{
        width: 95% !important;
        height: auto;
    }
    table[width="528"] tr td[align="right"].default a img{
        width: auto !important;
        height: auto !important;
    }
    table[width="528"] tr td[align="right"] a{
        text-align: right !important;
    }

    table[width="528"] div.category-title{
        height: 30px;
    }
    table[width="668"]{
        display: block !important;
        width: 100% !important;
    }
    table[width="668"] td{
        display: inline-block !important;
        width: 100% !important;
        box-sizing:border-box !important;
    }
    table[width="668"] tbody{
        display: block !important;
    }
    table[width="724"]{
        display: block !important;
        width: 100% !important;
        height: auto !important;
        border-collapse: separate;
        padding: 0 .4em !important;
    }

    table[width="724"] td[background="../shared/img/menu_img/menu_back.gif"],
    table[width="724"] td[background="../../shared/img/menu_img/menu_back.gif"]{
        background: #fff !important;
    }
    table[width="528"] tr td[align="right"] img[name="b_top"] {
    width: auto !important;
    }

    /* 製品紹介 */
    td[width="274"] {
    width: 70%;
    }
    td[width="53"] {
    width: 28%;
    }

    table,tbody,tr,th,td{
        display:block;
        max-width:100%;
        float:none;
        position: static;
        box-sizing:border-box;
        font-size: 1em !important;
    }

    table {
       display: block !important;
       border: none;
    }
    table tr {
       display: inline !important;
    }
    table td {
       display: inline-block !important;
       margin-bottom: 8px;
    }
    table td img{
        max-width: 100% !important;
    }
    .normal {
    font-size: 14px;
    line-height: 1.5em;
    }
    div.newsTable{
        width: 100%;
    }
    div.newsTable td.newsList ul{
        padding-left: 0;
    }
    div.newsTable th.categoryTitle {
        width: 70%;
        display: inline-block;
    }

    div.newsTable th.goDetail {
        display: inline-block;
        width: 25%;
    }

    div.newsTable tr{
        display: block !important;
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
        font-size: .8em !important;
    }

    table[width="724"] table[width="668"] .row01 th{
        width: 13%;
    }
    table[width="724"] table[width="668"] .row01 td{
        text-align: center;
        border: 1px solid #666;
    }
    table[width="724"] table[width="668"] .row01 td:first-child{
        text-align: left;
    }

    table[width="724"] table[width="668"] .row01{
      display: block !important;
      width: 100% !important;
      margin: 0 !important;
      padding: 0 1px;
      border-collapse: collapse !important;
    }
    table[width="724"] table[width="668"] .row01 thead{
      display: block !important;
      float: left !important;
      overflow-x:scroll !important;
    }
    table[width="724"] table[width="668"] .row01 tbody{
      display: block !important;
      width: auto !important;
      overflow-x: auto !important;
      white-space: nowrap !important;
    }
    table[width="724"] table[width="668"] .row01 th{
      display: block !important;
      width:auto !important;
    }
    table[width="724"] table[width="668"] .td_n tbody tr{
      display: inline-block !important;
      margin: 0 -3px !important;
    }
    table[width="724"] table[width="668"] .row01 td{
      display: block !important;
      padding: 6px;
      font-size: 12px !important;
      white-space: nowrap;
    }

    /* 詳細ページ用 */

    .td_n tr {
    width: 100%;

    }

    .td_n tr td{
        border-bottom: dashed 1px #333;
        padding: 6px;
      word-wrap:break-word;
    }

}

@media screen and (max-width: 767px) {
  table td {
    background: #fff;
  }
}
