/*! 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;
}

.pc {
	display: block;
}

@media screen and (max-width: 750px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media screen and (max-width: 750px) {
	.sp {
		display: block;
	}
}

.flex_pc {
	display: flex !important;
}

@media screen and (max-width: 750px) {
	.flex_pc {
		display: none !important;
	}
}

.flex_sp {
	display: none !important;
}

@media screen and (max-width: 750px) {
	.flex_sp {
		display: flex !important;
	}
}

body {
	font-family: " HiraKakuStd";
}

main {
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	main {
		width: 100%;
	}
}

.firstview .firstview_container {
	position: relative;
	background-color: #F6F6F6;
	padding-bottom: 30px;
	margin-top: 80px;
}

@media screen and (max-width: 750px) {
	.firstview .firstview_container {
		background-image: none;
		width: 100%;
		position: none;
		margin-top: 13.33333vw;
	}
}

.firstview .firstview_container .main {
	width: 100%;
}

.firstview .firstview_container .sub {
	width: 100%;
	padding: 5.33333vw 0;
	background-color: #f6f6f6;
	padding: 0 5.33333vw;
}

@media screen and (max-width: 750px) {
	.firstview .firstview_container .sub {
		padding-top: 6.66667vw;
		width: 53.33333vw;
		margin: 0 auto;
	}
}

.firstview .firstview_container .firstview_button {
	position: absolute;
	top: -115px;
	width: 350px;
	height: 60px;
	padding: 15px auto 8px;
	position: relative;
}
@media screen and (min-width: 751px) {
	.firstview .firstview_container .firstview_button {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);	
	}
}

@media screen and (max-width: 750px) {
	.firstview .firstview_container .firstview_button {
		position: none;
		width: 89.33333vw;
		height: 16vw;
		background-color: #f6f6f6;
		top: 4vw;
		left: 0px;
		margin: 0 auto;
	}
}

.firstview .firstview_container .firstview_button input {
	width: 100%;
	color: #ffffff;
	border-radius: 9px;
	font-size: 22px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.firstview .firstview_container .firstview_button input {
		border-radius: 2.4vw;
		font-size: 5.33333vw;
		padding: 6.66667vw 0;
	}
}



.section_container {
	width: 700px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.section_container {
		width: 100%;
		padding: 0 5.33333vw;
	}
}

.appeal {
	background-color: #f6f6f6;
}

.appeal .appeal_container {
	margin: 0 auto;
	max-width: 1039px;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container {
		width: 100%;
		padding-top: 17.33333vw;
	}
}

.appeal .appeal_container .ttl1 {
	font-size: 30px;
	font-weight: bold;
	color: #484848;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .ttl1 {
		font-size: 5.86667vw;
		font-weight: 100;
		padding-bottom: 10.66667vw;
	}
}

.appeal .appeal_container .appeal_wrapper {
	justify-content: space-between;
	display: flex;
	padding-top: 55px;
	padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .appeal_wrapper {
		padding-top: 0px;
		padding-bottom: 10.66667vw;
		display: block;
	}
}

.appeal .appeal_container .appeal_wrapper .apple_box {
	width: 33.3%;
	border-left: solid 1px #ffffff;
	padding: 0 40px;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .appeal_wrapper .apple_box {
		width: 100%;
		padding: 0 5.33333vw;
		padding-bottom: 8vw;
	}
}

.appeal .appeal_container .appeal_wrapper .apple_box:last-child {
	border-right: solid 1px #ffffff;
}

.appeal .appeal_container .appeal_wrapper .apple_box .img1 {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .appeal_wrapper .apple_box .img1 {
		justify-content: center;
		flex-direction: column;
		display: flex;
		display: block;
		margin: 0;
	}
}

.appeal .appeal_container .appeal_wrapper .apple_box .img2 {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .appeal_wrapper .apple_box .img2 {
		padding-bottom: 1.33333vw;
	}
}

.appeal .appeal_container .appeal_wrapper .apple_box .answer {
	font-size: 16px;
	line-height: 1.5;
	color: #727171;
	line-height: 1.3;
	padding-top: 15px;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .appeal_wrapper .apple_box .answer {
		font-size: 4.26667vw;
		border-bottom: solid 1px #ffffff;
		padding: 2.66667vw 1.33333vw;
	}
}

.appeal .appeal_container .appeal_wrapper .apple_box span {
	color: #61c0e2;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .appeal_wrapper .apple_box .top_box {
		display: flex;
		width: 100%;
		align-items: center;
	}
}

.appeal .appeal_container .appeal_wrapper .apple_box .top_box img {
	display: block;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .appeal_wrapper .apple_box .top_box img {
		width: 14.4vw;
		height: 14.4vw;
	}
}

.appeal .appeal_container .appeal_wrapper .apple_box .top_box .ttl {
	font-size: 20px;
	line-height: 1.2;
	color: #e1c103;
	line-height: 1;
	text-align: center;
	padding: 20px 0;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .appeal_wrapper .apple_box .top_box .ttl {
		font-size: 5.33333vw;
		line-height: 1.2;
		text-align: left;
		justify-content: center;
		flex-direction: column;
		display: flex;
		padding-left: 5.33333vw;
	}
}

.appeal .appeal_container .bottom_wrapper {
	margin-top: 50px;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .bottom_wrapper {
		margin: 0 2.66667vw;
	}
}

.appeal .appeal_container .bottom_wrapper .box {
	background-color: #ffffff;
	width: 700px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
	border-radius: 20px;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .bottom_wrapper .box {
		width: 100%;
	}
}

.appeal .appeal_container .bottom_wrapper .box .ttl {
	font-size: 26px;
	line-height: 2;
	font-weight: bold;
	color: #3db7e1;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .bottom_wrapper .box .ttl {
		font-size: 4.8vw;
		font-weight: 100;
		padding-bottom: 10px;
		line-height: 1.5;
	}
}

.appeal .appeal_container .bottom_wrapper .box .read {
	font-size: 16px;
	line-height: 2;
	color: #484848;
	padding-top: 5px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .bottom_wrapper .box .read {
		font-size: 3.73333vw;
		line-height: 2;
	}
}

.appeal .appeal_container .tri {
	display: block;
	margin: 0 auto;
}

.appeal .appeal_container .ope {
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 750px) {
	.appeal .appeal_container .ope {
		width: 26.66667vw;
		height: 26.66667vw;
	}
}

.form {
	background-color: #f6f6f6;
	padding-bottom: 70px;
}

@media screen and (max-width: 750px) {
	.form {
		padding-bottom: 21.33333vw;
	}
}

.form .form_container {
	text-align: center;
	padding-top: 70px;
}

@media screen and (max-width: 750px) {
	.form .form_container {
		padding-top: 10.66667vw;
	}
}

.form .form_container .form_wrapper {
	border-radius: 20px;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper {
		border-radius: 5.33333vw;
	}
}

.form .form_container .form_wrapper .wrapper_top {
	background-color: #ffda00;
	border-radius: 20px 20px 0 0;
	padding: 30px 0;
	color: #ffffff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_top {
		border-radius: 5.33333vw 5.33333vw 0 0;
		padding: 8vw 0;
		font-size: 5.86667vw;
	}
}

.form .form_container .form_wrapper .wrapper_bottom {
	position: relative;
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 30px;
	border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom {
		padding-top: 6.66667vw;
		padding-bottom: 8.66667vw;
		border-radius: 0 0 5.33333vw 5.33333vw;
	}
}

.form .form_container .form_wrapper .wrapper_bottom .ttl {
	color: #484848;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.2;
	padding-bottom: 35px;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom .ttl {
		font-size: 4.26667vw;
		letter-spacing: 0.15em;
		padding-bottom: vwp(65px);
	}
}

.form .form_container .form_wrapper .wrapper_bottom .input_top {
	width: 350px;
	margin: 0 auto;
	font-size: 18px;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom .input_top {
		width: 78.66667vw;
	}
}

.form .form_container .form_wrapper .wrapper_bottom .input_top .text {
	display: block;
	margin-bottom: 15px;
	border: solid #eecd0c 2px;
	width: 350px;
	height: 45px;
	font-size: 18px;
	border-radius: 9px;
	line-height: 1.2;
	text-align: left;
	padding-left: 10px;
	/* color: #CDCDCD; */
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom .input_top .text {
		width: 78.66667vw;
		height: 12vw;
		font-size: 3.73333vw;
		margin-bottom: 4vw;
	}
}

