@charset "UTF-8";

@media screen and (min-width:769px){
	
	.cfz26{
		font-size: 2.6rem !important;
	}
	
	.cfz20{
		font-size: 2rem !important;
	}
	
	.mw_wp_form_input .confirm_text{
		display: none;
	}
	
	.mw_wp_form_preview .input_text,
	.mw_wp_form_preview .input_caption{
		display: none;
	}
	
	.tel_flexbox{
		display: flex;
		align-items: center;
		margin-top:60px;
	}
	
	.tel_flexbox p.tel_tx,
	.tel_flexbox p.tel_tx a{
		display: flex;
		align-items: center;
		background:#f2f2f2;
		font-size: 1.4rem;
		line-height: 2em;
		letter-spacing: 0.05em;
		padding:30px 40px;
	}
	
	.tel_flexbox .telbox .tel a{
		color:#ff6630;
	}
	
	.tel_flexbox .telbox{
		margin-left: 50px;
		letter-spacing: 0.05em;
	}
	
	.tel_flexbox .telbox .tel{
		font-size: 3.6rem;
		color:#ff6630;
	}
	
	.tel_flexbox .telbox .tel_cap{
		margin-top: 1em;
		font-size: 1.2rem;
	}
	
	.send_cont{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:30px 40px;
		background:#f2f2f2;
	}
	
	.send_cont .tl{
		font-size: 1.6rem;
		padding-right: 20px;
		white-space: nowrap;
		min-width:80px;
	}
	
	.send_cont .tx{
		font-size: 1.6rem;
		padding-left: 20px;
		border-left: 1px solid #000;
		width:100%;
		padding:0.5em 2em;
		line-height: 1.9em;
	}
	
	.send_cont .border_cont{
		border:1px solid #000;
		min-width:220px;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	
	.send_cont .border_cont p.head{
		border-bottom:1px solid #000;
		text-align: center;
		padding:1em;
	}
	
	.send_cont .border_cont .b_inbox{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		width:100%;
	}
	
	.send_cont .border_cont .b_inbox p{
		font-size: 1.6rem;
		padding:1.2em;
		line-height: 1.9em;
	}
	
	.input_caption{
		font-size: 1.4rem;
		line-height:1.7em;
		letter-spacing: 0.05em;
	}
	
	.input_caption span{
		color:#ff6630;
	}
	
	.form_contbox{
		background:#f2f2f2;
		padding:0 max(2.5vw,calc((100vw - 1166px) / 2)) 50px 50px;
	}
	
	.form_contbox.entry{
		background:#f2f2f2;
		padding:0 0 0 0;
	}
	
	.lefttitle_flexcont.entry{
		padding:80px 0 !important;
	}
	
	.lefttitle_flexcont:nth-child(2) .form_contbox{
		padding-top:100px;
	}
	
	.lefttitle_flexcont:nth-child(2) .left_title{
		margin-top:calc(100px + 2rem);
	}
	
	.form_contbox table{
		width:100%;
		margin:0 0 0 0;
		border-collapse: collapse;
	}
	
	.form_contbox table tr td{
		padding:0 0 50px 0;
		border:none;
		border-left:none;
		border-right:none;
		line-height:1.6em;
		font-size:1.4rem;
		position:relative;
		box-sizing: border-box;
		vertical-align: top;
		letter-spacing: 0.05em;
	}
	
	.form_contbox table tr td:first-child{
		font-size: 1.4rem;
		width:200px;
		font-weight: 500;
	}	
	
	.form_contbox table tr td.pbox{
		padding:calc(1em) 20px 50px 0;
		width:200px;
		border:none;
		vertical-align:top;
		line-height:1.8em;
		box-sizing: border-box;
	}
	
	.form_contbox table tr td .caption{
		font-size: 1.4rem;
		display: block;
	}
	
	.mw_wp_form_preview table tr td{
		line-height:2em;
	}
	
	.mw_wp_form_preview table tr td:first-child{
		padding:0 20px 50px 0;
		width:200px;
		border:none;
		vertical-align:top;
		line-height:1.6em;
		box-sizing: border-box;
	}
	
	.form_contbox table tr td span.check{
		color:#ff6630;
		display:inline-block;
		font-size:1em;
		line-height:1em;
	}
	
	.mw_wp_form_preview table tr td span.check{
		display: none;
	}

	span.error{
		margin:10px 0 0 0;
		display:block;
		width:100%;
	}
	
	.mw_wp_form_preview .privacy_box{
		display: none;
	}
	
	input[type="text"],input[type="email"],input[type="button"] {
  		margin: 0;
 		padding: 0;
  		background: #eaeaea;
  		border: none;
  		border-radius: 0;
  		outline: none;
  		-webkit-appearance: none;
  		-moz-appearance: none;
  		appearance: none;
		box-shadow: none;
	}
	
	input[type="radio"]{
		position:relative;
		margin:-0.25em 5px 0 0;
	}
	
	input[type="text"],input[type="email"]{
		padding:17px 20px;
		width:100%;
		box-sizing: border-box;
		font-size:1.4rem;
		letter-spacing: 0.05em;
		background:#fff;
		border:none;
		border:1px solid #cccccc;
	}
	
	.addressbox{
		margin:0 0 20px 0;
		display:flex;
		align-items: flex-start;
	}
	
	.mw_wp_form_preview .addressbox{
		display: inline;
	}
	
	.addressbox .tx{
		font-size: 1.4rem;
		width:135px;
		line-height: 1.5em;
		padding:1.4em 0 0 0;
	}
	
	.addressbox:first-child .tx{
		padding:1em 0 0 0;
	}
	
	.mw_wp_form_preview .addressbox .tx{
		display: none;
	}
	
	.addressbox .tx p.caption{
		font-size: 1rem;
	}
	
	.addressbox .address_inputbox{
		width:calc(100% - 135px);
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.mw_wp_form_preview .addressbox .address_inputbox{
		width:auto;
		display: inline;
	}
	
	.mw_wp_form_preview .addressbox:first-child{
		margin:0 20px 0 0;
	}
	
	.mw_wp_form_preview .addressbox:first-child::before{
		content: "〒";
		display: inline;
	}
	
	.addressbox:last-child{
		margin:0 0 0 0;
	}
	
	.namebox{
		display:flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.mw_wp_form_preview .namebox{
		display:flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	.namebox .tx{
		font-size: 1.4rem;
		width:50px;
		line-height: 1.5em;
		padding:1.4em 0 0 0;
	}
	
	.mw_wp_form_preview .namebox .tx{
		display: none;
	}
	
	.namebox .name_inputbox{
		width:calc(100% - 50px);
	}
	
	.namebox .halfbox{
		width:calc((100% - 50px) / 2);
		display:flex;
		align-items: flex-start;
	}
	
	.mw_wp_form_preview .halfbox{
		display: flex;
		justify-content: flex-start;
		width:auto;
	}
	
	.mw_wp_form_preview .halfbox .name_inputbox{
		width:auto;
		margin:0 20px 0 0;
	}
	
	::-webkit-input-placeholder {
  	color: #aaaaaa;
	}
	::-moz-placeholder {
  	color: #aaaaaa; opacity: 1;
	}
	:-ms-input-placeholder {
  	color: #aaaaaa;
	}
	
	.select_half{
		max-width: 315px;
	}
	
	.mw_wp_form_preview .select_half{
		max-width: 100%;
	}
	
	.select_threeflex{
		display: flex;
		justify-content: space-between;
	}
	
	.mw_wp_form_preview .select_threeflex{
		justify-content: flex-start;
	}
	
	.select_threeflex .select_three{
		width:calc((100% - 60px) / 3);
		position: relative;
	}
	
	.mw_wp_form_preview .select_threeflex .select_three{
		width:auto;
		margin:0 20px 0 0;
	}
	
	.box_w180{
		max-width: 180px;
	}
	
	.box_w300{
		max-width: 300px;
	}
	
	.box_w450{
		max-width: 450px;
	}
	
	.mw_wp_form_preview .box_w180,
	.mw_wp_form_preview .box_w300,
	.mw_wp_form_preview .box_w450{
		display: inline;
		max-width:auto;
	}
	
	select{
		margin:0 0 0 0;
		width: 100%;
		padding: 20px 35px 20px 20px;
		outline: none;
		letter-spacing: 0.05em;
		font-size:1.4rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		line-height: 1;
		display: inline-block;
		background: url(/images/common/down_arrow_black.svg) no-repeat ,#fff;
		background-size:10px;
		background-position: right 15px top 50%;
		box-sizing: border-box;
		color:#000;
		border:1px solid #cccccc;
	}
	
	.select_threeflex{
		justify-content: flex-start;
	}
	
	.mw_wp_form_preview .select_threeflex{
		justify-content: flex-start;
	}
	
	.select_threeflex .select_three{
		width:120px;
		position: relative;
		margin-right: 30px;
		display: flex;
		align-items: center;
	}
	
	.mw_wp_form_preview .select_threeflex .select_three{
		width:auto;
		margin:0 10px 0 0;
	}
	
	.select_threeflex .select_three select{
		margin:0 10px 0 0;
	}
	
	.mw_wp_form_preview .select_threeflex .select_three select{
		margin:0 0 0 0;
	}
	
	.mwform-checkbox-field{width:auto; display:inline-block; margin:0 0 0 0;}
	
	.mw_wp_form .horizontal-item{margin:10px 1em 10px 0 !important; display:inline-block; line-height:1; min-width:33%;}
	.mw_wp_form .box2 .horizontal-item{margin:10px 1em 10px 0 !important; display:inline-block; line-height:1; min-width:20%;}
	
	.mwform-radio-field input[type="radio"]{
		display: none;
	}
	.mwform-radio-field input[type="radio"] + span{
  		position:relative;
		font-weight: normal;
		margin:0 0 0 0 !important;
		display:inline-block;
	}
	.mwform-radio-field input[type="radio"] + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:15px;
    	height:15px;
    	border:1px solid #000;
    	background:none;
    	vertical-align:middle;
		border-radius: 50%;
	}
	.mwform-radio-field input[type="radio"]:checked + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:15px;
    	height:15px;
    	border:1px solid #000;
    	background:#ff6630;
    	vertical-align:middle;
	}
	
	.check_flex{
		display: flex;
		width:100%;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.mwform-checkbox-field input[type="checkbox"]{
		display: none;
	}
	.mwform-checkbox-field input[type="checkbox"] + span{
  		position:relative;
		font-weight: normal;
		display: inline-block;
		margin:0 0;
	}
	
	.mwform-checkbox-field input[type="checkbox"] + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:15px;
    	height:15px;
    	border:1px solid #000;
    	background:none;
    	vertical-align:middle;
	}
	
	.mwform-checkbox-field input[type="checkbox"]:checked + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:15px;
    	height:15px;
    	border:1px solid #000;
    	background:#ff6630;
    	vertical-align:middle;
	}
	
	.file_flex{
		display: flex;
		align-items: center;
	}
	
	/*.file_flex label{
  		font-weight: bold;
  		color: #fff;
  		background: #333333;
		width:250px;
		height: 60px;
  		font-size: 1.4rem;
  		border: 0;
  		border-radius: 0;
		margin-right: 10px;
  		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		transition: all 0.3s;
	}*/
	
	/*.file_flex label{
		display: none;
	}*/
	
	/*.file_flex label:hover{
  		opacity: 0.7;
	}
	
	.file_flex label::before{
  		content: "";
		width:0.7em;
		height: 0.7em;
		background-image: url("/images/common/arrow.svg");
		background-size: contain;
		background-position: left 0 top 50%;
		background-repeat: no-repeat;
		display: inline-block;
		margin:0 5px 0 0;
		position:relative;
		top:0.1em;
	}*/
	
	/*.file_flex input[type="file"]::file-selector-button{
  		font-weight: bold;
  		color: #fff;
  		background: #333333;
		width:250px;
		height: 60px;
  		font-size: 1.4rem;
  		border: 0;
  		border-radius: 0;
		margin-right: 10px;
  		text-align: center;
		cursor: pointer;
		transition: all 0.3s;
		display: inline;
		font-family: "Shippori Mincho", serif; 
  		font-style: normal;
	}
	
	.file_flex input[type="file"]::file-selector-button:hover{
  		opacity: 0.7;
	}*/

	textarea{
		padding:1.5em;
		font-size: 1.4rem;
		width:100%;
		line-height: 2em;
		background:#fff;
		box-sizing: border-box;
		min-height:200px;
		border:1px solid #ccc;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		color:#000;
	}
	
	.privacy_cont{
		margin:0 0 20px 0;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		line-height: 2em;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.privacy_cont:last-child{
		margin:0 0 0 0;
	}
	
	.privacy_box td{
		padding-top:120px !important;
	}
	
	.mw_wp_form .privacy_cont .horizontal-item{margin:0 0 !important; display:inline-block; line-height:1; min-width:auto;}
	
	.mw_wp_form .cbtnbox{
		padding:100px 0 0 0;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		position: relative;
	}
	
	.mw_wp_form .cbtnbox .btnbox{
		width:360px;
		height:100px;
		overflow: hidden;
		position: relative;
	}
	
	input[type="submit"].btn01{
		background:#ff6630;
		width:360px;
		height:100px;
		padding:0 0;
		border:none;
		margin:0 0 0 0;
		color:#fff;
		font-size:1.8rem;
		letter-spacing: 0.3em;
		text-align: center;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position:relative;
		z-index:2;
		-webkit-appearance: none;
		transition: all 0.3s;
		border-radius: 0;
	}
	
	input[type="submit"].btn02{
		background:#333;
		width:360px;
		height:100px;
		padding:0 0;
		border:none;
		margin:0 40px 0 0;
		color:#fff;
		font-size:1.8rem;
		letter-spacing: 0.3em;
		text-align: center;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position:relative;
		z-index:2;
		-webkit-appearance: none;
		transition: all 0.3s;
		order:-1;
		border-radius: 0;
	}
	
	input[type="submit"].btn01:hover,
	input[type="submit"].btn02:hover{
		opacity:0.7;
	}
	
	.thanks_flexbox{
		display: flex;
		justify-content: space-between;
		padding-top:50px;
	}
	
	.thanks_flexbox .txbox{
		width:50%;
	}
	
	.thanks_flexbox .txbox .tl{
		font-size: 2.2rem;
		line-height: 2em;
		letter-spacing: 0.05em;
		margin-bottom: 3em;
	}
	
	.thanks_flexbox .txbox a{
		margin-bottom: 3em;
	}
	
	.thanks_flexbox .phbox{
		width:50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.thanks_flexbox .phbox figure{
		max-width: 380px;
		width:90%;
	}
	
	.thanks_tx{
		font-size: 1.4rem;
		line-height: 2em;
	}
}

@media screen and (max-width:768px){
	
	.cfz26{
		font-size: 1.8rem !important;
	}
	
	.cfz20{
		font-size: 1.2rem !important;
	}
	
	.sp_white{
		background:#fff !important;
	}
	
	.lefttitle_flexcont{
		background:#f2f2f2;
		padding-right: 5vw;
	}
	
	.sp_entry{
		padding-right: 0;
	}
	
	.lefttitle_flexcont.bg_white{
		background:#fff;
	}
	
	.mw_wp_form_input .confirm_text{
		display: none;
	}
	
	.mw_wp_form_preview .input_text,
	.mw_wp_form_preview .input_caption{
		display: none;
	}
	
	.tel_flexbox{
		display: block;
		align-items: center;
		margin-top:40px;
	}
	
	.tel_flexbox p.tel_tx{
		display: inline-block;
		align-items: center;
		background:#f2f2f2;
		font-size: 1.3rem;
		line-height: 2em;
		letter-spacing: 0.05em;
		padding:10px 15px;
	}
	
	.tel_flexbox .telbox{
		margin-top: 20px;
		letter-spacing: 0.05em;
	}
	
	.tel_flexbox .telbox .tel{
		font-size: 3.3rem;
		color:#ff6630;
	}
	
	.tel_flexbox .telbox .tel a{
		color:#ff6630;
	}
	
	.tel_flexbox .telbox .tel_cap{
		margin-top: 1em;
		font-size: 1.2rem;
	}
	
	.input_caption{
		font-size: 1.3rem;
		line-height:1.7em;
		letter-spacing: 0.05em;
	}
	
	.input_caption.spinline{
		display: inline;
	}
	
	.input_caption.sptop{
		padding-left: 5vw;
	}
	
	.input_caption span{
		color:#ff6630;
	}
	
	.form_contbox{
		background:#f2f2f2;
		padding:0 0;
	}
	
	.lefttitle_flexcont:nth-child(2) .form_contbox{
		padding-top:0;
	}
	
	.lefttitle_flexcont:nth-child(2) .left_title{
		margin-top:40px;
	}
	
	.form_contbox table{
		width:100%;
		margin:0 0 0 0;
		border-collapse: collapse;
	}
	
	.form_contbox table tr td{
		padding:0 0 40px 0;
		border:none;
		border-left:none;
		border-right:none;
		line-height:1.6em;
		font-size:1.3rem;
		position:relative;
		box-sizing: border-box;
		vertical-align: top;
		letter-spacing: 0.05em;
		display: block;
	}
	
	.form_contbox table tr td:first-child p{
		display: inline;
	}
	
	.form_contbox table tr td:first-child{
		font-size: 1.3rem;
		width:100%;
		font-weight: 500;
		margin:0 0 10px 0;
		padding:0;
	}
	
	.form_contbox table tr td .caption{
		font-size: 1.4rem;
		display: block;
	}
	
	.mw_wp_form_preview table tr td{
		line-height:2em;
	}
	
	.mw_wp_form_preview table tr td:first-child{
		padding:0 0 0 0;
		width:100%;
		border:none;
		vertical-align:top;
		line-height:1.6em;
		box-sizing: border-box;
	}
	
	.form_contbox table tr td span.check{
		color:#ff6630;
		display:inline-block;
		font-size:1em;
		line-height:1em;
	}
	
	.mw_wp_form_preview table tr td span.check{
		display: none;
	}

	span.error{
		margin:10px 0 0 0;
		display:block;
		width:100%;
	}
	
	.mw_wp_form_preview .privacy_box{
		display: none;
	}
	
	input[type="text"],input[type="email"],input[type="button"] {
  		margin: 0;
 		padding: 0;
  		background: #eaeaea;
  		border: none;
  		border-radius: 0;
  		outline: none;
  		-webkit-appearance: none;
  		-moz-appearance: none;
  		appearance: none;
		box-shadow: none;
	}
	
	input[type="radio"]{
		position:relative;
		margin:-0.25em 5px 0 0;
	}
	
	input[type="text"],input[type="email"]{
		padding:15px 15px;
		width:100%;
		box-sizing: border-box;
		font-size:1.3rem;
		letter-spacing: 0.05em;
		background:#fff;
		border:none;
		border:1px solid #cccccc;
	}
	
	.addressbox{
		margin:0 0 10px 0;
		display:flex;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.mw_wp_form_preview .addressbox{
		display: inline;
	}
	
	.addressbox .tx{
		font-size: 1.3rem;
		width:100%;
		line-height: 1.5em;
		padding:0 0 5px 0;
	}
	
	.mw_wp_form_preview .addressbox .tx{
		display: none;
	}
	
	.addressbox .tx p.caption{
		font-size: 1rem;
	}
	
	.addressbox .address_inputbox{
		width:100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.mw_wp_form_preview .addressbox .address_inputbox{
		width:auto;
		display: inline;
	}
	
	.mw_wp_form_preview .addressbox:first-child{
		margin:0 20px 0 0;
	}
	
	.mw_wp_form_preview .addressbox:first-child::before{
		content: "〒";
		display: inline;
	}
	
	.addressbox:last-child{
		margin:0 0 0 0;
	}
	
	.namebox{
		display:flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.mw_wp_form_preview .namebox{
		display:flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	.namebox .tx{
		font-size: 1.4rem;
		width:50px;
		line-height: 1.5em;
		padding:1.4em 0 0 0;
	}
	
	.mw_wp_form_preview .namebox .tx{
		display: none;
	}
	
	.namebox .name_inputbox{
		width:calc(100% - 50px);
	}
	
	.namebox .halfbox{
		width:calc((100% - 50px) / 2);
		display:flex;
		align-items: flex-start;
	}
	
	.mw_wp_form_preview .halfbox{
		display: flex;
		justify-content: flex-start;
		width:auto;
	}
	
	.mw_wp_form_preview .halfbox .name_inputbox{
		width:auto;
		margin:0 20px 0 0;
	}
	
	::-webkit-input-placeholder {
  	color: #aaaaaa;
	}
	::-moz-placeholder {
  	color: #aaaaaa; opacity: 1;
	}
	:-ms-input-placeholder {
  	color: #aaaaaa;
	}
	
	.select_half{
		max-width: 315px;
	}
	
	.mw_wp_form_preview .select_half{
		max-width: 100%;
	}
	
	.select_threeflex{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap:10px;
	}
	
	.mw_wp_form_preview .select_threeflex{
		justify-content: flex-start;
		flex-direction: row;
	}
	
	.select_threeflex .select_three{
		width:calc((100% - 60px) / 2);
		position: relative;
		display: flex;
		align-items: center;
	}
	
	.select_threeflex .select_three select{
		margin:0 10px 0 0;
	}
	
	.mw_wp_form_preview .select_threeflex .select_three{
		width:auto;
		margin:0 0 0 0;
	}
	
	.box_w180{
		max-width: 180px;
	}
	
	.box_w300{
		max-width: 100%;
	}
	
	.box_w450{
		max-width: 100%;
	}
	
	.mw_wp_form_preview .box_w180,
	.mw_wp_form_preview .box_w300,
	.mw_wp_form_preview .box_w450{
		display: inline;
		max-width:auto;
	}
	
	.privacy_box td{
		padding-bottom: 0 !important;
	}
	select{
		margin:0 0 0 0;
		width: 100%;
		padding: 17px 35px 17px 15px;
		outline: none;
		letter-spacing: 0.05em;
		font-size:1.4rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		line-height: 1;
		display: inline-block;
		background: url(/images/common/down_arrow_black.svg) no-repeat ,#fff;
		background-size:10px;
		background-position: right 15px top 50%;
		box-sizing: border-box;
		color:#000;
		border:1px solid #cccccc;
	}
	
	.mwform-checkbox-field{width:auto; display:inline-block; margin:0 0 0 0;}
	
	.mw_wp_form .horizontal-item{margin:10px 1em 10px 0 !important; display:inline-block; line-height:1; min-width:33%;}
	
	.mwform-radio-field input[type="radio"]{
		display: none;
	}
	.mwform-radio-field input[type="radio"] + span{
  		position:relative;
		font-weight: normal;
		margin:0 0 0 0 !important;
		display:inline-block;
	}
	.mwform-radio-field input[type="radio"] + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:15px;
    	height:15px;
    	border:1px solid #000;
    	background:none;
    	vertical-align:middle;
		border-radius: 50%;
	}
	.mwform-radio-field input[type="radio"]:checked + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:15px;
    	height:15px;
    	border:1px solid #000;
    	background:#ff6630;
    	vertical-align:middle;
	}
	
	.check_flex{
		display: flex;
		width:100%;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}
	.mwform-checkbox-field input[type="checkbox"]{
		display: none;
	}
	.mwform-checkbox-field input[type="checkbox"] + span{
  		position:relative;
		font-weight: normal;
		display: inline-block;
		margin:0 0;
	}
	
	.mwform-checkbox-field input[type="checkbox"] + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:15px;
    	height:15px;
    	border:1px solid #000;
    	background:none;
    	vertical-align:middle;
	}
	
	.mwform-checkbox-field input[type="checkbox"]:checked + span::before{
  		margin:-2px 10px 0 0;
    	content:" ";
    	display:inline-block;
    	width:15px;
    	height:15px;
    	border:1px solid #000;
    	background:#ff6630;
    	vertical-align:middle;
	}
	
	/*.file_flex{
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}*/
	
	/*.file_flex label{
  		font-weight: bold;
  		color: #fff;
  		background: #333333;
		width:250px;
		height: 60px;
  		font-size: 1.4rem;
  		border: 0;
  		border-radius: 0;
		margin-right: 10px;
  		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		transition: all 0.3s;
	}*/
	
	.file_flex label{
		display: none;
	}
	
	/*.file_flex label:hover{
  		opacity: 0.7;
	}
	
	.file_flex label::before{
  		content: "";
		width:0.7em;
		height: 0.7em;
		background-image: url("/images/common/arrow.svg");
		background-size: contain;
		background-position: left 0 top 50%;
		background-repeat: no-repeat;
		display: inline-block;
		margin:0 5px 0 0;
		position:relative;
		top:0.1em;
	}*/
	
	/*.file_flex input[type="file"]::file-selector-button{
  		font-weight: bold;
  		color: #fff;
  		background: #333333;
		width:150px;
		height: 40px;
  		font-size: 1.3rem;
  		border: 0;
  		border-radius: 0;
		margin-right: 10px;
  		text-align: center;
		cursor: pointer;
		transition: all 0.3s;
		display: inline;
		font-family: "Shippori Mincho", serif; 
  		font-style: normal;
	}
	
	.file_flex input[type="file"]::file-selector-button:hover{
  		opacity: 0.7;
	}*/

	textarea{
		padding:1.5em;
		font-size: 1.3rem;
		width:100%;
		line-height: 2em;
		background:#fff;
		box-sizing: border-box;
		min-height:200px;
		border:1px solid #ccc;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		color:#000;
	}
	
	.privacy_cont{
		margin:0 0 15px 0;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		line-height: 2em;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.privacy_cont:last-child{
		margin:0 0 0 0;
	}
	
	.privacy_cont.spbp{
		margin:0 0 60px 0;
	}
	
	.mw_wp_form .privacy_cont .horizontal-item{margin:0 0 !important; display:inline-block; line-height:1; min-width:auto;}
	
	.mw_wp_form .cbtnbox{
		padding:70px 0 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: relative;
	}
	
	.mw_wp_form .cbtnbox .btnbox{
		width:275px;
		height:70px;
		overflow: hidden;
		position: relative;
	}
	
	input[type="submit"].btn01{
		background:#ff6630;
		width:275px;
		height:70px;
		padding:0 0;
		border:none;
		margin:0 0 0 0;
		color:#fff;
		font-size:1.4rem;
		letter-spacing: 0.3em;
		text-align: center;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position:relative;
		z-index:2;
		-webkit-appearance: none;
		transition: all 0.3s;
		border-radius: 0;
	}
	
	input[type="submit"].btn02{
		background:#333;
		width:270px;
		height:70px;
		padding:0 0;
		border:none;
		margin:0 0 30px 0;
		color:#fff;
		font-size:1.4rem;
		letter-spacing: 0.3em;
		text-align: center;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position:relative;
		z-index:2;
		-webkit-appearance: none;
		transition: all 0.3s;
		order:-1;
		border-radius: 0;
	}
	
	input[type="submit"].btn01:hover,
	input[type="submit"].btn02:hover{
		opacity:0.7;
	}
	
	.send_cont{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding:5vw;
		background:#f2f2f2;
		width:100vw;
		margin-left: -5vw;
	}
	
	.send_cont .tl{
		font-size: 1.3rem;
		padding-right: 20px;
		white-space: nowrap;
		min-width:70px;
	}
	
	.send_cont .tx{
		font-size: 1.3rem;
		padding-left: 20px;
		border-left: 1px solid #000;
		width:calc(100% - 70px);
		padding:0.5em 2em;
		line-height: 1.9em;
	}
	
	.send_cont .border_cont{
		border:1px solid #000;
		min-width:100%;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		margin-top:20px;
	}
	
	.send_cont .border_cont p.head{
		border-bottom:1px solid #000;
		text-align: center;
		padding:1em;
	}
	
	.send_cont .border_cont .b_inbox{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		width:100%;
	}
	
	.send_cont .border_cont .b_inbox p{
		font-size: 1.5rem;
		padding:1.2em;
		line-height: 1.9em;
	}
	
	.thanks_flexbox{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding-top:50px;
	}
	
	.thanks_flexbox .txbox{
		width:90%;
	}
	
	.thanks_flexbox .txbox .tl{
		font-size: 1.8rem;
		line-height: 2em;
		letter-spacing: 0.05em;
		margin-bottom: 0.5em;
		text-align: center;
	}
	
	.thanks_flexbox .txbox a{
		margin-bottom: 3em;
	}
	
	.thanks_flexbox .phbox{
		width:100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.thanks_flexbox .phbox figure{
		max-width: 280px;
		width:80%;
	}
	
	.thanks_tx{
		font-size: 1.3rem;
		line-height: 2em;
	}
}
