@charset "UTF-8";
/*----------  common  ----------*/
.f_serif {
	font-family: "Lusitana", serif;
}

ul:not(.no-bullet) {
	margin: 2.4rem 0 0 2.4rem;
	text-align: left;
}

ul:not(.no-bullet) li {
	list-style-type: disc;
}

img {
	max-width: 100%;
	height: auto;
}

/*----------  underpage  ----------*/
.content_title {
	color: #416790;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}

.content_title_line {
	position: relative;
	padding: 0 0 3rem;
	color: #416790;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

.content_title_line:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 600px;
	height: 1px;
	margin: 0 auto;
	background-color: #a9b7b6;
	content: "";
}

/*----------  ec_area  ----------*/
#ec_area {
	background: url("../img/ec_bg.png") no-repeat center center #fff;
}

#ec_area h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#ec_area .f_serif,
#ec_area .title {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	line-height: 1.4;
	text-align: center;
}

#ec_area .f_serif {
	position: relative;
	color: #416790;
	font-weight: normal;
}

#ec_area .f_serif:after {
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	width: 100%;
	max-width: 300px;
	height: 1px;
	background-color: #a9b7b6;
	content: "";
}

#ec_area .title {
	color: #6b8483;
	letter-spacing: 3px;
}

/*----------  bnr_inquiry  ----------*/
/*---------- bnrs  ----------*/
#bnr_list .inr {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 8rem;
}

#bnr_list .bnrs {
	padding: 1rem;
	border-radius: 0.8rem;
}

#bnr_list .frame {
	border-radius: 0.8rem;
}

#bnr_inquiry {
	background-color: rgba(240, 142, 132, 0.6);
	-webkit-box-shadow: 0 2px 0 0 #c95853;
	box-shadow: 0 2px 0 0 #c95853;
}

#bnr_inquiry a {
	display: block;
	color: inherit;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

#bnr_inquiry a:hover {
	opacity: 0.7;
}

#bnr_inquiry .frame {
	position: relative;
	background: url("../img/top/bg_inquiry.png") no-repeat top center #fff;
}

#bnr_inquiry .frame:after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #f08e84;
	font-family: worthpost;
}

#bnr_inquiry .woman {
	position: absolute;
	bottom: -0.6rem;
	width: 110px;
	height: 100%;
}

#bnr_inquiry .title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#bnr_inquiry .title .f_serif,
#bnr_inquiry .title .small {
	display: block;
}

#bnr_inquiry .title .f_serif {
	position: relative;
	color: #f08e84;
	font-size: 3.2rem;
	font-weight: bold;
}

#bnr_inquiry .title .small {
	color: #6b8382;
}

#bnr_lp {
	background-color: #e4e4e4;
}

#bnr_lp .frame {
	background-color: #fff;
	background-repeat: no-repeat;
}

#bnr_lp .content_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

#bnr_lp .content_price .price {
	margin-top: 4.2rem;
	font-weight: bold;
}

#bnr_lp .content_price .f_serif {
	margin: 0 0.2rem 0 1.6rem;
	color: #ffec43;
	font-size: 4.2rem;
	line-height: 1;
}

#bnr_lp .content_price .caption {
	margin-top: 1.8rem;
	font-size: 1.3rem;
}

#bnr_lp .content_pack {
	padding: 3.6rem 6.8rem 3.6rem 4rem;
}

#bnr_lp .content_pack .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#bnr_lp .content_pack .head .label {
	padding: 0.2rem 0.6rem;
	border: 1px solid #c3c3c3;
	color: #6b8382;
	font-size: 1.2rem;
}

#bnr_lp .content_pack .head .line {
	position: relative;
	margin-left: 1.2rem;
	font-size: 1.3rem;
}

#bnr_lp .content_pack .head .line:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #505b5b;
	content: "";
}

#bnr_lp .content_pack .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.4rem;
	color: #d22092;
	font-size: 4.2rem;
	line-height: 1;
}

#bnr_lp .content_pack .mark {
	margin-right: 1.6rem;
}

#bnr_lp .content_pack .point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.2rem;
}

#bnr_lp .content_pack .point li {
	padding: 0.5rem 0.8rem;
	background-color: #724c67;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}

#bnr_lp .content_pack .btn {
	margin-top: 2rem;
}

#bnr_lp .content_pack .btn .button {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
	padding: 0.8rem 0.6rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

