/* wrapper
--------------------------------- */

#wrapper {
    background: #fff5f7 !important;
}

#mainVs {
    width: 100%;
    text-align: center;
}


.h2_tit01 {
    font-size: 72px;
    position: relative;
    font-weight: normal;
    text-align: center;
    line-height: 100%;
    margin-bottom: 45px;
    letter-spacing: 9px;
}

.h2_tit01 span {
    display: block;
    margin-top: 17px;
    font-size: 24px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 0px;
}

/* feature
----------------------*/

#featureWrap {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}

#feature {
    width: 100%;
    margin: 0 auto;
}

.featureList li img {
    width: 100% !important;
    height: auto;
}

.featureList li h3 {
    text-align: center;
    letter-spacing: 1px;
    line-height: 140%;
}

.featureList li h3 span {
    display: block;
    text-align: center;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 140%;
}

.featureList p {
    text-align: justify;
}
/* message */

#message {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
/*  about  */

#about {
    position: relative;
}

#about::before {
    content: "";
    background: url(../img/messageDoctor.png) center bottom no-repeat;
    display: block;
    vertical-align: bottom;
}

#aboutIn {
    background: #fff5f7;
}

.table_about01 {
    border-collapse: collapse;
}

.table_about01 tr {
    border-bottom: 2px solid #fff;
}

.table_about01 thead th {
    font-weight: bold;
    text-align: left;
}

.table_about01 tbody th,
.table_about01 tbody td {
    text-align: left;
}
/*  clinic  */

.table_01 {
    border-collapse: collapse;
    /* IE7 and lower */
}

.table_01 thead th {
    background-color: #ea7386;
    color: #fff;
    text-align: center;
    font-weight: bold;
}


.table_01 tbody tr {
    text-align: left;
}

.table_01 tbody th {
    vertical-align: middle;
    background-color: #ffedf0;
    font-weight: normal;
}
/* form */

#formWrap {
    padding-top: 50px;
    padding-bottom: 130px;
}

#form {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

#formIn {
    margin: 0 auto;
    background: #f8f8ff;
}

#formBox {
    margin: 0 auto;
}


#formBox table {
    border-collapse: collapse;
    text-align: left;
}

#formBox table th {
    overflow: hidden;
    line-height: 100%;
    vertical-align: middle;
    font-weight: normal;
}

#formBox table th p {
    display: flex;
}

.required {
    line-height: 100%;
    letter-spacing: 2px;
    font-weight: normal;
    display: block;
}

.inputStyle {
    background: #ffffff;
    border: none !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#btnForm {
    margin-top: 10px;
}

#btnForm button,
.btnMore {
    border: none !important;
    outline: none;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 2px;
    background: #fff;
}
/* validation */

.parsley-errors-list {
    margin-top: 10px;
}

.parsley-errors-list li {
    color: red;
}

/* ===========================================================
start SP css settings
=========================================================== */

@media only screen and (max-width: 750px) {

    #mainVs {
        background: url(../img/bg_mv_sp.png) center top no-repeat;
        height: 1350px;
        margin-bottom: -120px;
    }

    .h2_tit01 span {
        font-size: 28px;
    }

    /* feature
    ----------------------*/
    #featureIn {
        margin: 0 auto;
        padding: 0 40px 135px;
        background: url(../img/bg_feature_sp.png) left bottom /100% no-repeat;
    }

    .featureList li {
        margin-bottom: 80px;
    }
    .featureList li:last-child {
        margin-bottom: 0;
    }


    .featureList li h3 {
        margin: 73px 0 23px;
        font-size: 42px;
    }

    .featureList li h3 span {
        margin-top: 6px;
        font-size: 30px;
    }
    /* message */
    #messageWrap {
        padding-top: 50px;
    }

    #messageIn {
        min-height: 500px;
        margin: 0 auto;
        padding: 0 40px 50px;
    }
    #messageWrap h2 {
        margin-bottom: 60px;
    }
    /*  about  */
    #about {
        padding-bottom: 100px;
    }
    #about::before {
        width: 370px;
        height: 460px;
        position: relative;
        left: 170px;
        bottom: 0;
    }

    #aboutIn {
        padding: 35px 45px;
    }

    .table_about01 thead th {
        font-size: 36px;
        padding: 22px 0px 22px 0px;
    }

    .table_about01 tbody th,
    .table_about01 tbody td {
        padding: 22px 0 22px 0px;
    }
    /*  clinic  */
    .table_01 thead th {
        padding: 20px 10px 20px 10px;
    }

    .table_01 thead td {
        padding: 20px 20px 20px 20px;
    }


    .table_01 tbody tr {
        border-bottom: 2px solid #d9d9d9;
    }

    .table_01 tbody th {
        padding: 20px 20px 20px 20px;
    }

    .table_01 tbody td {
        padding: 20px 20px 20px 20px;
    }

    /* form */
    #form {
        padding: 0 40px;
    }

    #formIn {
        padding: 40px;
    }

    #formBox table {
        table-layout: fixed;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    #formBox table th {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 0 5px 0;
    }

    #formBox table th p {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
    }

    .required {
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        font-size: 18px;
        padding: 10px 14px;
        margin-right: 16px;
        display: block;
    }

    .nameText {
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
    }

    #formBox table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 0 15px 0;
    }

    .inputStyle {
        padding: 25px;
        font-size: 100%;
    }

    #btnForm {
        margin-top: 10px;
    }

    #btnForm button,
    .btnMore {
        margin: 10px;
        padding: 15px 40px;
        min-width: 250px;
    }
}
/* ===========================================================
start PC css settings
=========================================================== */

