@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
/* -------------------------------- 

Form

-------------------------------- */
.form_set{
	width: 580px;
	padding: 0px 0px 0px 0px;
}
.form_set select{
	/* select要素のデザインを無効にする */
	-webkit-appearance: none;/* (Google Chrome、Safari用) */
	-moz-appearance: none;	/* (Firefox用) */
	appearance: none;		/* 標準のスタイルを無効にする */ 
}
::-ms-expand {	
	/* （IE用） */
	display: none;
}
.formtex{
	float:left;
	width:50px;
	margin: 15px 0px 0px 0px;
}
.form_set fieldset:after{
  display:block;
  clear:both;
}
.form_set input,.form_set textarea,.form_set select{
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 8px 8px 8px;
	border: 1px solid #cfd9db;
	background-color: #ffffff;
	border-radius: .25em;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	font-size:1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
  max-width:500px;
}
.form_set input,.form_set textarea{
	width:auto;
}
@media all and (-ms-high-contrast: none){
	.form_set input{
		max-width:220px;
	}
}
.form_set input:focus,.form_set textarea:focus,.form_set select:focus{
	outline: none;
  border-color: #333333;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.form_set select{
	width:100%;
	padding: 8px 5px 5px 36px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	  cursor: pointer;
}
.form_select{
  /* select element wapper */
  display: inline-block;
  position: relative;
  width:auto;
  min-width:200px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}
.fwr250{
	float:left;
	width:440px;
}
.form_select::after {
  /* プルダウン用矢印 */
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -13px;
   margin-left: -50px;
 content: '\f0dd';
  color: #c7ba8c;/*矢印の色*/
  font-size:2.0rem;
 font-family: "Font Awesome 5 Free";
  font-weight : 900;
  pointer-events: none;
}
.form_select::before {
  /* プルダウン用リストアイコン */
  position: absolute;
  top:50%;
  left:60px;
  margin-top: -9px;
  margin-left: -50px;
  content: '\f03a';
  color: #cccccc;
  font-size:2.0rem;
  font-family: "Font Awesome 5 Free";
  font-weight : 900;
}
.form_set br.fsbr{
	display:none;
}
.form_set input[type="checkbox"] + label.f_satei{
  font-size:2.0rem;
  color:#004da4;
  font-weight:bold;
}
@media screen and (max-width:768px){
	.form_set input[type="checkbox"] + label.f_satei{
      font-size:1.6rem;
    }
}
@media screen and (max-width:640px){
	.form_set input[type="checkbox"] + label.f_satei{
       font-size:2.0rem;
    }
}
.form_set input[type="submit"]{
  /* button style */
  float:right;
  border: none;
   background: #a19276;
  border-radius: .25em;
  padding: 7px 20px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin:0px 0px 0px 0px;
}
.form_set input[type="submit"]:focus,{
  outline: none;
  background: #4d4d4d;
}
.form_set input[type="submit"]:active{
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.form_set [required] {
  background: url("../images/form/cd-required.svg") no-repeat top right;
}
.form_set .error {
  border-color: #e94b35 !important;
}
.form_set .error select {
  border-color: #e94b35 !important;
}
@media screen and (max-width:640px){
	 .formw300{
	    width:320px;
	    margin: 10px auto 10px auto;
	    }
}
@media screen and (max-width:480px){
	.form_set{
	    width:100%;
	    margin: 0px 0px 0px 0px;
    }
    .form_set fieldset {
  	margin:10px 0px 0px 0px;
	}
    .form_set select{
	width:100%;
	}
	 .form_set input[type="submit"]{
	float:none;
	display:block;
	width:auto;
	margin:0px auto 20px auto;
	}
	.form_set br.fsbr{
	display:block;
	}
	
	.fwr250{
	    width:100%;
    }
    .form_select::after {
  /* プルダウン用矢印 */
      margin-top: -16px;
    }
    .form_select::before {
      /* プルダウン用リストアイコン */
      margin-top: -12px;
    }
    .form_set input{
		width:auto;
		max-width:350px;
		margin-bottom:5px;
	}
	.form_set .fcr_box td span,.form_set .tfcr_box td span{
     display:none;
	}
	.form_set .tfcr_box td {
 		 margin: 0 15px 15px 0;
	}
}
@media screen and (max-width:360px){
	.form_set input{
	    max-width:300px;
	    }
}
@media screen and (max-width:320px){
	 .formw300{
	 display:block;
	    width:250px;
	    margin: 10px 0px 10px 0px;
	    }
	.formtex{
	float:none;
	    margin: 15px auto 0px auto;
	    text-align:center;
    }
    .fwr250{
    	float:none;
	    width:90%;
	    margin: 10px 0px 10px 0px;
    }
     .form_set input{
	    max-width:280px;
	    }
	.fw30{
	width:100%;
	}
}