@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

* {
	overflow: hidden !important;
}

body,
html {
	overflow-y: auto !important;
}

@media screen and (max-width: 1080px) {
	.pc {
		display: none;
	}
}

@media screen and (min-width: 1079px) {
	.sp {
		display: none;
	}
}

header {
	width: 100%;
	height: 302px;
	background-color: #f8f4e7;
}

@media screen and (max-width: 1080px) {
	header {
		height: 26.66667vw;
	}
}

header h1 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #dea804;
	color: white;
	width: 100%;
	height: 59px;
	font-size: 22px;
	font-family: sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media screen and (max-width: 1080px) {
	header h1 {
		height: 1vw;
	}
}

header .top {
	text-align: center;
	margin: 0 auto;
	padding-top: 46px;
}

@media screen and (max-width: 1080px) {
	header .top {
		padding-top: 4.26667vw;
	}
}

header .top .box2 {
	margin: 0px auto;
	vertical-align: middle;
	width: 591px;
	height: 80px;
	font-size: 52px;
	font-weight: lighter;
	color: #ffffff;
	background: #e71c39;
	border: solid 1px #e71c39;
	border-radius: 28px;
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	header .top .box2 {
		width: 69.33333vw;
		height: 10.66667vw;
	}
}

header .top .box2 .gus {
	line-height: 80px;
}

@media screen and (max-width: 1080px) {
	header .top .box2 .gus {
		font-size: 6.66667vw;
		line-height: 10.66667vw;
	}
}

header .top .text {
	font-family: sans-serif;
	font-size: 46px;
	font-weight: bolder;
	padding-top: 24px;
}

header .top .text span {
	color: #e71c39;
}

@media screen and (max-width: 1080px) {
	header .top .text {
		font-size: 4.8vw;
		padding-top: 0;
		line-height: 9.6vw;
	}
}

.operate {
	margin-left: 0%;
	margin-right: 0%;
	margin: 0 auto;
	padding-top: 43px;
	padding-bottom: 43px;
}

@media screen and (max-width: 1080px) {
	.operate {
		width: 89.33333vw;
	}
}

.operate .items {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 1080px;
	flex-wrap: wrap;
	font-size: 25px;
	align-items: center;
	font-family: sans-serif;
	font-weight: lighter;
}

@media screen and (max-width: 1080px) {
	.operate .items {
		width: 100%;
		font-size: 4.8vw;
	}
}

.operate .items .item {
	border: 3px solid;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	width: 49%;
	overflow-y: hidden;
}

.operate .items .item > a {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1080px) {
	.operate .items .item {
		padding: 2.4vw;
	}
}

.operate .items .item img {
	vertical-align: middle;
	width: 73.85px;
	height: 73.85px;
	margin-right: 20px;
}

@media screen and (max-width: 1080px) {
	.operate .items .item img {
		width: 13.33333vw;
		height: 13.33333vw;
		margin-right: 2.66667vw;
	}
}

.operate .items .item1 {
	background: #ecf4ff;
	color: #1c85e7;
}

.operate .items .item2 {
	color: #e71c39;
	background: #ffecef;
}

@media screen and (max-width: 1080px) {
	.operate .items .item2,
	.operate .items .item1 {
		width: 100%;
		height: 18.66667vw;
	}
}

.operate .items .item3,
.operate .items .item4 {
	color: #6c6c6c;
	background-color: #eeeeee;
	height: 74px;
	line-height: 54px;
	text-align: center;
}

@media screen and (max-width: 1080px) {
	.operate .items .item3,
	.operate .items .item4 {
		width: 49%;
		font-size: 3.73333vw;
	}
}

.ask {
	padding-top: 45px;
	background-color: #f8f4e7;
	margin-top: -20px;
	padding-bottom: 45px;
}

@media screen and (max-width: 1080px) {
	.ask {
		padding-top: 7.2vw;
		padding-bottom: 7.2vw;
	}
}

.ask .box {
	margin: auto;
	border-radius: 10px;
	width: 1080px;
	background-color: #ffffff;
	padding-bottom: 72px;
}

@media screen and (max-width: 1080px) {
	.ask .box {
		width: 89.33333vw;
	}
}

@media screen and (max-width: 1080) {
	.ask .box {
		padding-bottom: 10.4vw;
	}
}

