@charset "UTF-8";

/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0 !important;
	padding: 0;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
@media (max-width: 640px) {
	img {
		width: 100%;
	}
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ol,
ul {
	margin: 0;
	list-style: none;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #c8c8c8;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/pc/selct-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
.vertical__align input{
	vertical-align: middle;
}
.privacy {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	height: 133px;
}
select {
	width: 100%;
	padding: 15px 30px 15px 18px;
	border-radius: 5px;
	color: inherit;         /* inputと同じ文字色（bodyの色を継承） */
	background-color: #fff; /* inputと同じ背景色 */
}
.basePcFlexList, .pcFlexList, .pcFlexList5, .pcFlexList4, .pcFlexList3, .pcFlexList2, .pcColList, .pcColList3, .pcColList2 {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.basePcFlexList li, .pcFlexList li, .pcFlexList5 li, .pcFlexList4 li, .pcFlexList3 li, .pcFlexList2 li, .pcColList li, .pcColList3 li, .pcColList2 li {
	width: 48%;
}



/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0 !important;}
.padding-none {padding:          0 !important;}

.margin-T0    {margin-top:       0 !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0 !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0 !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0 !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0 !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0 !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0 !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0 !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page_container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner-width {
	width: 920px;
	margin-right: auto;
	margin-left:  auto;
}
@media screen and (max-width: 640px) {
	.inner-width {
		width: auto;
	}
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}

/* ==========================================================================
 * Responsive
 * ========================================================================== */
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
	.hidden-pc {
		display: none !important;
	}
}
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.hd {
	background-color: #fff;
	padding: 23px 0;
}
.header__wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__logo img {
	vertical-align: middle;
	width: 260px;
}
.header__ctaBtn:hover img {
	transform: scale(1.02);
}
.nav__list {
	display: flex;
	gap: 25px;
	align-items: center;;
}
.nav__listItem {
	text-align: center;
}
.nav__listItem a {
	color: #282828;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}
.nav__listItem a:hover {
	color: #d90005;
	text-decoration: none;
}
.reception__hours {
	font-size: 1.4rem;
}
.tel__number {
	display: flex;
	align-items: center;
	line-height: 1;
}
.tel__number img {
	width: 30px;
	height: 30px;
}
.tel__number a {
	color: #e20011;
	display: inline-block;
	text-decoration: none;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4.4rem;
	margin: 0 0 0 5px;
	letter-spacing: -1px;
}
.reception__hours {
	text-align: center;
}

@media (max-width: 640px) {
    .header__wrap {
		gap: 8px;
		align-items: center;
    }
	.hd {
		background-color: #fff;
		padding: 10px;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}
    .header__logo {
        width: 40.5%;
    }
    .header__logo img {
        width: 100%;
    }
    .header__cta {
		width: 43%;
    }
    .header__ctaBtn {
        display: block;
        width: 100%;
    }
    .header__ctaBtn img {
        width: 100%;
        height: auto;
        display: block;
    }
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		display: flex;
		justify-content: center;
		height: 40px;
		width: 40px;
		background: #d90005;
		padding: 10px;
		border-radius: 3px;
		position: relative;
		z-index: 9999;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #fff;
		display: block;
		height: 2px;
		position: absolute;
		width: 15px;
	}
	.menu__btn span:before {
		bottom: 5px;
	}
	.menu__btn span:after {
		top: 5px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 0;
		flex-direction: column;
		margin: 0;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #315069;
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%;
		margin: 0;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	/* /hamburger menu */
	.sp {
		display: block;
	}
	.nav__cta {
		margin: 20px auto 0 auto;
		width: 90%;
	}
	.header__tel {
		align-items: center;
		display: flex;
		justify-content: center;
		height: 40px;
		width: 40px;
		background: #009a44;
		padding: 8px;
		border-radius: 3px;
		position: relative;
		z-index: 9999;
	}
	.header__tel img {
		width: 100%;
	}
	.header__menu {
		display: flex;
		column-gap: 10px;
	}
}

/* ==========================================================================
 * FV
 * ========================================================================== */
.fv {
	background: url("../images/pc/fv_bg.jpg") no-repeat top center;
}
.fv .inner-width {
	position: relative;
}
.fv__cont {
	align-items: center;
	min-height: 850px;
	display: flex;
	justify-content: center;
}
@media (max-width: 640px) {
	.fv {
		padding-top: 21%;
	}
	.fv__cont {
		min-height: auto;
		display: block;
	}
}

/* ==========================================================================
 * sp-Slider
 * ========================================================================== */
.slider-box {
	background: #2f93cd;
	overflow: hidden;
	padding: 0 0 20px;
}

.scroll_pic {
	display: flex;
	width: max-content;
	animation: scroll-logo 50s linear infinite;
}

.scroll_pic span {
	display: block;
	flex-shrink: 0;
}

.scroll_pic img {
	display: block;
	max-width: none;
	height: 150px;
	width: auto;
}

@keyframes scroll-logo {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}

	/* 2枚並びの半分 = 画像1枚分 */
}

/* ホバーで一時停止（任意）
.scroll_logo:hover {
	animation-play-state: paused;
}*/

/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta {
	background: url("../images/pc/cta_bg.jpg") no-repeat top center;
}
.cta .inner-width {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 287px;
}
@media (max-width: 640px) {
	.cta {
		background: url("../images/sp/cta_bg@2x.jpg") no-repeat top center / 100%;
	}
	.cta .inner-width {
		padding: 15% 5%;
		min-height: auto;
	}
}

/* ==========================================================================
 * NAV
 * ========================================================================== */
.gnavi {
	background: #fff;
	padding: 12px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.gnavi__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gnavi__list li {
	text-align: center;
}
.gnavi__list li a {
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}
.gnavi__list li a:hover {
	color: #d90005;
	text-decoration: none;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
}

/* ==========================================================================
 * campaign
 * ========================================================================== */
.campaign {
	background: url("../images/pc/campaign_bg.jpg") no-repeat top center;
	min-height: 818px;
	margin: 0 0 -23px;
	padding: 70px 0;
}
.campaign__wrap {
	text-align: center;
}
.campaign p {
	margin: 10px 0 0;
}
@media (max-width: 640px) {
	.campaign {
		background: none;
		min-height: auto;
		margin: 0;
		padding: 0;
	}
	.campaign p {
		background: #cfeeff;
		margin: -25% 0 0;
		padding: 0 5% 10%;
	}
}

/* ==========================================================================
 * example
 * ========================================================================== */
.example {
	background: url("../images/pc/example_bg.png") no-repeat top center;
	min-height: 1575px;
	margin: 0 0 -60px;
	padding: 90px 0;
}
.example div {
	text-align: center;
}
@media (max-width: 640px) {
	.example {
		background: none;
		min-height: auto;
		margin: 0 0 -10%;
		padding: 0;
	}
}

/* ==========================================================================
 * trouble
 * ========================================================================== */
.trouble__bg {
	background: url("../images/pc/trouble_bg.png") #2f93cd no-repeat top center;
	min-height: 845px;
}
.trouble__bg p {
	padding: 170px 0 0;
	text-align: center;
}
@media (max-width: 640px) {
	.trouble__bg {
		background: none;
		min-height: auto;
	}
	.trouble__bg p {
		padding: 0;
	}
}

/* ==========================================================================
 * solution
 * ========================================================================== */
.solution {
	background: url("../images/pc/solution_bg.jpg") #2f93cd no-repeat bottom center;
	padding: 70px 0 90px;
}
.solution h2 {
	margin: 0 0 100px;
	text-align: center;
}
.solution .point1,
.solution .point2,
.solution .point3 {
	background: #fff;
	border-radius: 20px;
	padding: 0 0 90px;
}
.solution .point__tl {
	position: relative;
}
.solution .point__tl h3 {
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
}
.schedule-wrap {
	padding: 460px 30px 0;
}
.schedule-card {
	width: 100%;
	max-width: 680px;
}
/* ─── point1 ─────────────────────────────────── */
.solution .point1 ul {
	position: relative;
	margin: 40px 0 0;
}
.solution .point1 ul li {
	text-align: center;
}
.solution .point1 ul li:first-child {
	position: relative;
	min-height: 950px;
}
.solution .point1 ul li:first-child picture {
	position: absolute;
	top: 0;
	left: 60%;
	transform: translateX(-50%);
}
/* ─── point2 ─────────────────────────────────── */
.point2 {
	margin: 130px 0 0;
	min-height: 1597px;
}
/* ─── point3 ─────────────────────────────────── */
.point3 {
	margin: 130px 0 0;
	min-height: 1637px;
}
.point3 p {
	padding: 830px 0 0;
	text-align: center;
}
@media (max-width: 640px) {
	.solution {
		background: url("../images/sp/solution_bg@2x.jpg") #2f93cd no-repeat bottom center / 100%;
		padding: 10% 0;
	}
	.solution h2 {
		margin: 0 0 50px;
	}
	.solution .point1,
	.solution .point3 {
		padding: 0 0 20px;
	}
	.solution .point2 {
		padding: 0;
	}
	.solution .point__tl h3 {
		padding: 0 5%;
		top: -30px;
		width: 100%;
	}
	.solution ol {
		margin: 0 5%;
	}
	.schedule-wrap {
		padding: 80% 5% 0;
	}
	.schedule-card {
		max-width: auto;
	}
	/* ─── point1 ─────────────────────────────────── */
	.solution .point1 ul {
		padding: 0 5%;
	}
	.solution .point1 ul li:first-child {
		margin: 0 0 20px;
		min-height: auto;
	}
	.solution .point1 ul li:first-child picture {
		position: static;
	}
	/* ─── point2 ─────────────────────────────────── */
	.point2 {
		margin: 70px 0 0;
		min-height: auto;
	}
	.point2 p {
		padding: 210% 0 0;
		position: relative;
	}
	.point2 p::before {
		background: url("../images/sp/solution_point2_pic@2x.png") no-repeat top center / 100%;
        content: "";
        display: block;
        padding: 28% 0 0;
        position: absolute;
        top: 55%;
        left: -7%;
        width: 112%;
	}
	/* ─── point3 ─────────────────────────────────── */
	.point3 {
		margin: 70px 0 0;
		min-height: auto;
	}
	.point3 p {
		padding: 180% 5% 0;
	}
}

/* ==========================================================================
 * tab selector
 * ========================================================================== */
/* ─── tab ─────────────────────────────────── */
.tab-row {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 5%;
	gap: 20px;
}
.tab-btn {
	border-radius: 10px 10px 0 0;
	padding: 20px 32px 10px;
	font-size: 22px;
	font-weight: bold;
	font-family: inherit;
	border: none;
	cursor: pointer;
	letter-spacing: 0.03em;
	transition: background 0.15s, color 0.15s;
	user-select: none;
	width: 100%;
}
.tab-btn.active {
	background: #fff;
	border: 2px solid #1c4476;
	border-bottom: none;
	color: #1c4476;
	margin: 0 0 -2px;
}
.tab-btn:not(.active) {
	border: 2px solid #1c4476;
	border-bottom: none;
	background: #1c4476;
	color: #fff;
	margin: 0 0 -2px;
}
.tab-btn:not(.active):hover {
	background: #fff;
	color: #1c4476;
}
.cal-panel {
	display: none;
	border: 2px solid #1c4476;
	border-radius: 10px;
	padding: 40px;
}
.cal-panel.active {
	display: block;
}
.cal-panel img {
	display: block;
	margin: 0 auto;
	height: auto;
}
@media (max-width: 640px) {
	.tab-row {
		padding: 0;
		gap: 5px;
	}
	.tab-btn {
		padding: 10px 0;
		font-size: 15px;
	}
	.cal-panel {
		padding: 10px;
		border-radius: 0 0 10px 10px;
	}
}

/* ==========================================================================
 * sample
 * ========================================================================== */
.sample {
	background: #f6f6f6;
	padding: 80px 0 60px;
}
.sample .inner-width {
	position: relative;
}
.sample .inner-width::after {
	content: "";
	display: block;
	background: url("../images/pc/sample_illust.png") no-repeat;
	width: 380px;
	height: 300px;
	position: absolute;
	bottom: -60px;
	right: -180px;
}
.sample h2 {
	margin: 0 0 40px;
	text-align: center;
}
.sample__bg {
	background: url("../images/pc/sample_bg.png") no-repeat top center;
}
.sample-wrap {
	margin: 0 auto;
	padding: 50px 0 60px;
	width: 800px;
}
@media (max-width: 640px) {
	.sample {
		padding: 10% 5%;
	}
	.sample .inner-width::after {
		content: none;
	}
	.sample h2 {
		margin: 0 0 20px;
	}
	.sample__bg {
		background: url("../images/sp/sample_bg1@2x.png") no-repeat top center / 100%;
	}
	.sample__bg::after {
		content: "";
		display: block;
		background: url("../images/sp/sample_bg2@2x.png") no-repeat bottom center / 100%;
		padding: 0 0 10%;
		width: 100%;
	}
	.sample-wrap {
		padding: 10% 5% 0;
		width: 100%;
	}
	.sample .tab-btn {
		font-size: 14px;
	}
	.sample__bg + p {
		margin: 10px 0 0;
	}
}

/* ==========================================================================
 * timeline
 * ========================================================================== */
.timeline {
	background: url("../images/pc/timeline_bg.jpg") no-repeat top center;
	padding: 60px 0 80px;
}
.timeline div {
	text-align: center;
}
@media (max-width: 640px) {
	.timeline {
		background: none;
		padding: 0;
	}
}

/* ==========================================================================
 * comparison
 * ========================================================================== */
.comparison {
	background: url("../images/common/comparison_bg.jpg");
	padding: 100px 0;
}
.comparison h2 {
	margin: 0 0 60px;
	text-align: center;
}
@media (max-width: 640px) {
	.comparison {
		padding: 10% 0;
	}
	.comparison h2 {
		margin: 0 5% 20px;
	}
	.comparison-wrap {
		padding: 0 5%;
	}
	.comparison__chart {
		overflow-x: scroll;
        width: 100%;
        padding-bottom: 3vw;
        margin: 5% 0 0;
        position: relative;
	}
    .comparison__chart::before {
        content: "";
        position: absolute;
        top: 60%;
        left: 62%;
        transform: translate(-50%, -50%);
        width: 110px;
        height: 120px;
        background-image: url(../images/sp/hand_arrow@2x.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 10;
        pointer-events: none;
        animation: pulse 2s infinite;
		transition: opacity 0.5s ease;
    }
	.comparison__chart picture {
		width: 130%;
		display: block;
	}
	.comparison__chart.scrolled::before {
		opacity: 0;
		pointer-events: none;
	}
}

/* ==========================================================================
 * summary
 * ========================================================================== */
.summary {
	background: url("../images/pc/summary_bg.jpg") no-repeat top center;
	padding: 50px 0;
}
@media (max-width: 640px) {
	.summary {
		background: none;
		padding: 0;
	}
}

/* ==========================================================================
 * case
 * ========================================================================== */
.case {
	background: url("../images/pc/case_bg.jpg") #e7fbff no-repeat top center;
	padding: 550px 0 100px;
}
@media (max-width: 640px) {
	.case {
		background: none;
		padding: 0;
	}
}

/* ==========================================================================
 * satisfaction
 * ========================================================================== */
.satisfaction {
	background: url("../images/pc/satisfaction_bg.jpg") no-repeat top 30px center;
	padding: 0 0 100px;
}
.satisfaction h2 {
	margin: -30px 0 0;
	text-align: center;
}
.satisfaction div {
	text-align: center;
}
@media (max-width: 640px) {
	.satisfaction {
		background: none;
		padding: 0 0 10%;
	}
	.satisfaction p {
		margin: -20% 5% 0;
	}
}

/* ==========================================================================
 * teacher
 * ========================================================================== */
.teacher {
	background: url("../images/pc/teache_bg.jpg") #f7f8fa no-repeat top center;
	padding: 100px 0;
}
.teacher h2 {
	margin: 0 0 40px;
	text-align: center;
}
#teacher p {
	font-size: 3rem;
	color: #d90005;
	font-weight: bold;
	text-align: center;
}
#teacher span {
	color: #333;
}
.teacher__list {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1 !important;
}
.slick-prev:before,
.slick-next:before {
	display: none;
}
.teacher__list.slick-initialized .slick-prev {
    position: absolute;
	content: "";
	background: url("../images/pc/slick_arrow_left.png") no-repeat;
    z-index: 100;
    width: 40px;
    height: 40px;
    top: 45%;
	left: -1%;
    transform: translateY(-50%);
}
.teacher__list.slick-initialized .slick-next {
    position: absolute;
	content: "";
	background: url("../images/pc/slick_arrow_right.png") no-repeat;
    z-index: 100;
    width: 40px;
    height: 40px;
    top: 45%;
	right: -1%;
    transform: translateY(-50%);
}
.teacher__list:not(.slick-initialized) {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.teacher__list.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.slick-list {
  margin: 0 -5px;
}
.slick-slide {
  margin: 0 5px;
}
.teacher__listItem img {
	width: 100%;
	height: auto;
}
.slick-slider {
	position: relative;
}
.slick-slider::before {
	position: absolute;
	content: "";
	background-image: url("../images/pc/speech_bubble_left.png");
    width: 22%;
    height: 25%;
    top: -26%;
    left: -4vw;
}
.slick-slider::after {
	position: absolute;
	content: "";
	background-image: url("../images/pc/speech_bubble_right.png");
    width: 26%;
    height: 23%;
    top: -26%;
    right: -4vw;
}
.slick-track {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.circle .dots-wrap {
    display: flex;
    justify-content: center;
}
.circle .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 12px;
    background: #c8c8c8;
    border-radius: 50%;
    cursor: pointer;
}
.circle .dots-wrap li:hover,
.circle .dots-wrap li.slick-active {
    background: #1c5781;
}
.circle .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
	background-color: transparent;
}
@media (max-width: 640px) {
	.teacher {
		padding: 10% 5%;
	}
	#teacher p {
		font-size: 1.8rem;
		margin: 20px 0 0;
	}
	.teacher__list {
        max-width: 288px;
		margin: 0 auto;
		margin-bottom: 0 !important;
    }
	.teacher__listItem {
        text-align: center;
		box-sizing: border-box;
    }
	.teacher__list.slick-initialized {
        display: block;
    }
	.teacher__list.slick-initialized .slick-prev {
		background: url("../images/sp/slick_arrow_left@2x.png") no-repeat;
		background-size: 30px;
		width: 30px;
		height: 30px;
        top: 45%;
        left: -2%;
		opacity: 1 !important;
	}
	.teacher__list.slick-initialized .slick-next {
		background: url("../images/sp/slick_arrow_right@2x.png") no-repeat;
		background-size: 30px;
		width: 30px;
		height: 30px;
        top: 45%;
        right: -2%;
		opacity: 1 !important;
	}
	.circle .dots-wrap {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		align-items: center;
	}
	.circle .dots-wrap li {
		width: 10px;
		height: 10px;
		margin: 0 12px;
		background: #c8c8c8;
		border-radius: 50%;
		cursor: pointer;
	}
	.circle .dots-wrap li:hover,
	.circle .dots-wrap li.slick-active {
		background: #1c5781;
	}
	.circle .dots-wrap li button {
		display: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		padding: 0;
		border: none;
		background-color: transparent;
	}
	.slick-slider::before,
	.slick-slider::after {
		display: none;
	}
	.circle .dots-wrap {
        gap: 5px;
    }
    .circle .dots-wrap li {
        flex-shrink: 0;
        margin: 0 4px;
    }
}

/* ==========================================================================
 * search
 * ========================================================================== */
.search {
	background: url("../images/pc/search_bg.jpg") repeat;
	padding: 100px 0;
}
.search h2 {
	margin: 0 0 40px;
	text-align: center;
}
.prefecture {
	margin-bottom: 20px;
}
.schoo__area-top {
	position: relative;
	background: #1c4476;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	padding: 7.5px 50px;
	margin-bottom: 10px;
}
.schoo__area-top,
.municipalities,
.school__name {
	cursor: pointer;
}
.prefecture > summary.schoo__area-top::-webkit-details-marker { 
	display: none; 
}
.prefecture[open] > summary.schoo__area-top .icon::before {
	content: "";
	background: url("../images/pc/minus_white.png") no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: 50%;
	width: 30px;
	height: 30px;
}
.prefecture > summary.schoo__area-top .icon::before {
	content: "";
	background: url("../images/pc/plus_white.png") no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: 25%;
	width: 30px;
	height: 30px;
}
.municipalities {
	position: relative;
	background: #4c95c8;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	padding: 7.5px 50px;
	margin-bottom: 10px;
}
.school__block {
	background: #dcf1ff;
	margin-bottom: 10px;
}
.area > summary.municipalities .icon::before { 
	content: "";
	background: url("../images/pc/plus_white.png") no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: 25%;
	width: 30px;
	height: 30px;
}
.area[open] > summary.municipalities .icon::before { 
	content: "";
	background: url("../images/pc/minus_white.png") no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: 50%;
	width: 30px;
	height: 30px;
}
details.school__block > summary.school__name .icon::before {
  content: "";
  background: url("../images/pc/plus_black.png") no-repeat;
  display: block;
  position: absolute;
  right: 4%;
  top: 25%;
  width: 30px;
  height: 30px;
}
details.school__block[open] > summary.school__name .icon::before {
  content: "";
  background: url("../images/pc/minus_black.png") no-repeat;
  display: block;
  position: absolute;
  right: 4%;
  top: 50%;
  width: 30px;
  height: 30px;
}
.school__name {
	position: relative;
	background: #dcf1ff;
	font-size: 3rem;
	font-weight: bold;
	color: #333;
	padding: 7.5px 50px;
}
.school__block hr {
	width: 89.132%;
	color: #333;
	margin-bottom: 30px;
}
details.school__block[open] { 
	padding-top: 20px; 
}
article {
	padding: 0 50px 30px
}
.info__group {
	margin-bottom: 20px;
}
.info__ttl {
	background: #333;
	padding: 10px 20px;
	font-size: 2rem;
	color: #fff;
}
.info__detail,
.info__detail a {
	font-size: 2rem;
	color: #333;
	font-weight: bold;
}
.school__cta {
	display: flex;
	justify-content: center;
}
@media (max-width: 640px) {
	.search {
		background: url("../images/sp/search_bg@2x.jpg") repeat;
		padding: 10% 5%;
	}
	.search h2 {
		margin: 0 0 20px;
	}
	.prefecture {
		margin-bottom: 10px;
	}
	.schoo__area-top,
	.municipalities {
		font-size: 2rem;
		padding: 3%;
		margin-bottom: 10px;
	}
	.prefecture > summary.schoo__area-top .icon::before {
		content: "";
		background: url("../images/sp/plus_white@2x.png") no-repeat;
		background-size: 15px;
		display: block;
		position: absolute;
		right: 4%;
		top: 37%;
		width: 15px;
		height: 15px;
	}
	.prefecture[open] > summary.schoo__area-top .icon::before {
		content: "";
		background: url("../images/sp/minus_white@2x.png") no-repeat;
		background-size: 15px;
		display: block;
		position: absolute;
		right: 4%;
		top: 50%;
		width: 15px;
		height: 15px;
	}
	.school__name {
		font-size: 2rem;
		padding: 3%;
	}
	.area > summary.municipalities .icon::before { 
		content: "";
		background: url("../images/sp/plus_white@2x.png") no-repeat;
		background-size: 15px;
		display: block;
		position: absolute;
		right: 4%;
		top: 37%;
		width: 15px;
		height: 15px;
	}
	.area[open] > summary.municipalities .icon::before { 
		  content: "";
		  background: url("../images/sp/minus_white@2x.png") no-repeat;
		  background-size: 15px;
		  display: block;
		  position: absolute;
		  right: 4%;
		  top: 50%;
		  width: 15px;
		  height: 15px;
	}
	details.school__block > summary.school__name .icon::before {
		content: "";
	    background: url("../images/sp/plus_black@2x.png") no-repeat;
		background-size: 15px;
	    display: block;
	    position: absolute;
		right: 4%;
		top: 37%;
	    width: 15px;
	    height: 15px;
	}

	details.school__block[open] > summary.school__name .icon::before {
		content: "";
		background: url("../images/sp/minus_black@2x.png") no-repeat;
		background-size: 15px;
		display: block;
		position: absolute;
		right: 4%;
		top: 50%;
		width: 15px;
		height: 15px;
	}
	.school__block hr {
		width: 91.04%;
		color: #4f4242;
		margin-bottom: 30px;
	}
	article {
		padding: 0 20px 30px
	}
	.info__group {
		display: flex;
		column-gap: 7px;
		align-items: center;
	}
	.info__ttl {
        max-width: 75px;
        font-size: 1.4rem;
        padding: 2% 0;
        width: 44vw;
		text-align: center;
	}
	.info__detail,
	.info__detail a {
		font-size: 1.4rem;
	}
}

/* ==========================================================================
 * flow
 * ========================================================================== */
.flow {
	background: url("../images/pc/general_bg.jpg") no-repeat top center;
	padding: 100px 0 45px;
}
.flow h2 {
	margin: 0 0 40px;
	text-align: center;
}
.flow__list li {
	margin: 0 0 40px;
}
@media (max-width: 640px) {
	.flow {
		background: url("../images/sp/general_bg@2x.jpg") no-repeat top center / 100%;
		padding: 10% 5%;
	}
	.flow h2 {
		margin: 0 0 20px;
	}
	.flow__list li {
		margin: 0 0 20px;
	}
}

/* ==========================================================================
 * form
 * ========================================================================== */
.form {
	background: #f2f2f2;
	padding: 100px 0;
}
.form h2 {
	margin: 0 0 40px;
	text-align: center;
}
.form_step {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.form__table {
	width: 100%;
}
.form__container {
	width: 100%;
}
.table__box {
	display: flex;
	flex-direction: row;
	margin-bottom: 57px;
	width: 100%;
}
.table__box th {
	text-align: left;
	font-size: 1.8rem;
	width: 44.652%;
    display: flex;
    flex-direction: row;
    align-items: center;
	position: relative;
}
.required__grop::after {
    content: "必　須";
    position: absolute;
    top: 50%;
    right: 40px;
    padding: 4px 15px;
    color: #e60012;
    font-size: 1.2rem;
    text-align: center;
    border: #e60012 solid 1px;
    transform: translateY(-50%);
}
.any__grop::after {
    content: "任　意";
    position: absolute;
    top: 50%;
    right: 40px;
    padding: 4px 15px;
    color: #333;
    font-size: 1.2rem;
    text-align: center;
    border: #333 solid 1px;
    transform: translateY(-50%);
}
.required__badge {
	border: solid 1px #e60012;
    color: #e60012;
    font-size: 1.2rem;
    padding: 2px 8px;
    font-weight: bold;
	margin-left: 47px;
}
.input__field {
	display: flex;
	gap: 16px;
	width: 100%;
	position: relative;
	align-items: baseline;
}
.input__field input,
.input__field select {
    min-width: 0;
    box-sizing: border-box;
    padding: 10px;
}
select, input[type="text"], textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
}
.input__field label {
	font-size: 1.8rem;
	cursor: pointer;
}
.vertical__align input,
.vertical__align label {
	cursor: pointer;
}
.table__box td label+label {
    margin-left: 20px;
}
.table__privacy {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	border-radius: 5px;
}
.vertical__align input {
	font-weight: bold;
	background: #fff;
}
.blue {
	color: #3893cd;
	font-weight: bold;
	text-decoration: none;
}
.submit {
	display: flex;
    justify-content: center;
	position: relative;
}
.submit::after {
	content: "";
    position: absolute;
    right: 28%;
    top: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
}
.submit__btn {
	background-color: #ccc;
	color: #666;
	border: none;
	width: 50%;
	border-radius: 100px;
	padding: 15px;
	font-size: 2.4rem;
	font-weight: bold;
	opacity: 1;
}
.submit__btn:disabled {
	background-color: #ccc;
}
.submit__btn.is-valid {
	background-color: #009a44;
	color: #fff;
	cursor: pointer;
	border: none;
}
@media screen and (max-width: 640px) {
	.form {
		padding: 10% 5%;
	}
	.form h2 {
		margin: 0 0 20px;
	}
	.form__container { 
		border: none;
		padding: 0;
	}
	.table__box {
		margin-bottom: 20px;
		flex-direction: column;
		align-items: baseline;
	}
	.input__field {
		flex-direction: column;
		gap: 10px;
	}
	.table__box th {
		width: 286px;;
		margin-bottom: 5px;
		font-size: 1.6rem;
		text-align: left;
	}
	.required__grop::after,
	.any__grop::after {
		position: static;
		display: inline-block;
		right: auto;
		margin-left: 10px;
		transform: none;
	}
	.submit__btn {
		width: 100%;
		font-size: 2rem;
	}
	.submit::after {
		right: 7%;
	}
	.select__arrow::before {
		right: 6%;
		top: 43%;
    	width: 10px;
    	height: 10px;
	}
}

/* ==========================================================================
 * faq
 * ========================================================================== */
.faq {
	background: url("../images/pc/general_bg.jpg") no-repeat top center;
	padding: 100px 0;
}
.faq h2 {
	margin: 0 0 40px;
	text-align: center;
}
.faq__qaList {
	margin-top: 30px;
}
.faq__qaList dl {
	width: 100%;
	margin: 0 auto;
}
.faq__qaList dt {
	background: url("../images/pc/q.png") left top no-repeat;
	background-position: 30px 50%;
	padding: 20px 12%;
	font-size: 3rem;
	color: #282828;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	margin-bottom: 50px;
}
.faq__qaList dd {
	background: url("../images/pc/a.png") left 30px top 3px no-repeat;
	font-size: 2rem;
	color: #282828;
	padding: 0 80px 40px 12%;
	display: none;
	font-weight: bold;
}
.line-break {
	margin-top: 30px;
	padding: 20px 0 0 0;
}
.faq__qaList dt.open::before {
	content: "";
	background: url("../images/pc/plus_black.png") no-repeat;
	display: block;
	position: absolute;
	right: 4%;
	top: 30%;
	width: 30px;
	height: 30px;
}
.faq__qaList dt.close::after {
	content: "";
	background: url("../images/pc/minus_black.png") no-repeat;
	margin: auto;
    position: absolute;
	top: 0;
    bottom: -35%;
    right: 4%;
	width: 30px;
	height: 30px;
}
@media screen and (max-width: 640px) {
	.faq {
		background: url("../images/sp/general_bg@2x.jpg") no-repeat top center / 100%;
		padding: 10% 5%;
	}
	.faq h2 {
		margin: 0 0 20px;
	}
	.faq__list {
		margin-top: 40px;
	}
	.faq__qaList dt {
		background: url("../images/sp/q@2x.png") left top no-repeat;
		background-position: 12px 20px;
        background-size: 25px;
        padding: 2% 17%;
		color: #333;
		font-weight: bold;
		position: relative;
		cursor: pointer;
		background-color: #fff;
		margin-bottom: 6%;
		font-size: 1.6rem;
		height: 63px;
		display: flex;
		align-items: center;
	}
	.faq__qaList dd {
		background: url("../images/sp/a@2x.png") left top no-repeat;
		background-position: 12px 0;
		background-size: 25px;
		color: #282828;
		padding: 0 5% 6% 17%;
		display: none;
		font-size: 1.6rem;
	}
	.line-break {
		margin-top: 30px;
		padding: 20px 0 0 0;
	}
	.faq__qaList dt.open::before {
		content: "";
		background: url("../images/sp/plus_black@2x.png") no-repeat;
		background-size: 15px;
		display: block;
		position: absolute;
		right: 4%;
		top: 38%;
		width: 15px;
		height: 15px;
	}
	.faq__qaList dt.close::after {
		content: "";
		background: url("../images/sp/minus_black@2x.png") no-repeat;
		background-size: 15px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: -16%;
		right: 4%;
		width: 15px;
		height: 15px;
	}
}

/* ==========================================================================
 * company
 * ========================================================================== */
.company {
	padding: 100px 0;
}
.company h2 {
	margin: 0 0 40px;
	text-align: center;
}
.company__profile {
	position: relative;
	margin-top: 50px;
}
.company__profile::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../images/pc/logo.png") no-repeat;
    width: 30%;
    height: 54px;
	right: 0;
    top: -2%;
}
.company__profile--item {
	display: flex;
	font-size: 2rem;
	border-bottom: solid 1px #1c4476;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.company__profile--item dt {
	width: 25%;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.company {
		padding: 10% 5%;
	}
	.company h2 {
		margin: 0 0 20px;
	}
	.company__profile::before {
		display: none;
	}
	.company__profile--item {
		font-size: 1.6rem;
		padding-bottom: 3%;
		margin-bottom: 6.5%;
	}
	.company__profile--item dt {
		width: 25%;
	}
}

