.form .explain {
display: block;
font-weight: 700;
font-size: 1.125rem;
line-height: 1.65em;
padding: 1.5rem 0 3.5rem 0;
}

.form p.general {
line-height: 1.65em;
display: block;
padding: 2rem 0;
}

.require-mark {
display: inline-block;
margin-right: 0.25em;
color: rgba(214, 81, 23, 1.00);
font-weight: 700 !important;
}

.form-wrap h5 {
display: block;
margin-top: 1.5rem;
margin-bottom: 1rem;
font-size: 1.125rem !important;
font-weight: 500;
}

.form-control {
background: rgba(239, 239, 239, 1.00);
border: 1px solid rgba(204, 204, 204, 1.00);
}

#login .form-control {
background: white !important;
}

.form-control {
width: 100%;
min-height: 2.25rem;
padding: 0.375rem 0.5rem;
line-height: 1.42857143;
color: rgba(17, 17, 17, 1.00);
margin-top: 0;
margin-bottom: 0;
border-radius: 0.25em;
-webkit-box-shadow: none;
box-shadow: none;
}

.form .ex {
font-size: 0.875rem;
line-height: 1.65em;
color: rgba(153, 153, 153, 1.00);
display: inline-block;
}

.form select {
min-height: 2.25rem;
line-height: 2.25rem;
}

::-webkit-input-placeholder {
color: rgba(153, 153, 153, 1.00);
font-weight: 200;
}

.radio {
margin: 0.75rem auto 0rem auto;
padding: 0px auto;
}

.radio input {
display: none;
}

.radio label {
display: inline-block;
float: left;
cursor: pointer;
width: 50%;
margin-top: -5px;
padding: 0px !important;
background-color: rgba(200, 200, 200, 1.00);
color: rgba(153, 153, 153, 1.00);
text-align: center;
line-height: 2.25rem !important;
transition: .3s;
height: 2.25rem !important;
overflow: hidden;
font-size: 1rem;
}

.radio .label-left {
border-top: 1px solid rgba(204, 204, 204, 1.00);
border-left: 1px solid rgba(204, 204, 204, 1.00);
border-bottom: 1px solid rgba(204, 204, 204, 1.00);
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.radio .label-right {
border: 1px solid rgba(204, 204, 204, 1.00);
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

.radio label:first-of-type {
border-radius: 3px 0 0 3px;
}

.radio label:last-of-type {
border-radius: 0 3px 3px 0;
}

.radio input[type="radio"]:checked + .switch-on {
background: rgba(243, 243, 243, 1.00);
color: rgba(17, 17, 17, 1.00);
}

.radio input[type="radio"]:checked + .switch-off {
background: rgba(243, 243, 243, 1.00);
color: rgba(17, 17, 17, 1.00);
}

.form .required {
display: inline-block;
margin: 0 0 0 0.625rem;
}

.form span.num {
display: inline-block;
width: 1.875rem;
height: 1.875rem;
line-height: 1.875rem;
overflow: hidden;
text-align: center;
font-size: 1.125rem;
margin-right: 0.5em;
color: white;
font-weight: 500;
vertical-align: bottom;
background: rgba(42, 46, 134, 1.00);

}

.form label {

font-size: 1.125em;
font-weight: 700;
line-height: 1.875rem;
padding: 0 0 1rem 0;
}

.form .fact-title {
margin-bottom: 0rem;
margin-top: 0rem;
}

.require-fact {}

.require-fact:after {
content: "必須";
display: inline-block;
text-align: center;
height: 1.75em;
padding: 0 1em;
vertical-align: middle;
background: rgba(246, 199, 170, 1.00);
color: rgba(245, 105, 18, 1.00) !important;
border-radius: 0.875em;
line-height: 1.75em;
white-space: nowrap;
font-size: 1rem !important;
overflow: hidden;
margin-left: 1.25rem;
}

.small-title.require-fact:after {
margin-top: -0.25em;
}

.form label.small-title {
text-align: left;
font-weight: 500;
padding: 0 0 1.5rem 0;
margin: 0;
display: block;
}

.fact-title span {
display: block;
margin-top: 0.5rem;
}

.error-wrap {
margin-top: 1rem;
}

.error-wrap ul li {
display: block;
margin: 1rem 0;
font-size: 1.125rem;
line-height: 1.65em;
font-weight: 400;
}

.form .pull-left {
float: left !important;
padding-right: 0.75rem;
}

.error-wrap ul li i {
color: rgba(207, 68, 70, 1.00);
}

.form-group {
margin-bottom: 0rem;
padding-left: 1rem;
padding-right: 1rem;
}

.btn {
border: none;
background-color: rgba(204, 204, 204, 1.00);
color: white;
line-height: 3rem;
font-size: 16px;
font-weight: 700;
margin: 0;
padding: 0 2rem 0 2rem;
height: 3rem;
overflow: hidden;
border-radius: 1.4375rem;
min-width: 18.75rem;
max-width: 100%;
}

/*HOVER*/ @media (min-width: 768px) {
.btn {

	color: white !important;

}
} /*HOVER*/

.form .submit {
background-color: rgba(245, 105, 18, 1.00);
}


.form .reset {
background-color: #bbb;
}

.under-radio {
padding: 0.325rem 0 2rem 0 !important;
}

.radio-input {
display: none;
}

.radio-input + label {
padding-left: 2.5rem;
position: relative;
margin-right: 1rem;
margin-bottom: 0.675rem;
cursor: pointer;
}

.radio-input + label::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 2rem;
height: 2rem;
border: 2px solid rgba(153, 153, 153, 1.00);
background-color: white;
border-radius: 50%;
}

.radio-input:checked + label {
/*font-weight: 700;*/
}

.radio-input:checked + label::before {
background-color: rgba(42, 46, 134, 1.00);
border: 2px solid rgba(42, 46, 134, 1.00);
}

.radio-input:checked + label::after {
content: "";
display: block;
position: absolute;
width: 2rem;
height: 2rem;
text-align: center;
color: white;
top: 0;
left: 0;
overflow: hidden;
background: url("../images/icon_check.svg") 50% 50% no-repeat;
background-size: 90%;
}

.radio-inline {
display: inline-block !important;
line-height: 2rem;
}

.check-input, .check-input2 {
display: none;
}

.check-input + label, .check-input2 + label {
vertical-align: top;
padding-left: 2.5rem;
position: relative;
margin-right: 1rem;
margin-bottom: 0.675rem;
cursor: pointer;
}

.check-input + label::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 2rem;
height: 2rem;
border: 2px solid rgba(153, 153, 153, 1.00);
background-color: white;
}

