@charset "UTF-8";
/*============================================================================================
      common
=============================================================================================*/
html{
	font-size: 10px;
}
#breadcrumb {
  display: none;
}
#breadcrumb.BC_support {
  display: block;
}

#contact {
	font-size: 1.6rem;
}
#contact .form_cont {
	font-family: 'Noto Sans','Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*-- Icon --*/
.u_ic{
  position: relative;
}
.u_ic::before,
.u_ic::after{
  content: "";
  margin: auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  position: absolute;
}
.u_indent{
	text-indent: -1em;
	padding-left: 1em;
}


@media (max-width: 768px){
	#contact {
		margin-top: 60px;
	}
	#contact .mt_70 {
		margin-top: 60px!important;
	}
}
@media (max-width: 576px){
	#contact .mt_70 {
		margin-top: 10vw!important;
	}
}

.contact_ttl {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.contact_subttl {
	padding-left: 10px;
	font-size: 2.5rem;
	font-weight: bold;
	border-left: 6px solid #0068B7;
}
.thanks_ttl {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.contact_step_top li {
	width: 112px;
	height: 40px;
	padding: 6px 0;
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
	text-align: center;
}
.contact_step_top li.c_current {
	color: #fff;
	background-color: #2f2f2f;
	border: 1px solid #2f2f2f;
}
.contact_step_top li + li {
	margin-left: 20px;
}
.contact_step_top li:after {
	width: 6px;
	height: 6px;
	right: -13px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact_step p {
	text-align: center;
}
.contact_step p.lead_cap {
	text-align: left;
}

#contact .contact_item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	background: url(../img/dot.svg) repeat-x;
	background-size: 4px 1px;
}
#contact .contact_item:last-of-type::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: url(../img/dot.svg) repeat-x;
	background-size: 4px 1px;
	z-index: 2;
}
#contact .contact_item_ttl {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
	justify-content: center;
	width: 250px;
	min-width: 250px;
	font-weight: bold;
}
#contact .data_wrap {
	width: 100%;
}
#contact .contact_item_data {
	width: 100%;
	padding-left: 50px;
}
#contact .contact_item_data input {
	font-size: 1.6rem;
	color: #2f2f2f;
}
#contact .contact_item_data input::-webkit-input-placeholder,
#contact .contact_item_data textarea::-webkit-input-placeholder {
	color: #ddd;
}
#contact .contact_item_data input::-moz-placeholder,
#contact .contact_item_data textarea::-moz-placeholder {
	color: #ddd;
}
#contact .contact_item_data input:-ms-input-placeholder,
#contact .contact_item_data textarea:-ms-input-placeholder {
	color: #ddd;
}
#contact .contact_item_data input::-ms-input-placeholder,
#contact .contact_item_data textarea::-ms-input-placeholder {
	color: #ddd;
}
#contact .contact_item_data input::placeholder,
#contact .contact_item_data textarea::placeholder {
	color: #ddd;
}
#contact .contact_item_data input[type=text] {
	width: 100%;
	height: 48px;
	padding-left: 10px;
	line-height: 48px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 0;
}
#contact .contact_item_data input[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	margin-right: 3px;
	vertical-align: inherit;
}
#contact .contact_item_data input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	margin-right: 3px;
	vertical-align: inherit;
}
#contact .contact_item_data textarea {
	width: 100%;
	height: 140px;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	line-height: 1.4;
}
#contact .contact_item_data select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 48px;
	padding: 10px 15px;
	color: #2f2f2f;
	font-size: 1.6rem;
	border: 1px solid #ddd;
	background: #fff url(../img/ic_select.svg) no-repeat 100px center;
	border-radius: 0;
}
#contact .contact_item_data select::-ms-expand {
	display: none!important;
}
#contact .label_req {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 44px;
	height: 20px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #ED1C24;
	line-height: 20px;
	text-align: center;
}
#contact .label_req.lead_req {
	position: static;
}

#contact .valid-err {
	display: block;
	margin-top: 10px;
	margin-left: 0;
	font-size: 1.4rem;
	color: #FF0000;
	line-height: 1.4;
}
#contact .valid-err span {
	display: block;
	margin-top: 10px;
	font-size: 1.4rem;
	color: #FF0000;
	line-height: 1.4;
}

