@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  .cont_wrap h2 {
    border-bottom: none !important;
  }
  .cont_wrap .bold {
    font-weight: 600;
  }
  .cont_wrap span.red {
    color: #e80000;
  }
  .cont_wrap span.blue {
    color: #003481;
  }
  .cont_wrap span.yellow {
    color: #ffea00;
  }
  #container .main .cont_wrap section {
    border-bottom: none;
  }
  #container .main .cont_wrap .btn {
    box-shadow: 2px 2px 2px #b3b3b3;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  }
  #container .main .cont_wrap .btn:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    box-shadow: 0px 0px 0px #b3b3b3;
  }
  #container .main .cont_wrap .btn--home {
    width: 618px;
    border-radius: 5px;
    margin: 24px auto 50px;
  }
  #container .main .cont_wrap .btn--form {
    width: 100%;
    background-color: #3278df;
    border-radius: 5px;
    height: 94px;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    position: relative;
  }
  #container .main .cont_wrap .btn--form a {
    display: block;
    line-height: 94px;
    color: inherit;
    text-decoration: none;
  }
  #container .main .cont_wrap .btn--form::before {
    width: 59px;
    height: 59px;
    content: "";
    position: absolute;
    left: 17%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #container .main .cont_wrap .btn--form::after {
    content: "";
    position: absolute;
    right: 5%;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #fff;
  }
  #container .main .cont_wrap .btn--form.-shaken::before {
    background: url(../images/btn_form.png) center/contain no-repeat;
  }
  #container .main .cont_wrap .hero {
    margin-top: 32px;
  }
  #container .main .cont_wrap .strongpoints .thumbsup_banner {
    -webkit-column-count: 2;
            column-count: 2;
    text-align: center;
    position: relative;
    margin-bottom: 12px;
  }
  #container .main .cont_wrap .strongpoints .thumbsup_banner li:nth-of-type(2) {
    margin-bottom: 7px;
  }
  #container .main .cont_wrap .price__heading {
    width: 550px;
    height: 48px;
    margin: 12px auto;
    background: url(../images/text01.png) center/contain no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
  }
  #container .main .cont_wrap .price__heading::before {
    display: none;
  }
  #container .main .cont_wrap .price_table {
    position: relative;
    margin-bottom: 28px;
  }
  #container .main .cont_wrap .price_table:after {
    content: "";
    top: 50%;
    right: 175px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 140px;
    height: 520px;
    position: absolute;
    background: url(../images/chart01.png) center/contain no-repeat;
  }
  #container .main .cont_wrap .price_table small {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: -5px;
  }
  #container .main .cont_wrap .price_table__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 22px 0 0;
    border-top: 1px solid #d4d4d4;
  }
  #container .main .cont_wrap .price_table__wrapper:last-of-type {
    padding-bottom: 6px;
    border-bottom: 1px solid #d4d4d4;
  }
  #container .main .cont_wrap .price_table dt {
    width: 166px;
  }
  #container .main .cont_wrap .price_table dt .weight {
    margin: 0;
    padding: 0 1em;
    font-size: 1.4rem;
  }
  #container .main .cont_wrap .price_table dd {
    font-weight: bold;
    text-align: left;
    width: 150px;
    margin: 0 16px 0 0;
    font-size: 2.5rem;
    display: block;
    height: 110px;
    position: relative;
    line-height: 110px;
  }
  #container .main .cont_wrap .price_table dd::before {
    position: absolute;
    top: -25%;
    font-size: 1.6rem;
  }
  #container .main .cont_wrap .price_table dd::after {
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
  }
  #container .main .cont_wrap .price_table dd:nth-of-type(1):before {
    content: "基本車検料";
  }
  #container .main .cont_wrap .price_table dd:nth-of-type(2):before {
    content: "法定費用・諸経費";
  }
  #container .main .cont_wrap .price_table dd:nth-of-type(3) {
    margin: 0 0 0 150px;
    padding-left: 0;
    text-align: right;
    color: #d51725;
  }
  #container .main .cont_wrap .price_table dd:nth-of-type(3):before {
    content: "費用総額";
  }
  #container .main .cont_wrap .value {
    border-bottom: none;
    /* table */
  }
  #container .main .cont_wrap .value h4 {
    margin: 0 0 20px;
  }
  #container .main .cont_wrap .value p {
    margin: 0 0 20px;
    padding: 0;
  }
  #container .main .cont_wrap .value p.small {
    margin: 0 0 25px;
    font-size: 1.4rem;
  }
  #container .main .cont_wrap .value table {
    width: 100%;
    margin: 0 0 10px;
    border: solid 1px #c1c1c1;
    border-spacing: 0;
  }
  #container .main .cont_wrap .value table tr:last-child th,
  #container .main .cont_wrap .value table tr:last-child td {
    border-bottom: none;
  }
  #container .main .cont_wrap .value table th,
  #container .main .cont_wrap .value table td {
    padding: 7px 5px;
    line-height: 1;
    border-right: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
  }
  #container .main .cont_wrap .value table th:last-child,
  #container .main .cont_wrap .value table td:last-child {
    border-right: none;
  }
  #container .main .cont_wrap .value table th.green,
  #container .main .cont_wrap .value table td.green {
    background: #e0ffcb;
  }
  #container .main .cont_wrap .value table th.blue,
  #container .main .cont_wrap .value table td.blue {
    background: #dbf3ff;
  }
  #container .main .cont_wrap .value table th.pink,
  #container .main .cont_wrap .value table td.pink {
    background: #f8c8a0;
  }
  #container .main .cont_wrap .value table th.yellow,
  #container .main .cont_wrap .value table td.yellow {
    background: #ffea00;
  }
  #container .main .cont_wrap .value table th.red,
  #container .main .cont_wrap .value table td.red {
    background: #d51725;
  }
  #container .main .cont_wrap .value table th.dusty,
  #container .main .cont_wrap .value table td.dusty {
    background: #f6f6f6;
  }
  #container .main .cont_wrap .value table th {
    font-size: 16px;
    font-weight: 100;
  }
  #container .main .cont_wrap .value table td {
    font-size: 14px;
    text-align: right;
  }
  #container .main .cont_wrap .value table.t_value tr:first-child {
    background: #f6f6f6;
  }
  #container .main .cont_wrap .value table.t_value tr:last-child th,
  #container .main .cont_wrap .value table.t_value tr:last-child td {
    padding: 12px 5px;
    font-weight: 600;
    font-size: 18px;
  }
  #container .main .cont_wrap .value table.t_value tr:last-child td {
    color: #fff;
  }
  #container .main .cont_wrap .value table.t_value tr:last-child td .price {
    font-size: 26px;
  }
  #container .main .cont_wrap .value table.t_value th.top_left {
    position: relative;
  }
  #container .main .cont_wrap .value table.t_value th.top_left::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c1c1c1;
    -webkit-transform: skewY(15deg);
            transform: skewY(15deg);
  }
  #container .main .cont_wrap .value table.t_value th.top_left span {
    display: block;
    text-align: left;
  }
  #container .main .cont_wrap .value table.t_value th.top_left span:first-child {
    text-align: right;
  }
  #container .main .cont_wrap .value table.t_value th.vertical {
    width: 20px;
  }
  #container .main .cont_wrap .value table.t_value th span.mini {
    font-size: 12px;
    display: block;
  }
  #container .main .cont_wrap .value table.t_value td span.price {
    font-size: 20px;
  }
  #container .main .cont_wrap .value table.t_value td.pic_up {
    padding: 0;
    font-weight: 600;
    text-align: center;
    background: #fff579;
  }
  #container .main .cont_wrap .value table.t_value td.pic_up .price {
    font-size: 30px;
  }
  #container .main .cont_wrap .value table.t_value td.pic_up img {
    vertical-align: sub;
  }
  #container .main .cont_wrap .value ul li {
    font-size: 16px;
  }
  #container .main .cont_wrap .value .t_plan {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 10px 10px 0 0;
  }
  #container .main .cont_wrap .value .t_plan tr:first-child th {
    padding: 15px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
  }
  #container .main .cont_wrap .value .t_plan tr:nth-child(2) th {
    padding: 5px;
    font-size: 16px;
    background: #dcdcdc;
  }
  #container .main .cont_wrap .value .t_plan th,
  #container .main .cont_wrap .value .t_plan td {
    padding: 7px;
    font-size: 20px;
    text-align: center;
  }
  #container .main .cont_wrap .value .t_plan td .price {
    font-size: 24px;
  }
  #container .main .cont_wrap .value .icon_LINE, #container .main .cont_wrap .value .icon_Insta, #container .main .cont_wrap .value .icon_FB {
    width: 1em;
    margin: 0 3px;
  }
  #container .main .cont_wrap .value .otoku {
    margin: -10px auto 30px;
    padding: 4px 0;
    font-size: 25px;
    text-align: center;
    background: #ffea00;
    border-radius: 10px;
  }
  #container .main .cont_wrap .value .otoku .price {
    position: relative;
    font-size: 34px;
    font-family: "ヒラギノ";
  }
  #container .main .cont_wrap .value .otoku .price::before {
    content: "▲";
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffea00;
    font-size: 16px;
  }
  #container .main .cont_wrap .reasons {
    margin: 30px 0 15px;
    padding: 0 0 37px;
    text-align: center;
  }
  #container .main .cont_wrap .reasons__title {
    width: 100%;
    height: 71px;
    line-height: 71px;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    color: #fff;
    background: #003481 url(../images/logo_pale.png) 0 center no-repeat;
  }
  #container .main .cont_wrap .reasons__lead {
    padding: 0 71px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }
  #container .main .cont_wrap .reasons__lead p:nth-of-type(1) {
    font-weight: bold;
  }
  #container .main .cont_wrap .reasons__lead:before, #container .main .cont_wrap .reasons__lead:after {
    display: block;
    width: 77px;
    height: 102px;
    content: "";
    position: absolute;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #container .main .cont_wrap .reasons__lead:before {
    right: 0;
    background-image: url("../images/mascot_01.png");
  }
  #container .main .cont_wrap .reasons__lead:after {
    left: 0;
    background-image: url("../images/mascot_02.png");
  }
  #container .main .cont_wrap .reasons__lead p:nth-of-type(1) {
    font-size: 2.1rem;
  }
  #container .main .cont_wrap .reasons__lead p:nth-of-type(2) {
    font-size: 1.6rem;
  }
  #container .main .cont_wrap .reasons__lead .-sky {
    color: #3278df;
  }
  #container .main .cont_wrap .reasons__lead .-blue {
    font-size: 21px;
    color: #003481;
  }
  #container .main .cont_wrap .reasons__lead .-red {
    color: #d51725;
  }
  #container .main .cont_wrap .reasons__lead .-num {
    font-size: 37px;
  }
  #container .main .cont_wrap .reasons .point_box {
    width: 760px;
    border-radius: 5px;
    vertical-align: top;
    margin: 0 auto 24px;
  }
  #container .main .cont_wrap .reasons .point_box__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #container .main .cont_wrap .reasons .point_box__head--left {
    width: 202px;
    height: 60px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    text-align: left;
  }
  #container .main .cont_wrap .reasons .point_box__head--left p {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  #container .main .cont_wrap .reasons .point_box__head--left p.ttl {
    margin: 0 0 0 10px;
    padding: 0 0 0 40px;
    color: #ffed00;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.5;
    border-left: solid 1px #fff;
  }
  #container .main .cont_wrap .reasons .point_box__head--left p img {
    width: 42px;
  }
  #container .main .cont_wrap .reasons .point_box__head--left .ttl {
    letter-spacing: 10px;
  }
  #container .main .cont_wrap .reasons .point_box__head--right {
    width: 520px;
    font-family: "Hiragino Sans";
    font-size: 2.2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 10px;
    position: relative;
    letter-spacing: -0.05em;
    font-style: italic;
  }
  #container .main .cont_wrap .reasons .point_box__head--right strong {
    font-weight: bold;
    font-size: 1.3em;
  }
  #container .main .cont_wrap .reasons .point_box__head--right .icon {
    right: 0;
    position: absolute;
    width: 65px;
    height: 47px;
    line-height: 47px;
    background-color: #d52f3b;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1.2px 1.6px 0 rgba(0, 0, 0, 0.2);
  }
  #container .main .cont_wrap .reasons .point_box__body {
    border: solid 3px;
    border-radius: 0px 0px 5px 5px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #container .main .cont_wrap .reasons .point_box__body--inner {
    width: 380px;
    margin-left: 24px;
    text-align: center;
  }
  #container .main .cont_wrap .reasons .point_box__body--inner img {
    display: block;
    margin: 0 auto 30px;
  }
  #container .main .cont_wrap .reasons .point_box__body--inner span {
    margin-top: 40px;
  }
  #container .main .cont_wrap .reasons .point_box__body p {
    margin-top: 16px;
    text-align: left;
  }
  #container .main .cont_wrap .reasons .point_box .gray_box {
    background-color: #ececec;
    border-radius: 5px;
    color: #d51725;
    font-size: 24px;
    line-height: 1;
    padding: 20px 20px;
    margin-right: 16px;
  }
  #container .main .cont_wrap .reasons .point_box .gray_box.-sm {
    padding: 10px 40px;
  }
  #container .main .cont_wrap .reasons .point_box .gray_box:last-of-type {
    margin-right: 0;
  }
  #container .main .cont_wrap .reasons .point_box .gray_box strong {
    font-family: "Helvetica Neue";
    font-size: 42px;
  }
  #container .main .cont_wrap .reasons .point_box .gray_box small {
    font-size: 1.4rem;
    padding-left: 1em;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(1) .point_box__head--left {
    background-color: #28a5d3;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(1) .point_box__head--right {
    color: #28a5d3;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(1) .point_box__body {
    border-color: #28a5d3;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(2) .point_box__head--left {
    background-color: #dd4778;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(2) .point_box__head--right {
    color: #dd4778;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(2) .point_box__body {
    border-color: #dd4778;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(2) .point_box__body .gray_box {
    width: 100%;
    text-align: left;
    padding-left: 2em;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(3) .point_box__head--left {
    background-color: #1fa600;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(3) .point_box__head--right {
    color: #1fa600;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(3) .point_box__body {
    border-color: #1fa600;
  }
  #container .main .cont_wrap .reasons .point_box:nth-of-type(3) .point_box__body .gray_box {
    width: 100%;
    text-align: left;
    padding-left: 2em;
  }
  #container .main .cont_wrap .pay_methods {
    width: 768px;
    margin: 0 auto 10px;
    text-align: center;
  }
  #container .main .cont_wrap .pay_methods .ttl {
    padding: 5px 20px;
    font-size: 28px;
    color: #ffed00;
    background: #084ea1;
  }
  #container .main .cont_wrap .pay_methods .inner {
    background-color: #ececec;
    width: 640px;
    margin: auto;
    padding: 20px 0;
  }
  #container .main .cont_wrap .pay_methods .inner p {
    font-size: 1.4rem;
    padding: 0;
  }
  #container .main .cont_wrap .pay_methods .inner p span.large {
    font-size: 2.4rem;
  }
  #container .main .cont_wrap .pay_methods .inner .r_block {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 26px;
    text-align: center;
    background: #d51725;
    border-radius: 5px;
  }
  #container .main .cont_wrap .pay_methods .inner .r_block.sparate {
    width: 49%;
    margin: 0 0 35px;
  }
  #container .main .cont_wrap .pay_methods .inner .r_block.txt {
    padding: 15px 0;
  }
  #container .main .cont_wrap .pay_methods .inner .r_block span {
    font-size: 1.8rem;
  }
  #container .main .cont_wrap .pay_methods .inner .r_block span.num {
    font-size: 3.8rem;
    font-family: "Anton", sans-serif;
    letter-spacing: 4px;
    line-height: 1;
  }
  #container .main .cont_wrap .pay_methods .inner .r_block span.small {
    font-size: 1.4rem;
  }
  #container .main .cont_wrap .pay_methods .inner .r_block + .r_block {
    margin: 0 0 0 2%;
  }
  #container .main .cont_wrap .pay_methods .inner {
    width: auto;
    padding: 20px;
  }
  #container .main .cont_wrap .pay_methods ul {
    text-align: center;
  }
  #container .main .cont_wrap .pay_methods ul li {
    display: inline-block;
    vertical-align: middle;
  }
  #container .main .cont_wrap .pay_methods ul li img {
    width: 90%;
  }
  #container .main .cont_wrap .pay_methods ul li + li {
    margin: 0 0 0 10px;
  }
  #container .main .cont_wrap .flow_list {
    width: 770px;
    margin: 0 auto;
  }
  #container .main .cont_wrap .flow_item {
    padding: 0 12px 12px;
    position: relative;
    border: solid 2px #084ea1;
    border-radius: 5px;
    min-height: 190px;
    background-size: 212px auto;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    margin: 0 auto 16px;
  }
  #container .main .cont_wrap .flow_item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 58px;
  }
  #container .main .cont_wrap .flow_item__title::before {
    display: inline-block;
    content: "";
    width: 45px;
    height: 100%;
    background-size: 80%;
  }
  #container .main .cont_wrap .flow_item__title span {
    margin-left: 0.5em;
    font-size: 2rem;
  }
  #container .main .cont_wrap .flow_item__title span.-time {
    margin-left: 1em;
    font-weight: normal;
    color: #fff;
    text-align: center;
    height: 32px;
    padding: 0 0.5em;
    background-color: #72c3dd;
  }
  #container .main .cont_wrap .flow_item__text {
    font-size: 1.6rem;
    margin-top: 1em;
    width: 500px;
  }
  #container .main .cont_wrap .flow_item__text .-lead {
    color: #084ea1;
    display: block;
    font-weight: bold;
    font-family: YuGothic;
    font-size: 16px;
    line-height: 24px;
  }
  #container .main .cont_wrap .flow_item__text.-blue {
    color: #084ea1;
  }
  #container .main .cont_wrap .flow_item__text.-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #container .main .cont_wrap .flow_item__text.-list li {
    padding-left: 1em;
  }
  #container .main .cont_wrap .flow_item:nth-of-type(1) {
    background-image: url(../images/img_01.jpg);
  }
  #container .main .cont_wrap .flow_item:nth-of-type(1) .flow_item__title::before {
    background: #084ea1 url(../images/flow_01.png) center/30% no-repeat;
  }
  #container .main .cont_wrap .flow_item:nth-of-type(2) {
    background-image: url(../images/img_02.jpg);
  }
  #container .main .cont_wrap .flow_item:nth-of-type(2) .flow_item__title::before {
    background: #084ea1 url(../images/flow_02.png) center/40% no-repeat;
  }
  #container .main .cont_wrap .flow_item:nth-of-type(3) {
    background-image: url(../images/img_03.jpg);
  }
  #container .main .cont_wrap .flow_item:nth-of-type(3) .flow_item__title::before {
    background: #084ea1 url(../images/flow_03.png) center/40% no-repeat;
  }
  #container .main .cont_wrap .flow_item:nth-of-type(4) {
    background-image: url(../images/img_04.jpg);
  }
  #container .main .cont_wrap .flow_item:nth-of-type(4) .flow_item__title::before {
    background: #084ea1 url(../images/flow_04.png) center/40% no-repeat;
  }
  #container .main .cont_wrap .flow_item:nth-of-type(5) {
    background-image: url(../images/img_05.jpg);
  }
  #container .main .cont_wrap .flow_item:nth-of-type(5) .flow_item__title::before {
    background: #084ea1 url(../images/flow_05.png) center/40% no-repeat;
  }
  #container .main .cont_wrap .flow_item:nth-of-type(6) {
    background-image: url(../images/img_06.jpg);
  }
  #container .main .cont_wrap .flow_item:nth-of-type(6) .flow_item__title::before {
    background: #084ea1 url(../images/flow_06.png) center/40% no-repeat;
  }
  #container .main .cont_wrap .flow_item:nth-of-type(7) {
    background-image: url(../images/img_07.jpg);
    background-position: 88%;
  }
  #container .main .cont_wrap .flow_item:nth-of-type(7) .flow_item__title::before {
    background: #084ea1 url(../images/flow_07.png) center/40% no-repeat;
  }
  #container .main .cont_wrap .flow .spend {
    margin: 50px 0 20px;
    text-align: center;
  }
  #container .main .cont_wrap .flow .spend p {
    display: inline-block;
    vertical-align: middle;
  }
  #container .main .cont_wrap .flow .spend p.fukidashi {
    padding: 22px 65px;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    background: url(../images/fukidashi02.png) no-repeat center;
    background-size: contain;
  }
  #container .main .cont_wrap .flow .spend p.fukidashi .num {
    font-size: 3.8rem;
  }
  #container .main .cont_wrap .flow .spend p.fukidashi img {
    width: 58px;
    margin: 0 10px 0 0;
  }
  #container .main .cont_wrap .flow .spend p.img_box {
    margin: 0;
    padding: 0;
  }
  #container .main .cont_wrap .flow .spend p.img_box img {
    width: 84px;
  }
  #container .main .cont_wrap .necessary_documents {
    box-sizing: border-box;
    background-color: #f4f9ff;
    border-radius: 5px;
    padding: 1em 0;
  }
  #container .main .cont_wrap .necessary_documents__title {
    color: #084ea1;
    font-size: 2rem;
    padding-left: 3em;
    padding-top: 1em;
    margin-bottom: 1em;
    position: relative;
  }
  #container .main .cont_wrap .necessary_documents__title::before {
    content: "";
    background: url("../images/kaban.png") center/contain no-repeat;
    width: 33px;
    height: 30px;
    position: absolute;
    display: inline-block;
    left: 1em;
    top: 50%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  #container .main .cont_wrap .necessary_documents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #container .main .cont_wrap .necessary_documents__list_item {
    box-sizing: border-box;
    width: 20%;
    padding: 8px;
  }
  #container .main .cont_wrap .necessary_documents__list_item.-extra .necessary_documents__list_title {
    background-color: #fff9b2;
  }
  #container .main .cont_wrap .necessary_documents__list_title {
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #003481;
    width: 100%;
    font-weight: bold;
    margin: 0 auto 0.5em;
    font-size: 1.6rem;
    background-color: #ffea00;
    border-radius: 19px;
  }
  #container .main .cont_wrap .necessary_documents__list_title.-sm {
    font-size: 1.4rem;
    letter-spacing: -0.2em;
  }
  #container .main .cont_wrap .necessary_documents__image_container {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #container .main .cont_wrap .necessary_documents__image_container img {
    max-width: 100%;
  }
  #container .main .cont_wrap .necessary_documents__list_content figcaption {
    text-align: center;
  }
  #container .main .cont_wrap .necessary_documents__faq_link {
    margin-top: 12px;
    font-size: 1.4rem;
    padding-left: 16px;
  }
  #container .main .cont_wrap .voices__title {
    color: #01398c;
    border-top: 1px solid #01398c;
    border-bottom: 1px solid #01398c;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 8px 0;
    margin: 1em 0;
  }
  #container .main .cont_wrap .voices__title::before {
    display: none;
  }
  #container .main .cont_wrap .voices__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #container .main .cont_wrap .voices__list li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
  }
  #container .main .cont_wrap .voices__text {
    box-sizing: border-box;
    background: url(../images/balloon.png) center/contain no-repeat;
    margin-left: -35px;
    width: 289px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 16px 16px 30px;
  }
  #container .main .cont_wrap .voices__text span {
    width: 100%;
  }
  .bx-wrapper {
    background: none;
    border: none;
    box-shadow: none;
    margin: 40px 0 0;
  }
  .bx-wrapper .bx-viewport li {
    display: block !important;
  }
  .bx-wrapper .bx-viewport li img {
    height: auto;
    width: 100%;
  }
  .bx-wrapper .bx-pager {
    top: -30px;
    box-sizing: border-box;
    padding: 0 5px 0 0;
    text-align: right;
    width: 100%;
    height: 30px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #d8d8d8;
    border-radius: 50%;
  }
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #3278df;
  }
}

