@charset "UTF-8";

body {
	overflow-x:hidden;
}
div#mfp_hidden {
	overflow:hidden;
	width:1px;
	height:1px;
	padding:0px;
	margin:0px;
}
div#mfp_hidden input {
	margin:10px;
}
div.mfp_thanks {
	padding:30px;
}
div.mfp_thanks p {
	line-height:1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin:0px;
	padding:0px;
}
div.mfp_thanks ul.mfp_caution li {
	display:block;
	color:#C00;
	margin:0px;
	padding:5px 0px;
}
div#mfp_thanks {
	text-align:center;
	font-size:18px;
	padding:20px 0px;
}
div#mfp_thanks strong {
	color:#C00;
	font-size:24px;
}
table#mfp_confirm_table {
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	text-align:left;
	border-top:solid 1px #CCC;
	padding:10px 10px;
}
table#mfp_confirm_table tr:last-of-type th,
table#mfp_confirm_table tr:last-of-type td {
	border-bottom:solid 1px #CCC;
}
table#mfp_confirm_table tr th {
	white-space:nowrap;
	width:220px;
}
table#mfp_confirm_table tr td {
	word-break:break-all;
}
@media screen and (max-width:599px) {
	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td {
		display:block;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	table#mfp_confirm_table tr th {
		font-weight:bold;
	}
	table#mfp_confirm_table tr td {
		border-top:dashed 1px #ddd;
	}
	table#mfp_confirm_table tr:last-of-type th {
		border-bottom:none;
	}
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 30px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div.mfp_buttons {
	clear:both;
	padding:30px 0px 10px;
	text-align:center;
	margin-top:30px;
}
div.mfp_buttons button#mfp_button_send {
	padding-left:20px;
	padding-right:20px;	
}
div.mfp_buttons button#mfp_button_cancel {
	padding-left:10px;
	padding-right:10px;
}

div#mfp_overlay {
	position:absolute;
	display:none;
	z-index:10001;
}
div#mfp_overlay_inner {
	background-color:#FFF;
	padding:15px;
	margin:0px auto;
	border-radius:5px;
	box-shadow:0px 0px 10px #000;
	width:640px;
	max-width:90%;
}
div#mfp_overlay_background {
	background-color:#000;
	position:absolute;
	display:none;
	z-index:10000;
}
div#mfp_loading_screen {
	z-index:20000;
	opacity:0.8;
	display:none;
	background-color:#000;
	position:absolute;
}
div#mfp_loading {
	z-index:20001;
	position:absolute;
	display:none;
	width:40px;
	height:40px;
	background-image:url(_images/mfp_loading.gif);
}
div.mfp_err {
	clear:both;
	display:none;
	text-align:left;
	margin:5px 0px 0px 0px;
	padding:3px 0px 5px 0;
	color:#F00;
}
.mfp_parent_error {
	border:solid 2px #F00;
}
.problem {
	background-color:#FCC;
}
div#mfp_error {
	background-color:#FEE;
	border:solid 1px #F00;
	padding:10px;
	display:none;
}
div#mfp_error p {
	padding:0px;
	margin:0px;
	font-size:14px;
	text-align:center;
}
div#mfp_error p strong {
	font-size:18px;
	color:#F00;
}
div#mfp_warning {
	background-color:#FEE;
	border:solid 1px #F00;
	padding:10px;
	display:none;
	border-radius:5px;
}
div#mfp_warning p {
	padding:0px;
	margin:0px;
	font-size:14px;
	text-align:center;
}
div#mfp_warning p strong {
	font-size:18px;
	color:#F00;
}
div.mfp_buttons {
	clear:both;
	padding:10px 0px;
	text-align:center;
}
div.mfp_buttons button#mfp_button_send {
}
div.mfp_buttons button#mfp_button_cancel {
}
.mfp_element_submit,
.mfp_element_reset,
#mfp_button_send {
	-webkit-appearance:none;
	text-align:center;
	display:inline-block;
	font-size:20px;
