@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{
    width: 960px;
    margin: 0 auto 30px;
	padding: 20px 0 60px;
	background: #fff;
}
form::before,
form::after{
	content: "";
    width: calc(100% - 60px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
form::before{
	top: -30px;
    border-bottom: 30px solid #fff;
}
form::after{
	bottom: -30px;
    border-top: 30px solid #fff;
}
form table{
	width: 740px;
	margin: 0 auto 45px;
}
form table th,
form table td{
	font-size: 18px;
	vertical-align: top;
	line-height: 1.3;
}
form table th{
	width: 250px;
	font-weight: bold;
	padding: 35px 25px 35px 0;
	letter-spacing: 0.02em;
	border-right: none;
	text-align: right;
}
form table td{
	width: 490px;
	padding: 22px 0 22px 20px;
	border-left: none;
}
form table td p{
	margin-bottom: 10px;
}
form table td .kome{
	font-size: 14px;
}
form table td p:nth-child(n + 2){
	margin-top: 10px;
}
/*==================================
 validation
===================================*/
.mfp_err{
	font-size: 14px;
	color: #c50101;
	margin-top: 10px;
	font-weight: bold;
	display: none;
}
.mfp_checked,
.mfp_not_checked{
	height: auto;
}
div.mfp_ok{
	display: none!important;
}
.problem, .mfp_not_checked::before{
	background: #ffe4e4!important;
}
.option .mfp_not_checked::before{
	background: #f0efee!important;
	border: none!important;
}
select.problem{
	background: url("../common/images/ic_select.svg") no-repeat right 15px center, #ffdcdc!important;
    background-size: 18px 12px, auto!important;
}
.problem::placeholder {
  color: #fb865a;
}
/*==================================
 must / nin
===================================*/
.must,
.nin{
    display: block;
    width: 38px;
    height: 20px;
    padding: 3px 5px 5px;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    margin: 2px 15px 0 0;
    float: left;
	line-height: 1;
}
.must {
    background: #022f66;
    color: #FFF;
}
.nin {
    background: #ccdcee;
    color: #022f66;  
}

/*==================================
 basic parts
===================================*/
form input,
form select,
form textarea {
	/*reset*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	/*custom*/
	display: block;
	font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 18px;
	background: #f3f7fb;
}
::placeholder {
  color: #BDBDBD;
}

form input[type=text], 
form input[type=email], 
form select,
form textarea{
	padding: 10px 15px;
}

form input[type=text], 
form input[type=email]{
	width: 470px;
    height: 50px;
}
form input[type=text].old{
	width: 80px;
	display: inline-block;
}
form input[type=text].short{
	width: 80px;
	display: inline-block;
}
form select{
	width: 280px;
    height: 50px;
    background: url("../common/images/ic_select.svg") no-repeat right 15px center;
    background-size: 18px 12px;
	cursor: pointer;
}
form textarea{
	width: 100%;
	min-height: 146px;
	height: 146px;
	min-width: 470px;
	max-width: 470px;
}
form input[type=file]{
    border: 0;
    padding: 10px 15px;
    height: 50px;
	cursor: pointer;
}

/*==================================
 radio
===================================*/
form input[type=radio]{
	display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 5px;
    vertical-align: -4px;
	cursor: pointer;
}
form 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: #a1c93f;
	opacity: 0;
}
form .mfp_checked input[type=radio]::after{
	opacity: 1;
}
form .radio_wrap label{
	display: block;
	height: 20px;
	margin-bottom: 15px;
}
form .radio_wrap label:last-child{
	margin-bottom: 0;
}

/*==================================
 checkbox
===================================*/
form input[type=checkbox] {
    display: none;
}
form .checkbox_wrap {
	margin-top: 16px;
	padding-left: 0;
	letter-spacing: 0;
}
form .checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 4px 55px;
    position: relative;
    width: auto;
	text-align: left;
}
form .checkbox::before {
    content: '';
    display: block;
    height: 35px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 35px;
    box-sizing: border-box;
	background: #f3f7fb;
}
form .checkbox::after {
    border-right: 4px solid #022f66;
    border-bottom: 4px solid #022f66;
    content: '';
    display: block;
    height: 15px;
    left: 12.5px;
    opacity: 0;
    position: absolute;
    top: 9px;
    transform: rotate(45deg);
    width: 7px;
}
form .checkbox.mfp_checked::after {
    opacity: 1;
}
form .checkbox a{
	color: #007bcb;
	line-height: 1.6;
	text-align: left;
	transition: opacity .3s ease;
}
form .checkbox a:hover{
	opacity: 0.7;
}