@media screen and (max-width: 768px) {
  .cont_wrap .bold {
    font-weight: 600;
  }
  .cont_wrap span.red {
    color: #e80000;
  }
  .cont_wrap span.blue {
    color: #003481;
  }
  .cont_wrap span.yellow {
    color: #ffea00;
  }
  .cont_wrap .btn {
    box-shadow: 2px 2px 2px #b3b3b3;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  }
  .cont_wrap .btn:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    box-shadow: 0px 0px 0px #b3b3b3;
  }
  .cont_wrap .btn--home {
    border-radius: 5px;
    margin: 24px auto 50px;
  }
  .cont_wrap .btn--form {
    width: 100%;
    background-color: #3278df;
    border-radius: 5px;
    font-size: 5.20833vw;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .cont_wrap .btn--form a {
    padding: 1.95312vw 0;
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .cont_wrap .btn--form::before {
    width: 11.71875vw;
    height: 11.71875vw;
    content: "";
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cont_wrap .btn--form::after {
    content: "";
    position: absolute;
    right: 5%;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 1.5625vw 0 1.5625vw 3.16406vw;
    border-color: transparent transparent transparent #fff;
  }
  .cont_wrap .btn--form.-shaken::before {
    background: url(../images/btn_form.png) center/contain no-repeat;
  }
  .cont_wrap .strongpoints .thumbsup_banner {
    -webkit-column-count: 2;
            column-count: 2;
    text-align: center;
    position: relative;
    margin-bottom: 1.30208vw;
  }
  .cont_wrap .strongpoints .thumbsup_banner li:nth-of-type(2) {
    margin-bottom: 1.30208vw;
  }
  .cont_wrap .price__heading {
    width: 100%;
    height: 48px;
    margin: 12px auto;
    background: url(../images/text01.png) center/contain no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
  }
  .cont_wrap .price__heading::before {
    display: none;
  }
  .cont_wrap .price_table small {
    display: inline-block;
    font-size: 2.60417vw;
    margin-left: -5px;
  }
  .cont_wrap .price_table__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 22px 0 0;
    border-top: 1px solid #d4d4d4;
  }
  .cont_wrap .price_table__wrapper::after {
    content: "";
    bottom: 3.90625vw;
    right: 23.4375vw;
    width: 23.4375vw;
    height: 15.625vw;
    position: absolute;
    background: url(../images/chart03.png) center/contain no-repeat;
  }
  .cont_wrap .price_table__wrapper:last-of-type {
    border-bottom: 1px solid #d4d4d4;
  }
  .cont_wrap .price_table dt {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
  .cont_wrap .price_table dt .weight {
    margin: 0;
    padding: 0 1em;
    font-size: 2.86458vw;
  }
  .cont_wrap .price_table dd {
    font-weight: bold;
    text-align: left;
    width: 24.73958vw;
    margin: 0 0;
    font-size: 4.55729vw;
    display: block;
    height: 19.53125vw;
    position: relative;
    line-height: 23.4375vw;
  }
  .cont_wrap .price_table dd::before {
    position: absolute;
    top: 0;
    font-size: 3.90625vw;
    line-height: 1;
  }
  .cont_wrap .price_table dd::after {
    font-size: 3.90625vw;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -1.95312vw;
  }
  .cont_wrap .price_table dd:nth-of-type(1):before {
    content: "基本車検料";
  }
  .cont_wrap .price_table dd:nth-of-type(2):before {
    content: "法定費用\A・諸経費";
    white-space: pre;
  }
  .cont_wrap .price_table dd:nth-of-type(3) {
    margin: 0 0 0 18.22917vw;
    text-align: right;
    color: #d51725;
  }
  .cont_wrap .price_table dd:nth-of-type(3):before {
    content: "費用総額";
  }
  .cont_wrap .value {
    border-bottom: none;
    /* table */
  }
  .cont_wrap .value h4 {
    margin: 0 0 20px;
  }
  .cont_wrap .value p {
    margin: 0 0 20px;
    padding: 0;
  }
  .cont_wrap .value p.small {
    margin: 0 0 25px;
    font-size: 1.4rem;
  }
  .cont_wrap .value table {
    width: 100%;
    margin: 0 0 10px;
    border: solid 1px #c1c1c1;
    border-spacing: 0;
  }
  .cont_wrap .value table tr:last-child th,
  .cont_wrap .value table tr:last-child td {
    border-bottom: none;
  }
  .cont_wrap .value table th,
  .cont_wrap .value table td {
    padding: 7px 5px;
    line-height: 1;
    border-right: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
  }
  .cont_wrap .value table th:last-child,
  .cont_wrap .value table td:last-child {
    border-right: none;
  }
  .cont_wrap .value table th.green,
  .cont_wrap .value table td.green {
    background: #e0ffcb;
  }
  .cont_wrap .value table th.blue,
  .cont_wrap .value table td.blue {
    background: #dbf3ff;
  }
  .cont_wrap .value table th.pink,
  .cont_wrap .value table td.pink {
    background: #f8c8a0;
  }
  .cont_wrap .value table th.yellow,
  .cont_wrap .value table td.yellow {
    background: #ffea00;
  }
  .cont_wrap .value table th.red,
  .cont_wrap .value table td.red {
    background: #d51725;
  }
  .cont_wrap .value table th.dusty,
  .cont_wrap .value table td.dusty {
    background: #f6f6f6;
  }
  .cont_wrap .value table th {
    font-size: 2.60417vw;
    font-weight: 100;
  }
  .cont_wrap .value table td {
    font-size: 14px;
    text-align: right;
  }
  .cont_wrap .value table.t_value tr:first-child {
    background: #f6f6f6;
  }
  .cont_wrap .value table.t_value tr:last-child th,
  .cont_wrap .value table.t_value tr:last-child td {
    padding: 12px 5px;
    font-weight: 600;
    font-size: 18px;
  }
  .cont_wrap .value table.t_value tr:last-child td {
    color: #fff;
  }
  .cont_wrap .value table.t_value tr:last-child td .price {
    font-size: 26px;
  }
  .cont_wrap .value table.t_value th.top_left {
    position: relative;
  }
  .cont_wrap .value table.t_value th.top_left::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c1c1c1;
    -webkit-transform: skewY(15deg);
            transform: skewY(15deg);
  }
  .cont_wrap .value table.t_value th.top_left span {
    display: block;
    text-align: left;
  }
  .cont_wrap .value table.t_value th.top_left span:first-child {
    text-align: right;
  }
  .cont_wrap .value table.t_value th.vertical {
    width: 20px;
  }
  .cont_wrap .value table.t_value th span.mini {
    font-size: 12px;
    display: block;
  }
  .cont_wrap .value table.t_value td span.price {
    font-size: 20px;
  }
  .cont_wrap .value table.t_value td.pic_up {
    padding: 0;
    font-weight: 600;
    text-align: center;
    background: #fff579;
  }
  .cont_wrap .value table.t_value td.pic_up .price {
    font-size: 30px;
  }
  .cont_wrap .value table.t_value td.pic_up img {
    vertical-align: sub;
  }
  .cont_wrap .value ul li {
    font-size: 2.60417vw;
  }
  .cont_wrap .value .t_plan {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 10px 10px 0 0;
  }
  .cont_wrap .value .t_plan tr:first-child th {
    padding: 15px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
  }
  .cont_wrap .value .t_plan tr:nth-child(2) th {
    padding: 5px;
    font-size: 2.60417vw;
    background: #dcdcdc;
  }
  .cont_wrap .value .t_plan th,
  .cont_wrap .value .t_plan td {
    padding: 7px;
    font-size: 20px;
    text-align: center;
  }
  .cont_wrap .value .t_plan td .price {
    font-size: 24px;
  }
  .cont_wrap .value .icon_LINE, .cont_wrap .value .icon_Insta, .cont_wrap .value .icon_FB {
    width: 1em;
    margin: 0 1px;
  }
  .cont_wrap .value .otoku {
    margin: -10px auto 30px;
    padding: 4px 0;
    font-size: 25px;
    text-align: center;
    background: #ffea00;
    border-radius: 10px;
  }
  .cont_wrap .value .otoku .price {
    position: relative;
    font-size: 34px;
    font-family: "ヒラギノ";
  }
  .cont_wrap .value .otoku .price::before {
    content: "▲";
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffea00;
    font-size: 2.60417vw;
  }
  .cont_wrap .reasons {
    margin: 30px 0 15px;
    padding: 0 0 37px;
    text-align: center;
  }
  .cont_wrap .reasons__title {
    width: 100%;
    height: 18.22917vw;
    line-height: 18.22917vw;
    font-size: 6.25vw !important;
    letter-spacing: 0.1em;
    color: #fff;
    background: #003481 url(../images/logo_pale.png) 0 center no-repeat;
  }
  .cont_wrap .reasons__lead {
    padding: 0 3.64583vw;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }
  .cont_wrap .reasons__lead p:nth-of-type(1) {
    font-weight: bold;
  }
  .cont_wrap .reasons__lead:before, .cont_wrap .reasons__lead:after {
    display: block;
    width: 15.625vw;
    height: 19.27083vw;
    content: "";
    position: absolute;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cont_wrap .reasons__lead:before {
    right: 0;
    background-image: url("../images/mascot_01.png");
  }
  .cont_wrap .reasons__lead:after {
    left: 0;
    background-image: url("../images/mascot_02.png");
  }
  .cont_wrap .reasons__lead p:nth-of-type(2) {
    font-size: 1.6rem;
  }
  .cont_wrap .reasons__lead .-sky {
    color: #3278df;
  }
  .cont_wrap .reasons__lead .-blue {
    font-size: 4.6875vw;
    color: #003481;
    margin-bottom: 3.125vw;
  }
  .cont_wrap .reasons__lead .-red {
    color: #d51725;
  }
  .cont_wrap .reasons__lead .-num {
    font-size: 37px;
  }
  .cont_wrap .reasons .point_box {
    width: 100%;
    border-radius: 5px;
    vertical-align: top;
    margin: 0 auto 5.20833vw;
  }
  .cont_wrap .reasons .point_box__head--left {
    border-radius: 5px 5px 0px 0px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.64583vw 5.85938vw 0;
    text-align: left;
  }
  .cont_wrap .reasons .point_box__head--left p {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  .cont_wrap .reasons .point_box__head--left p.ttl {
    padding: 0 0 0 5.20833vw;
    color: #ffed00;
    font-size: 7.8125vw;
    font-weight: 600;
    line-height: 1.5;
    border-left: solid 1px #fff;
  }
  .cont_wrap .reasons .point_box__head--left p img {
    width: 11.71875vw;
    padding-right: 3.90625vw;
  }
  .cont_wrap .reasons .point_box__head--left .ttl {
    letter-spacing: 10px;
  }
  .cont_wrap .reasons .point_box__head--right {
    text-align: center;
    color: #fff;
    font-family: "Hiragino Sans";
    font-size: 5.20833vw;
    font-weight: bold;
    padding: 3.90625vw 2.60417vw;
    position: relative;
    letter-spacing: -0.05em;
    font-style: italic;
  }
  .cont_wrap .reasons .point_box__head--right strong {
    font-weight: bold;
    font-size: 1.3em;
  }
  .cont_wrap .reasons .point_box__head--right .icon {
    top: -16.92708vw;
    right: 0;
    position: absolute;
    width: 19.53125vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
    background-color: #d52f3b;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1.2px 1.6px 0 rgba(0, 0, 0, 0.2);
  }
  .cont_wrap .reasons .point_box__body {
    border: solid 3px;
    border-radius: 0px 0px 5px 5px;
    padding: 5.20833vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont_wrap .reasons .point_box__body--inner {
    width: 380px;
    margin: 2.34375vw 0;
    text-align: center;
  }
  .cont_wrap .reasons .point_box__body--inner img {
    display: block;
    margin: 0 auto 3.90625vw;
  }
  .cont_wrap .reasons .point_box__body p {
    margin-top: 2.60417vw;
    font-size: 3.90625vw;
    text-align: left;
  }
  .cont_wrap .reasons .point_box .gray_box {
    display: block;
    background-color: #ececec;
    border-radius: 5px;
    color: #d51725;
    font-size: 6.25vw;
    line-height: 1.2;
    padding: 20px 20px;
    margin-right: 2.60417vw;
    margin-bottom: 2.60417vw;
  }
  .cont_wrap .reasons .point_box .gray_box.-sm {
    padding: 10px 40px;
  }
  .cont_wrap .reasons .point_box .gray_box:last-of-type {
    margin-right: 0;
  }
  .cont_wrap .reasons .point_box .gray_box strong {
    font-family: "Helvetica Neue";
    font-size: 42px;
  }
  .cont_wrap .reasons .point_box .gray_box small {
    font-size: 3.64583vw;
    padding-left: 1em;
  }
  .cont_wrap .reasons .point_box:nth-of-type(1) .point_box__head--left,
  .cont_wrap .reasons .point_box:nth-of-type(1) .point_box__head--right {
    background-color: #28a5d3;
  }
  .cont_wrap .reasons .point_box:nth-of-type(1) .point_box__body {
    border-color: #28a5d3;
  }
  .cont_wrap .reasons .point_box:nth-of-type(2) .point_box__head--left,
  .cont_wrap .reasons .point_box:nth-of-type(2) .point_box__head--right {
    background-color: #dd4778;
  }
  .cont_wrap .reasons .point_box:nth-of-type(2) .point_box__body {
    border-color: #dd4778;
  }
  .cont_wrap .reasons .point_box:nth-of-type(2) .gray_box {
    width: 100%;
    text-align: center;
  }
  .cont_wrap .reasons .point_box:nth-of-type(2) .gray_box small {
    padding-left: 0;
  }
  .cont_wrap .reasons .point_box:nth-of-type(3) .point_box__head--left,
  .cont_wrap .reasons .point_box:nth-of-type(3) .point_box__head--right {
    background-color: #1fa600;
  }
  .cont_wrap .reasons .point_box:nth-of-type(3) .point_box__body {
    border-color: #1fa600;
  }
  .cont_wrap .reasons .point_box:nth-of-type(3) .point_box__body .gray_box {
    width: 100%;
    text-align: left;
    padding-left: 2em;
  }
  .cont_wrap .flow_list {
    margin: 0 auto;
  }
  .cont_wrap .flow_item {
    padding: 0 3.125vw 3.125vw;
    position: relative;
    border: solid 2px #084ea1;
    border-radius: 5px;
    min-height: 190px;
    margin: 0 auto 2.60417vw;
  }
  .cont_wrap .flow_item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 12.76042vw;
    position: relative;
  }
  .cont_wrap .flow_item__title::before {
    display: inline-block;
    content: "";
    width: 11.71875vw;
    height: 100%;
    background-size: 80%;
  }
  .cont_wrap .flow_item__title span {
    margin-left: 0.5em;
    font-size: 4.94792vw;
  }
  .cont_wrap .flow_item__title span.-time {
    margin-left: 4.6875vw;
    font-weight: normal;
    color: #fff;
    text-align: center;
    font-size: 3.90625vw;
    height: 7.55208vw;
    line-height: 7.55208vw;
    padding: 1.04167vw 2.34375vw;
    background-color: #72c3dd;
  }
  .cont_wrap .flow_item__text {
    font-size: 4.6875vw;
    margin-top: 1em;
  }
  .cont_wrap .flow_item__text .-lead {
    color: #084ea1;
    display: block;
    font-weight: bold;
    font-size: 5.20833vw;
  }
  .cont_wrap .flow_item__text.-blue {
    color: #084ea1;
  }
  .cont_wrap .flow_item__text.-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont_wrap .flow_item__text.-list li {
    padding-left: 1em;
  }
  .cont_wrap .flow_item__image {
    margin: 3.125vw 0;
    display: block;
    text-align: center;
  }
  .cont_wrap .flow_item:nth-of-type(1) .flow_item__title::before {
    background: #084ea1 url(../images/flow_01.png) center/30% no-repeat;
  }
  .cont_wrap .flow_item:nth-of-type(2) .flow_item__title::before {
    background: #084ea1 url(../images/flow_02.png) center/40% no-repeat;
  }
  .cont_wrap .flow_item:nth-of-type(3) .flow_item__title::before {
    background: #084ea1 url(../images/flow_03.png) center/40% no-repeat;
  }
  .cont_wrap .flow_item:nth-of-type(4) .flow_item__title::before {
    background: #084ea1 url(../images/flow_04.png) center/40% no-repeat;
  }
  .cont_wrap .flow_item:nth-of-type(5) .flow_item__title::before {
    background: #084ea1 url(../images/flow_05.png) center/40% no-repeat;
  }
  .cont_wrap .flow_item:nth-of-type(6) .flow_item__title::before {
    background: #084ea1 url(../images/flow_06.png) center/40% no-repeat;
  }
  .cont_wrap .flow_item:nth-of-type(7) .flow_item__title::before {
    background: #084ea1 url(../images/flow_07.png) center/40% no-repeat;
  }
  .cont_wrap .voices {
    margin-top: 1em !important;
  }
  .cont_wrap .voices__title {
    color: #01398c;
    border-top: 1px solid #01398c;
    border-bottom: 1px solid #01398c;
    text-align: center;
    font-size: 6.77083vw !important;
    font-weight: bold;
    padding: 8px 0;
    margin: 1em 0;
  }
  .cont_wrap .voices__title::before {
    display: none;
  }
  .cont_wrap .voices__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont_wrap .voices__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
  }
  .cont_wrap .voices__text {
    box-sizing: border-box;
    background: url(../images/balloon.png) center/contain no-repeat;
    margin-left: -35px;
    width: 289px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 16px 16px 30px;
  }
  .cont_wrap .voices__text span {
    width: 100%;
  }
  .cont_wrap .pay_methods {
    margin: 0 auto 10px;
    text-align: left;
    border: solid 2px #084ea1;
    border-radius: 5px;
  }
  .cont_wrap .pay_methods .ttl {
    padding: 5px 10px;
    font-size: 17px;
    font-weight: 600;
    color: #ffed00;
    background: #084ea1;
  }
  .cont_wrap .pay_methods .inner {
    background-color: #ececec;
    padding: 5px 1.5625vw;
    text-align: center;
  }
  .cont_wrap .pay_methods .inner p {
    font-size: 1.4rem;
    padding: 0 5px;
    text-align: left;
  }
  .cont_wrap .pay_methods .inner .r_block {
    display: inline-block;
    width: 92%;
    padding: 10px 4%;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #d51725;
    border-radius: 3px;
    text-align: left;
  }
  .cont_wrap .pay_methods .inner .r_block.sparate {
    width: 41%;
    margin: 0 0 20px;
    padding: 1.5625vw 4% 6px;
    text-align: center;
  }
  .cont_wrap .pay_methods .inner .r_block.txt {
    text-align: center;
  }
  .cont_wrap .pay_methods .inner .r_block span.num {
    font-family: "Anton", sans-serif;
    font-size: 2.6rem;
    letter-spacing: 4px;
    line-height: 1;
  }
  .cont_wrap .pay_methods .inner .r_block + .r_block {
    margin: 0 0 0 2%;
  }
  .cont_wrap .pay_methods ul {
    text-align: center;
  }
  .cont_wrap .pay_methods ul li {
    display: inline-block;
    width: 12%;
    vertical-align: middle;
  }
  .cont_wrap .pay_methods ul li:nth-child(4) {
    width: 8%;
  }
  .cont_wrap .pay_methods ul li:last-child {
    width: 10%;
  }
  .cont_wrap .pay_methods ul li + li {
    margin: 0 0 0 2%;
  }
  .cont_wrap .pay_methods p .indent {
    display: block;
    padding: 0 15px;
  }
  .cont_wrap .value {
    border-bottom: none;
    /* table */
  }
  .cont_wrap .value .sc_box {
    margin: 10px 0 0;
  }
  .cont_wrap .value p {
    margin: 0 0 10px;
    padding: 0 2rem;
    font: 1.4rem;
    text-indent: -0.8rem;
  }
  .cont_wrap .value p.table {
    width: 796px;
    margin: 0 0 20px;
  }
  .cont_wrap .value p.table img {
    width: 100%;
  }
  .cont_wrap .value .link_area {
    margin: auto;
    text-align: center;
  }
  .cont_wrap .value .link_area p {
    margin: 10px 0;
  }
  .cont_wrap .value .sc_box {
    overflow-x: scroll;
  }
  .cont_wrap .value table {
    width: 100%;
    margin: 0 0 10px;
    border: solid 1px #c1c1c1;
    border-spacing: 0;
  }
  .cont_wrap .value table tr:last-child th,
  .cont_wrap .value table tr:last-child td {
    border-bottom: none;
  }
  .cont_wrap .value table th,
  .cont_wrap .value table td {
    padding: 7px 5px;
    line-height: 1;
    border-right: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
  }
  .cont_wrap .value table th:last-child,
  .cont_wrap .value table td:last-child {
    border-right: none;
  }
  .cont_wrap .value table th.green,
  .cont_wrap .value table td.green {
    background: #e0ffcb;
  }
  .cont_wrap .value table th.blue,
  .cont_wrap .value table td.blue {
    background: #dbf3ff;
  }
  .cont_wrap .value table th.pink,
  .cont_wrap .value table td.pink {
    background: #f8c8a0;
  }
  .cont_wrap .value table th.yellow,
  .cont_wrap .value table td.yellow {
    background: #ffea00;
  }
  .cont_wrap .value table th.red,
  .cont_wrap .value table td.red {
    background: #d51725;
  }
  .cont_wrap .value table th.dusty,
  .cont_wrap .value table td.dusty {
    background: #f6f6f6;
  }
  .cont_wrap .value table th {
    font-size: 16px;
    font-weight: 100;
  }
  .cont_wrap .value table td {
    font-size: 14px;
    text-align: right;
  }
  .cont_wrap .value table.t_value tr:first-child {
    background: #f6f6f6;
  }
  .cont_wrap .value table.t_value tr:first-child span {
    display: block;
    width: 120px;
  }
  .cont_wrap .value table.t_value tr:last-child th,
  .cont_wrap .value table.t_value tr:last-child td {
    font-weight: 600;
    font-size: 14px;
  }
  .cont_wrap .value table.t_value tr:last-child th span {
    display: block;
    width: 150px;
  }
  .cont_wrap .value table.t_value tr:last-child td {
    color: #fff;
  }
  .cont_wrap .value table.t_value tr:last-child td .price {
    font-size: 1vw 12;
  }
  .cont_wrap .value table.t_value th.top_left {
    position: relative;
    padding: 0 10px;
  }
  .cont_wrap .value table.t_value th.top_left::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c1c1c1;
    -webkit-transform: skewY(14deg);
            transform: skewY(14deg);
  }
  .cont_wrap .value table.t_value th.top_left span {
    display: block;
    text-align: left;
  }
  .cont_wrap .value table.t_value th.top_left span:first-child {
    text-align: right;
  }
  .cont_wrap .value table.t_value th.vertical {
    width: 20px;
  }
  .cont_wrap .value table.t_value th span.mini {
    font-size: 10px;
    display: block;
  }
  .cont_wrap .value table.t_value td span.price {
    font-size: 17px;
  }
  .cont_wrap .value table.t_value td.pic_up {
    padding: 0;
    font-weight: 600;
    text-align: center;
    background: #fff579;
  }
  .cont_wrap .value table.t_value td.pic_up .price {
    font-size: 20px;
  }
  .cont_wrap .value table.t_value td.pic_up img {
    width: 20%;
    vertical-align: sub;
  }
  .cont_wrap .value table.t_plan {
    border-radius: 10px 10px 0 0;
  }
  .cont_wrap .value table.t_plan tr:first-child th {
    padding: 10px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
  }
  .cont_wrap .value table.t_plan tr:nth-child(2) th {
    padding: 5px;
    font-size: 12px;
    background: #dcdcdc;
  }
  .cont_wrap .value table.t_plan th,
  .cont_wrap .value table.t_plan td {
    padding: 5px 2px;
    font-size: 14px;
    text-align: center;
  }
  .cont_wrap .value table.t_plan td .price {
    font-size: 16px;
  }
  .cont_wrap .value .otoku {
    position: relative;
    margin: 20px auto;
    font-size: 15px;
    text-align: center;
    background: #ffea00;
    border-radius: 10px;
  }
  .cont_wrap .value .otoku::before {
    content: "▲";
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffea00;
    font-size: 20px;
  }
  .cont_wrap .value .otoku .price {
    position: relative;
    font-size: 22px;
  }
  .cont_wrap .value ul li {
    font-size: 1.4rem;
    padding: 0 1rem;
    text-indent: -0.8rem;
  }
  .cont_wrap .value .link_area span {
    width: 100%;
    margin: auto;
    display: block;
  }
  .cont_wrap .spend {
    margin: 0 auto 20px;
    text-align: center;
  }
  .cont_wrap .spend p {
    display: inline-block;
    vertical-align: middle;
  }
  .cont_wrap .spend p.fukidashi {
    padding: 12px 14px 15px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    background: url(../images/fukidashi02.png) no-repeat center;
    background-size: contain;
  }
  .cont_wrap .spend p.fukidashi .num {
    font-size: 2.5rem;
  }
  .cont_wrap .spend p.fukidashi img {
    width: 30px;
    margin: 0 5px 0 0;
  }
  .cont_wrap .spend p.img_box {
    width: 3vw 12;
    margin: 0;
    padding: 0;
  }
  .cont_wrap .spend p.img_box img {
    width: 100%;
  }
  .cont_wrap .necessary_documents {
    box-sizing: border-box;
    background-color: #f4f9ff;
    border-radius: 5px;
  }
  #container .cont_wrap .necessary_documents {
    padding: 1em 0;
  }
  .cont_wrap .necessary_documents__title {
    color: #084ea1;
    font-size: 1.75rem;
    padding-left: 3em;
    padding-top: 1em;
    margin-bottom: 1em;
    position: relative;
  }
  .cont_wrap .necessary_documents__title::before {
    content: "";
    background: url("../images/kaban.png") center/contain no-repeat;
    width: 33px;
    height: 30px;
    position: absolute;
    display: inline-block;
    left: 1em;
    top: 50%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .cont_wrap .necessary_documents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont_wrap .necessary_documents__list_item {
    box-sizing: border-box;
    margin-bottom: 1.30208vw;
    width: 33.33%;
    padding: 1.30208vw;
  }
  .cont_wrap .necessary_documents__list_item.-extra .necessary_documents__list_title {
    background-color: #fff9b2;
  }
  .cont_wrap .necessary_documents__list_title {
    height: 6.25vw;
    line-height: 6.25vw;
    text-align: center;
    color: #003481;
    width: 100%;
    font-weight: bold;
    margin: 0 auto 0.5em;
    font-size: 3.90625vw;
    background-color: #ffea00;
    border-radius: 19px;
  }
  .cont_wrap .necessary_documents__list_title.-sm {
    font-size: 3.125vw;
    letter-spacing: -0.2em;
  }
  .cont_wrap .necessary_documents__image_container {
    height: 31.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cont_wrap .necessary_documents__image_container img {
    max-width: 100%;
  }
  .cont_wrap .necessary_documents__list_content figcaption {
    font-size: 3.125vw;
    text-align: center;
  }
  .cont_wrap .necessary_documents__faq_link {
    text-align: right;
    margin-top: 2.08333vw;
    font-size: 3.64583vw;
    padding-right: 1em;
  }
}
