@charset "UTF-8";

.mwform-checkbox-field-text,
.mwform-radio-field-text{
	display: inline-flex;
	align-items: center;
}
.mwform-checkbox-field-text::before,
	.mwform-radio-field-text::before {
		content: "";
		display: inline-block;
		box-sizing: border-box;
		margin-right: 5px;
		width: 29px;
		height: 29px;
		border: 1px solid black;
	
}

.textarea {
	position: relative
}

.form_area .table_basic02 table tr td {
	padding-top: 0;
	width: 100%;
	display: block;
}

@media screen and (max-width: 480px) {
	
.mwform-checkbox-field-text::before,
	.mwform-radio-field-text::before {
		width: 20px;
		height: 20px;
	}
}

 .horizontal-item input {
	display: none;
}

 .horizontal-item input:checked + .mwform-checkbox-field-text::before,
 .horizontal-item input:checked + .mwform-radio-field-text::before {
	outline: 4px solid #fff;
	outline-offset: -5px;
	background: #005dc8;
}

@media screen and (max-width: 480px) {
 .horizontal-item input:checked + .mwform-checkbox-field-text::before,
 .horizontal-item input:checked + .mwform-radio-field-text::before {
		outline: 2px solid #fff;
		outline-offset: -3px;
		border: 1px solid black;
		background: #005dc8;
	}
}
.mw_wp_form .horizontal-item + .horizontal-item {
	 margin-left: 0; 
}
.submit {
	cursor: pointer
}
.mw_wp_form_confirm .submit {
	padding: 25px 0;
	width: 100%;	
	font-size: 1.5rem;
	color: #fff;
	border: none;
	background: #42bc09;
	border: 3px solid #42bc09;
	border-radius: 40px;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

.mw_wp_form_confirm .submit:hover {
	background: #fff;
	color: #000;
}
.mw_wp_form_confirm input[value="戻る"] {
	width: 100%;
	padding: 25px 0;
	font-size: 1.5rem;
	cursor: pointer;
	color: #fff;
	border: none;
	background: #777777;
	border: 3px solid #000;
	border-radius: 40px;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
	margin-bottom: 30px;
}
.mw_wp_form_confirm input[value="戻る"]:hover {
	background: #fff;
	color: #000;
}
@media only screen and (min-width: 768px), print {
	.mw_wp_form_confirm input[value="戻る"] ,
	.mw_wp_form_confirm .submit {		
		width: 48%;
		margin: 0 1%;
	}
.mw_wp_form_confirm .btn_application01 {	
	    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}

.mw_wp_form_complete {
	text-align: center;
}
.mw_wp_form_complete a {
	position: relative;
	color: #0062b2;
	font-weight: 700;
	text-decoration: underline;
}

.h2_basic01 h2 {
	position: relative;
	color: #16254d;
	font-size: 4.20833vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	margin: 50px auto 25px;
}
@media only screen and (min-width: 768px), print {
.h2_basic01 h2 {
	font-size: 18px;
	font-size: 1.8rem;
}
}
.h2_basic01 h2::after {
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	width: 100px;
	height: 6px;
	border-radius: 10px;
	content: "";
	background: #ffe44d none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.btn_basic01 {
	max-width: 400px;
	margin: 0 auto;
}

.btn_basic01 a {
	display: block;
	position: relative;
	padding: 5.2% 0 5.2% 0;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #0062b2;
	border-radius: 40px;
	color: #0062b2;
	font-size: 14px;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	background: #ffffff none;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn_basic01 a:hover, .btn_basic01 a:focus {
	opacity: 1;
	border-color: #0062b2;
	color: #ffffff;
	text-decoration: none;
	background: #0062b2 none;
}

@media only screen and (min-width: 768px), print {
	.btn_basic01 a {
	font-size: 12px;
		font-size: 1.2rem;
	}
}