#contact .contact_item_cont.team_vol input {
	width: 80px;
	vertical-align: inherit;
}
#contact .contact_item_cont.team_vol::after {
	content: 'チーム';
	color: #2f2f2f;
	top: 12px;
	left: 90px;
	font-size: 1.6rem;
}
#contact .contact_item_cont.p_vol select {
	width: 120px;
}
#contact .sns_cont label,
#contact .sns_cont .sns_type {
	display: inline-block;
	width: 150px;
}
#contact .sns_cont input[type=text] {
	width: 80%;
	margin: 0 0 0 auto;
	vertical-align: inherit;
}
#contact .note {
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
}
#contact .note .tx_b {
	color: #0F90FF;
}
#contact .contact_item_data .post_num input {
	width: 120px;
}
.caution_list {
	display: block;
	border: 1px solid #ddd;
	height: 120px;
	padding: 15px;
	overflow-y: scroll;
}
.caution_li {
	font-size: 1.2rem;
}
.caution_li + .caution_li {
	margin-top: 1em;
}
.caution_li a {
	color: #0F90FF;
	text-decoration: underline;
}
.caution_li a:hover {
	color: #0F90FF;
	text-decoration: none;
}

.contact_item_cont label + label {
	padding-left: 10px;
}

.mail_note:before {
	background-image: url(../img/arrow.svg);
	width: 12px;
	height: 7px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* Button */
#contact .hf-button {
	position: relative;
	display: block;
	transition: background .2s;
	-webkit-transition: background .2s;
	height: 60px;
}
#contact .hf-button input,
#contact .hf-button button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 56px;
	padding: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Noto Sans','Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: none;
	transition: color .2s, background .2s;
	-webkit-transition: color .2s, background .2s;
}
#contact .hf-send-button {
	width: 350px;
	margin-left: 20px;
	color: #fff;
	background-color: #FC8E2D;
	border: 2px solid #FC8E2D;
}
#contact .hf-send-button a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
}
#contact .hf-send-button a:hover {
	color: #FC8E2D;
}
#contact .hf-send-button input {
	cursor: pointer;
	color: #fff;
	background-color: #FC8E2D;
}
#contact .hf-send-button:hover{
	background-color: #fff;
	color: #FC8E2D;
	border: 2px solid #FC8E2D;
}
#contact .hf-send-button input:hover {
	color: #FC8E2D;
	background-color: #fff;
}


#contact .hf-clear-button {
	width: 120px;
	color: #666;
	background-color: #eee;
}
#contact .hf-clear-button button,
#contact .hf-clear-button input {
	color: #666;
}
#contact .hf-clear-button:hover{
	background-color: #666;
	color: #eee;
}
#contact .hf-clear-button button:hover,
#contact .hf-clear-button input:hover {
	color: #eee;
	cursor: pointer;
}

@media (max-width:768px){
	.contact_ttl {
		font-size: 2.6rem;
	}
	.contact_subttl {
		font-size: 2rem;
	}
	#contact .contact_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#contact .contact_item_data {
		margin-top: 15px;
		padding-left: 0;
	}
	#contact .contact_item_data label {
		display: block;
	}
	.contact_item_cont label + label {
		padding-left: 0;
	}
	#contact .contact_item_ttl {
		display: inline-block;
		width: 100%;
	}
	#contact .contact_item_ttl br {
		display: none;
	}
	#contact .label_req {
		top: 3px;
    right: auto;
    margin: auto 10px;
	}
	.contact_step_top li {
		width: 80px;
		height: 34px;
		padding: 3px 0;
	}
	.contact_step_top li + li {
		margin-left: 20px;
	}
	.contact_step p {
		text-align: left;
	}
}
@media (max-width:768px){
	#contact .hf-send-button {
		width: 65%;
		margin-left: 20px;
		color: #fff;
		background-color: #FC8E2D;
		border: 2px solid #FC8E2D;
	}
	#contact .hf-clear-button {
		width: 30%;
	}
}


@media all and (-ms-high-contrast: none) {
	.contact_step_top li {
		line-height: 40px;
	}
	#contact .label_req.lead_req {
		line-height: 30px;
	}
}