/*==================================
 buttons
===================================*/
#mfp_button_send,
#mfp_element_submit,
#mfp_button_cancel{
	/*reset*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	outline: none;
}
#mfp_element_submit,
#mfp_button_send{
    display: block;
    font-family: 'Shippori Mincho', serif;
	color: #022f66;
	font-size: 20px;
    width: 280px;
    height: 66px;
	background: url(../common/images/bg_btn_gold_long.svg) no-repeat center;
    background-size: 100% 100%;
    transition: background .3s ease;
	cursor: pointer;
	color: #fff;
}

#mfp_element_submit:hover,
#mfp_button_send:hover{
	background: url("../common/images/bg_btn_navy_long.svg") no-repeat center;
    background-size: 100% 100%;
}
#mfp_element_submit{
	margin: 0 auto;
}
#mfp_button_cancel{
	font-family: 'Shippori Mincho', serif;
	font-size: 20px;
    color: #fff;
    width: 280px;
    height: 66px;
	background: url(../common/images/bg_btn_gray_long.svg) no-repeat center;
    background-size: 100% 100%;
	cursor: pointer;
}
#mfp_button_cancel:hover{
	background: url(../common/images/bg_btn_gray_long_o.svg) no-repeat center;
    background-size: 100% 100%;
}

.mfp_buttons{
    width: 100%;
    margin: 35px auto 0;
    overflow: hidden;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 25px;
	flex-direction: row-reverse;
}
.mfp_buttons #mfp_button_cancel{
	order: 2;
}
.mfp_buttons #mfp_button_send{
	order: 1;
}

/*==================================
 mfp_confirm_table
===================================*/
#mfp_phase_confirm{
	display: none;
	width: 870px;
	margin: 0 auto;
}
#mfp_phase_confirm h4{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 70px 0 50px;
}
#mfp_confirm_table{
	width: 100%;
}
#mfp_confirm_table th,
#mfp_confirm_table td{
	vertical-align: middle;
	font-size: 16px;
}
#mfp_confirm_table tr:last-child th,
#mfp_confirm_table tr:last-child td{
	border-bottom: 0;
}
#mfp_confirm_table th{
	width: 240px;
	padding: 27px 0;
	font-weight: bold;
}
#mfp_confirm_table td{
	padding: 27px 0;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
    background-color: #FFF;
    padding: 60px;
    margin: 0px auto;
    box-shadow: 0px 0px 10px #000;
    width: 830px;
    max-width: 90%;
}
div#mfp_overlay_inner h4{
	text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}
#mfp_confirm_table{
	margin: 0 auto;
	width: 100%;
}
#mfp_confirm_table tr:first-child{
	border-top: 1px solid #ddd;
}
#mfp_confirm_table tr{
	border-bottom: 1px solid #eaeaea;
}
#mfp_confirm_table th,
#mfp_confirm_table td{
	vertical-align: middle;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1.4;
	font-size: 16px;
}
#mfp_confirm_table th{
	font-weight: bold;
	width: 220px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}

