
/* -------------------------------- 

Form

-------------------------------- */
.form_set{
	width:600px;
	box-sizing:border-box;
	margin: 0px auto 0px auto;
	padding:20px;
	background-color:#f1ede9;
}
.rent_set{
	background-color:#EDF3FC;
}
.form_set select{
	/* select要素のデザインを無効にする */
	-webkit-appearance: none;/* (Google Chrome、Safari用) */
	-moz-appearance: none;	/* (Firefox用) */
	appearance: none;		/* 標準のスタイルを無効にする */ 
}
::-ms-expand {	
	/* （IE用） */
	display: none;
}
.formw100{
	width:100%;
}
.formw250{
	width:250px;
	margin: 10px 0px 10px 0px;
}
.formw300{
	width:320px;
	float:right;
	margin:0px 0px 10px 0px;
}
.formw350{
	width:470px;
	margin:0px 0px 10px 0px;
}
.formtex{
	float:left;
	width:70px;
	margin: 15px 0px 0px 0px;
}
.formtex2{
	float:left;
	width:150px;
	margin: 15px 0px 0px 0px;
}
.form_set fieldset {
  margin:10px 10px 0px 10px;
}
.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.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
  max-width:500px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3)inset;
}
.form_set input,.form_set textarea{
	width:auto;
}
@media all and (-ms-high-contrast: none){
	.form_set input{
		max-width:220px;
	}
}
.form_set select:focus{
	outline: none;
  border-color: #333333;
  background-color: #ffffff;
}
.form_set input:focus,.form_set textarea:focus{
	outline: none;
  border-color: #333333;
  background-color: #ffffff;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3)inset;
}
.form_set select{
	width:100%;
	padding: 8px 40px 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 0px 0px;
}
.fw400{
	width:400px;
}
.fw250{
	width:250px;
}
.fwr250{
	float:right;
	width:250px;
}
.fwr300{
	float:right;
	width:300px;
}
.fw120{
	width:120px;
	min-width:120px;
}
.fw150{
	width:150px;
	min-width:150px;
}
.fw200{
	width:200px;
	min-width:200px;
}
.fw45{
	width:45%;
	min-width:45%;
}
.fw30{
	width:30%;
	min-width:30%;
}