.ask .box .red {
	background-color: #e71c39;
	height: 90px;
	border-radius: 10px 10px 0px 0px;
}

.ask .box .red .title {
	display: flex;
	justify-content: center;
	font-size: 33px;
	line-height: 90px;
	color: white;
}

@media screen and (max-width: 1080px) {
	.ask .box .red {
		height: 10.66667vw;
	}
	.ask .box .red .title {
		line-height: 10.66667vw;
		font-size: 4.8vw;
	}
}

.ask .box table {
	width: 870px;
	margin: 72px auto 0px;
}

@media screen and (max-width: 1080px) {
	.ask .box table {
		margin: 0 auto 0;
		width: 78.66667vw;
	}
}

.ask .box table tbody {
	width: 870px;
}

@media screen and (max-width: 1080px) {
	.ask .box table tbody tr {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
}

.ask .box table tbody tr:not(:last-child) td {
	padding-bottom: 32px;
}

@media screen and (max-width: 1080px) {
	.ask .box table tbody tr:not(:last-child) td {
		padding-bottom: 0px;
	}
}

.ask .box table tbody tr td {
	vertical-align: middle;
}

.ask .box table tbody tr .label {
	width: 100px;
	text-align: right;
}

.ask .box table tbody tr .label .form-label {
	display: inline-block;
	font-size: 17px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: smaller;
	border-radius: 4px;
	color: white;
}

.ask .box table tbody tr .label .form-label.require {
	background: #e71c39;
}

.ask .box table tbody tr .label .form-label.any {
	background: #afafaf;
}

@media screen and (max-width: 1080px) {
	.ask .box table tbody tr .label {
		width: auto;
		font-size: 3.2vw;
		padding-left: 2.4vw;
		padding-bottom: 2.13333vw !important;
		padding-top: 4.53333vw;
		display: block;
	}
	.ask .box table tbody tr .label .form-label {
		width: 10.66667vw;
		font-size: 3.2vw;
		height: 5.33333vw;
		line-height: 5.33333vw;
	}
}

.ask .box table tbody tr .contents {
	width: 180px;
	font-size: 25px;
	font-weight: bolder;
}

@media screen and (max-width: 1080px) {
	.ask .box table tbody tr .contents {
		width: auto;
		display: inline-block;
		padding-top: 4.53333vw;
		font-size: 4.26667vw;
	}
}

.ask .box table tbody .select-col {
	position: relative;
}

.ask .box table tbody .select-col::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 30%;
	width: 22px;
	height: 22px;
	border-top: 4px solid #1c85e7;
	border-left: 4px solid #1c85e7;
	pointer-events: none;
	transform: translateY(-50%) rotate(-135deg);
}

@media screen and (max-width: 1080px) {
	.ask .box table tbody .select-col::after {
		border-top: 2px solid #1c85e7;
		border-left: 2px solid #1c85e7;
		top: 35%;
		right: 15px;
		width: 14px;
		height: 14px;
	}
}

.ask .box table tbody .input-col {
	text-align: start;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	border: 0px none;
	padding-left: 20px;
}

@media screen and (max-width: 1080px) {
	.ask .box table tbody .input-col {
		padding-left: 0px;
		width: 78.66667vw;
	}
	.ask .box table tbody .input-col:not(:last-child) {
		padding-bottom: 6.4vw !important;
	}
}

.ask .box table tbody .input-col input,
.ask .box table tbody .input-col select {
	margin: 0 0 0 auto;
	width: 576px;
	height: 59px;
	font-size: 22px;
	color: #000;
	font-weight: lighter;
	padding: 0.2em 1em;
	font-weight: lighter;
	background: white;
	border-radius: 10px;
	border: solid 1px #c7c7c7;
}

@media screen and (max-width: 1080px) {
	.ask .box table tbody .input-col input,
	.ask .box table tbody .input-col select {
		margin: 0 0 0;
		width: 100%;
		height: 10.66667vw;
		font-size: 4.26667vw;
	}
}

@media screen and (max-width: 1080px) {
	.ask .box table tbody .input-col {
		display: block !important;
	}
	.ask .box table tbody .input-col span {
		margin-top: 2.93333vw;
		display: inline-block;
		font-size: 3.2vw;
	}
}