/*==================================
 purpose
===================================*/
form table .flex_wrap{
	width: 100%;
	height: 50px;
	column-gap: 35px;
	align-items: center;
}
form table .flex_wrap label{
    font-size: 18px;
	font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	cursor: pointer;
}
form table .flex_wrap label input{
	display: none!important;
}
form table .flex_wrap label span{
	display: inline-block;
	padding-left: 35px;
}
form table .flex_wrap label span::before{
	content:"";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 0;
	border: 1px solid #ccc;
	border-radius: 30px;
}
form table .flex_wrap label span::after{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 6px;
    background: #11604e;
    border-radius: 20px;
	opacity: 0;
}
form table .flex_wrap label span.kome{
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
	padding-left: 0;
}
form table .flex_wrap label span.kome::before,
form table .flex_wrap label span.kome::after{
	display: none;
}
form table .flex_wrap label.mfp_checked span::after{
	opacity: 1;
}
td .kakunin_box{
	margin-bottom: 50px;
}
td .kakunin_box:last-child{
	margin-bottom: 0;
}
td .kakunin_box .ttl{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;

}
td .kakunin_box label{
	margin-right: 20px;
}
@media screen and (max-width:750px){

/*==================================
 table
===================================*/
form{
	width: 100%;
	margin: 5.3vw auto;
    padding: 6.6vw 5.3vw 6.6vw;
	border: 1vw;
}
form::before,
form::after{
    width: calc(100% - 10.6vw);
    border-left: 5.3vw solid transparent;
    border-right: 5.3vw solid transparent;
}
form::before{
	top: -5.3vw;
    border-bottom: 5.3vw solid #fff;
}
form::after{
	bottom: -5.3vw;
    border-top: 5.3vw solid #fff;
}
form table,
form table tbody,
form table tr,
form table th,
form table td{
	display: block;
	width: 100%;
}
form table{
	border: 0;
}
form table tr{
	padding-bottom: 1.3vw;
	margin-bottom: 9.6vw;
}

form table th{
	font-size: 4.2vw;
	padding: 0 0 3.6vw;
	border-bottom: 0;
	border: 0;
	text-align: left;
}
form table td .kome,
form table th .small{
	display: block;
	font-size: 3.2vw;
}
form table td{
	font-size: 3.7vw;
	padding: 0;
	border-bottom: 0;
	border: 0;
}
form table td p:nth-child(n + 2){
	margin-top: 2vw;
}

/*==================================
 validation
===================================*/
.mfp_err{
	font-size: 3.1vw;
	margin-top: 3vw;
}
.mfp_checked,
.mfp_not_checked{
	/*height: 0;*/
}
div.mfp_ok{
	display: none!important;
}
/*==================================
 must / nin
===================================*/
.must,
.nin{
	width: 10vw;
    height: 4.8vw;
    padding: 0.7vw 0 0;
    font-size: 3.2vw;
    vertical-align: 0;
    margin: 0.5vw 2vw 0 0;
}
/*==================================
 basic parts
===================================*/
form input,
form select,
form textarea {
	font-size: 4.2vw;
}

form input[type=text], 
form input[type=email], 
form select,
form textarea{
	padding: 3vw 4vw;
	border-radius: 0;
}

form input[type=text], 
form input[type=email], 
form select{
	width: 100%;
    height: 13.3vw;
}
form input[type=text].old{
	width: 18vw;
}
form select{
    background: url(../common/images/ic_select.svg) no-repeat right 4vw center, #f4f4f4;
    background-size: 4vw auto, auto;
}
form textarea{
	min-height: 30vw;
	height: 30vw;
	min-width: 100%;
	max-width: 100%;
}
form input[type=file]{
	padding: 3.6vw 4vw;
    width: 100%;
    height: 13.3vw;
    font-size: 4.2vw;
	border-radius: 0;
}

/*==================================
 radio
===================================*/
form input[type=radio]{
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
    margin-right: 2vw;
    vertical-align: -0.5vw;
}
form input[type=radio]::after{
    width: 2vw;
    height: 2vw;
	border-radius: 2vw;
	margin-left: -1vw;
	margin-top: -1vw;
}
form .mfp_checked input[type=radio]::after{
	opacity: 1;
}
form .radio_wrap label{
	display: block;
	height: 4.2vw;
	margin-bottom: 4vw;
}
form .radio_wrap label:last-child{
	margin-bottom: 0;
}

/*==================================
 checkbox
===================================*/
form input[type=checkbox] {
    display: none;
}
form .checkbox_wrap {
	margin: 2.6vw auto 0;
    padding-left: 0;
	font-size: 4.2vw;
}
form .checkbox {
    padding: 0 0 0.3vw 10vw;
}
form .option .checkbox{
	margin-bottom: 2vw;
}
form .checkbox::before {
    width: 7vw;
    height: 7vw;
    top: 0vw;
}
form .checkbox::after {
    border-right: 0.8vw solid #022f66;
    border-bottom: 0.8vw solid #022f66;
    height: 3vw;
    left: 2.4vw;
    top: 1vw;
    width: 1.4vw;
}
/*==================================
 buttons
===================================*/
#mfp_button_send,
#mfp_element_submit,
#mfp_button_cancel{
	font-size: 4.8vw;
	margin: 0 auto;
}
#mfp_element_submit,
#mfp_button_send{
    display: block;
    margin: 8vw auto 0;
    width: 80%;
    height: 14.7vw;
    border-radius: 13.3vw;
    font-size: 4.2vw;
    padding: 3vw 0;
	background: url(../common/images/bg_btn_gold_long.svg) no-repeat center;
    background-size: 100% 100%;
}
#mfp_element_submit:hover,
#mfp_button_send:hover{
    background: url(../common/images/bg_btn_navy_long.svg) no-repeat center;
    background-size: 100% 100%;
}
.mfp_buttons{
	width: 100%;
	margin: 1.3vw auto 0;
	row-gap: 4vw;
	justify-content: center;
	column-gap: 0;
}
.mfp_buttons #mfp_button_cancel{
	width: 80%;
	height: 13.3vw;
	padding: 3vw 0;
	font-size: 4.2vw;
}
.mfp_buttons #mfp_button_send{
	float: none;
}