/*----------  icon  ----------*/
@font-face {
	src: url("../fonts/worthpost.ttf?ahgb5v8") format("truetype"), url("../fonts/worthpost.woff?ahgb5v8") format("woff"), url("../fonts/worthpost.svg?ahgb5v8#worthpost") format("svg");
	font-display: block;
	font-family: "worthpost";
	font-style: normal;
	font-weight: normal;
}

[class^="worthposticon-"],
[class*=" worthposticon-"] {
	speak: never;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "worthpost" !important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}

.worthposticon-tel:before {
	content: "";
}

.worthposticon-checked:before {
	content: "";
}

.worthposticon-dot:before {
	content: "";
}

.worthposticon-slider_left:before {
	content: "";
}

.worthposticon-slider_right:before {
	content: "";
}

.worthposticon-close:before {
	content: "";
}

.worthposticon-top-bold:before {
	content: "";
}

.worthposticon-right-bold:before {
	content: "";
}

.worthposticon-right:before {
	content: "";
}

.worthposticon-top:before {
	content: "";
}

.worthposticon-mail:before {
	content: "";
}

/*----------  button  ----------*/
.button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	line-height: 1.4;
	text-decoration: none;
	opacity: 1;
}

.button:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.button.pink {
	background-color: #f08e84;
	color: #fff;
}

