#contact{
    padding: 100px 0;
    background: #fafafa;
}
#contact .wrap{}
#contact .head{}
#contact .head article{}
#contact .head article p{
    margin: 20px 0;
    font-size: 1.4rem;
    color: #333;
}
#contact .head article{}
#contact .body{
    margin: 60px 0 0;
}
#contact .body dl.form_set{
    width: 100%;
    overflow: hidden;
}
#contact .body dl.form_set dt{
    width: 160px;
    padding-top: 40px;
    float: left;
    clear: both;
}
#contact .body dl.form_set dt label{
    font-size: 1.4rem;
    color: #333;
    line-height: 36px;
}
#contact .body dl.form_set dt label span.req{
    margin-left: 10px;
    padding: 2px 4px;
    background: red;
    color: #fff;
    font-size: 1rem;
    position: relative;
    top: -2px;
}
#contact .body dl.form_set dd{
    width: calc(100% - 160px);
    padding-top: 40px;
    float: left;
}
#contact .foot{}
#contact ::placeholder{
    color: #aaa;
    font-size: 1.4rem;
}

#contact input[type="text"],
#contact input[type="email"],
#contact textarea{
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    padding: 8px 8px;
    font-size: 1.6rem;
    display: block;
    border: 1px solid #ddd;
}
#contact textarea{
    min-height: 200px;
}
#contact .body dl.form_set dd.adr{}
#contact .body dl.form_set dd.adr input[type="text"].zip{
    max-width: 180px;
}
#contact .body dl.form_set dd.adr input[type="text"] + input[type="text"]{
    margin: 10px 0 0;
}

#contact .policy{
    margin: 40px 0 0;
    padding: 30px 0;
    background: #eee;
    text-align: center;
}
#contact .policy p{
    margin: 0 0 30px;
    text-align: center;
    color: #666;
    font-size: 1.4rem;
}
#contact .policy label{
    padding: 10px 20px;
    display: inline-block;
    font-size: 1.4rem;
    color: #333;
    cursor: pointer;
}
#contact .policy label:hover{
    background: #ddd;
}
#contact .policy label input[type="checkbox"]{
    margin-right: 5px;
}
#contact .enter{
    margin: 40px 0 0;
    text-align: center;
}
#contact .enter button[type="submit"],
#contact .enter input[type="submit"]{
    -webkit-appearance: none;
    border-radius: 0;
    width: 240px;
    height: 56px;
    margin: 0 auto;
    background: #333;
    display: block;
    border: none;
    color: #eee;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    outline: none;
    display: inline-block;
}
#contact .enter button[type="submit"]:hover,
#contact .enter input[type="submit"]:hover{
    background: #000;
}
#contact_rental{
    padding: 0 0;
    background: #fff;
}
#contact_rental h2.ttl{

    margin: 100px 0 40px;
}
#contact_rental h2.ttl span{
    color: #333;
    text-shadow: none;
}
#contact_rental p{
    margin: 1rem 0;
    font-size: 1.4rem;
    color: #666;
}
#contact_rental hr{
    border: none;
    height: 1px;
    background: #ccc;
}
#contact_rental .topimg_wrap{
    padding: 40px 0 100px;
}
#contact_rental .topimg_wrap .set{}
#contact_rental .topimg_wrap .set .img{
    margin: 0 0 60px;
}
#contact_rental .topimg_wrap .set .img img{}
#contact_rental .flow_wrap{}
#contact_rental .flow_wrap .set{}
#contact_rental .flow_wrap .set ol.flow_list{
    margin: 60px 0 100px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    counter-reset: flowNum 0;
}
#contact_rental .flow_wrap .set ol.flow_list li{
    margin-left: 20px;
    padding-bottom: 40px;
    padding-left: 30px;
    border-left: 1px solid #666;
    position: relative;
}
#contact_rental .flow_wrap .set ol.flow_list li:last-child{
    padding-bottom: 0;
    border-left: none;
}
#contact_rental .flow_wrap .set ol.flow_list li::before{
    content: counter(flowNum);
    counter-increment: flowNum 1;
    width: 30px;
    height: 30px;
    display: block;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 2rem;
    font-weight: 300;
}
#contact_rental .flow_wrap .set ol.flow_list li h3{
    margin: 0 0 20px;
    color: #333;
    font-size: 2rem;
}
#contact_rental .flow_wrap .set ol.flow_list li p{
    color: #666;
    font-size: 1.4rem;
    text-align: justify;
}
#contact_rental .flow_wrap .set ol.flow_list li .btn{
    height: 36px;
    margin: 10px 0;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    color: #1a73e8;
    text-decoration: none;
    line-height: 34px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#contact_rental .flow_wrap .set ol.flow_list li .btn:hover{
    border-color: #1a73e8;
}
#contact_rental .flow_wrap .set .buy{
    padding: 40px 0 100px;
}
#contact_rental .flow_wrap .set .buy .link{
    text-align: center;
}
#contact_rental .flow_wrap .set .buy .link a{
    height: 50px;
    padding: 0 40px;
    background: #1a73e8;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    border-radius: 4px;
    transition: all 0.2s;
    line-height: 44px;
}
#contact_rental .flow_wrap .set .buy .link a::before{
    content: "\e8cc";
    font-family: "material icons";
    font-size: 1.6rem;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
#contact_rental .flow_wrap .set .buy .link a:hover{
    background: #73aaf1;
}



@media screen and (max-width:767.98px) {
    #contact{
        padding: 20px 0 100px;
    }
    #contact .body{
        margin: 20px 0 0;
    }
    #contact .body dl.form_set{
        width: 100%;
    }
    #contact .body dl.form_set dt{
        width: 100%;
        padding-top: 16px;
    }
    #contact .body dl.form_set dt label{
        line-height: 1.5;
    }
    #contact .body dl.form_set dd{
        width: 100%;
        padding-top: 10px;
    }
    #contact .policy{
        margin: 20px 0 0;
        padding: 20px;
    }
    #contact .policy p{
        margin: 0 0 20px;
    }
    #contact .enter button[type="submit"],
    #contact .enter input[type="submit"]{
        width: 100%;
        max-width: 320px;
        padding: 20px 0;
    }

    #contact_rental h2.ttl{
        margin: 60px 0 40px;
    }
    #contact_rental h2.ttl span{
        font-size: 1.8rem;
    }
    #contact_rental .topimg_wrap{
        padding: 0 0 40px;
    }
    #contact_rental .topimg_wrap .set .img{
        width: calc(100% + 20px);
        margin: 0 0 40px -10px;
    }
    #contact_rental .flow_wrap .set ol.flow_list{
        margin: 40px 0 60px;
    }
    #contact_rental .flow_wrap .set ol.flow_list li{
        padding-right: 10px;
        padding-bottom: 30px;
    }
    #contact_rental .flow_wrap .set ol.flow_list li::before{
        top: -2px;
    }
    #contact_rental .flow_wrap .set ol.flow_list li h3{
        height: 30px;
        font-size: 1.6rem;
        line-height: 30px;
    }
    #contact_rental .flow_wrap .set ol.flow_list li .btn{
        margin: 16px 0;
    }
    #contact_rental .flow_wrap .set .buy{
        padding: 40px 0 60px;
    }
    

}