@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .header {
    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::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 6.92857%;
    background: url(../img/header_bg_pc.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    display: block;
    z-index: -1;
    -webkit-filter: drop-shadow(0 3px 13px rgba(0, 0, 0, 0.11));
            filter: drop-shadow(0 3px 13px rgba(0, 0, 0, 0.11));
    top: 0;
    left: 0;
  }
  .header__main {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    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;
  }
  .header__left {
    width: 312px;
    padding: 15px 0 0;
  }
  .header__left .mind {
    margin-top: 5px;
    background: #69B1E6;
    -moz-border-radius: 18px;
         border-radius: 18px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
    padding: 4px 0;
    color: #fff;
    font-weight: 900;
  }
  .header__left .mind span {
    color: #FFEB00;
  }
  .header h1 {
    line-height: 0;
    width: 312px;
  }
  .header h1 a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 200;
  }
  .header__info {
    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;
    margin-left: 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 545px;
    padding: 8px 0 0;
  }
  .header__info dl {
    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;
  }
  .header__info dl dt {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    height: 27px;
    -moz-border-radius: 12px;
         border-radius: 12px;
    white-space: nowrap;
    padding: 0 7px;
    color: #fff;
    font-weight: 700;
  }
  .header__info dl dd {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    color: #404040;
    margin-left: 7px;
  }
  .header__info dl:nth-of-type(1) dt {
    background: #EE8393;
  }
  .header__info dl:nth-of-type(2) dt {
    background: #9B9B9B;
  }
  .header__info dl + dl {
    margin-left: 19px;
  }
  .header__info .wrapBtn {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 10px 11px 0;
    background: #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 14px;
         border-radius: 14px;
    margin-top: 9px;
  }
  .header__info .wrapBtn a.tel {
    line-height: 0;
    width: 520px;
  }
  .header__info .wrapBtn a.line {
    line-height: 0;
    width: 239px;
    margin-left: 7px;
  }
  .footer {
    padding: 10px 0;
    background: #69b1e6;
  }
  .footer p {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #fff;
  }
  .ctaFixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 414px;
    height: 108px;
    background: #faa010;
    z-index: 999;
    display: none;
  }
  .ctaFixed > a {
    position: absolute;
    right: 0;
    top: 0;
    width: 123px;
    height: 108px;
    background: #c10909;
    display: block;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.21739;
    text-align: center;
    color: #ffeb00;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5px;
    z-index: 999;
  }
  .ctaFixed > a::before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 23px;
    height: 21px;
    background: url(../img/ctaFixed_hand.png) center/contain no-repeat;
    display: block;
    z-index: 2;
  }
  .ctaFixed > a small {
    display: block;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin-bottom: 2px;
  }
  .ctaFixed > a::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 114px;
    height: 100px;
    background: transparent;
    border: 3px solid #fff;
    display: block;
  }
  .ctaFixed dl {
    position: relative;
    padding-left: 78px;
    padding-top: 8px;
  }
  .ctaFixed dl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70px;
    height: 67px;
    background: url(../img/ctaFixed_ic.png) center/contain no-repeat;
    display: block;
  }
  .ctaFixed dl dt {
    padding: 0 10px;
    -moz-border-radius: 12px;
         border-radius: 12px;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #faa010;
    display: inline-block;
    margin-bottom: 5px;
  }
  .ctaFixed dl dd {
    font-weight: bold;
    font-size: 27px;
    color: #fff;
    line-height: 1.1;
  }
  .ctaFixed dl dd small {
    font-size: 20px;
  }
  .ctaFixed dl dd span {
    font-size: 26px;
  }
  .p_top .mv {
    position: relative;
    z-index: 100;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 21px 0 0;
  }
  .p_top .mv__inner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  .p_top .mv__inner picture, .p_top .mv__inner figure, .p_top .mv__inner picture {
    width: 100%;
  }
  .p_top .mv__inner picture img, .p_top .mv__inner figure img, .p_top .mv__inner picture img {
    width: 100%;
    height: auto;
  }
  .p_top .cta {
    position: relative;
    z-index: 101;
    text-align: center;
  }
  .p_top .cta::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 8.92857%;
    background: url("../img/bgMv.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
    margin-top: -8.92857%;
  }
  .p_top .cta::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    background: url("../img/bgCTA.jpg") 0 0 repeat;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p_top .cta .txt01 {
    text-align: center;
    line-height: 0;
  }
  .p_top .cta .txt01 picture {
    display: inline-block;
    width: 668.5px;
  }
  .p_top .cta .txt01 picture img {
    width: 100%;
    height: auto;
  }
  .p_top .cta .time {
    display: inline-block;
    -moz-border-radius: 9px;
         border-radius: 9px;
    background: #404040;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    padding: 0 27px;
    margin-top: 12px;
  }
  .p_top .cta .time em {
    font-size: 22px;
    color: #ffe200;
    font-style: normal;
  }
  .p_top .cta .txt02 {
    text-align: center;
    margin: 10px 0 31px;
  }
  .p_top .cta .txt02__inner {
    position: relative;
    padding: 0 30px;
    display: inline-block;
    font-style: normal;
  }
  .p_top .cta .txt02__inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-15deg);
       -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
    width: 3px;
    height: 58px;
    background: #404040;
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .p_top .cta .txt02__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(15deg);
       -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
    width: 3px;
    height: 58px;
    background: #404040;
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .p_top .cta .txt02 small {
    font-weight: 900;
    font-size: 21px;
  }
  .p_top .cta .txt02 span {
    font-weight: 900;
    font-size: 40px;
    display: block;
    line-height: 58px;
  }
  .p_top .cta .wrapBtn {
    margin-top: 36px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p_top .cta .wrapBtn {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .cta .wrapBtn .cta_btn_line {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .cta .cta_btn_tel, .p_top .cta .cta_btn_line {
    display: block;
    width: 481px;
        margin: 0 auto;
  }
  .p_top .cta .threeCircle {
    margin-top: 50px;
    text-align: center;
  }
  .p_top .cta .threeCircle img {
    max-width: 640px;
    width: 100%;
    height: auto;
  }
  .p_top .notice {
    position: relative;
    padding-bottom: 55px;
    margin-top: 50px;
  }
  .p_top .notice::before {
    content: "";
    position: absolute;
    top: 27px;
    right: -35px;
    width: 300px;
    height: 300px;
    background: url(../img/notice_bg01.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .notice::after {
    content: "";
    position: absolute;
    top: 1459px;
    left: -40px;
    width: 300px;
    height: 300px;
    background: url(../img/notice_bg02.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .notice h2 {
    text-align: center;
  }
  .p_top .notice h2 img {
    width: 553px;
  }
  .p_top .notice .txt01 {
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -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-top: 37px;
  }
  .p_top .notice .txt01 span {
    font-size: 50px;
    line-height: 1.44;
    color: #69b1e6;
  }
  .p_top .notice .txt01 span:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }
  .p_top .notice .txt01 small {
    font-weight: 900;
    font-size: 40px;
    color: #404040;
  }
  .p_top .notice .txt01 img {
    width: 482px;
  }
  .p_top .notice .txt02 {
    line-height: 0;
    margin-top: 28px;
  }
  .p_top .notice ul {
    counter-reset: div;
    margin-top: 39px;
    padding-left: 19px;
    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 .notice ul li {
    background: url(../img/notice_bg03_pc.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.42308;
    padding: 45px 0 42px 64px;
    position: relative;
    width: 277px;
  }
  .p_top .notice ul li.ic2::after {
    width: 51px;
    height: 68px;
    background-image: url(../img/notice_ic2.png);
  }
  .p_top .notice ul li.ic3::after {
    width: 74px;
    height: 62px;
    background-image: url(../img/notice_ic3.png);
  }
  .p_top .notice ul li::after {
    content: "";
    position: absolute;
    top: -12px;
    right: 8px;
    width: 60px;
    height: 91px;
    background-image: url(../img/notice_ic1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .notice ul li::before {
    position: absolute;
    left: -19px;
    top: -12px;
    counter-increment: div;
    content: counter(div);
    width: 68px;
    height: 68px;
    background: #f6bc47;
    border: 3px solid #f6bc47;
    font-weight: bold;
    font-size: 39px;
    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;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
  }
  .p_top .notice ul li span {
    display: block;
    font-weight: bold;
    font-size: 30px;
    color: #ee8393;
  }
  .p_top .notice .txt03 {
    font-weight: bold;
    font-size: 41px;
    line-height: 60px;
    position: relative;
    margin-top: 29px;
    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 .notice .txt03::before {
    content: "";
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
    width: 4px;
    height: 67px;
    background: #ee8393;
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    margin-right: 36px;
  }
  .p_top .notice .txt03::after {
    content: "";
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    width: 4px;
    height: 67px;
    background: #ee8393;
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    margin-left: 36px;
  }
  .p_top .notice .txt03 span {
    font-weight: bold;
    font-size: 60px;
    color: #ee8393;
    margin-left: 10px;
  }
  .p_top .notice .txt03 em {
    background: #69b1e6;
    font-weight: bold;
    font-size: 44px;
    color: #fff;
    font-style: normal;
    display: inline-block;
    padding: 0 15px;
    margin-right: 5px;
  }
  .p_top .why {
    padding-bottom: 110px;
  }
  .p_top .why h2 {
    text-align: center;
    line-height: 0;
  }
  .p_top .why h2 img {
    width: 700px;
  }
  .p_top .why ul {
    max-width: 700px;
    width: 100%;
    margin: 40px auto 0;
  }
  .p_top .why ul li + li {
    margin-top: 22px;
  }
  .p_top .why ul li .accMain {
    background: #fff;
    border: 3px solid #69b1e6;
    padding: 30px 27px 0;
  }
  .p_top .why ul li .accMain .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-bottom: 28px;
  }
  .p_top .why ul li .accMain .df figure, .p_top .why ul li .accMain .df picture {
    width: 282px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .why ul li .accMain .df .txt {
    padding-left: 20px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .why ul li .accMain .df .txt h3 {
    font-weight: bold;
    font-size: 38px;
    line-height: 55px;
    color: #ee8393;
  }
  .p_top .why ul li .accMain .df .txt h3 small {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #404040;
  }
  .p_top .why ul li .accMain .accCt {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .why ul li .accMain .accCt_inner {
    padding: 10px 0;
  }
  .p_top .why ul li .accMain .accCt_inner p {
    font-size: 16px;
    line-height: 1.5;
  }
  .p_top .why ul li .accMain .accCt_inner p + p {
    margin-top: 22px;
  }
  .p_top .why ul li .accMain .accAction {
    height: 28px;
    background: #69b1e6;
    margin: 0 -30px;
    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;
    cursor: pointer;
  }
  .p_top .why ul li .accMain .accAction.is_active::after {
    background-image: url(../img/accAction_close.png);
  }
  .p_top .why ul li .accMain .accAction::after {
    content: "";
    width: 127px;
    height: 24px;
    background-image: url(../img/accAction_open.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .why ul li > span {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    width: 110px;
    height: 110px;
    background: #69b1e6;
    -moz-border-radius: 50%;
         border-radius: 50%;
    padding-top: 15px;
    display: block;
    text-align: center;
    margin: 0 auto -66px;
  }
  .p_top .why ul li > span i {
    font-style: normal;
    font-size: 24px;
    line-height: 1;
  }
  .p_top .payment {
    background: #fef7ea;
    padding-bottom: 100px;
  }
  .p_top .payment h2 {
    text-align: center;
  }
  .p_top .payment h2 img {
    width: 639px;
    margin-top: -64px;
  }
  .p_top .payment .payment_txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44444;
    text-align: center;
    margin: 27px 0 38px;
  }
  .p_top .payment .dlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -25px;
  }
  .p_top .payment .dlist dl {
    width: 475px;
    margin: 25px;
  }
  .p_top .payment .dlist dl dt {
    background: #f6bc47;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
  }
  .p_top .payment .dlist dl dd {
    background-color: #fff;
    padding: 20px 25px;
  }
  .p_top .service {
    padding-bottom: 42px;
    margin-top: 50px;
  }
  .p_top .service h2 {
    text-align: center;
    margin-bottom: 58px;
  }
  .p_top .service h2 img {
    width: 818px;
  }
  .p_top .service ul {
    display: -ms-grid;
    display: grid;
    gap: 20px 23px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_top .service ul li {
    border: 6px solid #cbe5f3;
    background: #50a9d6;
    padding: 8px 13px 16px;
  }
  .p_top .service ul li.st2 {
    border-color: #c4e1c9;
    background-color: #3a9b4a;
  }
  .p_top .service ul li.st3 {
    border-color: #d9d2dd;
    background-color: #80688c;
  }
  .p_top .service ul li.st4 {
    border-color: #f3cebd;
    background-color: #d75a24;
  }
  .p_top .service ul li.st5 {
    border-color: #ffd7de;
    background-color: #ff7b92;
  }
  .p_top .service ul li.st6 {
    border-color: #bce4df;
    background-color: #1fa594;
  }
  .p_top .service ul li h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.28125;
    text-align: center;
    color: #fff;
  }
  .p_top .service ul li h3 small {
    display: block;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.26316;
    text-align: center;
    color: #fff;
  }
  .p_top .service ul li figure, .p_top .service ul li picture {
    height: 114px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .p_top .service ul li figure img, .p_top .service ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .service ul li .dlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  }
  .p_top .service ul li .dlist dl {
    width: 50%;
    padding: 5px;
  }
  .p_top .service ul li .dlist dl:nth-of-type(1) {
    border-right: 1px solid #e2e2e2;
  }
  .p_top .service ul li .dlist dl dt {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .p_top .service ul li .dlist dl dd {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1875;
    text-align: center;
  }
  .p_top .service ul li .dlist dl dd.st2 {
    font-size: 16px;
  }
  .p_top .service ul li .dlist dl dd.st2 i {
    font-size: 40px;
    color: #69B1E6;
  }
  .p_top .service ul li .dlist dl dd i {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: #ee8393;
  }
  .p_top .service .service_txt {
    font-size: 16px;
    line-height: 1.125;
    margin-top: 30px;
  }
  .p_top .trouble {
    position: relative;
    padding: 84px 0 98px;
    margin-top: 15px;
  }
  .p_top .trouble::after {
    content: "";
    position: absolute;
    top: 233px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 233px);
    height: -moz-calc(100% - 233px);
    height: calc(100% - 233px);
    background: #69b1e6;
    display: block;
    z-index: -1;
  }
  .p_top .trouble::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 233px;
    background: url(../img/trouble_bg_pc.png) top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    display: block;
    z-index: -1;
  }
  .p_top .trouble h2 {
    text-align: center;
    line-height: 0;
  }
  .p_top .trouble h2 img {
    width: 530px;
  }
  .p_top .trouble .trouble_txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44444;
    text-align: center;
    color: #fff;
    margin: 32px 0 32px;
  }
  .p_top .trouble ul {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -18.5px;
    margin-right: -18.5px;
  }
  .p_top .trouble ul li {
    background-color: #fff;
    padding: 10px 9px 30px;
    position: relative;
    width: 223px;
    margin: 18px;
    z-index: 2;
  }
  .p_top .trouble ul li figure, .p_top .trouble ul li picture {
    width: 100%;
    position: relative;
  }
  .p_top .trouble ul li .txt {
    width: 100%;
    margin-top: 20px;
  }
  .p_top .trouble ul li .txt h3 {
    font-weight: bold;
    font-size: 24px;
    color: #ee8393;
    line-height: 35px;
  }
  .p_top .trouble ul li .txt p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .p_top .trouble ul li + li figure::before, .p_top .trouble ul li + li picture::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    background: url("../img/lineTrouble.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -45px;
  }
  .p_top .voice {
    padding: 70px 0 100px;
  }
  .p_top .voice h2 {
    text-align: center;
  }
  .p_top .voice h2 img {
    width: 597px;
  }
  .p_top .voice ul {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .voice ul li {
    background: #fffaef;
    padding: 15px 20px 33px 0;
    width: 480px;
    margin: 20px;
  }
  .p_top .voice ul li > p {
    font-size: 18px;
    line-height: 1.77778;
    padding: 0 20px;
    margin-top: 27px;
  }
  .p_top .voice ul li .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .p_top .voice ul li .df figure, .p_top .voice ul li .df picture {
    width: 294px;
    -moz-border-radius: 0 80px 80px 0;
         border-radius: 0 80px 80px 0;
    border: 12px solid #F2E9D6;
    overflow: hidden;
    border-left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .voice ul li .df figure img, .p_top .voice ul li .df picture img {
    width: 100%;
    height: 179px;
    object-fit: cover;
  }
  .p_top .voice ul li .df .txt {
    text-align: right;
    width: 100%;
    margin-left: -294px;
  }
  .p_top .voice ul li .df .txt > span {
    font-weight: bold;
    font-size: 32px;
    line-height: 0.96875;
    text-align: center;
    color: #f8d1d7;
  }
  .p_top .voice ul li .df .txt > span i {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    margin-left: 5px;
    text-align: center;
    color: #f8d1d7;
  }
  .p_top .voice ul li .df .txt h3 {
    line-height: 1.7;
  }
  .p_top .voice ul li .df .txt h3 span {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    padding: 0 10px;
    background: #ee8393;
    white-space: nowrap;
  }
  .p_top .voice ul li .df .txt p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .p_top .area {
    padding-bottom: 80px;
    margin-top: 90px;
  }
  .p_top .area .row {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p_top .area .row {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .area .row .left {
    width: 500px;
  }
  .p_top .area .row .left h2 {
    font-weight: bold;
    font-size: 51px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 32px;
  }
  .p_top .area .row .left h2 small {
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #ee8393;
    position: relative;
    padding: 0 14px;
  }
  .p_top .area .row .left h2 small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-25deg) translateY(-50%);
       -moz-transform: rotate(-25deg) translateY(-50%);
        -ms-transform: rotate(-25deg) translateY(-50%);
            transform: rotate(-25deg) translateY(-50%);
    width: 2px;
    height: 26px;
    background: #EE8393;
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .p_top .area .row .left h2 small::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(25deg) translateY(-50%);
       -moz-transform: rotate(25deg) translateY(-50%);
        -ms-transform: rotate(25deg) translateY(-50%);
            transform: rotate(25deg) translateY(-50%);
    width: 2px;
    height: 26px;
    background: #EE8393;
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .p_top .area .row .left h2 em {
    font-style: normal;
    font-weight: bold;
    font-size: 61px;
    color: #ee8393;
    display: block;
  }
  .p_top .area .row .left .area_txt {
    line-height: 1.77778;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }
  .p_top .area .row .left .txt {
    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: 42px;
  }
  .p_top .area .row .left .txt dl dt {
    -moz-border-radius: 12px;
         border-radius: 12px;
    background: #ee8393;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin-bottom: 9px;
    display: inline-block;
    padding: 8px 10px;
  }
  .p_top .area .row .left .txt dl dt.st2 {
    background-color: #9b9b9b;
  }
  .p_top .area .row .left .txt dl dd {
    font-weight: bold;
    font-size: 23px;
    line-height: 34px;
  }
  .p_top .area .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_top .area .df figure, .p_top .area .df picture {
    width: 88.2%;
  }
  .p_top .faq {
    background: #f2f9ff;
    padding: 70px 0 70px;
  }
  .p_top .faq h2 {
    margin-bottom: 48px;
    text-align: center;
  }
  .p_top .faq h2 img {
    width: 383px;
  }
  .p_top .faq_list {
    margin-bottom: 73px;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p_top .faq_list dl {
    -moz-border-radius: 0px 0px 20px 20px;
         border-radius: 0px 0px 20px 20px;
    background: #fff;
    border: 2px solid #69b1e6;
    border-top: 0;
  }
  .p_top .faq_list dl + dl {
    margin-top: 20px;
  }
  .p_top .faq_list dl dt {
    background: #69b1e6;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #fff;
    position: relative;
    padding: 12px 15px 14px 73px;
  }
  .p_top .faq_list dl dt::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 56px;
    height: 100%;
    background: #428cc3 url(../img/ic_q.png) center/contain no-repeat;
    display: block;
    -moz-background-size: 26px 30px;
         background-size: 26px 30px;
  }
  .p_top .faq_list dl dd {
    line-height: 1.5;
    font-size: 16px;
    padding: 15px 20px 30px;
  }
  .p_top .faq_list dl dd p {
    line-height: 1.5;
    font-size: 16px;
  }
  .p_top .faq .manufacturer dl dt {
    background: #ee8393;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    position: relative;
    padding: 10px;
    text-align: center;
  }
  .p_top .faq .manufacturer dl dt span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .faq .manufacturer dl dt span::after {
    content: "";
    position: absolute;
    top: -49px;
    right: -73px;
    width: 65px;
    height: 90px;
    background: url(../img/manufacturer_ic.png) center/contain no-repeat;
    display: block;
  }
  .p_top .faq .manufacturer dl dd {
    padding: 30px 28px 50px;
    background: #fff;
  }
  .p_top .faq .manufacturer dl dd p {
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
  .p_top .faq .manufacturer dl dd ul {
    margin-top: 35px;
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .p_top .faq .manufacturer dl dd ul li {
    height: 94px;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p_top .faq .manufacturer dl dd ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .causes {
    padding: 70px 0 150px;
  }
  .p_top .causes h2 {
    text-align: center;
    line-height: 0;
  }
  .p_top .causes h2 img {
    width: 503px;
  }
  .p_top .causes_txt {
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 40px 0 50px;
  }
  .p_top .causes_txt span {
    background: -webkit-linear-gradient(bottom, #ffeb00 17px, transparent 17px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #ffeb00 17px, transparent 17px, transparent 100%);
    background: linear-gradient(to top, #ffeb00 17px, transparent 17px, transparent 100%);
  }
  .p_top .causes h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.45;
    padding-bottom: 15px;
    text-align: center;
    color: #ee8393;
    position: relative;
    margin-bottom: 30px;
  }
  .p_top .causes h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 69px;
    height: 6px;
    background: #ee8393;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    display: block;
  }
  .p_top .causes ul {
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
  }
  .p_top .causes ul li {
    -moz-border-radius: 20px 0px;
         border-radius: 20px 0px;
    background: #69b1e6;
    padding: 20px 24px 20px 30px;
  }
  .p_top .causes ul li:nth-child(even) {
    background: #509bd1;
  }
  .p_top .causes ul li + li {
    margin-top: 20px;
  }
  .p_top .causes ul li h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.45833;
    color: #fff;
    margin-bottom: 12px;
  }
  .p_top .causes ul li p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }
  .p_top .company {
    padding: 40px 0 40px;
  }
  .p_top .company h2 {
    padding: 11px;
    background: #ee8393;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
  }
  .p_top .company dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p_top .company dl + dl {
    margin-top: 15px;
  }
  .p_top .company dl dt {
    width: 112px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .p_top .company dl dd {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    -webkit-box-flex: 100%;
       -moz-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    max-width: 185.50725vw;
    margin: 0 auto;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .header {
    text-align: center;
    padding-top: 3.1401vw;
    height: 15.21739vw;
  }
  .header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 18.84058vw;
    background: url(../img/header_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    z-index: -1;
  }
  .header__left {
    width: 100vw;
  }
  .header h1 {
    width: 100vw;
  }
  .header a {
    display: block;
    width: 45.65217vw;
    margin: 0 auto;
    position: relative;
    z-index: 200;
  }
  .footer {
    padding: 1.93237vw;
    background: #69b1e6;
    padding-bottom: 28.01932vw;
  }
  .footer p {
    font-size: 2.89855vw;
    text-align: center;
    color: #fff;
  }
  .ctaFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26.08696vw;
    background: #faa010;
    z-index: 999;
  }
  .ctaFixed > a {
    position: absolute;
    right: 0;
    top: 0;
    width: 29.71014vw;
    height: 26.08696vw;
    background: #c10909;
    display: block;
    font-weight: bold;
    font-size: 5.55556vw;
    line-height: 1.21739;
    text-align: center;
    color: #ffeb00;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.20773vw;
    z-index: 999;
  }
  .ctaFixed > a::before {
    content: "";
    position: absolute;
    bottom: 0.48309vw;
    right: 0.48309vw;
    width: 5.55556vw;
    height: 5.07246vw;
    background: url(../img/ctaFixed_hand.png) center/contain no-repeat;
    display: block;
    z-index: 2;
  }
  .ctaFixed > a small {
    display: block;
    font-weight: bold;
    font-size: 3.1401vw;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.48309vw;
  }
  .ctaFixed > a::after {
    content: "";
    position: absolute;
    top: 0.96618vw;
    left: 0.96618vw;
    width: 27.53623vw;
    height: 24.15459vw;
    background: transparent;
    border: 0.72464vw solid #fff;
    display: block;
  }
  .ctaFixed dl {
    position: relative;
    padding-left: 18.84058vw;
    padding-top: 1.93237vw;
  }
  .ctaFixed dl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.48309vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18.84058vw;
    height: 18.84058vw;
    background: url(../img/ctaFixed_ic.png) center/contain no-repeat;
    display: block;
  }
  .ctaFixed dl dt {
    padding: 0 2.41546vw;
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
    background: #fff;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: left;
    color: #faa010;
    display: inline-block;
    margin-bottom: 1.20773vw;
  }
  .ctaFixed dl dd {
    font-weight: bold;
    font-size: 6.52174vw;
    color: #fff;
    line-height: 1.1;
  }
  .ctaFixed dl dd small {
    font-size: 4.83092vw;
  }
  .ctaFixed dl dd span {
    font-size: 6.28019vw;
  }
  .p_top .mv {
    position: relative;
    z-index: 100;
    margin-top: -5.55556vw;
  }
  .p_top .cta {
    background: url(../img/cta_bg.webp) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 6.03865vw 0 9.66184vw;
    position: relative;
    z-index: 101;
    text-align: center;
    margin-top: -6.03865vw;
  }
  .p_top .cta .txt01 {
    margin-right: -4.83092vw;
    margin-bottom: -2.41546vw;
  }
  .p_top .cta .time {
    display: inline-block;
    -moz-border-radius: 2.17391vw;
         border-radius: 2.17391vw;
    background: #404040;
    font-weight: bold;
    font-size: 3.86473vw;
    color: #fff;
    padding: 0 4.34783vw;
  }
  .p_top .cta .time em {
    font-size: 3.86473vw;
    color: #ffe200;
    font-style: normal;
  }
  .p_top .cta .txt02 {
    position: relative;
    text-align: center;
    margin: 2.41546vw 0 4.83092vw;
  }
  .p_top .cta .txt02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.20773vw;
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
    width: 0.72464vw;
    height: 13.28502vw;
    background: #404040;
    display: block;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .cta .txt02::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 1.20773vw;
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    width: 0.72464vw;
    height: 13.28502vw;
    background: #404040;
    display: block;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .cta .txt02 small {
    font-weight: 900;
    font-size: 5.07246vw;
  }
  .p_top .cta .txt02 span {
    font-weight: 900;
    font-size: 9.17874vw;
    display: block;
    line-height: 1;
  }
  .p_top .cta .cta_btn_tel, .p_top .cta .cta_btn_line {
    display: block;
    margin-bottom: 2.41546vw;
  }
  .p_top .notice {
    position: relative;
    padding-bottom: 13.28502vw;
  }
  .p_top .notice::before {
    content: "";
    position: absolute;
    top: 0;
    right: -12.07729vw;
    width: 45.16908vw;
    height: 45.16908vw;
    background: url(../img/notice_bg01.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .notice::after {
    content: "";
    position: absolute;
    top: 35.02415vw;
    left: -9.66184vw;
    width: 46.37681vw;
    height: 46.37681vw;
    background: url(../img/notice_bg02.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .notice h2 {
    text-align: center;
  }
  .p_top .notice h2 img {
    width: 78.50242vw;
  }
  .p_top .notice .txt01 {
    font-weight: 900;
    font-size: 9.42029vw;
    text-align: center;
    color: #69b1e6;
    line-height: 1.4359;
  }
  .p_top .notice .txt01 small {
    font-weight: 900;
    font-size: 6.28019vw;
  }
  .p_top .notice .txt03 {
    font-weight: bold;
    font-size: 5.55556vw;
    text-align: center;
    position: relative;
    margin-top: 4.83092vw;
  }
  .p_top .notice .txt03::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.20773vw;
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
    width: 0.96618vw;
    height: 8.69565vw;
    background: #ee8393;
    display: block;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .notice .txt03::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 1.20773vw;
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    width: 0.96618vw;
    height: 8.69565vw;
    background: #ee8393;
    display: block;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .notice .txt03 span {
    font-weight: bold;
    font-size: 7.97101vw;
    color: #ee8393;
    margin-left: 1.20773vw;
  }
  .p_top .notice .txt03 em {
    background: #69b1e6;
    font-weight: bold;
    font-size: 5.55556vw;
    color: #fff;
    font-style: normal;
    display: inline-block;
    padding: 0 2.41546vw;
    margin-right: 1.20773vw;
  }
  .p_top .notice ul {
    counter-reset: div;
    margin-top: 7.24638vw;
    padding-left: 3.62319vw;
  }
  .p_top .notice ul li {
    background: url(../img/notice_bg03.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-weight: bold;
    font-size: 5.31401vw;
    line-height: 1.45455;
    padding: 5.55556vw 0 7.48792vw 10.62802vw;
    position: relative;
  }
  .p_top .notice ul li.ic2::after {
    width: 10.99034vw;
    height: 14.37198vw;
    background-image: url(../img/notice_ic2.png);
  }
  .p_top .notice ul li.ic3::after {
    width: 11.23188vw;
    height: 9.54106vw;
    background-image: url(../img/notice_ic3.png);
  }
  .p_top .notice ul li::after {
    content: "";
    position: absolute;
    top: -2.41546vw;
    right: 3.62319vw;
    width: 14.00966vw;
    height: 21.73913vw;
    background-image: url(../img/notice_ic1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .notice ul li::before {
    position: absolute;
    left: -3.62319vw;
    top: -2.41546vw;
    counter-increment: div;
    content: counter(div);
    width: 11.5942vw;
    height: 11.5942vw;
    background: #f6bc47;
    border: 0.72464vw solid #f6bc47;
    font-weight: bold;
    font-size: 6.76329vw;
    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;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
  }
  .p_top .notice ul li + li {
    margin-top: 5.07246vw;
  }
  .p_top .notice ul li span {
    display: block;
    font-weight: bold;
    font-size: 6.28019vw;
    color: #ee8393;
  }
  .p_top .why {
    padding-bottom: 20.04831vw;
  }
  .p_top .why ul li + li {
    margin-top: 4.83092vw;
  }
  .p_top .why ul li .accMain {
    background: #fff;
    border: 0.72464vw solid #69b1e6;
    padding: 3.62319vw 3.62319vw 0;
  }
  .p_top .why ul li .accMain .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-bottom: 3.62319vw;
  }
  .p_top .why ul li .accMain .df figure, .p_top .why ul li .accMain .df picture {
    width: 28.01932vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .why ul li .accMain .df .txt {
    padding-left: 3.38164vw;
    width: 100%;
  }
  .p_top .why ul li .accMain .df .txt h3 {
    font-weight: bold;
    font-size: 5.7971vw;
    color: #ee8393;
    margin-right: -3.62319vw;
  }
  .p_top .why ul li .accMain .df .txt h3 small {
    display: block;
    font-weight: bold;
    font-size: 3.86473vw;
    color: #404040;
  }
  .p_top .why ul li .accMain .accCt {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .why ul li .accMain .accCt_inner {
    padding: 2.41546vw 0;
  }
  .p_top .why ul li .accMain .accCt_inner p {
    font-size: 3.86473vw;
    line-height: 1.5;
  }
  .p_top .why ul li .accMain .accCt_inner p + p {
    margin-top: 5.31401vw;
  }
  .p_top .why ul li .accMain .accAction {
    height: 6.76329vw;
    background: #69b1e6;
    margin: 0 -3.62319vw;
    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;
    cursor: pointer;
  }
  .p_top .why ul li .accMain .accAction.is_active::after {
    background-image: url(../img/accAction_close.png);
  }
  .p_top .why ul li .accMain .accAction::after {
    content: "";
    width: 30.67633vw;
    height: 5.7971vw;
    background-image: url(../img/accAction_open.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .why ul li > span {
    font-weight: bold;
    font-size: 3.38164vw;
    color: #fff;
    width: 26.57005vw;
    height: 26.57005vw;
    background: #69b1e6;
    -moz-border-radius: 50%;
         border-radius: 50%;
    padding-top: 3.62319vw;
    display: block;
    text-align: center;
    margin: 0 auto -15.94203vw;
  }
  .p_top .why ul li > span i {
    font-style: normal;
    font-size: 5.7971vw;
    line-height: 1;
  }
  .p_top .payment {
    background: #fef7ea;
    padding-bottom: 12.07729vw;
  }
  .p_top .payment h2 {
    text-align: center;
    margin-left: -5.7971vw;
  }
  .p_top .payment h2 img {
    width: 75.12077vw;
    margin-top: -14.49275vw;
  }
  .p_top .payment .payment_txt {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: center;
    margin: 4.83092vw 0 5.55556vw;
  }
  .p_top .payment .dlist dl + dl {
    margin-top: 3.1401vw;
  }
  .p_top .payment .dlist dl dt {
    background: #f6bc47;
    font-weight: bold;
    font-size: 4.83092vw;
    text-align: center;
    color: #fff;
    padding: 1.93237vw 3.62319vw;
  }
  .p_top .payment .dlist dl dd {
    background-color: #fff;
    padding: 4.83092vw 6.03865vw;
  }
  .p_top .service {
    padding-bottom: 14.49275vw;
  }
  .p_top .service h2 {
    text-align: center;
    margin-left: -6.03865vw;
    margin-bottom: 4.83092vw;
  }
  .p_top .service h2 img {
    width: 85.99034vw;
  }
  .p_top .service .service_txt {
    font-size: 3.38164vw;
    line-height: 1.28571;
    margin-top: 3.62319vw;
  }
  .p_top .service ul {
    display: -ms-grid;
    display: grid;
    gap: 3.62319vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .service ul li {
    border: 1.20773vw solid #cbe5f3;
    background: #50a9d6;
    padding: 1.20773vw 1.93237vw 2.41546vw;
  }
  .p_top .service ul li.st2 {
    border-color: #c4e1c9;
    background-color: #3a9b4a;
  }
  .p_top .service ul li.st3 {
    border-color: #d9d2dd;
    background-color: #80688c;
  }
  .p_top .service ul li.st4 {
    border-color: #f3cebd;
    background-color: #d75a24;
  }
  .p_top .service ul li.st5 {
    border-color: #ffd7de;
    background-color: #ff7b92;
  }
  .p_top .service ul li.st6 {
    border-color: #bce4df;
    background-color: #1fa594;
  }
  .p_top .service ul li h3 {
    font-weight: bold;
    font-size: 6.03865vw;
    line-height: 1.24;
    text-align: center;
    color: #fff;
    margin-bottom: 1.20773vw;
  }
  .p_top .service ul li h3 small {
    display: block;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.25;
    text-align: center;
    color: #fff;
  }
  .p_top .service ul li figure, .p_top .service ul li picture {
    height: 20.5314vw;
    margin-bottom: 1.20773vw;
  }
  .p_top .service ul li figure img, .p_top .service ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .service ul li .dlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    -moz-box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.29);
         box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.29);
  }
  .p_top .service ul li .dlist dl {
    width: 50%;
    padding: 1.20773vw;
  }
  .p_top .service ul li .dlist dl:nth-of-type(1) {
    border-right: 1px solid #e2e2e2;
  }
  .p_top .service ul li .dlist dl dt {
    font-weight: bold;
    font-size: 2.89855vw;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 1.20773vw;
  }
  .p_top .service ul li .dlist dl dd {
    font-weight: bold;
    font-size: 3.1401vw;
    line-height: 1.23077;
    text-align: center;
  }
  .p_top .service ul li .dlist dl dd.st2 {
    font-size: 2.657vw;
  }
  .p_top .service ul li .dlist dl dd.st2 i {
    font-size: 7.00483vw;
    color: #69B1E6;
  }
  .p_top .service ul li .dlist dl dd i {
    font-style: normal;
    font-weight: bold;
    font-size: 6.03865vw;
    line-height: 1.24;
    text-align: center;
    color: #ee8393;
  }
  .p_top .trouble {
    position: relative;
    padding: 4.83092vw 0 12.07729vw;
  }
  .p_top .trouble::after {
    content: "";
    position: absolute;
    top: 21.73913vw;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 21.73913vw);
    height: -moz-calc(100% - 21.73913vw);
    height: calc(100% - 21.73913vw);
    background: #69b1e6;
    display: block;
    z-index: -1;
  }
  .p_top .trouble::before {
    content: "";
    position: absolute;
    top: 7.24638vw;
    left: 0;
    width: 100%;
    height: 16.90821vw;
    background: url(../img/trouble_bg.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .trouble .trouble_txt {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    margin: 4.83092vw 0 7.24638vw;
  }
  .p_top .trouble ul {
    position: relative;
  }
  .p_top .trouble ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 12.07729vw;
    width: 0.72464vw;
    height: 100%;
    background: url(../img/trouble_line.png) repeat-y;
    display: block;
  }
  .p_top .trouble ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 2.41546vw;
    position: relative;
    z-index: 2;
  }
  .p_top .trouble ul li + li {
    margin-top: 7.24638vw;
  }
  .p_top .trouble ul li figure, .p_top .trouble ul li picture {
    width: 21.25604vw;
  }
  .p_top .trouble ul li .txt {
    width: -webkit-calc(100% - 21.25604vw);
    width: -moz-calc(100% - 21.25604vw);
    width: calc(100% - 21.25604vw);
    padding-left: 2.41546vw;
  }
  .p_top .trouble ul li .txt h3 {
    font-weight: bold;
    font-size: 4.83092vw;
    text-align: left;
    color: #ee8393;
  }
  .p_top .trouble ul li .txt p {
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: left;
  }
  .p_top .voice {
    padding: 9.66184vw 0 12.07729vw;
  }
  .p_top .voice h2 {
    text-align: center;
  }
  .p_top .voice h2 img {
    width: 78.98551vw;
  }
  .p_top .voice ul {
    margin-top: 7.24638vw;
  }
  .p_top .voice ul li {
    background: #fffaef;
    padding: 4.10628vw 0 4.83092vw;
  }
  .p_top .voice ul li + li {
    margin-top: 3.62319vw;
  }
  .p_top .voice ul li > p {
    font-size: 3.86473vw;
    line-height: 1.5;
    padding: 0 3.62319vw;
  }
  .p_top .voice ul li .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.62319vw;
  }
  .p_top .voice ul li .df figure, .p_top .voice ul li .df picture {
    width: 48.30918vw;
    -moz-border-radius: 0 19.32367vw 19.32367vw 0;
         border-radius: 0 19.32367vw 19.32367vw 0;
    border: 1.44928vw solid #F2E9D6;
    overflow: hidden;
    border-left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .voice ul li .df .txt {
    text-align: right;
    width: 100%;
    margin-left: -48.30918vw;
  }
  .p_top .voice ul li .df .txt > span {
    font-weight: bold;
    font-size: 6.03865vw;
    line-height: 1.24;
    text-align: center;
    color: #f8d1d7;
  }
  .p_top .voice ul li .df .txt > span i {
    font-style: normal;
    font-weight: bold;
    font-size: 7.72947vw;
    margin-left: 1.20773vw;
    text-align: center;
    color: #f8d1d7;
  }
  .p_top .voice ul li .df .txt h3 {
    line-height: 1.7;
  }
  .p_top .voice ul li .df .txt h3 span {
    font-weight: bold;
    font-size: 6.03865vw;
    color: #fff;
    padding: 0 2.41546vw;
    background: #ee8393;
    white-space: nowrap;
  }
  .p_top .voice ul li .df .txt p {
    font-size: 3.86473vw;
    margin-top: 1.20773vw;
  }
  .p_top .area {
    padding-bottom: 10.86957vw;
  }
  .p_top .area h2 {
    font-weight: bold;
    font-size: 8.21256vw;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 4.34783vw;
  }
  .p_top .area h2 small {
    display: inline-block;
    font-weight: bold;
    font-size: 4.34783vw;
    color: #ee8393;
    position: relative;
    padding: 0 2.41546vw;
  }
  .p_top .area h2 small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-25deg) translateY(-50%);
       -moz-transform: rotate(-25deg) translateY(-50%);
        -ms-transform: rotate(-25deg) translateY(-50%);
            transform: rotate(-25deg) translateY(-50%);
    width: 0.48309vw;
    height: 5.07246vw;
    background: #EE8393;
    display: block;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .area h2 small::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(25deg) translateY(-50%);
       -moz-transform: rotate(25deg) translateY(-50%);
        -ms-transform: rotate(25deg) translateY(-50%);
            transform: rotate(25deg) translateY(-50%);
    width: 0.48309vw;
    height: 5.07246vw;
    background: #EE8393;
    display: block;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .area h2 em {
    font-style: normal;
    font-weight: bold;
    font-size: 8.9372vw;
    color: #ee8393;
    display: block;
  }
  .p_top .area .area_txt {
    line-height: 1.5;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: center;
  }
  .p_top .area .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.55556vw;
  }
  .p_top .area .df figure, .p_top .area .df picture {
    width: 44.2029vw;
  }
  .p_top .area .df .txt {
    padding-left: 2.41546vw;
  }
  .p_top .area .df .txt dl + dl {
    margin-top: 6.28019vw;
  }
  .p_top .area .df .txt dl dt {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #ee8393;
    font-weight: bold;
    font-size: 3.62319vw;
    color: #fff;
    margin-bottom: 2.17391vw;
    display: inline-block;
    padding: 2.17391vw 2.41546vw;
  }
  .p_top .area .df .txt dl dt.st2 {
    background-color: #9b9b9b;
  }
  .p_top .area .df .txt dl dd {
    font-weight: bold;
    font-size: 3.62319vw;
  }
  .p_top .faq {
    background: #f2f9ff;
    padding: 7.97101vw 0 10.38647vw;
  }
  .p_top .faq h2 {
    margin-bottom: 7.24638vw;
  }
  .p_top .faq h2 img {
    width: 82.1256vw;
  }
  .p_top .faq_list {
    margin-bottom: 9.66184vw;
  }
  .p_top .faq_list dl {
    -moz-border-radius: 0vw 0vw 4.83092vw 4.83092vw;
         border-radius: 0vw 0vw 4.83092vw 4.83092vw;
    background: #fff;
    border: 2px solid #69b1e6;
    border-top: 0;
  }
  .p_top .faq_list dl + dl {
    margin-top: 3.1401vw;
  }
  .p_top .faq_list dl dt {
    background: #69b1e6;
    font-weight: bold;
    font-size: 4.83092vw;
    text-align: left;
    color: #fff;
    position: relative;
    padding: 3.62319vw 3.62319vw 3.62319vw 17.63285vw;
  }
  .p_top .faq_list dl dt::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.48309vw;
    width: 13.52657vw;
    height: 100%;
    background: #428cc3 url(../img/ic_q.png) center/contain no-repeat;
    display: block;
    -moz-background-size: 6.28019vw 7.24638vw;
         background-size: 6.28019vw 7.24638vw;
  }
  .p_top .faq_list dl dd {
    line-height: 1.5;
    font-size: 3.86473vw;
    padding: 3.62319vw 4.83092vw 7.24638vw;
  }
  .p_top .faq_list dl dd p {
    line-height: 1.5;
    font-size: 3.86473vw;
  }
  .p_top .faq_list dl dd p + p {
    margin-top: 5.31401vw;
  }
  .p_top .faq .manufacturer dl dt {
    background: #ee8393;
    font-weight: bold;
    font-size: 5.7971vw;
    color: #fff;
    position: relative;
    padding: 2.89855vw;
    text-align: center;
  }
  .p_top .faq .manufacturer dl dt::after {
    content: "";
    position: absolute;
    top: -8.45411vw;
    right: 3.86473vw;
    width: 15.70048vw;
    height: 21.73913vw;
    background: url(../img/manufacturer_ic.png) center/contain no-repeat;
    display: block;
  }
  .p_top .faq .manufacturer dl dd {
    padding: 4.10628vw 3.62319vw 8.21256vw;
    background: #fff;
  }
  .p_top .faq .manufacturer dl dd p {
    line-height: 1.5;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: center;
  }
  .p_top .faq .manufacturer dl dd ul {
    margin-top: 4.10628vw;
    display: -ms-grid;
    display: grid;
    gap: 3.62319vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .faq .manufacturer dl dd ul li {
    height: 16.90821vw;
    -moz-box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
  }
  .p_top .faq .manufacturer dl dd ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .causes {
    padding: 6.52174vw 0 12.07729vw;
  }
  .p_top .causes h2 {
    text-align: center;
  }
  .p_top .causes h2 img {
    width: 81.64251vw;
  }
  .p_top .causes_txt {
    line-height: 1.5;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: center;
    margin: 3.62319vw 0 5.7971vw;
  }
  .p_top .causes_txt span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.10628vw, #ffeb00), color-stop(4.10628vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #ffeb00 4.10628vw, transparent 4.10628vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #ffeb00 4.10628vw, transparent 4.10628vw, transparent 100%);
    background: linear-gradient(to top, #ffeb00 4.10628vw, transparent 4.10628vw, transparent 100%);
  }
  .p_top .causes h3 {
    font-weight: bold;
    font-size: 4.58937vw;
    line-height: 1.42105;
    padding-bottom: 4.34783vw;
    text-align: center;
    color: #ee8393;
    position: relative;
    margin-bottom: 4.83092vw;
  }
  .p_top .causes h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16.66667vw;
    height: 1.44928vw;
    background: #ee8393;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    display: block;
  }
  .p_top .causes ul li {
    -moz-border-radius: 4.83092vw 0vw;
         border-radius: 4.83092vw 0vw;
    background: #69b1e6;
    padding: 4.10628vw 5.55556vw 8.21256vw;
  }
  .p_top .causes ul li:nth-child(even) {
    background: #509bd1;
  }
  .p_top .causes ul li + li {
    margin-top: 3.62319vw;
  }
  .p_top .causes ul li h4 {
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.45833;
    color: #fff;
    margin-bottom: 2.89855vw;
  }
  .p_top .causes ul li p {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 1.28571;
    text-align: left;
    color: #fff;
  }
  .p_top .company {
    padding: 2.657vw 0 10.62802vw;
  }
  .p_top .company h2 {
    padding: 3.38164vw;
    background: #ee8393;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: center;
    color: #fff;
    margin-bottom: 3.62319vw;
  }
  .p_top .company dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .company dl + dl {
    margin-top: 1.69082vw;
  }
  .p_top .company dl dt {
    width: 21.01449vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: bold;
    font-size: 3.62319vw;
    text-align: left;
  }
  .p_top .company dl dd {
    font-weight: normal;
    font-size: 3.62319vw;
    text-align: left;
    width: 100%;
  }
}