.form .form_container .form_wrapper .wrapper_bottom .input_top textarea {
	display: block;
	margin-bottom: 15px;
	border: solid #eecd0c 2px;
	width: 350px;
	height: 140px;
	border-radius: 9px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom .input_top textarea {
		width: 78.66667vw;
		height: 26.66667vw;
		font-size: 3.73333vw;
		margin-bottom: 4vw;
	}
}

.form .form_container .form_wrapper .wrapper_bottom .checkbox_wrap input {
	display: none;
}

.form .form_container .form_wrapper .wrapper_bottom .submit_btn .submit {
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	padding-left: none;
}

.form .form_container .form_wrapper .wrapper_bottom .read {
	color: #808080;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom .read {
		font-size: 3.73333vw;
	}
}

.form .form_container .form_wrapper .wrapper_bottom .read span {
	color: #58bfe4;
}

.form .form_container .form_wrapper .wrapper_bottom .n {
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	padding-bottom: 55px;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom .n {
		font-size: 3.73333vw;
	}
}

.form .form_container .form_wrapper .wrapper_bottom .tel {
	color: #484848;
	font-size: 24px;
	letter-spacing: 0.2em;
	padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom .tel {
		font-size: 6.4vw;
		letter-spacing: 0.1;
		padding-bottom: 4vw;
		display: block;
	}
}

