@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;
}

form table p.text{
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 12px;
    width: 545px;
}

.area_btn{
    position: relative;
    width:210px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #f02521;
    background-color: #f02521;
    margin: 11px 0 0;
}

.area_btn a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.area_btn a{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    padding-left: 30px;
-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}



.area_btn a:hover{
    background: #fff;
    color: #f02521;
    border-radius: 4px;
-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.area_btn a::before{
    content: url(../../common/images/ic_link_white.svg);
    display: block;
    width: 18px;
    position: absolute;
    top: 13px;
    right: 18px;
}

.area_btn a:hover::before{
content: url(../../common/images/ic_link_red.svg);
-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

form table p.daibiki_kome{
    color: #ff0000;
    font-size: 14px;
    font-weight: 800;
    margin: -8px 0 20px 24px;
}

form table p.daibiki_kome span{
    margin: 0px;
    background-color: #ffff00;
    padding: 2px 1px;
}

.radio_wrap label.last:last-child {
    margin-bottom: 25px;
}

.radio_wrap label.first{
    margin-top: 18px;
}

form table td .kome.text01{
    font-size: 14px;
    color: #ff0000;
    font-weight: 800;
    margin: 16px 0 11px;
}

form table td .kome.text01.indent{
    text-indent: 0rem;
}

p.kakunin{
    font-size: 12px;
    font-weight: 600;
    width: 160px;
    text-align: justify;
    margin-top: 8px;
}


/*==================================
 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 #e7e7e7;
	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;
	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 #000;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 20px;
	box-sizing: border-box;
	background: #fff;
}
.checkbox::after {
    border-right: 3px solid #313132;
    border-bottom: 3px solid #313132;
    content: '';
    display: block;
    height: 14px;
    left: 8px;
    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: 300px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	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: 300px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	transition: all .3s ease;
	padding: 17px 0;
	line-height: 1;
	color: #a6a7a7;
	background: #f5f5f5;
}
#mfp_button_cancel:hover{
	opacity: 0.5;
}
.mfp_buttons{
	width: 630px;
	margin: 100px auto 0;
	overflow: hidden;
	clear: both;
}
.mfp_buttons #mfp_button_cancel{
	float: left;
    border: 1px solid #e7e7e7;
}
.mfp_buttons #mfp_button_send{
	float: right;
}

/*==================================
 mfp_confirm_table
===================================*/
#mfp_phase_confirm{
	display: none;
	width: 830px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
}
#mfp_phase_confirm h4{
	font-size: 24px;
	letter-spacing: 0.5px;
	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;
}
#mfp_confirm_table th{
    width: 265px;
	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:800px){

/*==================================
 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 #e7e7e7;
	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: 4vw;
    left: 2vw;
    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;
}
.mfp_buttons{
	width: 100%;
	margin: 6.6vw auto 0;
}
.mfp_buttons #mfp_button_cancel{
	float: none;
    margin-bottom: 7vw;
}
.mfp_buttons #mfp_button_send{
	float: none;
	margin-bottom: 4.5vw;
    margin-top: 6vw;
}
#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: 10vw;
	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_button_send, #mfp_element_submit, #mfp_button_cancel {
    width: 78vw;
    height: 14.7vw;
	border: none;
 font-size: 4.28vw;
}
#mfp_confirm_table tr{
    padding: 1vw 0;
	border-bottom: 0px;
}
#mfp_confirm_table th,
#mfp_confirm_table td{
	padding: 0;
	border-bottom: 0;
}
#mfp_confirm_table th{
	margin-bottom: 4vw;
	line-height: 1;
}
    
    
form table p.text{
    width: 100%;   
    font-size: 3.8vw;
    margin-top: 4vw;
    text-align: justify;
    }    

.area_btn {
    width: 56vw;
    height: 11.5vw;
    margin: 4vw 0 1vw;
}

.daibiki_th{
    margin-top: 4vw;
    }
.radio_wrap label.first {
    margin-top: 6.5vw;
}
    
form table p.daibiki_kome span {
    display: inline;
    font-size: 3.8vw;
    line-height: 1.5;
    margin:0px;
}
    
form table p.daibiki_kome {
    font-size: 3.8vw;
    width: 83.9vw;
    text-align: justify;
    letter-spacing: 1.5px;
    word-break: break-all;
}
    
.radio_wrap label.last:last-child {
    margin-bottom: 4vw;
}
    
form table td .kome.text01 {
    font-size: 3.8vw;
    margin: 3vw 0 1.5vw;
    letter-spacing: 0.5px;
}
    
p.kakunin {
    font-size: 3.8vw;
    font-weight: 400;
    width: 100%;
    text-align: justify;
    margin-top: 3vw;
    margin-bottom: -1.5vw;
}
    
.area_btn a::before {
    width: 5vw;
    top: 3.7vw;
    right: 5.1vw;
    }    
    
    
.area_btn a {
    font-size: 3.8vw;
    padding-top: 3.2vw;
    padding-left: 8.5vw;
    }
    

    

}



/*====================================================
                追加  mailform
====================================================*/
.form_txt{
    text-align: center;
}

.form_txt h2{
    font-size: 22px;
    letter-spacing: 1.2px;
    margin-bottom: 50px;
}

.form_txt p{
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 1.2px;
    margin-bottom: 43px;
}


#mailformpro {
    padding: 0px;
}


