﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.7
 * Last Up Date: 2023.1
 * Author: mick
-- -- -- -- -- -- -- -- */
:root {
  --font-color: #000;
  --font-acolor: #000;
  --font-bold: 700;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

html {
	opacity: 0;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

html.wf-active, html.loading-delay {
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

body {
	color: var(--font-color);
	-webkit-font-smoothing: antialiased;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-feature-settings : 'palt';
}

/*

DIN 2014 Regular
font-weight: 400;
font-family: din-2014, sans-serif;
font-style: normal;

DIN 2014 Demi
font-weight: 600;
font-family: din-2014, sans-serif;
font-style: normal;

DIN 2014 Demi Italic
font-weight: 600;
font-style: italic;
font-family: din-2014, sans-serif;

Noto Sans CJK JP Regular
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;

Noto Sans CJK JP Medium
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;

Noto Sans CJK JP Bold
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 700;
font-style: normal;

*/

html, body {
	height:100%;
}

body.lock {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

header,
article,
nav,
main,
section,
footer {
	display: block;
}

p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}

p {
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.6;
	font-size: inherit;
	font-weight: var(--font-bold);
}

a {
	color: var(--font-acolor);
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
	text-underline-offset: 0.6ex;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: var(--font-bold);
}

small {
	font-size: 0.8rem;
}

sub,
sup {
	font-size: 0.75rem;
	line-height: 1.0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

hr {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
	vertical-align: bottom;
}

.mimg img {
	width:100%;
	height:auto;
}

code,
pre {
	font-family: monospace, monospace;
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

dt,
dd,
td,
th {
	line-height: 1.8;
}

td {
	word-break: break-all;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.8;
}



/* Forms
========================================================================== */
input {
	border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

optgroup {
	color: var(--font-bold);
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
	cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
	max-width: 100%;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit;
}

[disabled] {
	cursor: default;
}

::-webkit-input-placeholder {
	color: #AAA;
}

::-placeholder {
	color: #AAA;
}

/* Extras
========================================================================== */
.pc,
.pcbox {
	display: none;
}

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
========================================================================== */
#wrapper {
	padding:120px 0 0;
	font-size:1.4rem;
}

.block1 {
	padding:30px 15px;
}

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #FFF;
	z-index:100;
}

header .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 15px;
	height:120px;
}

header h1 {
	width: 155px;
}

header h1 a {
	display: block;
	overflow: hidden;
	background: url('../images/logo.webp') no-repeat;
	background-size: auto 67px;
	padding: 67px 0 0;
	height: 0!important;
}

header .menu {
	position: absolute;
	top:25px;
	right:20px;
	width:70px;
	z-index:100;
}

header .menu a {
	display: block;
	height: 70px;
	overflow: hidden;
	border:2px solid #000;
	border-radius: 70px;
	position: relative;
	transition-duration: .3s;
}

header.active .menu a {
	border:2px solid #FFF;
}

header .menu a::before,
header .menu a::after {
	position: absolute;
	content: '';
	left: 14px;
	width: 38px;
	height: 2px;
	background-color: #000;
	transition: .3s;
}

header.active .menu a::before,
header.active .menu a::after {
	background-color: #FFF;
}

header .menu a::before {
	top: 23px;
}

header .menu a::after {
	bottom: 23px;
}

header.active .menu a::before {
	top: 20px;
	left: 20px;
	width: 38px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(44deg);
	transform: rotate(44deg);
}

header.active .menu a::after {
	bottom: 18px;
	left: 20px;
	width: 36px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.gnavi_block {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100svh;
	background-color: #8e1d22;
	z-index:80;
}

.active .gnavi_block {
	display: block;
}

.gnavi_body {
	padding:150px 20px 50px 45px;
}

.gnavi_body ul {
	margin:0 0 35px;
}

.gnavi_body li {
	margin:0 0 35px;
	line-height:1.4;
}

.gnavi_body li:last-child {
	margin-bottom:0;
}

.gnavi_body li a {
	display: block;
	color:#FFF;
	font-size:2.1rem;
	font-weight: 600;
	font-style: italic;
	font-family: din-2014, sans-serif;
	letter-spacing: 0.08em;
}

.gnavi_body p {
	line-height:1.4;
}

.gnavi_body p a {
	display: block;
	color:#FFF;
	font-size:2.1rem;
	font-weight: 600;
	font-style: italic;
	font-family: din-2014, sans-serif;
	letter-spacing: 0.08em;
}

.kv_block {
	position: relative;
}

.kv_cover {
	position: absolute;
	top:0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
	z-index:10;
}

.kv_cover .inbox {
	width:100%;
}

.kv_cover h2 {
	margin:0 0 30px;
}

.mtitlebox {
	background: url('../images/atitlebox2.webp') no-repeat center top;
	background-size: auto 68px;
	margin:0 auto 15px;
	padding:11px 0 0;
	width:300px;
	height:68px;
	text-align: center;
}

.mtitlebox h2 {
	margin:0 0 3px;
	line-height:1.2;
	font-size:1.6rem;
	font-weight: 500;
	font-family: noto-sans-cjk-jp, sans-serif;
	letter-spacing: 0.04em;
}

.mtitlebox p {
	line-height:1.4;
	color:#8e1d22;
	font-size:1.0rem;
	font-weight: 600;
	font-family: din-2014, sans-serif;
	letter-spacing: 0.08em;
}

.mtitlebox.rev {
	background-image: url('../images/atitlebox1.webp');
	background-size: auto 76px;
	margin:0 auto 50px;
	padding:16px 0 0;
	width:290px;
	height:76px;
}

.mtitlebox.rev p {
	margin:0 0 3px;
	line-height:1.0;
	color: var(--font-color);
	font-size:1.8rem;
	font-weight: 600;
	font-family: din-2014, sans-serif;
	letter-spacing: 0.02em;
}

.mtitlebox.rev h2 {
	margin:0;
	font-size:1.0rem;
	font-weight: 400;
}

.top_area1 .block1 {
	padding-top:45px;
	padding-bottom:50px;
}

.top_area1 .exbox {
}

.top_area1 .exbox p {
	margin:0 0 40px;
	line-height:2.5;
	text-align: justify;
	font-size:1.6rem;
	letter-spacing: 0.12em;
}

.top_area1 .exbox p:last-child {
	margin-bottom:0;
}

.top_area2 .block1 {
	padding-top:30px;
	padding-bottom:30px;
}

.point_block {
	margin:0 0 45px;
	background: url('../images/area2corner1.webp') no-repeat left top;
	background-size: auto 35px;
	background-color: #f5f5f5;
}

.point_block.rev {
	background-image: url('../images/area2corner2.webp');
	background-position: right top;
	background-color: #f5f5f5;
}

.point_block:last-child {
	margin-bottom:0;
}

.point_inblock {
	padding:45px 0 25px;
}

.point_inblock .ex_block {
	margin:0 0 35px;
}

.point_inblock .ex_block .label {
	margin:0 0 40px;
	text-align: center;
}

.point_inblock .ex_block .label b {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../images/area2label.webp') no-repeat center center;
	background-size: 185px 45px;
	margin:0 auto;
	width:185px;
	height:45px;
	color:#FFF;
	font-size:2.1rem;
	font-weight: 600;
	font-style: italic;
	font-family: din-2014, sans-serif;
	letter-spacing: 0.08em;
}

.point_inblock .ex_block h3 {
	margin:0 0 25px;
	line-height:1.5;
	text-align: center;
	font-size:2.0rem;
	letter-spacing: 0.08em;
}

.point_inblock .ex_block .exbox {
	margin:0 15px;
}

.point_inblock .ex_block .exbox p {
	line-height:2.0;
	text-align: justify;
	font-size:1.6rem;
	letter-spacing: 0.12em;
}

.point_inblock .ex_block .exbox .ibox {
	margin:0 0 5px 20px;
	width:100px;
	float:right;
}

.point_inblock .imagebox {
	margin:0 15px;
}

.top_area3 {
	background-color: #8e1d22;
}

.top_area3 .block1 {
	padding:35px 20px 20px;
}

.top_area3 .bannerbox a {
	display: block;
}

.top_area4 .block1 {
	padding-top:25px;
	padding-bottom:70px;
}

.top_area4 .mex {
	margin:0 0 30px;
}

.top_area4 .mex p {
	line-height:1.85;
	font-size:1.6rem;
	letter-spacing: 0.08em;
}

.top_area4 .sample_block {
	display: flex;
	align-items: flex-start;
	flex-wrap:wrap;
	margin:0 15px 35px;
}

.samplebox {
	margin:0 20px 25px 0;
	width:calc(50% - 10px);
}

.samplebox:nth-child(2n) {
	margin-right:0;
}

.samplebox:last-child {
	margin-bottom:0;
}

.samplebox .titlebox {
	height:40px;
	text-align: center;
}

.samplebox .titlebox h3 {
	margin:0 0 2px;
	line-height:1.0;
	color:#8e1d22;
	font-size:1.8rem;
	font-weight: 600;
	font-family: din-2014, sans-serif;
	letter-spacing: 0.04em;
}

.samplebox .titlebox p {
	line-height:1.4;
	font-size:1.2rem;
	letter-spacing: 0.04em;
}

.samplebox .simage {
	margin:0 0 16px;
}

.samplebox .ex {
	margin:0 0 3px;
	line-height:1.6;
	text-align: center;
	font-size:1.4rem;
	letter-spacing: 0.04em;
}

.samplebox .icon ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.samplebox .icon li {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	margin:0 4px 0 0;
	padding: 24px 0 0;
	width: 24px;
	height: 0!important;
}

.samplebox .icon li:last-child {
	margin-right:0;
}

.samplebox .icon .icon1 {
	background-image: url('../images/area4icon1.webp');
}

.samplebox .icon .icon2 {
	background-image: url('../images/area4icon2.webp');
}

.samplebox .icon .icon3 {
	background-image: url('../images/area4icon3.webp');
}

.samplebox .icon .icon4 {
	background-image: url('../images/area4icon4.webp');
}

.samplebox .icon .icon5 {
	background-image: url('../images/area4icon5.webp');
}

.top_area4 .label_block {
	margin:0 25px;
}

.top_area4 .label_block ul {
	display: flex;
	align-items: center;
	flex-wrap:wrap;
}

.top_area4 .label_block li {
	background-repeat: no-repeat;
	background-size: 33px 33px;
	margin:0 0 12px;
	padding:0 0 0 43px;
	width:50%;
	line-height:34px;
	font-size:1.6rem;
	letter-spacing: 0.04em;
}

.top_area4 .label_block .icon1 {
	background-image: url('../images/area4icon1.webp');
}

.top_area4 .label_block .icon2 {
	background-image: url('../images/area4icon2.webp');
}

.top_area4 .label_block .icon3 {
	background-image: url('../images/area4icon3.webp');
}

.top_area4 .label_block .icon4 {
	background-image: url('../images/area4icon4.webp');
}

.top_area4 .label_block .icon5 {
	background-image: url('../images/area4icon5.webp');
	margin-bottom:0;
}

.top_area5 {
	background-color: #f5f5f5;
}

.top_area5 .block1 {
	padding-top:45px;
	padding-bottom:45px;
}

.faq_block {
	margin:0 5px 0 15px;
}

.faqbox {
	margin:0 0 50px;
}

.faqbox:last-child {
	margin-bottom:0;
}

.faqbox .faq_qbox {
}

.faqbox .faq_qbox .qtitle {
	background: url('../images/area5qtitle.webp') no-repeat left top;
	background-size: 22px 30px;
	margin:0 0 5px;
	padding:2px 0 0 40px;
	line-height:1.35;
	min-height:32px;
	color:#8e1d22;
	font-size:1.8rem;
	letter-spacing: 0.08em;
}

.faqbox .faq_qbox .statusbox {
	padding:0 0 0 40px;
	line-height:1.6;
	color:#8e1d22;
	font-size:1.8rem;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.faqbox .faq_qbox .statusbox p {
	display: inline-block;
	background-position: right center;
	background-size: 17px 15px;
	padding:0 22px 0 0;
	cursor: pointer;
}

.faqbox .faq_qbox .statusbox .status1 {
	background-image: url('../images/icon_pull2.webp');
}

.faqbox.open .faq_qbox .statusbox .status1 {
	display: none;
}

.faqbox .faq_qbox .statusbox .status2 {
	display: none;
	background-image: url('../images/icon_pull1.webp');
}

.faqbox.open .faq_qbox .statusbox .status2 {
	display: inline-block;
}

.faqbox .faq_abox {
	display: none;
}

.faqbox.open .faq_abox {
	padding:10px 0 0;
}

.faqbox .faq_abox.open {
	display: block;
}

.faqbox .faq_ainbox {
	background: url('../images/area5atitle.webp') no-repeat left 15px top 18px;
	background-size: 24px 29px;
	background-color: #FFF;
	margin:0 0 0 40px;
	padding:20px 20px 20px 55px;
}

.faqbox .faq_abox p {
	margin:0 0 15px;
	line-height:1.5;
	letter-spacing: 0.08em;
}

.faqbox .faq_abox p:last-child {
	margin-bottom:0;
}

.faqbox .faq_abox li {
	margin:0 0 10px;
	padding:0 0 0 30px;
	position: relative;
}

.faqbox .faq_abox li b {
	position: absolute;
	top:0;
	left:0;
	font-weight: 400;
}

.faqbox .faq_abox li ul {
	padding:10px 0 0;
}

.faqbox .faq_abox li li {
	margin:0 0 4px;
	padding:0;
}

.faqbox .faq_abox li li .line1 {
	margin:0 0 2px;
}

.faqbox .faq_abox li li .line2 {
	margin:0;
	padding:0 0 0 20px;
}

.top_area6 .block1 {
	padding-top:40px;
	padding-bottom:70px;
}

.form_block {
	margin:0 0 20px;
}

.form_block .input_block {
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	margin:0 0 8px;
}

.form_block .confirm_block {
	margin:0 0 15px;
}

.form_block .input_block:last-child,
.form_block .confirm_block:last-child {
	margin-bottom:0;
}

.form_block .input_block .label,
.form_block .confirm_block .label {
	padding:0 0 8px;
	width:50%;
	font-size:1.6rem;
}

.form_block .input_block .label p,
.form_block .confirm_block .label p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height:18px;
	width:55px;
}

.form_block .input_block .label p b,
.form_block .confirm_block .label p b {
	font-weight: 400;
}

.form_block .input_block .label.t4 p,
.form_block .confirm_block .label.t4 p {
	display: block;
	width:auto;
	letter-spacing: 0.08em;
}

.form_block .input_block .inputarea {
	width:100%;
	order:2;
}

.form_block .input_block .inputarea .selectbox {
	margin:0 0 5px;
	background-color: #f5f5f5;
}

.form_block .input_block .inputarea .selectbox:last-child {
	margin-bottom:0;
}

.form_block .input_block .inputarea .selectbox select {
	width:100%;
	padding:0 10px;
	height:40px;
	line-height:40px;
	font-size:1.6rem;
	border:none;
	background-color: #f5f5f5;
}

.form_block .input_block .inputarea .inputbox {
	margin:0 0 5px;
	background-color: #f5f5f5;
}

.form_block .input_block .inputarea .inputbox:last-child {
	margin-bottom:0;
}

.form_block .input_block .inputarea .inputbox input {
	width:100%;
	padding:0 10px;
	height:40px;
	line-height:40px;
	font-size:1.6rem;
	border:none;
	background-color: #f5f5f5;
}

.form_block .input_block .inputarea .inputbox textarea {
	width:100%;
	padding:10px;
	height:100px;
	line-height:1.8;
	font-size:1.6rem;
	border:none;
	background-color: #f5f5f5;
}

.form_block .input_block .inputarea .error {
	color:#F00;
}

.form_block .confirm_block .confirmbox {
	font-size:1.6rem;
}

.form_block .input_block .exline {
	padding:0 0 8px;
	width:50%;
	order:1;
}

.form_block .input_block .exline p {
	line-height:18px;
	text-align: right;
	color:#8e1d22;
	font-size:1.2rem;
}

.form_block .input_block .exline b {
	font-weight: 400;
}

.thanks {
	padding:60px 0 20px;
}

.thanks p {
	font-size:1.6rem;
}

.btn_block .back {
	margin:0 0 10px;
}

.btn_block p a {
	display: block;
	padding:0 0 0 0.2em;
	line-height:40px;
	text-align: center;
	color:#FFF;
	font-size:1.6rem;
	font-weight: 500;
	background-color: #8e1d22;
	letter-spacing: 0.2em;
}

.btn_block .back a {
	padding:0 0 0 1.0em;
	letter-spacing: 1.0em;
}









footer {
	background-color: #f5f5f5;
}

.pagetop {
	display: none;
	position: fixed;
	right:15px;
	bottom:15px;
	width: 35px;
	overflow: hidden;
	border-radius: 35px;
}

.pagetop a {
	display: block;
	overflow: hidden;
	background: url('../images/pagetop.svg') no-repeat center center;
	background-size: 16px 8px;
	background-color:rgba(0, 0, 0, 0.2);
	padding: 35px 0 0;
	height: 0!important;
}

footer .block1 {
	padding-top:135px;
	padding-bottom:5px;
}

footer .flogo {
	margin:0 auto 135px;
	width: 260px;
}

footer .flogo a {
	display: block;
	overflow: hidden;
	background: url('../images/flogo.webp') no-repeat;
	background-size: auto 60px;
	padding: 60px 0 0;
	height: 0!important;
}

footer .copyright {
	text-align: center;
	font-size:1.0rem;
	letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {

	/*
	=================================== */
	.sp,
	.spbox {
		display: none;
	}

	.pc {
		display: initial;
	}

	.pcbox {
		display: block;
	}

	/*
	=================================== */
	#wrapper {
		min-width:1160px;
		font-size:1.6rem;
	}

	.block1 {
		margin:0 auto;
		padding:70px 30px;
		width:1160px;
	}

	header .header {
		margin:0 auto;
		padding:0 30px;
		width:1160px;
	}

	header .menu {
		display: none;
	}

	header h1 {
		width: 200px;
	}

	header h1 a {
		display: block;
		overflow: hidden;
		background: url('../images/logo.webp') no-repeat;
		background-size: 200px 89px;
		padding: 89px 0 0;
		height: 0!important;
	}

	.gnavi_block {
		display: block;
		position: static;
		width:750px;
		height:auto;
		background-color: transparent;
	}

	.gnavi_block .gnavi_body {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding:0;
		font-size:2.1rem;
		font-weight: 600;
		font-style: italic;
		font-family: din-2014, sans-serif;
		letter-spacing: 0.04em;
	}

	.gnavi_block ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin:0 50px 0 0;
	}

	.gnavi_block li {
		margin:0 30px 0 0;
	}

	.gnavi_block li:last-child {
		margin-right:0;
	}

	.gnavi_block li a {
		display: inline-block;
		color:#000;
		letter-spacing: 0.04em;
	}

	.gnavi_block p {
		width:160px;
	}

	.gnavi_block p a {
		line-height:46px;
		text-align: center;
		background-color: #8e1d22;
	}

	.kv_block {
		position: relative;
	}

	.kv_slide {
	}

	.kv_slide .kvsbox {
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 648px 0 0;
		height: 0!important;
	}

	.kv_slide .kvsbox1 {
		background-image: url('../images/kv_slide1.webp');
	}

	.kv_slide .kvsbox2 {
		background-image: url('../images/kv_slide2.webp');
	}

	.kv_slide .kvsbox3 {
		background-image: url('../images/kv_slide3.webp');
	}

	.kv_cover h2 {
		overflow: hidden;
		background: url('../images/kv_mlead.webp') no-repeat center center;
		background-size: 571px 36px;
		margin:0 0 35px;
		padding: 36px 0 0;
		height: 0!important;
	}

	.kv_cover p {
		overflow: hidden;
		background: url('../images/kv_slead.webp') no-repeat center center;
		background-size: 420px 26px;
		padding: 26px 0 0;
		height: 0!important;
	}

	.mtitlebox {
		background-size: 450px 103px;
		margin:0 auto 35px;
		padding:16px 0 0;
		width:450px;
		height:103px;
	}

	.mtitlebox h2 {
		margin:0 0 4px;
		font-size:2.4rem;
	}

	.mtitlebox p {
		font-size:1.6rem;
	}

	.mtitlebox.rev {
		background-size: 450px 118px;
		margin:0 auto 55px;
		padding:25px 0 0;
		height:118px;
	}

	.mtitlebox.rev p {
		margin:0 0 4px;
		font-size:2.7rem;
	}

	.mtitlebox.rev h2 {
		font-size:1.6rem;
	}

	.top_area1 .block1 {
		padding-top:120px;
		padding-bottom:105px;
	}

	.top_area1 .exbox p {
		margin:0 0 55px;
		line-height:2.5;
		text-align: center;
		letter-spacing: 0.12em;
	}

	.top_area2 .block1 {
		padding-top:50px;
		padding-bottom:100px;
	}

	.point_block {
		margin:0 0 55px;
		background-size: 256px 129px;
	}

	.point_inblock {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin:0 auto;
		padding:50px 30px;
		width:1160px;
	}

	.rev .point_inblock {
		flex-direction: row-reverse;
	}

	.point_inblock .ex_block {
		margin:0;
		width:450px;
	}

	.point_inblock .ex_block h3 {
		margin:0 0 45px;
	}

	.point_inblock .ex_block .exbox {
		margin:0;
	}

	.point_inblock .ex_block .exbox .ibox {
		margin:0 0 5px 25px;
	}

	.point_inblock .imagebox {
		margin:0;
		width:550px;
	}

	.top_area3 .block1 {
		padding:55px 30px 85px;
	}

	.top_area3 .bannerbox {
		margin:0 auto;
		width: 800px;
	}

	.top_area3 .bannerbox a {
		overflow: hidden;
		background: url('../images/area3banner.webp') no-repeat;
		background-size: 800px 125px;
		padding: 125px 0 0;
		height: 0!important;
	}

	.top_area4 .block1 {
		padding-top:100px;
		padding-bottom:150px;
	}

	.top_area4 .mex {
		margin:0 0 35px;
		text-align: center;
	}

	.top_area4 .sample_block {
		justify-content: center;
		flex-wrap:nowrap;
		margin:0 0 45px;
	}

	.samplebox {
		margin:0 25px 0 0;
		width:137px;
	}

	.samplebox:nth-child(2n) {
		margin-right:25px;
	}

	.samplebox:last-child {
		margin-right:0;
	}

	.samplebox .ex {
		margin:0 0 10px;
	}

	.samplebox .icon li {
		background-size: 27px 27px;
		margin:0 3px 0 0;
		padding: 27px 0 0;
		width: 27px;
	}

	.top_area4 .label_block {
		margin:0;
	}

	.top_area4 .label_block ul {
		justify-content: center;
		flex-wrap:nowrap;
	}

	.top_area4 .label_block li {
		background-size: 27px 27px;
		margin:0;
		padding:0 0 0 35px;
		width:145px;
		line-height:28px;
		font-size:1.4rem;
	}

	.top_area5 .block1 {
		padding-top:40px;
		padding-bottom:130px;
	}

	.faqbox {
		margin:0 0 80px;
	}

	.faqbox .faq_qbox {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		cursor: pointer;
	}

	.faqbox .faq_qbox .qtitle {
		margin:0;
		padding:2px 0 0 60px;
		line-height:1.35;
	}

	.faqbox .faq_qbox .statusbox {
		padding:0;
	}

	.faqbox.open .faq_qbox .statusbox .status2 {
		display: block;
	}

	.faqbox.open .faq_abox {
		padding:15px 0 0;
	}

	.faqbox .faq_ainbox {
		background-position: left 35px top 18px;
		margin:0 0 0 95px;
		padding:20px 50px 20px 145px;
	}

	.faqbox .faq_abox p {
		margin:0 0 25px;
	}

	.faqbox .faq_abox li {
		margin:0 0 20px;
		padding:0 0 0 35px;
	}

	.faqbox .faq_abox li li .line2 {
		padding:0 0 0 35px;
	}

	.top_area6 .block1 {
		padding-top:175px;
		padding-bottom:85px;
	}

	.top_area6.mt0 .block1 {
		padding-top:50px;
	}

	.form_block {
		margin:0 0 35px;
	}

	.form_block.confirm {
		margin:0 120px 35px 180px;
	}

	.form_block .input_block {
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap:nowrap;
		margin:0 0 30px;
	}

	.form_block .confirm_block {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin:0 0 15px;
	}

	.form_block .input_block .label {
		padding:12px 0 0;
		width:230px;
	}

	.form_block .confirm_block .label {
		padding:0;
		width:230px;
	}

	.form_block .input_block .label p {
		line-height:20px;
	}

	.form_block .confirm_block .label p {
		line-height:1.8;
	}

	.form_block .input_block .inputarea {
		width:calc(100% - 400px);
		order:1;
	}

	.form_block .input_block .inputarea .selectbox {
		margin:0 0 10px;
	}

	.form_block .input_block .inputarea .selectbox select {
		padding:0 20px;
		height:42px;
		line-height:42px;
	}

	.form_block .input_block .inputarea .inputbox {
		margin:0 0 10px;
	}

	.form_block .input_block .inputarea .inputbox input {
		padding:0 20px;
		height:42px;
		line-height:42px;
	}

	.form_block .input_block .inputarea .inputbox textarea {
		padding:10px 20px;
	}

	.form_block .confirm_block .confirmbox {
		width:calc(100% - 250px);
	}

	.form_block .input_block .exline {
		padding:2px 0 0 10px;
		width:170px;
		order:2;
	}

	.form_block .input_block .exline p {
		padding:0 0 0 12px;
		line-height:20px;
		text-align: left;
		position: relative;
	}

	.form_block .input_block .exline b {
		position: absolute;
		top:0;
		left:0;
	}

	.thanks {
		padding:100px 0 60px;
	}

	.thanks p {
		text-align: center;
		font-size:1.8rem;
	}

	.btn_block {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		margin:0 170px 0 230px;
	}

	.btn_block p {
		width:calc(50% - 10px);
	}

	.btn_block .confirm {
		width:100%;
	}

	.btn_block .back {
		margin:0;
	}

	.btn_block p a {
		line-height:50px;
		font-size:1.8rem;
		font-weight: 700;
	}

	.btn_block .back a {
		padding:0 0 0 1.4em;
		letter-spacing: 1.4em;
	}

	footer {
		border-top:2px solid #000;
	}

	.pagetop {
		right:50px;
		bottom:50px;
		width:50px;
	}

	.pagetop a {
		padding: 50px 0 0;
		background-size: 22px 11px;
	}

	footer .block1 {
		padding-top:120px;
		padding-bottom:15px;
	}

	footer .flogo {
		margin:0 auto 120px;
		width: 402px;
	}

	footer .flogo a {
		background-size: 402px 94px;
		padding: 94px 0 0;
	}

	footer .copyright {
		font-size:1.2rem;
	}

	/*
	=================================== */

	/*
	=================================== */

	/*
	=================================== */




}

@media screen and (min-width: 769px) {

	/*
	=================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		zoom: 1;
	}

	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}
