@charset "utf-8";

/*================================
contact
================================*/
.mv{
	background: url(../img/contact/bg.jpg) no-repeat center top;
	background-size:cover;
}

#formWrap{
  max-width: 960px;
  margin: 20px auto 70px;
/*color: #D9D9D9;*/
}


/*================================
form
================================*/
form{
  width: 100%;
 /* min-width: 670px;*/
  padding: 50px 0;
}
form a{
   color: #222;
   text-decoration: underline;
}
#formWrap h3{
   font-size: 1.6em;
}
.detailTxt {
  font-size: 1.2em;
}
#formWrap li {
   /*display: flex;
   flex-wrap: wrap;*/
   /*padding: 0;*/
}
#formWrap li .itemName {
  /*font-size: 1.6rem;*/
   /*width: 25%;*/
   font-weight: bold;
   margin-bottom: 1em;
}
#formWrap li .itemName small{
  font-size: .8em;
}
#formWrap li .itemField span label {
  /*font-size: 1.6rem;*/
}
#formWrap li .required {
  font-size: .9em;
   display: inline-block;
   background: #8CC8F0;
   border-radius: 5px;
   color: #fff;
   padding: .2em .5em;
  margin-left: 12px;
}
#formWrap li .itemField {
 /* font-size: 1.6rem;*/
   /*width: 65%;*/
}
#formWrap .privacy .itemField,
#formWrap .privacy .itemName{
   width: 100%;
}


/*--------------------------------------
	 sp 	
--------------------------------------*/
@media screen and (max-width: 960px) {
    
    form{
    margin: 1em 0;
    /*padding: 5%;*/
    width: 100%;
    min-width: 100%;
    }
   #formWrap li .itemName {
   /*width: 50%;*/
}
#formWrap li .required {
   /*width: 50%;*/
}
#formWrap li .itemField {
   width: 100%;
}
}



form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
  /*font-size: 1.6rem;*/
}
input::-webkit-input-placeholder {
 color: #999;
font-size: 12px;
}
input:-moz-placeholder {
 color: #999;
font-size: 12px;
}

.kakuninWrap{
    padding: 2em 0;
}

.error_messe{
    text-align: center;
    color: red;
    font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.4em;
    letter-spacing: 0.2em;
    line-height: 1.6em;
}

.formplate{
}

p.formCap, label.formCap{
    font-weight: bold;
    margin-top: 1.5em;
    font-size: 1.5em;
    line-height: 1.4em;
    letter-spacing: 0.2em;
}
p.formCap .jap{
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 20px;
    color: #999;
}
label.formCap .jap{
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 20px;
    color: #999;
}

.attTxt{
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    color: red;
}

.btnBoxC{
  display: flex;
  justify-content: center;
}

input[type="button"], input[type="submit"], input[type="reset"], .button, .formBtn {
   display: flex;
   background: #8CC8F0;
  color: #fff;
  border: solid 2px #8CC8F0;
   border-radius: 10px;
   padding: 18px 5px;
   font-size: 1.0em;
   line-height: 1.2;
   font-weight: bold;
   justify-content: center;
   position: relative;
   max-width: 350px;
   min-width: 135px;
   width: 100%;
   margin: 0 4px;
}
.formBtn:hover{
opacity: .6;
  transition: .5s;
}
/*.formBtn::after{
   font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  font-weight: normal;
  right: .6em;
   top: 35%;
}*/
/*.formBtn.backBtn::before{
font-family: "Font Awesome 5 Free";
  content: "\f359";
  position: absolute;
  font-weight: normal;
  left: .6em;
   top: 35%;
}*/
.formBtn.backBtn::after{
   content: none;
}

/*.formBtn{
border:solid 1px #305960;
padding:15px 30px;
margin:0 auto 20px;
font-size:1.4em;
font-weight:normal;
letter-spacing: 0.1em;
color:#fff;
background: #305960;
cursor:pointer;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px;   
}*/

table.func_table{
    width: 90%;
    margin: 2em auto;
    /*font-size: 1.6rem;*/
    letter-spacing: 0.2em;
}

.func_table th, .func_table td{
    padding: 1em; 
    border: 1px solid #ddd; 
    background: #fff;
}

.func_table th{
    background: #f4f4f4; 
    width: 30%; 
    text-align: left;
    font-size: 0.85em;
}

.thanksBox{
    width: 100%;
    padding: 40px 0 30px;
}
.thanksBox h3{
    text-align: center;
    font-size: 3em;
    margin-bottom: 40px;
}


/*--------------------------------------
	 sp 	
--------------------------------------*/
@media screen and (max-width: 960px) {
    
 table.func_table { 
      margin: 0 auto 30px; 
      width: 90%;
    }
    
    .func_table th,
    .func_table td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .func_table tr:first-child th { border-top: 1px solid #ddd; }  
    
}


/*--------------------------------------
	 sp 	
--------------------------------------*/
@media screen and (max-width: 960px) {
}

