@charset "UTF-8";
#mfp_loading, #mfp_loading_screen, #mfp_overlay_background, #mfp_overlay{
	display: none;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
/*==================================
 table
===================================*/
form{
	background: #fff;
	margin: 0 auto;
	padding: 0;
}
form table{
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
}
form table th,
form table td{
	vertical-align: middle;
	border-bottom: 1px solid #f5f5f5;
}
form table tr:last-child th,
form table tr:last-child td{
	border-bottom: 0;
}
form table th{
	width: 220px;
	font-weight: bold;
	padding: 15px;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
form table th.address{
	vertical-align: top;
	padding-top: 30px;
}
form table th .small{
	font-size: 11px ;
	display: block;
	margin-top: 3px;
	font-weight: normal;
}
form table td{
	padding: 14px 0;
}
form table td span{
	display: inline-block;
	margin: 15px 12px 0;
	font-weight: bold;
}
form table td span.mark{
	margin-left: 0; 
}
form table td .kome{
	font-size: 12px;
	line-height: 1.4;
	margin-top: 15px;
	padding-right: 40px;
	padding-left: 14px;
	text-indent: -14px;
	color: #f02521;
}
/*form .wrap.form{
	width: 790px;
}*/
/*==================================
 validation
===================================*/
.mfp_err{
	font-size: 12px;
	color: #f02521;
	margin-top: 10px;
	display: none;
}
.mfp_checked,
.mfp_not_checked{
	height: 0;
}
div.mfp_ok{
	display: none!important;
}
/*==================================
 must / nin
===================================*/
.red {
    color: #f02521;
	display: inline-block;
	margin-left: 4px;
}
/*==================================
 basic parts
===================================*/
input,
select,
textarea {
	/*reset*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	/*custom*/
	display: block;
	border: 1px solid #c8c8c8;;
	background: #fafafa;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	border-radius: 4px;
}
::placeholder {
	color: #BDBDBD;
	font-weight: bold;
	font-size: 14px;
}

input[type=text], 
input[type=email], 
select,
textarea{
	padding: 10px 15px;
	letter-spacing: 0.5px;
}
select{
	padding-right: 40px;
}
input[type=text], 
input[type=email]{
	width: 370px;
    height: 40px;
}
select{
    background: url("../../common/images/ic_form_arrow.svg") no-repeat right 15px center, #f4f4f4;
    background-size: 12px 6px, auto;
	cursor: pointer;
	width: 298px;
	height: 40px;
}
input[type=text].name{
	width: 230px!important;
	margin-right: 24px;
}
input[type=text].year{
	width: 184px!important;
	text-align: left!important;
}
input[type=text].day{
	width: 100px!important;
	text-align: left!important;
}
input[type=text].telnum{
	width: 120px!important;
	text-align: left!important;
}
input[type=text].address{
	width: 484px!important;
	margin-top: 16px;
}
table td .clearfix input, 
table td .clearfix span{
	float: left;
} 

@media all and (-ms-high-contrast: none) {
	select{
		background: #f4f4f4;
		background-size: auto;
	}
}
textarea{
	width: 100%;
	min-height: 190px;
	height: 190px;
	min-width: 527px;
	max-width: 527px;
}
input[type=file]{
	width: 527px;
    height: 130px;
	cursor: pointer;
	padding: 49px 20px;
}
#file-upload-button{
	display: block!important;
	margin: 0 auto!important;
	background: red!important;
}
/*==================================
 radio
===================================*/
input[type=radio]{
	display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 5px;
    vertical-align: -4px;
    position: relative;
	cursor: pointer;
}
 input[type=radio]::after{
	content:"";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	background: #313132;
	opacity: 0;
}  
.mfp_checked input[type=radio]::after{
	opacity: 1;
}
.radio_wrap label{
	display: block;
	height: 20px;
	margin-bottom: 15px;
}
.radio_wrap label:last-child{
	margin-bottom: 0;
}