.button.pink.shadow {
	-webkit-box-shadow: 0 2px 0 #c95853;
	box-shadow: 0 2px 0 #c95853;
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.button.pink.shadow:not(:disabled):hover {
	top: 0;
	background-color: #ed796d;
}

.button.pink.shadow:not(:disabled):hover:active {
	top: 2px;
	-webkit-box-shadow: 0 2px 0 rgba(201, 88, 83, 0), inset 0 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 0 rgba(201, 88, 83, 0), inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

.button.pink.outline {
	border: 2px solid #f08e84;
	background-color: #fff;
	color: #f08e84;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.button.pink.outline:hover {
	background-color: #f08e84;
	color: #fff;
}

.button.gray {
	background: -webkit-gradient(linear, left top, right top, color-stop(0.04%, gainsboro), color-stop(99.84%, #f0f0f0));
	background: -webkit-linear-gradient(left, gainsboro 0.04%, #f0f0f0 99.84%);
	background: linear-gradient(90deg, gainsboro 0.04%, #f0f0f0 99.84%);
	color: #999;
}

.button.gray.shadow {
	-webkit-box-shadow: 0 2px 0 #999999;
	box-shadow: 0 2px 0 #999999;
	-webkit-transition: background-color 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, top 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, top 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.button.gray.shadow:hover {
	top: 0;
	background-color: #8c8c8c;
}

.button.gray.shadow:hover:active {
	top: 2px;
	-webkit-box-shadow: 0 2px 0 rgba(153, 153, 153, 0), inset 0 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 0 rgba(153, 153, 153, 0), inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

.button.gradient {
	z-index: 0;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.button.gradient::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#23cae5), color-stop(99.88%, #d32093));
	background: -webkit-linear-gradient(left, #23cae5 0%, #d32093 99.88%);
	background: linear-gradient(90deg, #23cae5 0%, #d32093 99.88%);
	content: "";
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.button.gradient::after {
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#d32093), color-stop(99.88%, #23cae5));
	background: -webkit-linear-gradient(left, #d32093 0%, #23cae5 99.88%);
	background: linear-gradient(90deg, #d32093 0%, #23cae5 99.88%);
	content: "";
}

.button.gradient.shadow {
	-webkit-box-shadow: 0 2px 0 #18899b;
	box-shadow: 0 2px 0 #18899b;
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.button.gradient.shadow:not(:disabled):hover {
	top: 0;
	background-color: #157585;
}

.button.gradient.shadow:not(:disabled):hover:active {
	top: 2px;
	-webkit-box-shadow: 0 2px 0 rgba(201, 88, 83, 0), inset 0 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 0 rgba(201, 88, 83, 0), inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

.button.gradient:not(:disabled):hover::before {
	opacity: 0;
}

.button.perple.outline {
	border: 2px solid #d22092;
	background-color: #fff;
	color: #d22092;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.button.perple.outline:hover {
	background-color: #d22092;
	color: #fff;
}

.button.green {
	background-color: #0bcbd4;
	color: #fff;
}

.button.radius {
	border-radius: 0.6rem;
}

/*----------  breadcrumb  ----------*/
#breadcrumb {
	background-color: #EFEFEF;
}

#breadcrumb_lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 11rem;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.4;
}

#breadcrumb_lists li {
	position: relative;
	padding: .6rem 0;
}

#breadcrumb_lists li:not(:first-child) {
	margin-left: 4rem;
}

#breadcrumb_lists li:not(:first-child)::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2rem;
	width: 1px;
	height: calc(100% + 20px);
	margin: auto 0;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	background-color: #FFF;
	content: "";
}

#breadcrumb_lists a {
	text-decoration: none;
}

/*----------  modal  ----------*/
/**************************\
  Basic Modal Styles
\**************************/
.modal {
	z-index: 101;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	max-width: 1400px;
	margin: auto;
}

.modal {
	display: none;
}

.modal.is-open {
	display: block !important;
}

#modal_overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
}

.modal_close {
	width: 6rem;
	height: 6rem;
	margin: 0;
	background-color: #4ca7b3;
	color: #fff;
	-webkit-transition: background-color .4s ease-in-out;
	transition: background-color .4s ease-in-out;
}

.modal_close:hover {
	background-color: #5eb0bb;
}

.modal__container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 500px;
	max-height: 100vh;
	padding: 30px;
	overflow-y: auto;
	border-radius: 4px;
	background-color: #fff;
}

.modal__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal__title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
	color: #00449e;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
}

.modal__close {
	border: 0;
	background: transparent;
}

.modal__header .modal__close:before {
	content: "\2715";
}

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.5;
}

.modal__btn {
	-webkit-appearance: button;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	margin: 0;
	padding: .5rem 1rem;
	overflow: visible;
	transform: translateZ(0);
	border-width: 0;
	border-style: none;
	border-radius: .25rem;
	backface-visibility: hidden;
	background-color: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: .875rem;
	line-height: 1.15;
	text-transform: none;
	cursor: pointer;
	transition: -webkit-transform .25s ease-out;
	-webkit-transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out;
	will-change: transform;
}

.modal__btn:focus,
.modal__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-webkit-keyframes mmslideIn {
	from {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes mmslideIn {
	from {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes mmslideOut {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}
}

@keyframes mmslideOut {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

/*----------  form  ----------*/
/*----------  form  ----------*/
form .input_frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

form .input_frame textarea {
	min-height: 250px;
	border-top: none;
	border-right: none;
	border-left: none;
}

form .input_frame input,
form .input_frame textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	width: 100%;
	padding: 0.8rem;
	padding: 1.2rem;
	border-bottom: 1px solid #a9b7b6;
	background-color: #fff;
	color: #505B5B;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

form .input_frame input.error,
form .input_frame textarea.error {
	border-bottom: 1px solid #f00;
}

form .input_frame input:focus,
form .input_frame textarea:focus {
	outline: none;
	background-color: #efefef;
}

form .input_frame input::-webkit-input-placeholder, form .input_frame textarea::-webkit-input-placeholder {
	color: transparent;
}

form .input_frame input::-moz-placeholder, form .input_frame textarea::-moz-placeholder {
	color: transparent;
}

form .input_frame input:-ms-input-placeholder, form .input_frame textarea:-ms-input-placeholder {
	color: transparent;
}

form .input_frame input::-ms-input-placeholder, form .input_frame textarea::-ms-input-placeholder {
	color: transparent;
}

form .input_frame input::placeholder,
form .input_frame textarea::placeholder {
	color: transparent;
}

form .input_frame input:not(:-moz-placeholder-shown) ~ .input_label, form .input_frame textarea:not(:-moz-placeholder-shown) ~ .input_label {
	transform: translateY(0) scale(0.9);
}

form .input_frame input:not(:-ms-input-placeholder) ~ .input_label, form .input_frame textarea:not(:-ms-input-placeholder) ~ .input_label {
	transform: translateY(0) scale(0.9);
}

form .input_frame input:not(:placeholder-shown) ~ .input_label,
form .input_frame textarea:not(:placeholder-shown) ~ .input_label {
	-webkit-transform: translateY(0) scale(0.9);
	transform: translateY(0) scale(0.9);
}

form .input_frame label.error {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 0.8rem;
	color: #f00;
	text-align: left;
}

form .input_frame:focus-within .input_label {
	-webkit-transform: translateY(0) scale(0.9);
	transform: translateY(0) scale(0.9);
}

form .input_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 0.8rem;
	padding: 0.8rem 2rem;
	-webkit-transform: translateY(5rem) scale(1);
	transform: translateY(5rem) scale(1);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	color: #5d7a82;
	cursor: text;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.custom_radio_list li label {
	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-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 2.4rem 2.8rem 5.6rem;
	border-radius: 0.6rem;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: background-color 0.4s ease-in-out, border 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out, border 0.4s ease-in-out;
}

.custom_radio_list li label .radio {
	position: relative;
	width: 3rem;
	height: 3rem;
	margin-right: 1rem;
}

.custom_radio_list li label .radio::after, .custom_radio_list li label .radio::before {
	content: "";
}

.custom_radio_list li label .radio::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin-right: 1.6rem;
	border: 2px solid #a9b7b6;
	border-radius: 100%;
	background-color: #fff;
	content: "";
}

.custom_radio_list li label .radio::after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 66.66667%;
	height: 66.66667%;
	margin: auto;
	border-radius: 100%;
	background-color: transparent;
	color: #fff;
	line-height: 1;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.custom_radio_list li .label_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.custom_radio_list li input[type="radio"] {
	display: none;
}

.custom_radio_list li input[type="radio"]:checked + label .radio::after {
	background-color: #999;
}

.custom_radio_list li .label_title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 40px;
	margin-left: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

.custom_radio_list li .lead {
	width: 100%;
	margin: 1.4rem 0 0;
	font-size: 1.4rem;
	text-align: left;
}

/*----------  form_privacy  ----------*/
.form_privacy .check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form_privacy a {
	text-decoration: none;
	/*	color: $global-font-color;

	&:hover {
			text-decoration: none;
		}*/
}

.form_privacy input[type="checkbox"]:checked + label:after {
	color: #999;
}

.form_privacy label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
}

.form_privacy label::after, .form_privacy label::before {
	content: "";
}

.form_privacy label::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 1.6rem;
	border: 2px solid #a9b7b6;
	border-radius: 100%;
	background-color: #fff;
	font-size: 2.8rem;
}

.form_privacy label::after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 2px;
	left: 2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 100%;
	background-color: transparent;
	color: #fff;
	font-family: worthpost;
	font-size: 2.2rem;
	line-height: 1;
	content: "";
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

/*----------  submit  ----------*/
.form_submit {
	width: 100%;
	max-width: 600px;
	margin: 8rem auto 0;
}

.form_submit .navi .button {
	width: 100%;
	padding: 1.6rem;
	font-size: 1.6rem;
	font-weight: bold;
}

/*----------  confirm  ----------*/
.form_confirm {
	text-align: left;
}

.form_confirm dt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #a9b7b6;
	font-weight: bold;
}

.form_confirm dd {
	margin: 0;
	border-bottom: 1px solid #a9b7b6;
}

@media screen and (max-width: 767px) {
	.content_title {
		font-size: 1.6rem;
	}
	.content_title_line {
		font-size: 1.5rem;
	}
	#ec_area {
		min-height: 75px;
		padding: 0.8rem 0;
	}
	#ec_area .f_serif {
		font-size: 2.8rem;
	}
	#ec_area .f_serif:after {
		bottom: 6px;
	}
	#ec_area .title {
		font-size: 1.4rem;
	}
	#bnr_list .inr {
		padding: 3.8rem 1.6rem 5rem;
	}
	#bnr_list .bnrs:not(:first-child) {
		margin-top: 2.4rem;
	}
	#bnr_list .bnrs {
		padding: 0.4rem;
	}
	#bnr_inquiry .frame {
		padding: 0 0 0 8.8rem;
	}
	#bnr_inquiry .frame:after {
		top: 17%;
		right: 0.6rem;
		font-size: 2rem;
		content: "";
	}
	#bnr_inquiry .woman {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		left: 0;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	#bnr_inquiry .woman img {
		width: 88px;
	}
	#bnr_inquiry .title {
		padding-top: 2rem;
	}
	#bnr_inquiry .title .f_serif {
		font-size: 2.8rem;
	}
	#bnr_inquiry .title .small {
		font-size: 1.3rem;
	}
	#bnr_inquiry .lead {
		margin-top: 1.2rem;
		padding-bottom: 2rem;
		font-size: 1.2rem;
	}
	#bnr_lp .frame {
		background-image: url("../img/top/lp_bg_sp.png");
		background-position: left top;
		background-size: 100% auto;
	}
	#bnr_lp .content_price {
		padding: 1.8rem 0;
	}
	#bnr_lp .content_price .title {
		font-size: 1.8rem;
		text-align: center;
	}
	#bnr_lp .content_price .price {
		margin-top: 2.2rem;
		text-align: center;
	}
	#bnr_lp .content_price .f_serif {
		font-size: 2.8rem;
	}
	#bnr_lp .content_price .caption {
		margin-top: 0.6rem;
		padding-left: 1.6rem;
		font-size: 1rem;
	}
	#bnr_lp .content_pack {
		padding: 2.8rem 2.6rem;
	}
	#bnr_lp .content_pack .head .label {
		padding: 0.2rem 0.4rem;
		font-size: 1rem;
		font-weight: bold;
	}
	#bnr_lp .content_pack .head .line {
		margin-left: 1rem;
		font-size: 1rem;
	}
	#bnr_lp .content_pack .title {
		margin-top: 0.6rem;
		font-size: 3.4rem;
	}
	#bnr_lp .content_pack .mark {
		max-width: 32px;
		margin-right: 0.8rem;
	}
	#bnr_lp .content_pack .point {
		margin: 1.4rem auto 0;
		font-size: 1rem;
	}
	#bnr_lp .content_pack .point li {
		margin: 0 0.5rem;
		padding: 0.2rem 0.6rem;
	}
	#bnr_lp .content_pack .btn .button {
		padding: 1.4rem 0.6rem;
	}
	.modal {
		width: calc(100vw - 3rem);
	}
	.modal_close {
		width: 4rem;
		height: 4rem;
	}
	form .input_frame input,
	form .input_frame textarea {
		font-size: 1.6rem;
	}
	.custom_radio_list li label {
		padding: 1.3rem;
	}
	.custom_radio_list li label .radio {
		width: 2rem;
		height: 2rem;
		margin-right: 1rem;
	}
	.custom_radio_list li label .radio::after {
		width: 1rem;
		height: 1rem;
	}
	.custom_radio_list li .label_title {
		margin-top: 0.8rem;
	}
	.custom_radio_list li .lead {
		margin-top: 1rem;
		font-size: 1.3rem;
	}
	.form_submit {
		margin: 4rem auto 0;
	}
	.form_submit .navi:not(:first-child) {
		margin-top: 1.6rem;
	}
	.form_confirm dt {
		padding: 0.8rem;
	}
	.form_confirm dd {
		padding: 0.8rem;
	}
}

