@charset "UTF-8";





/* default
----------------------------------------------------------------*/

/* c02-02 */

.c02-01 {
    margin-bottom: 20px;
    text-align: center;
}

.c02-01 span {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 160%;
}

@media screen and (max-width: 666px) {
    .c02-01 span {
        font-size: 2rem;
    }
}

@media screen and (max-width: 374px) {
    .c02-01 span {
        font-size: 1.6rem;
    }
}



/* c03-01 */

.c03-01 {
    margin-bottom: 30px;
    padding: 15px 20px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
    background: #F3F3F3;
}

@media screen and (max-width: 666px) {
    .c03-01 {
        padding: 10px;
        margin-bottom: 10px;
        color: #000;
        background: #F3F3F3;
    }
}

@media screen and (max-width: 374px) {
    .c03-01 {
        font-size: 1.4rem;
    }
}



/* t01 */

.t01 {}

.t02 {
    font-size: 1.6rem;
    line-height: 220%;
}

.t02-02 {
    font-size: 1.6rem;
    line-height: 180%;
}

.t02-03 {
    font-size: 1.6rem;
    line-height: 200%;
}

@media screen and (max-width: 767px) {

    .t02,
    .t02-02,
    .t02-03 {
        font-size: 1.3rem;
        line-height: 160%;
    }
}

@media screen and (max-width: 374px) {

    .t02,
    .t02-02,
    .t02-03 {
        font-size: 1.1rem;
        line-height: 160%;
    }
}



.center-text {
    text-align: center;
}


/* inner */

.inner {
    margin: 0 auto;
}

.w860 {
    width: 860px;
}

.w1080 {
    width: 1080px;
}

@media screen and (max-width: 1080px) {

    .w1080,
    .w860 {
        width: 94%;
    }
}



/* color */

.red {
    color: #E50000;
}


/*  margin padding */

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
    .mt10 {
        margin-top: 5px !important;
    }

    .mt20 {
        margin-top: 10px !important;
    }

    .mt30 {
        margin-top: 15px !important;
    }

    .mt40 {
        margin-top: 20px !important;
    }

    .mt50 {
        margin-top: 25px !important;
    }
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
    .mb10 {
        margin-bottom: 5px !important;
    }

    .mb20 {
        margin-bottom: 10px !important;
    }

    .mb30 {
        margin-bottom: 15px !important;
    }

    .mb40 {
        margin-bottom: 20px !important;
    }

    .mb50 {
        margin-bottom: 25px !important;
    }

    .mb60 {
        margin-bottom: 30px !important;
    }

    .mb70 {
        margin-bottom: 35px !important;
    }

    .mb80 {
        margin-bottom: 40px !important;
    }

    .mb90 {
        margin-bottom: 45px !important;
    }

    .mb100 {
        margin-bottom: 50px !important;
    }
}


.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

@media screen and (max-width: 767px) {
    .mr10 {
        margin-right: 5px !important;
    }

    .mr20 {
        margin-right: 10px !important;
    }

    .mr30 {
        margin-right: 15px !important;
    }

    .mr40 {
        margin-right: 20px !important;
    }

    .mr50 {
        margin-right: 25px !important;
    }
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

@media screen and (max-width: 767px) {
    .ml10 {
        margin-left: 5px !important;
    }

    .ml20 {
        margin-left: 10px !important;
    }

    .ml30 {
        margin-left: 15px !important;
    }

    .ml40 {
        margin-left: 20px !important;
    }

    .ml50 {
        margin-left: 25px !important;
    }
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}



/* common-table */

.common-table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}


/* type01 */

.common-table.type01 {
    border-top: 1px solid #DDD;
}

@media screen and (max-width: 666px) {
    .common-table.type01 {
        border-top: 0;
    }
}

.common-table.type01 tr {
    border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 666px) {
    .common-table.type01 tr {
        display: block;
        border-bottom: 0;
    }
}

