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

/*========================================
Contents
========================================*/
.contact-title {
	width: 100%;
	height: 65px;
	margin: 0 0 30px;
	padding: 0;
	border-top: 4px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.contact-title p {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}
.list-title, .list-title-2 {
	margin: 0 20px;
	padding: 0;
	background: #f9f9f9;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #777;
	display: flex;
	flex-wrap: nowrap;
}
.list-title p:nth-of-type(1), .list-title-2 p:nth-of-type(1) {
	margin: 0;
	padding: 0 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	border-radius: 10px 10px 0 0;
	background: #777;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.list-title p:nth-of-type(2), .list-title-2 p:nth-of-type(2) {
	margin: 0;
	padding: 10px 18px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	box-sizing: border-box;
}
.list-title_c, .list-title_c-2 {
	margin: 0 20px;
	padding: 0 10px;
	background: #f9f9f9;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #777;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.list-title_c p:nth-of-type(1), .list-title_c-2 p:nth-of-type(1) {
	margin: 0;
	padding: 8px 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.list-title_c p:nth-of-type(2), .list-title_c-2 p:nth-of-type(2) {
	margin: 0;
	padding: 10px 18px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	box-sizing: border-box;
}

.list-item {
	margin: 0;
	padding: 10px 46px 15px;
}
.list-item-txt {
	margin: 0;
	padding: 10px 0 20px;
}
.list-item-txt p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
}

.list-sub-title {
	margin: 0 20px 15px;
}
.list-sub-title p {
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #e76d67;
	border-bottom: 2px solid #e76d67;
}

.content-comment {
	margin: 0 20px;
	padding: 0 0 30px;
}
.content-comment p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}
.content-comment-2 {
	margin: 0 20px;
	padding: 0 0 10px;
}
.content-comment-2 p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	color: #d72f2e;
	line-height: 1.8;
	text-align: left;
}