.ask .box .policy {
	text-align: center;
	margin-top: 44px;
	color: #999999;
}

.ask .box .policy .smalltex {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 3px;
}

@media screen and (max-width: 1080px) {
	.ask .box .policy .smalltex {
		font-size: 3.2vw;
	}
}

@media screen and (max-width: 1080px) {
	.ask .box .policy {
		margin-top: 4.53333vw;
	}
}

.ask .box .policy a {
	color: #58bfe4;
}

@media screen and (max-width: 1080px) {
	.ask .box .policy .smalltex2 {
		margin-top: 3.33333vw;
	}
}

.ask .recive {
	font-size: 28px;
	font-weight: lighter;
	text-align: center;
	margin-top: 44px;
}

@media screen and (max-width: 1080px) {
	.ask .recive {
		margin-top: 4.26667vw;
		font-size: 5.33333vw;
	}
}

.ask .recive .recivetex {
	width: 360px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	font-size: 28px;
	background: #e71c39;
	border-radius: 10px;
	color: white;
}

@media screen and (max-width: 1080px) {
	.ask .recive .recivetex {
		width: 78.66667vw;
	}
}

.service {
	padding-top: 90px;
	width: 1018px;
	margin: 0 auto;
}

@media screen and (max-width: 1080px) {
	.service {
		padding-top: 5.33333vw;
		width: 89.33333vw;
	}
}

.service .title {
	margin-top: 81px;
}

@media screen and (max-width: 1080px) {
	.service .title {
		margin-top: 0;
	}
}

.service .title img {
	width: 52px;
}

.service .title p {
	margin-top: 30px;
	text-align: center;
	color: #dea804;
	font-size: 36px;
	margin-bottom: 63px;
}

@media screen and (max-width: 1080px) {
	.service .title p {
		margin-top: 2vw;
		margin-bottom: 7.2vw;
		font-size: 5.33333vw;
	}
}

.service ul {
	width: 100%;
	margin: 0 auto;
}

.service ul li {
	height: 160px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	border-top: 1px solid #6c6c6c;
	line-height: 28px;
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	.service ul li {
		padding-top: 5.06667vw;
		height: auto;
		padding-bottom: 10.4vw;
		align-items: start;
	}
}

.service ul li::after {
	content: "▼";
	position: absolute;
	color: #777777;
	left: 50%;
	bottom: 0;
	font-size: 27px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1080px) {
	.service ul li::after {
		bottom: -1.6vw;
		font-size: 5.33333vw;
	}
}

.service ul li:last-child {
	border-bottom: 1px solid #6c6c6c;
}

.service ul li .allow {
	width: 100%;
	text-align: center;
}

.service ul p {
	padding: 15px;
	font-weight: bolder;
	overflow: hidden;
}

.service ul p img {
	width: 73.85px;
}

@media screen and (max-width: 1080px) {
	.service ul p img {
		width: 13.33333vw;
	}
}

@media screen and (max-width: 1080px) {
	.service ul p {
		padding: 0;
		font-size: 4.26667vw;
		font-weight: normal;
	}
}

.service ul .sp {
	margin-left: 1.86667vw;
	width: 73.33333vw;
}

.service ul .step {
	width: 107.82px;
	height: 36.93px;
	font-size: 19px;
	color: #777777;
	padding: 0.2em 1em;
	margin: 2em 0;
	font-weight: lighter;
	background: white;
	border-radius: 0px;
	border: 1px solid #6c6c6c;
}

@media screen and (max-width: 1080px) {
	.service ul .step {
		overflow: hidden;
		font-size: 3.73333vw;
		height: 6.66667vw;
		line-height: 6.66667vw;
		width: 19.46667vw;
		text-align: center;
		margin: 0;
		margin-bottom: 1.86667vw;
		padding: 0;
	}
}

.question {
	width: 1018px;
	margin: 0 auto;
	margin-top: 87px;
}

@media screen and (max-width: 1080px) {
	.question {
		width: 89.33333vw;
		margin-top: 8vw;
	}
}

.question ul {
	width: 100%;
	margin: 0 auto;
}

.question ul li {
	padding: 51px 0;
	width: 100%;
	align-items: center;
	border-top: 1px solid #6c6c6c;
	line-height: 28px;
	font-size: 22px;
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	.question ul li {
		padding: 5.33333vw 0;
	}
}