@media only screen and (min-width: 751px) {

    #mainVs {
        background: url(../img/bg_mv.png) center top no-repeat;
        height: 1100px;
        margin-bottom: -146px;
    }


    .h2_tit01 span {
        font-size: 24px;
    }
    /* feature
----------------------*/
    #featureIn {
        width: 1100px;
        margin: 0 auto;
        padding-bottom: 135px;
    }
    .featureList {
        list-style: none;
        overflow: hidden;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 5px -30px -30px -30px;
    }

    .featureList li {
        width: 320px;
        margin: 30px;
    }
    /* 4 */
    .featureList li:nth-of-type(1):nth-last-of-type(4) {
        padding: 0 20px;
    }

    .featureList li:nth-of-type(1):nth-last-of-type(4)+li,
    .featureList li:nth-of-type(1):nth-last-of-type(4)+li+li,
    .featureList li:nth-of-type(1):nth-last-of-type(4)+li+li+li {
        padding: 0 20px;
    }
    /* 7 */
    .featureList li:nth-of-type(1):nth-last-of-type(7) {
        padding-left: 20px;
    }

    .featureList li:nth-of-type(1):nth-last-of-type(7)+li {
        padding-right: 20px;
    }
    /* 8 */
    .featureList li:nth-of-type(1):nth-last-of-type(8)+li+li+li {
        padding-left: 20px;
    }

    .featureList li:nth-of-type(1):nth-last-of-type(8)+li+li+li+li {
        padding-right: 20px;
    }


    .featureList li h3 {
        margin: 35px 0 7px;
        font-size: 20px;
    }

    .featureList li h3 span {
        margin-top: 5px;
        font-size: 14px;
    }
    /* message */
    #messageIn {
        width: 1100px;
        min-height: 500px;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    #messageWrap h2 {
        text-align: center;
        position: relative;
        top: -37px;
        margin-bottom: 0px;
    }
    /*  about  */
    #about {
        padding-bottom: 47px;
    }

    #about::before {
        width: 370px;
        height: 460px;
        position: absolute;
        left: 170px;
        bottom: 0;
    }

    #aboutIn {
        margin-top: 90px;
        margin-left: 645px;
        padding: 30px;
    }

    .table_about01 thead th {
        font-size: 24px;
        padding: 15px 30px 15px 30px;
    }

    .table_about01 tbody th,
    .table_about01 tbody td {
        padding: 15px 0 15px 30px;
    }
    /*  clinic  */
    .table_01 thead th {
        padding: 10px 10px 10px 10px;
    }

    .table_01 thead td {
        padding: 8px 20px 8px 20px;
    }


    .table_01 tbody tr {
        border-bottom: 1px solid #d9d9d9;
    }

    .table_01 tbody th {
        padding: 8px 70px 8px 70px;
    }

    .table_01 tbody td {
        padding: 8px 20px 8px 20px;
    }

    /* form */
    #formIn {
        width: 1100px;
        padding: 50px;
    }

    #formBox {
        width: 710px;
    }

    #formBox table th {
        padding: 15px 40px 15px 0;
        font-size: 18px;
    }

    #formBox table th p {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

    .required {
        font-size: 14px;
        padding: 8px 10px;
    }

    #formBox table td {
        padding: 15px 20px 15px 0;
    }

    .inputStyle {
        font-size: 15px;
        max-width: 420px;
        padding: 15px 15px;
    }

    #btnForm {
        margin-top: 10px;
    }

    #btnForm button,
    .btnMore {
        margin: 10px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        padding: 15px 40px;
        width: 320px;
    }

    #btnForm button:hover,
    .btnMore:hover {
        opacity: 0.7;
        text-decoration: none !important;
    }
}