.contact-form_list {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 0 50px;
	box-sizing: border-box;
}
.contact-form_list dl {
	width: calc(100% - 40px);
	margin: 0 20px;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.contact-form_list dl dt.rv_btm-line {
	border-bottom: 1px solid #fcdd2b;
}
.contact-form_list dl dd.rv_btm-line {
	border-bottom: 1px solid #c6c6c6;
}
.contact-form_list dt {
	width: 30%;
	margin: 0;
	padding: 0 20px;
	background: #fffdf1;
	border-top: 1px solid #fcdd2b;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-form_list dt .title {
	width: calc(100% - 3.5em);
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	text-align: left;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.contact-form_list dt .title span {
	font-size: 12px;
	color: #636564;
}
.contact-form_list dt .required {
	width: 3.5em;
	margin: 0;
	padding: 4px 0;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	border: 1px solid #d41919;
	background: #d41919;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-form_list dt .any {
	width: 100px;
	padding: 0;
	color: #fff;
	font-weight: 700;
	font-size: .9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-form_list dd {
	width: 70%;
	padding: 15px 20px;
	text-align: left;
	border-top: 1px solid #c6c6c6;
	box-sizing: border-box;
}
.contact-form_list dd p {
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.4;
}
.contact-form_list dd p.caution {
	padding: 14px 0 4px;
	font-size: .8rem;
}
.contact-form_list dd p.caution a {
	text-decoration: underline;
}
.contact-form_list dd p.list-txt {
	padding: 10px 0;
}
.contact-form_list ol {
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.contact-form__answer {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 0;
    margin: 12px 0 20px;
}
.contact-form_list li {
	width: 33%;
	margin: 4px 0;
	font-size: .9rem;
}
.contact-form_list-2 {
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 10px 40px 50px;
	box-sizing: border-box;
}

.contact-privacy_title {
	width: calc(100% - 100px);
	margin: 50px 50px 0;
	text-align: left;
}
.contact-privacy_title h4 {
	margin: 0 10px 0 0;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 700;
}
.contact-privacy_title span {
	margin: 0;
	padding: 3px .7em 2px;
	color: #c7372c;
	font-weight: 700;
	font-size: .8rem;
	border: 1px solid #c7372c;
	border-radius: 4px;
}
.contact-privacy_title p {
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
}
.contact-privacy_ar {
	width: calc(100% - 100px);
	height: 140px;
	margin: 0 50px;
	padding: 16px 20px;
	text-align: left;
	border: 1px solid #ababab;
	overflow: auto;
	box-sizing: border-box;
}
.contact-privacy_ar p {
	font-size: .9rem;
	line-height: 1.5;
}

.contact-form_ck {
	width: 100%;
	margin: 30px 0 0;
	font-size: 16px;
	text-align: center;
}

.contact-form_btn {
	width: 100%;
	margin: 30px 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-finish_ar {
	max-width: 860px;
	min-height: 200px;
	margin: 0 auto;
	padding: 0 0 40px;
}
.contact-finish_ar h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	text-align: left;
}
.contact-finish_ar p {
	margin: 20px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}
.contact-finish_ar a.top-return_btn {
	width: 35%;
	margin: 10px auto;
	padding: 16px 0;
	font-size: 20px;
	font-weight: 700;
	color: #5d82ae;
	text-align: center;
	border: 2px solid #5d82ae;
	border-radius: 4px;
	background: #fff;
	display: block;
    transition: .3s;
}
.contact-finish_ar a.top-return_btn.quo_btn {
    color: #fff;
	border: 2px solid #d4433c;
	background: #d4433c;
}
.contact-finish_ar a.top-return_btn:hover {
	color: #fff;
	border: 2px solid #5d82ae;
	background: #5d82ae;
	cursor: pointer;
}
.contact-finish_ar a.top-return_btn.quo_btn:hover {
	color: #d4433c;
	border: 2px solid #d4433c;
	background: #fff;
}

/* error text */
p.error-txt {
	margin: 5px 0 0;
	padding: 0!important;
	line-height: 1!important;
	display: flex;
	align-items: center;
}
p.error-txt img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.error {
	/*position: relative;
	top: -1.5em;
	left: 0;*/
	color: #d41919;
	font-size: 14px;
	font-weight: 700;
}
.error-input {
	border: 1px solid #d72f2e;
}
.contact-form__num {
    /* height: 65px; */
}
.contact-form__rank {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .7rem;
    margin-bottom: 20px;
}
.contact-form__num p {
    min-width: 130px;
}
@media screen and (max-width: 374px){
	.list-title, .list-title-2 {
		margin: 0;
		padding: 0;
		border-radius: 0;
		flex-direction: column;
	}
	.list-title p:nth-of-type(1), .list-title-2 p:nth-of-type(1) {
		margin: 0;
		padding: 0 0 0 20px;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.list-title p:nth-of-type(2), .list-title-2 p:nth-of-type(2) {
		margin: 0;
		padding: 6px 18px;
		font-size: 16px;
		background: #f9f9f9;
	}
	.list-title p:nth-of-type(1), .list-title-2 p:nth-of-type(1) {
		width: 100%;
	}
	.list-title p:nth-of-type(2), .list-title-2 p:nth-of-type(2) {
		width: 100%;
	}
	.list-title_c, .list-title_c-2 {
		margin: 0;
		padding: 0;
		flex-direction: column;
	}
	.list-title_c p:nth-of-type(1), .list-title_c-2 p:nth-of-type(1) {
		margin: 0;
		padding: 5px 0 0 20px;
		font-size: 16px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.list-title_c p:nth-of-type(2), .list-title_c-2 p:nth-of-type(2) {
		margin: 0;
		padding: 2px 18px 6px;
		font-size: 16px;
	}
	.list-title_c p:nth-of-type(1), .list-title_c-2 p:nth-of-type(1) {
		width: 100%;
	}
	.list-title_c p:nth-of-type(2), .list-title_c-2 p:nth-of-type(2) {
		width: 100%;
	}

	.list-item {
		padding: 10px 10px 15px;
	}

	.contact-form_list dl {
		width: 100%;
		margin: 0;
	}
	.contact-form_list dt {
		width: 100%;
		margin: 0;
		padding: 20px 20px;
	}
	.contact-form_list dd {
		width: 100%;
		padding: 15px 20px;
	}
	.contact-form_btn {
		flex-direction: column-reverse;
	}

	.contact-finish_ar a.top-return_btn {
		width: calc(100% - 40px);
		margin: 80px 20px 30px;
		padding: 18px 0;
		font-size: 20px;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
    .contact-title {
        height: 60px;
    }
    .contact-title p {
        font-size: 20px;
    }
	.list-title, .list-title-2 {
		margin: 0;
		padding: 0;
		border-radius: 0;
		flex-direction: column;
	}
	.list-title p:nth-of-type(1), .list-title-2 p:nth-of-type(1) {
		margin: 0;
		padding: 0 0 0 20px;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.list-title p:nth-of-type(2), .list-title-2 p:nth-of-type(2) {
		margin: 0;
		padding: 6px 18px;
		font-size: 16px;
		background: #f9f9f9;
	}
	.list-title p:nth-of-type(1), .list-title-2 p:nth-of-type(1) {
		width: 100%;
	}
	.list-title p:nth-of-type(2), .list-title-2 p:nth-of-type(2) {
		width: 100%;
	}
	.list-title_c, .list-title_c-2 {
		margin: 0;
		padding: 0;
		flex-direction: column;
	}
	.list-title_c p:nth-of-type(1), .list-title_c-2 p:nth-of-type(1) {
		margin: 0;
		padding: 5px 0 0 20px;
		font-size: 16px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.list-title_c p:nth-of-type(2), .list-title_c-2 p:nth-of-type(2) {
		margin: 0;
		padding: 2px 18px 6px;
		font-size: 16px;
	}
	.list-title_c p:nth-of-type(1), .list-title_c-2 p:nth-of-type(1) {
		width: 100%;
	}
	.list-title_c p:nth-of-type(2), .list-title_c-2 p:nth-of-type(2) {
		width: 100%;
	}
	.list-item {
		padding: 10px 8px 15px;
	}
	.contact-form_list dl {
		width: 100%;
		margin: 0;
	}
	.contact-form_list dt {
		width: 100%;
		margin: 0;
		padding: 20px 16px;
	}
	.contact-form_list dd {
		width: 100%;
		padding: 15px 12px;
	}
	.contact-form_btn {
		flex-direction: column-reverse;
	}
	.contact-finish_ar a.top-return_btn {
		width: calc(100% - 40px);
		margin: 80px 20px 30px;
		padding: 18px 0;
		font-size: 20px;
	}
    .contact-form__num {
        font-size: 14px;
        white-space: nowrap;
    }
    .contact-form__num p {
        height: auto;
    }
    .sp-block {
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.list-item {
		padding: 10px 50px 15px;
	}
}



/*========================================
Form Setting
========================================*/
input, textarea, select {
	font-size: 16px;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
	border: 1px solid #5d82ae;
}
input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="tel"] {
	height: 44px;
	padding: 16px 12px;
	box-sizing: border-box;
}
input[type="file"] {
	height: auto;
	padding: 0;
	font-size: 16px;
	border: none;
	box-sizing: border-box;
}
textarea {
	width: 100%;
	height: 140px;
	margin: 0 0 0 0;
	padding: 16px 12px;
	box-sizing: border-box;
}
select {
	height: 44px;
	margin: 0;
	padding: 0px 20px 0 12px;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	background: url("../../images/select-arrow.png") right 10px center no-repeat;
}
select:focus, textarea:focus {
	border: 1px solid #5d82ae;
}
label {
	font-size: 15px;
	line-height: 1.3;
	box-sizing: border-box;
}

.rv_delete-btn {
	width: 80px;
	height: 24px;
	color: #fff;
	background-color: #868686;
	border-radius: 6px;
	cursor: pointer;
	margin-left: 20px;
}

.input-w_100 {
	width: 100%;
}
.input-w_80 {
	width: 80%;
}
.input-w_50 {
	width: 50%;
}
.input-w_40 {
	width: 40%;
}
.input-w_zip {
	width: 50%;
	padding-left: 30px!important;
	background: #f2f2f2 url(../images/icon/icon-zip.svg) left 8px center / 15px auto no-repeat;
}

/* etc */
.list-potion {
	position: relative;
}
.input-etc {
	width: calc(100% - 6em);
	height: 34px!important;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(30px, -50%);
	z-index: 1;
}

.date-type_ar {
	width: 200px;
	margin-right: 10px;
	box-sizing: border-box;
	position: relative;
}
.date-type_ar::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url("../images/icon-calendar.png") center center / 24px 24px no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4px;
}
.date-type_1 {
	width: 200px;
	padding-right: 30px!important;
	/*background: url("../images/icon-calendar.png") right 4px center / 24px 24px no-repeat;*/
	box-sizing: border-box;
}

.time-type_1 {
	width: 80px;
}

.select-box {
	width: 100%;
}
.select-type_1 {
	width: 120px;
}
.select-type_2 {
	width: 100px;
}
.radio_ar {
    display: flex;
    flex-wrap: wrap;
	padding: 16px 0;
}
.radio_ar label {
	/* width: 100%; */
	margin: 0 0 16px;
	display: block;
}

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

.radio02-parts {
	display: flex;
	align-items: center;
	justify-content: center;
  cursor: pointer;
	height: 3.5em;
  padding: 0 10px;
	font-size: 16px;
	line-height: 1.4;
  border: 1px solid #c6c6c6;
	border-radius: 2px;
	box-sizing: border-box;
}
.radio02-input:checked + .radio02-parts {
	color: #fff;
  background: #d41919;
}
.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: 36%;
	margin: 0 20px;
	padding: 18px 0;
	font-size: 20px;
	font-weight: 700;
	color: #5d82ae;
	border: 2px solid #5d82ae;
	border-radius: 4px;
	background: #fff;
	display: block;
    transition: .3s;
}
.form-btn-submit:hover {
	color: #fff;
	border: 2px solid #5d82ae;
	background: #5d82ae;
	cursor: pointer;
}
.form-btn-submit-off {
	width: 36%;
	margin: 0 20px;
	padding: 18px 0;
	font-size: 20px;
	font-weight: 700;
	color: #ccc;
	border: 2px solid #ccc;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
}
/*
.form-btn-submit-off:hover {
	color: #fff;
	background: #ccc;
	cursor: pointer;
}
*/
.form-btn-submit-back {
	width: 36%;
	margin: 0 20px;
	padding: 18px 0;
	font-size: 20px;
	font-weight: 700;
	color: #c6c6c6;
	border: 2px solid #c6c6c6;
	border-radius: 4px;
	background: #fff;
}
.form-btn-submit-back:hover {
	color: #fff;
	background: #c6c6c6;
	cursor: pointer;
}
.form-btn_wide, .form-btn_half {
	width: 30%;
}

.edit-check-cont_ar {
	margin: 0;
	padding: 16px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.edit-check-cont_ar label {
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.edit-check-cont_ar label span {
	padding: 0 0 0 5px;
    line-height: 1.5;
}
.edit-check-cont_ar ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.edit-check-cont_ar li {
	width: 48%;
	margin-right: 1%;
	margin-bottom: 5px;
}
.edit-check-cont_ar ul.type-02 {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.edit-check-cont_ar ul.type-02 li {
	width: 100%;
}
.rv_input-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.p-complete__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.p-complete__link .contact-finish_ar a.top-return_btn {
    margin: 0 auto;
}
input[type="checkbox"] {
	display: none;
}
.ck-box {
	position: relative;
	display: inline-block;
	padding: 3px 0 3px 22px;
	cursor: pointer;
	transition: all .2s;
}
.ck-box:before,
.ck-box:after {
	position: absolute;
	content: '';
	transition: all .2s;
}
.ck-box:before {
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: 5px;
	background: #fff;
	border: 1px solid #787878;
	border-radius: 3px;
}
.ck-box:after {
	opacity: 0;
	top: 0;
	left: 3px;
	width: 8px;
	height: 4px;
	margin-top: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg) scale(.5);
}
.ck-box:hover:before {
	background: #fddc20;
}
input[type="checkbox"]:checked + .ck-box:before {
	background: #fddc20;
	border: 1px solid #fddc20;
}
input[type="checkbox"]:checked + .ck-box:after {
	opacity: 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: 16px;
	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: #d41919;
}
.ck-box-sp_m-r {
	margin: 0 5px 3px 0;
}
.ck-box-sp_m-l {
	margin: 0 0 3px 5px;
}


@media screen and (max-width: 374px){
	.input-w_80, .input-w_50, .input-w_40 {
		width: 100%;
	}

	.radio_ar {
		padding: 8px 0 16px;
	}
	.edit-check-cont_ar {
		padding: 5px 0 16px;
	}
	.edit-check-cont_ar li {
		width: 100%;
	}

	.form-btn-submit {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	.form-btn-submit-back {
		width: calc(100% - 40px);
		margin: 20px 20px 0;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	.input-w_80, .input-w_50, .input-w_40 {
		width: 100%;
	}

	.radio_ar {
		padding: 8px 0 16px;
	}
	.edit-check-cont_ar {
		padding: 5px 0 16px;
	}
	.edit-check-cont_ar li {
		width: 100%;
	}

	.form-btn-submit {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	.form-btn-submit-back {
		width: calc(100% - 40px);
		margin: 20px 20px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.list-item {
		padding: 10px 50px 15px;
	}
}





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



.f-bold {
	font-weight: 700;
}

.rv_f-rd {
	color: #d72f2e;
}
.rv_mg-t40 {
	margin-top: 40px;
}
.rv_mg-t60 {
	margin-top: 60px;
}
