@charset "UTF-8";
/*========================================
Re:vite
Date : 20180316
URL : 
Style : Contact CSS
Filename : contact-form.css
========================================*/

/*========================================
Contents---add------
========================================*/
.top-jutyuu-ar {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #aaa;
  display: flex;
  color: #474747;
}

.top-input-btn input {
  padding: 8px 30px 8px 60px;
  font-size: 1.2rem;
  color: #fff;
  border: 3px solid #1e4290;
  border-radius: 6px;
  margin-right: 72px;
  background: url(../images/exele.svg) #1e4290 no-repeat 20% center/20px 20px;
}
.top-input-btn input:hover {
	color: #1e4290;
	cursor: pointer;
	transition: all 0.4s;
  background: url(../images/exele-hover.svg) 20% center/20px 20px no-repeat #fff;
}
.history-input-btn input {
  margin-left: 40px;
  padding: 5px 40px;
  font-size: 1.1rem;
  color: #fff;
  border: 2px solid #2f71a0;
  border-radius: 6px;
  background: #2f71a0;
}
.history-input-btn input:hover {
	color: #2f71a0;
  background: #fff;
	cursor: pointer;
	transition: all 0.4s;
}
@media (max-width:767px) {
  .history-input-btn input {
    width: 280px;
    margin: 0;
  }
}
/*========================================
Contents---add------ここまで
========================================*/
.contact-form_list {
	width: 100%;
	float: left;
	position: relative;
}
.contact-form_list h4 {
	font-size: 1.3rem;
	letter-spacing: .1em;
}
.contact-form_list p {
}
.contact-form_list .contact-txt_ar {
	width: 100%;
	float: left;
}
.contact-form_list .contact-txt_ar p {
	padding: 10px 30px;
	font-size: 1rem;
	line-height: 1.5;
}