/* ==========================================================================
 * footer
 * ========================================================================== */
.ft {
	background: #4f4242;
	padding: 20px 0;
}
.copyright {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
}

/* ==========================================================================
 * float
 * ========================================================================== */

@media screen and (max-width: 640px) {
	.ft__cta {
		display: flex;
		justify-content: space-between;
		background: #fff;
		padding: 10px 6%;
		position: fixed;
		bottom: 0;
		z-index: 999;
		gap: 10px;
	}
}

/* ==========================================================================
 * 確認画面
 * ========================================================================== */
.confirm {
	padding: 100px 0;
}
.head03 {
	max-width: 840px;
	margin: 0 auto 20px auto;
	padding: 10px 24px 11px;
	font-size: 2rem;
	background: #1c5781;
    color: #fff;
    font-weight: bold;
	text-align: center;
}
.confirm #form {
	border: 3px solid #1c5781;
    border-radius: 8px;
    padding: 50px;
	max-width: 840px;
	margin: 0 auto;
}
.confirm #form table {
	width: 100%;
}
.confirm #form tr {
	border-bottom: solid #ccc 1px !important;
}
.confirm #form th {
	text-align: left;
	background: #1c5781;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
	width: 40%;
}
.confirm #form td {
	padding: 10px;
	background: #fff;
}
.confirm .submit__btn {
    background-color: #1c5781;
    color: #fff;
    border: none;
    width: 48%;
    border-radius: 100px;
    padding: 15px;
    font-size: 2.4rem;
    font-weight: bold;
	margin-top: 20px;
}
.confirm .return__btn {
    background-color: #ccc;
    color: #666;
    border: none;
    width: 48%;
    border-radius: 100px;
    padding: 15px;
    font-size: 2.4rem;
    font-weight: bold;
	margin-top: 20px;
}
@media screen and (max-width: 640px) {
	.confirm {
		padding: 30% 5% 10%;
	}
	.confirm h2 {
		margin: 0 0 20px;
	}
	.confirm #form {
		border-radius: 8px;
		padding: 20px 10px;
		margin: 0 auto;
	}
	.confirm #form tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		width: 100%;
	}
	.confirm #form th {
		width: 100%;
		margin-bottom: 0;
	}
	.confirm #form td {
		margin-bottom: 10px;
	}
	.confirm .submit__btn,
	.confirm .return__btn {
		width: 100%;
	}
}