/*	background-color:#C00;
	color:#FFF;
	padding:12px 80px;*/
	min-width:200px;
	letter-spacing:.1em;
	cursor:pointer;
	outline:none;
/*	border:none;*/
	
	background-color: #fff;
	color: #f08201;
	-webkit-transition: .2s  background-color ease-in , .2s color ease-in;
	-o-transition: .2s  background-color ease-in , .2s color ease-in;
	transition: .2s  background-color ease-in , .2s color ease-in;
	border: 2px solid #f08201;
	width: 100%;
	max-width: 600px;
	border-radius: 3px;
	height: 80px;
	line-height: 80px;
	font-weight: bold; 
}
#mfp_button_send:hover { background-color: #f08201; color: #fff; }

#mfp_button_cancel {
	-webkit-appearance:none;
	text-align:center;
	display:inline-block;
	font-size:20px;
	background:#E7E7E7;
	color:#999;
	margin-top:15px;
	min-width:200px;
	padding:12px 40px;
	cursor:pointer;
	outline:none;
	border:none;
}
#mfp_button_cancel.mfp_element_button:hover {
	background:#ddd;
}
@media screen and (max-width:599px) {
	.mfp_element_submit,
	.mfp_element_reset,
	#mfp_button_send {
/*
		font-size:18px;
		min-width:160px;
		padding:12px 40px;
*/
		font-size: 13px;
		height: 50px;
		line-height: 46px;
	}
	#mfp_button_cancel {
		font-size: 13px;
	}
}

/* 完了ページ
========================================== */

p#comp {
	font-size:18px;
	line-height:1.8;
}
@media screen and (max-width:599px) {
	p#comp {
		font-size:14px;
	}
}
a#btnTop {
	margin:80px auto;
	width:300px;
	height:60px;
	line-height:60px;
	display:block;
	color:#fff;
	text-align:center;
	background-color:#EB5C01;
	font-size:18px;
	letter-spacing:.1em;
}
a#btnTop:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}
@media screen and (max-width:599px) {
	a#btnTop {
		height:50px;
		line-height:50px;
		margin:30px auto;
		width:240px;
		font-size:14px;
	}
}
@media screen and (max-width:800px) {
	div.mfp_buttons button {
		font-size:14px;
	}
	div#mfp_phase_confirm h4 {
		font-size:18px;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow:none;
		display:none;
	}
}