/*==================================
 checkbox
===================================*/
input[type=checkbox] {
    display: none;
}
.checkbox_wrap {
	text-align: center;
	margin: 30px auto;
}
.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 35px;
    position: relative;
    width: auto;
}
.checkbox::before {
    background: #c8c8c8;
    border: 1px solid #ccc;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 20px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
}
.checkbox::after {
    border-right: 3px solid #313132;
    border-bottom: 3px solid #313132;
    content: '';
    display: block;
    height: 10px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: -1px;
    transform: rotate(45deg);
    width: 5px;
}
.checkbox.mfp_checked::after {
    opacity: 1;
}
@media all and (-ms-high-contrast: none) {
	.checkbox {
		padding: 6px 0 3px 30px;
	}
}

/*==================================
 buttons
===================================*/
#mfp_button_send,
#mfp_element_submit,
#mfp_button_cancel{
	/*reset*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	/*custom*/
	display: block;
	width: 260px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	transition: all .3s ease;
	padding: 17px 0;
	line-height: 1;
}
#mfp_element_submit,
#mfp_button_send{
	color: #313132;
	background: #fff;
	border: 2px solid #313132;
	border-radius: 60px;
}
#mfp_element_submit:hover,
#mfp_button_send:hover{
	background: #313132;
	color: #fff;
}
#mfp_element_submit{
	margin: 77px auto 0;
}
#mfp_button_cancel{
	display: block;
	width: 260px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	transition: all .3s ease;
	padding: 17px 0;
	line-height: 1;
	border-radius: 60px;
	color: #a6a7a7;
	background: #f5f5f5;
}
#mfp_button_cancel:hover{
	opacity: 0.5;
}
.mfp_buttons{
	width: 540px;
	margin: 100px auto 0;
	overflow: hidden;
	clear: both;
}
.mfp_buttons #mfp_button_cancel{
	float: left;
}
.mfp_buttons #mfp_button_send{
	float: right;
}

/*==================================
 mfp_confirm_table
===================================*/
#mfp_phase_confirm{
	display: none;
	width: 790px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
}
#mfp_phase_confirm h4{
	font-size: 24px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
#mfp_confirm_table{
	width: 100%;
	font-size: 14px;
}
#mfp_confirm_table th,
#mfp_confirm_table td{
	vertical-align: middle;
	border-bottom: 1px solid #f5f5f5;
}
#mfp_confirm_table th{
	width: 220px;
	font-weight: bold;
	padding: 25px 25px 25px 15px;
	line-height: 1.4;
}
#mfp_confirm_table td{
	padding: 25px 0;
	line-height: 1.4;
}


