@charset "UTF-8";
.modal_price_content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_price_content:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_price_content.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_price_body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
}
.modal_price_close {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_price_title {
	font-weight: 700;
}
.modal_price_text {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(255,255,255,1.00);
	margin-top: 20px;
	text-align: left;
	font-size: 16px;
}
.modal_price_layout {
	margin-top: 40px;
}
.modal_order_content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_order_content:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_order_content.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_order_body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	margin-top: 60px;
	padding-bottom: 30px;
}
.modal_order_close {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_order_close_last {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	bottom: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_order_title {
	font-weight: 700;
}
.modal_order_text {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(255,255,255,1.00);
	margin-top: 20px;
	text-align: left;
	font-size: 16px;
}
.modal_order_sankaku {
	margin-top: 20px;
}

.modal_suit_content_1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_1:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_1.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_1 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_1 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_2:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_2.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_2 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_3:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_3.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_3 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_3 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_4 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_4:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_4.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_4 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_4 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_5 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_5:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_5.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_5 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_5 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_6 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_6:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_6.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_6 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_6 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_7 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_7:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_7.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_7 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_7 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_8 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_8:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_8.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_8 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_8 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_9 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_9:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_9.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_9 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_9 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_10 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_10:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_10.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_10 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_10 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_11 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_11:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_11.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_11 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_11 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_content_12 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_suit_content_12:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_suit_content_12.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_suit_body_12 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-top: 60px;
}
.modal_suit_close_12 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_suit_img img {
	width: 100%;
}
.modal_interview_content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(51,51,51,0.99);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal_interview_content:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_interview_content.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.modal_interview_body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	color: rgba(255,255,255,1.00);
	margin-top: 60px;
	padding-bottom: 30px;
	text-align: left;
}
.modal_interview_close {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_interview_close_last {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	bottom: -60px;
	right: 0px;
	width: 60px;
	height: 60px;
	font-size: 60px;
	cursor: pointer;
}
.modal_interview_img {
	margin-top: 20px;
}
.modal_interview_img img {
	width: 100%;
}
.modal_interview_title {
	font-weight: 700;
	margin-top: 20px;
}
.modal_interview_text {
	margin-top: 20px;
	font-size: 16px;
}
.modal_interview_caption {
	border-left: 2px solid rgba(255,255,255,1.00);
	padding-left: 6px;
	margin-top: 20px;
	font-weight: 700;
}
@media screen and (max-width:768px) {
.modal_price_body {
	width: 80%;
}
.modal_price_text {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.modal_price_layout {
	margin-top: 20px;
}
.modal_order_body {
	width: 80%;
}
.modal_order_text {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.modal_order_sankaku {
	margin-top: 10px;
}
.modal_suit_body_1 {
	width: 80%;
}
.modal_suit_body_2 {
	width: 80%;
}
.modal_suit_body_3 {
	width: 80%;
}
.modal_suit_body_4 {
	width: 80%;
}
.modal_suit_body_5 {
	width: 80%;
}
.modal_suit_body_6 {
	width: 80%;
}
.modal_suit_body_7 {
	width: 80%;
}
.modal_suit_body_8 {
	width: 80%;
}
.modal_suit_body_9 {
	width: 80%;
}
.modal_suit_body_10 {
	width: 80%;
}
.modal_suit_body_11 {
	width: 80%;
}
.modal_suit_body_12 {
	width: 80%;
}
.modal_interview_body {
	width: 80%;
	margin-top: 60px;
}
.modal_interview_text {
	margin-top: 10px;
	font-size: 14px;
}
}