/* ANCHOR contact-form ------------------------------------*/
.contact-form__select { padding: 25px 70px 25px 25px; background: #fff url(../img/contact/icon-select.png) no-repeat right 30px center/17px auto; font-size: 15px; border: 1px solid #dcdcdc; border-radius: 5px; cursor: pointer; }

.contact-form__select.problem { background-color: #f9c6c4; border: 1px solid #f9c6c4; }

.contact-form__text { letter-spacing: -0.02em; }

.contact-form__text.problem { background-color: #f9c6c4; border: 1px solid #f9c6c4; }

.contact-form__text .link { cursor: pointer; text-decoration: underline; font-weight: bold; }

.contact-form__text .link:hover { text-decoration: none; }

.contact-form__textarea { padding: 25px; background-color: #fff; font-size: 15px; border: 1px solid #dcdcdc; border-radius: 5px; width: 100%; height: 230px; }

.contact-form__textarea.problem { background-color: #f9c6c4; border: 1px solid #f9c6c4; }

.mfp_err { color: #e60012; font-weight: bold; font-size: 18px; }

.contact-form__input { padding: 25px; background-color: #fff; font-size: 15px; border: 1px solid #dcdcdc; border-radius: 5px; width: 100%; }

.contact-form__input.problem { background-color: #f9c6c4; border: 1px solid #f9c6c4; }

.contact-form__block { margin-bottom: 60px; }

.contact-form__block.mail-block { display: none; }

.contact-form__block dt { font-weight: bold; font-size: 20px; }

.contact-form__block dt span { font-weight: normal; font-size: 18px; }

.contact-form__block dt:after { content: '任意'; background-color: #a0a0a0; color: #fff; font-size: 16px; font-weight: bold; display: inline-block; width: 50px; height: 22px; line-height: 22px; text-align: center; margin-left: 10px; }

.contact-form__block dt.required:after { content: '必須'; background-color: #e60012; }

.contact-form__sex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.contact-form__sex__label { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; padding: 25px 25px 25px 50px; background-color: #fff; font-size: 15px; border: 1px solid #dcdcdc; border-radius: 5px; width: 100%; cursor: pointer; position: relative; }

.contact-form__sex__label.problem { background-color: #f9c6c4; border: 1px solid #f9c6c4; }

.contact-form__sex__radio { display: block; width: 18px; height: 18px; position: absolute; top: 50%; margin-top: -9px; left: 25px; border-radius: 50%; border: 1px solid #000; }

.contact-form__sex__radio:checked:before { content: ''; display: block; width: 8px; height: 8px; background-color: #000; position: absolute; top: 4px; left: 4px; border-radius: 50%; }

@media screen and (max-width: 980px) { .contact-form__block { margin-bottom: 30px; }
  .contact-form__block dt { font-size: 12px; margin-bottom: 10px; }
  .contact-form__block dt span { font-size: 12px; }
  .contact-form__block dt:after { font-size: 10px; width: 30px; height: 18px; line-height: 18px; }
  .contact-form__input { padding: 15px; font-size: 10px; }
  .contact-form__textarea { height: 130px; padding: 15px; font-size: 10px; }
  .contact-form__select { padding: 15px 40px 15px 15px; background: #fff url(../img/contact/icon-select.png) no-repeat right 10px center/15px auto; font-size: 10px; width: 100%; }
  .mfp_err { font-size: 12px; }
  .contact-form__text { font-size: 10px; }
  .contact-form__sex__label { font-size: 10px; padding: 15px 15px 15px 30px; }
  .contact-form__sex__radio { width: 10px; height: 10px; margin-top: -5px; left: 15px; }
  .contact-form__sex__radio:checked:before { width: 4px; height: 4px; top: 2px; left: 2px; } }

/* ANCHOR domain-modal ------------------------------------*/
.iziModal { background-color: transparent; }

.domain-modal { padding: 100px 30px; background-color: #fff; border-radius: 10px; }

.domain-modal__close { position: absolute; width: 41px; top: 30px; right: 30px; cursor: pointer; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }

.domain-modal__close:hover { opacity: .8; }

.domain-modal__inner { max-width: 730px; margin: 0 auto; }

.domain-modal__inner h2 { text-align: center; letter-spacing: 0.1em; font-weight: bold; font-size: 42px; line-height: 1; padding-bottom: 55px; margin-bottom: 35px; position: relative; }

.domain-modal__inner h2:after { content: ''; display: block; height: 1px; width: 440px; background-color: #999999; position: absolute; bottom: 0; left: 50%; margin-left: -220px; }

.domain-modal__inner h3, .domain-modal__inner li, .domain-modal__inner p { font-size: 18px; }

.domain-modal__inner h3 { font-weight: bold; }

.domain-modal__inner em { font-weight: bold; font-size: 22px; }

.domain-modal__mail { line-height: 1; padding: 25px; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; font-size: 15px; border: 1px solid #dcdcdc; border-radius: 5px; cursor: pointer; max-width: 270px; }

@media screen and (max-width: 980px) { .domain-modal { padding: 70px 30px; }
  .domain-modal__close { top: 10px; right: 10px; }
  .domain-modal__mail { font-size: 12px; padding: 15px; max-width: 200px; }
  .domain-modal__inner h2 { font-size: 22px; padding-bottom: 25px; margin-bottom: 15px; }
  .domain-modal__inner h2:after { width: 220px; margin-left: -110px; }
  .domain-modal__inner h3, .domain-modal__inner li, .domain-modal__inner p { font-size: 12px; }
  .domain-modal__inner em { font-size: 12px; } }