/*==================================
 mfp_confirm_table
===================================*/
#mfp_phase_confirm{
	max-width: 100%;
	width: 100%;
	padding: 0 14.6vw;
}
#mfp_phase_confirm h4{
	font-size: 4.2vw;
	margin: 0 0 5.3vw;
}
#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;
}
#mfp_confirm_table tr{
	margin-bottom: 1.3vw;
}
#mfp_confirm_table th{
	padding: 2.6vw 0 0.53vw;
}
#mfp_confirm_table td{
	padding: 0.53vw 0 2.6vw;
}
#mfp_confirm_table th,
#mfp_confirm_table td{
	font-size: 3.7vw;
    line-height: 1.7;
}
#mfp_confirm_table td{
	padding-left: 0;
}
div#mfp_overlay_inner h4{
	font-size: 4.2vw;
	margin-bottom: 5.3vw;
}
div#mfp_overlay_inner {
    padding: 5.3vw 5.3vw 10.6vw;
    margin: 0px auto;
    box-shadow: 0px 0px 10px #000;
    width: 90%;
    max-width: 90%;
}
/*==================================
 purpose
===================================*/
form table .flex_wrap{
	width: 100%;
	column-gap: 0;
	row-gap: 6vw;
	flex-wrap: wrap;
	flex-direction: column;
}

form table .flex_wrap label{
	display: block;
    margin-bottom: 0;
    font-size: 4.2vw;
}
form table .flex_wrap label span{
	padding-left: 8vw;
}
form table .flex_wrap label span::before{
	width: 6vw;
    height: 6vw;
    top: 0;
    margin-top: -0.6vw;
    border-radius: 8vw;
}
form table .flex_wrap label span::after{
    width: 3.5vw;
    height: 3.5vw;
    margin-top: -1.5vw;
    left: 1.25vw;
    border-radius: 3vw;
}
form table .flex_wrap label span.kome{
	font-size: 3.2vw;
	margin-left: 0;
    display: block;
    margin-top: 1.5vw;
}
td .kakunin_box{
	margin-bottom: 8vw;
}

td .kakunin_box .ttl{
	margin-bottom: 2.6vw;
}
td .kakunin_box label{
	margin-right: 6vw;
}
}