
@charset "UTF-8";

.terms_sec01{
  margin:86.1px 0 54.8px;
}

@media screen and (min-width: 801px) {
  .terms_sec01{
    margin:94px 0 114px;
    padding:0 3% 0;
  }
}

.contact-progress_block{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-width: 642px;
	margin: 0 auto 65px;
	position: relative;
}
.contact-progress_block::before{
	content: "";
	position: absolute;
	width: 85%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	top:15px;
	max-width: 642px;
	background: #CE5D9E;
	z-index: -1;
}
.contact-progress_img{
	display: flex;
	width: 30px;
	height: 30px;
	margin:0 auto;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #CE5D9E;
}
.contact-progress_txt{
	font-size: 1.8rem;
	font-weight: 600;
	color: #CCCCCC;
}
.contact-progress_now{
	color: #595757;
}
.contact-progress_now .contact-progress_img{
	background: #CE5D9E;
}

input[type="text"], input[type="tel"] {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
.w100p {
	width: 100%;
}
.contact input, .contact select, .contact textarea {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	border: 0;
	border-radius: 0;
	color: #707070;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	text-overflow: ellipsis;
	font-size: 1.5rem;
	line-height: 1.2;
	border: 1px solid #707070;
}
.contact textarea {
	width: 100%;
	height: 200px;
}
.contact .inr {
	max-width: 750px;
}

.contact .contact-box table {
	color: #3B4043;
	text-align: left;
	line-height: 1.5;
	margin: 0 auto 25px;
}
.contact .contact-box table tr th {
	color: #595757;
	font-weight: 600;
	width: 300px;
	line-height: 1.5;
	padding: 0 0 30px;
  font-size: 1.8rem;
}
.contact .contact-box table tr td {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
	max-width: 580px;
}
.contact .contact-box table a {
	color: #4285F0;
}
.contact .contact-box .icn_required {
	display: inline-block;
	line-height: 2;
	width: 44px;
	text-align: center;
	background-color: #CE5D9E;
	color: #fff;
	border-radius: 5px;
	margin: 0 10px;
	font-weight: 600;
	font-size: 1.3rem;
	font-weight: normal;
}

.contact ::placeholder {
	color: #CDD6DD;
	font-size: 1.5rem;
}

.contact input[type="radio"] + label,
.contact input[type="checkbox"] + label {
	position: relative;
	display: block;
	padding-left: 40px;
	cursor: pointer;
	user-select: none;
	line-height: 30px;
	margin-bottom: 10px;
 	font-size: 1.8rem;
}
.contact input[type="radio"]  + label{
 	font-size: 1.6rem;
}
.contact input[type="radio"],
.contact input[type="checkbox"] {
	display: none;
}
.contact input[type="radio"] + label::before,
.contact input[type="checkbox"] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border: 1px solid #CDD6DD;
	box-sizing: border-box;
}
.contact input[type="radio"] + label::before {
	border-radius: 50%;
}
.contact input[type="radio"] + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	height: 18px;
	width: 18px;
	background: #CE5D9E;
	border-radius: 50%;
	opacity: 0;
	font-size: 1.6rem;
}
.contact input[type="checkbox"] + label::after {
	content: "";
	display: block;
	width: 15px;
	height: 10px;
	border-top: 2px solid #98A6B5;
	border-right: 2px solid #98A6B5;
	position: absolute;
	top: 10px;
	left: 4px;
	transform: translateY(-50%) rotate(135deg);
	opacity: 0;
  font-size: 1.2rem;
}
.contact input[type="radio"]:checked + label::after,
.contact input[type="checkbox"]:checked + label::after {
	opacity: 1;
}
.contact .type-s {
	width: 30%;
	margin-right: 1.5rem;
}
.contact .js-button 
{
	background-color: #666666;
	display: block;
	width: 200px;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	border: 1px solid #3B4043;
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 1.4rem;
	margin:20px 0 0 0;
	font-weight: 500;
	cursor: pointer;
}

.contact .js-button:hover
{
	background-color: #886666;
}
.contact .js-button:active
{
	background-color: #000;
	color: #886666;
}

.contact .js-button[disabled]
{	
	background-color: #444;
	cursor: not-allowed;
	color: #777;
}