/* ==========================================================================
 * Thanks
 * ========================================================================== */
.thanks {
	padding: 100px 0;
}
.head01 {
	width: 32%;
    font-weight: bold;
    color: #333;
	font-size: 3rem;
    display: flex;
	justify-content: center;
	padding: 12px;
	margin: 20px auto 15px auto;
	background: repeating-linear-gradient(-45deg, #fff, #fff 4px, #fff600 0, #fff600 12px) repeat-x;
	background-position: 0 100%;
	background-size: 100% 40%;
}
.thanks__inner-txt {
	font-size: 1.8rem;
	text-align: center;
	line-height: 2;
	margin-bottom: 15px;
}
.thanks__inner .backtotop {
	text-align: center;
	background: #f8b019;
	padding: 10px;
	width: 50%;
	margin: 0 auto;
}
.thanks__inner .backtotop a {
	color: #fff;
}

@media screen and (max-width: 640px) {
	.thanks {
		padding: 30% 5% 10%;
	}
	.head01 {
		width: 100%;
		font-size: 2rem;
	}
	.thanks__inner-txt {
		font-size: 1.6rem;
		text-align: center;
		line-height: 2;
		margin-bottom: 15px;
	}
	.thanks__inner .backtotop {
		text-align: center;
		background: #f8b019;
		padding: 10px;
		width: 70%;
		margin: 0 auto;
	}
}
/*
.alertTextBlock {
    margin-bottom: 20px;
	background: rgba(226, 4, 27, 0.1);
	text-align: center;
	padding: 20px;
}
.fB {
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff;
	padding: 12px;
	width: 50%;
	margin: 0 auto 15px auto;
	
}*/