.question ul li:last-child {
	border-bottom: 1px solid #6c6c6c;
}

.question ul li .questiontext {
	overflow: hidden;
	display: flex;
}

.question ul li .questiontext span {
	display: block;
	color: #e71c39;
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	.question ul li .questiontext span {
		font-size: 4.26667vw;
		padding-right: 1.33333vw;
	}
}

.question ul li .questiontext p {
	overflow: hidden;
	font-weight: bolder;
	margin-bottom: 19px;
}

@media screen and (max-width: 1080px) {
	.question ul li .questiontext p {
		font-size: 4.26667vw;
		font-weight: normal;
		margin-bottom: 1.33333vw;
		line-height: 4.26667vw;
	}
}

@media screen and (max-width: 1080px) {
	.question ul li .questiontext {
		margin-bottom: 1.33333vw;
	}
}

.question ul li .answer {
	overflow: hidden;
	display: flex;
}

.question ul li .answer span {
	display: block;
	overflow: hidden;
	color: #1c85e7;
}

@media screen and (max-width: 1080px) {
	.question ul li .answer span {
		font-size: 4.26667vw;
		padding-right: 1.33333vw;
	}
}

.question ul li .answer p {
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	.question ul li .answer p {
		font-size: 4.26667vw;
		font-weight: normal;
		line-height: 4.26667vw;
	}
}

footer {
	margin-top: 60px;
	padding: 41px;
	height: 148px;
	background-color: #f2f2f2;
	text-align: center;
}

footer p {
	font-size: 14px;
	font-weight: bolder;
	line-height: 36px;
}

footer p span {
	font-size: 12px;
	font-weight: bolder;
	line-height: 36px;
}

@media screen and (max-width: 1080px) {
	footer {
		margin-top: 8vw;
		padding: 0;
		padding-top: 4.53333vw;
		height: 22.4vw;
	}
	footer p {
		font-size: 3.73333vw;
		line-height: 1;
	}
	footer p span {
		display: block;
		margin-top: 4.53333vw;
		font-size: 3.2vw;
		line-height: 1;
	}
}

.title {
	text-align: center;
}

.title img {
	width: 52px;
	align-items: center;
}

.title p {
	text-align: center;
	color: #dea804;
	font-size: 36px;
	margin-bottom: 63px;
	margin-top: 30px;
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	.title p {
		margin-top: 1.33333vw;
		margin-bottom: 5.33333vw;
		font-size: 5.33333vw;
	}
}

.start {
	font-size: 28px;
	font-weight: lighter;
	text-align: center;
	padding-top: 37px;
}

.start .cv_btn {
	width: 440px;
	height: 72px;
	line-height: 72px;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	background: #e71c39;
	border-radius: 10px;
	color: white;
}

@media screen and (max-width: 1080px) {
	.start {
		padding-top: 8vw;
	}
	.start .cv_btn {
		width: 89.33333vw;
		font-size: 5.33333vw;
		height: 13.33333vw;
		line-height: 13.33333vw;
	}
}

.modal-container {
	z-index: 1000;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-container * {
	overflow: hidden;
}

.modal-container.active {
	display: block;
}

.modal-container .modal {
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 740px;
	margin: 140px auto 0px;
	background-color: #fff;
	border-radius: 15px;
}

.modal-container .modal .close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 58px;
}

@media screen and (max-width: 1080px) {
	.modal-container .modal {
		margin-top: 21.33333vw;
		width: 89.33333vw;
	}
}

.tel-modal-container .modal {
	height: auto;
	padding-bottom: 30px;
	text-align: center;
}

.tel-modal-container .modal .tel {
	padding-top: 110px;
	font-size: 30px;
	margin-bottom: 24px;
}

.tel-modal-container .modal .number {
	font-size: 47px;
	color: #e71c39;
}

.tel-modal-container .modal .time {
	padding-top: 42px;
	font-size: 23px;
	line-height: 46px;
}

@media screen and (max-width: 1080px) {
	.tel-modal-container .modal {
		height: auto;
		padding-bottom: 40px;
	}
	.tel-modal-container .modal .tel {
		font-size: 5.33333vw;
		padding-top: 14.66667vw;
	}
	.tel-modal-container .modal .number {
		font-size: 6.4vw;
	}
	.tel-modal-container .modal .time {
		padding-top: 5.33333vw;
		line-height: 8.53333vw;
		font-size: 4.26667vw;
	}
}

