@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  background-color: #fff !important;
  font-size: 62.5%;
  overflow-y: auto;
}

/* ___________________Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana;
}

/* ___________________Link */
a {
  color: #000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

body {
  background-color: #fff !important;
  text-align: inherit !important;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .sp {
    display: none;
  }

  html, body {
    min-width: 1400px;
    overflow-y: scroll;
  }

  #wrapper {
    padding-top: 60px;
  }

  .common_inner {
    width: 1100px;
    margin: 0 auto;
  }

  .common_btn {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    background-color: #333;
  }
  .common_btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #fff;
  }
  .common_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    margin: auto 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }

  a.common_btn:hover {
    opacity: .8;
    text-decoration: none;
  }
  a.common_btn:hover:after {
    right: 16px;
  }

  .btn_blue:before {
    background-color: #00b3cd;
  }
  .btn_blue:after {
    background-color: #00b3cd;
  }

  .btn_light_blue:before {
    background-color: #67bdc9;
  }
  .btn_light_blue:after {
    background-color: #67bdc9;
  }

  .btn_orange:before {
    background-color: #ffa134;
  }
  .btn_orange:after {
    background-color: #ffa134;
  }

  .btn_light_orange:before {
    background-color: #f8c357;
  }
  .btn_light_orange:after {
    background-color: #f8c357;
  }

  .btn_pink:before {
    background-color: #fa9fa3;
  }
  .btn_pink:after {
    background-color: #fa9fa3;
  }

  .btn_green:before {
    background-color: #b7c245;
  }
  .btn_green:after {
    background-color: #b7c245;
  }

  .btn_light_green:before {
    background-color: #38cd9f;
  }
  .btn_light_green:after {
    background-color: #38cd9f;
  }

  .common_note {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  /* ___________________Layout */
  #bc {
    margin: 13px 0 8px;
  }
  #bc ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #bc ol li {
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #00b3cd;
    margin-right: 26px;
  }
  #bc ol li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -21px;
    margin: auto 0;
    content: '>>';
    display: inline-block;
    font-size: 1.0rem;
    color: #00b3cd;
  }
  #bc ol li:last-child {
    margin-right: 0;
  }
  #bc ol li:last-child:after {
    display: none;
  }
  #bc ol li a {
    display: inline-block;
    color: #666;
  }
  #bc ol li a:hover {
    text-decoration: underline;
  }
  #bc ol li.news a {
    color: #00b3cd;
  }

  /* ___________________header */
  #header {
    width: 100%;
    height: 60px;
    min-width: 1200px;
    padding: 0 0 0 20px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #header .header_inner {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #logo {
    width: 325px;
    height: 46px;
    margin-left: 20px;
    margin-right: 15px;
  }
  #header #logo a {
    display: block;
  }
  #header .gnav_area {
    width: 820px;
    height: 60px;
  }
  #header .gnav_area .list {
    width: 825px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .gnav_area .list > li {
    margin-right: 25px;
    padding: 23px 0 22px;
  }
  #header .gnav_area .list > li:last-child {
    margin-right: 0;
  }
  #header .gnav_area .list > li > a {
    display: block;
    color: #666;
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #header .gnav_area .list > li > a:hover {
    color: #00b3cd;
    text-decoration: none;
  }
  #header .gnav_area .list > li.language {
    width: 40px;
    height: 24px;
    padding-top: 19px;
  }
  #header .gnav_area .list > li.language a {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    line-height: 24px;
    border-radius: 12px;
    background-color: #00b3cd;
  }
  #header .gnav_area .list > li.language a:hover {
    opacity: .9;
  }
  #header .gnav_area .list > li.language.first_lang {
    margin-right: 15px;
  }
  #header .gnav_area .list > li.language.second_lang {
    margin-right: 20px;
  }
  #header .gnav_area .list > li.contact {
    width: 160px;
    height: 60px;
    padding-top: 0;
  }
  #header .gnav_area .list > li.contact a {
    width: 160px;
    height: 60px;
    display: block;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    background-color: #ffa134;
    padding: 15px 15px 15px 50px;
  }
  #header .gnav_area .list > li.contact a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #header .gnav_area .list > li.contact a:before {
    content: '';
    display: block;
    background: url("../images/common/header_mail.png") center 0/100% no-repeat;
    width: 27px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0;
  }
  #header .gnav_area .list .product {
    position: relative;
  }
  #header .gnav_area .list .product:hover {
    background: url("../images/common/gnav_hover.png") center bottom no-repeat;
    background-size: 16px 11px;
  }
  #header .gnav_area .list .product:hover:before {
    display: block;
  }
  #header .gnav_area .list .product:hover .product_item {
    display: block;
  }
  #header .gnav_area .list .product:before {
    content: '';
    display: none;
    width: 100%;
    height: 40px;
    background-color: #333;
    position: fixed;
    top: 60px;
    left: 0;
  }
  #header .gnav_area .list .product .product_item {
    width: 550px;
    padding: 14px 0 13px 0;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 60px;
    left: -205px;
    z-index: 100;
    background-color: #333333;
  }
  #header .gnav_area .list .product .product_item li {
    display: inline-block;
    margin-right: 20px;
  }
  #header .gnav_area .list .product .product_item li:last-child {
    margin-right: 0;
  }
  #header .gnav_area .list .product .product_item li a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
  }
  #header .gnav_area .list .product .product_item li a:hover {
    color: #00b3cd;
    text-decoration: none;
  }

  /* ___________________global navigation */
  /* ___________________footer */
  #footer {
    width: 100%;
  }
  #footer .footer_inner {
    width: 1100px;
    margin: 0 auto;
  }
  #footer #contact {
    background-color: #333;
    padding: 30px 0;
  }
  #footer #contact .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer #contact .title_wrap {
    position: relative;
    width: 260px;
    height: 260px;
    border: 10px solid #ffa134;
    border-radius: 50%;
    text-align: center;
    padding-top: 90px;
  }
  #footer #contact .title_wrap h5 {
    color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #footer #contact .title_wrap .title_eng {
    font-size: 1.8rem;
    font-weight: bold;
    font-style: italic;
    color: #fff;
  }
  #footer #contact .title_wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: -127px;
    width: 121px;
    height: 93px;
    background: url("../images/common/f_contact_icon.png") center 0/100% no-repeat;
  }
  #footer #contact .mail_area {
    position: relative;
    width: 685px;
  }
  #footer #contact .mail_area:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 105px;
    height: 103px;
    background: url("../images/common/f_mail_icon.png") center 0/100% no-repeat;
    z-index: 1;
  }
  #footer #contact .mail_area a {
    position: relative;
    height: 103px;
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 103px;
    background-color: #ffa134;
    border-radius: 50px 0 0 50px;
  }
  #footer #contact .mail_area a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #fff;
  }
  #footer #contact .mail_area a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    margin: auto 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #ffa134;
    border-right: 1px solid #ffa134;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  #footer #contact .mail_area a:hover {
    text-decoration: none;
    opacity: 0.8;
    background-color: #ffa134;
  }
  #footer #contact .mail_area a:hover:after {
    right: 18px;
  }
  #footer #contact .mail_area a.sp {
    display: none;
  }
  #footer #footer_nav01 {
    background-color: #f6f6f6;
    padding: 45px 0 50px;
  }
  #footer #footer_nav01 .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer #footer_nav01 .row > li {
    margin-bottom: 15px;
  }
  #footer #footer_nav01 .row > li a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #00b3cd;
  }
  #footer #footer_nav01 .row > li a:hover {
    text-decoration: underline;
  }
  #footer #footer_nav01 .row > li > ul {
    padding-left: 5px;
    margin-top: 10px;
  }
  #footer #footer_nav01 .row > li > ul li {
    margin-bottom: 10px;
  }
  #footer #footer_nav01 .row > li > ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #00b3cd;
    border-right: 1px solid #00b3cd;
    background-color: #f6f6f6;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 5px;
    margin-bottom: 2px;
  }
  #footer #footer_nav01 .row > li > ul li a {
    color: #666;
    font-size: 1.4rem;
    font-weight: normal;
  }
  #footer #footer_nav01 .row01 {
    width: 230px;
  }
  #footer #footer_nav01 .row02 {
    width: 310px;
  }
  #footer #footer_nav01 .row03 {
    width: 345px;
  }
  #footer #footer_nav02 .wrap {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer #footer_nav02 .wrap .link_area {
    width: 300px;
  }
  #footer #footer_nav02 .wrap .link_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer #footer_nav02 .wrap .link_area ul li a {
    font-size: 1.3rem;
    color: #00b3cd;
  }
  #footer #footer_nav02 .wrap .link_area ul li a:hover {
    text-decoration: underline;
  }
  #footer #footer_nav02 .wrap .link_area ul li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url("../images/common/f_nav02_icon.png") center 0/100% no-repeat;
    margin-right: 5px;
  }
  #footer #footer_nav02 .wrap .logo_area {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer #footer_nav02 .wrap .logo_area a img {
    display: block;
    width: 100%;
  }
  #footer #footer_nav02 .wrap .logo_area .chem {
    width: 193px;
    height: auto;
  }
  #footer #footer_nav02 .wrap .logo_area .nagase {
    width: 112px;
    height: auto;
  }
  #footer #footer_nav04 {
    background-color: #f2f2f2;
  }
  #footer #footer_nav04 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    padding: 50px 0 50px 0;
  }
  #footer #footer_nav04 .logo_area {
    width: 145px;
  }
  #footer #footer_nav04 .logo_anchor {
    display: inline-block;
    width: 100%;
  }
  #footer #footer_nav04 .logo_image_inner {
    display: block;
    width: 100%;
  }
  #footer #footer_nav04 .logo_image {
    display: block;
    width: 100%;
  }
  #footer #footer_nav04 .link_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5px 0 0 0;
  }
  #footer #footer_nav04 .link_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 10px 15px;
  }
  #footer #footer_nav04 .link_inner.link_inner_end {
    padding: 30px 0 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #footer #footer_nav04 .link_item {
    position: relative;
    padding: 0 15px 0 0;
  }
  #footer #footer_nav04 .link_item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    width: 1px;
    height: 12px;
    background-color: #989898;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  #footer #footer_nav04 .link_item:last-child {
    padding: 0 0 0 0;
  }
  #footer #footer_nav04 .link_item:last-child::after {
    display: none;
  }
  #footer #footer_nav04 .link_item_anchor:hover {
    text-decoration: underline;
  }
  #footer #footer_nav04 .link_item_anchor_txt {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.05em;
  }
  #footer #footer_nav04 .link_item_anchor_txt.link_item_anchor_txt_strong {
    font-weight: 700;
  }
  #footer #footer_nav03 {
    background-color: #00b3cd;
    height: 33px;
  }
  #footer #footer_nav03 small {
    display: block;
    font-size: 1.0rem;
    text-align: center;
    line-height: 33px;
    color: #fff;
  }

  /* ___________________content */
  .wp_content {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.95;
    border-bottom: 1px solid #00b3cd;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .wp_content h1, .wp_content h2, .wp_content h3 {
    font-size: 2.0rem;
    font-weight: bold;
    border-left: 10px solid #00b3cd;
    background-color: #444;
    color: #fff;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .wp_content h1 a, .wp_content h2 a, .wp_content h3 a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
  }
  .wp_content h1 a:hover, .wp_content h2 a:hover, .wp_content h3 a:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .wp_content h1.another, .wp_content h2.another, .wp_content h3.another {
    background-color: transparent;
    color: #666;
  }
  .wp_content h4 {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px solid #00b3cd;
    letter-spacing: 1.1px;
    margin-bottom: 30px;
    color: #666;
  }
  .wp_content h4 a {
    font-weight: bold;
    text-decoration: none;
  }
  .wp_content h4 a:hover {
    text-decoration: underline;
  }
  .wp_content h5, .wp_content h6 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #666;
  }
  .wp_content p {
    color: #666;
    padding-bottom: 30px;
  }
  .wp_content a {
    color: #00b3cd;
    text-decoration: underline;
  }
  .wp_content a:hover {
    text-decoration: none;
  }
  .wp_content img {
    max-width: 100%;
    margin-bottom: 70px;
  }
  .wp_content b, .wp_content strong {
    font-weight: bold;
  }
  .wp_content i {
    font-style: italic;
  }
  .wp_content iframe {
    display: block;
    width: 100%;
    height: 460px;
    margin: 0 auto 30px;
  }
  .wp_content ul {
    margin-bottom: 20px;
  }
  .wp_content ul li {
    padding: 5px 2px;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.5;
  }
  .wp_content ul li:before {
    content: '●';
    display: inline-block;
    color: #00b3cd;
    margin-right: 4px;
    font-size: 1.0rem;
    vertical-align: middle;
    margin-bottom: 1px;
  }
  .wp_content ol {
    margin-left: 22px;
    margin-bottom: 20px;
  }
  .wp_content ol li {
    padding: 5px 10px;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.5;
  }
  .wp_content .aligncenter, .wp_content .alignnone {
    display: block;
    height: auto;
    margin: 0 auto 20px;
  }
  .wp_content .alignright {
    display: block;
    float: right;
    margin-left: 45px;
  }
  .wp_content .alignleft {
    display: block;
    float: left;
    margin-right: 45px;
  }
  .wp_content blockquote {
    font-style: italic;
    position: relative;
    padding: 25px 35px 25px 65px;
    background: #f1f1f1;
    margin-bottom: 30px;
  }
  .wp_content blockquote:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 25px;
    vertical-align: middle;
    background: url("../images/common/blockquote.png") center 0/100% no-repeat;
    width: 32px;
    height: 25px;
  }
  .wp_content blockquote p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #666;
    padding-bottom: 0;
  }
  .wp_content table {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
  .wp_content table tr:first-of-type td {
    border-top: 1px solid #e7e7e7;
  }
  .wp_content table tr th {
    padding: 15px 20px;
    font-weight: bold;
    line-height: 1.7;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5;
  }
  .wp_content table tr td {
    padding: 15px 20px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
  }
  .wp_content sup {
    font-size: 70%;
    vertical-align: super;
  }
  .wp_content sub {
    font-size: 70%;
    vertical-align: sub;
  }
  .wp_content .flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .wp_content .flex_container div {
    width: 520px;
  }
  .wp_content .flex_container p {
    width: 520px;
  }
  .wp_content .flex_container ul {
    width: 520px;
  }
  .wp_content .flex_container img {
    width: 560px;
  }
  .wp_content .flex_container_img_short p {
    width: auto;
  }
  .wp_content .flex_container_img_short img {
    width: auto;
    max-width: 300px;
    margin-left: 50px;
  }
  .wp_content .flex_container_jcsb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wp_content .flex_container_jcsb img {
    max-width: 200px;
    margin-bottom: 0;
  }
  .wp_content .structural_formula {
    text-align: center;
    margin-bottom: 70px;
  }
  .wp_content .structural_formula img {
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 0;
  }
  .wp_content .image_caption {
    text-align: center;
    margin-bottom: 70px;
  }
  .wp_content .image_caption a:hover img {
    opacity: .7;
  }
  .wp_content .image_caption img {
    display: inline-block;
    margin-bottom: 10px;
  }
  .wp_content .image_caption figcaption {
    text-align: center;
    font-size: 1.4rem;
  }
  .wp_content .learn_more {
    text-align: center;
    margin-bottom: 40px;
  }
  .wp_content .learn_more a {
    margin: 0 auto;
    display: inline-block;
    min-width: 300px;
    color: #444;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .07em;
    padding: 16px 20px;
    border: 1px solid #444;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
    text-decoration: none;
  }
  .wp_content .learn_more a:hover {
    opacity: .8;
    color: #fff;
    background-color: #444;
  }
  .wp_content .table_wrap .column_table {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
  .wp_content .table_wrap .column_table tr:first-of-type td {
    border-top: 1px solid #e7e7e7;
  }
  .wp_content .table_wrap .column_table tr th {
    width: calc(100% / 6);
    padding: 15px 20px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
    border: 1px solid #e7e7e7;
    background-color: #00b3cd;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
  }
  .wp_content .table_wrap .column_table tr td {
    width: calc(100% / 6);
    padding: 15px 20px;
    font-size: 1.4rem;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    text-align: center;
    vertical-align: middle;
  }
  .wp_content .table_wrap .green_table {
    width: 100%;
  }
  .wp_content .table_wrap .green_table tr th, .wp_content .table_wrap .green_table tr td {
    width: calc(100% / 7);
  }
  .wp_content .table_note {
    font-size: 1.4rem;
    margin-top: -20px;
  }
  .wp_content .refer:hover {
    text-decoration: none;
  }
  .wp_content .index_list {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 70px;
  }
  .wp_content .index_target {
    padding-top: 70px;
    margin-top: -70px;
  }

  .wp-pagenavi {
    width: 100%;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-pagenavi .page {
    font-size: 1.8rem;
    display: block;
    padding: 11px 0;
    margin: 0 10px;
    width: 40px;
    background: #f6f6ee;
    color: #333;
    border-radius: 5px;
  }
  .wp-pagenavi .page:hover {
    background-color: #00b3cd;
    color: #fff;
    text-decoration: none;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    width: 40px;
    padding: 11px 0;
    margin: 0 10px;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 5px;
    background: #00b3cd;
  }
  .wp-pagenavi .previouspostslink {
    position: relative;
    width: 63px;
    font-size: 1.8rem;
    color: #00b3cd;
    margin-right: 15px;
    background-color: transparent;
    padding-left: 20px;
  }
  .wp-pagenavi .previouspostslink:before {
    content: '<';
    color: #00b3cd;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .wp-pagenavi .previouspostslink:hover:before {
    left: -5px;
  }
  .wp-pagenavi .nextpostslink {
    position: relative;
    width: 68px;
    font-size: 1.8rem;
    color: #00b3cd;
    margin-left: 15px;
    background-color: transparent;
    padding-right: 20px;
  }
  .wp-pagenavi .nextpostslink:after {
    position: absolute;
    top: 10px;
    right: 0;
    content: '>';
    color: #00b3cd;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .wp-pagenavi .nextpostslink:hover:after {
    right: -5px;
  }

  #contact_fixed {
    position: fixed;
    bottom: 0;
    left: 150px;
    width: 1100px;
    height: 115px;
    background-color: #f1f1f1;
    padding: 17px 20px 15px;
    z-index: 100;
    -webkit-transition: all linear 150ms;
    transition: all linear 150ms;
    -webkit-transform: translate(0, 115px);
        -ms-transform: translate(0, 115px);
            transform: translate(0, 115px);
    overflow-y: auto;
  }
  #contact_fixed .desc {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 8px;
  }
  #contact_fixed .desc .orange {
    color: #ffa134;
  }
  #contact_fixed .desc .blue {
    color: #00b3cd;
  }
  #contact_fixed .desc .strong {
    font-weight: bold;
  }
  #contact_fixed .contact_btn {
    width: 375px;
    height: 60px;
    margin: 0 auto;
  }
  #contact_fixed .contact_btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 23px;
    background-color: #ffa134;
  }
  #contact_fixed .contact_btn a:hover {
    opacity: .8;
  }
  #contact_fixed .contact_btn button {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #ffa134;
  }
  #contact_fixed .contact_btn button:hover {
    opacity: .8;
  }
  #contact_fixed.show {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  #modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal .btn {
    background-color: transparent;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: calc(50% - 444px);
    top: -55px;
    right: calc(50% - 444px);
    right: 0;
    border-radius: 50%;
    background-color: #00b3cd;
    cursor: pointer;
  }
  #modal .btn:hover {
    opacity: .8;
  }
  #modal .btn:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal .btn:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal .modal_content_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 800px;
  }
  #modal .modal_content {
    padding: 40px 90px 0 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 800px;
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
    overflow-x: scroll;
  }
  #modal .modal_content .required {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    width: 36px;
    height: 16px;
    text-align: center;
    margin-left: auto;
    border-radius: 3px;
    background-color: #ffa134;
    padding-top: 3px;
  }
  #modal .modal_content #form {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    padding: 40px 90px 45px 70px;
  }
  #modal .modal_content .form_lead {
    font-size: 2.4rem;
    font-weight: bold;
    color: #00b3cd;
    text-align: center;
    margin-bottom: 10px;
  }
  #modal .modal_content .form_desc {
    font-size: 1.4rem;
    color: #00b3cd;
    text-align: center;
    margin-bottom: 20px;
  }
  #modal .modal_content .form_table {
    width: 640px;
  }
  #modal .modal_content .form_table tr {
    padding-bottom: 20px;
  }
  #modal .modal_content .form_table .request_type td {
    padding-top: 8px;
    padding-bottom: 40px;
  }
  #modal .modal_content .form_table th {
    width: 117px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
    line-height: 1.57;
    vertical-align: top;
    padding-right: 18px;
    margin-bottom: 20px;
  }
  #modal .modal_content .form_table th .contact_content_title {
    font-weight: bold;
  }
  #modal .modal_content .form_table td {
    width: 520px;
  }
  #modal .modal_content .form_table .required {
    display: block;
  }
  #modal .modal_content .form_table input[type="text"],
  #modal .modal_content .form_table input[type="tel"],
  #modal .modal_content .form_table textarea {
    width: 100%;
    background-color: #eee;
    font-size: 1.4rem;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 8px 5px;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  #modal .modal_content .form_table input[type="text"],
  #modal .modal_content .form_table input[type="tel"] {
    height: 50px;
  }
  #modal .modal_content .form_table textarea {
    height: 170px;
  }
  #modal .modal_content .form_table .contact_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #modal .modal_content .form_table li {
    position: relative;
    display: inline-block;
    margin-right: 32px;
    font-size: 1.4rem;
  }
  #modal .modal_content .form_table li input[type="radio"] {
    display: none;
  }
  #modal .modal_content .form_table li input[type="radio"]:checked + .request_label:after {
    opacity: 1;
  }
  #modal .modal_content .form_table li .request_label {
    padding-left: 25px;
  }
  #modal .modal_content .form_table li .request_label:before, #modal .modal_content .form_table li .request_label:after {
    position: absolute;
    content: '';
    display: block;
  }
  #modal .modal_content .form_table li .request_label:before {
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
  }
  #modal .modal_content .form_table li .request_label:after {
    top: -5px;
    left: 6px;
    width: 10px;
    height: 16px;
    border-bottom: 3px solid #00b3cd;
    border-right: 3px solid #00b3cd;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  #modal .modal_content .pp_area {
    width: 520px;
    height: 120px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 13px 15px;
    margin-left: auto;
    margin-bottom: 20px;
    overflow-x: scroll;
  }
  #modal .modal_content .pp_area dl {
    margin-bottom: 25px;
  }
  #modal .modal_content .pp_area dl:last-child {
    margin-bottom: 0;
  }
  #modal .modal_content .pp_area dl dt {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #modal .modal_content .pp_area dl dd {
    font-size: 1.2rem;
    line-height: 1.83;
  }
  #modal .modal_content .agree_area {
    text-align: center;
    margin-bottom: 30px;
  }
  #modal .modal_content .agree_area .required {
    position: relative;
    top: -2px;
    margin-right: 8px;
  }
  #modal .modal_content .agree_area input[type="checkbox"] {
    display: none;
  }
  #modal .modal_content .agree_area input[type="checkbox"]:checked + .checkbox:before {
    opacity: 1;
  }
  #modal .modal_content .agree_area .checkbox {
    position: relative;
    font-size: 1.4rem;
  }
  #modal .modal_content .agree_area .checkbox:before {
    position: absolute;
    top: -2px;
    right: -30px;
    width: 17px;
    height: 8px;
    border-left: 3px solid #00b3cd;
    border-bottom: 3px solid #00b3cd;
    content: '';
    opacity: 0;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal .modal_content .agree_area .checkbox:after {
    content: '';
    position: absolute;
    top: -3px;
    right: -28px;
    width: 18px;
    height: 18px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
  }
  #modal .modal_content #submit {
    display: block;
    width: 190px;
    height: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #00b3cd;
  }
  #modal .modal_content #submit:hover {
    opacity: .8;
  }
  #modal .modal_content #submit[disabled] {
    background-color: #ccc;
    cursor: default;
  }
  #modal .modal_content #submit[disabled]:hover {
    opacity: 1;
  }
  #modal #sending_page {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(51, 51, 51, 0.8);
  }
  #modal #sending_page .sending_page_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 800px;
    height: 800px;
  }
  #modal #sending_page .desc {
    position: absolute;
    font-size: 2rem;
    height: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #modal #result {
    display: none;
    margin-top: 25px;
    font-size: 2rem;
    font-weight: bold;
    color: #ffa134;
    text-align: center;
    padding-bottom: 20px;
  }

  #lf_form_div div.message {
    background-color: #fff;
    text-align: center;
  }
  #lf_form_div div.container {
    width: 100%;
    border: none;
  }
  #lf_form_div div.wrapper {
    width: 100%;
  }
  #lf_form_div p.required_msg {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #lf_form_div table.items {
    width: 640px;
    border: none;
  }
  #lf_form_div tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #lf_form_div td {
    padding-bottom: 20px;
  }
  #lf_form_div td input[type="text"] {
    height: 50px;
    background-color: #eee;
    border: none;
    padding: 10px;
    border-radius: 3px;
  }
  #lf_form_div td textarea {
    width: 100%;
    background-color: #eee;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px;
    border-radius: 3px;
  }
  #lf_form_div td .ascii {
    width: 100%;
  }
  #lf_form_div td select {
    width: 289px;
    height: 50px;
    background-color: #eee;
    border: none;
    padding: 10px;
    border-radius: 3px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #lf_form_div td.value {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 485px;
    border-bottom: none;
  }
  #lf_form_div td.label {
    width: 120px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    line-height: 1.3;
    text-align: right;
    background-color: #fff;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 15px;
  }
  #lf_form_div td.label .required {
    float: none;
    display: block;
    margin-top: 5px;
  }
  #lf_form_div td.comment {
    font-size: 85%;
    font-weight: bold;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 120px;
    padding-bottom: 5px !important;
    border: none;
  }
  #lf_form_div div.button_area {
    width: 100%;
    background-color: transparent;
  }
  #lf_form_div #item_0 td.value {
    position: relative;
  }
  #lf_form_div #item_0 td.value::before {
    position: absolute;
    top: 20px;
    left: 266px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    pointer-events: none;
    content: "";
  }
  #lf_form_div #item_1 input[type="text"] {
    width: 120px;
  }
  #lf_form_div #item_1 input[type="text"] + .label_name {
    display: inline-block;
    margin-left: 10px;
  }
  #lf_form_div #item_2 input[type="text"] {
    width: 100%;
  }
  #lf_form_div #item_6 textarea {
    height: 50px;
  }
  #lf_form_div p.label_mail {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #lf_form_div #privacy_policy {
    position: relative;
    background-color: #fff;
    line-height: 1.3;
  }
  #lf_form_div #privacy_policy a {
    color: #00b3cd;
    text-decoration: underline;
  }
  #lf_form_div #privacy_policy a:hover {
    text-decoration: none;
  }
  #lf_form_div #lf_form_submit_button {
    display: block;
    width: 190px;
    height: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #00b3cd;
  }
  #lf_form_div #lf_form_submit_button:hover {
    opacity: .8;
  }
  #lf_form_div #lf_form_submit_button[disabled] {
    background-color: #ccc;
    cursor: default;
  }
  #lf_form_div #lf_form_submit_button[disabled]:hover {
    opacity: 1;
  }

  #frm_formconfirm #item_0 td.value::before {
    display: none;
  }
  #frm_formconfirm td.label {
    padding-top: 0;
  }
  #frm_formconfirm #button_confirm_back {
    display: inline-block;
    width: 190px;
    height: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #eee;
  }
  #frm_formconfirm #button_confirm_back:hover {
    opacity: .8;
  }
  #frm_formconfirm #button_confirm_back[disabled] {
    background-color: #ccc;
    cursor: default;
  }
  #frm_formconfirm #button_confirm_back[disabled]:hover {
    opacity: 1;
  }
  #frm_formconfirm #button_confirm_submit {
    display: inline-block;
    width: 190px;
    height: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #00b3cd;
  }
  #frm_formconfirm #button_confirm_submit:hover {
    opacity: .8;
  }
  #frm_formconfirm #button_confirm_submit[disabled] {
    background-color: #ccc;
    cursor: default;
  }
  #frm_formconfirm #button_confirm_submit[disabled]:hover {
    opacity: 1;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .pc {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  .common_inner {
    width: 92%;
    margin: 0 auto;
  }

  #wrapper {
    padding-top: 45px;
  }

  .common_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.35rem;
    color: #fff;
    background-color: #333;
  }
  .common_btn:hover {
    text-decoration: none;
  }
  .common_btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background-color: #fff;
  }
  .common_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }

  .btn_blue:before {
    background-color: #00b3cd;
  }
  .btn_blue:after {
    background-color: #00b3cd;
  }

  .btn_light_blue:before {
    background-color: #67bdc9;
  }
  .btn_light_blue:after {
    background-color: #67bdc9;
  }

  .btn_orange:before {
    background-color: #ffa134;
  }
  .btn_orange:after {
    background-color: #ffa134;
  }

  .btn_light_orange:before {
    background-color: #f8c357;
  }
  .btn_light_orange:after {
    background-color: #f8c357;
  }

  .btn_green:before {
    background-color: #b7c245;
  }
  .btn_green:after {
    background-color: #b7c245;
  }

  .btn_pink:before {
    background-color: #fa9fa3;
  }
  .btn_pink:after {
    background-color: #fa9fa3;
  }

  .btn_light_green:before {
    background-color: #38cd9f;
  }
  .btn_light_green:after {
    background-color: #38cd9f;
  }

  .common_note {
    font-size: 3vw;
    line-height: 1.7;
    margin-top: 6vw;
  }

  /* ___________________Smartphones Layout */
  /* ___________________Smartphones header */
  #header {
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding-left: 4vw;
  }
  #header .header_inner {
    overflow: hidden;
  }
  #header #logo {
    float: left;
    width: 160px;
    height: 45px;
  }
  #header #logo a {
    display: block;
    width: 160px;
    height: 45px;
    padding: 8px 0;
  }
  #header #logo a img {
    width: auto;
    height: 29px;
  }
  #header .gnav_area {
    float: right;
    height: 45px;
    margin-right: calc(22px + 8vw);
  }
  #header .gnav_area .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 13px;
  }
  #header .gnav_area .language {
    width: 35px;
    height: 20px;
  }
  #header .gnav_area .language a {
    display: block;
    font-size: 1.0rem;
    text-align: center;
    color: #fff;
    line-height: 20px;
    border-radius: 12px;
    background-color: #00b3cd;
  }
  #header .gnav_area .language a:hover {
    opacity: .9;
  }
  #header .gnav_area .language.first_lang {
    margin-right: 5px;
  }
  #header #menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(22px + 8vw);
    height: 45px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
  }
  #header #menu span {
    display: block;
    width: 22px;
    height: 4px;
    margin: auto;
    background-color: #00b3cd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 4px;
  }
  #header #menu span:first-child {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  #header #menu span:last-child {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
  #header #menu.on span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header #menu.on span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header #menu.on span:last-child {
    opacity: 0;
  }
  #header .gnav_area li:not(.language) {
    display: none;
  }
  #header #gnav_sp {
    width: 100vw;
    height: calc(100vh - 45px);
    padding-bottom: 150px;
    display: block;
    position: absolute;
    top: 45px;
    left: -100%;
    z-index: 999;
    background-color: #00b3cd;
    overflow-y: scroll;
    -webkit-transition: 200ms all linear;
    transition: 200ms all linear;
  }
  #header #gnav_sp.on {
    left: 0;
  }
  #header #gnav_sp .gnav_sp_inner {
    padding: 0 4vw;
  }
  #header #gnav_sp .nav > li {
    border-bottom: 1px solid #fff;
  }
  #header #gnav_sp .nav > li > a {
    display: block;
    width: 100%;
    padding-left: 4%;
    line-height: 62px;
    font-size: 1.35rem;
    font-weight: bold;
    color: #fff;
  }
  #header #gnav_sp .nav > li.product {
    padding-bottom: 15px;
  }
  #header #gnav_sp .nav > li.product > a {
    padding-top: 23px;
    line-height: 1.0;
  }
  #header #gnav_sp .nav > li.product .product_item {
    padding-left: 4%;
  }
  #header #gnav_sp .nav > li.product .product_item li:first-child {
    padding-top: 5px;
  }
  #header #gnav_sp .nav > li.product .product_item li a {
    position: relative;
    display: block;
    font-size: 1.15rem;
    color: #fff;
    line-height: 2.6;
    padding-left: 4%;
  }
  #header #gnav_sp .nav > li.product .product_item li a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 4px;
  }
  #header #gnav_sp .nav2 .contact {
    width: 92%;
    height: 52px;
    margin: 25px auto;
  }
  #header #gnav_sp .nav2 .contact a {
    display: block;
    position: relative;
    height: 52px;
    font-size: 1.35rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 52px;
    background-color: #ffa134;
  }
  #header #gnav_sp .nav2 .contact a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background-color: #333;
  }
  #header #gnav_sp .nav2 .contact a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #333;
  }
  #header #gnav_sp .nav2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  #header #gnav_sp .nav2 ul li {
    width: 39.56%;
  }
  #header #gnav_sp .nav2 ul li a {
    color: #fff;
    font-size: 1.15rem;
  }
  #header #gnav_sp .nav2 ul li a:before {
    content: '';
    display: inline-block;
    background: url("../images/common/sp_nav_icon.png") center 0/100% no-repeat;
    width: 15px;
    height: 13px;
    margin-right: 5px;
  }
  #header #gnav_sp .btn_close {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    margin: 0 auto;
  }
  #header #gnav_sp .btn_close span {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  #header #gnav_sp .btn_close span:before {
    content: '';
    width: 22px;
    height: 4px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header #gnav_sp .btn_close span:after {
    content: '';
    width: 22px;
    height: 4px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  /* ___________________Smartphones global navigation */
  #bc {
    margin: 2.6vw 0 6vw;
  }
  #bc ol {
    list-style: none;
    padding-bottom: 5px;
  }
  #bc ol li {
    color: #00b3cd;
    font-size: 3.4vw;
    display: inline;
    line-height: 1.5;
  }
  #bc ol li a {
    position: relative;
    color: #666;
    margin-right: 5.8vw;
  }
  #bc ol li a:after {
    position: absolute;
    bottom: 0;
    right: -4.5vw;
    content: '>>';
    display: inline-block;
    font-size: 2.66vw;
    color: #00b3cd;
  }
  #bc ol li.news a {
    color: #00b3cd;
  }
  #bc ol li.news a:after {
    color: #00b3cd;
  }

  /* ___________________Smartphones footer */
  #footer #contact {
    background-color: #333;
    padding: 6.66vw 0;
  }
  #footer #contact .title_wrap {
    position: relative;
    width: 33.33vw;
    height: 33.33vw;
    border: 5px solid #ffa134;
    border-radius: 50%;
    text-align: center;
    padding-top: 10vw;
    margin: 0 auto 6.6vw;
  }
  #footer #contact .title_wrap h5 {
    color: #fff;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 3vw;
  }
  #footer #contact .title_wrap .title_eng {
    font-size: 3.06vw;
    font-weight: bold;
    font-style: italic;
    color: #fff;
  }
  #footer #contact .title_wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5vw;
    left: -18.3vw;
    width: 20.93vw;
    height: 8.4vw;
    background: url("../images/common/sp_f_contact_icon.png") center 0/100% no-repeat;
  }
  #footer #contact .mail_area {
    position: relative;
    width: 92%;
    margin: 0 auto;
  }
  #footer #contact .mail_area:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 53px;
    height: 52px;
    background: url("../images/common/sp_f_mail_icon.png") center 0/100% no-repeat;
    z-index: 1;
  }
  #footer #contact .mail_area a {
    position: relative;
    height: 51px;
    display: block;
    font-size: 3.4vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 51px;
    background-color: #ffa134;
    border-radius: 50px 0 0 50px;
  }
  #footer #contact .mail_area a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    background-color: #fff;
  }
  #footer #contact .mail_area a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 11.5px;
    bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffa134;
    border-right: 1px solid #ffa134;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  #footer #contact .mail_area a:hover {
    text-decoration: none;
    opacity: 0.8;
    background-color: #ffa134;
  }
  #footer #contact .mail_area a:hover:after {
    right: 18px;
  }
  #footer #contact .mail_area a.pc {
    display: none;
  }
  #footer #footer_nav01 {
    background-color: #f6f6f6;
  }
  #footer #footer_nav01 .row > li {
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  #footer #footer_nav01 .row > li > a {
    display: block;
    font-size: 1.35rem;
    font-weight: bold;
    color: #00b3cd;
    line-height: 50px;
    padding-left: 4%;
  }
  #footer #footer_nav01 .row > li > a.pc {
    display: none;
  }
  #footer #footer_nav01 .row > li.product {
    padding-bottom: 4px;
  }
  #footer #footer_nav01 .row > li.product a {
    padding-top: 4px;
    line-height: 42px;
  }
  #footer #footer_nav01 .row > li .product_item {
    display: none;
  }
  #footer #footer_nav01 .row > li .product_item li a {
    display: block;
    position: relative;
    display: block;
    font-size: 1.25rem;
    color: #00b3cd;
    line-height: 2.6;
    padding: 0 4%;
  }
  #footer #footer_nav01 .row > li .product_item li a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #00b3cd;
    border-right: 1px solid #00b3cd;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 4px;
  }
  #footer #footer_nav01 .row > li .product_item li:last-child {
    margin-bottom: 15px;
  }
  #footer #footer_nav01 .row > li .product_item.on {
    display: block;
  }
  #footer #footer_nav01 .row #footer_btn {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #00b3cd;
    border: none;
    outline: none;
    right: 4%;
    top: 13px;
  }
  #footer #footer_nav01 .row #footer_btn span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #fff;
  }
  #footer #footer_nav01 .row #footer_btn span:nth-child(2) {
    display: block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #footer #footer_nav01 .row #footer_btn.on span:nth-child(1) {
    display: none;
  }
  #footer #footer_nav01 .row:last-child li {
    border-bottom: none;
  }
  #footer #footer_nav02 {
    width: 92%;
    margin: 0 auto;
    padding: 25px 0 20px;
  }
  #footer #footer_nav02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 25px;
  }
  #footer #footer_nav02 ul li {
    width: 50%;
  }
  #footer #footer_nav02 ul li a {
    font-size: 3.4vw;
    color: #00b3cd;
    line-height: 1.3;
    padding: 5px 0;
  }
  #footer #footer_nav02 ul li a:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background: url("../images/common/f_nav02_icon.png") center 0/100% no-repeat;
    width: 18px;
    height: 15px;
  }
  #footer #footer_nav02 .logo_area a {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #footer #footer_nav02 .logo_area a.chem {
    width: 165px;
    padding-bottom: 15px;
  }
  #footer #footer_nav02 .logo_area a.nagase {
    width: 85px;
  }
  #footer #footer_nav04 {
    background-color: #f2f2f2;
  }
  #footer #footer_nav04 .wrap {
    padding: 15vw 0 15vw 0;
  }
  #footer #footer_nav04 .logo_area {
    margin: 0 0 10vw 0;
    width: 100%;
    text-align: center;
  }
  #footer #footer_nav04 .logo_anchor {
    display: inline-block;
    width: 50vw;
  }
  #footer #footer_nav04 .logo_image_inner {
    display: block;
    width: 100%;
  }
  #footer #footer_nav04 .logo_image {
    display: block;
    width: 100%;
  }
  #footer #footer_nav04 .link_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4vw;
    padding: 0 0 6vw 0;
    text-align: center;
  }
  #footer #footer_nav04 .link_inner.link_inner_end {
    position: relative;
    padding: 6vw 0 0 0;
  }
  #footer #footer_nav04 .link_inner.link_inner_end::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 10vw;
    height: 1px;
    background-color: #989898;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  #footer #footer_nav04 .link_item_anchor_txt {
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.05em;
  }
  #footer #footer_nav04 .link_item_anchor_txt.link_item_anchor_txt_strong {
    font-weight: 700;
  }
  #footer #footer_nav03 {
    background: #00b3cd;
  }
  #footer #footer_nav03 small {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 25px;
    font-size: 1.0rem;
  }

  /* ___________________Smartphones content */
  .wp_content {
    font-size: 3.7vw;
    color: #666;
    line-height: 1.51;
    border-bottom: 1px solid #00b3cd;
    padding-bottom: 8vw;
    overflow: hidden;
  }
  .wp_content h1, .wp_content h2, .wp_content h3 {
    font-size: 4.8vw;
    font-weight: bold;
    border-left: 10px solid #00b3cd;
    background-color: #444;
    color: #fff;
    padding: 3vw 20px;
    margin-bottom: 4vw;
  }
  .wp_content h1 a, .wp_content h2 a, .wp_content h3 a {
    text-decoration: none;
  }
  .wp_content h1.another, .wp_content h2.another, .wp_content h3.another {
    border-left: 8px solid #00b3cd;
    background-color: transparent;
    color: #666;
  }
  .wp_content h4 {
    font-size: 4.2vw;
    font-weight: bold;
    border-bottom: 2px solid #00b3cd;
    letter-spacing: 1.1px;
    margin-bottom: 4vw;
    color: #666;
  }
  .wp_content h4 a {
    font-weight: bold;
    text-decoration: none;
  }
  .wp_content h4 a:hover {
    text-decoration: underline;
  }
  .wp_content h5, .wp_content h6 {
    font-size: 3.7vw;
    margin-bottom: 2.7vw;
    font-weight: bold;
    color: #666;
  }
  .wp_content p {
    color: #666;
    padding-bottom: 5.3vw;
  }
  .wp_content a {
    color: #00b3cd;
    text-decoration: underline;
    word-break: break-all;
  }
  .wp_content img {
    width: auto;
    max-width: 100%;
    padding-bottom: 5.3vw;
  }
  .wp_content b, .wp_content strong {
    font-weight: bold;
  }
  .wp_content i {
    font-style: italic;
  }
  .wp_content iframe {
    display: block;
    width: 100%;
    height: 56.25vw;
    margin: 0 auto 4vw;
  }
  .wp_content ul {
    margin-left: 0.5vw;
    margin-bottom: 2.7vw;
  }
  .wp_content ul li {
    padding: 0.9vw 1.6vw;
    font-size: 3.7vw;
    color: #666;
    line-height: 1.5;
  }
  .wp_content ul li:before {
    content: '●';
    display: inline-block;
    color: #00b3cd;
    margin-right: 4px;
    font-size: 1.0rem;
    vertical-align: middle;
    margin-bottom: 1px;
  }
  .wp_content ol {
    margin-left: 6.9vw;
    margin-bottom: 2.7vw;
  }
  .wp_content ol li {
    padding: 0.9vw 1.6vw;
    font-size: 3.7vw;
    color: #666;
    line-height: 1.5;
  }
  .wp_content .aligncenter, .wp_content .alignnone {
    display: block;
    height: auto;
    margin: 0 auto 2.6vw;
  }
  .wp_content .alignright {
    display: block;
    float: right;
    margin-left: 6vw;
  }
  .wp_content .alignleft {
    display: block;
    float: left;
    margin-right: 6vw;
  }
  .wp_content blockquote {
    font-style: italic;
    position: relative;
    padding: 7.1vw 6vw 7.1vw 8vw;
    background: #f1f1f1;
    margin-bottom: 4vw;
  }
  .wp_content blockquote:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3vw;
    left: 3.6vw;
    vertical-align: middle;
    background: url("../images/common/blockquote.png") center 0/100% no-repeat;
    width: 4.26vw;
    height: 3.3vw;
  }
  .wp_content blockquote p {
    font-size: 3.7vw;
    line-height: 1.8;
    color: #666;
    padding-bottom: 0;
  }
  .wp_content table {
    font-size: 3.7vw;
    margin: 0 auto 30px;
  }
  .wp_content table tr:first-of-type td {
    border-top: 1px solid #e7e7e7;
  }
  .wp_content table tr th {
    padding: 2vw 2.6vw;
    font-weight: bold;
    line-height: 1.7;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5;
  }
  .wp_content table tr td {
    padding: 2vw 2.6vw;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
  }
  .wp_content sup {
    font-size: 70%;
    vertical-align: super;
  }
  .wp_content sub {
    font-size: 70%;
    vertical-align: sub;
  }
  .wp_content .flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 5.3vw;
  }
  .wp_content .flex_container img {
    width: 100%;
  }
  .wp_content .flex_container_img_short img {
    width: 60%;
    margin: 0 auto;
  }
  .wp_content .structural_formula {
    text-align: center;
    margin-bottom: 10.66vw;
  }
  .wp_content .structural_formula img {
    border: 1px solid #ccc;
    padding-bottom: 0;
  }
  .wp_content .image_caption {
    text-align: center;
    margin-bottom: 10.66vw;
  }
  .wp_content .image_caption img {
    padding-bottom: 0;
    margin-bottom: 2vw;
  }
  .wp_content .image_caption figcaption {
    text-align: center;
    font-size: 3.66vw;
  }
  .wp_content .learn_more {
    text-align: center;
    margin-bottom: 6vw;
  }
  .wp_content .learn_more a {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    color: #444;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .07em;
    padding: 16px 20px;
    border: 1px solid #444;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
    text-decoration: none;
  }
  .wp_content .learn_more a:hover {
    opacity: .8;
    color: #fff;
    background-color: #444;
  }
  .wp_content .table_wrap {
    margin-bottom: 4vw;
    overflow: hidden;
    overflow-x: scroll;
  }
  .wp_content .table_wrap .column_table {
    font-size: 1.6rem;
    margin: 0 auto 5.3vw;
    width: 1040px;
  }
  .wp_content .table_wrap .column_table tr:first-of-type td {
    border-top: 1px solid #e7e7e7;
  }
  .wp_content .table_wrap .column_table tr th {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
    border: 1px solid #e7e7e7;
    background-color: #00b3cd;
    color: #ffffff;
    height: 50px;
    width: calc(100% / 7);
    border-right: 1px solid #e6e6e6;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
  }
  .wp_content .table_wrap .column_table tr td {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    height: 50px;
    width: calc(100% / 7);
    border-right: 1px solid #e6e6e6;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
  }
  .wp_content .table_wrap .green_table {
    width: 1210px;
  }
  .wp_content .swipe {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 20vw;
    height: 0;
    padding-top: 2%;
    background: url(../images/product/sp_index_swipe.png) center 0/100% no-repeat;
    margin: 0 auto;
  }
  .wp_content .refer:hover {
    text-decoration: none;
  }
  .wp_content .index_list {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 10vw;
  }
  .wp_content .index_target {
    padding-top: 55px;
    margin-top: -55px;
  }

  .wp-pagenavi {
    width: 100%;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-pagenavi .page {
    font-size: 1.8rem;
    display: block;
    padding: 6px 0;
    margin: 0 3px;
    width: 30px;
    background: #f6f6ee;
    color: #333;
    border-radius: 5px;
  }
  .wp-pagenavi .page:hover {
    background-color: #00b3cd;
    color: #fff;
    text-decoration: none;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    width: 30px;
    padding: 6px 0;
    margin: 0 3px;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 5px;
    background: #00b3cd;
  }
  .wp-pagenavi .previouspostslink {
    width: 63px;
    font-size: 1.5rem;
    color: #00b3cd;
    margin-right: 10px;
    background-color: transparent;
  }
  .wp-pagenavi .previouspostslink:before {
    content: '<';
    margin-right: 10px;
    color: #00b3cd;
  }
  .wp-pagenavi .previouspostslink:hover {
    text-decoration: none;
  }
  .wp-pagenavi .nextpostslink {
    width: 63px;
    font-size: 1.5rem;
    color: #00b3cd;
    margin-left: 10px;
    background-color: transparent;
  }
  .wp-pagenavi .nextpostslink:after {
    content: '>';
    margin-left: 10px;
    color: #00b3cd;
  }
  .wp-pagenavi .nextpostslink:hover {
    text-decoration: none;
  }

  #contact_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f1f1f1;
    padding: 12px 15px;
    z-index: 100;
    -webkit-transition: all linear 150ms;
    transition: all linear 150ms;
    -webkit-transform: translate(0, 120px);
        -ms-transform: translate(0, 120px);
            transform: translate(0, 120px);
  }
  #contact_fixed .desc {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 8px;
  }
  #contact_fixed .desc .orange {
    color: #ffa134;
  }
  #contact_fixed .desc .blue {
    color: #00b3cd;
  }
  #contact_fixed .desc .strong {
    font-weight: bold;
  }
  #contact_fixed .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 3px;
  }
  #contact_fixed .contact_btn {
    width: 48.55%;
    width: 100%;
    height: 40px;
  }
  #contact_fixed .contact_btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 13px;
    background-color: #ffa134;
  }
  #contact_fixed .contact_btn a:hover {
    opacity: .8;
  }
  #contact_fixed .contact_btn button {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #ffa134;
  }
  #contact_fixed .contact_btn button:hover {
    opacity: .8;
  }
  #contact_fixed.show {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  #modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
  }
  #modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal .btn {
    background-color: transparent;
    width: 8vw;
    height: 8vw;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: calc(50% - 36vh - 5vh);
    right: 4%;
    border-radius: 50%;
    background-color: #00b3cd;
    cursor: pointer;
  }
  #modal .btn:hover {
    opacity: .8;
  }
  #modal .btn:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal .btn:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal .modal_content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 92%;
    height: 72vh;
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 5.7%;
    overflow-x: scroll;
  }
  #modal .modal_content .required {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    width: 36px;
    height: 16px;
    text-align: center;
    margin-left: auto;
    border-radius: 3px;
    background-color: #ffa134;
    padding-top: 3px;
  }
  #modal .modal_content #form {
    width: 100%;
    height: 100%;
  }
  #modal .modal_content .form_lead {
    font-size: 2rem;
    font-weight: bold;
    color: #00b3cd;
    text-align: center;
    margin-bottom: 10px;
  }
  #modal .modal_content .form_desc {
    font-size: 1.2rem;
    color: #00b3cd;
    text-align: center;
    margin-bottom: 20px;
  }
  #modal .modal_content .form_table {
    width: 100%;
  }
  #modal .modal_content .form_table tr {
    padding-bottom: 15px;
  }
  #modal .modal_content .form_table th {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.57;
    margin-bottom: 8px;
  }
  #modal .modal_content .form_table th .contact_content_title {
    font-weight: bold;
  }
  #modal .modal_content .form_table td {
    display: block;
    width: 100%;
  }
  #modal .modal_content .form_table .required {
    position: relative;
    top: -1px;
    margin-left: 10px;
  }
  #modal .modal_content .form_table input[type="text"],
  #modal .modal_content .form_table input[type="tel"],
  #modal .modal_content .form_table textarea {
    width: 100%;
    background-color: #eee;
    font-size: 1.2rem;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 8px 5px;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  #modal .modal_content .form_table input[type="text"]
  , #modal .modal_content .form_table input[type="tel"] {
    height: 35px;
  }
  #modal .modal_content .form_table textarea {
    height: 100px;
  }
  #modal .modal_content .form_table li {
    position: relative;
    display: block;
    min-height: 20px;
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
  #modal .modal_content .form_table li:last-child {
    min-height: 30px;
  }
  #modal .modal_content .form_table li input[type="radio"] {
    display: none;
  }
  #modal .modal_content .form_table li input[type="radio"]:checked + .request_label:after {
    opacity: 1;
  }
  #modal .modal_content .form_table li .request_label {
    padding-left: 25px;
  }
  #modal .modal_content .form_table li .request_label:before, #modal .modal_content .form_table li .request_label:after {
    position: absolute;
    content: '';
    display: block;
  }
  #modal .modal_content .form_table li .request_label:before {
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
  }
  #modal .modal_content .form_table li .request_label:after {
    top: -5px;
    left: 6px;
    width: 10px;
    height: 16px;
    border-bottom: 3px solid #00b3cd;
    border-right: 3px solid #00b3cd;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  #modal .modal_content .pp_area {
    width: 100%;
    height: 120px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 13px 12px;
    margin-left: auto;
    margin-bottom: 20px;
    overflow-x: scroll;
  }
  #modal .modal_content .pp_area dl {
    margin-bottom: 15px;
  }
  #modal .modal_content .pp_area dl:last-child {
    margin-bottom: 0;
  }
  #modal .modal_content .pp_area dl dt {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 3px;
  }
  #modal .modal_content .pp_area dl dd {
    font-size: 1.2rem;
    line-height: 1.33;
  }
  #modal .modal_content .agree_area {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  #modal .modal_content .agree_area .required {
    position: absolute;
    top: 0;
    position: relative;
    top: -2px;
    margin-right: 8px;
  }
  #modal .modal_content .agree_area input[type="checkbox"] {
    display: none;
  }
  #modal .modal_content .agree_area input[type="checkbox"]:checked + .checkbox:before {
    opacity: 1;
  }
  #modal .modal_content .agree_area .checkbox {
    position: relative;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.33;
  }
  #modal .modal_content .agree_area .checkbox:before {
    position: absolute;
    top: -2px;
    right: -30px;
    width: 17px;
    height: 8px;
    border-left: 3px solid #00b3cd;
    border-bottom: 3px solid #00b3cd;
    content: '';
    opacity: 0;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal .modal_content .agree_area .checkbox:after {
    content: '';
    position: absolute;
    top: -3px;
    right: -28px;
    width: 18px;
    height: 18px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
  }
  #modal .modal_content #submit {
    display: block;
    width: 150px;
    height: 40px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #00b3cd;
  }
  #modal .modal_content #submit:hover {
    opacity: .8;
  }
  #modal .modal_content #submit[disabled] {
    background-color: #ccc;
    cursor: default;
  }
  #modal .modal_content #submit[disabled]:hover {
    opacity: 1;
  }

  #sending_page {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(51, 51, 51, 0.8);
  }
  #sending_page .sending_page_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 92%;
    height: 72vh;
  }
  #sending_page .desc {
    position: absolute;
    font-size: 1.8rem;
    height: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  #result {
    display: none;
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffa134;
    text-align: center;
    padding-bottom: 20px;
  }

  #frm_forminput {
    padding-bottom: 30px;
  }

  #lf_form_div {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
  }
  #lf_form_div div.message {
    background-color: #fff;
    text-align: center;
  }
  #lf_form_div div.container {
    width: 100%;
    border: none;
  }
  #lf_form_div div.wrapper {
    width: 100%;
  }
  #lf_form_div p.required_msg {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #lf_form_div p.required_msg::after {
    line-height: 1.3;
  }
  #lf_form_div table.items {
    border: none;
  }
  #lf_form_div tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #lf_form_div td input[type="text"] {
    width: 100% !important;
    height: 35px;
    background-color: #eee;
    border: none;
    padding: 5px;
    border-radius: 3px;
  }
  #lf_form_div td textarea {
    width: 100%;
    background-color: #eee;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 5px;
    border-radius: 3px;
  }
  #lf_form_div td .ascii {
    width: 100%;
  }
  #lf_form_div td select {
    width: 100%;
    height: 35px;
    background-color: #eee;
    border: none;
    padding: 5px;
    border-radius: 3px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #lf_form_div td.value {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    border-bottom: none;
    padding-bottom: 30px;
  }
  #lf_form_div td.label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
    background-color: #fff;
    vertical-align: top;
    padding-right: 15px;
  }
  #lf_form_div td.label .required {
    float: none;
    margin-left: 5px;
  }
  #lf_form_div td.comment {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-bottom: none;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  #lf_form_div div.button_area {
    width: 100%;
    background-color: transparent;
  }
  #lf_form_div #item_0 td.value {
    position: relative;
  }
  #lf_form_div #item_0 td.value::before {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    pointer-events: none;
    content: "";
  }
  #lf_form_div #item_0 td.comment {
    line-height: 1.3;
    padding: 0;
  }
  #lf_form_div #item_1 input[type="text"] {
    width: 120px;
  }
  #lf_form_div #item_1 input[type="text"] + .label_name {
    display: inline-block;
    margin-top: 10px;
  }
  #lf_form_div #item_1 td.comment {
    padding: 0;
  }
  #lf_form_div #item_2 input[type="text"] {
    width: 100%;
  }
  #lf_form_div #item_3 td.comment {
    padding: 0;
  }
  #lf_form_div #item_4 td.comment {
    padding: 0;
  }
  #lf_form_div #item_6 textarea {
    height: 50px;
  }
  #lf_form_div #item_7 td.comment {
    padding: 0;
  }
  #lf_form_div #privacy_policy {
    line-height: 1.3;
  }
  #lf_form_div p.label_mail {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #lf_form_div .privacy_policy {
    margin: 30px 10px 10px;
    word-break: break-all;
    text-align: left;
  }
  #lf_form_div .privacy_policy a {
    color: #00b3cd;
    text-decoration: underline;
  }
  #lf_form_div #lf_form_submit_button {
    display: block;
    width: 150px;
    height: 40px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #00b3cd;
  }
  #lf_form_div #lf_form_submit_button:hover {
    opacity: .8;
  }
  #lf_form_div #lf_form_submit_button[disabled] {
    background-color: #ccc;
    cursor: default;
  }
  #lf_form_div #lf_form_submit_button[disabled]:hover {
    opacity: 1;
  }

  #frm_formconfirm #item_0 td.value::before {
    display: none;
  }
  #frm_formconfirm td.value {
    padding-bottom: 10px;
  }
  #frm_formconfirm #button_confirm_back {
    display: inline-block;
    width: 150px;
    height: 40px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #eee;
    margin-top: 15px;
  }
  #frm_formconfirm #button_confirm_back:hover {
    opacity: .8;
  }
  #frm_formconfirm #button_confirm_back[disabled] {
    background-color: #ccc;
    cursor: default;
  }
  #frm_formconfirm #button_confirm_back[disabled]:hover {
    opacity: 1;
  }
  #frm_formconfirm #button_confirm_submit {
    display: inline-block;
    width: 150px;
    height: 40px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #00b3cd;
    margin-top: 15px;
  }
  #frm_formconfirm #button_confirm_submit:hover {
    opacity: .8;
  }
  #frm_formconfirm #button_confirm_submit[disabled] {
    background-color: #ccc;
    cursor: default;
  }
  #frm_formconfirm #button_confirm_submit[disabled]:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 375px) {
  #header #logo {
    width: 136px;
  }
  #header #logo a {
    width: 136px;
  }
  #header #logo a img {
    height: 25px;
  }
  #header #menu {
    width: 22px;
    margin-right: 8px;
  }
  #header .gnav_area {
    margin-right: 37px;
  }
}
@media screen and (max-width: 560px) {
  #modal .modal_content .agree_area {
    width: 36%;
    text-align: left;
    margin: 0 auto 10px;
  }
  #modal .modal_content .agree_area .required {
    position: absolute;
    top: 0;
    left: -45px;
  }
  #modal .modal_content .agree_area .checkbox {
    position: static;
  }
  #modal .modal_content .agree_area .checkbox:before {
    top: 0;
    right: -28px;
  }
  #modal .modal_content .agree_area .checkbox:after {
    top: 0;
    right: -25px;
  }
}
@media screen and (max-width: 480px) {
  #modal .modal_content .agree_area {
    width: 43%;
  }
}
@media screen and (max-width: 380px) {
  #modal .modal_content .agree_area {
    width: 50%;
  }
  #modal .modal_content .agree_area .required {
    position: absolute;
    top: 0;
    left: -45px;
  }
  #modal .modal_content .agree_area .checkbox {
    position: static;
  }
  #modal .modal_content .agree_area .checkbox:before {
    top: 0;
    right: -28px;
  }
  #modal .modal_content .agree_area .checkbox:after {
    top: 0;
    right: -25px;
  }
}
@media screen and (min-width: 1400px) {
  #contact_fixed {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