div#mailformbox {
    width: 850px;
    margin: 0px auto 20px;
	padding-top: 20px;
    
}


.form_btn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    padding: 5px 20px;
    height: 72px;
    width: 360px;
    letter-spacing: 2px;
}


#mfp_overlay_inner #mfp_button_send,#mfp_overlay_inner #mfp_button_cancel{
    width: 200px;
    height: 50px;
    margin-top: 20px;
}
#mfp_overlay_inner #mfp_button_cancel{
    margin-left: 20px;
}

#mfp_overlay_inner .mfp_buttons:hover::before,#mfp_overlay_inner .mfp_buttons::before{
    content: none;
}
#mfp_overlay_inner .mfp_buttons{
    display: flex;
}

#mfp_overlay_inner h4{
    font-size: 16px;
    margin-bottom: 15px;
}


.mfp_rows input[type="text"],.mfp_rows input[type="email"],.mfp_rows select {
    margin: 0px;
    padding: 13px;
    font-size: 15px;
    line-height: 1.5em;
    text-align: left;
    height: 46px;
    width: 585px;
    min-width: 585px;
    background-color: #f5f5f5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/*
.mfp_rows select{
    width: 340px;
    min-width: 340px;
}
*/



form#mailformpro dl dd:last-child {
    background-color: #fff;
}

form#mailformpro dl dt{
    border-top: solid 0px #CCC;
    text-align: left;
}

table#mfp_confirm_table tr td,table#mfp_confirm_table tr th {
    font-size: 15px;
   padding: 25px 10px;
    font-weight: normal;
}

.MFcaption{
    font-size: 14px;
    font-weight: 600;
}

.mailform .content{
    display: flex;
    margin-top: 20px;
    justify-content: flex-start;
}


.selectWrap{
  width: 100%;
  position: relative;
  display: inline-block;
}
.selectWrap::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-bottom: solid 1px #1e1e1e;
    border-right: solid 1px #1e1e1e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 20px;
    margin-top: -4px;
}

.mailform .production{
width: 560px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	  text-align: left;
}
form#mailformpro .production label{
    width: 70px;
    font-size: 14px;
    letter-spacing: 2px;
	display: inline-block;
}

form#mailformpro .production label.item01{
	min-width: 120px;
}

form#mailformpro .production label.item02{
    min-width: 80px;
	width: 80px;
}
form#mailformpro .production label.item03{
   min-width:140px;
}
form#mailformpro .production label.item04{
   min-width:130px;
}

form#mailformpro dl dt{
    width: 265px;
    padding:13px 0;
    line-height: 1.5em;
}

form#mailformpro dl dt span {
    margin-left: 5px;
}




label {
  margin-right: 1rem;
}



/* Hide Default Checkbox */
.checkbox input[type="checkbox"] {
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

/* Create a Box */
.checkbox input[type="checkbox"] + span::before {
    display: inline-block;
    content: '';
    width: 1rem;
    height: 1rem;
    border: 1px solid #c8c8c8;
    vertical-align: middle;
    margin-right: 0.5rem;
}

/* Checked Style */
.checkbox input[type="checkbox"]:checked + span::before {
  background-image: url(../img/SVG/check.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

/* Focused Style */
input[type="checkbox"]:focus + span::before {
  /*border-color: #0bd;*/
}

.mfp_rows textarea {
	 resize: vertical;
    width: 585px;
    min-width: 585px;
    height: 190px;
    background-color: #f5f5f5;
    font-size: 15px;
    padding: 13px;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
     resize: none;
}


.policy{
    font-size: 14px;
    width: 295px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 65px auto;
}

.policy .under_line{
    color: #bca276;
    border-bottom: 1px solid #bca276;

}

form#mailformpro dl dt{
    font-size: 15px;
    letter-spacing: 1.2px;
}
form#mailformpro dl dt span{
    font-size: 12px;
    color: #bba253;
}


.form_btn{
    position: relative;
    width: 300px;
    height: 60px;
    border: 1px solid #000;
    margin: 0 auto 135px;
}


.form_btn button{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
      -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
    text-align: center;
    letter-spacing: 1.2px;
}



.form_btn button:hover{
    background: #000;
    color: #fff;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


#mfp_phase_confirm_inner {
    margin-top: 165px;
    margin-bottom: 185px;
}

table#mfp_confirm_table tr td{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#mfp_element_submit, #mfp_button_send{
    border-radius: 0px;
    border: 1px solid #313132;
}


#mfp_button_send{
    position: relative;
}