.form .form_container .form_wrapper .wrapper_bottom .number {
	color: #595959;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.form .form_container .form_wrapper .wrapper_bottom .number_button {
	width: 350px;
	height: 60px;
	border-radius: 9px;
	background: linear-gradient(180deg, #FFB526 50%, #FFB526 50%, #FFA800 50%, #FFA800 100%);
	margin: 15px auto 8px;
	box-shadow: 0px 8px #D68D00;
	position: relative;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom .number_button {
		width: 78.66667vw;
		height: 16vw;
		margin-top: 4vw;
	}
}

.form .form_container .form_wrapper .wrapper_bottom .number_button a {
	height: 100%;
	width: 100%;
	color: #ffffff;
	border-radius: 7px;
	font-size: 22px;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom .number_button a {
		font-size: 5.86667vw;
		font-weight: bold;
	}
}

.form .form_container .form_wrapper .wrapper_bottom .number_button:hover {
	margin-top: 23px;
	box-shadow: none;
	margin-bottom: 0;
}

.form .form_container .form_wrapper .wrapper_bottom .number_button::after {
	content: "";
	background-image: url("../img/form/img04.png");
	display: inline-block;
	background-size: cover;
	width: 4.8vw;
	right: 4.8vw;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.form .form_container .form_wrapper .wrapper_bottom .day {
	color: #999999;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_wrapper .wrapper_bottom .day {
		padding-top: 4vw;
		font-size: 3.73333vw;
	}
}

.form .form_container .e {
	color: #484848;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	padding: 40px 0 15px 0;
}

@media screen and (max-width: 750px) {
	.form .form_container .e {
		font-size: 5.33333vw;
		letter-spacing: 0.1em;
	}
}

.form .form_container .form_button {
	width: 350px;
	border-radius: 9px;
	background-color: #58bfe4;
	margin: 15px auto 8px;
	box-shadow: 0px 8px #3490B1;
	position: relative;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_button {
		width: 80vw;
		margin: 2vw auto 1.06667vw;
	}
}

.form .form_container .form_button a {
	padding: 20px 0;
	width: 100%;
	color: #ffffff;
	border-radius: 7px;
	font-size: 22px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media screen and (max-width: 750px) {
	.form .form_container .form_button a {
		font-size: 4.93333vw;
	}
}

.form .form_container .form_button:hover {
	margin-top: 23px;
	box-shadow: none;
	margin-bottom: 0;
}

.form .form_container .form_button::after {
	content: "";
	background-image: url("../img/form/img01.png");
	display: inline-block;
	background-size: cover;
	width: 18px;
	height: 18px;
	right: 10px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
	.form .form_container .form_button::after {
		width: 4.8vw;
		height: 4.8vw;
	}
}

.support {
	background-color: #61c0e2;
	text-align: center;
	padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
	.support {
		padding-bottom: 10.66667vw;
	}
}

.support h2 {
	color: #1e1e1e;
	font-size: 23px;
	font-weight: bold;
	padding: 80px 0 60px 0;
}

@media screen and (max-width: 750px) {
	.support h2 {
		padding: 10.66667vw 0;
		font-size: 5.86667vw;
	}
}

.support .support_container li {
	display: block;
}

.support .support_container li .support_wrapper {
	border: solid 5px #9DE6FF;
}

.support .support_container li .support_wrapper .top {
	background-color: #9de6ff;
}

.support .support_container li .support_wrapper .top .ttl {
	color: #484848;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	padding: 30px 0;
}

@media screen and (max-width: 750px) {
	.support .support_container li .support_wrapper .top .ttl {
		font-size: 5.33333vw;
	}
}

.support .support_container li .support_wrapper .bottom {
	background-color: #ffffff;
}

.support .support_container li .support_wrapper .bottom img {
	padding: 30px 0;
}

.support .support_container li .support_wrapper .bottom .read {
	color: #484848;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.support .support_container li .support_wrapper .bottom .read {
		font-size: 4.26667vw;
		letter-spacing: 0.1em;
		display: block;
		width: 82.66667vw;
		text-align: left;
		margin: 0 auto;
	}
	.support .support_container li .support_wrapper .bottom .read :nth-child(3) {
		text-align: none;
	}
}

.support .support_container li .support_wrapper .bottom .read span {
	color: #5ec5e9;
}

.support .support_container li .support_wrapper .bottom .tel {
	color: #484848;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.support .support_container li .support_wrapper .bottom .day {
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 21px;
}

@media screen and (max-width: 750px) {
	.support .support_container li .support_wrapper .bottom .day {
		padding-top: 4vw;
		font-size: 3.73333vw;
	}
}

.support .support_container img {
	margin: 0 auto;
}

.question {
	background-color: #f6f6f6;
	padding-bottom: 80px;
	padding-top: 100px;
}

@media screen and (max-width: 750px) {
	.question {
		padding-bottom: 10.66667vw;
		padding-top: 10.66667vw;
	}
}

.question .question_container .ttl {
	padding-bottom: 50px;
	color: #484848;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #b4b4b4;
}

@media screen and (max-width: 750px) {
	.question .question_container .ttl {
		font-size: 5.86667vw;
	}
}

.question .question_container ul {
	display: block;
	border-bottom: solid 1px #b4b4b4;
	padding-top: 35px;
}

@media screen and (max-width: 750px) {
	.question .question_container ul {
		padding-top: 8.66667vw;
	}
}

.question .question_container ul li {
	display: flex;
}

.question .question_container ul li img {
	padding-right: 10px;
}

@media screen and (max-width: 750px) {
	.question .question_container ul li img {
		padding-right: 4vw;
	}
}

.question .question_container ul li p {
	color: #484848;
	line-height: 1.8;
	padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
	.question .question_container ul li p {
		font-size: 3.73333vw;
		padding-bottom: 5.33333vw;
	}
}

.question .question_container ul li .q {
	font-size: 20px;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.question .question_container ul li .q {
		font-size: 4.26667vw;
	}
}

.question .question_container ul li .a {
	font-size: 18px;
}

@media screen and (max-width: 750px) {
	.question .question_container ul li .a {
		font-size: 3.73333vw;
	}
}

.review .review_container {
	padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
	.review .review_container {
		padding-bottom: 10vw;
	}
}

.review .review_container .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #484848;
	padding-top: 80px;
	padding-bottom: 40px;
	border-bottom: solid 1px #B4B4B4;
}