.check-input:checked + label {
/*font-weight: 700;*/
}

.check-input:checked + label::before {
background-color: rgba(42, 46, 134, 1.00);
border: 2px solid rgba(42, 46, 134, 1.00);
}

.check-input:checked + label::after {
content: "";
display: block;
position: absolute;
width: 2rem;
height: 2rem;
text-align: center;
color: white;
top: 0;
left: 0;
overflow: hidden;
background: url("../images/icon_check.svg") 50% 50% no-repeat;
background-size: 90%;
}

.check-inline {
display: inline-block !important;
line-height: 2rem;
}

.update_check {
background: #cbcbcb;
padding: 10px 20px;
font-weight: 500;
}

.form p {
line-height: 2em;
font-size: 1.125rem;
display: block;
}


.form .button-area {
padding: 2.5rem 0 0 0 !important;
text-align: center;
}

#login .button-area {
padding: 2.5rem 0 0 0 !important;
text-align: center;
}

.form .button-area .row > div {
padding-top: 2rem;
}

.form h4 {
font-size: 1.75rem;
font-weight: 500;
line-height: 1.15em;
padding: 4.5rem 0 3.5rem 0;
display: block;
}

.input-wrap {
padding: 1rem 0 0 0;
margin: 0 !important;
display: inline-block;
}

/*　VALIDATION CONTROL　----------- */

.in-error ~ .in-error-feedback {
padding: 0.875rem 0 0 0;
font-size: 1rem;
font-weight: 700;
color: rgba(250, 79, 79, 1.00);
display: block;
line-height: 1.45em;
}

.in-error-feedback {
display: none;
}

.in-error ~ .in-error-feedback:before {
content: "";
width: 1.25em;
height: 1.45em;
display: inline-block;
vertical-align: middle;
margin-right: 0.5em;
background: url("../../common/images/icon_error.svg")no-repeat 50% 40% / contain;
line-height: 1.45em;
}

.form-control.in-error {
border-color: rgba(250, 79, 79, 1.00);
background-image: none !important;
}

.form .require {
color: rgba(250, 79, 79, 1.00);
display: inline-block;
margin: 0 0.2em;
}

/*　----------- VALIDATION CONTROL　*/

/* BREAK POINT -----------------------------------------------------*/
@media (max-width: 767px) {

.btn {
	max-width: none !important;
	width: 100% !important;
	color: white !important;
	padding: 0 1rem 0 1rem;
	min-width: inherit;
}

.form-group {
	padding-left: 0rem;
	padding-right: 0rem;
}

}

/*----------------------------------------------------- BREAK POINT*/
