@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
    汎用モジュールは、アルファベット降順(A->Z)に記述する
    ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A->Z)、
    ファイル名のアルファベット降順(A->Z)にそれぞれ記述する

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   mod-marker
--------------------------------------------- */
.mod-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* ---------------------------------------------
*   mod-title
--------------------------------------------- */
.mod-title {
    padding-top: 60px;
    color: #c02d29;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}

@media screen and (max-width: 750px) {
    .mod-title {
        padding-top: 0;
        font-size: 6.4vw;
        line-height: 1.25;
    }
}

/* ---------------------------------------------
*   top
--------------------------------------------- */
.top {
    height: 785px;
    background-image: url("../img/img_keyvisual.jpg");
    background-size: cover;
}

.top__container {
    text-indent: -9999px;
}

.top__img {
    margin-top: 130px;
    margin-left: 130px;
}

@media screen and (max-width: 750px) {
    .top {
        height: 92.2667vw;
        background-size: auto 100%;
        background-position: 50% 0;
    }

    .top__img {
        width: 67vw;
        margin-top: 15.2667vw;
        margin-left: 2.6667vw;
    }
}

/* ---------------------------------------------
*   trial
--------------------------------------------- */
.trial {
    background-color: #c02d29;
}

.trial__container {
    display: block;
    margin: 0 auto;
    width: 700px;
    background-color: #c02d29;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .trial__container {
        width: 100%;
    }
}