.frub{
	margin: 0px 10px 0px 10px;
}
.frub_res{
	margin: 0px 10px 0px 10px;
}
.fs_box{
	padding: 0px 0px 0px 0px;
  	margin: 0px 0px 15px 0px;
}
.fs_box span.spad{
	display:block;
	margin: 0px 0px 5px 0px;
}
.form_select::after {
  /* プルダウン用矢印 */
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
   margin-left: -50px;
 content: '\f884';
  color: #333333;
  font-size:1.6rem;
 font-family: "Font Awesome 6 Free";
  font-weight : 900;
  pointer-events: none;
}
.form_select::before {
  /* プルダウン用リストアイコン */
  position: absolute;
  top:50%;
  left:60px;
  margin-top: -9px;
  margin-left: -50px;
  content: '\f0ca';
  color: #cccccc;
  font-size:2.0rem;
  font-family: "Font Awesome 6 Free";
  font-weight : 900;
}
input.webfont,textarea.webfont {
	font-family: "webfont";
	font-weight : 900;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.webfont::-webkit-input-placeholder {
    color: #cccccc;
}
.webfont:-ms-input-placeholder {
    color: #cccccc;
}
.webfont::-moz-placeholder {
    color: #cccccc;
}
.webfont::-placeholder {
    color: #cccccc;
}
.error::-webkit-input-placeholder {
    color: #ff0000;
}
.error:-ms-input-placeholder {
    color: #ff0000;
}
.error::-moz-placeholder {
    color: #ff0000;
}
.error::-placeholder {
    color: #ff0000;
}
.fcr_box{
	display:block;
}
.form_set .fcr_box table {
 	text-align:left;
	 margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}
.form_set .fcr_box td {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 15px 16px 0;
  float: left;
  line-height:140%;
}
.form_set input[type=radio],
.form_set input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
  cursor:pointer;
}
.form_set input[type="radio"] + label,
.form_set input[type="checkbox"] + label {
  padding-left:30px;
  cursor:pointer;
  font-size:1.6rem;
  position:relative;
}
.form_set input[type="radio"] + label::before,
.form_set input[type="radio"] + label::after,
.form_set input[type="checkbox"] + label::before,
.form_set input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
	content: '\f111';
	font-size:2.0rem;
	font-family: "Font Awesome 6 Free";
	font-weight : 400;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	margin-left:3px;
}
.form_set input[type="checkbox"] + label::before,
.form_set input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
	content: '\f0c8';
}
.form_set input[type="radio"] + label::after,
.form_set input[type="checkbox"] + label::after {
  display: none;
}
.form_set input[type="radio"] + label::after,
.form_set input[type="checkbox"] + label::after {
  /* custom image for radio button */
	content: '\f192';
	font-size:2.0rem;
	font-family: "Font Awesome 6 Free";
	font-weight : 900;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	margin-left:3px;
}
.form_set input[type="checkbox"] + label::after {
  /* custom image for checkbox */
	content: '\f14a';
}
.form_set input[type="radio"]:focus + label::before,
.form_set input[type="checkbox"]:focus + label::before {
	
}
.form_set input[type="radio"]:checked + label::after,
.form_set input[type="checkbox"]:checked + label::after {
	display: block;
	z-index:2;
}
.form_set input[type="radio"]:checked + label::before,
.form_set input[type="checkbox"]:checked + label::before{
	display: none;
}
.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;
    }
}
@media screen and (max-width:480px){
	.formtex2{
		float:none;
		width:97%;
		margin: 15px auto 10px auto;
	}
}
.form_set input[type="submit"],.form_set input[type="reset"],.form_set input[type="button"],.form_set button {
  /* button style */
  border: none;
   background: #ffffff;
   box-shadow: 0px 0px 10px 2px #e2e2e2;
  border-radius: .25em;
  padding:5px 10px;
  color: #333333;
  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:10px auto 10px auto;
}
button{
	font-size:1.6rem;
	padding:5px 10px;
}
.form_set input[type="submit"]:hover,.form_set input[type="reset"]:hover,.form_set input[type="button"]:hover,.form_set button:hover{
  /* button style */
  	background: #000;/*ボタン色*/
    color: #ffffff;
}
.form_set input[type="submit"]:active,.form_set input[type="reset"]:active,.form_set input[type="button"]:active,button:active {
  /* button style */
  	border-bottom: solid 2px #D6C930;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.form_set input[type="reset"],.form_set input[type="submit"].kakunin,.form_set input[type="submit"].soushin,.form_set input[type="button"].shusei{
	padding:5px 20px 5px 20px;
}
.form_set input[type="reset"] > span.f_icon:before,.form_set input[type="submit"].kakunin span.f_icon:before,.form_set input[type="submit"].soushin span.f_icon:before,.form_set input[type="button"].shusei span.f_icon:before,.form_set input[type="submit"].search span.f_icon:before{
	font-family: "webfont";
	content: "\e930";
	font-weight : 900;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px 10px 0px 0px;
}
.form_set input[type="reset"] > span.f_icon:before{
	content: "\e930";
}
.form_set input[type="submit"].kakunin span.f_icon:before{
	content: "\e930";
}
.form_set input[type="submit"].soushin span.f_icon:before{
	content: "\e955";
}
.form_set input[type="button"].shusei span.f_icon:before{
	content: "\e952";
}
.form_set input[type="submit"].search span.f_icon:before{
	content: "\e923";
}
.form_set input[type="submit"].base_btn{
	display: inline-block;
	padding:15px 40px 15px 40px;
	text-decoration: none;
	background: #f05535;/*ボタン色*/
	color: #FFF;
	font-size:2.2rem;
	border-bottom: solid 4px #e04e1b;
	border-radius:8px;
	cursor:pointer;
}
.form_set input[type="submit"].base_btn:active {/*押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.form_set [required] {
  background: url("../images/form/cd-required.svg") no-repeat top right;
  background-color:#ffffff;
}
.form_set .error {
  border-color: #e94b35 !important;
}
.form_set .error select {
  border-color: #e94b35 !important;
}
.form_set input[type="button"].head_go{
	display:inline-block;
}
.inner_box p.form_ktex{
	font-size:1.6rem;
	color:#333333;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	line-height:150%;
	padding:0px;
}
.mycheck{
	position: absolute;
   	 top: 5px;
    right:10px;
	width: 20px;
	height: 30px;
	background: none;
	cursor: pointer;
	border: none;
	z-index: 999;
}
@media screen and (max-width:768px){
	 .formw300{
	    width:320px;
	    margin: 10px 0px 10px 420px;
	    }
}
@media screen and (max-width:640px){
	 .formw300{
	    width: 320px;
		margin: 10px auto 20px auto;
		float: none;
	    }
}
@media screen and (max-width:480px){
	.form_set{
		width:97%;
		box-sizing: border-box;
		padding: 0px auto 0px auto;
	}
    .fsm{
	    width:20px;
	    margin: 0px 0px 0px 0px;
    }
    .form_set fieldset {
  	margin:10px 0px 0px 0px;
	}
     .formw300{
     	float:none;
	    width:97%;
		margin: 10px auto 10px auto;
		text-align:right;
	    }
    .form_set select,.form_set textarea{
	width:100%;
	margin-bottom:5px;
	}
	 .form_set input[type="submit"],.form_set input[type="button"],.form_set input[type="reset"]{
	width:auto;
	}
	.form_set br.fsbr{
	display:block;
	}
     .form_set input[name="zip1"],.form_set input[name="zip2"]{
    width:45%;
    margin-bottom:5px;
    }
	.fw400{
	    width:100%;
    }
	
	.fw250{
	    width:100%;
    }
    .fw120{
	    width:auto;
    }
    .fw150{
	    width:80%;
    }
    .fw200{
	    width:80%;
    }
    .fw30{
	width:47%;
	}
     .fw45{
    width:100%;
    }
    .frub{
	    margin: 10px 0px 10px 0px;
    }
    .form_select::before {
      /* プルダウン用リストアイコン */
      margin-top: -12px;
    }
    .form_set input{
		width:auto;
		max-width:350px;
		margin-bottom:5px;
	}
	.form_set .fcr_box td span{
     display:none;
	}
	.formtex{
		float:none;
	    display: inline-block;
		width: 70px;
		margin: 15px 0px 0px 0px;
	}
	.fwr250 {
		display: inline-block;
		width: 250px;
	}
}
@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;
	}
    .fwr250{
    	float:none;
	    width:90%;
	    margin: 10px 0px 10px 0px;
    }
     .form_set input{
	    max-width:280px;
	    }
	.fw30{
	width:100%;
	}
}