@charset "UTF-8";
/*////////////////////////
contact
///////////////////////*/

#contents{
  background: #fff;
  color: #1d1d1d;
  padding: 60px 20px;
}



.ippan{
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: bold;
    /*color: #d44c11;*/
    background: rgba(255,255,255,.6);
    display: block;
    text-align: center;
    padding: 0.5em;
    margin: 0.5em auto;
}
.kashi{
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: bold;
    /*color: #fff;*/
    padding: 0.5em;
    margin: 0.5em auto;
    display: block;
}

.appContainer{
    width: 60%;
    margin: 40px auto;
    display: block;

}

.appContainer .detailTxt{
    /*font-size: 1.4em;*/
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 400;
    /*color: #fff;*/
}


.appContainer a:link, .appContainer a:visited{

    color: #d44c11;
}
.appContainer a:hover, .appContainer a:active{
 color: #ccc;   
}

.appContainer h2{
    text-align: center;
    display: table;
    padding-bottom: 0.5em;
    border-bottom: 1px #ccc dotted;
    margin: 0 auto 1.5em;
    font-size: 2em;
    /*color: #fff;*/
    line-height: 1.4em;
    letter-spacing: 0.2em;
    
}

.kakuninWrap{
    padding: 2em 0;
    
}

.error_messe{
    text-align: center;
    color: #d44c11;
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    
}
table.func_table{
    width: 80%;
    margin: 2em auto;
    /*color: #fff;*/
    font-size: 1.6em;
    letter-spacing: 0.2em;
        background: rgba(255,255,255,.2);
}

.func_table th, .func_table td{
    padding: 1.5em; 
    border-bottom: 1px #aaa solid;
    
}

.func_table th{

    width: 30%; 
    text-align: left;
    font-size: 0.85em;

}
.aC{text-align: center;}

#form-main{
    width:100%;
    padding-top:0px;
}

#form-div {

    width: 100%;
   
  margin-top:30px;
    
}

.feedback-input {
    color:#3c3c3c;
    letter-spacing: 0.1em;
  font-weight:700;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 13px;
    margin-bottom: 10px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  /*border: 3px solid rgba(0,0,0,0);*/
}

.feedback-input:focus{
    background: #fff;
    box-shadow: 0;
    border: 3px solid #d44c11;
    color: #d44c11;
    outline: none;
  padding: 13px 13px 13px 13px;
}

.focused{
    color:#d44c11;
    border:#d44c11 solid 3px;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input{
    display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}
input:hover, textarea:hover,
input:focus, textarea:focus {
    background-color:white;
}
.formplate label{
    font-size: 1.2em;
    /*color: #fff;*/
    margin: 10px 0;
}

.privacy_checkbox{
    margin: 3rem 0;
}

.privacy_checkbox p{
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    /*color: #fff;*/
    line-height: 2.5rem;
}

.privacy_checkbox p a{
    font-weight: bold;
}

#button-blue{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    /*border: #222 solid 4px;*/
    cursor:pointer;
    background-color: #222;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
    background-color: rgba(0,0,0,0);
    color: #222;
}
    
.submit:hover {
    color: #222;
}
    
.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

#button-blue2{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    /*border: #fbfbfb solid 4px;*/
    cursor:pointer;
    background-color: #222;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
#button-blue2:hover{
    background-color: rgba(0,0,0,0);
    color: #222;
}
.back:hover {
    color: #222;
}
    
.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.back:hover .ease{
  width:100%;
  background-color:white;
}

.btnFlex{
  display: flex;
}
.btnBox{
    width: 48%;
    padding: 1%;
    float: left;
}

@media only screen and (max-width: 580px) {
    #form-div{

        width: 90%;
        margin: 40px auto;

    }
}


/* ==========================================================================
SP
   ========================================================================== */

@media only screen and (max-width: 767px) {
    #title h1{
        font-size: 5em;
    }
    
    .detailTxt .ippan{
        font-size:1em;
    }
.appContainer{
    width: 100%;
    margin: 0 auto;
    display: block;

}  
    
.appContainer .detailTxt{
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 400;
    /*color: #fff;*/
    padding: 0 15px;
}
 
 table.func_table { 
      margin: 30px auto; 
      width: 90%;
    }
    
    .func_table th,
    .func_table td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .func_table th{
        color: #666
    }
    
.formplate label{
    font-size: 1.2em;
    /*color: #fff;*/
    margin: 10px 0;
}  
 #fukidashi {
     font-size: 1.3em;
     line-height: 1.5em;
     height: 50px;
    }   
}