@media screen and (max-width: 750px) {
	.review .review_container .ttl {
		font-size: 5.86667vw;
		padding-top: 10.66667vw;
		padding-bottom: 10vw;
	}
}

.review .review_container .review_wrapper ul li .top {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}

@media screen and (max-width: 750px) {
	.review .review_container .review_wrapper ul li .top {
		padding-top: 5.33333vw;
	}
}

.review .review_container .review_wrapper ul li .top .right .day {
	color: #a0a0a0;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	padding-right: 15px;
}

@media screen and (max-width: 750px) {
	.review .review_container .review_wrapper ul li .top .right .day {
		font-size: 3.73333vw;
		padding-right: 0;
	}
}

.review .review_container .review_wrapper ul li .bottom {
	border-bottom: solid 1px #B4B4B4;
	padding-left: 50px;
}

@media screen and (max-width: 750px) {
	.review .review_container .review_wrapper ul li .bottom {
		padding-left: 0;
	}
}

.review .review_container .review_wrapper ul li .bottom .read {
	color: #484848;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	padding-top: 15px;
}

@media screen and (max-width: 750px) {
	.review .review_container .review_wrapper ul li .bottom .read {
		font-size: 3.73333vw;
	}
}

.review .review_container .review_wrapper ul li .bottom .m {
	color: #484848;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	padding: 20px 0;
}

