@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
  .sec{
    margin-top: 40px;
  }
  
  .cap{
    font-size: 0.86em;
  }
  
  .required{
    color: #940000;
  }
  
  /* リード
  -------------------------*/
  .fs-c-documentLead a{
    text-decoration: underline;
  }
  
  
  #formArea{
    margin-top: 100px;
  }
  
  input[type="text"] {
      width: 100%;
      box-sizing: border-box;
      padding: 10px;
      font-size: 14px;
  }
  
  /* お問い合わせ内容
  -------------------------*/
  #formArea #textarea input[type="text"]{
    
  }
  
   /* 名前
  -------------------------*/
  #formArea #name span{
    display: inline-block;
  }
  #formArea #name span + span{
    margin-left: 20px;
  }
  #formArea #name input[type="text"]{
    display: inline-block;
    width: 250px;
  }
  
  /* メール
  -------------------------*/
  #formArea #mailadress input[type="text"]{
    display: block;
  }
  #formArea #mailadress .confirm {
    margin-top: 0.5rem;
  }
  
  /* 送信ボタン
  -------------------------*/
  #formArea #btnArea{
    margin-top: 60px;
  }
  #formArea #btnArea input[type="submit"]{
    border: none;
    background-color: #6c6c6c;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    width: 140px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    transition: 0.4s;
  }
    #formArea #btnArea input[type="submit"]:hover{
      background-color: #555555;
    }
  
  /* 完了ページ------------------------*/
  .fs-c-documentBtn .fs-c-button--standard{
    width: 182px;
  }
  .fs-c-documentBtn .fs-c-button--standard + .fs-c-button--standard{
    margin-left: 20px;
  }
  
  
	
/*  アンケートページ  */
	[type="checkbox"], [type="radio"] {
		margin: 0 5px 0 15px;
	}
	.input_f {
		margin: 0 5px 0 0;
	}

	
	

}




/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {
	

	.sec{
    margin-top: 40px;
  }
  
  .cap{
    font-size: 0.86em;
  }
  
  .required{
    color: #940000;
  }
  
  /* リード
  -------------------------*/
  .fs-c-documentLead a{
    text-decoration: underline;
  }
  
  
  #formArea{
    margin-top: 60px;
  }
  
  input[type="text"] {
      width: 100%;
      box-sizing: border-box;
      padding: 10px;
      font-size: 14px;
  }
  
  /* お問い合わせ内容
  -------------------------*/
  #formArea #textarea input[type="text"]{
    
  }
  
   /* 名前
  -------------------------*/
  #formArea #name .inputfield span{
    display: inline-block;
    width: calc(50% - 15px);
  }
  #formArea #name span + span{
    margin-left: 20px;
  }
  #formArea #name input[type="text"]{
    display: inline-block;
  }
  
  /* メール
  -------------------------*/
  #formArea #mailadress input[type="text"]{
    display: block;
  }
  #formArea #mailadress .confirm {
    margin-top: 0.5rem;
  }
  
  /* 送信ボタン
  -------------------------*/
  #formArea #btnArea{
    margin-top: 60px;
  }
  #formArea #btnArea input[type="submit"]{
    border: none;
    background-color: #6c6c6c;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    width: 140px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    transition: 0.4s;
  }
    #formArea #btnArea input[type="submit"]:hover{
      background-color: #555555;
    }
  
  /* 完了ページ------------------------*/
  .fs-c-documentBtn .fs-c-button--standard{
    display: block;
    width: 182px;
  }
  .fs-c-documentBtn .fs-c-button--standard + .fs-c-button--standard{
    margin-top: 10px;
  }
  
	
	
	
/*  アンケートページ  */
	[type="checkbox"], [type="radio"] {
		margin: 0 5px 0 15px;
	}
	.input_f {
		margin: 0 5px 0 0;
	}
	
	
	
	
	
	
	
	
	
}