html{
    scroll-behavior: smooth;
     width: 100%;
    height: auto;
    margin: 0;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
    position: relative;
}
body{
    margin: 0;
}

.formError .formErrorContent{
    color: red;
}
main{
    background-color: #f5f5f5;
    width: 100%;
}

h1{
    background-color: #63b7af;
    color: #fff;
    font-size: 26px;
    padding: 5px;
    margin: 0 auto;
}

.image{
    text-align: center;
    margin: 20px 0; 
  
}

.image img{
    width: 800px;
}



.text{
    width: 700px;
    display: block;
    margin: auto;
}

.text_p{
    margin-bottom: 10%;
}


.text span{
    background-color: #d85b35;
    padding: 0px 10px;
    border-radius: 3px;
    color: #fff;
    margin-left: 10px;
}


input{
    width: 700px;
    padding: 10px 15px; 
    font-size: 16px;
    border-radius: 3px; 
    border: 2px solid #ddd; 
    box-sizing: border-box;
}
input:focus {
    border: 2px solid #584d38;
    z-index: 10;
    outline: 0;
}
select{
    border: 2px solid #ddd; 
    font-size: 16px;
    height: 40px;
}


textarea{
    width: 700px;
    height: 200px;
    border: 2px solid #ddd; 
    font-size:16px;
}


.con_button3{
    text-align: center;
    width: 700px;
}

.button3{
    margin: 20px auto 10%;
    padding: 10px 15px; 
    font-size: 16px;
    border-radius: 30px;
    border: 2px solid #d85b35;
    box-sizing: border-box;
    background-color: #fff;
    width: 300px;
}

.button2:hover,.button1:hover,.button3:hover{
    opacity: 0.5;
}

.button1 .fas{
    color: #12947f;
    margin-right: 20px;
}

.button2 .fas,.button3 .fas{
    color: #d85b35;
    margin-right: 20px;
}

strong{
    font-weight: normal;
    color: red;
}



/*!!!!!!!!!!!!!!確認画面!!!!!!!!!!!!!!!!!!!!!!!!!*/


.tableline{
    height: auto;
    border: 0.5mm solid #fff;
    background-color: #fff;
    width: 800px;
    margin: 50px auto 0;
    padding: 30px 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    overflow: hidden;
}

.tableline .tbl_text{
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
}

.zu{
    line-height: 2.6em;
    margin: 50px auto;
}
.tbl{
    width: 600px;
    margin: 30px auto;
}


.tbl p{
   float: left;
    width: 300px;
    word-break : break-all;
}


.tbl_q{
    clear: both;
}

.sousin{
    text-align: center;
    overflow: hidden;
    width: 700px;
    margin: 0 auto;
}

.sousin_1{
    float: right;
}

.modoru{
    float: left;
}

.tbl_line{
    width: 100%;
    margin: 0 auto;
    background-color: #acacac;
}


.button2{
    margin: 20px 0 20px;
    padding: 10px 15px; 
    font-size: 16px;
    border-radius: 30px;
    border: 2px solid #d85b35;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 10%;
    width: 200px;
}

.button1{
    margin: 20px 0 20px;
    padding: 10px 15px; 
    font-size: 16px;
    border-radius: 30px;
    border: 2px solid  #12947f;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 10%;
    margin-right: 200px;
    width: 200px;
}




/*!!!!!!!!!!!!!!!!!!!!!!!!!!!完了受付!!!!!!!!!!!!!!!!!!!!!!!*/


.end_text{
    width: 800px;
    margin: 0 auto;
    padding: 0 0 100px;
}

.end_text h2{
    font-size: 25px;
    margin-top: 50px;
}

.end_text p{
    line-height: 1.5em;
}

.top{
    width: 200px;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #d85b35;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
    color: #000;
    margin: 50px auto 0;
}

.top:hover{
    opacity: 0.5;
}

 a{
    text-decoration: none;
}

.top .fas{
   color: #d85b35;
    margin-right: 20px;
}



/* ########### 900以下 ########### */
@media screen and (max-width: 900px) {
    h1{
        font-weight: normal;
    }
    .image img{
        width: 100%;
    }
    
    .text{
        width: 95%;
    }
    
    input{
        width: 95%;
        margin-left: 2%;
    }
    textarea{
        width: 95%;
    }
    .button3{
        width: 80%;
        margin: 0 auto;
    }

    
/* !!!!!!!!!!!!!!!!!!!!!入力内容の確認!!!!!!!!!!!!!!!!!!!*/   
    .tableline{
        width: 95%!important;
    }
    
    .tableline .tbl_text{
        font-size: 18px!important;
        margin-top: 10px!important;
    }
    
    .tbl{
        width: 90%!important;
    }
    
    .tbl p{
        float: none!important;
        width: 100%!important;
    }
    
    .tbl_q{
        background-color:#D8F5E2;
        padding: 5px;
    }
    
    hr{
        display: none;
    }
    
    
    
    .button2,.button1{
        width: 80%;
        margin: 10px auto!important;
    }
    
    .sousin{
        width: 100%!important;
        
    }
    
    .sousin_1,.modoru{
        float: none!important;
    }
    
    
    
    /*!!!!!!!!!!!!!!!!!!!!!!!!!!!完了受付!!!!!!!!!!!!!!!!!!!!!!!*/
    
    .top{
        width: 80%!important;
    }
    
    .end_text{
        width: 95%!important;
        
    }
    
    
    .con_button3{
        padding:20px 0 30px;
        width: 90%;
    }
    
    
    
    
    
}