.menu-modal-container .modal {
	height: 600px;
}

@media screen and (max-width: 1080px) {
	.menu-modal-container .modal {
		height: 75vh;
	}
}

.menu-modal-container .modal .modalheder {
	background-color: #fde7f6;
	border-radius: 15px 15px 0px 0px;
	height: 80px;
	color: #e71c39;
	text-align: center;
	font-size: 26px;
	line-height: 80px;
	font-weight: bolder;
}

.menu-modal-container .modal .imformation {
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
}

@media screen and (max-width: 1080px) {
	.menu-modal-container .modal .imformation {
		font-size: 3.06667vw;
	}
}

.menu-modal-container .modal .imformation .item {
	border: 3px solid;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: left;
	width: 450px;
	margin: 20px auto;
}

.menu-modal-container .modal .imformation .item img {
	display: inline-block;
	vertical-align: middle;
	width: 53.85px;
	height: 53.85px;
	margin-right: 20px;
	position: relative;
}

.menu-modal-container .modal .imformation .item.blue {
	background: #ecf4ff;
	color: #1c85e7;
}

.menu-modal-container .modal .imformation .item.ash {
	background: #eeeeee;
	color: #6c6c6c;
}

.menu-modal-container .modal .imformation .item.other_contact p {
	display: inline-block;
}

.menu-modal-container .modal .imformation .item.other_contact img {
	vertical-align: top;
}

.menu-modal-container .modal .imformation .item .many {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #6c6c6c;
}

@media screen and (max-width: 1080px) {
	.menu-modal-container .modal .imformation .item .many {
		font-size: 2.66667vw;
	}
}

@media screen and (max-width: 1080px) {
	.menu-modal-container .modal .imformation .item {
		width: 78.66667vw;
	}
	.menu-modal-container .modal .imformation .item img {
		margin-right: 1.6vw;
		font-size: 1.6vw !important;
	}
}

.contact-modal-container .modal {
	text-align: center;
}

.contact-modal-container .modal .number {
	padding-top: 60px;
	font-size: 25px;
	line-height: 26px;
}

@media screen and (max-width: 1080px) {
	.contact-modal-container .modal .number {
		padding-top: 14.66667vw;
	}
}

.contact-modal-container .modal .number span {
	color: #e71c39;
	font-size: 15px;
}

.contact-modal-container .modal .number .item {
	border: 3px solid;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: left;
	width: 450px;
}

@media screen and (max-width: 1080px) {
	.contact-modal-container .modal .number .item {
		width: 78.66667vw;
	}
}

.contact-modal-container .modal .number .item img {
	vertical-align: middle;
	width: 53.85px;
	height: 53.85px;
	margin-right: 20px;
	position: relative;
}

.contact-modal-container .modal .number .item.blue {
	margin: 15px auto;
	background: #ecf4ff;
	color: #1c85e7;
	height: 80px;
	font-weight: bold;
}

.contact-modal-container .modal .number .item.ash {
	margin: 20px auto;
	background: #818181;
	color: white;
	width: 450px;
	height: 80px;
	font-weight: bold;
}

.contact-modal-container .modal .number .free {
	font-size: 12px;
	margin-top: -10px;
}

.contact-modal-container .modal .number .contact_form {
	font-size: 12px;
	margin-top: -10px;
}

.pointer {
	cursor: pointer;
}

@keyframes sk-cubemove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		transform: rotate(-360deg);
	}
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.loader__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 57px;
	height: 60px;
	transform: translate(-50%, -50%);
}

.loader__spinner--cube1,
.loader__spinner--cube2 {
	background-color: #ffffff;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	animation: sk-cubemove 2s infinite ease-in-out;
}

.loader__spinner--cube2 {
	animation-delay: -1s;
}

.loader span {
	display: inline-block;
	color: #ddd;
	font-weight: bold;
	font-size: 23px;
	position: absolute;
	top: 64%;
	left: 50%;
	height: 60px;
	transform: translate(-50%, -50%);
}

/*# sourceMappingURL=index.css.map */