body {
    padding-top: 50px;
    max-width: 1920px;
    margin: 0 auto;
}

/*-----------------------
 wrap
-------------------------*/
.wrap {
    width: 990px;
    margin: 0 auto;
    padding: 0;
}

.sp {
    display: none !important;
}

.pc {
    display: inherit;
}



/*-----------------------
fadein
-------------------------*/
.fadein {
    opacity: 0.3;
    transform: translate(0, 100px);
    transition: all 500ms;
}

.fadein.leftin {
    opacity: 0.3;
    transform: translate(-100px, 0);
    transition: all 500ms;
}

.fadein.rightin {
    opacity: 0.3;
    transform: translate(100px, 0);
    transition: all 500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

.fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

.fadein:nth-of-type(4) {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}

.fadein:nth-of-type(5) {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
}

.fadein:nth-of-type(6) {
    -moz-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
}



/*-----------------------
 header
-------------------------*/
header {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

header .wrap {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

header .wrap .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .wrap .logo h1 {
    display: inline-block;
    margin-left: 1em;
    font-size: 1.2rem;
    font-weight: bold;
    color: #e06121;
}

header .wrap .head_contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .wrap .head_contact a {
    color: #e06121;
    font-weight: bold;
    font-size: 1.8rem;
    margin-left: 0.5em;
}

header .wrap .head_contact .head_tels {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .wrap .head_contact a.head_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    background-color: #295ea4;
    width: 180px;
    height: 33px;
    margin-left: 1.5em;
}

header .wrap .head_contact a.head_btn:before {
    content: "";
    display: block;
    width: 20px;
    height: 14px;
    background-image: url("../images/icon02mail.png");
    background-size: cover;
    margin-right: 1em;
}

header .wrap .head_contact a.head_btn:hover {
    opacity: 0.7;
}


/*-----------------------
 mv
-------------------------*/
.mv {
    width: 100%;
    min-height: 500px;
    background-image: url("../images/mv_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 86%;
}

.mv .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mv .wrap .leftbox {
    padding: 20px 0 10px 0;
    width: 40%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mv .wrap .rightbox {
    width: 60%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mv .wrap .rightbox ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mv .wrap .rightbox ul li {
    width: 47.5%;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 1em 1.5em;
    margin-bottom: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}

.mv .wrap .rightbox ul li h3 {
    margin: 0.5em 0 0.25em 0;
    font-size: 2.4rem;
}

.mv .wrap .rightbox ul li p.big {
    letter-spacing: 1px;
    font-size: 3rem;
}

.mv .wrap .rightbox ul li p.big strong {
    font-size: 4.8rem;
}

.mv .wrap .rightbox ul li p:nth-last-of-type(1) {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 0.5em;
    letter-spacing: 1px;
}

.mv .wrap .leftbox h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #e06121;
    margin-bottom: 0.5em;
}

.mv .wrap .leftbox p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e06121;
    margin-bottom: 1em;
    letter-spacing: 1.8px;
}

.mv .wrap .leftbox p.bluebtn {
    margin-top: 1rem;
}

.mv .wrap .leftbox p.bluebtn a {
    width: 360px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #295ea4;
}

.mv .wrap .leftbox p.bluebtn a:after {
    content: "＞";
    margin-left: 1.5em;
}

.mv .wrap .leftbox p.bluebtn a:hover {
    opacity: 0.7;
}

.mv .wrap p.red {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 0.75em 0 1em 0;
}



/*-----------------------
 purchase
-------------------------*/
.purchase {
    width: 100%;
    min-height: 383px;
    background-color: #f2f2f2;
    background-image: url("../images/bg_01.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 383px;
}

.purchase .rightbox {
    width: 50%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 30px;
}

.purchase .rightbox h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #010101;
    margin-bottom: 0.75em;
    letter-spacing: 2px;
}

.purchase .rightbox p.subtit {
    font-size: 1.8rem;
    font-weight: bold;
    color: #010101;
    padding-bottom: 1em;
    margin-bottom: 1em;
    letter-spacing: 2px;
    border-bottom: 2px solid #010101;
}

.purchase .rightbox p.bold {
    font-size: 1.6rem;
    font-weight: bold;
    color: #010101;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 1em;
}

.purchase .rightbox p {
    font-size: 1.4rem;
    color: #010101;
    letter-spacing: 2px;
    line-height: 1.5;
}

/*-----------------------
 whats
-------------------------*/
.whats {
    width: 100%;
    min-height: 820px;
    padding: 60px 0 40px 0;
    background-image: url("../images/bg_02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 507px;
}

.whats .inner {
    width: 100%;
    height: 660px;
    padding-top: 110px;
    display: block;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(180deg, transparent 0%, transparent 35%, #e06121 35%, #e06121 100%);
}

.whats .inner p.big {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 2em 0 0.5em 0;
}

.whats .inner p.reg {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 2em 0;
}

.whats .inner ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

.whats .inner ul li {
    text-align: center;
    width: 32%;
    min-height: 180px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    font-size: 1.8rem;
}

.whats .inner ul.up li {
    position: relative;
}

.whats .inner ul.up li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -18px;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 36px solid #FFF;
    border-left: 18px solid transparent;
}

.whats .inner ul.up {
    margin-bottom: 2em;
}

.whats .inner ul li h3 {
    margin: 1em 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #e06121;
}

.whats .inner ul li h3 p {
    color: #010101;
}

h2.sectitle {
    font-size: 3rem;
    font-weight: bold;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    color: #e06121;
}

p.read {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.5em 0 1em 0;
    text-align: center;
    color: #010101;
}

.whats .inner ul.down li h4 {
    font-size: 3rem;
    font-weight: bold;
    color: #e06121;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #e06121;
}

.whats .inner ul.down li p {
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    color: #e06121;
    line-height: 1.5;
}


/*-----------------------
feature
-------------------------*/

.feature {
    min-height: 1050px;
    background-image: url("../images/bg_03.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 730px;
}

.feature .inner {
    margin-top: 2em;
    width: 100%;
    padding: 40px;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feature .inner ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feature .inner ul li {
    padding-bottom: 50px;
}

.feature .inner ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.feature .inner ul li:nth-last-of-type(1) {
    padding-bottom: 0;
}

.feature .inner ul li p.point {
    background-color: #e06121;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.25em 1em;
    margin-bottom: 1em;
}

.feature .inner ul li figure.pic {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 200px;
    min-height: 190px;
}

.feature .inner ul li .box {
    width: 680px;
}

.feature .inner ul li figure.pic.floatR {
    margin-left: 30px;
}

.feature .inner ul li figure.pic.floatL {
    margin-right: 30px;
}

.feature .inner ul li figure.pic img {
    margin-bottom: 1em;
}

.feature .inner ul li figure.pic p {
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 3rem;
    font-weight: bold;
    color: #e06121;
    margin-bottom: 0.5em;
}

.feature .inner ul li figure.pic p.red {
    color: #ce0f30;
}

.feature .inner ul li figure.pic p.red strong {
    font-size: 2.4rem;
}

.feature .inner ul li h3 {
    font-size: 2.4rem;
    letter-spacing: 2px;
    font-weight: bold;
    color: #e06121;
    margin-bottom: 1em;
}

.feature .inner ul li p {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: bold;
}



/*-----------------------
service
-------------------------*/
.service {
    padding-bottom: 20px;
}

.service .uper {
    width: 100%;
    margin: 2em auto 4em auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

.service .uper li .maru {
    width: 183px;
    height: 183px;
    background-color: #e06121;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 91.5px;
    display: block;
}

.service .uper li .maru p {
    width: 100%;
    line-height: 1.5;
}

.service .uper li .maru img {
    margin: 30px 0 0.5em 0;
}

.service .uper li.arrow p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e06121;
    width: 100%;
    line-height: 3rem;
    padding-bottom: 0.5em;
    background-image: url("../images/arrow_left.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    margin-bottom: 0.5em;
}

.service .uper li.arrow p.right {
    background-image: url("../images/arrow_right.png");
}

.service .uper li.arrow p.mar {
    margin-bottom: 2em;
}


.service .under {
    width: 816px;
    margin: 0 auto;
}

.service .under h3 {
    font-size: 2.4rem;
    font-weight: bold;
    width: 100%;
    height: 35px;
    border: 1px solid #e06121;
    color: #e06121;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(90deg, #e06121 0px, #e06121 65px, #fff 65px, #fff 100%);
}

.service .under h3 span {
    display: block;
    width: 65px;
    margin-right: 1em;
    color: #fff;
    text-align: center;
}

.service .under li div {
    width: 100%;
    margin: 0 0 0 32.5px;
    padding: 1em 0 2em 65px;
    border-left: 1px solid #e06121;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service .under li div p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
    color: #000;
}

.service .under li:nth-last-of-type(1) div {
    border-left: 1px solid #fff;
}



/*-----------------------
qanda
-------------------------*/
.qanda {
    width: 100%;
    padding: 30px 0;
    background-color: #f2f2f2;
}

.qanda ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 3em auto;
}

.qanda ul li {
    background-color: #fff;
    padding: 2em;
    margin-bottom: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qanda ul li h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #000;
    padding-left: 1.5em;
    position: relative;
}

.qanda ul li h4:before {
    content: "Ｑ　";
    color: #261580;
    position: absolute;
    left: 0;
    top: 0;
}

.qanda ul li p {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: normal;
    padding-left: 1.5em;
    position: relative
}

.qanda ul li p:before {
    content: "Ａ　";
    font-weight: bold;
    color: #e06121;
    position: absolute;
    left: 0;
    top: 0;
}



/*-----------------------
contant
-------------------------*/
.contact {
    background: linear-gradient(180deg, #f2f2f2 0px, #f2f2f2 105px, #fff 105px, #fff 100%);
    background-image: url("../images/bg_04.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 527px;
    /* padding-bottom: 50px; */
}

.contact .leftbox {
    width: 50%;
    height: 510px;
    display: block;
    float: left;
    text-align: center;
    padding: 120px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 2px;
}

.contact .leftbox h3 {
    font-size: 2.4rem;
    margin-bottom: 1em;
}

.contact .leftbox .bold {
    font-size: 2.4rem;
}

.contact .leftbox a {
    font-size: 4.8rem;
}

.contact .leftbox p:nth-last-of-type(1) {
    font-size: 2.4rem;
    font-weight: normal;
}

.contact .form {
    width: 100%;
    clear: both;
    display: block;
}


.contact table {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px 0;
}

.contact table tr td {
    padding: 1.5em 0;
}

.contact table tr td:nth-of-type(1) {
    width: 35%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3em;
    text-align: right;
    font-weight: bold;
}

.contact table tr td i {
    font-size: 1.2rem;
    margin-left: 1em;
    background-color: #e06121;
    padding: 0 0.5em;
    color: #fff;
}

.contact table tr td i.ninni {
    background-color: #666666;
}

.contact table tr td em {
    font-size: 1.2rem;
    padding-left: 1em;
}

.contact table tr td#history div {
    padding: 0 0 1em 0;
}

.contact table tr td#history div span {
    min-width: 8em;
    display: block;
    padding-bottom: 0.5em;
}

/*iPhoneセレクト拡大防止*/
select, option, textarea, input {
    font-size: 16px;
    padding: 0.5em 1em;
    border: 1px solid #666;
}

textarea,
input[type=email],
input[type=text] {
    min-width: 350px;
}

input[type=file] {
    border: none;
}

input[type=text].short {
    min-width: inherit;
    width: 8em;
}

textarea::placeholder,
input::placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #999;
}



/* iOSでのデフォルトスタイルをリセット */
button,
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

button {
    border: 1px solid #C80F0F;
    background-color: #C80F0F;
    min-width: 350px;
    color: #fff;
    border-radius: 5px;
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: bold;
}

a.btn {
    color: #C80F0F;
}

.contact .form form {
    padding-bottom: 3em;
}

.contact .form form .horizontal-item,
.contact .form form.horizontal-item+.horizontal-item {
    margin-left: 0px !important;
}

.contact .form form table.wf input[type=radio] {
    width: auto;
    margin-right: 0.5em;
}


.contact .form form span.mwform-radio-field {
    width: 100%;
    display: block;
    clear: both;
}

.contact .form form input[type="submit"] {
    display: block;
    color: #fff;
    border: none;
    font-size: 2.4rem;
    width: 320px;
    height: 55px;
    background-color: #295ea4;
}

.pri-01{
    font-weight:bold;
}

.pri-01 a{
    color: #039;
}

@media screen and (max-width:1000px) {
    .pri-01{
        text-align: center;
    }
}

/*-----------------------
 company
-------------------------*/
section.company {
    padding: 2vw 0 4vw 0;
}
.company-info {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    overflow: hidden;
    margin-top: 20px;
}
.table-container {
    padding: 32px;
    border: #666 solid 1px;
}
.table-container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.6;
}
.table-container tr {
    border-bottom: 1px solid #e9ecef;
}
.table-container tr:last-child {
    border-bottom: none;
}
.table-container td {
    padding: 16px 0;
    vertical-align: top;
}
.table-container td:first-child {
    width: 120px;
    font-weight: 600;
    color: #495057;
    padding-right: 24px;
}
.table-container td:last-child {
    color: #333;
}
/* レスポンシブ対応 */
@media (max-width: 1000px) {
    .table-container {
        padding: 20px;
    }
    .table-container table {
        font-size: 13px;
    }
    .table-container ot-01 {
    padding-top: 10px;
    }
    .table-container td:first-child {
        width: 100px;
        padding-right: 16px;
    }
    .table-container td {
        padding: 0;
        padding-bottom: 8px;
    }
    .table-container .ot-01 {
    padding-top: 15px;
    }
}


/*-----------------------
 page-top
-------------------------*/
#page-top {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    right: 5%;
    bottom: 5%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 998;
}

#page-top img {
    width: 40px;
    height: 40px;
}

#page-top:hover {
    opacity: 0.8;
}


/*-----------------------
footer
-------------------------*/
footer {
    background-color: #3e3e3e;
    padding: 2em 0;
}

footer .copy {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

    .mv_p_sp {
        background-color: #fff;
        width: 100vw !important;
    }
    
    .mv_p_sp_01{
        padding: 20px;
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 1.5px;
        line-height: 1.5;
    }

@media screen and (max-width:1000px) {

    body {
        overflow-x: hidden;
    }

    .wrap {
        width: 90%;
        margin: 0 auto;
    }

    header .wrap .head_contact.pc {
        display: none;
    }

    header .wrap .head_contact.sp {
        display: flex !important;
    }

    header .wrap .head_contact.sp img {
        max-height: 30px;
        width: auto;
    }

    .mv {
        width: 100%;
        min-height: 500px;
        background-image: url("../images/mv_bg.png");
        background-repeat: no-repeat;
        /*
        background-position: right bottom 6em;
        background-size: auto 100%;
        */
        background-position: right -47em bottom 12em;
        background-size: auto 41%;
        background-color: #e25e1e;
    }

    .mv .wrap {
        display: block;
    }

    .mv .wrap .leftbox {
        width: 100%;
        text-align: center;
        background-color: #fff;
    }

    .mv .wrap .leftbox h2 {
        font-size: 2rem;
        letter-spacing: 0;
    }

    .mv .wrap .leftbox p {
        font-size: 1.6rem;
        letter-spacing: 0;
    }

    .mv .wrap .leftbox img {
        width: 95%;
        max-width: 350px;
        height: auto;
        margin: 0 auto;
    }

    .mv .wrap .rightbox {
        width: 100%;
        padding: 4vw 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .mv_p_sp {
        background-color: #fff;
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
    }
    
    .mv_p_sp_01{
        padding: 20px;
        text-align: center;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1.5;
    }

    .mv .wrap .rightbox ul {
        display: block;
    }

    .mv .wrap .rightbox ul li {
        width: 100%;
        border: 1px solid #fff;
        text-align: center;
        color: #fff;
        padding: 1em 1.5em;
        margin-bottom: 2em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: bold;
    }

    .mv .wrap p.red {
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1.5;
        margin: 1em 0;
    }

    .mv .wrap .leftbox p.bluebtn {
        margin: 1em 0;
        text-align: center;
    }

    .mv .wrap .leftbox p.bluebtn a {
        width: 90%;
        height: 60px;
        margin: 0 auto;
        font-size: 1.6rem;
    }

    .purchase {
        width: 100%;
        min-height: 383px;
        background-color: #f2f2f2;
        background-image: none;
    }

    .purchase .rightbox {
        width: 100%;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3vw;
        background-color: #F2F2F2;
    }

    .purchase .rightbox h2 {
        font-size: 2rem;
        margin-bottom: 0.75em;
        letter-spacing: 0;
        line-height: 1.5;
        text-align: center;
    }

    .purchase .rightbox p.subtit {
        font-size: 1.6rem;
        letter-spacing: 0;
        text-align: center;
        border-bottom: 2px solid #e06121;
    }


    .whats {
        width: 100%;
        min-height: 80vw;
        padding: 6vw 0 4vw 0;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center top 20vw;
        background-size: auto 70vw;
    }

    .whats .inner {
        width: 100%;
        height: auto;
        padding: 5vw 0;
        background: linear-gradient(180deg, transparent 0%, transparent 10%, #e06121 10%, #e06121 100%);
        background-color: #e06121;
    }

    .whats .inner ul {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
        display: block;
        justify-content: center;
        align-items: center;
        justify-content: space-between;
    }

    .whats .inner ul li {
        text-align: center;
        width: 95%;
        min-height: inherit;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1em;
        font-size: 1.6rem;
        margin: 0 auto 2em auto;
    }

    .whats .inner p.big {
        text-align: center;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 2em 0 0.5em 0;
        line-height: 1.5;
    }

    .whats .inner p.reg {
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0 0 2em 0;
        line-height: 1.5;
    }

    .whats .inner ul.down li h4 {
        font-size: 2rem;
        text-align: center;
        line-height: 1.5;
        font-weight: bold;
        color: #e06121;
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
        border-bottom: 1px solid #e06121;
    }

    .whats .inner ul.down li p {
        font-size: 1.6rem;
    }


    .feature .inner {
        margin-top: 0;
        width: 100%;
        padding: 4vw 2%;
        background-color: #f2f2f2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .feature .inner ul li figure.pic {
        background-color: #fff;
        text-align: center;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 200px;
        min-height: 190px;
    }

    .feature .inner ul li figure.pic.floatR {
        margin: 0px auto 1em auto;
        float: none;
    }

    .feature .inner ul li figure.pic.floatL {
        margin: 0px auto 1em auto;
        float: none;
    }

    .feature .inner ul li .box {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .feature .inner ul li p.point {
        font-size: 1.6rem;
    }

    .feature .inner ul li h3 {
        font-size: 1.8rem;
        letter-spacing: 0;
        line-height: 1.5;
        margin-bottom: 1em;
    }

    .feature .inner ul li p {
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: bold;
    }

    .feature .inner ul li {
        padding-bottom: 10vw;
    }

    .feature .inner ul li:nth-last-of-type(1) {
        padding-bottom: 10vw;
    }

    .service .uper {
        width: 100%;
        min-width: 900px;
        margin: 2em auto 4em auto;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-between;
    }

    .service .scside {
        max-width: 100%;
        overflow-x: auto;
        height: auto;
        margin-bottom: 2em;
        display: none;
    }

    .service .service_pic.sp {
        display: block !important;
    }

    .service .service_pic.sp img {
        width: 100%;
        display: block;
        margin: 1em auto 3em auto;
    }


    .service .under {
        width: 100%;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .service .under h3 {
        padding-right: 0.5em;
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: bold;
        width: 100%;
        height: auto;
        min-height: 35px;
        border: 1px solid #e06121;
        color: #e06121;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: linear-gradient(90deg, #e06121 0px, #e06121 24px, #fff 24px, #fff 100%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .service .under h3 span {
        display: block;
        width: 24px;
        margin-right: 1em;
        color: #fff;
        text-align: center;
    }

    .service .under li div {
        width: 95%;
        margin: 0 0 0 12px;
        padding: 1em 0 2em 12px;
        border-left: 1px solid #e06121;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .service .under li div p {
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: bold;
        color: #000;
    }

    .qanda ul {
        overflow-x: hidden;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1em auto;
    }

    .qanda ul li {
        background-color: #fff;
        padding: 1em;
        margin-bottom: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .qanda ul li h4 {
        font-size: 1.6rem;
    }

    .qanda ul li p {
        font-size: 1.4rem;
    }


    .contact {
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
        background-size: auto;
        background-image: none;
        background: none;
        /* padding-bottom: 10vw; */

    }

    .contact .leftbox {
        background: #261580;
        width: 100%;
        height: auto;
        display: block;
        float: none;
        text-align: center;
        margin: 5vw 0;
        padding: 5vw 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        line-height: 1.5;
        font-weight: bold;
        letter-spacing: 0;
    }

    .contact table {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        display: table;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 2px 0;

    }

    caption, th, td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        clear: both;
        padding: 0 0 1em 0;
    }

    .contact table tr td:nth-of-type(1) {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        clear: both;
        padding: 0 0 1em 0;
        text-align: left;
    }

    .contact table tr td {
        padding: 0 0 2em 0;
    }

    textarea, input[type="email"], input[type="text"] {
        min-width: inherit;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    select, option {
        padding: 0.5em 0;
        border: 1px solid #666;
    }

    .formError {
        position: absolute;
        display: block;
        cursor: pointer;
        text-align: left;
        left: 100px !important;
        right: inherit;
    }

    .contact .leftbox h3 {
        font-size: 1.8rem;
        margin-bottom: 1em;
    }

    .contact .leftbox .bold {
        font-size: 1.6rem;
    }

    .contact .leftbox a {
        font-size: 10vw;
    }

    .contact .leftbox p:nth-last-of-type(1) {
        font-size: 1.4rem;
        font-weight: normal;
    }


    h2.sectitle {
        font-size: 2rem;
        line-height: 1.5;
    }

    p.read {
        font-size: 1.6rem;
        line-height: 1.5;
    }


    .contact .form form table.wf,
    .contact .form form table.wf tr,
    .contact .form form table.wf tr th,
    .contact .form form table.wf tr td {
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        width: 100% !important;
        display: block;
        height: auto !important;
        clear: both;
        padding: 0;
        border: none;
    }

    .contact .form form table.wf tr td {
        margin-bottom: 1em;
    }

    .contact .form form table.wf tr th {}

    .contact .form form input[type="submit"] {
        display: block;
        margin: 0 auto;
    }

}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {
    header .logo img {
        width: 120px;
        height: auto;
    }

    header .wrap .logo h1 {
        font-size: 1rem;
    }

}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {}

.textre0{
    color:#010101 !important;
}

.textre1{
    color:#e06121 !important;
}

.bkc1{
    background-color:#e06121 !important;
}

