@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1000px;
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body p {
    font-size: 14px;
    line-height: 1.71429;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .header .header_l {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
  .header .header_l h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 234px;
    height: 234px;
  }
  .header .header_l h1 a {
    width: 234px;
    height: 234px;
    -moz-border-radius: 0px 0px 40px 0px;
         border-radius: 0px 0px 40px 0px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_l h1 img {
    width: 156px;
  }
  .header .header_l ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    padding-right: 14px;
    width: -webkit-calc(100% - 234px);
    width: -moz-calc(100% - 234px);
    width: calc(100% - 234px);
    z-index: 101;
    background: #5486d7;
  }
  .header .header_l ul li:not(:last-child) {
    margin-right: 15px;
  }
  .header .header_l ul li:nth-of-type(1) {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.0625;
    text-align: right;
    color: #fff;
  }
  .header .header_l ul li:nth-of-type(2) a {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 41px;
    text-align: right;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_l ul li:nth-of-type(2) a::before {
    content: "";
    margin-right: 5px;
    width: 32px;
    height: 29px;
    background: url(../img/ic_tel.svg) center/contain no-repeat;
    display: block;
  }
  .header .header_l ul li:nth-of-type(3) a {
    height: 46px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: transparent;
    border: 2px solid #fff;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    position: relative;
    padding-left: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  .header .header_l ul li:nth-of-type(3) a::before {
    content: "";
    margin-right: 10px;
    width: 28px;
    height: 20px;
    background: url(../img/ic_mail.svg) center/contain no-repeat;
    display: block;
  }
  .header_intro {
    background: #0A3E87;
    font-size: 1.2rem;
    line-height: 20px;
    font-family: 'Meiryo',sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 0 14px;
  }
  .footer {
    margin-top: 10px;
    background: #5486d7;
  }
  .footer > p {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 10px;
  }
  .footer_main {
    padding: 40px 0 25px;
  }
  .footer_main > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_main > dl > dt {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: #fff;
    width: 280px;
    border-right: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_main > dl > dd {
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
    padding-left: 60px;
  }
  .footer_main > dl > dd dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_main > dl > dd dl + dl {
    margin-top: 15px;
  }
  .footer_main > dl > dd dl dt {
    width: 140px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #fff;
  }
  .footer_main > dl > dd dl dd {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }
  .footer_main > dl > dd dl dd .map {
    margin-top: 10px;
  }
  .footer_main > dl > dd dl dd p, .footer_main > dl > dd dl dd a {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }
  .cta {
    padding: 55px 0 35px;
    background: -webkit-repeating-linear-gradient(left, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
    background: -moz- oldrepeating-linear-gradient(left, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
    background: repeating-linear-gradient(90deg, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
  }
  .cta_main {
    max-width: 820px;
    margin: 0 auto;
    background: -webkit-repeating-linear-gradient(135deg, #fcf36c, #fcf36c 10px, #fbed10 10px, #fbed10 20px);
    background: -moz- oldrepeating-linear-gradient(135deg, #fcf36c, #fcf36c 10px, #fbed10 10px, #fbed10 20px);
    background: repeating-linear-gradient(-45deg, #fcf36c, #fcf36c 10px, #fbed10 10px, #fbed10 20px);
    padding: 12px;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .cta_inner {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 50px 25px 25px;
    position: relative;
  }
  .cta_inner h2 {
    min-width: 361px;
    height: 55px;
    -moz-border-radius: 27px;
         border-radius: 27px;
    background: #0a3e87;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    top: -31px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta_inner h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #0a3e87;
  }
  .cta .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cta_l {
    width: -webkit-calc(100% - 362px);
    width: -moz-calc(100% - 362px);
    width: calc(100% - 362px);
    padding-right: 10px;
  }
  .cta_l a {
    height: 74px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: transparent;
    border: 2px solid #fe7c01;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    margin-top: 15px;
    width: 362px;
  }
  .cta_l a span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 39px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fe7c01;
    position: relative;
    padding-left: 44px;
  }
  .cta_l a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 34px;
    height: 31px;
    background: url(../img/ic_tel2.svg) center/contain no-repeat;
    display: block;
  }
  .cta_l a small {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 11px;
    padding-left: 44px;
    color: #fe7c01;
    display: block;
  }
  .cta_r {
    width: 362px;
    text-align: center;
  }
  .cta_r ul {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 15px;
  }
  .cta_r ul li {
    position: relative;
    width: 108px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    border: 3px solid #0a3e87;
    padding: 20px 0 5px;
    text-align: center;
  }
  .cta_r ul li:not(:last-child) {
    margin-right: 7px;
  }
  .cta_r ul li:nth-of-type(2):before {
    top: -20px;
    width: 60px;
    height: 34px;
    background-image: url(../img/cta_ic2.png);
  }
  .cta_r ul li:nth-of-type(3):before {
    top: -15px;
    width: 52px;
    height: 24px;
    background-image: url(../img/cta_ic3.png);
  }
  .cta_r ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 41px;
    height: 34px;
    background-image: url(../img/cta_ic1.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .cta_r ul li span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #0a3e87;
    min-height: 47px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta_r ul li span:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .cta_r ul li p {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #ed5757;
  }
  .cta_r ul li p i {
    line-height: 1;
    font-weight: bold;
    font-size: 65px;
    text-align: center;
    color: #ed5757;
    font-style: normal;
  }
  .cta_r a.btn {
    width: 100%;
    -moz-box-shadow: 0 4px 0px 0px #2b7621;
         box-shadow: 0 4px 0px 0px #2b7621;
  }
  .cta_r a.btn02 {
    width: 100%;
    -moz-box-shadow: 0 4px 0px 0px #106F84;
         box-shadow: 0 4px 0px 0px #106F84;
  }
  .cta_r a.btn span {
    background: -webkit-gradient(linear, left top, left bottom, from(#2cc62c), to(#419b33));
    background: -webkit-linear-gradient(#2cc62c 0%, #419b33 100%);
    background: -moz- oldlinear-gradient(#2cc62c 0%, #419b33 100%);
    background: linear-gradient(#2cc62c 0%, #419b33 100%);
    font-size: 23px;
    position: relative;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
    height: 70px;
  }
  .cta_r a.btn span::before {
    content: "";
    width: 59px;
    height: 39px;
    background: url(../img/ic_mail2.svg) center/contain no-repeat;
    display: block;
    margin-right: 10px;
  }
  .cta_r a.btn.btn02 {
    width: 100%;
    -moz-box-shadow: 0 4px 0px 0px #106F84;
         box-shadow: 0 4px 0px 0px #106F84;
  }
  .cta_r a.btn.btn02 span {
    background: -webkit-gradient(linear, left top, left bottom, from(#3FBAD1), to(#1EA0B9));
    background: -webkit-linear-gradient(#3FBAD1 0%, #1EA0B9 100%);
    background: -moz- oldlinear-gradient(#3FBAD1 0%, #1EA0B9 100%);
    background: linear-gradient(#3FBAD1 0%, #1EA0B9 100%);
    font-size: 23px;
    position: relative;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
    height: 70px;
  }
  .cta_r a.btn.btn02 span::before {
    content: "";
    width: 59px;
    height: 39px;
    background: url(../img/ic_mail2.svg) center/contain no-repeat;
    display: block;
    margin-right: 10px;
  }
  .cta_r a.btn.btn03 {
    margin-top: 1rem;
  }
  .cta_r a.btn.btn03 span::before {
    content: "";
    width: 59px;
    height: 39px;
    background: url(../img/ic_line2.svg) center/contain no-repeat;
    display: block;
    margin-right: 10px;
  }
  .t_ttl {
    text-align: center;
    margin-bottom: 35px;
  }
  .t_ttl.st2 small, .t_ttl.st2 span {
    color: #fff;
  }
  .t_ttl.st2 small::before {
    background-image: url(../img/t_ttl_bg1_2.svg);
  }
  .t_ttl.st2 small::after {
    background-image: url(../img/t_ttl_bg2_2.svg);
  }
  .t_ttl small {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 29px;
    line-height: 44px;
    color: #0a3e87;
    position: relative;
    padding: 0 66px;
  }
  .t_ttl small::before {
    content: "";
    position: absolute;
    top: 37%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 56px;
    height: 54px;
    background-image: url(../img/t_ttl_bg1.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .t_ttl small::after {
    content: "";
    position: absolute;
    top: 37%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 56px;
    height: 54px;
    background-image: url(../img/t_ttl_bg2.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .t_ttl span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 46px;
    color: #0a3e87;
    display: block;
  }
  .t_ttl span em {
    color: #F06801;
    font-style: normal;
  }
  button.btn, a.btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 4px 0px 0px #bf4a00;
         box-shadow: 0 4px 0px 0px #bf4a00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    min-width: 282px;
  }
  button.btn:hover, a.btn:hover {
    opacity: 1;
  }
  button.btn:hover span, a.btn:hover span {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  button.btn span, a.btn span {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    position: relative;
    width: 100%;
    height: 58px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7e01), to(#e65900));
    background: -webkit-linear-gradient(#ff7e01 0%, #e65900 100%);
    background: -moz- oldlinear-gradient(#ff7e01 0%, #e65900 100%);
    background: linear-gradient(#ff7e01 0%, #e65900 100%);
  }
  button.btn span::after, a.btn span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 67px;
    height: 100%;
    background: url(../img/btn_bg.png) center/contain no-repeat;
    display: block;
    opacity: 0.25;
  }
  .p_top .mv > figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 755px;
    object-fit: cover;
  }
  .p_top .mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .mv .txt .row {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .mv .txt .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 35px;
  }
  .p_top .mv .txt .text span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 1.07143;
    text-align: left;
    color: #0a3e87;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #fff;
    padding: 10px 5px;
    margin-right: 5px;
  }
  .p_top .mv .txt .text .-blue {
    color: #5486d7;
  }
  .p_top .mv .txt .circle {
    width: 262px;
    height: 262px;
    background: rgba(84, 134, 215, 0.79);
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .mv .txt .circle p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
  .p_top .mv .txt .circle p small {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.69565;
    text-align: left;
    color: #fbff8d;
    text-shadow: 0px 0px 2px #0a3e87;
  }
  .p_top .mv .txt .circle p i {
    font-style: normal;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 200px;
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 7px rgba(10, 62, 135, 0.27);
    line-height: 1;
    margin: 0 -15px;
  }
  .p_top .mv .txt .circle p span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 49px;
    line-height: 1.08163;
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 7px rgba(10, 62, 135, 0.27);
  }
  .p_top .traders {
    background: #fffdea;
    position: relative;
    padding: 55px 0 0;
    z-index: 9;
  }
  .p_top .traders::before {
    content: "";
    position: absolute;
    top: -51px;
    left: 0;
    width: 100%;
    height: 51px;
    background: url(../img/traders_mask.png) center repeat-x;
    display: block;
  }
  .p_top .traders_inner {
    position: relative;
  }
  .p_top .traders_inner::before {
    content: "";
    position: absolute;
    bottom: -55px;
    right: 0;
    width: 338px;
    height: 300px;
    background: url(../img/traders_bg2.png) center repeat-x;
    display: block;
  }
  .p_top .traders_inner::after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 324px;
    height: 416px;
    background: url(../img/traders_bg1.png) center repeat-x;
    display: block;
  }
  .p_top .traders .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 55px 0 100px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
  }
  .p_top .traders .df figure {
    width: 89px;
  }
  .p_top .traders .df .txt {
    width: -webkit-calc(100% - 89px);
    width: -moz-calc(100% - 89px);
    width: calc(100% - 89px);
    padding-left: 30px;
  }
  .p_top .traders .df .txt p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6875;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .traders .df .txt p span {
    color: #2a2a2a;
    background: -webkit-linear-gradient(bottom, #ff0 19px, transparent 19px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #ff0 19px, transparent 19px, transparent 100%);
    background: linear-gradient(to top, #ff0 19px, transparent 19px, transparent 100%);
  }
  .p_top .traders .box {
    position: relative;
    z-index: 1;
  }
  .p_top .traders .box dl {
    padding: 50px 15px 35px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #fff;
    position: relative;
  }
  .p_top .traders .box dl dt {
    min-width: 439px;
    height: 55px;
    -moz-border-radius: 27px;
         border-radius: 27px;
    background: #0a3e87;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    top: -35px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_top .traders .box dl dt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #0a3e87;
  }
  .p_top .traders .box dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .traders .box dl dd ul li {
    width: 323px;
    min-height: 79px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.23077;
    text-align: left;
    color: #0a3e87;
    padding: 10px 20px;
    background: url(../img/box_item_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .traders .box dl dd ul li::before {
    content: "";
    width: 31px;
    height: 31px;
    background-image: url(../img/n1.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .traders .box dl dd ul li:nth-of-type(1)::before {
    width: 31px;
    height: 31px;
    background-image: url(../img/n1.png);
  }
  .p_top .traders .box dl dd ul li:nth-of-type(2)::before {
    width: 32px;
    height: 26px;
    background-image: url(../img/n2.png);
  }
  .p_top .traders .box dl dd ul li:nth-of-type(3)::before {
    width: 28px;
    height: 27px;
    background-image: url(../img/n3.png);
  }
  .p_top .traders .carousel {
    overflow: hidden;
    position: relative;
    height: 151px;
    margin-top: 49px;
  }
  .p_top .traders .carousel ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0;
    position: absolute;
  }
  .p_top .traders .carousel ul li {
    width: 238px;
  }
  .p_top .traders .carousel ul li img {
    display: block;
    width: 238px;
    height: 151px;
    object-fit: cover;
  }
  .p_top .contact {
    padding: 50px 0 25px;
    background: -webkit-repeating-linear-gradient(left, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
    background: -moz- oldrepeating-linear-gradient(left, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
    background: repeating-linear-gradient(90deg, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
  }
  .p_top .contact_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .contact_l {
    width: -webkit-calc(100% - 597px);
    width: -moz-calc(100% - 597px);
    width: calc(100% - 597px);
  }
  .p_top .contact_l p {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44444;
    color: #fff;
    -webkit-transform: rotate(-5deg);
       -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    margin-bottom: 30px;
  }
  .p_top .contact_r {
    width: 597px;
    background: -webkit-repeating-linear-gradient(135deg, #fcf36c, #fcf36c 10px, #fbed10 10px, #fbed10 20px);
    background: -moz- oldrepeating-linear-gradient(135deg, #fcf36c, #fcf36c 10px, #fbed10 10px, #fbed10 20px);
    background: repeating-linear-gradient(-45deg, #fcf36c, #fcf36c 10px, #fbed10 10px, #fbed10 20px);
    padding: 12px;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .contact_r_main {
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    text-align: center;
  }
  .p_top .contact_r_main .ct_inner {
    padding: 120px 20px 25px;
    position: relative;
  }
  .p_top .contact_r_main .ct_inner .ct_tt {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 33px;
    color: #fff;
    width: 335px;
    height: 116px;
    background: url(../img/contact_bg1.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -24px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1.2;
    padding-top: 14px;
    padding-right: 10px;
  }
  .p_top .contact_r_main .ct_inner .ct_tt small {
    display: block;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    position: relative;
  }
  .p_top .contact_r_main .ct_inner .ct_tt small::after {
    content: "";
    position: absolute;
    top: -7px;
    right: 11px;
    width: 41px;
    height: 44px;
    background: url(../img/contact_ic1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr {
    margin: 20px 0;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr div, .p_top .contact_r_main .ct_inner .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 16px;
    color: #0f2741;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 20px;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label span a {
    color: #1AACC4;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 1px solid #707070;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label span::after {
    left: 5px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact_r_main .ct_inner .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .p_top .contact_r_main .ct_inner .form dl.ait dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 12px;
  }
  .p_top .contact_r_main .ct_inner .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 195px;
    font-weight: bold;
    font-size: 16px;
    color: #0f2741;
  }
  .p_top .contact_r_main .ct_inner .form dl dt span {
    width: 57px;
    height: 22px;
    -moz-border-radius: 11px;
         border-radius: 11px;
    background: #ff9d00;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact_r_main .ct_inner .form dl dd {
    width: -webkit-calc(100% - 195px);
    width: -moz-calc(100% - 195px);
    width: calc(100% - 195px);
    padding-left: 6px;
  }
  .p_top .contact_r_main .ct_inner .form dl dd input {
    border: 0;
    width: 100%;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 41px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f2f2f2;
  }
  .p_top .contact_r_main .ct_inner .form dl dd input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd input::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd input:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd input::placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd textarea {
    border: 0;
    width: 100%;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f2f2f2;
    height: 182px;
  }
  .p_top .contact_r_main .ct_inner .form dl dd textarea::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd textarea::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd textarea:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd textarea::placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .everything {
    background: url(../img/everything_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 50px 0 80px;
  }
  .p_top .everything ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .everything ul li {
    margin: 0 8px;
    width: 184px;
  }
  .p_top .collection {
    background: #ffeb01;
    position: relative;
    border-bottom: 5px solid #1aacc4;
    padding: 20px 0;
  }
  .p_top .collection::before {
    content: "";
    position: absolute;
    top: -51px;
    left: 0;
    width: 100%;
    height: 51px;
    background: url(../img/collection_mask.png) center repeat-x;
    display: block;
  }
  .p_top .collection_inner {
    position: relative;
  }
  .p_top .collection_inner::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 139px;
    height: 131px;
    background: url(../img/collection_bg1.png) center no-repeat;
    display: block;
  }
  .p_top .collection_inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 133px;
    height: 129px;
    background: url(../img/collection_bg2.png) center no-repeat;
    display: block;
  }
  .p_top .collection .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .collection .row .t_ttl {
    width: 380px;
  }
  .p_top .collection .row .t_ttl small {
    display: block;
    line-height: 1.2;
  }
  .p_top .collection .row .t_ttl small::before, .p_top .collection .row .t_ttl small::after {
    top: 55%;
  }
  .p_top .collection .row figure {
    width: 384px;
    margin-left: 30px;
  }
  .p_top .staff {
    background: url(../img/staff_bg.png) repeat;
    padding-top: 25px;
  }
  .p_top .staff .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .staff .row .txt h2 {
    line-height: 0;
  }
  .p_top .staff .row .txt h2 img {
    width: 374px;
  }
  .p_top .staff .row .txt p span {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #0a3e87;
    border-bottom: 2px dashed #0a3e87;
  }
  .p_top .staff .row figure {
    width: 229px;
  }
  .p_top .reasons {
    background: url(../img/reasons_bg.png) repeat;
    padding: 50px 0;
  }
  .p_top .reasons_top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    counter-reset: div;
  }
  .p_top .reasons_top ul li {
    width: 384px;
    margin: 0 13px 35px;
  }
  .p_top .reasons_top ul li .ctTop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .p_top .reasons_top ul li .ctTop h3 {
    position: relative;
  }
  .p_top .reasons_top ul li .ctTop h3::before {
    counter-increment: div;
    content: counter(div, decimal-leading-zero);
    display: block;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 25px;
    color: #0a3e87;
  }
  .p_top .reasons_top ul li .ctTop h3 span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 29px;
    text-align: left;
    color: #f06801;
    border-bottom: 1px solid #f06801;
  }
  .p_top .reasons_top ul li .ctTop figure {
    width: 121px;
    height: 121px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
    background: url(../img/reasons_circle.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 5px;
  }
  .p_top .reasons_top ul li .ctTop figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .reasons_top ul li .ctBot {
    padding: 15px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 0px 0px 8px rgba(10, 62, 135, 0.2);
         box-shadow: 0px 0px 8px rgba(10, 62, 135, 0.2);
  }
  .p_top .reasons_top ul li .ctBot p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .reasons_top ul li .ctBot p span {
    background: -webkit-linear-gradient(bottom, #ffff8b 16px, transparent 16px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #ffff8b 16px, transparent 16px, transparent 100%);
    background: linear-gradient(to top, #ffff8b 16px, transparent 16px, transparent 100%);
  }
  .p_top .reasons_bot {
    margin-top: 15px;
  }
  .p_top .reasons_bot dl {
    width: 796px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    border: 3px solid #f06801;
    -moz-box-shadow: 0px 0px 8px rgba(10, 62, 135, 0.2);
         box-shadow: 0px 0px 8px rgba(10, 62, 135, 0.2);
    position: relative;
    padding: 40px 30px 30px;
    margin: 0 auto;
  }
  .p_top .reasons_bot dl dt {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    width: 173px;
    height: 43px;
    -moz-border-radius: 21px;
         border-radius: 21px;
    background: #f06801;
    position: absolute;
    left: 50%;
    top: -24px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .reasons_bot dl dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .reasons_bot dl dd .df_l {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .reasons_bot dl dd .df_l figure {
    width: 117px;
  }
  .p_top .reasons_bot dl dd .df_l p {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.73077;
    text-align: left;
    color: #2a2a2a;
    width: -webkit-calc(100% - 117px);
    width: -moz-calc(100% - 117px);
    width: calc(100% - 117px);
    padding-left: 15px;
  }
  .p_top .reasons_bot dl dd .df_l p em {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    text-align: left;
    color: #1aacc4;
    font-style: normal;
  }
  .p_top .reasons_bot dl dd .df_r {
    width: 50%;
  }
  .p_top .reasons_bot dl dd .df_r p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .price {
    padding: 50px 0;
  }
  .p_top .price_top {
    margin-bottom: 30px;
  }
  .p_top .price_top .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 65px;
  }
  .p_top .price_top .df ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .price_top .df ul li {
    width: 123px;
    height: 53px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #1aacc4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }
  .p_top .price_top .df ul li:not(:last-child) {
    margin-right: 8px;
  }
  .p_top .price_top .df p {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 23px;
    text-align: left;
    color: #0a3e87;
    padding-left: 15px;
  }
  .p_top .price_top .listPrice {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .price_top .listPrice li {
    width: 240px;
    background: #effafc;
    position: relative;
    padding: 65px 20px 20px 0;
  }
  .p_top .price_top .listPrice li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .p_top .price_top .listPrice li figure {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -35px;
    height: 85px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .price_top .listPrice li .txt1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    background: #0a3e87;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: #fff;
    padding-left: 15px;
  }
  .p_top .price_top .listPrice li .txt2 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    color: #0a3e87;
    padding-left: 15px;
    margin: 10px 0;
  }
  .p_top .price_top .listPrice li .txt3 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #0a3e87;
    position: relative;
    text-align: right;
  }
  .p_top .price_top .listPrice li .txt3 i {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 47px;
    text-align: right;
    color: #f06801;
    line-height: 1;
    font-style: normal;
  }
  .p_top .price_top .listPrice li .txt3 small {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #0a3e87;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .p_top .price_bot h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .p_top .price_bot_main {
/*    -moz-border-radius: 10px;
         border-radius: 10px;
    background-color: #fbed10;
    padding: 11px;*/
  }
  .p_top .price_bot_inner {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background-color: #fff;
    position: relative;
    padding: 100px 30px 50px 40px;
  }
  .p_top .price_bot_inner h3 {
    background: url(../img/price_tt_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: -22px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 33px;
    text-align: left;
    color: #fff;
    width: 335px;
    height: 92px;
    text-align: center;
    padding-top: 11px;
  }
  .p_top .price_bot_list {
    margin-bottom: 50px;
  }
  .p_top .price_bot_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .p_top .price_bot_item h4 {
    border-bottom: 3px dashed #0a3e87;
    position: relative;
    padding: 5px 0 5px 46px;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    color: #0a3e87;
  }
  .p_top .price_bot_item h4.ic2 {
    padding-left: 50px;
  }
  .p_top .price_bot_item h4.ic2:before {
    width: 40px;
    height: 28px;
    background-image: url(../img/price_ic2.svg);
  }
  .p_top .price_bot_item h4.ic3 {
    padding-left: 55px;
  }
  .p_top .price_bot_item h4.ic3:before {
    width: 45px;
    height: 28px;
    background-image: url(../img/price_ic3.svg);
  }
  .p_top .price_bot_item h4.ic4 {
    padding-left: 41px;
  }
  .p_top .price_bot_item h4.ic4:before {
    width: 31px;
    height: 28px;
    background-image: url(../img/price_ic4.svg);
  }
  .p_top .price_bot_item h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 30px;
    background-image: url(../img/price_ic1.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .p_top .price_bot_item ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .price_bot_item ul.full {
    display: block;
  }
  .p_top .price_bot_item ul.full li {
    width: 100%;
  }
  .p_top .price_bot_item ul.full li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p_top .price_bot_item ul li {
    width: 284px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  .p_top .price_bot_item ul li:not(:nth-child(3n)) {
    margin-right: 28px;
  }
  .p_top .price_bot_item ul li span:nth-of-type(1) {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #0a3e87;
  }
  .p_top .price_bot_item ul li span:nth-of-type(1) small {
    margin-left: 20px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #0a3e87;
  }
  .p_top .price_bot_item ul li span:nth-of-type(2) {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #1aacc4;
  }
  .p_top .price_bot_item ul li span:nth-of-type(2) i {
    font-weight: bold;
    margin-right: 10px;
    font-size: 22px;
    text-align: left;
    color: #1aacc4;
    font-style: normal;
  }
  .p_top .price_bot_bot h4 {
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: #2a2a2a;
    margin-bottom: 10px;
  }
  .p_top .price_bot_bot p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.71429;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .price_map {
    margin-top: 13px;
  }
  .p_top .price_map h3 {
    text-align: center;
    line-height: 0;
  }
  .p_top .price_map h3 img {
    width: 265px;
  }
  .p_top .price_map_detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
  }
  .p_top .price_map_detail .left {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
  }
  .p_top .price_map_detail .left ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .price_map_detail .left ul li {
    font-size: 1.6rem;
    line-height: 34px;
    font-weight: bold;
    color: #133475;
  }
  .p_top .price_map_detail .left ul li + li {
    margin-left: 7px;
  }
  .p_top .price_map_detail .left ul li span {
    display: inline-block;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 2px solid #133475;
    background: #fff;
    padding: 0 10px;
    color: #133475;
  }
  .p_top .price_map_detail .left .txt {
    line-height: 0;
  }
  .p_top .price_map_detail .left .txt img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .p_top .price_map_detail .left p {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    color: #133475;
    margin-top: 18px;
  }
  .p_top .price_map_detail .right {
    width: 340px;
  }
  .p_top .price_map_according {
    max-width: 704px;
    margin: 32px auto 54px;
  }
  .p_top .price_map_according dl {
    background: #EDF5F9;
    border: 1px solid #1AACC4;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .price_map_according dl dt {
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    color: #133475;
    padding: 19px 18px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .p_top .price_map_according dl dt::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/icPlus.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_top .price_map_according dl dt.is_active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .p_top .price_map_according dl dt.is_active + dd {
    max-height: 1000px;
  }
  .p_top .price_map_according dl dd {
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .p_top .price_map_according dl dd .text {
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 400;
    color: #133475;
    padding: 12px 18px;
    border-top: 1px solid #1AACC4;
    background: #fff;
  }
  .p_top .voice {
    padding: 50px 0;
    background: url(../img/staff_bg.png) repeat;
  }
  .p_top .voice .t_ttl {
    margin-bottom: 45px;
  }
  .p_top .voice ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .voice ul li {
    width: 490px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 0px 0px 8px rgba(10, 62, 135, 0.2);
         box-shadow: 0px 0px 8px rgba(10, 62, 135, 0.2);
    padding: 129px 18px 30px;
    position: relative;
  }
  .p_top .voice ul li .figs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 349px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px rgba(10, 62, 135, 0.2);
         box-shadow: 0px 0px 8px rgba(10, 62, 135, 0.2);
  }
  .p_top .voice ul li .figs figure {
    width: 50%;
    height: 154px;
  }
  .p_top .voice ul li .figs figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .voice ul li .figs figure:nth-of-type(1) {
    position: relative;
    position: relative;
  }
  .p_top .voice ul li .figs figure:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -1px;
    width: 1px;
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    background: #fff;
    display: block;
  }
  .p_top .voice ul li .figs figure:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid #ffeb00;
  }
  .p_top .voice ul li span {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Meiryo', sans-serif;
    color: #747474;
    display: inline-block;
  }
  .p_top .voice ul li h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    font-family: 'Meiryo', sans-serif;
    text-align: left;
    color: #0a3e87;
    margin-bottom: 10px;
  }
  .p_top .voice ul li p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .flow {
    background: -webkit-repeating-linear-gradient(left, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
    background: -moz- oldrepeating-linear-gradient(left, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
    background: repeating-linear-gradient(90deg, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
    padding: 50px 0;
  }
  .p_top .flow h2 {
    position: relative;
    padding-top: 35px;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #fff;
  }
  .p_top .flow h2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 42px;
    height: 32px;
    background: url(../img/flow_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .flow ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .p_top .flow ul li {
    width: 211px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    padding: 10px;
  }
  .p_top .flow ul li:not(:nth-child(4n)) {
    margin-right: 52px;
  }
  .p_top .flow ul li:not(:last-child) {
    position: relative;
  }
  .p_top .flow ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -35px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
  }
  .p_top .flow ul li figure {
    height: 125px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .flow ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .flow ul li h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #0a3e87;
    margin: 12px 0;
  }
  .p_top .flow ul li p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .faq {
    padding: 50px 0;
    background: url(../img/reasons_bg.png) repeat;
  }
  .p_top .faq_main {
    max-width: 700px;
    margin: 0 auto;
  }
  .p_top .faq h2 {
    position: relative;
    padding-top: 40px;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    color: #0a3e87;
    margin-bottom: 35px;
    text-align: center;
  }
  .p_top .faq h2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 38px;
    height: 36px;
    background: url(../img/faq_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .faq .dlist {
    counter-reset: div;
  }
  .p_top .faq .dlist dl + dl {
    margin-top: 20px;
  }
  .p_top .faq .dlist dl dt {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #0a3e87;
    padding-left: 50px;
    margin-bottom: 5px;
  }
  .p_top .faq .dlist dl dt::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #0a3e87;
    counter-increment: div;
    content: "[Q" counter(div) "]";
  }
  .p_top .faq .dlist dl dd {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #2a2a2a;
    position: relative;
    padding-left: 50px;
  }
  .p_top .faq .dlist dl dd::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #0a3e87;
    content: "[A" counter(div) "]";
  }
  .p_top .contactBot {
    background: -webkit-repeating-linear-gradient(left, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
    background: -moz- oldrepeating-linear-gradient(left, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
    background: repeating-linear-gradient(90deg, #1aacc4, #1aacc4 5px, #2fb3c9 5px, #2fb3c9 10px);
    padding: 70px 0 45px;
  }
  .p_top .contactBot .contact_r_main .ct_inner {
    padding: 0;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl {
    margin-bottom: 15px;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl dd input {
    height: 44px;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl dt {
    width: 170px;
    font-weight: bold;
    font-size: 16px;
    color: #0a3e87;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl dt span {
    width: 34px;
    height: 17px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #ed4343;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl dt span.any {
    background: #626262;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl dd {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
    padding-left: 30px;
  }
  .p_top .contactBot .boxContact {
    margin: 0 auto;
    position: relative;
    padding: 50px 35px 35px 20px;
    text-align: center;
    width: 700px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
  }
  .p_top .contactBot .boxContact h3 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 56px;
    -moz-border-radius: 28px;
         border-radius: 28px;
    background: #0a3e87;
    position: absolute;
    left: 50%;
    top: -28px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contactBot .boxContact .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .p_top .contactBot .boxContact .df p {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: left;
    color: #fe7c01;
  }
  .p_top .contactBot .boxContact .df a {
    height: 74px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: transparent;
    border: 2px solid #fe7c01;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    margin-top: 15px;
    width: 362px;
  }
  .p_top .contactBot .boxContact .df a span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 39px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fe7c01;
    position: relative;
    padding-left: 44px;
    text-align: left;
  }
  .p_top .contactBot .boxContact .df a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 34px;
    height: 31px;
    background: url(../img/ic_tel2.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .contactBot .boxContact .df a small {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 11px;
    padding-left: 44px;
    color: #fe7c01;
    display: block;
    text-align: left;
  }
  .p_thanks .header ul {
    width: 100%;
  }
  .p_thanks .thanks {
    padding: 150px 0 50px;
    text-align: center;
  }
  .p_thanks .thanks h3 {
    font-weight: bold;
    font-size: 32px;
    color: #0a3e87;
    margin-bottom: 25px;
  }
  .p_thanks .thanks p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body p {
    font-size: 3.38164vw;
    line-height: 1.71429;
  }
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .header_intro {
    background: #0A3E87;
    font-family: 'Meiryo',sans-serif;
    font-weight: 700;
    color: #fff;
    height: 8.69565vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.89855vw;
    line-height: 3.38164vw;
    padding: 0 0 0 3.62319vw;
  }
  .header .header_l {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .header_l ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 14.49275vw;
    padding-right: 3.62319vw;
    width: -webkit-calc(100% - 30.19324vw);
    width: -moz-calc(100% - 30.19324vw);
    width: calc(100% - 30.19324vw);
    z-index: 101;
    background: #5486d7;
  }
  .header .header_l ul li:not(:last-child) {
    margin-right: 1.93237vw;
  }
  .header .header_l ul li:nth-of-type(1) {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.0625;
    text-align: right;
    color: #fff;
  }
  .header .header_l ul li:nth-of-type(2) a {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    color: #fff;
    position: relative;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 0.48309vw solid #fff;
    text-indent: -9999px;
    width: 11.11111vw;
    height: 11.11111vw;
    display: block;
    background: url(../img/ic_tel.svg) center/contain no-repeat;
    -moz-background-size: 7.72947vw 7.00483vw;
         background-size: 7.72947vw 7.00483vw;
  }
  .header .header_l ul li:nth-of-type(3) a {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    color: #fff;
    position: relative;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 0.48309vw solid #fff;
    text-indent: -9999px;
    width: 11.11111vw;
    height: 11.11111vw;
    display: block;
    background: url(../img/ic_mail.svg) center/contain no-repeat;
    -moz-background-size: 6.76329vw 4.83092vw;
         background-size: 6.76329vw 4.83092vw;
  }
  .header h1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header h1 a {
    width: 30.19324vw;
    height: 30.19324vw;
    -moz-border-radius: 0vw 0vw 9.66184vw 0vw;
         border-radius: 0vw 0vw 9.66184vw 0vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header h1 img {
    width: 24.15459vw;
  }
  .footer {
    margin-top: 2.41546vw;
    background: #5486d7;
  }
  .footer > p {
    font-weight: normal;
    font-size: 3.86473vw;
    text-align: center;
    color: #fff;
    padding: 2.41546vw 0 12.07729vw;
  }
  .footer_main {
    padding: 9.66184vw 3.62319vw 3.62319vw;
  }
  .footer_main > dl > dt {
    font-weight: bold;
    font-size: 5.7971vw;
    text-align: center;
    color: #fff;
    margin-bottom: 7.72947vw;
  }
  .footer_main > dl > dd dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_main > dl > dd dl + dl {
    margin-top: 3.62319vw;
  }
  .footer_main > dl > dd dl dt {
    width: 33.81643vw;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: left;
    color: #fff;
  }
  .footer_main > dl > dd dl dd {
    width: -webkit-calc(100% - 33.81643vw);
    width: -moz-calc(100% - 33.81643vw);
    width: calc(100% - 33.81643vw);
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }
  .footer_main > dl > dd dl dd .map {
    margin-top: 4.83092vw;
  }
  .footer_main > dl > dd dl dd .map iframe {
    height: 34.78261vw;
  }
  .footer_main > dl > dd dl dd p, .footer_main > dl > dd dl dd a {
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }
  .footer > .footerFixedLine {
    position: fixed;
    z-index: 100;
    right: 2.41vw;
    bottom: 9.66184vw;
    display: inline-block;
    line-height: 0;
  }
  .footer > .footerFixedLine img {
    width: 15.7vw;
  }
  .footer > .footerFixedPhone {
    position: fixed;
    z-index: 100;
    right: 2.41vw;
    bottom: 28.98551vw;
    display: inline-block;
    line-height: 0;
  }
  .footer > .footerFixedPhone img {
    width: 15.7vw;
  }
  .footerFixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 35.02415vw;
    background: #C56600;
    border-bottom: 0;
    -moz-border-radius: 4.83vw 4.83vw 0 0;
         border-radius: 4.83vw 4.83vw 0 0;
    padding: 3.719vw 2.4vw 22.02vw;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(114.25121vw);
    -ms-transform: translateY(114.25121vw);
    -moz-transform: translateY(114.25121vw);
         transform: translateY(114.25121vw);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footerFixed.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
    bottom: 0;
    padding-bottom: 19.32367vw;
  }
  .footerFixed.active .footerFixed__Arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  .footerFixed__Arrow {
    line-height: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footerFixed__Arrow img {
    width: 14.41vw;
  }
  .footerFixed__Intro {
    text-align: center;
    width: 100%;
    font-size: 3.38vw;
    color: #fff;
    line-height: 5.314vw;
    margin-top: 2.41546vw;
    font-weight: 700;
  }
  .footerFixed__Highlight {
    font-size: 3.38vw;
    line-height: 5.314vw;
    font-weight: 700;
    color: #FFF500;
    margin-top: 4.154vw;
    text-align: center;
    width: 100%;
  }
  .footerFixed__Tel {
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0);
    padding: 0 0 0 12.077vw;
    margin-top: 5.144vw;
  }
  .footerFixed__Tel::before {
    position: absolute;
    content: "";
    width: 10.2vw;
    height: 10.2vw;
    background: url("../img/icPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
         transform: translateY(-50%);
  }
  .footerFixed__Tel a {
    font-size: 7.24vw;
    line-height: 10.62vw;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 700;
    display: inline-block;
  }
  .footerFixed__Tel p {
    font-size: 2.89vw;
    line-height: 3.86vw;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .footerFixed__Contact {
    margin-top: 4.39vw;
    width: 100%;
  }
  .footerFixed__Contact ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footerFixed__Contact ul li {
    width: 46.37681vw;
  }
  .footerFixed__Contact ul li a {
    background: #fff;
    -moz-border-radius: 2.41vw;
         border-radius: 2.41vw;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0);
    padding: 16.18vw 0 4.8vw;
  }
  .footerFixed__Contact ul li a span {
    font-size: 3.38vw;
    line-height: 4.34vw;
    text-align: center;
    font-weight: 700;
    color: #433636;
    display: block;
    width: 100%;
  }
  .footerFixed__Contact ul li a img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
    height: auto;
  }
  .footerFixed__Contact ul li.icMail a img {
    width: 10.76vw;
    top: 5.5vw;
  }
  .footerFixed__Contact ul li.icLine a img {
    width: 9.36vw;
    top: 4.17vw;
  }
  .footerFixed__Contact ul li.icMobile a img {
    width: 9.58vw;
    top: 4.42vw;
  }
  .footerFixed__Card {
    margin-top: 3.67vw;
    width: 100%;
    padding: 0 24.15459vw 0 0;
  }
  .footerFixed__Card dl dt {
    text-align: center;
    background: #fff;
    font-size: 3.38vw;
    line-height: 6.13vw;
    font-weight: 700;
    color: #433636;
  }
  .footerFixed__Card dl dd {
    background: #fff;
    margin-top: 0.628vw;
    padding: 2.198vw 0;
    text-align: center;
    line-height: 0;
  }
  .footerFixed__Card dl dd img {
    width: 61.2vw;
  }
  .footerFixed__Note {
    font-size: 2.89vw;
    line-height: 3.86vw;
    color: #fff;
    font-weight: 400;
    margin-top: 0.96vw;
    width: 100%;
    padding: 0 24.15459vw 0 0;
  }
  .footer {
    padding-bottom: 16.9082125604vw;
  }
  .cta {
    padding: 10.86957vw 3.62319vw 8.45411vw;
    background: -webkit-repeating-linear-gradient(left, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
    background: -moz- oldrepeating-linear-gradient(left, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
    background: repeating-linear-gradient(90deg, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
  }
  .cta_main {
    max-width: 198.06763vw;
    margin: 0 auto;
    background: -webkit-repeating-linear-gradient(135deg, #fcf36c, #fcf36c 2.41546vw, #fbed10 2.41546vw, #fbed10 4.83092vw);
    background: -moz- oldrepeating-linear-gradient(135deg, #fcf36c, #fcf36c 2.41546vw, #fbed10 2.41546vw, #fbed10 4.83092vw);
    background: repeating-linear-gradient(-45deg, #fcf36c, #fcf36c 2.41546vw, #fbed10 2.41546vw, #fbed10 4.83092vw);
    padding: 2.41546vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .cta_inner {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 8.45411vw 2.41546vw 6.03865vw;
    position: relative;
  }
  .cta_inner h2 {
    min-width: 53.86473vw;
    height: 8.69565vw;
    -moz-border-radius: 4.34783vw;
         border-radius: 4.34783vw;
    background: #0a3e87;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: center;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    top: -5.07246vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta_inner h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.93237vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.20773vw solid transparent;
    border-right: 1.20773vw solid transparent;
    border-top: 2.17391vw solid #0a3e87;
  }
  .cta_l {
    margin-bottom: 6.03865vw;
  }
  .cta_l a {
    height: 17.8744vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: transparent;
    border: 2px solid #fe7c01;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3.62319vw;
    margin-top: 3.62319vw;
  }
  .cta_l a span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 9.42029vw;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fe7c01;
    position: relative;
    padding-left: 10.62802vw;
  }
  .cta_l a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.21256vw;
    height: 7.48792vw;
    background: url(../img/ic_tel2.svg) center/contain no-repeat;
    display: block;
  }
  .cta_l a small {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 2.657vw;
    padding-left: 10.62802vw;
    color: #fe7c01;
    display: block;
  }
  .cta_r {
    text-align: center;
  }
  .cta_r ul {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 6.03865vw;
  }
  .cta_r ul li {
    position: relative;
    width: 26.08696vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 0.72464vw solid #0a3e87;
    padding: 4.83092vw 0 1.20773vw;
    text-align: center;
  }
  .cta_r ul li:not(:last-child) {
    margin-right: 1.69082vw;
  }
  .cta_r ul li:nth-of-type(2):before {
    top: -4.83092vw;
    width: 14.49275vw;
    height: 8.21256vw;
    background-image: url(../img/cta_ic2.png);
  }
  .cta_r ul li:nth-of-type(3):before {
    top: -3.62319vw;
    width: 12.56039vw;
    height: 5.7971vw;
    background-image: url(../img/cta_ic3.png);
  }
  .cta_r ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -4.34783vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 9.90338vw;
    height: 8.21256vw;
    background-image: url(../img/cta_ic1.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .cta_r ul li span {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.25;
    text-align: center;
    color: #0a3e87;
    min-height: 11.35266vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta_r ul li span:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .cta_r ul li p {
    font-weight: bold;
    font-size: 4.83092vw;
    text-align: center;
    color: #ed5757;
  }
  .cta_r ul li p i {
    line-height: 1;
    font-weight: bold;
    font-size: 15.70048vw;
    text-align: center;
    color: #ed5757;
    font-style: normal;
  }
  .cta_r a.btn {
    width: 100%;
    -moz-box-shadow: 0 0.96618vw 0vw 0vw #2b7621;
         box-shadow: 0 0.96618vw 0vw 0vw #2b7621;
  }
  .cta_r a.btn02 {
    width: 100%;
    -moz-box-shadow: 0 0.96618vw 0vw 0vw #106F84;
         box-shadow: 0 0.96618vw 0vw 0vw #106F84;
  }
  .cta_r a.btn span {
    background: -webkit-gradient(linear, left top, left bottom, from(#2cc62c), to(#419b33));
    background: -webkit-linear-gradient(#2cc62c 0%, #419b33 100%);
    background: -moz- oldlinear-gradient(#2cc62c 0%, #419b33 100%);
    background: linear-gradient(#2cc62c 0%, #419b33 100%);
    font-size: 5.55556vw;
    position: relative;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 3.62319vw;
    height: 16.90821vw;
  }
  .cta_r a.btn span::before {
    content: "";
    width: 14.25121vw;
    height: 9.42029vw;
    background: url(../img/ic_mail2.svg) center/contain no-repeat;
    display: block;
    margin-right: 2.41546vw;
  }
  .cta_r a.btn.btn02 span {
    background: -webkit-gradient(linear, left top, left bottom, from(#3FBAD1), to(#1EA0B9));
    background: -webkit-linear-gradient(#3FBAD1 0%, #1EA0B9 100%);
    background: -moz- oldlinear-gradient(#3FBAD1 0%, #1EA0B9 100%);
    background: linear-gradient(#3FBAD1 0%, #1EA0B9 100%);
    font-size: 5.55556vw;
    position: relative;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 3.62319vw;
    height: 16.90821vw;
  }
  .cta_r a.btn.btn02 span::before {
    content: "";
    width: 14.25121vw;
    height: 9.42029vw;
    background: url(../img/ic_mail2.svg) center/contain no-repeat;
    display: block;
    margin-right: 2.41546vw;
  }
  .cta_r a.btn.btn03 span::before {
    content: "";
    width: 14.25121vw;
    height: 9.42029vw;
    background: url(../img/ic_line2.svg) center/contain no-repeat;
    display: block;
    margin-right: 2.41546vw;
  }
  .t_ttl {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .t_ttl.st2 small, .t_ttl.st2 span {
    color: #fff;
  }
  .t_ttl.st2 small::before {
    background-image: url(../img/t_ttl_bg1_2.svg);
  }
  .t_ttl.st2 small::after {
    background-image: url(../img/t_ttl_bg2_2.svg);
  }
  .t_ttl small {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 10.62802vw;
    color: #0a3e87;
    position: relative;
    padding: 0 15.94203vw;
  }
  .t_ttl small::before {
    content: "";
    position: absolute;
    top: 37%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.45411vw;
    height: 8.15217vw;
    background-image: url(../img/t_ttl_bg1.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .t_ttl small::after {
    content: "";
    position: absolute;
    top: 37%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.45411vw;
    height: 8.15217vw;
    background-image: url(../img/t_ttl_bg2.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .t_ttl span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 7.72947vw;
    line-height: 1.1875;
    color: #0a3e87;
    display: block;
  }
  .t_ttl span em {
    color: #F06801;
    font-style: normal;
  }
  button.btn, a.btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 0.96618vw 0vw 0vw #bf4a00;
         box-shadow: 0 0.96618vw 0vw 0vw #bf4a00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    min-width: 68.11594vw;
  }
  button.btn.st2, a.btn.st2 {
    -moz-box-shadow: 0 0.96618vw 0vw 0vw #bf4a00;
         box-shadow: 0 0.96618vw 0vw 0vw #bf4a00;
    margin-bottom: 3.62319vw;
  }
  button.btn.st2, a.btn.btn02 {
    margin-bottom: 3.62319vw;
  }
  button.btn.st2 span, a.btn.st2 span {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7e01), to(#e65900));
    background: -webkit-linear-gradient(#ff7e01 0%, #e65900 100%);
    background: -moz- oldlinear-gradient(#ff7e01 0%, #e65900 100%);
    background: linear-gradient(#ff7e01 0%, #e65900 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  button.btn.st2 span:before, a.btn.st2 span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6.03865vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11.35266vw;
    height: 10.62802vw;
    background: url(../img/ic_tel.svg) center/contain no-repeat;
    display: block;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    opacity: 0.33;
  }
  button.btn.st2 small, a.btn.st2 small {
    font-size: 2.89855vw;
    text-align: center;
    color: #fff;
    display: block;
  }
  button.btn:hover, a.btn:hover {
    opacity: 1;
  }
  button.btn:hover span, a.btn:hover span {
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  button.btn span, a.btn span {
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    position: relative;
    width: 100%;
    height: 14.00966vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7e01), to(#e65900));
    background: -webkit-linear-gradient(#ff7e01 0%, #e65900 100%);
    background: -moz- oldlinear-gradient(#ff7e01 0%, #e65900 100%);
    background: linear-gradient(#ff7e01 0%, #e65900 100%);
  }
  button.btn span::after, a.btn span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 3.62319vw;
    width: 16.18357vw;
    height: 100%;
    background: url(../img/btn_bg.png) center/contain no-repeat;
    display: block;
    opacity: 0.25;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .p_top .mv > figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .mv .txt .row {
    height: 100%;
    padding-bottom: 24.15459vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .mv .txt .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .mv .txt .text span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 8.9372vw;
    line-height: 1.07143;
    text-align: left;
    color: #0a3e87;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #fff;
    padding: 2.41546vw 1.20773vw;
    margin-right: 1.20773vw;
  }
  .p_top .mv .txt .text .-blue {
    color: #5486d7;
  }
  .p_top .mv .txt .circle {
    width: 43.47826vw;
    height: 43.47826vw;
    background: rgba(84, 134, 215, 0.79);
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .mv .txt .circle p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
  .p_top .mv .txt .circle p small {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.69565;
    text-align: left;
    color: #fbff8d;
    text-shadow: 0vw 0vw 0.48309vw #0a3e87;
  }
  .p_top .mv .txt .circle p i {
    font-style: normal;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 31.40097vw;
    text-align: left;
    color: #fff;
    text-shadow: 0vw 0vw 1.69082vw rgba(10, 62, 135, 0.27);
    line-height: 1;
    margin: 0 -1.69082vw;
  }
  .p_top .mv .txt .circle p span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 8.21256vw;
    line-height: 1.08163;
    text-align: left;
    color: #fff;
    text-shadow: 0vw 0vw 1.69082vw rgba(10, 62, 135, 0.27);
  }
  .p_top .traders {
    background: #fffdea;
    position: relative;
    padding: 8.85668vw 0 0;
    z-index: 9;
  }
  .p_top .traders::before {
    content: "";
    position: absolute;
    top: -12.31884vw;
    left: 0;
    width: 100%;
    height: 12.31884vw;
    background: url(../img/traders_mask.png) center repeat-x;
    display: block;
  }
  .p_top .traders_inner {
    position: relative;
  }
  .p_top .traders_inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8.85668vw;
    width: 81.64251vw;
    height: 72.46377vw;
    background: url(../img/traders_bg2.png) center repeat-x;
    display: block;
  }
  .p_top .traders_inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 78.26087vw;
    height: 100.48309vw;
    background: url(../img/traders_bg1.png) center repeat-x;
    display: block;
  }
  .p_top .traders .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 12.07729vw;
    margin-bottom: 8.45411vw;
    position: relative;
    z-index: 1;
  }
  .p_top .traders .df figure {
    width: 25.36232vw;
  }
  .p_top .traders .df .txt {
    width: -webkit-calc(100% - 25.36232vw);
    width: -moz-calc(100% - 25.36232vw);
    width: calc(100% - 25.36232vw);
    padding-left: 7.24638vw;
  }
  .p_top .traders .df .txt p {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.6875;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .traders .df .txt p span {
    color: #2a2a2a;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.58937vw, #ff0), color-stop(4.58937vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #ff0 4.58937vw, transparent 4.58937vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #ff0 4.58937vw, transparent 4.58937vw, transparent 100%);
    background: linear-gradient(to top, #ff0 4.58937vw, transparent 4.58937vw, transparent 100%);
  }
  .p_top .traders .box {
    position: relative;
    z-index: 1;
  }
  .p_top .traders .box dl {
    padding: 9.66184vw 2.41546vw 3.62319vw;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    background: #fff;
    position: relative;
  }
  .p_top .traders .box dl dt {
    min-width: 80.19324vw;
    height: 9.90338vw;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    background: #0a3e87;
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: center;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    top: -4.83092vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_top .traders .box dl dt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2.657vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.93237vw solid transparent;
    border-right: 1.93237vw solid transparent;
    border-top: 2.657vw solid #0a3e87;
  }
  .p_top .traders .box dl dd ul li {
    min-height: 19.08213vw;
    font-weight: bold;
    font-size: 3.1401vw;
    line-height: 1.23077;
    text-align: left;
    color: #0a3e87;
    padding: 2.41546vw 4.83092vw;
    background: url(../img/box_item_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .traders .box dl dd ul li::before {
    content: "";
    width: 7.48792vw;
    height: 7.48792vw;
    background-image: url(../img/n1.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-right: 2.41546vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .traders .box dl dd ul li:nth-of-type(1)::before {
    width: 7.48792vw;
    height: 7.48792vw;
    background-image: url(../img/n1.png);
  }
  .p_top .traders .box dl dd ul li:nth-of-type(2)::before {
    width: 7.72947vw;
    height: 6.28019vw;
    background-image: url(../img/n2.png);
  }
  .p_top .traders .box dl dd ul li:nth-of-type(3)::before {
    width: 6.76329vw;
    height: 6.52174vw;
    background-image: url(../img/n3.png);
  }
  .p_top .traders .carousel {
    overflow: hidden;
    position: relative;
    height: 36.47343vw;
    margin-top: 7.24638vw;
  }
  .p_top .traders .carousel ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0;
    position: absolute;
  }
  .p_top .traders .carousel ul li {
    width: 57.48792vw;
  }
  .p_top .traders .carousel ul li img {
    display: block;
    width: 100%;
    height: 36.47343vw;
    object-fit: cover;
  }
  .p_top .contact {
    padding: 8.45411vw 0 6.03865vw;
    background: -webkit-repeating-linear-gradient(left, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
    background: -moz- oldrepeating-linear-gradient(left, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
    background: repeating-linear-gradient(90deg, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
  }
  .p_top .contact_l p {
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.44444;
    color: #fff;
    -webkit-transform: rotate(-5deg);
       -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    margin-bottom: 7.24638vw;
  }
  .p_top .contact_r {
    background: -webkit-repeating-linear-gradient(135deg, #fcf36c, #fcf36c 2.41546vw, #fbed10 2.41546vw, #fbed10 4.83092vw);
    background: -moz- oldrepeating-linear-gradient(135deg, #fcf36c, #fcf36c 2.41546vw, #fbed10 2.41546vw, #fbed10 4.83092vw);
    background: repeating-linear-gradient(-45deg, #fcf36c, #fcf36c 2.41546vw, #fbed10 2.41546vw, #fbed10 4.83092vw);
    padding: 2.89855vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .contact_r_main {
    background-color: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    text-align: center;
  }
  .p_top .contact_r_main .ct_inner {
    padding: 28.98551vw 4.83092vw 6.03865vw;
    position: relative;
  }
  .p_top .contact_r_main .ct_inner .ct_tt {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 7.97101vw;
    color: #fff;
    width: 80.91787vw;
    height: 28.01932vw;
    background: url(../img/contact_bg1.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -5.7971vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1.2;
    padding-top: 3.38164vw;
    padding-right: 2.41546vw;
  }
  .p_top .contact_r_main .ct_inner .ct_tt small {
    display: block;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 6.28019vw;
    color: #fff;
    position: relative;
  }
  .p_top .contact_r_main .ct_inner .ct_tt small::after {
    content: "";
    position: absolute;
    top: -1.69082vw;
    right: 2.657vw;
    width: 9.90338vw;
    height: 10.62802vw;
    background: url(../img/contact_ic1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr {
    margin: 4.83092vw 0;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr div, .p_top .contact_r_main .ct_inner .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 3.86473vw;
    color: #0f2741;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 4.83092vw;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label span a {
    color: #1AACC4;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 3.38164vw;
    height: 3.38164vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    border: 1px solid #707070;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label span::after {
    left: 1.20773vw;
    top: 1.44928vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact_r_main .ct_inner .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact_r_main .ct_inner .form dl {
    margin-bottom: 2.41546vw;
  }
  .p_top .contact_r_main .ct_inner .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 3.86473vw;
    color: #0f2741;
    margin-bottom: 2.41546vw;
  }
  .p_top .contact_r_main .ct_inner .form dl dt span {
    width: 13.76812vw;
    height: 5.31401vw;
    -moz-border-radius: 2.657vw;
         border-radius: 2.657vw;
    background: #ff9d00;
    font-weight: normal;
    font-size: 3.38164vw;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact_r_main .ct_inner .form dl dd input {
    border: 0;
    width: 100%;
    padding: 0 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 9.90338vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f2f2f2;
  }
  .p_top .contact_r_main .ct_inner .form dl dd input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd input::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd input:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd input::placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd textarea {
    border: 0;
    width: 100%;
    padding: 2.41546vw 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f2f2f2;
    height: 43.96135vw;
  }
  .p_top .contact_r_main .ct_inner .form dl dd textarea::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd textarea::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd textarea:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact_r_main .ct_inner .form dl dd textarea::placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .everything {
    background: url(../img/everything_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 12.07729vw 0 19.32367vw;
  }
  .p_top .everything ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .everything ul li {
    width: 44.44444vw;
  }
  .p_top .collection {
    background: #ffeb01;
    position: relative;
    border-bottom: 1.20773vw solid #1aacc4;
    padding: 4.83092vw 0;
  }
  .p_top .collection::before {
    content: "";
    position: absolute;
    top: -12.31884vw;
    left: 0;
    width: 100%;
    height: 12.31884vw;
    background: url(../img/collection_mask.png) center repeat-x;
    display: block;
  }
  .p_top .collection_inner {
    position: relative;
  }
  .p_top .collection_inner::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33.57488vw;
    height: 31.64251vw;
    background: url(../img/collection_bg1.png) center no-repeat;
    display: block;
  }
  .p_top .collection_inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4.83092vw;
    width: 32.1256vw;
    height: 31.15942vw;
    background: url(../img/collection_bg2.png) center no-repeat;
    display: block;
  }
  .p_top .collection .row .t_ttl {
    margin-bottom: 2.41546vw;
  }
  .p_top .collection .row .t_ttl small {
    font-size: 7.24638vw;
    display: inline-block;
    line-height: 1.2;
  }
  .p_top .collection .row .t_ttl small::before, .p_top .collection .row .t_ttl small::after {
    top: 55%;
  }
  .p_top .collection .row figure {
    position: relative;
    z-index: 1;
  }
  .p_top .staff {
    background: url(../img/staff_bg.png) center repeat;
    padding-top: 6.03865vw;
  }
  .p_top .staff .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .staff .row .txt {
    width: -webkit-calc(100% - 33.57488vw);
    width: -moz-calc(100% - 33.57488vw);
    width: calc(100% - 33.57488vw);
  }
  .p_top .staff .row .txt h2 {
    margin-right: -33.57488vw;
  }
  .p_top .staff .row .txt p {
    padding-bottom: 7.24638vw;
    margin-right: -4.83092vw;
  }
  .p_top .staff .row .txt p span {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 7.72947vw;
    text-align: left;
    color: #0a3e87;
    border-bottom: 2px dashed #0a3e87;
  }
  .p_top .staff .row figure, .p_top .staff .row picture {
    margin-right: -3.62319vw;
    width: 35.50725vw;
  }
  .p_top .reasons {
    background: url(../img/reasons_bg.png) repeat;
    padding: 12.07729vw 0;
  }
  .p_top .reasons_top ul {
    counter-reset: div;
  }
  .p_top .reasons_top ul li {
    margin-bottom: 4.83092vw;
  }
  .p_top .reasons_top ul li .ctTop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.62319vw;
  }
  .p_top .reasons_top ul li .ctTop h3 {
    position: relative;
  }
  .p_top .reasons_top ul li .ctTop h3::before {
    counter-increment: div;
    content: counter(div, decimal-leading-zero);
    display: block;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 6.03865vw;
    color: #0a3e87;
  }
  .p_top .reasons_top ul li .ctTop h3 span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 7.00483vw;
    text-align: left;
    color: #f06801;
    border-bottom: 1px solid #f06801;
  }
  .p_top .reasons_top ul li .ctTop figure {
    width: 29.22705vw;
    height: 29.22705vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
    background: url(../img/reasons_circle.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 1.20773vw;
  }
  .p_top .reasons_top ul li .ctTop figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .reasons_top ul li .ctBot {
    padding: 3.62319vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    -moz-box-shadow: 0vw 0vw 1.93237vw rgba(10, 62, 135, 0.2);
         box-shadow: 0vw 0vw 1.93237vw rgba(10, 62, 135, 0.2);
  }
  .p_top .reasons_top ul li .ctBot p {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .reasons_top ul li .ctBot p span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(3.86473vw, #ffff8b), color-stop(3.86473vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #ffff8b 3.86473vw, transparent 3.86473vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #ffff8b 3.86473vw, transparent 3.86473vw, transparent 100%);
    background: linear-gradient(to top, #ffff8b 3.86473vw, transparent 3.86473vw, transparent 100%);
  }
  .p_top .reasons_bot {
    margin-top: 12.07729vw;
  }
  .p_top .reasons_bot dl {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 0.72464vw solid #f06801;
    -moz-box-shadow: 0vw 0vw 1.93237vw rgba(10, 62, 135, 0.2);
         box-shadow: 0vw 0vw 1.93237vw rgba(10, 62, 135, 0.2);
    position: relative;
    padding: 9.66184vw 3.62319vw 3.62319vw;
    margin: 0 auto;
  }
  .p_top .reasons_bot dl dt {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 5.31401vw;
    color: #fff;
    width: 41.78744vw;
    height: 10.38647vw;
    -moz-border-radius: 5.07246vw;
         border-radius: 5.07246vw;
    background: #f06801;
    position: absolute;
    left: 50%;
    top: -5.7971vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .reasons_bot dl dd .df_l {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .reasons_bot dl dd .df_l figure {
    width: 28.26087vw;
  }
  .p_top .reasons_bot dl dd .df_l p {
    font-weight: bold;
    font-size: 6.28019vw;
    line-height: 1.73077;
    text-align: left;
    color: #2a2a2a;
    width: -webkit-calc(100% - 28.26087vw);
    width: -moz-calc(100% - 28.26087vw);
    width: calc(100% - 28.26087vw);
    padding-right: 3.62319vw;
  }
  .p_top .reasons_bot dl dd .df_l p em {
    font-weight: bold;
    font-size: 8.69565vw;
    line-height: 1;
    text-align: left;
    color: #1aacc4;
    font-style: normal;
  }
  .p_top .reasons_bot dl dd .df_r p {
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .price {
    padding: 12.07729vw 0;
  }
  .p_top .price_top {
    margin-bottom: 7.24638vw;
  }
  .p_top .price_top .df {
    margin-bottom: 15.70048vw;
  }
  .p_top .price_top .df ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -1.93237vw;
  }
  .p_top .price_top .df ul li {
    width: 29.71014vw;
    height: 12.80193vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #1aacc4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 3.86473vw;
    color: #fff;
    margin: 0.96618vw;
  }
  .p_top .price_top .df p {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 5.55556vw;
    text-align: center;
    color: #0a3e87;
  }
  .p_top .price_top .listPrice {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .price_top .listPrice li {
    width: 45.16908vw;
    background: #effafc;
    position: relative;
    padding: 10.86957vw 4.83092vw 4.83092vw 0;
    margin-bottom: 10.86957vw;
  }
  .p_top .price_top .listPrice li:nth-of-type(1) figure img {
    width: 25.84541vw;
  }
  .p_top .price_top .listPrice li:nth-of-type(2) figure img {
    width: 30.43478vw;
  }
  .p_top .price_top .listPrice li:nth-of-type(3) figure img {
    width: 28.26087vw;
  }
  .p_top .price_top .listPrice li:nth-of-type(4) figure img {
    width: 34.54106vw;
  }
  .p_top .price_top .listPrice li figure {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -10.86957vw;
    height: 20.5314vw;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .price_top .listPrice li .txt1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.20773vw 2.41546vw;
    background: #0a3e87;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: left;
    color: #fff;
  }
  .p_top .price_top .listPrice li .txt2 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 4.10628vw;
    text-align: left;
    color: #0a3e87;
    padding-left: 3.62319vw;
    margin: 2.41546vw 0;
  }
  .p_top .price_top .listPrice li .txt3 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: left;
    color: #0a3e87;
    position: relative;
    text-align: right;
  }
  .p_top .price_top .listPrice li .txt3 i {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 9.17874vw;
    text-align: right;
    color: #f06801;
    line-height: 1;
    font-style: normal;
  }
  .p_top .price_top .listPrice li .txt3 small {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 2.89855vw;
    text-align: left;
    color: #0a3e87;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p_top .price_bot h2 {
    text-align: center;
    margin-bottom: 2.657vw;
    line-height: 0;
  }
  .p_top .price_bot_main {
/*    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background-color: #fbed10;
    padding: 2.657vw;*/
  }
  .p_top .price_bot_inner {
   /* -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background-color: #fff;
    position: relative;
    padding: 24.15459vw 3.62319vw 12.07729vw;*/
  }
  .p_top .price_bot_inner h3 {
    background: url(../img/price_tt_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: -5.31401vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 7.97101vw;
    text-align: left;
    color: #fff;
    width: 80.91787vw;
    height: 22.22222vw;
    text-align: center;
    padding-top: 2.657vw;
  }
  .p_top .price_bot_list {
    margin-bottom: 12.07729vw;
  }
  .p_top .price_bot_item:not(:last-child) {
    margin-bottom: 7.24638vw;
  }
  .p_top .price_bot_item h4 {
    border-bottom: 0.72464vw dashed #0a3e87;
    position: relative;
    padding: 1.20773vw 0 1.20773vw 11.11111vw;
    margin-bottom: 2.89855vw;
    font-weight: bold;
    font-size: 6.03865vw;
    text-align: left;
    color: #0a3e87;
  }
  .p_top .price_bot_item h4.ic2 {
    padding-left: 12.07729vw;
  }
  .p_top .price_bot_item h4.ic2:before {
    width: 9.66184vw;
    height: 6.76329vw;
    background-image: url(../img/price_ic2.svg);
  }
  .p_top .price_bot_item h4.ic3 {
    padding-left: 13.28502vw;
  }
  .p_top .price_bot_item h4.ic3:before {
    width: 10.86957vw;
    height: 6.76329vw;
    background-image: url(../img/price_ic3.svg);
  }
  .p_top .price_bot_item h4.ic4 {
    padding-left: 9.90338vw;
  }
  .p_top .price_bot_item h4.ic4:before {
    width: 7.48792vw;
    height: 6.76329vw;
    background-image: url(../img/price_ic4.svg);
  }
  .p_top .price_bot_item h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.69565vw;
    height: 7.24638vw;
    background-image: url(../img/price_ic1.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .p_top .price_bot_item ul {
    padding: 0 3.62319vw;
  }
  .p_top .price_bot_item ul.full li {
    display: block;
  }
  .p_top .price_bot_item ul.full li span:nth-of-type(1) {
    text-align: right;
  }
  .p_top .price_bot_item ul.full li span:nth-of-type(1) small {
    text-align: right;
    display: block;
  }
  .p_top .price_bot_item ul.full li span:nth-of-type(2) {
    display: block;
    text-align: right;
  }
  .p_top .price_bot_item ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.44928vw;
    margin-bottom: 2.41546vw;
  }
  .p_top .price_bot_item ul li span:nth-of-type(1) {
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: left;
    color: #0a3e87;
  }
  .p_top .price_bot_item ul li span:nth-of-type(1) small {
    margin-left: 4.83092vw;
    font-weight: normal;
    font-size: 3.38164vw;
    text-align: left;
    color: #0a3e87;
  }
  .p_top .price_bot_item ul li span:nth-of-type(2) {
    font-weight: bold;
    font-size: 3.38164vw;
    text-align: left;
    color: #1aacc4;
  }
  .p_top .price_bot_item ul li span:nth-of-type(2) i {
    font-weight: bold;
    margin-right: 2.41546vw;
    font-size: 5.31401vw;
    text-align: left;
    color: #1aacc4;
    font-style: normal;
  }
  .p_top .price_bot_bot h4 {
    font-weight: bold;
    font-size: 6.28019vw;
    text-align: center;
    color: #2a2a2a;
    margin-bottom: 2.41546vw;
  }
  .p_top .price_bot_bot p {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 1.71429;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .price_map h3 {
    text-align: center;
    line-height: 0;
  }
  .p_top .price_map h3 img {
    width: 64.00966vw;
  }
  .p_top .price_map_detail {
    margin-top: 4.34783vw;
    width: 100%;
  }
  .p_top .price_map_detail .left {
    width: 100%;
  }
  .p_top .price_map_detail .left ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .price_map_detail .left ul li {
    font-size: 3.86473vw;
    line-height: 8.21256vw;
    font-weight: bold;
    color: #133475;
  }
  .p_top .price_map_detail .left ul li + li {
    margin-left: 1.69082vw;
  }
  .p_top .price_map_detail .left ul li span {
    display: inline-block;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    border: 0.48309vw solid #133475;
    background: #fff;
    padding: 0 2.41546vw;
    color: #133475;
  }
  .p_top .price_map_detail .left .txt {
    line-height: 0;
  }
  .p_top .price_map_detail .left .txt img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .p_top .price_map_detail .left p {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 400;
    color: #133475;
    margin-top: 4.34783vw;
  }
  .p_top .price_map_detail .right {
    width: 100%;
    text-align: center;
    line-height: 0;
    margin-top: 4.34783vw;
  }
  .p_top .price_map_detail .right img {
    width: 82.1256vw;
  }
  .p_top .price_map_according {
    margin: 7.00483vw auto 13.04348vw;
  }
  .p_top .price_map_according dl {
    background: #EDF5F9;
    border: 1px solid #1AACC4;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .price_map_according dl dt {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #133475;
    padding: 4.58937vw 4.34783vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .p_top .price_map_according dl dt::after {
    position: absolute;
    content: "";
    width: 5.7971vw;
    height: 5.7971vw;
    background: url("../img/icPlus.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.10628vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_top .price_map_according dl dt.is_active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .p_top .price_map_according dl dt.is_active + dd {
    max-height: 1000px;
  }
  .p_top .price_map_according dl dd {
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .p_top .price_map_according dl dd .text {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
    color: #133475;
    padding: 2.89855vw 4.34783vw;
    border-top: 1px solid #1AACC4;
    background: #fff;
  }
  .p_top .voice {
    padding: 12.07729vw 0;
    background: url(../img/staff_bg.png) repeat;
  }
  .p_top .voice .t_ttl {
    margin-bottom: 19.32367vw;
  }
  .p_top .voice ul li {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    -moz-box-shadow: 0vw 0vw 1.93237vw rgba(10, 62, 135, 0.2);
         box-shadow: 0vw 0vw 1.93237vw rgba(10, 62, 135, 0.2);
    padding: 32.6087vw 3.62319vw 7.24638vw;
    position: relative;
  }
  .p_top .voice ul li + li {
    margin-top: 15.70048vw;
  }
  .p_top .voice ul li .figs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: -9.66184vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 84.29952vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0vw 0vw 1.93237vw rgba(10, 62, 135, 0.2);
         box-shadow: 0vw 0vw 1.93237vw rgba(10, 62, 135, 0.2);
  }
  .p_top .voice ul li .figs figure {
    width: 50%;
    height: 37.19807vw;
  }
  .p_top .voice ul li .figs figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .voice ul li .figs figure:nth-of-type(1) {
    position: relative;
  }
  .p_top .voice ul li .figs figure:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -1px;
    width: 1px;
    height: -webkit-calc(100% - 2.41546vw);
    height: -moz-calc(100% - 2.41546vw);
    height: calc(100% - 2.41546vw);
    background: #fff;
    display: block;
  }
  .p_top .voice ul li .figs figure:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3.86473vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8.45411vw solid transparent;
    border-bottom: 8.45411vw solid transparent;
    border-left: 7.24638vw solid #ffeb00;
  }
  .p_top .voice ul li span {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    font-family: 'Meiryo', sans-serif;
    color: #747474;
    display: inline-block;
  }
  .p_top .voice ul li h3 {
    font-weight: bold;
    font-size: 5.31401vw;
    line-height: 7.97101vw;
    text-align: left;
    color: #0a3e87;
    margin-bottom: 2.41546vw;
  }
  .p_top .voice ul li p {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .flow {
    background: -webkit-repeating-linear-gradient(left, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
    background: -moz- oldrepeating-linear-gradient(left, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
    background: repeating-linear-gradient(90deg, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
    padding: 12.07729vw 0;
  }
  .p_top .flow h2 {
    position: relative;
    padding-top: 8.45411vw;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 7.72947vw;
    text-align: center;
    color: #fff;
  }
  .p_top .flow h2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10.14493vw;
    height: 7.72947vw;
    background: url(../img/flow_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .flow ul {
    margin-top: 9.66184vw;
  }
  .p_top .flow ul li {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    padding: 2.41546vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .flow ul li:not(:last-child) {
    margin-bottom: 6.76329vw;
  }
  .p_top .flow ul li:not(:last-child) {
    position: relative;
  }
  .p_top .flow ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5.7971vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 2.41546vw solid transparent;
    border-right: 2.41546vw solid transparent;
    border-top: 3.86473vw solid #fff;
  }
  .p_top .flow ul li figure {
    height: 23.6715vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .flow ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .flow ul li .txt {
    width: -webkit-calc(100% - 23.6715vw);
    width: -moz-calc(100% - 23.6715vw);
    width: calc(100% - 23.6715vw);
    padding-left: 2.41546vw;
  }
  .p_top .flow ul li h3 {
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: left;
    color: #0a3e87;
    margin-bottom: 1.20773vw;
  }
  .p_top .flow ul li p {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .faq {
    padding: 12.07729vw 0;
    background: url(../img/reasons_bg.png) repeat;
  }
  .p_top .faq_main {
    max-width: 169.08213vw;
    margin: 0 auto;
  }
  .p_top .faq h2 {
    position: relative;
    padding-top: 9.66184vw;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 7.72947vw;
    text-align: left;
    color: #0a3e87;
    margin-bottom: 8.45411vw;
    text-align: center;
  }
  .p_top .faq h2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 9.17874vw;
    height: 8.69565vw;
    background: url(../img/faq_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .faq .dlist dl {
    counter-reset: div;
  }
  .p_top .faq .dlist dl + dl {
    margin-top: 7.24638vw;
  }
  .p_top .faq .dlist dl dt {
    position: relative;
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: left;
    color: #0a3e87;
    padding-left: 12.07729vw;
    margin-bottom: 1.20773vw;
  }
  .p_top .faq .dlist dl dt::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: left;
    color: #0a3e87;
    counter-increment: div;
    content: "[Q" counter(div) "]";
  }
  .p_top .faq .dlist dl dd {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    text-align: left;
    color: #2a2a2a;
    position: relative;
    padding-left: 12.07729vw;
  }
  .p_top .faq .dlist dl dd::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: left;
    color: #0a3e87;
    content: "[A" counter(div) "]";
  }
  .p_top .contactBot {
    background: -webkit-repeating-linear-gradient(left, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
    background: -moz- oldrepeating-linear-gradient(left, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
    background: repeating-linear-gradient(90deg, #1aacc4, #1aacc4 1.20773vw, #2fb3c9 1.20773vw, #2fb3c9 2.41546vw);
    padding: 14.49275vw 0 6.03865vw;
  }
  .p_top .contactBot .contact_r_main .ct_inner {
    padding: 0;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl {
    margin-bottom: 3.62319vw;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl dd input {
    height: 10.62802vw;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    color: #0a3e87;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl dt span {
    width: 10.14493vw;
    height: 5.07246vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #ed4343;
    font-weight: normal;
    font-size: 3.86473vw;
    color: #fff;
  }
  .p_top .contactBot .contact_r_main .ct_inner .form dl dt span.any {
    background: #626262;
  }
  .p_top .contactBot button.btn.st2, .p_top .contactBot a.btn.st2 {
    margin-bottom: 9.66184vw;
    width: 100%;
  }
  .p_top .contactBot button.btn.st2 span, .p_top .contactBot a.btn.st2 span {
    height: 16.90821vw;
    font-size: 5.55556vw;
    position: relative;
  }
  .p_top .contactBot button.btn.st2 span:before, .p_top .contactBot a.btn.st2 span:before {
    left: 3.62319vw;
  }
  .p_top .contactBot button.btn.st2 small, .p_top .contactBot a.btn.st2 small {
    font-size: 2.89855vw;
  }
  .p_top .contactBot .boxContact {
    margin: 0 auto;
    position: relative;
    padding: 14.49275vw 6.03865vw 8.45411vw;
    text-align: center;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
  }
  .p_top .contactBot .boxContact h3 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 5.55556vw;
    line-height: 6.03865vw;
    text-align: center;
    color: #fff;
    width: 77.05314vw;
    height: 13.52657vw;
    -moz-border-radius: 6.76329vw;
         border-radius: 6.76329vw;
    background: #0a3e87;
    position: absolute;
    left: 50%;
    top: -6.76329vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contactBot .boxContact .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 7.24638vw;
  }
  .p_top .contactBot .boxContact .df p {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.05em;
    line-height: 6.28019vw;
    text-align: left;
    color: #fe7c01;
  }
  .p_top .contactBot .boxContact .df a {
    height: 17.8744vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: transparent;
    border: 2px solid #fe7c01;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3.62319vw;
    margin-top: 3.62319vw;
    width: 87.43961vw;
  }
  .p_top .contactBot .boxContact .df a span {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 9.42029vw;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fe7c01;
    position: relative;
    padding-left: 10.62802vw;
    text-align: left;
  }
  .p_top .contactBot .boxContact .df a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.21256vw;
    height: 7.48792vw;
    background: url(../img/ic_tel2.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .contactBot .boxContact .df a small {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 2.657vw;
    padding-left: 10.62802vw;
    color: #fe7c01;
    display: block;
    text-align: left;
  }
  .p_thanks .header ul {
    width: 100%;
  }
  .p_thanks .thanks {
    padding: 36.23188vw 3.62319vw 12.07729vw;
    text-align: center;
  }
  .p_thanks .thanks h3 {
    font-weight: bold;
    font-size: 7.72947vw;
    color: #0a3e87;
    margin-bottom: 6.03865vw;
  }
  .p_thanks .thanks p {
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #000;
  }
  .p_thanks .footer {
    padding-bottom: 0;
  }
  .p_thanks .footer > p {
    padding-bottom: 2.41546vw;
  }
  .footerFixed {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3.86vw;
    border: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 27.7vw);
    -ms-transform: translate(-50%, 27.7vw);
    transform: translate(-50%, 27.7vw);
    background: #5483CF;
    overflow: hidden;
    width: 92.75vw;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
  }
  .footerFixed .footerFixed__Arrow {
    background: #0A3E87;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.4vw 0;
  }
  .footerFixed .footerFixed__Arrow img {
    width: 3.34vw;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footerFixed__Free {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    padding: 2.17vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 3.62vw;
    width: calc(100% - 7.24vw);
  }
  .footerFixed__Free::before {
    position: absolute;
    content: "";
    width: 13.28vw;
    height: 18.59vw;
    bottom: 0;
    left: 3.62vw;
    background: url('../img/icPhone.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .footerFixed__Free .footerFixed__FreeInner {
    width: 64.25vw;
    height: 10.6vw;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    border: 1px solid #FFF500;
    border-radius: 10.8vw;
    padding: 0 0 0 14.49vw;
    color: #0A3E87;
  }
  .footerFixed__Free .footerFixed__FreeInner span {
    font-size: 3.86vw;
    line-height: 5.31vw;
    font-weight: 700;
  }
  .footerFixed__Free .footerFixed__FreeInner small {
    font-size: 2.17vw;
    line-height: 2.89vw;
    font-weight: 700;
  }
  .footerFixed__Free .footerFixed__FreeInner::before {
    position: absolute;
    content: "";
    width: 7.09vw;
    height: 7.18vw;
    background: url('../img/icPhone.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6.37vw;
  }
  .footerFixed__Contact {
    margin-top: 0;
    padding: 0 3.62vw;
  }
  .footerFixed__Contact ul {
    margin-left: -1.449vw;
    margin-right: -1.449vw;
  }
  .footerFixed__Contact ul li {
    /* width: 26.32vw; */
    width: 39.61vw;
    margin: 0 1.449vw;
  }
  .footerFixed__Contact ul li a {
    height: 23.9vw;
    /* height: 100%; */
    border-radius: 0;
    padding: 0 0;
    justify-content: center;
    color: #0A3E87;
  }
  .footerFixed__Contact ul li a span {
    color: #0A3E87;
  }
  .footerFixed__Contact ul li a img {
    position: relative;
    top: inherit!important;
    left: inherit;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .footerFixed__Contact ul li.icMail a span {
    margin-top: 2.415vw;
  }
  .footerFixed__Contact ul li a::after {
    display: none;
  }

  .footerFixed.active {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-bottom: 3.864vw;
  }
  .footerFixed.active .footerFixed__Arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footerFixed.active a.footerFixed__Arrow img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.error {
  display: block !important;
  color: #ff0000;
  text-align: left !important;
}

.error.center {
  text-align: center !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.mw_wp_form .error {
  font-weight: normal !important;
}

.price_map_according dl{
    margin-bottom: 10px;
}
