@charset "UTF-8";
/* CSS Document */
/*20190705form css*/
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
}

#toiawase {
    background-color: #E2F5FF;
}

#toiawase h2,
.confirmation h2,
#finish h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

h2 {
    color: #071F37;
}

.taC {
    text-align: center;
}

.form_tbl table {
    width: 100%;
    border: none;
}

.form_tbl th {
    display: block;
    width: 100%;
    border: none !important;
    color: #071F37;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    padding: 0px 0 15px;
}

.form_tbl td {
    display: block;
    width: 100%;
    margin-bottom: 13px;
    font-size: 19px;
}

.form_tbl td input,
.form_tbl td textarea,
.form_tbl td select {
    text-indent: 1em;
}

.form_tbl input,
select,
textarea {
    padding: 15px 0;
    font-size: 18px;
    width: 100%;
}

.form_tbl input#client {
    width: 4%;
}

.form_tbl input#living-tip2 {
    width: 10%;
}

input[type="radio" i] {
    margin: 3px 3px 0px 25%;
}

input[type="radio" i]:first-child {
    margin: 0px 3px 0px 0px;
}

input[type="checkbox" i] {
    margin: 3px 3px 2% 0;
}

input[type="checkbox" i]:first-child {
    margin: 3px 3px 0px 0px;
}

.form_tbl input#floor_building {
    text-indent: 1em;
    padding: 10px 0;
    width: 27%;
}

.form_tbl input#tel {
    text-indent: 1em;
    padding: 10px 0;
}

.form_tbl input#zip {
    text-indent: 1em;
    padding: 10px 0;
    width: 30%;
}

.form_tbl input.date1 {
    text-indent: 1em;
    padding: 10px 0;
    width: 37%;
    margin-bottom: 10px;
}

.form_tbl input.time1,
input.time2 {
    text-indent: 1em;
    padding: 10px 0;
    width: 37%;
}

.form_tbl input,
select,
textarea {
    background-color: #E9EDEF;
    border: none;
    border-radius: 4px;
}

.confirmation #wrapper .form_tbl tr:nth-last-of-type(2) td {
    border: none;
    padding-bottom: 0px;
}

.form_tbl input#attached {
    border: none;
    padding: 0 0 10px;
}

.form_tbl input.radio {
    width: inherit;
}

label span.must {
    font-size: 70%;
    margin-left: 10px;
    color: #fff;
    background: #e70014;
    padding: 2px 10px 2px;
    font-size: 13px;
    margin-bottom: 2px;
}

.submitbtn {
    text-align: center;
    margin-top: 30px;
}

input[type=submit] {
    width: 33%;
    padding: 10px 0px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #ffae00;
    border-radius: 10px;
    box-shadow: 0px 10px 0px #d79300;
    font-size: 30px;
    font-weight: bold;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width:640px) {
    input[type=submit] {
        width: 82%;
        font-size: 26px;
        padding: 12px 0px;
    }

    .submitbtn {
        margin: 20px 0 30px;
    }
}

.backbtn {
    width: 57%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 60px;
    font-weight: bold;
    padding: 16px 5px 15px 5px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
}

@media (max-width: 767px) {
    .backbtn {
        margin-top: 40px;
    }
}

.backbtn a {
    text-decoration: none;
}

.backbtn a:visited {
    color: #fff;
}

.backbtn a:link {
    color: #fff;
}

@media (max-width: 767px) {
    .backbtn {
        font-size: 3.5vw;
    }
}

.ds_no_pc {
    display: none;
}

.form_tbl input#client {
    width: 4%;
}

@media (max-width: 767px) {
    .ds_no_pc {
        display: block;
    }

    .ds_no_sp {
        display: none;
    }

    input[type="checkbox" i] {
        margin: 5px 3px 0px 0px;
    }
}

.confirmation h2 {
    color: #071F37;
    font-size: 1.8rem;
    width: 30%;
    margin: auto;
    text-align: center;
    padding: 6% 0 3%;
}


div#toiawase {
    background-color: #dedede;
    padding: 3%;
}

.confirmation #wrapper,
#finish #wrapper {
    background-color: #dedede;
    padding: 0% 3% 5%;
}

.confirmation #content,
#finish #content {
    background-color: #fff;
    padding: 3% 5%;
    border-radius: 15px;
    max-width: 900px;
    margin: 0 auto;
}

