@charset "UTF-8";
/*========================================
Re:vite
Date : 20181109
URL : http://acs-hi.jp/
Style : Contact CSS
Filename : contact-form.css
========================================*/

/*========================================
Contents
========================================*/
.contact-step_ar {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-step_ar ul {
	width: 360px;
	margin: 20px 0 50px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.contact-step_ar ul:after {
	position: absolute;
	bottom: 1em;
	content: "";
	width: calc(100% - 3em);
	height: 1px;
	margin: 0 1.5em;
	border-bottom: 2px solid #ababab;
}
.contact-step_ar li {
	width: auto;
	font-size: 1.2rem;
	line-height: 1.8;
	color: #ababab;
	text-align: center;
	position: relative;
	z-index: 2;
}
.contact-step_ar li.input-step {
	color: #fd7e00;
}

.contact-form_list {
	width: 100%;
	float: left;
}
.contact-form_list dl {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	float: left;
	box-sizing: border-box;
}
.contact-form_list dt {
	width: 100%;
	margin: 0 0 10px;
	padding: 4px 20px;
	font-size: 1.2rem;
	font-weight: bold;
	float: left;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/*font-family: a-otf-ud-shin-go-pr6n, sans-serif;*/
	font-style: normal;
	letter-spacing: .065em;
	line-height: 1.6;
}
.contact-form_list dt:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 8px;
	height: 100%;
	background: #fd7e00;
	border-radius: 6px;
}
.contact-form_list dt .title {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 700;
	float: left;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.contact-form_list dt .required {
	width: 4em;
	margin-left: 20px;
	padding: 0;
	font-weight: 700;
	font-size: .8rem;
	color: #fff;
	background: #fd7e00;
	border: 1px solid #fd7e00;
	border-radius: 10px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-form_list dt .any {
	width: 4em;
	margin-left: 20px;
	padding: 0;
	font-weight: 700;
	font-size: .8rem;
	background: #f1f1f1;
	border-radius: 10px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-form_list dd {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	float: left;
	box-sizing: border-box;
}
.contact-form_list dd p {
	padding: 10px 0 10px 30px;
	font-size: 1rem;
	line-height: 1.4;
	box-sizing: border-box;
}
.contact-form_list dd p.caution {
	padding: 14px 0 4px;
	font-size: .8rem;
}

.contact-form_ck {
	width: calc(100% - 180px);
	margin: 30px 90px 80px;
	font-size: 1rem;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

@media screen and (min-width: 319px) and (max-width: 374px){
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	.contact-step_ar ul {
		width: 280px;
		margin: 20px 0 30px;
	}
	.contact-form_list dt {
		width: 100%;
		margin: 0 0 10px;
		padding: 4px 0 4px 16px;
		font-size: 1rem;
	}
	.contact-form_list dt .required {
		width: 4em;
		margin-left: 20px;
		padding: 0;
		font-size: .7rem;
	}
	.contact-form_list dt .any {
		width: 4em;
		margin-left: 20px;
		padding: 0;
		font-size: .7rem;
	}
	.contact-form_list dd p {
		padding: 10px 0 10px 20px;
		font-size: 1rem;
		line-height: 1.4;
	}
	.contact-form_ck {
		width: calc(100% - 80px);
		margin: 30px 40px 80px;
		font-size: 1rem;
		float: left;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
}

/* error text */
.contact-form_list dd p.error-txt {
	height: 0;
	padding: 0;
	line-height: 1;
	clear: both;
}
.error {
	position: relative;
	top: -1.5em;
	left: 0;
	padding: .5em 1em .4em;
	background-color: #c7372c;
	border: 1px solid #c7372c;
	border-radius: 5px;
	color: #fff;
	font-size: 1rem;
}
.error-02 {
	top: -.75em;
	left: -3.5em;
}
.error:after,
.error:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 15px;
	border: solid transparent;
}
.error:after {
	margin-left: 1px;
	border-top-color: #c7372c;
	border-width: 7px;
}
.error:before {
	border-top-color: #c7372c;
	border-width: 8px;
}

@media screen and (min-width: 319px) and (max-width: 374px) {
	.error {
		top: -4.5em;
	}
	.error-02 {
		top: -1em;
		left: -2em;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	.error {
		top: -4.5em;
	}
	.error-02 {
		top: -1em;
		left: -3.6em;
	}
}


/*========================================
Form Setting
========================================*/
input {
	font-size: 1rem;
	border-bottom: 2px solid #ccc;
	background-color: #FFFFFF;
}
input[type=text]:focus {
	background-color: #fafafa;
	border-bottom: 2px solid #ccc;
	box-shadow: 0px 4px 3px -2px #dedede;
}
textarea, select {
	font-size: 1rem;
	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
}
select:focus, textarea:focus {
	background-color: #fafafa;
	border: 2px solid #ccc;
	box-shadow: 0 0 10px #dedede;
}
input[type="text"] {
	padding: 16px 12px;
}
textarea {
	width: 100%;
	height: 140px;
	margin: 0 0 0 0;
	padding: 16px 12px;
	box-sizing: border-box;
}
select {
	height: 54px;
	margin: 0;
	padding: 0px 30px 0px 12px;
	border-radius: 6px;
	box-sizing: border-box;
	background: url(../images/conatct/select-arrow.png) right 50% no-repeat;
	background-size: 20px, 100%;
}

.input-txt_c-nam {
	width: 100%;
	box-sizing: border-box;
}
.input-txt_nam {
	width: 40%;
}
.input-txt_zip {
	width: 30%;
}
.input-txt_etc {
	width: 70%;
	box-sizing: border-box;
}

.select-box {
	width: 100%;
}
.select-type_1 {
	width: 120px;
}
.select-type_2 {
	width: 100px;
}
.radio_ar {
	padding: 16px 0;
}

/*radio01 css*/
.radio01-input, .radio02-input {
  display: none;
}
.radio01-parts {
  padding-left: 24px;
  position:relative;
}
.radio01-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio01-input:checked + .radio01-parts {
  color: #fd7e00;
}
.radio01-input:checked + .radio01-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #fd7e00;
  border-radius: 50%;
}

.radio02-parts {
	display: flex;
	align-items: center;
	justify-content: center;
  cursor: pointer;
	height: 3.5em;
  padding: 0 10px;
	font-size: 1rem;
	line-height: 1.4;
  border: 1px solid #c6c6c6;
	border-radius: 2px;
	box-sizing: border-box;
}
.radio02-input:checked + .radio02-parts {
	color: #fff;
  background: #fd7e00;
}
.radio02-parts_m-r {
	margin: 0 5px 3px 0;
}
.radio02-parts_m-l {
	margin: 0 0 3px 5px;
}

/* submit botton setting */
.form-btn-submit {
	width: 40%;
	height: 3em;
	margin: 0;
	padding: 10px 14px;
	font-size: 1.4rem;
	color: #ffffff;
	border: 2px solid #fd7e00;
	border-radius: 40px;
	background: #fd7e00 url(../images/icon/arrow-nav_r-wt.png) center right 15px / 14px 18px no-repeat;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-btn-submit:hover {
	color: #fd7e00;
	border: 2px solid #fd7e00;
	background: #fff url(../images/icon/arrow-nav_r-or.png) center right 15px / 14px 18px no-repeat;
	box-shadow: 0px 0px 3px 1px #fd7e00;
}
.form-btn-submit-re {
	width: 40%;
	height: 3em;
	margin: 0;
	padding: 10px 14px;
	font-size: 1.4rem;
	border: 2px solid #474747;
	border-radius: 40px;
	background: #fff url(../images/icon/arrow-nav_l-gr.png) center left 15px / 14px 18px no-repeat;
	position: relative;
	box-sizing: border-box;
}
.form-btn-submit-re:hover {
	color: #fd7e00;
	border: 2px solid #fd7e00;
	background: #fff url(../images/icon/arrow-nav_l-or.png) center left 15px / 14px 18px no-repeat;
	box-shadow: 0px 0px 3px 1px #fd7e00;
}

.top-news-btn_ar {
	width: 100%;
	margin: 50px 0 0;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-news-btn_ar a {
	width: 20%;
	padding: 10px 14px;
	height: 3em;
	border: 1px solid #474747;
	border-radius: 25px;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}








/*
.form-btn-submit-off:hover {
	color: #fff;
	background: #ccc;
	cursor: pointer;
}
*/
.form-btn-submit-back {
	width: 24%;
	margin: 0;
	padding: 12px 0;
	font-size: 1.4rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #c6c6c6;
	position: absolute;
	top: 0;
	left: 20px;
}
.form-btn-submit-back:hover {
	color: #fff;
	border: 1px solid #fff;
	background: #999;
	cursor: pointer;
}
.form-btn_wide, .form-btn_half {
	width: 30%;
}

/* chack box setting */
.check-cont_ar {
	width: 100%;
	float: left;
}
.check-cont_ar label {
	width: 33.333%;
	margin: 0 0 10px;
	/*float: left;*/
}
input[type="checkbox"] {
	display: none;
}
.ck-box {
	position: relative;
	display: inline-block;
	padding: 3px 13px 3px 22px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.ck-box:before,
.ck-box:after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.ck-box:before {
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #f4f4f4;
	border: 1px solid #787878;
	border-radius: 3px;
}
.ck-box:after {
	opacity: 0;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 4px;
	margin-top: -4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
.ck-box:hover:before {
	background: #fd7e00;
}
input[type="checkbox"]:checked + .ck-box:before {
	background: #fd7e00;
	border: 1px solid #fd7e00;
}
input[type="checkbox"]:checked + .ck-box:after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

.ck-box-sp {
	display: flex;
	align-items: center;
	justify-content: center;
  cursor: pointer;
	height: 3.5em;
  padding: 0 10px;
	font-size: 1rem;
	line-height: 1.4;
  border: 1px solid #c6c6c6;
	border-radius: 2px;
	box-sizing: border-box;
}
.ck-box-btn:checked + .ck-box-sp {
	color: #fff;
  background-color: #fd7e00;
}
.ck-box-sp_m-r {
	margin: 0 5px 3px 0;
}
.ck-box-sp_m-l {
	margin: 0 0 3px 5px;
}


/* Chrome */
::-webkit-input-placeholder {
	color: #cdcdcd;
}
/* Firefox */
::-moz-placeholder {
	color: #cdcdcd;
}
/* IE */
:-ms-input-placeholder {
	color: #cdcdcd;
}
/* Edge */
::-ms-input-placeholder {
	color: #cdcdcd;
}

@media screen and (min-width: 319px) and (max-width: 374px) {
	select {
		margin: 0 0 10px 0;
	}
	textarea {
		width: 100%;
		padding: 16px 8px;
		box-sizing: border-box;
	}
	.input-txt_etc {
		width: 100%;
	}
	.form-btn-submit, .form-btn-submit-off {
		width: 90%;
		font-size: 1.1rem;
	}
	.form-btn-submit-re {
		width: 90%;
		margin: 20px 0 0;
		font-size: 1.1rem;
	}
	.form-btn-submit-back {
		width: 60%;
		margin: 10px auto 0 20%;
		font-size: 1.1rem;
		position: static;
	}
	.input-txt_etc {
		width: 100%;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	select {
		margin: 0 0 10px 0;
	}
	textarea {
		width: 100%;
		padding: 16px 8px;
		box-sizing: border-box;
	}
	.input-txt_etc {
		width: 100%;
	}
	.form-btn-submit, .form-btn-submit-off {
		width: 90%;
		font-size: 1.1rem;
	}
	.form-btn-submit-re {
		width: 90%;
		margin: 20px 0 0;
		font-size: 1.1rem;
	}
	.form-btn-submit-back {
		width: 60%;
		margin: 10px auto 0 20%;
		font-size: 1.1rem;
		position: static;
	}
	.check-cont_ar label {
		width: 100%;
		margin: 0 0 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}


