.pc {
    display: none;
}

#header .imgauto {
    width: 283px;
    margin-right: auto;
    margin-left: auto;
}

#container {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#main {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
}

#main h1 {}

#main .sptext {}

#main .pctext {
    display: none;
}

#main {
    margin-top: 0px;
    border: none;
}

#main h2 {}

#main h3 {}

#main hr {
    width: 90%;
}

#main .gaiyou {
    text-align: left;
    margin-left: 5%;
}

#main #tel_area {
    width: 95%;
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

#main #tel_area p a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
}

button.button_oubo {
    font-size: 1.2em;
}

button.button_kiku {
    font-size: 1.2em;
}


/* font all------------------------------ */

section h1 {
    font-size: 26px;
}

section h2 {
    font-size: 22px;
}

section .point {
    font-size: 22px;
    font-weight: 900;
}

section h3 {
    font-size: 22px;
}

section h4 {
    font-size: 120%;
}


/*----form----*/

.form_flex dt {
    list-style: none;
    width: 90%;
    margin: 20px auto 5px;
    padding: 0.2em 0 0.2em;
    border-bottom: none;
    color: #333;
    background: #EEEEFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    font-weight: 900;
}

.form_flex dd {
    list-style: none;
    width: 90%;
    border-bottom: 1px solid #DFDFDF;
    margin: 0 auto 0;
    text-align: center;
}

.form_flex dd {
    position: relative;
}

.form_flex input[type='submit'] {
    
    font-size: 1.4em;
    font-weight: bold;
    padding: 15px 10px;
    color: #fff;
    border-style: none;
    background-color: #09C269;
    box-shadow: 2px 2px 3px 1px #CCC;
    -moz-box-shadow: 2px 2px 3px 1px #CCC;
    -webkit-box-shadow: 2px 2px 3px 1px #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.thanks-area{
    background-color: #FFFFFF;
    font-size: 20px;
}

.submit-area input[type='submit'] {
    
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px 10px;
    color: #fff;
    border-style: none;
    background-color: #09C269;
    box-shadow: 2px 2px 3px 1px #CCC;
    -moz-box-shadow: 2px 2px 3px 1px #CCC;
    -webkit-box-shadow: 2px 2px 3px 1px #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.submit-area{
    padding-top:15px;
    background-color: #FFFFFF;
}

#btn-submit{
    width: 40%;
}


#btn-back{
    background-color: gray;
    width: 40%;
}