@media screen and (min-width: 768px) {
	#ec_area {
		min-height: 200px;
		padding: 4.6rem 0;
	}
	#ec_area .f_serif {
		font-size: 4.2rem;
	}
	#ec_area .title {
		margin-top: 0.7rem;
		font-size: 2rem;
	}
	#bnr_list .inr {
		padding-top: 8rem;
	}
	#bnr_list .bnrs:not(:first-child) {
		margin-top: 4.8rem;
	}
	#bnr_inquiry .frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 4.8rem 4rem;
	}
	#bnr_inquiry .frame:after {
		top: 0;
		right: 3rem;
		bottom: 0;
		margin: auto 0;
		font-size: 1.6rem;
		content: "";
	}
	#bnr_inquiry .woman {
		left: 2rem;
	}
	#bnr_inquiry .title {
		width: 150px;
		margin-left: 110px;
	}
	#bnr_inquiry .title .small {
		margin-top: 1rem;
		font-size: 1.4rem;
	}
	#bnr_inquiry .lead {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-left: 6rem;
		padding-right: 4rem;
		line-height: 1.8;
	}
	#bnr_lp .frame {
		background-image: url(../img/top/lp_bg.png), url("../img/top/pack_right_bg.svg");
		background-position: top -10px left -6px, right -10px top -10px;
	}
	#bnr_lp .frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#bnr_lp .content {
		width: 50%;
		min-height: 280px;
	}
	#bnr_lp .content_price {
		padding: 3.6rem 4.6rem;
	}
	#bnr_lp .content_pack .point {
		max-width: 380px;
		margin: 2.2rem auto 0;
	}
	#bnr_lp .content_pack .point li {
		width: calc(33.33333%);
		max-width: 120px;
	}
	#bnr_lp .content_pack .point li:not(:first-child) {
		margin-left: 1rem;
	}
	.custom_radio_list li .label_head {
		min-height: 40px;
	}
	.form_submit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.form_submit .navi {
		width: calc(50% - 4rem);
		margin: 0 2rem;
	}
	.form_confirm {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1200px;
		margin-top: 4rem;
	}
	.form_confirm dt {
		width: 340px;
		padding: 1.6rem;
	}
	.form_confirm dd {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: calc(100% - 340px);
		padding: 1.8rem 1.6rem;
	}
}
/*# sourceMappingURL=common.css.map */