.trial__btn {
    padding: 30px 145px;
    border-radius: 5px;
    background-color: #e56e6b;
    -webkit-box-shadow: 6px 6px #931612;
    box-shadow: 6px 6px #931612;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}

@media screen and (max-width: 750px) {
    .trial__btn {
        padding: 6vw 10vw;
        -webkit-box-shadow: 1vw 1vw #931612;
        box-shadow: 1vw 1vw #931612;
        font-size: 5.86667vw;
    }
}

.trial__btn:hover {
    position: relative;
    top: 6px;
    left: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.trial__ttl {
    position: relative;
    margin-bottom: 50px;
    padding-top: 10px;
}

@media screen and (max-width: 750px) {
    .trial__ttl {
        margin-bottom: 3vw;
        padding-top: 2vw;
        padding-bottom: 0vw;
        line-height: 1.05;
    }
}

.trial__ttl:before, .trial__ttl:after {
    position: absolute;
    top: 25px;
    display: inline-block;
    width: 2px;
    height: 75px;
    background-color: #fff;
    content: "";
}

@media screen and (max-width: 750px) {
    .trial__ttl:before, .trial__ttl:after {
        top: 4vw;
        width: 0.7vw;
        height: 20vw;
    }
}

.trial__ttl:before {
    left: -25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
    .trial__ttl:before {
        left: 5vw;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}

.trial__ttl:after {
    right: -25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
    .trial__ttl:after {
        top: 4vw;
        right: 5vw;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

.trial__ttl-txt {
    color: #fff;
}

.trial__ttl-txt--small {
    font-size: 22px;
}

@media screen and (max-width: 750px) {
    .trial__ttl-txt--small {
        font-size: 4vw;
    }
}

.trial__ttl-txt--large {
    font-size: 32px;
}

@media screen and (max-width: 750px) {
    .trial__ttl-txt--large {
        display: block;
        margin-top: 3vw;
        font-size: 5.86667vw;
    }
}

.trial__txt {
    padding-top: 35px;
    padding-bottom: 40px;
    color: #fff;
    font-size: 13px;
}

.windows.ie11 .trial__txt {
    padding-top: 45px;
}

.windows.edge .trial__txt {
    padding-top: 45px;
}

@media screen and (max-width: 750px) {
    .trial__txt {
        padding: 8vw 6vw 5vw 8vw;
        text-align: left;
        text-indent: -1.5vw;
        font-size: 2.13333vw;
    }
}

/* ---------------------------------------------
*   efficienc: ;y
--------------------------------------------- */
.efficiency {
    padding: 70px 0;
    background: url("../img/bgimg_efficiency.png") 0 0 no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .efficiency {
        padding: 8vw 4vw;
        background: url("../img/sp/bgimg_efficiency.png") 5% 0 repeat;
        background-size: contain;
    }
}

.efficiency__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px;
    width: 1000px;
    background-color: rgba(255,255,255,0.7);
}

@media screen and (max-width: 750px) {
    .efficiency__container {
        padding: 1vw;
        width: 100%;
    }
}

.efficiency__box {
    position: relative;
    border: dashed 3px #d26966;
}

.efficiency__ttl {
    padding-top: 45px;
}

@media screen and (max-width: 750px) {
    .efficiency__ttl {
        padding-top: 4.6vw;
    }
}

.efficiency__list {
    margin-top: 25px;
    padding-bottom: 55px;
}

@media screen and (max-width: 750px) {
    .efficiency__list {
        margin-top: 6.6vw;
        padding-bottom: 5vw;
    }
}

.efficiency__list:before, .efficiency__list:after {
    position: absolute;
    width: 119px;
    height: 75px;
}

@media screen and (max-width: 750px) {
    .efficiency__list:before, .efficiency__list:after {
        width: 18.6vw;
        height: 12vw;
        background-size: 18.6vw 12vw;
    }
}

.efficiency__list:before {
    top: -25px;
    left: -25px;
    background: url("../img/img_triangle_before.png") 0 0 no-repeat;
    content: '';
}

@media screen and (max-width: 750px) {
    .efficiency__list:before {
        top: -3vw;
        left: -3vw;
        background-size: 18.6vw 12vw;
    }
}

.efficiency__list:after {
    right: -22px;
    bottom: -22px;
    background: url("../img/img_triangle_after.png") 0 0 no-repeat;
    content: '';
}

@media screen and (max-width: 750px) {
    .efficiency__list:after {
        right: -3vw;
        bottom: -3vw;
        background-size: 18.6vw 12vw;
    }
}

.efficiency__item {
    margin-top: 30px;
    margin-left: 60px;
    padding-top: 7px;
    padding-left: 45px;
    width: 805px;
    border-top: 3px solid #dfdfdf;
    font-size: 26px;
}

@media screen and (max-width: 750px) {
    .efficiency__item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 5vw;
        margin-left: 2vw;
        padding-left: 10vw;
        width: 93%;
        font-size: 4.8vw;
        line-height: 1.3;
    }
}

.efficiency__item:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.efficiency__item:before {
    position: relative;
    top: 8px;
    left: -40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/li-check.png") 0 0 no-repeat;
    content: '';
}

@media screen and (max-width: 750px) {
    .efficiency__item:before {
        top: 2vw;
        left: -8vw;
        width: 6.6vw;
        height: 6.6vw;
        background-size: 6.6vw 6.6vw;
    }
}

.efficiency__item-ttl {
    margin-left: -35px;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .efficiency__item-ttl {
        margin-left: -8vw;
    }
}

.efficiency__txt {
    padding-right: 35px;
    padding-left: 10px;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .efficiency__txt {
        padding-top: 2.2vw;
        padding-right: 0;
        padding-left: 0;
        font-size: 4.26667vw;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   reason
--------------------------------------------- */
.reason {
    padding-bottom: 75px;
}

@media screen and (max-width: 750px) {
    .reason {
        padding: 8vw 4vw;
    }
}

.reason__container {
    margin: 0 auto;
    margin-top: 50px;
    width: 1000px;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .reason__container {
        margin-top: 6vw;
        width: 100%;
    }
}

/*  reason-section
--------------------------------------------- */
.reason-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 750px) {
    .reason-section {
        display: block;
    }
}

.reason-section:nth-of-type(2n) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

.reason-section__box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 85px;
    width: 500px;
    height: 343px;
    background-color: #c02d29;
    background-image: linear-gradient(-34.5deg, #cf3935 50%, #c02d29 50%, #c02d29);
    text-align: center;
}

@media screen and (max-width: 750px) {
    .reason-section__box {
        padding-top: 12vw;
        width: 100%;
        height: 61.3vw;
        background-image: linear-gradient(-33.5deg, #cf3935 50%, #c02d29 50%, #c02d29);
    }
}

.reason-section__box:after {
    position: absolute;
    top: 50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .reason-section__box:after {
        top: 63.5vw;
    }
}

.reason-section:nth-of-type(2n+1) .reason-section__box:after {
    left: 100%;
    border-width: 22px 0 22px 22px;
    border-color: transparent transparent transparent #cf3935;
}

@media screen and (max-width: 750px) {
    .reason-section:nth-of-type(2n+1) .reason-section__box:after {
        left: 41vw;
        border-width: 5vw 5vw 0 5vw;
        border-color: #cf3935 transparent transparent transparent;
    }
}

.reason-section:nth-of-type(2n) .reason-section__box:after {
    right: 100%;
    border-width: 22px 22px 22px 0;
    border-color: transparent #c02d29 transparent transparent;
}

@media screen and (max-width: 750px) {
    .reason-section:nth-of-type(2n) .reason-section__box:after {
        left: 41vw;
        border-width: 5vw 5vw 0 5vw;
        border-color: #cf3935 transparent transparent transparent;
    }
}

.reason-section__box-num {
    margin-top: 70px;
    padding: 4px 12px;
    background-color: #fff;
    color: #c02d29;
    font-weight: bold;
    font-size: 20px;
}

.ie11 .reason-section__box-num {
    padding: 4px 12px 0 12px;
}

.edge .reason-section__box-num {
    padding: 1px 12px;
}

.reason-section__box-ttl {
    margin-top: 6px;
    font-weight: bold;
    font-size: 28px;
}

@media screen and (max-width: 750px) {
    .reason-section__box-ttl {
        margin-top: 2vw;
        font-size: 5.33333vw;
    }
}

.reason-section__box-txt {
    margin-top: 10px;
    padding: 0 45px;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .reason-section__box-txt {
        margin-top: 5vw;
        padding: 0 6vw;
        font-size: 3.73333vw;
    }
}

.reason-section__img {
    width: 500px;
}

@media screen and (max-width: 750px) {
    .reason-section__img {
        margin-bottom: 5.3vw;
        width: 100%;
    }
    .reason-section__img img {
        width: 100%;
    }
}

/* ---------------------------------------------
*   system
--------------------------------------------- */
.system {
    background-image: url("../img/bgimg_system.jpg");
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .system {
        padding: 0 4vw;
        padding-bottom: 12vw;
        background-position: 69% center;
    }
}

.system__container {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .system__container {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .system__ttl {
        padding-top: 8vw;
    }
}

.system__comment {
    position: relative;
    -webkit-box-sizing: boder-box;
    box-sizing: boder-box;
    margin-top: 50px;
    padding: 0 55px;
    padding-left: 125px;
    width: 750px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .system__comment {
        margin-top: 11vw;
        padding: 0;
        padding: 0 5vw;
        width: 93%;
        text-align: left;
        font-size: 4.8vw;
        line-height: 1.6;
    }
}

.system__comment:before, .system__comment:after {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
}

.system__comment:before {
    top: -10px;
    left: 80px;
    content: url(../img/icon_bracket.png);
}

@media screen and (max-width: 750px) {
    .system__comment:before {
        top: -15px;
        left: -5px;
    }
}

.system__comment:after {
    right: 20px;
    bottom: 60px;
    content: url(../img/icon_bracket_02.png);
}

@media screen and (max-width: 750px) {
    .system__comment:after {
        right: 25px;
        bottom: 45px;
    }
}

.system__txt {
    margin: 0 auto;
    margin-top: 20px;
    width: 750px;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
}

@media screen and (max-width: 750px) {
    .system__txt {
        margin-top: 8vw;
        width: 100%;
        font-size: 3.73333vw;
        line-height: 1.6;
    }
}

.system__logo {
    padding: 35px 0 75px 0;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .system__logo {
        margin: 0 auto;
        padding: 6vw;
        width: 70%;
    }
}

/* ---------------------------------------------
*   voice
--------------------------------------------- */
.voice {
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .voice {
        padding: 0 4vw;
        padding-bottom: 12vw;
        background-position: 69% center;
    }
}

.voice__container {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .voice__container {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .voice__ttl {
        padding-top: 8vw;
    }
}

.voice__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 55px 0 75px;    
}

@media screen and (max-width: 750px) {
    .voice__contents {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}

.voice__comment {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 774px;
    padding: 0 13px;
}

@media screen and (max-width: 750px) {
    .voice__comment {
        margin-top: 6vw;
        padding: 0;
        width: 100%;
        font-size: 4.8vw;
        line-height: 1.6;
    }
}

.voice__comment:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -37px;
    margin-top: -25px;
    border: 25px solid transparent;
    border-right: 25px solid #f4f4f4;
}

@media screen and (max-width: 750px) {
    .voice__comment:before {
        top: unset;
        bottom: -5vw;
        margin-top: 0;
        margin-bottom: 5px;
        border: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #f4f4f4;
        left: 41vw;
        border-width: 5vw 5vw 0 5vw;
    }
}

.voice__txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px;
    font-weight: bold;
    font-size: 18px;
    background-color: #f4f4f4;
    text-align: left;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .voice__txt {
        width: 100%;
        font-size: 3.73333vw;
        line-height: 1.6;
    }
}

.voice__thum {
    width: 226px;
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .voice__thum {
        margin: 0 auto;
        padding: 6vw 0 0;
        width: 70%;
    }
}

.voice__img {
    max-width: 180px;
    margin: 0 auto;
    border: 4px solid #f4f4f4;
}

.voice__name {
    font-weight: bold;
    font-size: 18px;
    padding-top: 7px;
}

@media screen and (max-width: 750px) {
    .voice__name {
        font-size: 4.53333vw;
    }
}

/* ---------------------------------------------
*   function
--------------------------------------------- */
.function {
    padding-bottom: 80px;
    background-image: url("../img/bgimg_function.png");
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .function {
        padding: 8vw 4vw;
    }
}

.function__container {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .function__container {
        width: 100%;
    }
}

.function__img {
    padding-top: 55px;
    padding-bottom: 20px;
    padding-left: 85px;
}

@media screen and (max-width: 750px) {
    .function__img {
        padding: 7vw 0;
    }
}

.function__box {
    padding: 10px;
    width: 975px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .function__box {
        padding: 2vw;
        width: 88vw;
    }
}

/*  function-list
--------------------------------------------- */
.function-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    padding-left: 115px;
    border: dashed 3px #d26966;
    background-color: #fff;
    text-indent: -15px;
    font-size: 20px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .function-list {
        padding-left: 11vw;
        font-size: 4.53333vw;
    }
}

.function-list:before, .function-list:after {
    position: absolute;
    width: 119px;
    height: 75px;
}

@media screen and (max-width: 750px) {
    .function-list:before, .function-list:after {
        width: 18.6vw;
        height: 12vw;
        background-size: 18.6vw 12vw;
    }
}

.function-list:before {
    top: -25px;
    left: -25px;
    background: url("../img/img_triangle_before.png") 0 0 no-repeat;
    content: '';
}

@media screen and (max-width: 750px) {
    .function-list:before {
        top: -4vw;
        left: -4vw;
        background-size: 18.6vw 12vw;
    }
}

.function-list:after {
    right: -22px;
    bottom: -22px;
    background: url("../img/img_triangle_after.png") 0 0 no-repeat;
    content: '';
}

@media screen and (max-width: 750px) {
    .function-list:after {
        right: -4vw;
        bottom: -4vw;
        background-size: 18.6vw 12vw;
    }
}

.function-list__item {
    padding-bottom: 5px;
    width: 390px;
    font-weight: bold;
}

.function-list__item:before {
    display: inline-block;
    padding-right: 0.5vw;
    width: 15px;
    height: 15px;
    background: url("../img/icon_list.svg") 0 0 no-repeat;
    content: '';
}

.windows .chrome {
    padding-right: 0.1vw;
}

/* ---------------------------------------------
*   table
--------------------------------------------- */
.table {
    padding-bottom: 85px;
}

@media screen and (max-width: 750px) {
    .table {
        padding: 8vw 4vw;
    }
}

.table__container {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .table__container {
        width: 100%;
    }
}

/*  table-box
--------------------------------------------- */
.table-box {
    margin: 0 auto;
    margin-top: 45px;
    width: 830px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media screen and (max-width: 750px) {
    .table-box {
        margin-top: 7vw;
        width: 100%;
    }
}

.table-box td,
.table-box th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    vertical-align: top;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .table-box td,
    .table-box th {
        font-size: 4.26667vw;
    }
}

.table-box__red {
    background-color: #c02d29;
    color: #f9f9f9;
    font-size: 24px;
}

.table-box__pink {
    background-color: #f4dddd;
}

.table-box__gray {
    background-color: #f4f4f4;
}

.table-box__white {
    background-color: #fbfbfb;
}

.table-box__left {
    width: 250px;
}

.table-box__right {
    width: 580px;
}

/* ---------------------------------------------
*   price
--------------------------------------------- */
.price {
    padding-bottom: 70px;
    background-color: #f4dddd;
}

@media screen and (max-width: 750px) {
    .price {
        padding: 8vw 4vw;
    }
}

.price__container {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .price__container {
        width: 100%;
    }
}

/*  price-box-wrapper
--------------------------------------------- */
.price-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 45px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .price-box-wrapper {
        display: block;
    }
}

/*  price-box
--------------------------------------------- */
.price-box {
    padding-bottom: 20px;
    width: 335px;
    background-color: #fff;
    margin-right: 25px;
    margin-left: 25px;
}

@media screen and (max-width: 750px) {
    .price-box {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.price-box__small {
    width: 305px;
}

@media screen and (max-width: 750px) {
    .price-box__small {
        width: 100%;
    }
}

.price-box__ttl {
    padding: 10px;
    background-color: #c02d29;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}

.price-box__price {
    padding-bottom: 10px;
}

.price-box__tax {
    position: relative;
    top: -27px;
    right: 37px;
    color: #c02d29;
    font-size: 14px;
}

.price-box__tax-small {
    font-size: 12px;
}

.price-box__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    color: #c02d29;

    -webkit-box-pack: center;
    justify-content: center;
}

.price-box__price-num {
    position: relative;
    top: 10px;
    padding-left: 25px;
    font-weight: bold;
    font-size: 68px;
}

.price-box__strike {
    padding-top: 43px;
    padding-left: 25px;
    text-decoration: line-through;
    font-size: 24px;
}

.price-box__arrow {
    padding-top: 50px;
    padding-left: 20px;
    font-weight: bold;
}

.price-box__intro {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 24px;
}

.price-box__en {
    position: relative;
    top: 7px;
    left: 5px;
    font-size: 38px;
}

.price-box__list {
    margin-bottom: 5px;
    margin-left: 30px;
    padding-top: 13px;
    width: 270px;
    border-top: solid 3px #e56e6b;
    font-size: 18px;
}

.price-box__list--small {
    width: 250px;
}

.price-box__item {
    padding-left: 30px;
    text-indent: -15px;
    font-weight: bold;
}

.price-box__item:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    content: url(../img/icon_list.svg);
}

.price-box__txt {
    padding-right: 10px;
    padding-left: 20px;
    font-size: 14px;
}

/* ---------------------------------------------
*   question
--------------------------------------------- */
.question {
    padding-bottom: 60px;
    background: repeating-linear-gradient(45deg, #f4f4f4, #f4f4f4 3px, #fff 0, #fff 6px);
}

@media screen and (max-width: 750px) {
    .question {
        padding: 8vw 4vw;
    }
}

.question__container {
    margin: 0 auto;
    margin-top: 45px;
    width: 740px;
    font-size: 15px;
}

@media screen and (max-width: 750px) {
    .question__container {
        width: 100%;
    }
}

.question__num {
    position: absolute;
    z-index: 50;
    margin-right: 25px;
    margin-left: -72px;
    background-color: #f4f4f4;
}

@media screen and (max-width: 750px) {
    .question__num {
        top: 50%;
        left: 4.5vw;
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.question__q {
    position: relative;
    padding: 11px 0;
    padding-left: 90px;
    border-top: solid 2px #c02d29;
    border-bottom: solid 2px #c02d29;
    background-color: #fff;
    color: #c02d29;
    font-weight: bold;
    font-size: 24px;
}

.question__q:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 100%;
    background-color: #f4f4f4;
    content: '';
}

@media screen and (max-width: 750px) {
    .question__q {
        padding-right: 2vw;
        padding-left: 17vw;
        font-size: 4.8vw;
    }
    .question__q:before {
        width: 15vw;
        height: 100%;
    }
}

.question__a {
    margin-bottom: 10px;
    padding: 30px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .question__a {
        margin-bottom: 3vw;
        padding: 5vw;
    }
}

.question__txt {
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .question__txt {
        font-size: 3.73333vw;
    }
}

/* ---------------------------------------------
*   company
--------------------------------------------- */
.company {
    padding-bottom: 85px;
}

@media screen and (max-width: 750px) {
    .company {
        padding: 8vw 4vw;
    }
}

.company__container {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .company__container {
        width: 100%;
    }
}

.company .company-table {
    margin: 0 auto;
    margin-top: 50px;
    width: 830px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .company .company-table {
        margin-top: 6vw;
        width: 100%;
        font-size: 3.73333vw;
    }
}

.company .company-table td,
.company .company-table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .company .company-table td,
    .company .company-table th {
        padding-right: 3vw;
        padding-left: 3vw;
    }
}

.company .company-table__pink {
    padding: 17px;
    width: 210px;
    background-color: #f4dddd;
}

@media screen and (max-width: 750px) {
    .company .company-table__pink {
        padding: 5vw 2vw;
        width: 30%;
    }
}

.company .company-table__gray {
    width: 500px;
    background-color: #f4f4f4;
}

@media screen and (max-width: 750px) {
    .company .company-table__gray {
        width: 70%;
    }
}

.company .company-table__white {
    width: 500px;
    background-color: #fbfbfb;
}

/* ---------------------------------------------
*   greeting
--------------------------------------------- */
.greeting {
    background-image: url("../img/bgimg_greeting.jpg");
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .greeting {
        padding: 11vw 4vw;
        background-color: #e9eae9;
        background-image: url("../img/sp/bgimg_greeting.jpg");
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 750px) {
    .greeting__title {
        line-height: 1.3;
    }
}

.greeting__container {
    margin: 0 auto;
    width: 1000px;
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .greeting__container {
        width: 100%;
        font-size: 3.73333vw;
    }
}

.greeting__txt {
    margin: 0 auto;
    padding-top: 40px;
    width: 740px;
    font-weight: bold;
    line-height: 1.7;
}

@media screen and (max-width: 750px) {
    .greeting__txt {
        padding-top: 5vw;
        width: 100%;
        letter-spacing: -1.5px;
        line-height: 1.55;
    }
}

.greeting__staff {
    padding-top: 35px;
    padding-right: 130px;
    padding-bottom: 65px;
    text-align: right;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .greeting__staff {
        padding-top: 6vw;
        padding-right: 2vw;
        padding-bottom: 0;
    }
}

/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   Index Page
--------------------------------------------- */
/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.66667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.33333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.66667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.33333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.66667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.33333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.33333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.66667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.33333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.66667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.33333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.66667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.66667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.33333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.66667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.33333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.66667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.33333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.66667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.33333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.66667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.33333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.66667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.33333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.33333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.66667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.33333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.66667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.33333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.66667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.33333vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.66667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.33333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.66667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.33333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.66667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.33333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.33333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.66667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.33333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.66667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.33333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.66667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.66667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.33333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.33333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.66667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.33333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.66667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.33333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.66667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.33333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.66667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.33333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.33333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.66667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.33333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.66667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.33333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.66667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.33333vw !important;
    }
}

@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