#finish h2 {
    color: #071F37;
    text-align: center;
    font-size: 1.8rem;
    padding: 6% 0 3%;
    margin-block-start: 0em;
}

div#toiawase img {
    width: 300px;
    margin: 0 auto;
}

.otoiawase_naiyou {
    max-width: 900px;
    margin: 40px auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 5%;
    box-sizing: border-box;
}

.step__bar {
    width: 80%;
    margin: 40px auto;
}

.step__bar ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding-inline-start: 0px;
    color: #071F37;
    font-weight: 600;
    margin-block-end: 0em;
}

.step__bar ul li {
    font-size: 1.2rem;
}

.step__bar p.bar {
    height: 10px;
    background-color: #dadada;
    position: relative;
    border-radius: 5px;
    margin-top: 5px;
}

.step__bar p.bar:after {
    position: absolute;
    content: " ";
    display: block;
    height: 10px;
    background-color: #ffae00;
    border-radius: 5px;
    bottom: 0px;
    width: 33.3%;
}

.confirmation .step__bar p.bar:after {
    width: 66.6%;
}

#finish .step__bar p.bar:after {
    width: 100%;
    background-color: #ff0000;
}

td.radio label {
    background-color: #f1f1f1;
    color: #2A94D2;
    padding: 1.5% 2.5% 1.5% 2.5%;
    border-radius: 5px;
    font-weight: 600;
}

td.radio #sample label {
    background-color: #fff;
    color: #000;
    padding: 0;
    border-radius: 0;
    font-weight: normal;
}

td.radio #sample {
    display: inline-block;
    margin-top: 20px;
}

.form_tbl input.pink {
    padding: 0;
}

input[type=radio] {
    position: relative;
    right: 0;
    bottom: 0;
    left: -5px;
    height: 15px;
    width: 15px;
    cursor: pointer;
    display: inline-block;
}

/* 色はblueのみ */
input[type=radio].blue {
    border: 2px solid #c9c9c9;
}

input[type=radio].blue:checked {
    border: 2px solid #efb9ce;
}

input[type=radio].blue:checked:before {
    background: #efb9ce;
}

input[type=submit].backbtn {
    background: #666;
    margin-top: 22px;
    margin-bottom: 10%;
    box-shadow: 0px 10px 0px #464646;
}

#finish p.backbtn {
    background: #666;
    margin-top: 22px;
    margin-bottom: 10%;
    box-shadow: 0px 10px 0px #464646;
    font-size: 26px;
    width: 30%;
}

br.sp {
    display: none;
}

@media (max-width: 767px) {
    div#toiawase {
        padding: 10% 3%;
    }

    .otoiawase_naiyou {
        width: 95%;
        background-color: #fff;
        border-radius: 15px;
        padding: 4% 5% 5% 5%;
        box-sizing: border-box;
    }

    input[type=radio] {
        left: 0px;
        height: 10px;
        width: 10px;
        cursor: pointer;
        display: inline-block;
    }

    br.sp {
        display: block;
    }

    .form_tbl td.radio.over {
        line-height: 2.7rem;
    }

    footer {
        font-size: 0.9rem;
    }

    #sample span {
        font-size: 0.9rem;
    }

    .form_tbl input#living-tip2 {
        width: 20%;
    }

    #finish p.backbtn {
        width: 70%;
    }
}

.yubin {
    display: inline-block;
    width: 40% !important;
    margin-left: 2%;
}

.h-adr input,
.h-adr select {
    margin-bottom: 10px;
}

.h-adr input:last-child {
    margin: 0;
}

#finish {
    background-color: #dedede;
    height: 100vh;
}

#finish section p {
    line-height: 1.5rem;
    margin-bottom: 20px;
}

#finish p.backbtn {
    background: none;
    font-size: 1.2rem;
    box-shadow: none;
}

#finish p.backbtn a {
    color: #ff0000;
    text-decoration: underline;
}

#finish #content {
    background-image: url(../img/finish_bg.jpg);
    background-position: center center;
    background-size: cover;

}

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

    .confirmation h2,
    #finish h2 {
        width: 100%;
        padding: 15% 0 7%;
    }

    .step__bar {
        width: 80%;
        margin: 20px auto 40px;
    }

}