@media screen and (max-width:750px){

/*==================================
 table
===================================*/
form{
	width: 100%;
	padding: 0;
}
form .wrap.form{
	width: 100%;
}
form table,
form table tbody,
form table tr,
form table th,
form table td{
	display: block;
	width: 100%;
}
form table{
	border: 0;
	font-size: 3.7vw;
}
form table tr{
	padding: 4.2vw 0;
	border-bottom: 0.3vw solid #f5f5f5;
}
form table th{
	padding: 0;
	border-bottom: 0;
	margin-bottom: 2vw;
}
form table td{
	padding: 0;
	border-bottom: 0;
}
form table td .kome{
	font-size: 3.2vw;
	margin-top: 4vw;
	padding-right: 0;
	padding-left: 3.2vw;
	text-indent: -3.2vw;
	line-height: 1.6;
	text-align: justify;
    text-justify: inter-ideograph;
}
form table td span{
	margin: 4vw 2vw 0;
	font-size: 3.2vw;
}
form table td span:last-child{
	margin-right: 0;
}
form table th.address{
	padding: 0;
}
form table th .small{
	font-size: 2.9vw;
	display: inline-block;
	margin-top: 0;
	margin-left: 2vw;
}
/*==================================
 validation
===================================*/
.mfp_err{
	font-size: 3.2vw;
	margin-top: 4vw;
	line-height: 1.6;
}
.mfp_checked,
.mfp_not_checked{
	height: 0;
}
div.mfp_ok{
	display: none!important;
}
/*==================================
 must / nin
===================================*/
.red{
	margin-left: 0.8vw;
}
/*==================================
 basic parts
===================================*/
input,
select,
textarea {
	border: 0.3vw solid #ccc;
	font-size: 3.7vw;
	border-radius: 1.06vw;
}
::placeholder{
	font-size: 3.7vw;
}
input[type=text], 
input[type=email], 
select,
textarea{
	padding: 3vw;
}
select{
	padding-right: 11.6vw;
}
input[type=text], 
input[type=email], 
select{
	width: 100%;
    height: 10.6vw;
}
select{
	width: 54vw;
    background: url("../../common/images/ic_form_arrow.svg") no-repeat right 4vw center, #fafafa;
    background-size: 3.2vw auto, auto;
}
textarea{
	min-height: 40vw;
	height: 40vw;
	min-width: 100%;
	max-width: 100%;
}
input[type=file]{
	padding: 3.8vw 4vw;
    width: 100%;
    height: 14.7vw;
    font-size: 3.7vw;
}
input[type=text].name{
	width: 40vw!important;
	margin-right: 4vw;
}
input[type=text].name.last{
	margin-right: 0;
}
input[type=text].year{
	width: 32vw!important;
}
input[type=text].day{
	width: 18.4vw!important;
}
input[type=text].telnum{
	width: 22vw!important;
}
input[type=text].address{
	width: 100%!important;
	margin-top: 4.2vw;
}
input[type=text], input[type=email], select, textarea{
	letter-spacing: 0.2vw
}
/*==================================
 radio
===================================*/
input[type=radio]{
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
    margin-right: 2vw;
    vertical-align: -0.7vw;
}
input[type=radio]::after{
    width: 2vw;
    height: 2vw;
	border-radius: 2vw;
	margin-left: -1vw;
	margin-top: -1vw;
}
.mfp_checked input[type=radio]::after{
	opacity: 1;
}
.radio_wrap label{
	display: block;
	height: 4.2vw;
	margin-bottom: 4vw;
}
.radio_wrap label:last-child{
	margin-bottom: 0;
}

/*==================================
 checkbox
===================================*/
input[type=checkbox] {
    display: none;
}
.checkbox_wrap {
	margin: 6.6vw auto;
}
.checkbox {
    padding: 0 0 0 8vw;
}
.checkbox::before {
    border: 0.3vw solid #c8c8c8;
    width: 5.3vw;
    height: 5.3vw;
    top: -0.8vw;
}
.checkbox::after {
    border-right: 0.7vw solid #313132;
    border-bottom: 0.7vw solid #313132;
    height: 3vw;
    left: 1.5vw;
    top: -0.6vw;
    width: 1.5vw;
}

/*==================================
 buttons
===================================*/
#mfp_button_send,
#mfp_element_submit,
#mfp_button_cancel{
	width: 68.2vw;
	height: 14.7vw;
	font-size: 4.2vw;
	margin: 0 auto;
	padding: 4.2vw 0;
	border-radius: 14.7vw;;
}
.mfp_buttons{
	width: 100%;
	margin: 6.6vw auto 0;
}
.mfp_buttons #mfp_button_cancel{
	float: none;
}
.mfp_buttons #mfp_button_send{
	float: none;
	margin-bottom: 5.3vw;
}
#mfp_element_submit{
	margin-top: 12vw;
}

/*==================================
 mfp_confirm_table
===================================*/
#mfp_phase_confirm{
	width: 100%;
	padding: 4vw;
}
#mfp_phase_confirm h4{
	font-size: 4.8vw;
	margin-bottom: 5.3vw;
	letter-spacing: 0.2vw;
}
#mfp_confirm_table,
#mfp_confirm_table tbody,
#mfp_confirm_table tr,
#mfp_confirm_table th,
#mfp_confirm_table td{
	display: block;
	width: 100%;
}
#mfp_confirm_table{
	border: none;
	font-size: 3.7vw;
}
#mfp_confirm_table tr{
	padding: 4vw 0;
	border-bottom: 0.3vw solid #f5f5f5;
}
#mfp_confirm_table th,
#mfp_confirm_table td{
	padding: 0;
	border-bottom: 0;
}
#mfp_confirm_table th{
	margin-botttom: 4vw;
	line-height: 1;
}
}