
/* page-home-inspection */

/* css by archive @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* page_title */
.page_title {
    background: url(../../common/images/line-bg.jpg);
    padding: 60px 0;
    text-align: center;
    margin-top: 80px;
}

.page_title .ja {
    font-size: 28px;
    font-weight: bold;
}

.page_title .en {
    color: #008A7B;
    margin-top: 5px;
}

/* home_inspection */
.home_inspection {
    margin-top: 90px;
    margin-bottom: 200px;
}

.home_inspection ul {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.home_inspection li {
    width: 150px;
    height: 50px;
    background-color: #DDF0ED;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_inspection .input.current,
.home_inspection .confirm.current,
.home_inspection .complete.current {
    background-color: #339966;
    color: #fff;
}

.home_inspection .input,
.home_inspection .confirm {
    position: relative;
}

.home_inspection .input::after,
.home_inspection .confirm::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #339966;
    border-right: solid 3px #339966;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: -15px;
}

.home_inspection form {
    margin-top: 90px;
}

.home_inspection .customer {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.home_inspection dl {
    width: 100%;
    margin-top: 60px;
}

.home_inspection dd {
    margin-bottom: 30px;
}

.home_inspection dt,
.home_inspection .privacy_title {
    text-align: left;
    padding-bottom: 5px;
}

.home_inspection input:not([type="submit"], [type="button"]),
.home_inspection textarea {
    padding: 0.8em;
    background-color: #f2f2f2;
    border: 0;
    border-radius:2px;
    box-sizing: border-box;
}

.wpcf7 > form input[type="submit"][disabled], 
.wpcf7 > form input[type="submit"][disabled]:hover, 
.wpcf7 > form input[type="submit"][disabled]:focus {
    background-color: #999;
    color:#fff;
    border: 2px solid #999;
}

.home_inspection input:focus,
.home_inspection textarea:focus,
.home_inspection select:focus {
    outline: 1.5px #339966 solid;
}

.home_inspection textarea {
    height: 180px;
}

.home_inspection select {
    padding: 0.6em;
    background-color: #f2f2f2;
    border: 0;
    border-radius:2px;
    box-sizing: border-box;
}

.home_inspection .wfull {
    width: 100%;
}

.home_inspection .radio1 {
    width: 13px;
}

.home_inspection .checkbox_group1 {
    padding: 20px 4px;
    display: flex;
    gap: 24px;
}

.home_inspection .property_type {
    padding: 0.8em;
    border: 0;
    border-radius:2px;
    box-sizing: border-box;
}

.home_inspection .sales_timing input {
    margin-right: 5px;
}

.home_inspection .radio-group1 {
    padding: 20px 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.home_inspection .property_go {
    width: 150px;
}

.home_inspection .property_area {
    width: 150px;
}

.home_inspection .assessment_type input {
    margin-right: 5px;
}

.home_inspection .go_label {
    margin-left: 5px;
}

.home_inspection .property_tani {
    margin-left: 5px;
}

.home_inspection .property_oyoso {
    margin-left: 5px;
}

.home_inspection .checkbox_group2 input {
    margin-right: 5px;
}

.home_inspection .checkbox_group2 {
    padding: 20px 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.home_inspection .privacy {
    width: 100%;
    padding: 0.8em;
    background: #f2f2f2;
    border: none;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 8%;
    border-radius:2px;
    box-sizing: border-box;
}

.home_inspection .privacycheck {
    text-align: center;
}

.home_inspection .checkbox {
    width: 13px;
}

.button {
    width: 200px;
    padding: 12px 0;
    border: 2px solid #008A7B;
    border-radius: 50px;
    text-align: center;
    display: block;
    color: #008A7B;

    font-size: 16px;
    margin: 90px auto 0;
    background-color: #fff;
}

.submit {
    background-color: #008A7B;
    color: #fff;
}











@media only screen and (max-width: 1100px) {

    .w1100 {
        width: inherit;
        margin: 0;
    }
        
}
@media only screen and (max-width: 1000px) {
    /* 全ページ共通 */
    body {
        min-width: 1000px;
    }

    .w1000 {
        width: inherit;
        margin: 0;
    }

}
@media only screen and (max-width: 800px) {
    .w800 {
        width: inherit;
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    /* 全ページ共通 */
    body {
        font-size: 14px;
        min-width: 375px;
    }    

    /* home_inspection */

    .home_inspection .w800 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home_inspection ul {
        font-size: 12px;
    }

    .home_inspection .sales_timing {
        gap: 20px;
    }
    
    .home_inspection .week {
        gap: 20px;
    }
    
    .button {
        width: 150px;
        font-size: 12px;
        padding: 8px 0;
    }
}
@media only screen and (max-width: 400px) {
    .w400 {
        width: inherit;
        margin: 0;
    }
}

/* confirm */

.button_wrapper {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}


/* complete */

.thanks {
    margin-top: 90px;
}

.thanks .title {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}

.thanks .message {
    margin-top: 60px;
}


/* change main-color */

.page_title .en {
    color: #d66800;
}
.breadcrumb {
    background: #FDEEDD;
}
.breadcrumb li {
    color: #d66800;
}

.breadcrumb li a {
    color: #d66800;
}
.home_inspection li {
    background-color: #FDEEDD;
}
.home_inspection .input.current,
.home_inspection .confirm.current,
.home_inspection .complete.current {
    background-color: #F08300;
}
.home_inspection .input::after,
.home_inspection .confirm::after {
    border-top: solid 3px #F08300;
    border-right: solid 3px #F08300;
}
.home_inspection input:focus,
.home_inspection textarea:focus,
.home_inspection select:focus {
    outline: 1.5px #F08300 solid;
}
.button {
    border: 2px solid #d66800;
    color: #d66800;
}
.submit {
    background-color: #d66800;
    color: #fff;
}

footer .foot_nav>li a:before {
    background: #d66800;
}

.foot_bottom {
    background: #d66800;
}

footer .foot_nav .hp {
    color: #d66800;
}