@media screen and (max-width: 750px) {
	.review .review_container .review_wrapper ul li .bottom .m {
		font-size: 3.73333vw;
		padding: 1.33333vw 0;
	}
}

.consult {
	background-color: #9de6ff;
	padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
	.consult {
		padding-bottom: 8.66667vw;
	}
}

.consult .consult_container {
	text-align: center;
	padding-top: 80px;
}

@media screen and (max-width: 750px) {
	.consult .consult_container {
		padding-top: 10.66667vw;
	}
}

.consult .consult_container .box {
	background-color: #ffda00;
	width: 300px;
	border-radius: 15px;
	margin: 0 auto;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .box {
		width: 78.66667vw;
	}
}

.consult .consult_container .box .r {
	color: #484848;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .box .r {
		font-size: 4.26667vw;
	}
}

.consult .consult_container .suport {
	padding-bottom: 45px;
	font-size: 30px;
	color: #484848;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .suport {
		font-size: 5.86667vw;
	}
}

.consult .consult_container .consult_wrapper .top {
	border-radius: 20px 20px 0 0;
	background-color: #3db7e1;
	padding: 30px 0;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .consult_wrapper .top {
		padding: 8vw 0;
		border-radius: 2.66667vw 2.66667vw 0 0;
	}
}

.consult .consult_container .consult_wrapper .bottom {
	background-color: #ffffff;
	padding-bottom: 40px;
	border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .consult_wrapper .bottom {
		border-radius: 0 0 2.66667vw 2.66667vw;
	}
}

.consult .consult_container .consult_wrapper .bottom .ttl {
	color: #484848;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.2em;
	padding-top: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .consult_wrapper .bottom .ttl {
		font-size: 4.26667vw;
		text-align: left;
		margin: 0 auto;
		width: 78.66667vw;
		padding-bottom: 5.33333vw;
	}
}

.consult .consult_container .consult_wrapper .bottom .consult_input input {
	width: 430px;
	display: block;
	margin-bottom: 15px;
	border: solid #9DE6FF 2px;
	margin: 0 auto 15px;
	height: 45px;
	border-radius: 9px;
	text-align: left;
	padding-left: 10px;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .consult_wrapper .bottom .consult_input input {
		margin: 0 auto;
		width: 78.66667vw;
		margin-bottom: 10px;
	}
}

.consult .consult_container .consult_wrapper .bottom .consult_input textarea {
	width: 430px;
	margin: 0 auto 15px;
	height: 95px;
	display: block;
	margin-bottom: 15px;
	border: solid #9DE6FF 2px;
	border-radius: 9px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .consult_wrapper .bottom .consult_input textarea {
		margin: 0 auto;
		width: 78.66667vw;
	}
}

.consult .consult_container .consult_wrapper .bottom .read {
	color: #808080;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .consult_wrapper .bottom .read {
		font-size: 3.73333vw;
	}
}

.consult .consult_container .consult_wrapper .bottom .read span {
	color: #58bfe4;
}

.consult .consult_container .consult_wrapper .bottom .submit_btn .submit {
	width: 350px;
	color: #ffffff;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .consult_wrapper .bottom .submit_btn .submit {
		width: 78.66667vw;
	}
}

.consult .consult_container .consult_wrapper .bottom .n {
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	padding-bottom: 55px;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .consult_wrapper .bottom .n {
		font-size: 3.73333vw;
	}
}

.consult .consult_container .consult_wrapper .bottom .tel {
	color: #484848;
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .consult_wrapper .bottom .tel {
		font-size: 6.4vw;
		display: block;
	}
}

.consult .consult_container .consult_wrapper .bottom .number {
	color: #595959;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.consult .consult_container .consult_wrapper .bottom .day {
	color: #999999;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.consult .consult_container .consult_wrapper .bottom .day {
		padding-top: 4vw;
		font-size: 3.73333vw;
	}
}

.note {
	background-color: #f6f6f6;
}

