  @media screen and (min-width: 768px){.solution_detail .contents_header{width:100%}.solution_detail .contents_body{width:980px;margin:0 auto}.pc_none{display:none !important}}@media screen and (max-width: 767px){html,body{font-size:.26667vw}body{min-width:320px}.sp_none{display:none !important}}
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

body a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}


body sup {
  bottom: 1ex;
}

body sub {
  /*top: .5ex;*/
}

body input, body textarea, body select, body button {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}

body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}

body * {
  outline: none;
}

body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .jp .sp{
    display: none;
  }
  .contents_body .sp {
    display: none;
  }
  .container {
    padding-left: 196px;
  }
  .container header {
    position: absolute;
    top: 0;
    left: 0;
    width: 196px;
    height: 100%;
    min-height: 602px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #9FD9F6;
    background-color: #fff;
    z-index: 101;
  }
  .container header .menu {
    display: none;
  }
  .container header .inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 196px;
    height: 100%;
    min-height: 602px;
    padding: 28px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .container header .header_logo {
    width: 168px;
    height: 168px;
    background: url("/jp/ja/img/common/logo.png") no-repeat center center;
    position: relative;
  }
  .container header .header_logo span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  .container header .header_logo a {
    display: block;
    width: 168px;
    height: 168px;
  }
  .container header .nav {
    position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 182px;
  }
  .container header .nav a {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    padding: 12px 0 12px 14px;
  }
  .container header .nav a:after {
    content: '';
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/jp/ja/img/common/nav_arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .container header .nav a.blank:after {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 9px;
    height: 9px;
    background: url("/jp/ja/img/common/blank.png") no-repeat center center;
    background-size: 100% auto;
    margin: 0 0 0 8px;
  }
  .container header .subnav {
    position: absolute;
    bottom: 28px;
    left: 0;
    padding: 0 28px;
  }
  .container header .subnav ul li {
    font-size: 12px;
    line-height: 28px;
  }
  .container header .subnav ul li a {
    position: relative;
    display: block;
    height: 28px;
    color: #666666;
    padding-left: 20px;
  }
  .container header .subnav ul li a.global_network:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url("/jp/ja/img/common/global_network.png") no-repeat center center;
    background-size: 100% auto;
  }
  .container header .subnav ul li a.contact:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background: url("/jp/ja/img/common/contact.png") no-repeat center center;
    background-size: 100% auto;
  }
  .container header .subnav .search {
    margin: 14px 0 0;
  }
  .container header .subnav .search form {
    position: relative;
    width: 140px;
    height: 28px;
  }
  .container header .subnav .search #query {
    position: relative;
    width: 140px;
    height: 28px;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FAFAFA;
    font-size: 12px;
    padding: 5px 28px 5px 5px;
  }
  .container header .subnav .search #btnSearch {
    position: absolute;
    width: 28px;
    height: 26px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/jp/ja/img/common/search.png") no-repeat center center;
    background-size: 12px auto;
  }
  .container header .subnav #cl {
    margin: 20px 0 0;
  }
  .container header .subnav #cl a {
    font-size: 11px;
    line-height: 16px;
    color: #666666;
  }
  .nav_lv2 {
    position: fixed;
    left: 195px;
    top: 0;
    height: 100%;
    background-color: #F5F5F5;
    border-right: 1px solid #9FD9F6;
    z-index: 100;
    -webkit-transition: all 300ms 0s ease-out;
    -o-transition: all 300ms 0s ease-out;
    transition: all 300ms 0s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: auto;
    width: 0;
  }
  .nav_lv2 > ul {
    display: inline-block;
  }
  .nav_lv2 > ul.company, .nav_lv2 > ul.sustainability, .nav_lv2 > ul.solution, .nav_lv2 > ul.investors {
    display: none;
  }
  .nav_lv2 > ul.company.on, .nav_lv2 > ul.sustainability.on, .nav_lv2 > ul.solution.on, .nav_lv2 > ul.investors.on {
    display: inline-block;
  }
  .nav_lv2 > ul li {
    display: inline-block;
    width: 252px;
    vertical-align: top;
    margin-left: 56px;
  }
  .nav_lv2 > ul li:last-child {
    margin-right: 56px;
  }
  .nav_lv2 > ul li dl dt {
    font-size: 11px;
    line-height: 28px;
    color: #004F99;
    padding: 7px 0;
    margin-top: 56px;
  }
  .nav_lv2 > ul li dl dt:nth-of-type(1) {
    margin-top: 0;
  }
  
  .nav_lv2 > ul li dl dd a {
    display: inline-block;
    line-height: 21px;
  }
  .nav_lv2 > ul li .btn {
    position: relative;
    display: block;
    width: 196px;
    height: 42px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    margin: 32px 0 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 42px;
    color: #787878;
    letter-spacing: 0.04em;
    padding-left: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav_lv2 > ul li .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #FAFAFA url("/jp/ja/img/common/lv2_link.png") no-repeat center center;
    background-size: 11px auto;
    border-right: 1px solid #E6E6E6;
  }
  .contents {
    min-width: 1036px;
  }
  .breadcrumb {
    font-size: 11px;
    line-height: 15px;
    color: #666;
    letter-spacing: 0.06em;
    padding: 20px 28px;
  }
  .breadcrumb li {
    position: relative;
    display: inline-block;
    padding-right: 24px;
  }
  .breadcrumb li:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/jp/ja/img/common/breadcrumb_arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .breadcrumb li:last-child {
    padding-right: 0;
  }
  .breadcrumb li:last-child:after {
    display: none;
  }
  .breadcrumb a {
    color: #666;
  }
  .category_top .kv {
    position: relative;
    width: 100%;
    height: 280px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 154px 0 0;
  }
  .category_top .kv h2 {
    width: 980px;
    margin: 0 auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 0px 14px #05294d;
    letter-spacing: 0.14em;
  }
  .category_top .kv h2 span {
    display: block;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0.2em;
  }
  .category_top .block {
    width: 980px;
    margin: 56px auto 0;
  }
  .category_top .block .htag {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #0099D9;
    letter-spacing: 0.06em;
  }
  .category_top .block h2 {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
    color: #1A1A1A;
    margin: 20px 0 56px;
    border-bottom: 3px solid #004F99;
    padding: 0 0 32px;
  }
  .category_top .block h2:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 140px;
    width: 252px;
    height: 3px;
    background-color: #0099D9;
  }
  .category_top .block h2:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 392px;
    width: 588px;
    height: 3px;
    background-color: #9FD9F6;
  }
  .category_top ul.col_2 {
    font-size: 0;
    margin: 0 -14px;
  }
  .category_top ul.col_2 > li {
    display: inline-block;
    width: 476px;
    margin: 0 14px;
    vertical-align: top;
  }
  .category_top ul.col_2.type_1 > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #E6E6E6;
    height: 280px;
  }
  .category_top ul.col_2.type_1 > li a {
    display: block;
    width: 100%;
    height: 280px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 35px 28px;
  }
  .category_top ul.col_2.type_1 > li .page {
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #0099D9;
  }
  .category_top ul.col_2.type_1 > li .page:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_2.type_1 > li .title {
    font-size: 21px;
    line-height: 28px;
    color: #fff;
    margin: 19px 0 0;
  }
  .category_top ul.col_2.type_1 > li p {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    margin: 17px 0 0;
  }
  .category_top ul.col_2.type_1 > li p.black {
    color: #1A1A1A;
  }
  .category_top ul.col_2.type_2 > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #E6E6E6;
  }
  .category_top ul.col_2.type_2 > li a {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
  }
  .category_top ul.col_2.type_2 > li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_2.type_2 > li a span {
    position: absolute;
    left: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 238px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #666;
  }
  .category_top ul.col_3 {
    font-size: 0;
    margin: 0 -14px;
  }
  .category_top ul.col_3 > li {
    display: inline-block;
    width: 308px;
    margin: 0 14px;
    vertical-align: top;
  }
  .category_top ul.col_3.type_1 > li, .category_top ul.col_3.type_3 > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin-bottom: 28px;
  }
  .category_top ul.col_3.type_1 > li a .title, .category_top ul.col_3.type_3 > li a .title {
    position: relative;
    height: 56px;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #666;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
  }
  .category_top ul.col_3.type_1 > li a .title:after, .category_top ul.col_3.type_3 > li a .title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_3.type_1 > li a .title span, .category_top ul.col_3.type_3 > li a .title span {
    position: absolute;
    top: 50%;
    left: 28px;
    width: 238px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .category_top ul.col_3.type_1 > li a .img, .category_top ul.col_3.type_3 > li a .img {
    width: 100%;
    height: 196px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px;
    position: relative;
  }
  .category_top ul.col_3.type_1 > li a .img span, .category_top ul.col_3.type_3 > li a .img span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  .category_top ul.col_3.type_2 > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #E6E6E6;
  }
  .category_top ul.col_3.type_2 > li a {
    position: relative;
    display: block;
    width: 100%;
    height: 84px;
  }
  .category_top ul.col_3.type_2 > li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_3.type_2 > li a span {
    position: absolute;
    left: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 238px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #666;
  }
  .category_top ul.col_3.type_2 > li a.pdf:before {
    right: auto;
    left: 16.5px;
  }
  .category_top ul.col_3.type_2 > li a.pdf span {
    left: 35px;
    color: #0099D9;
  }
  .category_top ul.col_3.type_2 > li a.pdf:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/jp/ja/img/common/pdf.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_4 {
    font-size: 0;
    margin: 0 -14px;
  }
  .category_top ul.col_4 > li {
    display: inline-block;
    width: 224px;
    margin: 0 14px;
    vertical-align: top;
  }
  .category_top ul.col_4.type_1 > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin-bottom: 28px;
  }
  .category_top ul.col_4.type_1 > li a .title {
    position: relative;
    height: 56px;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #666;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
  }
  .category_top ul.col_4.type_1 > li a .title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_4.type_1 > li a .title span {
    position: absolute;
    top: 50%;
    left: 28px;
    width: 238px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .category_top ul.col_4.type_1 > li a .img {
    width: 100%;
    height: 140px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px;
    position: relative;
  }
  .category_top ul.col_4.type_1 > li a .img span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  .contents_wrapper {
    padding: 0 0 112px;
  }
  .btn_ptop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 56px;
    background: url("/jp/ja/img/common/ptop.png") no-repeat center center;
    background-size: 100% auto;
    z-index: 1;
  }
  /* footer {
    width: 100%;
    background-color: #0099D9;
    padding: 100px 0 0;
  }
  footer .footer_nav {
    width: 980px;
    margin: 0 auto;
    font-size: 0;
  }
  footer .footer_nav > li {
    display: inline-block;
    width: 250px;
    font-size: 14px;
    line-height: 28px;
    vertical-align: top;
  }
  footer .footer_nav > li:last-child {
    width: 230px;
  }
  footer .footer_nav > li dl dt {
    font-weight: bold;
  }
  footer .footer_nav > li dl a {
    color: #fff;
  }
  footer .footer_nav > li dl dd {
    padding: 25px 0 45px;
  }
  footer .footer_subnav {
    width: 100%;
    border-top: 1px solid #9FD9F6;
    padding: 32px 0;
  }
  footer .footer_subnav .inner {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }
  footer .footer_subnav ul {
    float: left;
    font-size: 0;
  }
  footer .footer_subnav ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    vertical-align: top;
    padding-right: 24px;
  }
  footer .footer_subnav ul li a {
    color: #fff;
  }
  footer .footer_subnav .copy {
    float: right;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #fff;
  } */
  .contents_footer {
    width: 980px;
    padding: 100px 0 0;
    margin: 0 auto;
  }
  .contents_footer .parent_page {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.06em;
    padding: 0 0 20px;
    border-bottom: 1px solid #9FD9F6;
  }
  .contents_footer .parent_page a {
    color: #0099D9;
  }
  .contents_footer dl dt {
    margin: 20px 0 0;
    font-size: 11px;
    line-height: 15px;
    color: #0099D9;
    letter-spacing: 0.06em;
  }
  .contents_footer dl dd {
    margin: 20px 0 0;
  }
  .contents_footer dl dd ul {
    font-size: 0;
    margin: 0 -14px -14px;
  }
  .contents_footer dl dd ul li {
    display: inline-block;
    width: 308px;
    margin: 0 14px 14px;
  }
  .contents_footer dl dd ul li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    padding: 5px 0 5px 14px;
    color: #666666;
  }
  .contents_footer dl dd ul li a.cur {
    color: #0099D9;
  }
  .contents_footer dl dd ul li a:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .contents_header {
    background: #FAFAFA;
    border-bottom: 2px solid #F0F0F0;
    padding: 0 0 35px;
    margin-bottom: 55px;
  }
  .contents_header h1 {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .contents_header h1 img {
    width: 70px;
    margin-left: 30px;
    position: relative;
  }
  .contents_header .en-ttl {
    position: absolute;
    right: 0;
    bottom: -12px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 39px;
    font-weight: 400;
    color: #CCCCCC;
  }
  .contents_body {
    font-size: 15px;
  }
  .contents_body h2 {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 3px solid #9FD9F6;
  }
  .contents_body h2::before, .contents_body h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    height: 3px;
  }
  .contents_body h2::before {
    z-index: 2;
    width: 140px;
    background: #004F99;
  }
  .contents_body h2::after {
    z-index: 1;
    width: 390px;
    background: #0099D9;
  }
  .contents_body h2.en {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
  }
  .contents_body h4 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #0099D9;
    letter-spacing: 0.04em;
  }
  .contents_body h4.en {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
  }
  .contents_body .block-mv {
    margin-bottom: 60px;
  }
  .contents_body .block-wrap {
    margin-bottom: 90px;
  }
  .contents_body .block-wrap p {
    font-size: 15px;
    line-height: 28px;
  }
  .contents_body .block-wrap p.mb {
    margin-bottom: 30px;
  }
  .contents_body .block-wrap p.caution {
    color: #787878;
    font-size: 13px;
    line-height: 1.5;
  }
  .contents_body .block-wrap.lead p {
    font-size: 17px;
    line-height: 28px;
  }
  .contents_body .type-decimal {
    padding-top: 20px;
  }
  .contents_body .type-decimal .number {
    margin-bottom: 15px;
    line-height: 28px;
  }
  .contents_body .type-decimal .number.mb-long {
    margin-bottom: 40px;
  }
  .contents_body .type-decimal .number .ttl {
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }
  .contents_body .type-decimal .number ul {
    margin-bottom: 5px;
  }
  .contents_body .type-decimal .number ul li {
    position: relative;
    padding-left: 1em;
  }
  .contents_body .type-decimal .number ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .contents_body .list li {
    position: relative;
    padding-left: 1em;
    line-height: 1.8;
  }
  .contents_body .list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .contents_body .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents_body .row.mb {
    margin-bottom: 40px;
  }
  .contents_body .row .col {
    width: 46%;
  }
  .contents_body .row .img {
    margin-bottom: 30px;
    color: #666666;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
  }
  .contents_body .row .img img {
    display: block;
    margin-bottom: 25px;
  }
  .contents_body .row .img-b img {
    width: 280px;
    padding: 34px 0;
    border: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contact-wrap-short {
    background: linear-gradient(90deg, rgba(0,153,217,0.1), rgba(37,171,94,0.1));
    max-width: 644px;
    margin: 0 auto;
    padding: 60px 15px 55px;
    text-align: center;
  }
  #contact-wrap-short .contact-title {
    font-size: 15px;
    color: #0099D9;
    margin-bottom: 30px;
  }
  #contact-wrap-short .contact-title span {
    font-weight: bold;
  }
  #contact-wrap-short .btnContact {
    display: block;
    max-width: 364px;
    background: #FFF;
    padding: 20px 10px;
    margin: 0 auto;
    text-align: center;
    color: #0099D9;
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #0099D9;
  }
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.26667vw;
  }
  body {
    min-width: 320px;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .pc {
    display: none;
  }
  .container {
    width: 100vw;
    overflow-x: hidden;
  }
  header {
    position: relative;
    width: 100vw;
    height: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #9FD9F6;
  }
  header .menu {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 28px;
    height: 28px;
  }
  header .menu span {
    position: absolute;
    left: 5px;
    width: 18px;
    height: 2px;
    background: #000;
    border-radius: 1px;
  }
  header .menu span:nth-of-type(1) {
    top: 8px;
  }
  header .menu span:nth-of-type(2) {
    top: 13px;
  }
  header .menu span:nth-of-type(3) {
    top: 18px;
  }
  header .header_logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 32px;
    height: 37px;
    background: url("/jp/ja/img/common/logo_sp.png") no-repeat center center;
    background-size: 100% auto;
    position: relative;
    position: absolute;
  }
  header .header_logo span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  header .header_logo a {
    display: block;
    width: 32px;
    height: 37px;
  }
  header .sp_nav_wrap {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding: 98px 5.06667vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 101;
    -webkit-transition: all 500ms 0s ease;
    -o-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    overflow-y: scroll;
  }
  header .sp_nav_wrap.on {
    left: 0;
  }
  header .sp_nav_wrap .close {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 28px;
    height: 28px;
  }
  header .sp_nav_wrap .close span {
    position: absolute;
    left: 5px;
    width: 18px;
    height: 2px;
    background: #707070;
    border-radius: 1px;
  }
  header .sp_nav_wrap .close span:nth-of-type(1) {
    top: 8px;
    -webkit-transform: translateY(5px) rotate(-45deg);
        -ms-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  header .sp_nav_wrap .close span:nth-of-type(2) {
    top: 18px;
    -webkit-transform: translateY(-5px) rotate(45deg);
        -ms-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg);
  }
  header .sp_nav_wrap .search {
    position: absolute;
    top: 56px;
    left: 5.06667vw;
    width: 89.86667vw;
  }
  header .sp_nav_wrap .search form {
    position: relative;
    width: 100%;
    height: 42px;
  }
  header .sp_nav_wrap .search #query {
    position: relative;
    width: 100%;
    height: 42px;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FAFAFA;
    font-size: 12px;
    padding: 5px 28px 5px 5px;
  }
  header .sp_nav_wrap .search #btnSearch {
    position: absolute;
    width: 42px;
    height: 40px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/jp/ja/img/common/search.png") no-repeat center center;
    background-size: 12px auto;
  }
  header .sp_nav_wrap .nav {
    padding: 28px;
  }
  header .sp_nav_wrap .nav a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 18px 0;
  }
  header .sp_nav_wrap .nav a.blank:after {
    content: '';
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 9px;
    height: 9px;
    background: url("/jp/ja/img/common/blank.png") no-repeat center center;
    background-size: 100% auto;
    margin: 0 0 0 8px;
  }
  header .sp_nav_wrap .subnav {
    border-top: 1px solid #E6E6E6;
    padding: 28px;
  }
  header .sp_nav_wrap .subnav ul li {
    font-size: 12px;
    line-height: 28px;
    margin-top: 14px;
  }
  header .sp_nav_wrap .subnav ul li:first-child {
    margin-top: 0;
  }
  header .sp_nav_wrap .subnav ul li a {
    position: relative;
    display: block;
    height: 28px;
    color: #666666;
    padding-left: 20px;
  }
  header .sp_nav_wrap .subnav ul li a.global_network:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url("/jp/ja/img/common/global_network.png") no-repeat center center;
    background-size: 100% auto;
  }
  header .sp_nav_wrap .subnav ul li a.contact:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background: url("/jp/ja/img/common/contact.png") no-repeat center center;
    background-size: 100% auto;
  }
  header .sp_nav_wrap #cl {
    margin: 14px 0 0;
  }
  header .sp_nav_wrap #cl a {
    font-size: 11px;
    line-height: 16px;
    color: #666666;
  }
  .nav_lv2 {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .category_top .kv {
    position: relative;
    width: 100%;
    height: 140px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 5.06667vw 0;
  }
  .category_top .kv h2 {
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    letter-spacing: 0.04em;
    text-shadow: 0px 0px 14px #05294d;
  }
  .category_top .kv h2 span {
    display: block;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.2em;
  }
  .category_top .block {
    width: 100%;
    margin: 28px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.06667vw;
  }
  .category_top .block .htag {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #0099D9;
  }
  .category_top .block h2 {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    color: #1A1A1A;
    margin: 5px 0 28px;
    border-bottom: 3px solid #004F99;
    padding: 0 0 23px;
  }
  .category_top .block h2:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 11.2vw;
    width: 26.13333vw;
    height: 3px;
    background-color: #0099D9;
  }
  .category_top .block h2:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 37.33333vw;
    width: 52.53333vw;
    height: 3px;
    background-color: #9FD9F6;
  }
  .category_top ul.col_2 > li {
    width: 100%;
    border: 1px solid #E6E6E6;
    margin-top: 28px;
  }
  .category_top ul.col_2 > li:first-child {
    margin-top: 0;
  }
  .category_top ul.col_2.type_1 > li {
    height: 44.8vw;
  }
  .category_top ul.col_2.type_1 > li a {
    display: block;
    width: 100%;
    height: 44.8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8.53333vw 7.46667vw;
  }
  .category_top ul.col_2.type_1 > li .page {
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #0099D9;
    letter-spacing: 0.04em;
  }
  .category_top ul.col_2.type_1 > li .page:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_2.type_1 > li .title {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin: 15px 0 0;
  }
  .category_top ul.col_2.type_1 > li p {
    display: none;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin: 17px 0 0;
  }
  .category_top ul.col_2.type_1 > li p.black {
    color: #1A1A1A;
  }
  .category_top ul.col_2.type_2 > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #E6E6E6;
  }
  .category_top ul.col_2.type_2 > li a {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
  }
  .category_top ul.col_2.type_2 > li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_2.type_2 > li a span {
    position: absolute;
    left: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 238px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #666;
  }
  .category_top ul.col_3 > li {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-top: none;
  }
  .category_top ul.col_3 > li:first-child {
    border-top: 1px solid #E6E6E6;
  }
  .category_top ul.col_3.type_1 > li {
    height: 22.4vw;
    font-size: 0;
  }
  .category_top ul.col_3.type_1 > li .title {
    display: inline-block;
    position: relative;
    width: 67.46667vw;
    height: 22.4vw;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #666;
    border-right: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .category_top ul.col_3.type_1 > li .title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_3.type_1 > li .title span {
    position: absolute;
    top: 50%;
    left: 28px;
    width: 220px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .category_top ul.col_3.type_1 > li .img {
    display: inline-block;
    width: 22.4vw;
    height: 22.4vw;
  }
  .category_top ul.col_3.type_2 > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #E6E6E6;
  }
  .category_top ul.col_3.type_2 > li a {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
  }
  .category_top ul.col_3.type_2 > li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_3.type_2 > li a span {
    position: absolute;
    left: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 238px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #666;
  }
  .category_top ul.col_3.type_2 > li a.pdf:before {
    right: auto;
    left: 16.5px;
  }
  .category_top ul.col_3.type_2 > li a.pdf span {
    left: 35px;
    color: #0099D9;
  }
  .category_top ul.col_3.type_2 > li a.pdf:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/jp/ja/img/common/pdf.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_3.type_3 > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin: 28px 0 0;
  }
  .category_top ul.col_3.type_3 > li a .title {
    position: relative;
    height: 56px;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #666;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
  }
  .category_top ul.col_3.type_3 > li a .title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_3.type_3 > li a .title span {
    position: absolute;
    top: 50%;
    left: 28px;
    width: 238px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .category_top ul.col_3.type_3 > li a .img {
    width: 100%;
    height: 37.33333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px;
    position: relative;
  }
  .category_top ul.col_3.type_3 > li a .img span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  .category_top ul.col_4 > li {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-top: none;
  }
  .category_top ul.col_4 > li:first-child {
    border-top: 1px solid #E6E6E6;
  }
  .category_top ul.col_4.type_1 > li {
    height: 14.93333vw;
    font-size: 0;
  }
  .category_top ul.col_4.type_1 > li .title {
    display: inline-block;
    position: relative;
    width: 74.93333vw;
    height: 14.93333vw;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #666;
    border-right: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0.04em;
  }
  .category_top ul.col_4.type_1 > li .title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .category_top ul.col_4.type_1 > li .title span {
    position: absolute;
    top: 50%;
    left: 28px;
    width: 58.66667vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .category_top ul.col_4.type_1 > li .img {
    display: inline-block;
    width: 14.93333vw;
    height: 14.93333vw;
  }
  .btn_ptop {
    position: fixed;
    right: 0;
    bottom: env(safe-area-inset-bottom);
    width: 42px;
    height: 42px;
    background: url("/jp/ja/img/common/sp/ptop.png") no-repeat center center;
    background-size: 100% auto;
    z-index: 1;
  }
  /* footer {
    width: 100%;
    background-color: #0099D9;
    padding: 28px 5.06667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_nav li dl dt {
    font-size: 0;
  }
  footer .footer_nav li dl dt a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 18px 0;
    color: #fff;
  }
  footer .footer_nav li dl dd {
    display: none;
  }
  footer .footer_subnav {
    width: 100%;
    border-top: 1px solid #9FD9F6;
    padding: 30px 0 0;
    margin: 30px 0 0;
  }
  footer .footer_subnav ul {
    margin-bottom: 20px;
  }
  footer .footer_subnav ul li a {
    font-size: 12px;
    line-height: 28px;
    color: #fff;
  }
  footer .footer_subnav .copy {
    font-size: 10px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.04em;
  } */
  .contents_footer {
    width: 82.4vw;
    margin: 0 auto;
    padding: 75px 0 80px;
  }
  .contents_footer .parent_page {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.06em;
    padding: 0 0 20px;
    border-bottom: 1px solid #9FD9F6;
  }
  .contents_footer .parent_page a {
    color: #0099D9;
  }
  .contents_footer dl dt {
    margin: 20px 0 0;
    font-size: 11px;
    line-height: 15px;
    color: #0099D9;
    letter-spacing: 0.06em;
  }
  .contents_footer dl dd {
    margin: 20px 0 0;
  }
  .contents_footer dl dd ul {
    font-size: 0;
    margin: 0;
  }
  .contents_footer dl dd ul li {
    margin: 0 0 14px;
  }
  .contents_footer dl dd ul li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    padding: 5px 0 5px 14px;
    color: #666666;
  }
  .contents_footer dl dd ul li a.cur {
    color: #0099D9;
  }
  .contents_footer dl dd ul li a:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/jp/ja/img/common/arrow.png") no-repeat center center;
    background-size: 100% auto;
  }
  .contents_header {
    background: #FAFAFA;
    border-bottom: 2px solid #F0F0F0;
    padding: 5px 5.06667vw 18px;
    margin-bottom: 40px;
  }
  .contents_header h1 {
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .contents_header h1 img {
    position: absolute;
    right: 0;
    top: 13px;
    width: 70px;
    margin-left: 15px;
  }
  .contents_header .en-ttl {
    display: none;
  }
  .contents_body {
    font-size: 14px;
    padding: 0 5.06667vw;
  }
  .contents_body h2 {
    position: relative;
    font-size: 21px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 18px;
    margin-bottom: 30px;
    border-bottom: 3px solid #9FD9F6;
  }
  .contents_body h2::before, .contents_body h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    height: 3px;
  }
  .contents_body h2::before {
    z-index: 2;
    width: 40px;
    background: #004F99;
  }
  .contents_body h2::after {
    z-index: 1;
    width: 140px;
    background: #0099D9;
  }
  .contents_body h2.en {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
  }
  .contents_body h4 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 25px;
    letter-spacing: 0.04em;
    border-bottom: 2px solid #0099D9;
  }
  .contents_body h4.en {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
  }
  .contents_body .block-mv {
    margin-bottom: 25px;
  }
  .contents_body .block-wrap {
    margin-bottom: 50px;
  }
  .contents_body .block-wrap p {
    font-size: 15px;
    line-height: 28px;
  }
  .contents_body .block-wrap p.mb {
    margin-bottom: 20px;
  }
  .contents_body .block-wrap p.caution {
    color: #787878;
    font-size: 13px;
    line-height: 1.5;
  }
  .contents_body .block-wrap.lead p {
    font-size: 17px;
    line-height: 28px;
  }
  .contents_body .type-decimal {
    padding-top: 20px;
  }
  .contents_body .type-decimal .number {
    margin-bottom: 15px;
    line-height: 28px;
  }
  .contents_body .type-decimal .number.mb-long {
    margin-bottom: 20px;
  }
  .contents_body .type-decimal .number .ttl {
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }
  .contents_body .type-decimal .number ul {
    margin-bottom: 5px;
  }
  .contents_body .type-decimal .number ul li {
    position: relative;
    padding-left: 1em;
  }
  .contents_body .type-decimal .number ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .contents_body .list li {
    position: relative;
    padding-left: 1em;
    line-height: 1.8;
  }
  .contents_body .list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .contents_body .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents_body .row.mb {
    margin-bottom: 30px;
  }
  .contents_body .row .col:nth-of-type(2) {
    margin-top: 30px;
  }
  .contents_body .row .img {
    margin-bottom: 30px;
    color: #666666;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
  }
  .contents_body .row .img img {
    display: block;
    margin-bottom: 25px;
  }
  .contents_body .row .img-b img {
    width: 280px;
    padding: 34px 0;
    border: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contact-wrap-short {
    background: #E6F4FA;
    max-width: 644px;
    margin: 0 auto;
    padding: 40px 25px 45px;
    text-align: center;
  }
  #contact-wrap-short .contact-title {
    font-size: 15px;
    color: #0099D9;
    margin-bottom: 25px;
    line-height: 28px;
  }
  #contact-wrap-short .contact-title span {
    font-weight: bold;
  }
  #contact-wrap-short .btnContact {
    display: block;
    max-width: 364px;
    background: #FFF;
    padding: 16px 10px;
    margin: 0 auto;
    text-align: center;
    color: #0099D9;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #0099D9;
  }
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1250px) {
  .container {
    padding-left: 0;
  }
  .container header {
    position: relative;
    width: 100%;
    height: 84px;
    min-height: 84px;
    border: none;
  }
  .container header .inner {
    position: relative;
    width: 100%;
    height: 84px;
    min-height: auto;
    padding: 0;
  }
  .container header .menu {
    display: block;
    position: absolute;
    top: 14px;
    left: 14px;
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  .container header .menu span {
    position: absolute;
    left: 5px;
    width: 18px;
    height: 2px;
    background: #000;
    border-radius: 1px;
  }
  .container header .menu span:nth-of-type(1) {
    top: 8px;
  }
  .container header .menu span:nth-of-type(2) {
    top: 13px;
  }
  .container header .menu span:nth-of-type(3) {
    top: 18px;
  }
  .container header .header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px;
    height: 57px;
    background: url("/jp/ja/img/common/logo_sp.png") no-repeat center center;
    background-size: 100% auto;
    position: relative;
  }
  .container header .header_logo span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  .container header .header_logo a {
    display: block;
    width: 50px;
    height: 57px;
  }
  .container header .sp_nav_wrap {
    position: fixed;
    top: 0;
    left: -197px;
    width: 196px;
    height: 100vh;
    background-color: #fff;
    padding: 80px 14px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #9FD9F6;
    z-index: 101;
    -webkit-transition: all 500ms 0s ease;
    -o-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    overflow-y: auto;
  }
  .container header .sp_nav_wrap.on {
    left: 0;
  }
  .container header .sp_nav_wrap .close {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 28px;
    height: 28px;
  }
  .container header .sp_nav_wrap .close span {
    position: absolute;
    left: 5px;
    width: 18px;
    height: 2px;
    background: #707070;
    border-radius: 1px;
  }
  .container header .sp_nav_wrap .close span:nth-of-type(1) {
    top: 8px;
    -webkit-transform: translateY(5px) rotate(-45deg);
        -ms-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  .container header .sp_nav_wrap .close span:nth-of-type(2) {
    top: 18px;
    -webkit-transform: translateY(-5px) rotate(45deg);
        -ms-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg);
  }
  .container header .sp_nav_wrap .search form {
    position: relative;
    width: 100%;
    height: 28px;
  }
  .container header .sp_nav_wrap .search #query {
    position: relative;
    width: 100%;
    height: 28px;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FAFAFA;
    font-size: 12px;
    padding: 5px 28px 5px 5px;
  }
  .container header .sp_nav_wrap .search #btnSearch {
    position: absolute;
    width: 42px;
    height: 26px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/jp/ja/img/common/search.png") no-repeat center center;
    background-size: 12px auto;
  }
  .container header .sp_nav_wrap .nav {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
    padding: 0 14px;
  }
  .container header .sp_nav_wrap .nav a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding: 12px 0;
  }
  .container header .sp_nav_wrap .nav a:after {
    display: none;
  }
  .container header .sp_nav_wrap .nav a.blank:after {
    content: '';
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 9px;
    height: 9px;
    background: url("/jp/ja/img/common/blank.png") no-repeat center center;
    background-size: 100% auto;
    margin: 0 0 0 8px;
  }
  .container header .sp_nav_wrap .subnav {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 35px 14px 0;
  }
  .container header .sp_nav_wrap .subnav ul li {
    font-size: 12px;
    line-height: 28px;
  }
  .container header .sp_nav_wrap .subnav ul li a {
    position: relative;
    display: block;
    height: 28px;
    color: #666666;
    padding-left: 20px;
  }
  .container header .sp_nav_wrap .subnav ul li a.global_network:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url("/jp/ja/img/common/global_network.png") no-repeat center center;
    background-size: 100% auto;
  }
  .container header .sp_nav_wrap .subnav ul li a.contact:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background: url("/jp/ja/img/common/contact.png") no-repeat center center;
    background-size: 100% auto;
  }
  .container header .sp_nav_wrap #cl {
    margin: 14px 0 0;
  }
  .container header .sp_nav_wrap #cl a {
    font-size: 11px;
    line-height: 16px;
    color: #666666;
  }
  .nav_lv2 {
    display: none;
  }
}

/*# sourceMappingURL=maps/common.css.map */

