@charset "utf-8";





/*お問い合わせ*/

.kokuchi h1{
    font-weight: bold;
    text-align: center;
    color: #c84040;
}


.kokuchi img{
    display: block;
    margin: 20px auto;
}


.gaiyouread{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5;
}


.gaiyou{
    padding: 20px;
}


.gaiyou h3{
    margin-top: 10px;
}


.gaiyou ul{
   padding-left: 1rem
    
}

.tsugou{
    font-size: 0.8rem;
}

.contact{
    margin-top: 20px;
    padding:20px;
    background: #fff;
    border-radius: 10px;
}

.contact h1{
    margin-top: 0;
    padding: 0;
    margin-bottom: 20px;
    font-weight: bold;
    border-style: none;
    color: #c84040;
}


.contact p{
    margin-bottom:1rem;
}

p.gender{
    margin-bottom:0;
}

p.old{
    margin-bottom: 0;
    margin-top:15px;
}

.questionnaire{
    margin: 20px 0 5px 0;
}


.required{
    color: #c84040;
    font-size: 0.8rem;
}

.gender{
    margin-bottom: -1rem;
}


.input-group{
    list-style: none;
}

.input-group li{
    display: inline;
    margin-right: 1em;
}



input[type="text"],
input[type="email"],
input[type="adress"],
input[type="tel"],
textarea{
    width: 100%;
}

textarea{
    height: 200px;
    border:1px solid:#ccc;
}


@media only screen and (min-width:768px){
    input[type="text"],
    input[type="email"],
    input[type="adress"],
    input[type="tel"]{
        width: 50%;
    }
}


#checkBtn{
    margin-bottom: 20px;
}


/*お問い合わせ*/
input[type="submit"]{
    width: 300px;
    padding: 8px 0;
    background-color:#709a00;
    border: none;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}


input[type="submit"] {
padding: 10px 20px;
border: none;
background: #9FD6D2;
color: #fff;
}

 

/* 送信ボタン - マウスオーバー時 */

input[type="submit"]:hover {
background: #54A9BD;
}

 

/* 送信ボタン - 押せないとき */

input[type="submit"][disabled] {
background-color: #ccc;
cursor: default;
}


/*入力確認画面*/


table{
    border-collapse: collapse;
    background: #fff;
    margin-top: 10px;
}

th,td{
    border:1px solid #d4c3b1;
    padding: 8px;
}

.entry h1{  
    border-bottom-style: none;
}


.okno-btn{
    margin-top: 10px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.ok-btn{
    margin: 5px;
    color:#fff;
    font-size:1.2rem;
    font-weight: bold;
}

.ok:hover{
    background-color: #A0F2E3;
    color:#FFF;
}


.no-btn{
    margin: 5px;
    color:#fff;
    font-size:1.2rem;
    font-weight: bold;
}

/* 応募を受け付けましたページ */


.accepted{
    margin: 40px 20px;
    text-align: center;
}

.accepted h1{
    text-align: center;
    border-bottom-style: none;
}

.accepted p{
    text-align: left;
    margin: 30px 0 50px;
}


@media only screen and (min-width:768px){
    .accepted p{
    text-align:center;
    }
}