@charset "utf-8";

main{
    padding: 88px 0 112px 0;
}
main > h1{
    text-align: center;
    font-size: 40px;
    line-height: 1em;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 4px;
    padding: 0 0 18px 0;
    margin: 0 -4px 0 0;
}
main > h1 span{
    display: block;
    font-size: 14px;
    letter-spacing: 8px;
    margin: 0 -4px 0 0;
}
main > div{
    border-top: 1px solid #25282b;
    padding: 40px 0 0 0;
}
main > div > p{
    text-align: center;
    letter-spacing: 2px;
}
main > div > div{
    text-align: center;
    padding: 40px 0 0 0;
}
main > div > div a{
    padding: 0 20px 0 10px;
    border-radius: 2px;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    background-size: 36px;
}
main > div > div a i{
    font-size: 16px;
    padding: 0 12px 0 0;
    vertical-align: 3px;
}
form#mail_form{
    margin : 0 auto 0 auto;
    padding: 0 0 0 0;
    overflow: hidden;
}
form#mail_form > p{
    font-size: 14px;
    letter-spacing: 1px;
}
form#mail_form > span{
    font-size: 14px;
    letter-spacing: 1px;
}
form#mail_form > span i{
    font-size: 12px;
    padding: 0 8px 0 0;
    vertical-align: 1px;
}


form#mail_form dl{
    margin : 20px auto 0 auto;
    overflow : hidden;
    display:flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

form#mail_form dl dt{
    width: calc(25% - 34px);
    border-top : 1px dotted #fff;
    padding : 24px 17px 24px 17px;
    text-align : left;
    overflow : hidden;
    font-size: 14px;
    letter-spacing: 1px;
    background: #f0f0f0;
}
#req1,#req2,#req3{
    width: 100%;
}
#req1_2,#req2_2,#req3_2{
    width: 100%;
}
form#mail_form dl dd{
    width : 70%;
    border-top : 1px dotted #fff;
    padding : 10px 0 10px 5%;
    letter-spacing: 1px;
    background: #f0f0f0;
}
form#mail_form dl dd span{
    font-size: 14px;
}

form#mail_form dl dt span{
    display : block;
    font-size : 85%;
    color : #3377ff;
}

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
    display : inline-block;
    float : left;
    color : #ffffff;
    margin: 0 8px 0 0;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0 8px 0 8px;
}
form#mail_form dl dt span.required{
    background : #000;
}
form#mail_form dl dt span.optional{
    background : #999;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
    display : block;
    color : #ff0000;
    margin-top : 3px;
    font-size: 10px;
}
span.loading{
    width : 50px;
    height : 50px;
    border-radius : 50%;
    border-top : 5px solid rgba( 255, 255, 255, 0.2 );
    border-right : 5px solid rgba( 255, 255, 255, 0.2 );
    border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
    border-left : 5px solid #ffffff;
    -webkit-transform : translateZ( 0 );
    -ms-transform : translateZ( 0 );
    transform : translateZ( 0 );
    -webkit-animation : load-circle 1.0s linear infinite;
    animation : load-circle 1.0s linear infinite;
    position : absolute;
    top : 50%;
    left : 50%;
    margin-top : -25px;
    margin-left : -25px;
}
@-webkit-keyframes load-circle{
    0%{
        -webkit-transform : rotate( 0deg );
        transform : rotate( 0deg );
    }
    100%{
        -webkit-transform : rotate( 360deg );
        transform : rotate( 360deg );
    }
}
@keyframes load-circle{
    0%{
        -webkit-transform : rotate( 0deg );
        transform : rotate( 0deg );
    }
    100%{
        -webkit-transform : rotate( 360deg );
        transform : rotate( 360deg );
    }
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
    height : 2em;
    padding : 2px 2%;
    border : 1px solid #dcdcdc;
    border-radius : 3px;
    background : #fafafa;
    -webkit-appearance : none;
    font-size : 100%;
    font-family : inherit;
    margin-top : 7px;
}
form#mail_form input{
    margin: 10px 0 0 0!important;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
    box-shadow : 0px 0px 1px #3f579b;
    border : 1px solid #3f579b;
    background : #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
    margin-right : 10px;
    margin-top : 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
    margin-top : 0px;
}

form#mail_form select{
    font-size : 100%;
    font-family : inherit;
    margin-top : 10px;
    font-size: 12px;
    width: 24.5%;
    background: #fafafa;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: 1px solid #dcdcdc;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 8px;
}
#mw_wp_form_mw-wp-form-77 dd{
    position: relative;
}
#mw_wp_form_mw-wp-form-77 dd.select:before{
    position: absolute;
    top: 2.1em;
    left: 27%;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
@media screen and (max-width: 768px){
    form#mail_form select{
        width: 100%;
    }
    #mw_wp_form_mw-wp-form-77 dd.select:before{
        top: calc(50% - 2px);
        right: 10px;
        left: auto;
    }
}
label{
    font-size: 12px;
}