.note .note_container {
	padding: 40px 0;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.note .note_container {
		padding: 9.33333vw 0;
	}
}

.note .note_container .ttl {
	color: #484848;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: 25px;
}

@media screen and (max-width: 750px) {
	.note .note_container .ttl {
		font-size: 4.26667vw;
		padding-bottom: 4vw;
	}
}

.note .note_container .read {
	color: #484848;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.note .note_container .read {
		font-size: 3.73333vw;
	}
}

.submit_btn {
	width: 350px;
	height: 60px;
	border-radius: 9px;
	background: linear-gradient(180deg, #feda09 0%, #feda09 30px, #eecd0c 30px, #eecd0c 100%);
	margin: 15px auto 8px;
	box-shadow: 0px 8px #c3a705;
	position: relative;
}

@media screen and (max-width: 750px) {
	.submit_btn {
		width: 78.66667vw;
	}
}

.submit_btn input {
	height: 100%;
	width: 100%;
	color: #ffffff;
	border-radius: 7px;
	font-size: 22px;
}

@media screen and (max-width: 750px) {
	.submit_btn input {
		width: 78.66667vw;
	}
}

.submit_btn:hover {
	margin-top: 23px;
	box-shadow: none;
	margin-bottom: 0;
}

.submit_btn::after {
	content: "";
	background-image: url("../img/form/img01.png");
	display: inline-block;
	background-size: cover;
	width: 18px;
	height: 18px;
	right: 10px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.checkbox_wrap {
	width: 350px;
	height: 45px;
	padding: 0 12px;
	border: 2px solid #EECD0C;
	border-radius: 9px;
	margin: 0 auto;
	line-height: 45px;
	text-align: left;
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
	.checkbox_wrap {
		width: 78.66667vw;
		margin-bottom: 4vw;
		height: 12vw;
	}
}

.checkbox_wrap label {
	position: relative;
	margin-left: 30px;
	color: #6A6A6A;
}

@media screen and (max-width: 750px) {
	.checkbox_wrap label {
		font-size: 3.73333vw;
		line-height: 12vw;
	}
}

.checkbox_wrap label::after {
	content: "";
	width: 8px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: -23px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
	opacity: 0;
	display: inline-block;
	background-image: url("../img/form/icon01.png");
	background-size: cover;
}

.checkbox_wrap label::before {
	content: "";
	width: 22px;
	height: 22px;
	background-color: #ffffff;
	border-radius: 2px;
	margin-right: 10px;
	display: inline-block;
	border: 2px solid #cacaca;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
}

.checkbox_wrap input[type="checkbox"]:checked + label::after {
	opacity: 1;
}

.checkbox_wrap input[type="checkbox"]:checked + label::before {
	background-color: #EECD0C;
}

.checkbox_wrap input {
	display: none;
}

.number_button {
	width: 350px;
	border-radius: 9px;
	background: linear-gradient(180deg, #FFB526 50%, #FFB526 50%, #FFA800 50%, #FFA800 100%);
	margin: 15px auto 8px;
	box-shadow: 0px 8px #D68D00;
	position: relative;
}

@media screen and (max-width: 750px) {
	.number_button {
		width: 78.66667vw;
		padding: 5.33333vw 0;
		margin-top: 4vw;
	}
}

.number_button a {
	height: 100%;
	width: 100%;
	color: #ffffff;
	border-radius: 7px;
	font-size: 22px;
}

@media screen and (max-width: 750px) {
	.number_button a {
		font-size: 5.86667vw;
		font-weight: bold;
	}
}

.number_button:hover {
	margin-top: 23px;
	box-shadow: none;
	margin-bottom: 0;
}

.number_button::after {
	content: "";
	background-image: url("../img/form/img04.png");
	display: inline-block;
	background-size: cover;
	width: 4.8vw;
	height: 4.8vw;
	right: 4.8vw;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
	.sp_align {
		text-align: center !important;
	}
}

@media screen and (min-width: 751px) {
	
.fv_btn:hover{
	top:-107px !important;
}

.fv_submit_btn{
	margin: 0 auto !important;
}
.firstview .firstview_container .firstview_button:hover {
	top: -92px;
	box-shadow: none;
	margin-bottom: 0;
}
}
::placeholder {
	color: #CDCDCD;
}

/*# sourceMappingURL=index.css.map */