@charset "UTF-8";
/*--------------------------------------------------------------------------------
　▼ フォーム
--------------------------------------------------------------------------------*/
.box_form .img {
    text-align: center;
}

.form_box {
    background-color: #f1f1f1;
    border-radius: 10px;
    margin: 40px auto 0;
    padding: 40px 30px;
}

.note_box {
    position: relative;
    text-align: center;
}

.note_box > p {
    color: #d30000;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

/*--------------------------------------------------------------------------------
　▼ フォーム 入力画面
--------------------------------------------------------------------------------*/
#form-box {
    padding: 0 30px;
}

.form-title {
    background-color: #ffa800;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    margin: 50px auto 30px;
    padding: 20px 0;
    text-align: center;
}

.form-title span {
    color: #fff;
}

.contact-table {
    margin: 0 auto;
    width: 100%;
}

.contact-table tr > th {
    padding: 30px 0;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    width: 20%;
}
.contact-table tr > .th-pa {
    padding: 5px 0;
}
.contact-table tr > .th-pa01 {
    padding: 30px 0 5px;
}
.contact-table tr > .th-pa02 {
    padding: 5px 0 30px;
}

.contact-table tr > td {
    padding: 30px 0;
    width: 75%;
}
.contact-table tr > .td-pa {
    padding: 5px 0;
}
.contact-table tr > .td-pa02 {
    padding: 5px 0 30px;
}

.contact-table tr > .td-pa01 {
    padding: 30px 0 5px;
}

.required {
    color: #d30000;
    font-weight: normal;
}

.contact-table tr > .bo-bottom {
    border-bottom: 1px solid #c5c5c5;
}

.contact-table tr > td select {
    border: none;
    border-radius: 9px;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    padding: 10px;
    text-overflow: ellipsis;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/awbio-web.png) 97% 50% no-repeat #fff;
    width: 100%;
}

.contact-table tr > td input {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    height: 55px;
    padding: 10px 20px;
    width: 100%;
}

.contact-table tr > td textarea {
    background-color: #fff;
    border: none;
    border-radius: 9px;
    font-size: 1.6rem;
    height: 320px;
    padding: 10px;
    width: 100%;
}