.contact-form_list dl {
	width: 100%;
	margin: 0;
	border-top: 1px solid #a3a3a1;
	float: left;
	display: flex;
}
.contact-form_list dl:last-child {
	border-bottom: 1px solid #a3a3a1;
}
.contact-form_list .dl-t_line-none {
	border-top: none!important;
	margin: 40px 0 0;
}
.contact-form_list dt {
	width: 35%;
	padding: 0;
	float: left;
	box-sizing: border-box;
	display: flex;
}
.contact-form_list dt .title {
	width: calc(100% - 100px);	
	padding: 0;
	font-size: 1rem;
	font-weight: 700;
	float: left;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.contact-form_list dt .required {
	width: 100px;
	padding: 0;
	color: #fff;
	font-weight: 700;
	font-size: .9rem;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-form_list dt .required span {
	padding: 4px 10px;
	background: #d08886;
	border-radius: 6px;
}
.contact-form_list dt .any {
	width: 100px;
	padding: 0;
	color: #fff;
	font-weight: 700;
	font-size: .9rem;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-form_list dt .any span {
	padding: 4px 10px;
	background: #a3a3a1;
	border-radius: 6px;
}
.contact-form_list dd {
	width: 65%;
	padding: 16px 20px;
	float: left;
	box-sizing: border-box;
}
.contact-form_list dd p {
	padding: 4px 0 0;
	font-size: 1rem;
	line-height: 1.4;
}
.contact-form_list dd p.caution {
	font-size: .8rem;
}
.contact-form_list dd p.caution-2 {
	padding: 4px 0 10px 30px;
	font-size: .8rem;
}
.zip-txt {
	display: inline-block;
	align-items: center;
}
.zip-txt p {
	padding: 0!important;
	font-size: .8rem!important;
	line-height: 1.4;
}

.contact-privacy_title {
	width: calc(100% - 100px);
	margin: 50px 50px 0;
	float: left;
}
.contact-privacy_title h4 {
	font-size: 1.4rem;
}
.contact-privacy_ar {
	width: calc(100% - 100px);
	height: 180px;
	margin: 0 50px;
	padding: 16px 40px;
	border: 1px solid #ababab;
	overflow: auto;
	box-sizing: border-box;
}

.contact-finish_ar {
	width: 80%;
	margin: 0 auto 0 10%;
	float: left;
}
.contact-finish_ar p {
	font-size: 1rem;
	line-height: 1.8;
}
.contact-finish_ar .top-return_btn {
	width: 40%;
	margin: 100px auto 140px;
	border: 1px solid #8e618a;
	background: #fff;
	clear: both;
}
.contact-finish_ar .top-return_btn p {
	padding: 12px 0;
	font-size: 1.4rem;
	color: #8e618a;
}
.contact-finish_txt-c {
	text-align: center;
}

@media screen and (min-width: 319px) and (max-width: 767px) {
	.contact-form_list .contact-txt_ar p {
		padding: 10px 0;
		font-size: 1rem;
	}
	.contact-article_list dl {
		width: 100%;
		margin: 0;
	}
	.contact-form_list .dl-t_line-none {
		border-top: none!important;
		margin: 0;
	}
	.contact-article_list dt {
		width: 100%;
		text-align: left;
	}
	.contact-article_list dd {
		width: 100%;
	}
	.contact-form_list dl {
		width: 100%;
		margin: 10px 0 0;
		display: block;
	}
	.contact-form_list dl.list-btm_line {
		border-bottom: 1px solid #c6c6c6;
	}
	.contact-form_list dt {
		width: 100%;
	}
	.contact-form_list dt .title {
		width: auto;	
		padding: 16px 10px 10px;
		font-size: 1rem;
		display: inline-flex;
	}
	.contact-form_list dt .required {
		width: auto;
		padding: 16px 0 10px;
		font-size: .9rem;
	}
	.contact-form_list dt .any {
		width: auto;
		padding: 16px 0 10px;
		font-size: .9rem;
	}
	.contact-form_list dd {
		width: 100%;
		padding: 0 10px 10px;
	}
	.contact-privacy_title {
		width: calc(100% - 20px);
		margin: 30px 10px 0;
	}
	.contact-privacy_title h4 {
		font-size: 1.2rem;
	}
	.contact-privacy_ar {
		width: calc(100% - 20px);
		margin: 0 10px;
		padding: 16px 20px;
	}
	.contact-finish_ar {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.contact-finish_ar .top-return_btn {
		width: 80%;
	}
	.contact-finish_txt-c {
		text-align: left;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.contact-form_list dt .title {
		width: calc(100% - 60px);	
		font-size: .9rem;
	}
	.contact-form_list dt .required {
		width: 60px;
	}
	.contact-form_list dt .any {
		width: 60px;
	}
}
@media screen and (min-width: 961px) and (max-width: 1239px) {
	.contact-form_list dt {
		width: 36%;
	}
	.contact-form_list dd {
		width: 64%;
	}
}
@media screen and (min-width: 1240px) and (max-width: 1424px) {
}

/* error text */
.contact-form_list dd p.error-txt, .contact-form_list .form-list_size p.error-txt, .contact-form_list .form-list_size-2 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: #d08886;
	border: 1px solid #d08886;
	border-radius: 6px;
	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: #d08886;
	border-width: 7px;
}
.error:before {
	border-top-color: #d08886;
	border-width: 8px;
}

@media screen and (min-width: 319px) and (max-width: 374px) {
	.error {
		top: -4em;
	}
	.error-02 {
		top: -1em;
		left: -3.6em;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	.error {
		top: -4em;
	}
	.error-02 {
		top: -1em;
		left: -3.6em;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 961px) and (max-width: 1239px) {
}
@media screen and (min-width: 1240px) and (max-width: 1424px) {
}


/*========================================
Form Setting
========================================*/
input[type="text"], textarea, select,input[type="email"],input[type="tel"],input[type="password"],input[type="number"] {
	font-size: 1rem;
	border: 2px solid #ccc;
	border-radius: 6px;
	background-color: #fff;
}
input:not([submit]):focus, textarea:focus, select:focus {
	background-color: #fafafa;
	border: 2px solid #1e4290;
	border-radius: 6px;
	box-shadow: 0 0 10px #1e4290;
}
/*input[type="submit"]:focus {
  background-color: #fff;
	border: 2px solid #1e4290;
	border-radius: 6px;
	box-shadow: none;
}*/
input[type="submit"]:hover {
  cursor: pointer;
}
input[type="text"],input[type="email"],input[type="tel"],input[type="password"],input[type="number"] {
	width: calc(100% - 30px);
	padding: 12px 12px;
	box-sizing: border-box;
}
textarea {
	width: calc(100% - 30px);
	height: 140px;
	margin: 0 0 0 0;
	padding: 12px 12px;
	box-sizing: border-box;
}
select {
	padding: 5px 25px 5px 7px;
	border-radius: 6px;
	box-sizing: border-box;
	background: url(../images/select-arrow.png) right 50% no-repeat, #fff;
	background-size: 20px, 100%;
}
label {
	width: auto;
	padding-right: 10px;
}

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

.select-box {
	width: 100%;
}
.select-type_1 {
	width: 120px;
}
.select-type_2 {
	width: 100px;
}
.radio_box {
  display: flex;
}
.radio_box p {
  margin-left: 20px;
  margin-bottom: 20px;
}

/*radio01 css*/
.radio01-input{
  display: none;
}
.radio01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  width: 50px;
}
.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: #474747;
}
.radio01-input:checked + .radio01-parts:after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #474747;
  border-radius: 50%;
}

/* submit botton setting */
.contact-form_btn {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}


.form-btn-submit-off {
	width: 40%;
	margin: 0 auto 0 30%;
	padding: 12px 0;
	font-size: 1.4rem;
	color: #ccc;
	border: 1px solid #ccc;
	background: #fff;
}
.form-btn-submit-back {
	width: auto;
	margin: 0 10px;
	padding: 12px 0;
	font-size: 1.4rem;
	border: 1px solid #fff;
	position: absolute;
	top: 30px;
	left: 16%;
}
.form-btn-submit-back:hover {
	color: #fff;
	background: #999;
	cursor: pointer;
}
.form-btn_wide, .form-btn_half {
	width: 30%;
}
.form-btn_error {
	background-color: #ffe8e8!important;
	border: 2px solid #f00!important;
}


/* chack box setting */
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;
  margin-top: 5px;
}
.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: #1e4290;
}
input[type="checkbox"]:checked + .ck-box:before {
	background: #1e4290;
	border: 1px solid #1e4290;
}
input[type="checkbox"]:checked + .ck-box:after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/* 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) {
	.input-txt_c-nam {
		width: calc(100% - 30px);
	}
	.input-txt_nam {
		width: 80%;
	}
	.input-txt_zip {
		width: 60%;
	}
	.input-txt_etc {
		width: calc(100% - 30px);
	}
	select {
		margin: 0 0 10px 0;
	}
	textarea {
		width: 100%;
		padding: 16px 8px;
		box-sizing: border-box;
	}
	.form-btn-submit, .form-btn-submit-off {
		width: 80%;
		margin: 0 auto 0 10%;
		font-size: 1.1rem;
	}
	.form-btn-submit-back {
		width: 20%;
		margin: 10px auto 0 40%;
		font-size: 1.1rem;
		position: static;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	.input-txt_c-nam {
		width: calc(100% - 30px);
	}
	.input-txt_nam {
		width: 80%;
	}
	.input-txt_zip {
		width: 60%;
	}
	.input-txt_etc {
		width: calc(100% - 30px);
	}
	select {
		margin: 0 0 10px 0;
	}
	textarea {
		width: 100%;
		padding: 16px 8px;
		box-sizing: border-box;
	}
	.form-btn-submit, .form-btn-submit-off {
		width: 80%;
		margin: 0 auto 0 10%;
		font-size: 1.1rem;
	}
	.form-btn-submit-back {
		width: 20%;
		margin: 10px auto 0 40%;
		font-size: 1.1rem;
		position: static;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}


