@charset "utf-8";
body{
    font-size: 14px;
}
header{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
h1{}
.h1-logo{
    width: 80px;
    height: 80px;
    background-color: #538c51;
}
.h1-text{
    padding: 10px 30px;
    height: 60px;
}



div#main {
        width: 94%;
        margin: 50px auto;
        max-width: 800px;
}
   
h2 {
        font-size: 180%;
        margin-bottom: 30px;
        text-align: center;
        color: #5a4a42;
    }

.p1 {
        font-size: 120%;
        text-align: center;
    }

.s1 {
        color: #e01c24;
    }

h4 {
        padding: 40px 0 5px;
        font-size: 130%;
        color: #5a4a42;
    }
h4 span.s2 {
        color: #e01c24;
        display: inline-block;
        margin-left: 10px;
    }
.w100p {
        width: 100%;
        height: 50px;
        text-indent: 1em;
        background: #ffffff;
        border: 1px solid #ccc;
        border-radius: 10px;
    }

.w100 {
        width: 100px;
        height: 50px;
        text-indent: 1em;
        background: #ffffff;
        border: 1px solid #ccc;
        border-radius: 10px;
    }

.margin-top10{
	margin-top:10px;
}
#form_area div textarea {
        height: 120px;
    }

.privacypolicy {
    text-align: center;
    margin: 40px 0;
    font-size: 115%;
}

.privacypolicy input {
    width: 25px;
    height: 25px;
    margin: 0 15px 0px 0;
    vertical-align: middle;
}
.privacypolicy label{}
.privacypolicy label span{
        color: #e01c24;
        display: inline-block;
        margin-left: 5
        px;
    }

.submit-div {
    display: flex;
    justify-content: center;
    margin: 70px 0;
}

input[type="submit"] {
        outline: none;
        width: 320px;
        height: 60px;
        background: #ff5000;
        border-radius: 30px;
        border: none;
        font-weight: bold;
        color: #fff;
        font-size: 140%;
        letter-spacing: 2px;
        cursor: pointer;
        font-family: "Noto Sans JP", sans-serif;
        transition: 0.4s;
    }

.contact_submit {
    margin: 100px auto;
    text-align: center;
}
.button-back{}
.button-back input[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 50px;
    border: 2px solid #888;
    display: inline-block;
    padding: 0 45px 0 40px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 140%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: #999;
    color: #fff;
}

.kakunin{}


@media screen and (min-width: 1px) and (max-width: 499px) {
.w60{
width:60px!important;
}

.contact_submit{}

}