@charset "UTF-8";
/* form */
.form_place{
	font-size: 1.6rem;
}


input[type="url"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea{
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
}


.form_place input[type="url"],
.form_place input[type="text"],
.form_place input[type="tel"],
.form_place input[type="password"],
.form_place input[type="email"],
.form_place textarea{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: none;
	border-radius: 0;
	font-size:1.6rem;
	border:1px solid #aaa;
	padding:10px;
}
.form_place textarea {
	height: 300px;
	padding: 10px;
}
.form_place input[type="url"]:focus,
.form_place input[type="text"]:focus,
.form_place input[type="password"]:focus,
.form_place input[type="tel"]:focus,
.form_place input[type="email"]:focus,
.form_place textarea:focus{
	border-color:#3DA2D3;
}

/*ボタン*/
input.submit{
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
input.submit{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: none;
	border-radius: 0;
	width:100%;
	font-size:1.6rem;
	cursor:pointer;
	border:none;
	display: inline-block;
	max-width:300px;
	color: #fff;
	font-weight:bold;
	padding: 15px 10px;
	transition : all 0.3s ease 0s;
}
input.submit:enabled {
	background-color:#3DA2D3;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}
input.submit:hover {
	background-color:#3DA2D3;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
input.submit:active {
	background-color:#60AEDA;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}

input.submit:disabled {
	background-color:#434343;
	box-shadow:none;
}


input.sbt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: none;
	border-radius: 0;
	width:100%;
	font-size:1.2rem;
	cursor:pointer;
	border:none;
	display: inline-block;
	max-width:300px;
	color: #fff;
	font-weight:bold;
	padding: 2px 5px;
	transition : all 0.3s ease 0s;
	background: #416130;
}
input.sbt:disabled {
	background-color:#434343;
}
input.sbt:hover {
	background-color:#FF7900;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
input.sbt:active {
	background-color:#434343;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}
input.adminbt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: none;
	border-radius: 0;
	width:100%;
	font-size:1.4rem;
	cursor:pointer;
	border:none;
	display: inline-block;
	max-width:300px;
	color: #fff;
	font-weight:bold;
	padding: 10px 15px;
	transition : all 0.3s ease 0s;
	background:#276B9A;
}
input.adminbt:disabled {
	background-color:#434343;
}
input.adminbt:hover {
	background-color:#FF7900;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
input.adminbt:active {
	background-color:#434343;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}

input::placeholder,
textarea::placeholder {
	color:#AAAAAA;
	font-size: 1.6rem;
	font-style: italic;
}
textarea.form01 {
	height: 300px;
}
/*aボタン*/
a.all_bt {
	cursor: pointer;
	text-decoration: none;
	font-size: 1.2rem;
	padding: 5px 10px;
	color: #333;
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.all_bt:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
/*/////////////////////////////////////
ラジオボタン
/////////////////////////////////////*/
.sradio {
	position: relative;
	display: block;
}
.sradio input {
	display: none;
}
.sradio label{
	float: left;
	cursor: pointer;
	width: 50%;
	margin: 0;
	padding: 10px 2px;
	background: #bdc3c7;
	color: #869198;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1;
	transition: .2s;
	box-sizing: border-box;
}
.sradio label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.sradio label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.sradio input[type="radio"]:checked + .switch-on {
	background-color: #a1b91d;
	color: #fff;
}
.sradio input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}

.pradio input {
  display: none; 
}
.pradio {
	padding: 10px;
}
.pradio label {
  font-size: 1.6rem;
  font-weight: 300;
  cursor: pointer; 
}
.pradio input[type=radio] { display:none; }
.pradio input[type=radio] + label:before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
}

.pradio input[type=radio] + label:before { content: "\f111"; } /* unchecked icon */
.pradio input[type=radio] + label:before { letter-spacing: 5px; } /* space between checkbox and label */

.pradio input[type=radio]:checked + label:before { content: "\f192"; } /* checked icon */
.pradio input[type=radio]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */


/*/////////////////////////////////////
チェックボックス
/////////////////////////////////////*/
.scheck {
	padding: 10px;
	font-size: 1.6rem;
}
.scheck input[type=checkbox] { display:none; }
.scheck input[type=checkbox] + label:before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
}

.scheck input[type=checkbox] + label:before { content: "\f0c8"; } /* unchecked icon */
.scheck input[type=checkbox] + label:before { letter-spacing: 5px; } /* space between checkbox and label */

.scheck input[type=checkbox]:checked + label:before { content: "\f14a"; } /* checked icon */
.scheck input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */
/*/////////////////////////////////////
セレクトボックス
/////////////////////////////////////*/
select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: .01px; /*Firefox用*/
    text-overflow: ""; /*Firefox用*/
}
select {
    color: #333;
    height: 40px;
    font-size: 1.6rem;
    padding: 6px 34px 6px 6px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #FFF url(select_arrow.jpg) no-repeat right;
}
.box100 {
	width: 100%;
}
.box30 {
	width: 30%;
}
.box20 {
	width: 20%;
}



#privacy_check {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
#privacy_check .option-input02 {
	position: relative;
	top: 13.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #ffffff;
	border: none;
	outline: none;
	background: #d7cbcb;
	-webkit-appearance: none;
	        appearance: none;
}
#privacy_check .option-input02:hover {
	background: #d6a9a9;
}
#privacy_check .option-input02:checked {
	background: #da3c41;
}
#privacy_check .option-input02:checked::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '✔';
	text-align: center;
}
#privacy_check .option-input02:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave 0.65s;
	        animation: click-wave 0.65s;
	background: #da3c41;
}
#privacy_check .option-input02.radio {
	border-radius: 50%;
}
#privacy_check .option-input02.radio::after {
	border-radius: 50%;
}
#privacy_check label {
	line-height: 40px;
	display: block;
}
#privacy_check .option-input02:disabled {
	cursor: not-allowed;
	background: #b8b7b7;
}
#privacy_check .option-input02:disabled::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '✖︎';
	text-align: center;
}