/*--------------------------------------------------------------------------------
　▼ リスト
--------------------------------------------------------------------------------*/
.birth_list,
.zip_list,
.ul02,
.tel_list {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.birth_list > li {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.birth_list > li:nth-child(1) {
    width: 30%;
}

.birth_list > li:nth-child(2) {
    width: 20%;
}

.birth_list > li:nth-child(3) {
    width: 20%;
}

.birth_list > li > span {
    display: inline-block;
    padding: 0 10px 0 5px;
}

.birth_list > li input {
    width: 80% !important;
}

.birth_list > li:nth-child(2) input,
.birth_list > li:nth-child(3) input {
    width: 75% !important;
}

/*--------------------------------------------------------------------------------
　▼ 郵便番号
--------------------------------------------------------------------------------*/
.zip_list {
    padding-bottom: 10px;
}

.zip_list > li {
    display: inline-block;
    vertical-align: middle;
}

.zip_list > li:nth-child(1) {
    width: 5%;
}

.zip_list > li:nth-child(2),
.zip_list > li:nth-child(4) {
    width: 24%;
}

.zip_list > li:nth-child(3) {
    text-align: center;
    width: 5%;
}



.ul02 > li,
.tel_list > li {
    display: inline-block;
    vertical-align: middle;
}

.ul02 > li {
    min-width: 25%;
}

.tel_list > li:nth-child(1) {
    padding-right: 3%;
    width: 60%;
}

.tel_list > li:nth-child(2) {
    width: 40%;
}

.wrap_list {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.wrap_list > li {
    display: inline-block;
    font-size: 16px;
    min-width: 30%;
    padding-right: 10px;
    vertical-align: middle;
}

.time_list {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.time_list > li {
    display: inline-block;
    vertical-align: middle;
}

.time_list > li:nth-child(1) {
    width: 25%;
}

.time_list > li:nth-child(2) {
    width: 25%;
}

.time_list > li:nth-child(3) {
    text-align: center;
    width: 10%;
}

.time_list > li:nth-child(4) {
    width: 25%;
}

.time_list > li:nth-child(5) {
    padding-left: 2%;
    width: 15%;
}

ul > li > label .title {
    display: block;
    margin-left: 30px;
    line-height: 30px;
    text-align: left !important;
}

label {
    display: block;
    position: relative;
    height: 40px;
}

input[type=checkbox] {
    filter: alpha(opacity="1");
    opacity: 0.01;
    MozOpacity: 0.01;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px !important;
}

.checkboxView {
    background: url(image/ico_check.png) center top no-repeat;
    background-size: 100% auto;
    display: block;
    height: 32px;
    margin-right: 10px;
    float: left;
    width: 32px;
}

.checkboxView.selected {
    background: url(image/ico_check_on.png) center top no-repeat;
}

.contact-link {
    margin: 50px auto 20px;
    text-align: center;
}

.contact-link > a {
    background-color: #ffa800;
    border: 2px solid #fff;
    box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    min-width: 454px;
    padding: 30px 10px;
    text-decoration: none;
}

#form-box p {
    border-bottom: 1px solid #c5c5c5;
    color: #221815;
    line-height: 1.7em;
    padding: 30px 0;
}

/*--------------------------------------------------------------------------------
　▼ フォーム 確認画面
--------------------------------------------------------------------------------*/
.confirm .form-title {
    margin-top: 0;
}

.confirm .contact-table tr th,
.confirm .contact-table tr td {
    padding: 15px 0;
}

.confirm .contact-table tr .td-pa01,
.confirm .contact-table tr .th-pa01 {
    padding: 15px 0 5px;
}
.confirm .contact-table tr .td-pa02,
.confirm .contact-table tr .th-pa02 {
    padding: 5px 0 15px;
}

.confirm-list {
    font-size: 0;
    margin: 30px auto;
    text-align: center;
}

.confirm-list > li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.confirm-list > li:nth-child(1) {
    margin-right: 1%;
}

.confirm-list > li:nth-child(2) {
    margin-left: 1%;
}

.confirm-list > li > a {
    border: 2px solid #fff;
    box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 10px;
    text-decoration: none;
}

.confirm-list > li > .back {
    background-color: #d7d7d7;
}

.confirm-list > li > .send {
    background-color: #ffa800;
}

/*--------------------------------------------------------------------------------
　▼ フォーム 送信完了画面
--------------------------------------------------------------------------------*/
.thanks_box {
    padding: 80px 30px 10px;
}

.thanks_box .thanks_txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}

.thanks_txt span {
    color: #ec0000;
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
}

.thanks_box .tel {
    margin: 40px auto;
    text-align: center;
}

.thanks_box .tel a {
    color: #ec0000;
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    text-decoration: none;
}

.thanks_box .contact-link {
    margin-bottom: -40px;
}


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

    .box_form .img {
        margin: 0 auto;
        width: 80%;
    }

    .box_form .img img {
        width: 100%;
    }

    #form-box {
        padding: 0;
    }

    .birth_list > li:nth-child(2),
    .birth_list > li:nth-child(3) {
        width: 25%;
    }

    .contact-table tr > th {
        width: 30%;
    }

    .contact-table tr > td {
        width: 70%;
    }

    .time_list > li:nth-child(1) {
        width: 30%;
    }
    .time_list > li:nth-child(2),
    .time_list > li:nth-child(4) {
        width: 20%;
    }
}


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

    .form_box {
        padding: 30px 15px;
    }

    .note_box > p {
        font-size: 16px;
        line-height: 28px;
    }

    .form-title span {
        display: block;
        padding-top: 10px;
    }

    .contact-table,
    .contact-table tbody,
    .contact-table tbody tr {
        display: block;
        width: 100%;
    }

    .contact-table tr > th,
    .contact-table tr > td {
        display: block;
        padding: 10px 0;
        width: 100%;
    }

    .sp-no {
        display: none !important;
    }

    .contact-table tr > .th-pa01,
    .contact-table tr > .td-pa01 {
        padding: 10px 0 5px;
    }

    .contact-table tr > .th-pa {
        padding: 10px 0 0;
    }
    .contact-table tr > .td-pa {
        padding: 10px 0 5px;
    }

    .contact-table tr > .th-pa02,
    .contact-table tr > .td-pa02 {
        padding: 5px 0 10px;
    }

    .contact-table tr > th.bo-bottom {
        border-bottom: none;
    }

    .contact-table tr > td input {
        height: auto;
        padding: 10px;
    }

    .ul02 > li {
        width: 50%;
    }

    .birth_list > li {
        width: 33.333% !important;
    }

    .birth_list > li input,
    .birth_list > li:nth-child(2) input,
    .birth_list > li:nth-child(3) input {
        width: 70% !important;
    }

    .birth_list > li > span {
        padding: 0 5px;
    }

    .tel_list > li {
        display: block;
        padding: 0 0 10px !important;
        width: 100% !important;
    }

    .wrap_list > li {
        display: block;
        width: 100%;
    }

    .time_list > li:nth-child(1) {
        display: block;
        padding-bottom: 10px;
        width: 100%;
    }

    .time_list > li:nth-child(2),
    .time_list > li:nth-child(4) {
        width: 25%;
    }

    #form-box p {
        padding: 20px 0;
    }

    .contact-link {
        margin: 30px auto 10px;
    }

    .contact-link > a {
        border-radius: 25px;
        font-size: 18px;
        padding: 15px 10px;
        min-width: 100%;
    }


    .confirm .form-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .confirm .contact-table tr th {
        padding: 10px 0 0;
    }
    .confirm .contact-table tr td {
        padding: 10px 0;
    }

    .confirm .contact-table tr .th-pa01 {
        padding: 10px 0 0;
    }
    .confirm .contact-table tr .td-pa01 {
        padding: 10px 0;
    }

    .confirm .contact-table tr .th-pa02 {
        padding: 10px 0 0;
    }
    .confirm .contact-table tr .td-pa02 {
        padding: 10px 0;
    }

    .confirm-list > li > a {
        border-radius: 25px;
        font-size: 18px;
        padding: 15px 10px;
    }

    .thanks_box .thanks_txt {
        font-size: 16px;
        line-height: 30px;
    }

    .thanks_txt span {
        font-size: 17px;
    }

    .thanks_box .tel a {
        font-size: 32px;
    }
}