form#mail_form textarea{
    display : block;
    width : 90%;
    max-width : 90%;
    height : 200px;
    padding : 2px 2%;
    resize : vertical;
    border : 1px solid #cccccc;
    border-radius : 3px;
    background : #fafafa;
    -webkit-appearance : none;
    font-size : 100%;
    font-family : inherit;
    margin-top : 10px;
}


form#mail_form ul{
    list-style-type : none;
}

form#mail_form ul li label:hover{
    cursor : pointer;
}


form#mail_form input#company{
    width : 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule{
    width : 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
    width : 80%;
}

form#mail_form input#postal+a{
    display : inline-block;
    padding : 9px 15px;
    vertical-align : middle;
    line-height : 1;
    background : #b5b5b6;
    border : 1px solid #b5b5b6;
    border-radius : 3px;
    color : #ffffff;
    font-family : inherit;
    text-decoration : none;
    position : relative;
    top : -1px;
    letter-spacing: 2px;
}

form#mail_form input#postal+a:hover{
    cursor : pointer;
    background : #9a9a9d;
    border : 1px solid #9a9a9d;
}

form#mail_form input#address{
    width : 90%;
}
form#mail_form p#form_submit{
    margin : 40px auto 0 auto;
    text-align: center;
    position: relative;
    z-index: 999;
}

form#mail_form input[type="submit"]{
    padding : 17px 34px 18px 36px;
    vertical-align : middle;
    border : 1px dotted #000;
    border-radius : 3px;
    color : #000;
    background: #fff;
    font-family : inherit;
    -webkit-appearance : none;
    font-size : 16px;
    line-height: 1em;
    position: relative;
    letter-spacing: 1px;
}

form#mail_form input[type="submit"]:hover{
    cursor : pointer;
    background : #000;
    border : 1px solid #000;
    color: #fff;
}






/* --responsive----------------------------------------------------------------------------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 768px ){

form#mail_form{
    width : 100%;
    background: none;
}
p.privacy br{
    display: block;
}

form#mail_form dl{
    overflow : visible;
}

form#mail_form dl{
    width : 100%;
    margin : 0 auto;
    overflow : hidden;
    display:block;
    background: none;
}

form#mail_form dl dt{
    width : 100%;
    float : none;
    text-align : left;
    font-weight : 500;
    padding: 17px 0 0 0;
    background: #fff;
}

form#mail_form dl dd{
    width : 100%;
    float : none;
    padding: 0 0 0 0;
    border-top : none;
    background: #fff;
}

form#mail_form dl dt span{
    font-weight : normal;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
    margin-right : 1em;
    margin-bottom : 2em;

}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
    margin-top : 0px;
}

form#mail_form input#form_submit_button{
    margin-left : 0;
}

form#mail_form select{
    margin-top : 0;
}

form#mail_form input#phone,
form#mail_form input#schedule{
    width : 100%;
}

}


#contactnotices{
    padding: 20px;
    background: #f9f9f9;
    text-align: left!important;
    margin: 40px 0 0 0;
}
#contactnotices h4{
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0 10px 0;
}
#contactnotices p{
    font-size: 13px;
    text-align: left!important;
}
#contactnotices ul{
    margin: 17px 0 20px 0;
}
#contactnotices ul li{
    margin: 3px 0 0 0;
    position: relative;
    padding: 0 0 0 10px;
    font-size: 13px;
    font-weight: 500;
}
#contactnotices ul li:before{
    content:"";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #ccc;
    position: absolute;
    top: 12px;
    left: 0;
}


/*
-----------------
thankyou @mobile
-----------------
*/
@media screen and ( max-width : 768px ){
    main > h1{
        font-size: 28px;
    }
    main > h1 span{
        font-size: 12px;
    }
    main > div{
        padding: 44px 0 0 0;
    }
    main > div > p{
        text-align: justify;
        font-size: 14px;
        padding: 0 5vw 0 5vw;
    }
    main > div > p br{
        display: none;
    }
    form#mail_form input{
        margin: 0 0 20px 0!important;
    }
    form#mail_form input#company{
        width : calc(96% - 2px);
    }
    form#mail_form input#mail_address,
    form#mail_form input#mail_address_confirm{
        width : calc(96% - 2px);
    }
    form#mail_form input#name_1,
    form#mail_form input#name_2,
    form#mail_form input#read_1,
    form#mail_form input#read_2,
    form#mail_form input#postal,
    form#mail_form input#phone,
    form#mail_form input#schedule{
        width : 43%;
    }
    form#mail_form textarea{
        width : calc(96% - 2px);
        max-width: calc(96% - 2px);
    }
    form#mail_form dl{
        margin : 30px auto 0 auto;
        overflow : hidden;
        display:flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px){
    main{
        padding: 88px 0 88px 0;
    }
    form#mail_form input[type="button"]{
        font-size : 14px;
    }
}