.common-table.type01 th,
.common-table.type01 td {
    padding: 18px 0;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

@media screen and (max-width: 666px) {

    .common-table.type01 th,
    .common-table.type01 td {
        display: block;
        padding: 10px;
    }
}

.common-table.type01 th {
    width: 230px;
    font-size: 1.6rem;
    font-weight: 500;
}

@media screen and (max-width: 1080px) {
    .common-table.type01 th {
        width: 170px;
    }
}

@media screen and (max-width: 666px) {
    .common-table.type01 th {
        width: 100%;
        font-size: 1.4rem;
        font-weight: 600;
        background: #EFEFEF;
    }
}



.common-table.type01 td {
    font-size: 1.6rem;
}

@media screen and (max-width: 666px) {
    .common-table.type01 td {
        margin-bottom: 10px;
        width: 100%;
        font-size: 1.2rem;
    }
}

.common-table.type01 th .enable {
    display: inline-block;
    margin: 0 0 2px 12px;
    padding: 0 6px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    background: #E50100;

    border-radius: 2px;
}


/* type02 */

.common-table.type02 {}

.common-table.type02 tr {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 666px) {
    .common-table.type02 tr {
        padding: 15px 0;
    }
}


.common-table.type02 tr:first-child {
    padding-top: 0;
}

.common-table.type02 th,
.common-table.type02 td {
    display: block;
    width: 100%;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

.common-table.type02 th {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 500;
}

@media screen and (max-width: 666px) {
    .common-table.type02 th {
        font-size: 1.4rem;
    }
}

.common-table.type02 td {
    font-size: 1.6rem;
}

@media screen and (max-width: 666px) {
    .common-table.type02 td {
        font-size: 1.2rem;
    }
}


.common-table.type02 th .enable {
    display: inline-block;
    margin: 0 0 2px 12px;
    padding: 0 6px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    background: #E50100;

    border-radius: 2px;
}


/* common-btn */

.common-btn {
    text-align: center;
}

.common-btn a {
    text-decoration: none;
    transition: ease 0.25s all;
}


/* type01 */

.common-btn.type01 a {
    color: #FFF;
    width: 300px;
    text-align: center;
    line-height: 70px;
    background: #3167B9;

    border: 1px solid transparent;
}

@media screen and (max-width: 767px) {
    .common-btn.type01 a {
        border-radius: 20px;
        line-height: 40px;
    }
}

.common-btn.type01 a:hover {
    color: #3167B9;
    background-color: #FFF;
    border-color: #3167B9;
}




/* edit-area.entry */

.edit-area {}

.edit-area .p_input_box {
    display: inline-block;
    width: auto;
    margin: 0;
}

.edit-area .color01 {
    color: red;
    font-weight: 600;
}

.edit-area .privacy-box {
    margin-bottom: 30px;
    padding: 26px;
    width: 100%;
    height: 250px;
    border: 1px solid #DDD;
    box-sizing: border-box;
    overflow-y: scroll;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .edit-area .privacy-box {
        margin-bottom: 20px;
        padding: 10px;
        height: 150px;
    }
}

.edit-area .privacy-box h4 {
    padding-bottom: 0px;
}

.edit-area .privacy-box .numberListA ol {
    counter-reset: item;
    padding: 10px;
    line-height: 1.6;
}

.edit-area .privacy-box .numberListA ol li {
    text-indent: -2.8em;
    padding-left: 1.66em;
    margin-bottom: 6px;
}

.edit-area .privacy-box .numberListA ol li:before {
    counter-increment: item;
    content: '【' counter(item)'】';
}

.edit-area .privacy-box .numberListB ol {
    counter-reset: item02;
    padding: 0 0 0 30px;
    line-height: 1.6;
}

.edit-area .privacy-box .numberListB ol li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 6px;
}

.edit-area .privacy-box .numberListB ol li:before {
    counter-increment: item02;
    content: counter(item02)'.';
}




.edit-area .privacy-input {
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.6rem;
}

@media screen and (max-width: 374px) {
    .edit-area .privacy-input {
        font-size: 1.2rem;
    }
}


.edit-area .wmax {
    width: 100%;
}

.edit-area .w80 {
    width: 80px;
}

@media screen and (max-width: 666px) {
    .edit-area .w80 {
        width: 50px;
    }
}

.edit-area .w120 {
    width: 120px;
}

@media screen and (max-width: 666px) {
    .edit-area .w120 {
        width: 90px;
    }
}

@media screen and (max-width: 374px) {
    .edit-area .w120 {
        width: 75px;
    }
}

.edit-area .w140 {
    width: 140px;
}

@media screen and (max-width: 666px) {
    .edit-area .w140 {
        width: 110px;
    }
}

@media screen and (max-width: 374px) {
    .edit-area .w140 {
        width: 90px;
    }
}

.edit-area .w230 {
    width: 230px;
}

@media screen and (max-width: 666px) {
    .edit-area .w230 {
        width: 200px;
    }
}

.edit-area .w580 {
    width: 580px;
}

@media screen and (max-width: 666px) {
    .edit-area .w580 {
        width: 100%;
    }
}


.edit-area input[type=text],
.edit-area input[type=number],
.edit-area input[type=tel],
.edit-area input[type=email],
.edit-area textarea {
    border: 2px solid #DDD;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.edit-area input[type=text],
.edit-area input[type=number],
.edit-area input[type=tel],
.edit-area input[type=email] {
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
}


_::-webkit-full-page-media,
_:future,
:root .edit-area input[type=text],
_::-webkit-full-page-media,
_:future,
:root .edit-area input[type=number],
_::-webkit-full-page-media,
_:future,
:root .edit-area input[type=tel],
_::-webkit-full-page-media,
_:future,
:root .edit-area input[type=email] {
    font-size: 1.4rem;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.edit-area textarea {
    width: 100%;
    padding: 10px;
    height: 170px;
}

.edit-area input[type=checkbox] {
    display: none;
}

.edit-area input[type=checkbox]+label {
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}

.edit-area input[type=checkbox]+label:before {
    display: inline-block;
    content: "\f372";
    font-family: "ionicons";
    color: #ccc;
    font-size: 1.8rem;
    vertical-align: middle;
}

.edit-area input[type=checkbox]:checked+label:before {
    content: "\f373";
    color: #E50100;
}


.edit-area input[type=radio] {
    display: none;
}

.edit-area input[type=radio]+label {
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}

.edit-area input[type=radio]+label:before {
    display: inline-block;
    font-family: "ionicons";
    content: "\f3a6";
    color: #ccc;
    font-size: 1.9rem;
    vertical-align: top;
}

.edit-area input[type=radio]:checked+label:before {
    content: "\f375";
    color: #E50100;
    vertical-align: top;
}



/* file-btn*/

.edit-area .file-btn {
    display: inline-block;
    width: 130px;
    color: #000;
    font-size: 1.6rem;
    text-align: center;
    line-height: 38px;
    border: 1px solid #DDD;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+13,e6e6e6+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 13%, rgba(230, 230, 230, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 13%, rgba(230, 230, 230, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 13%, rgba(230, 230, 230, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    /* IE6-9 */
    transition: ease 0.25s all;
}

.edit-area .file-btn:hover {
    border-color: #000;
}

.edit-area input[type=file].file-btn {
    display: none;
}



/* del-btn */

.edit-area .del-btn {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    font-size: 1.6rem;
    line-height: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.edit-area .del-btn:before {
    display: inline-block;
    margin-right: 5px;
    content: "\f128";
    font-size: 1.5rem;
    line-height: 100%;
    font-family: "ionicons";
    transition: ease 0.25s all;
}

.edit-area .del-btn:hover:before {
    color: #E50100;
}


/* submit-btn */

.edit-area .submit-box {
    margin-top: 70px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .edit-area .submit-box {
        margin-top: 30px;
    }
}

.edit-area .submit-btn,
.edit-area .back-btn {
    display: inline-block;
    margin: 0 20px 40px;
    width: 380px;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 70px;
    text-align: center;
    background: #E50100;
    border: 1px solid transparent;
    -webkit-appearance: none;
    cursor: pointer;
    transition: ease 0.25s all;
    letter-spacing: 1px;
    border-radius: 35px;
}

@media screen and (max-width: 767px) {

    .edit-area .submit-btn,
    .edit-area .back-btn {
        margin: 0 1%;
        width: 75%;
    }
}

.edit-area .submit-btn:hover {
    color: #E50100;
    border-color: #E50100;
    background: #FFF;
}

.edit-area .back-btn {
    width: 200px;
    color: #000;
    background: #EEE;
}

@media screen and (max-width: 767px) {
    .edit-area .back-btn {
        width: 20%;
    }
}

.edit-area .back-btn:hover {
    color: #FFF;
    background: #000;
}



/* photo-area */

.photo-area {
    letter-spacing: -0.5rem;
}

.photo-area * {
    letter-spacing: 1px;
}

.photo-area .title {
    margin-bottom: 10px;
}

.photo-area .box {
    display: inline-block;
    width: 48%;
}

@media screen and (max-width: 666px) {
    .photo-area .box {
        display: block;
        width: 100%;
    }
}

.photo-area .box.left {
    margin-right: 4%;
}

@media screen and (max-width: 666px) {
    .photo-area .box.left {
        margin-bottom: 20px;
    }
}

.photo-area .choose-set {
    letter-spacing: -0.5rem;
}

.photo-area .choose-set * {
    letter-spacing: 1px;
}

.photo-area .choose-set .thum {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.photo-area .choose-set .thum img {
    width: 120px;
    height: 120px;
    object-fit: scale-down;
    object-position: center center;
    background: #EFEFEF;
    box-sizing: border-box;
}

.photo-area .choose-set .btn-set {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: calc(100% - 130px);
    height: 120px;
    vertical-align: middle;
    text-align: center;
}

.photo-area .choose-set .btn-set .file-btn {
    margin-bottom: 10px;
}

.photo-area .choose-set .btn-set .enable {
    margin-bottom: 10px;
}


/* portfolio-area */

.portfolio-area {
    margin-top: 10px;
}

.portfolio-area .set-box {
    margin-bottom: 10px;
}

.portfolio-area .file-btn {
    margin-right: 10px;
}



/* submit_box */

.submit_box {
    margin-top: 6px;
    padding-top: 50px;
    border-top: 1px #DDD solid;
    cursor: pointer;
}


.mynavi {
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: center;
}




















/* custam
----------------------------------------------------------------*/

.common-table.type01 tr.entry01,
.common-table.type01 tr.entry02 {
    display: none;
}

.common-table.type01 tr.entry01 th {
    vertical-align: top;
}






/* type
----------------------------------------------------------------*/

table.type,
table.type tbody,
table.type tbody tr,
table.type tbody tr th,
table.type tbody tr td {
    display: block;
    width: 100%;
}

table.type {
    margin-bottom: 80px;
}


table.type .tabmenu {
    position: relative;
    width: 100%;
    /*display: flex; */
    text-align: center;
}

table.type .tabmenu:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ed750f;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

table.type .tabmenu .inner {
    position: relative;
    width: 94%;
    max-width: 1080px;
    margin: 0 auto;
    height: 50px;
}

table.type .tabmenu input[type="radio"] {
    display: none;
}

table.type .tabmenu input[type="radio"]+label,
table.type .tabmenu .p_input_box,
table.type .tabmenu .simulation-input {
    position: absolute;
    margin: 0 4px 0 0;
    padding: 10px 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #ddd;
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
    cursor: pointer;
    /*width: 32%;*/
    box-sizing: border-box;
}

table.type .tabmenu input[type="radio"]:first-child:checked+label {
    background: #FD5B53;
    color: #fff;
}

table.type .tabmenu input[type="radio"]:nth-of-type(2):checked+label {
    background: #ed750f;
    color: #fff;
}


table.type .tabmenu input[type=radio]+label:before {
    display: none;
}

table.type .tabmenu input[type="radio"]+label:nth-of-type(1) {
    left: 0;
}

table.type .tabmenu input[type="radio"]+label:nth-of-type(2) {
    left: 0;
    right: 0;
    margin: 0 auto;
}

table.type .tabmenu .simulation-input {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: solid 2px #ed750f;
    border-bottom: 0;
    box-sizing: content-box;
}

table.type .tabmenu .simulation-input a {
    color: #ed750f;
    padding-left: 20px;
    background: url(../../common/img/parts/calculator-icon-orange.png) no-repeat 0% 50%;
}



/* ~sp */
@media screen and (max-width: 767px) {
    table.type {
        margin-bottom: 40px;
    }


    table.type .tabmenu {}

    table.type .tabmenu:after {}

    table.type .tabmenu .inner {
        height: 50px;
    }

    table.type .tabmenu input[type="radio"] {}

    table.type .tabmenu input[type="radio"]+label,
    table.type .tabmenu .p_input_box,
    table.type .tabmenu .simulation-input {
        font-size: 1.2rem;
        letter-spacing: 0;
    }

    table.type .tabmenu input[type="radio"]:checked+label,
    table.type .tabmenu .p_input_box {}

    table.type .tabmenu input[type="radio"]+label {
        padding: 10px 0;
    }

    table.type .tabmenu input[type=radio]+label:before {}

    table.type .tabmenu input[type="radio"]+label:nth-of-type(1) {}

    table.type .tabmenu input[type="radio"]+label:nth-of-type(2) {}

    table.type .tabmenu .simulation-input {
        box-sizing: border-box;
        padding: 0;
    }

    table.type .tabmenu .simulation-input a {
        padding: 20px 0 8px;
        background-position: 50% 6px;
        background-size: auto 12px;
        line-height: 1;
        box-sizing: border-box;
        min-height: 50px;
    }


}








/* contact
----------------------------------------------------------------*/

.edit-area.contact {
    margin-bottom: 60px;
}

.edit-area.contact.thanks {
    margin-bottom: 0px;
}

.edit-area.contact .inner {}

.edit-area.contact h2 {}

.edit-area.contact .contact-box {}

.edit-area.contact .contact-box:before {
    right: -120px;
}

.edit-area.contact .contact-box:after {}

.edit-area.contact .contact-box .tel-box {
    float: none;
    margin: 0 auto;
}

.edit-area.contact .contact-box .tel-box .title {
    margin-top: 0;
}

.edit-area.contact .contact-box .tel-box div:not(.title) {}

.edit-area.contact .contact-box .tel-box div:not(.title) .tel-link {}

.edit-area.contact .contact-box .tel-box div:not(.title) .tel-link img {}

.edit-area.contact .contact-box .tel-box div:not(.title) .reception-time {}

.edit-area.contact .contact-box .mail-box {}

.edit-area.contact .contact-box .mail-box dl {}

.edit-area.contact .contact-box .mail-box dl dt {}

.edit-area.contact .contact-box .mail-box dl dd {}

.edit-area.contact .contact-box .mail-box dl dd p {}

.edit-area.contact .contact-box .mail-box dl dd .btn01 {}

.edit-area.contact .contact-box .mail-box dl dd .btn01 a {}



/* ~ipad pro */
@media screen and (max-width: 1024px) {
    .edit-area.contact .contact-box:before {
        right: 20px;
    }
}

/* ~1023px */
@media screen and (max-width: 1023px) {
    .edit-area.contact {}

    .edit-area.contact .contact-box .tel-box {}

    .edit-area.contact .contact-box .mail-box {}

    .edit-area.contact .contact-box .mail-box dl dd .btn01 {}
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.contact {}

    .edit-area.contact .inner {}

    .edit-area.contact h2 {}

    .edit-area.contact .contact-box {}

    .edit-area.contact .contact-box:before {}

    .edit-area.contact .contact-box .tel-box div:not(.title) .reception-time {}

    .edit-area.contact .contact-box .mail-box {}
}








/* sample-box
----------------------------------------------------------------*/
table.type .sample-box {
    padding: 60px 0 0;
    text-align: left;
    display: none;
}

table.type .sample-box.on {
    display: block;
}

table.type .sample-box dl {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    border: solid 2px #f75663;
    box-sizing: border-box;
}

table.type .sample-box dl dt {
    background-color: #F75663;
    color: #FFF;
    font-size: 2.3rem;
    line-height: 2.2;
    text-align: center;
    font-weight: 600;
}

table.type .sample-box dl dt span {
    font-size: 2.9rem;
}

table.type .sample-box dl dd {
    padding: 0px 40px;
    background-color: #FEEEEF;
}

table.type .sample-box dl dd:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

table.type .sample-box dl dd div {
    position: relative;
    width: 54%;
    margin: 0 auto;

    padding: 20px;
}

table.type .sample-box dl dd div::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 80%;
    background-image: url(../../common/img/footer/sample-box-img01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    transform: translateY(-50%);
}

table.type .sample-box dl dd div p {
    margin: 0;
    background: url(../../common/img/footer/sample-box-icon01.png) no-repeat 0% 50% / auto 19px;
    padding-left: 26px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #f75663;
}

table.type .sample-box dl dd div ul {
    line-height: 1.6;
    font-weight: 600;
    padding: 10px 0;
}

table.type .sample-box dl dd div ul li {}

table.type .sample-box dl dd div ul li span {
    font-size: 1.4rem;
}

table.type .sample-box dl dd .righty {}

table.type .sample-box dl dd .righty .t_center {
    font-size: 1.8rem;
    font-weight: 600;
    color: #f75663;
    margin: 0 auto 10px;
}

table.type .sample-box dl dd .righty a[href^="tel:"] {
    margin-bottom: 20px;
}

table.type .sample-box dl dd .righty a[href^="tel:"] img {}

table.type .sample-box dl dd .righty div {
    text-align: center;
}

table.type .sample-box dl dd .righty div a {}

table.type .sample-box dl dd .righty div a img {
    transition: all .3s;
}



/* ~ipad pro */
@media screen and (max-width: 1024px) {
    table.type .sample-box dl dd div {
        width: 90%;
        max-width: 580px;
    }

    table.type .sample-box dl dd div p {
        /* font-size: 1.6rem; */
    }

    table.type .sample-box dl dd div ul {
        /* background-size: auto 100px; */
        background-position: 100% 100%;
        /* padding-bottom: 40px; */
        /* font-size: 1.2rem; */
        background-position: 100% 50%;
    }

    table.type .sample-box dl dd div ul li {}

    table.type .sample-box dl dd div ul li span {
        font-size: 1rem;
    }

    table.type .sample-box dl dd .righty {
        max-width: 387px;
        width: 42%;
    }

    table.type .sample-box dl dd .righty .t_center {
        font-size: 1.6rem;
        letter-spacing: 0;
    }

    table.type .sample-box dl dd .righty a[href^="tel:"] {
        margin-bottom: 6px;
    }

    table.type .sample-box dl dd .righty a[href^="tel:"] img {
        width: 100%;
    }

    table.type .sample-box dl dd .righty div a img {
        max-width: 338px;
        width: 100%;
    }
}

/* ~sp */
@media screen and (max-width: 767px) {
    table.type .sample-box {
        padding: 30px 0 0;
    }

    table.type .sample-box dl {}

    table.type .sample-box dl dt {
        font-size: 2rem;
    }

    table.type .sample-box dl dt span {
        font-size: 2.4rem;
    }

    table.type .sample-box dl dd {
        padding: 20px;
    }

    table.type .sample-box dl dd:after {}

    table.type .sample-box dl dd div {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 0;
    }

    table.type .sample-box dl dd div ul {
        background-size: auto 90px;
        background-position: 100% 100%;
    }

    table.type .sample-box dl dd div ul li {
        font-size: 1.4rem;
    }
}








/* tr.case
----------------------------------------------------------------*/


tr.case ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

tr.case ul li {
    margin-bottom: 38px;
    padding: 0 1%;
    box-sizing: border-box;
}

tr.case ul.type01 li {
    width: 33.333%;
}

tr.case ul.type02 li {
    width: 25%;
    margin-bottom: 8px;
}

.common-table.check_screen tr.case ul li {
    width: 100%;
    margin: 0;
}

/*.common-table.check_screen tr.case ul li {
    display: none;
}
.common-table.check_screen tr.case ul li.check_screen {
    display: block;
}*/


tr.case ul li label {
    position: relative;
    display: block;
}

.edit-area tr.case ul li label.auto {}

.common-table.check_screen tr.case ul li label {
    display: none;
}

.edit-area tr.case ul li label:before {
    position: absolute;
    bottom: 20px;
}

/* ~ipad */
@media screen and (max-width: 768px) {
    .edit-area tr.case ul li label:before {
        bottom: auto;
        top: 124px;
    }
}

.edit-area tr.case ul.type02 li label:before {
    bottom: auto;
    top: 139px;
}

/* ~ipad */
@media screen and (max-width: 768px) {
    .edit-area tr.case ul.type02 li label:before {

        top: 95px;

    }
}

tr.case ul li label span {
    position: absolute;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    background-color: #999;
    display: inline-block;
    line-height: 2;
    padding: 0 20px;
    border-radius: 100px;
    top: 10px;
    right: 10px;
    z-index: 1;
}

tr.case ul li label img {
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 6px 4px rgba(204, 204, 204, 0.24);
    margin-bottom: 14px;
}

tr.case ul li label dl {
    line-height: 1.6;
    padding-left: 20px;
}

tr.case ul li label dl dt {
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
}

tr.case ul li label dl dd {
    font-size: 1.4rem;
}

tr.case .btns {
    text-align: center;
}

tr.case .btns .btn01 {
    max-width: 360px;
    width: 100%;
    display: inline-block;
    margin: 0 1%;
}

tr.case .btns .btn01 a {
    font-size: 1.6rem;
}

/* ~1023px */
@media screen and (max-width: 1023px) {
    tr.case h3:after {
        transform-origin: right;
        transform: scale(.7);
        top: -10px;
    }

    .edit-area tr.case ul li label:before {
        display: none;
    }

    tr.case ul li label dl {
        position: relative;
    }

    tr.case ul li label dl:before {
        display: inline-block;
        content: "\f372";
        font-family: "ionicons";
        color: #ccc;
        font-size: 1.8rem;
        vertical-align: middle;
        bottom: auto;
        top: 0px;
        left: 0;
        position: absolute;
    }

    .edit-area input[type=checkbox]:checked+label dl:before {
        content: "\f373";
        color: #E50100;
    }
}

/* ~sp */
@media screen and (max-width: 767px) {
    tr.case {
        padding: 40px 0;
    }

    tr.case .inner {}

    tr.case .h_style01 {}

    tr.case h3 {
        font-size: 3rem;
        line-height: 1.4;
    }

    tr.case h3:after {
        display: none;
    }

    tr.case h3 span {}

    tr.case .t_center {
        text-align: left;
    }

    tr.case ul {
        /* flex-direction: column; */
    }

    tr.case ul.type01 li,
    tr.case ul.type02 li {
        width: 50%;
        margin: 0 auto 30px;
    }

    tr.case ul li {}

    tr.case ul li label {}

    tr.case ul li label span {
        top: 4px;
        right: 4px;
        font-size: 1rem;
    }

    tr.case ul li label img {}

    tr.case ul li label dl {
        position: relative;
    }

    tr.case ul li label dl dt {
        padding-right: 20px;
        letter-spacing: 0;
        font-size: 1.5rem;
    }


    tr.case ul li label dl dd {
        font-size: 1.3rem;
    }

    tr.case .btns .btn01 {
        margin-bottom: 10px;
    }
}