.contact .select_style_01 {
	max-width: 345px;
	display: block;
	position: relative;
	background: #fff;
}
.contact .select_style_01::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px;
	border-color: #666666 transparent transparent;
	pointer-events: none;
}
.contact .select_style_01 select::-ms-expand {
	display: none;
}
.contact .select_style_01 select {
	padding-right: 80px;
}
.contact .only-hoic label {
	font-weight: bold;
}
.contact .only-hoic label + small {
	display: block;
	padding-left: 40px;
	font-size: 1.3rem;
}
.contact .only-hoic img {
	width: 150px;
}
.contact .only-hoic dl {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.contact .totalamount_block {
	width: 100%;
	display: flex;
	justify-content: space-around;
	color: #707F89;
	margin-top: 30px;
  font-weight: 600;
}
.contact .totalamount_block > div {
	display: flex;
	align-items: center;
  font-size: 1.5rem;
}
.contact .totalamount_block input {
	width: 195px;
  font-size: 1.5em;
	margin: 0 .5rem;
}
.contact .totalamount_block .type-price {
	width: 50px;
}

.contact .date-time-layout {
	display: flex;
	justify-content: space-between;
}
.contact .date-time-layout > div {
	width: 162px
}
.contact .date-time-layout > div + div {
	margin-left: .5rem;
}
.contact .btn_style_03{
	border-radius: 20px;
	width: 300px;
	max-width: 310px;
}
.privacy_block {
	max-width: 550px;
	margin: 50px auto 0;
	font-size: 1.3rem;
}

.privacy_block_txt {
	margin-bottom: 30px;
	font-size: 1.6rem;
}
.privacy_block_checkbox {
	text-align: center;
	margin-bottom: 30px;
}
.contact .privacy_block_checkbox input[type="checkbox"] + label {
  font-size: 1.2rem;
	display: inline-block;
}
.contact section .error {
	width: 100%;
	display: block;
	padding: 0.2em 0;
	color: #FF0000;
	font-size: 1.6rem;
}
.contact section .error::before{
	content: "※";
	color: #FF0000;
	font-size: 1.6rem;
}
.contact_top_txt {
	margin-bottom: 50px;
}
.finish_block {
	text-align: center;
	margin-bottom: 50px;
}
.finish_block p {
	font-size: 1.8rem;
	color: #595757;
	font-weight: 600;
}

/* --------------- */
.zip-wrap
{
	display: flex;
	align-items: center;
}

.zip-wrap [name='zip1']
{
	flex: 0 1 5em;
}
.zip-wrap [name='zip2']
{
	flex: 0 1 6em;
}

.zip-wrap > :not(:last-child)
{
	margin-right: 0.5em;
}

/* --------------- */
[data-priv-link]
{
	cursor: pointer;
}


@media screen and (max-width: 800px) {
	.contact .contact-box table tr th {
		padding: 0 0 15px;
		display: block;
		width: 100%;
	}
	.contact .only-hoic dl dd {
		width: calc(100% - 260px);
	}
	.contact .totalamount_block input {
		width: 100px;
	}
	.contact .date-time-layout > div {
		width: 50%;
		max-width: 162px
	}
}

/* ------------------------------
privacy.html
------------------------------ */

.privacy-contact-body {
	background: #fff;
	margin-top: 0 !important;
}
.privacy-contact-wrap > h1 {
	display: block;
	width: 100%;
	max-width: 100%;
	background: rgba(206, 93, 158, 0.15) ;
	margin: 0 auto;
	padding: 0.5em 0;
	text-align: center;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.5;
}
.privacy-contact-wrap > div {
	display: block;
	padding: 4%;
	line-height: 1.8;
	font-size: 1.6rem;
	max-width: 640px;
	margin: 0 auto;
}
.privacy-contact-wrap > div > p {
	display: block;
	text-align: right;
	margin-bottom: 50px;
}
.privacy-contact-wrap > div > ol {
	display: block;
	margin-bottom: 50px;
}
.privacy-contact-wrap > div > ol > li {
	display: block;
	margin: 0 0 1.0em;
	text-align: left;
}
.privacy-contact-wrap > div > ol > li > strong {
	display: block;
	font-weight: bold;
}
.privacy-contact-wrap > div > ol > li > table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}
.privacy-contact-wrap > div > ol > li > table th,
.privacy-contact-wrap > div > ol > li > table td {
	vertical-align: top;
}
.privacy-contact-wrap > div > ol > li > table th {
	white-space: nowrap;
}
.privacy-contact-wrap > div > dl {
	display: block;
	margin: 1.0em 0;
}
.privacy-contact-wrap > div > dl > dt,
.privacy-contact-wrap > div > dl > dd {
	display: block;
	text-align: right;
}

.privacy-contact-wrap > div > button
{
	background-color: #CE5D9E;
	display: block;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border: 0;
	overflow: hidden;
	padding: 0.5em 1em;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}
.privacy-contact-wrap > div > button::before {
	content: "×";
	display: inline-block;
	margin-right: 0.5em;
}

footer .copy {
	background-color: #CE5D9E;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	line-height: 40px;
	height: 40px;
	font-weight: 600;
}