﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.7
 * Last Up Date: 2023.1
 * Author: mick
-- -- -- -- -- -- -- -- */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

html {
	opacity: 0;
	font-size: 10px;
	>font-size: 62.5%;
	-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: #000;
	-webkit-font-smoothing: antialiased;
	font-family: "Noto Sans JP", sans-serif;
	/* font-feature-settings : 'palt';*/
}

.minc {
	font-family: "Noto Serif JP", serif;
}

/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  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: inherit;
	font-weight: 700;
}

a {
	color: #333;
	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: 700;
}

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;
}

.tbpc {
	display: none;
}

.pc {
	display: none;
}

/* entry_body
========================================================================== */
.entry_body .aligncenter {
	display: block;
	margin: 0 auto;
}

.entry_body .alignright {
	margin:0 0 0 10px;
	float: right;
}

.entry_body .alignleft {
	margin:0 10px 0 0;
	float: left;
}

.entry_body ol {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.entry_body ul {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.entry_body table {
	max-width:100%!important;
	border:1px solid #CCC;
}

.entry_body img {
	max-width:100%;
	height:auto;
}

.entry_body hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.entry_body table th,
.entry_body table td {
	padding:5px;
}

.entry_body blockquote {
	margin:0 0 15px;
	padding: 25px 15px 15px 50px;
	min-height:80px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
	position: relative;
}

.entry_body blockquote:before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -3px;
	vertical-align: middle;
	content: "“";
	font-family: sans-serif;
	color: #cfcfcf;
	font-size: 90px;
	line-height: 1;
}

.entry_body blockquote p {
	 padding: 10px 0;
	padding: 0;
	line-height: 1.7;
}

.entry_body blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

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

	.entry_body table th,
	.entry_body table td {
		padding:10px;
	}

	.entry_body blockquote {
		margin:0 0 40px;
	}
}

/* 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 {
	font-weight: 700;
}

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;
}

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

.block1 {
	padding:15px 15px 20px;
}

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

header .block1 {
	padding:0 0 15px;
}

.header_block {
	display: flex;
	align-items: center;
	padding:0 10px;
	height:50px;
	position: relative;
}

header h1 {
	width:295px;
}

header h1 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/sp_logo.webp') no-repeat left center;
	background-size: 294px 20px;
	padding: 20px 0 0;
	height: 0!important;
}

header .menu {
	position: fixed;
	top:10px;
	right:15px;
	width:30px;
	z-index:110;
}

header .menu a {
	display: block;
	height: 30px;
	overflow: hidden;
	position: relative;
}

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

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

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

header.active .menu a::before {
	top: 3px;
	left: 4px;
	width: 32px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

header .menu b {
	position: absolute;
	content: '';
	top:14px;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #2F5F61;
	transition: .3s;
}

header.active .menu b {
	opacity: 0;
	left: 40px;
}

.header_body {
	display: none;
}

.bread_block {
	overflow-x: auto;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	background-color: #FFF;
}

.bread_block ul {
	display: flex;
	align-items: center;
	padding:0 10px;
	height:20px;
}

.bread_block li {
	font-size:1.0rem;
	letter-spacing: 0.02em;
}

.bread_block li a {
	display: inline-block;
	background: url('../images/common/icon_bread.svg') no-repeat right center;
	background-size: auto 8px;
	margin:0 5px 0 0;
	padding:0 11px 0 0;
}

.popmenu_area {
	display: none;
	position: fixed;
	top:0;
	left:0;
	padding:50px 0 0;
	background: url('../images/common/sp_logo.webp') no-repeat left 10px top 15px;
	background-size: 294px 20px;
	background-color: #F2F2F2;
	width:100%;
	height:100vh;
	z-index: 105;
}

.active .popmenu_area {
	display: block;
}

.popmenu_block {
	padding:0 0 20px;
	height:calc(100vh - 49px);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	overscroll-behavior: none;
}

.popmenu_block ul {
	margin:0 10px 20px;
	border-top:1px solid #BDB297;
}

.popmenu_block li {
	background: url('../images/common/icon_arrow3.webp') no-repeat right 15px center;
	background-size: auto 12px;
	border-bottom:1px solid #BDB297;
}

.popmenu_block li a {
	display: flex;
	align-items: center;
	padding:0 0 0 18px;
	height:50px;
	font-size:1.6rem;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.04em;
}

.popmenu_block .btnbox a {
	padding:0 30px;
	width:330px;
	height:44px;
	font-size:1.6rem;
}

.popmenu_block .btnbox b {
	background-image: url('../images/common/icon_memo.svg');
	background-size: auto 16px;
}

.mtitlebox {
	display: flex;
	justify-content: center;
	align-items: center;
	height:56px;
	background-color: #FFF;
}

.mtitlebox h2 {
	font-size:2.0rem;
	letter-spacing: 0.02em;
}

.btnbox {
	text-align: center;
}

.btnbox a {
	display: flex;
	align-items: center;
	background: url('../images/common/icon_arrow1.svg') no-repeat right 10px center;
	background-size: auto 8px;
	margin:0 auto;
	padding:0 10px 3px;
	width:215px;
	height:36px;
	text-align: left;
	color:#FFF;
	font-size:1.2rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	background-color: #FF9133;
	border-radius: 10px;
}

.btnbox b {
	display: inline-block;
	background: url('../images/common/icon_mail1.svg') no-repeat left center;
	background-size: auto 13px;
	padding:0 0 0 26px;
}

.modal_area {
	display: none;
	position: fixed;
	top:0;
	left:0;
	background-color: rgba(77, 77, 77, 0.6);
	width:100%;
	height:100vh;
	z-index:200;
}

.modal_area.active {
	display: block;
}

.modal_area .block1 {
	display: flex;
	align-items: center;
	padding:0 10px;
	height:100vh;
}

.modal_block {
	padding:10px 10px 15px;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
}

.modal_block .close {
	position: absolute;
	top:5px;
	right:5px;
	width:23px;
}

.modal_block .close a {
	display: block;
	overflow: hidden;
	background: url('../images/common/icon_close1.webp') no-repeat;
	background-size: 23px 23px;
	padding: 23px 0 0;
	height: 0!important;
}

.modal_block h2 {
	margin:0 0 10px;
	line-height:1.0;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.08em;
}

.modal_block .mbanner {
	margin:0 0 10px;
}

.modal_block .btnbox a {
	background-position:  right 10px center;
	background-image: url('../images/common/icon_close2.webp');
	background-size: auto 12px;
}

.binfo_area {
	margin:0 0 20px;
	background-color: #F6F4F1;
}

.binfo_area　.block1 {
	padding-top:20px;
}

.binfo_area li {
	margin:0 0 20px;
}

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

footer {
	padding-bottom:16vw;
	background-color: #E5DFDD;
}

.stab {
	position: fixed;
	right:0;
	bottom:-16vw;
	width:100%;
	z-index:80;
	transition-duration: .6s;
}

.stab.show {
	bottom:0;
}

.stab a {
	display: block;
}

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

.pagetop a {
	display: block;
	overflow: hidden;
	background: url('../images/common/pagetop.webp') no-repeat center center;
	background-size: 40px 40px;
	padding: 40px 0 0;
	height: 0!important;
}

footer .block1 {
	padding:0 10px;
}

.footer_block1 h2 {
	margin:0 0 20px;
	padding:0 15px;
}

.footer_block1 h2 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.webp') no-repeat center center;
	background-size: auto 16px;
	background-color: #FFF;
	padding: 80px 0 0;
	height: 0!important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.footer_block1 .counselling {
	margin:0 0 15px;
	padding:0 15px 20px;
	border-bottom:1px solid #B8928B;
}

.footer_block1 .counselling a {
	display: block;
	background: url('../images/common/icon_arrow1.svg') no-repeat right 20px center;
	background-size: auto 9px;
	padding:0 25px;
	height:46px;
	line-height:44px;
	text-align: left;
	background-color: #FF9133;
	border-radius: 10px;
}

.footer_block1 .counselling b {
	display: inline-block;
	background: url('../images/common/icon_memo.svg') no-repeat left center;
	background-size: auto 16px;
	padding:0 0 0 23px;
	color:#FFF;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.footer_block1 .contact {
	padding:0 15px;
}

.footer_block1 .contact a {
	display: inline-block;
	background-image: url('../images/common/icon_mail2.svg'), url('../images/common/icon_arrow2.svg');
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: auto 15px, auto 9px;
	padding:0 15px 0 28px;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.footer_block2 {
	padding:35px 0 0;
}

.footer_block2 .slead {
	margin:0 0 5px;
	padding:0 0 0 10px;
	line-height:1.4;
	color:#9F5C34;
	font-size:1.8rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.footer_block2 .mlead {
	margin:0 0 5px;
	padding:0 0 0 10px;
	font-weight: bold;
}

.footer_block2 .ex {
	margin:0 0 20px;
	padding:0 0 0 10px;
	line-height:1.65;
	font-size:1.2rem;
}

.footer_block2 .flinks ul {
	border-top:1px solid #FFF;
}

.footer_block2 .flinks li {
	line-height:1.4;
	font-size:1.4rem;
	letter-spacing: 0.04em;
	border-bottom:1px solid #FFF;
}

.footer_block2 .flinks li a {
	display: block;
	padding:0 0 0 10px;
	line-height:40px;
}

.footer_block2 .copyright {
	line-height:60px;
	text-align: center;
	font-size:1.0rem;
	letter-spacing: 0.04em;
}

/*
========================================================================== */
.voice_block {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.voicebox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin:0 0 10px;
	padding:4px;
	background-color: #FFF;
}

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

.voicebox .titlebox {
	padding:5px 0 55px;
	width:80px;
	background-color: #CAEBFF;
	border-radius: 4px;
	position: relative;
}

.voicebox .titlebox .name {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 auto;
	padding:0 0 0 0.1em;
	width:42px;
	height:42px;
	text-align: center;
	font-size:1.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FFFDD9;
	border-radius: 45px;
}

.voicebox .titlebox .imagebox {
	position: absolute;
	left:0;
	bottom:0;
	width:80px;
}

.voicebox .ex {
	padding:5px 10px 5px 0;
	width:calc(100% - 90px);
	line-height:1.6;
	font-size:1.0rem;
	letter-spacing: 0.04em;
}

/*
========================================================================== */
.faqbox {
	margin:0 0 15px;
}

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

.faqbox .qtitlebox {
	background: url('../images/faq/qtitle.webp') no-repeat left top 8px;
	background-size: 32px 32px;
	padding:0 0 0 40px;
}

.faqbox .qtitlebox .qtitle {
	display: flex;
	align-items: center;
	background: url('../images/faq/icon_plus.svg') no-repeat right 14px center;
	background-size: 14px auto;
	padding:5px 40px 5px 20px;
	min-height:46px;
	line-height:1.6;
	font-size:1.0rem;
	letter-spacing: 0.04em;
	background-color: #FFF;
	border-radius: 15px;
}

.faqbox.open .qtitlebox .qtitle {
	background-image: url('../images/faq/icon_minus.svg');
}

.faqbox .abox {
	display: none;
}

.faqbox .abox .aline {
	background: url('../images/faq/atitle.svg') no-repeat left 10px top 12px;
	background-size: auto 11px;
	background-color: #ECF2F1;
	margin:5px 0 0 40px;
	padding:10px 10px 5px 25px;
	border-radius: 15px;
}

.faqbox .abox .aline p {
	line-height:1.6;
	font-size:1.0rem;
	letter-spacing: 0.04em;
}

.faqbox .abox .aline p.mail a {
	display: inline-block;
	background: url('../images/common/icon_mail2.svg') no-repeat left top 5px;
	background-size: auto 12px;
	padding:3px 0 0 22px;
	line-height:18px;
	text-decoration: underline;
	color:#299FD6;
	font-weight: 700;
}

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




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

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

	.tbpc {
		display: initial;
	}

	.pc {
		display: initial;
	}

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

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

	header {
		position: static;
	}

	header .block1 {
		padding:0 20px 60px;
	}

	.header_block {
		justify-content: space-between;
		align-items: flex-end;
		margin:0 0 30px;
		padding:0;
		height:80px;
	}

	header h1 {
		width:350px;
	}

	header h1 a {
		background-image: url('../images/common/logo.webp');
		background-size: 350px 21px;
		padding: 21px 0 0;
	}

	header .menu {
		display: none;
	}

	.header_body {
		display: block;
		width:670px;
	}

	.header_body .counselling {
		margin:0 0 10px;
		text-align: right;
	}

	.header_body .counselling a {
		display: inline-block;
		background: url('../images/common/icon_arrow1.svg') no-repeat right 10px center;
		background-size: auto 6px;
		padding:0 12px;
		width:215px;
		height:40px;
		line-height:38px;
		text-align: left;
		background-color: #FF9133;
		border-radius: 5px;
	}

	.header_body .counselling b {
		display: inline-block;
		background: url('../images/common/icon_memo.svg') no-repeat left center;
		background-size: auto 15px;
		padding:0 0 0 18px;
		color:#FFF;
		font-weight: bold;
		letter-spacing: 0.08em;
	}

	.header_body .gnavi_block ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.header_body .gnavi_block li {
		margin:0 10px 0 0;
	}

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

	.header_body .gnavi_block li a {
		font-weight: bold;
		letter-spacing: 0.04em;
	}

	.bread_block ul {
		padding:0 15px;
		height:30px;
	}

	.bread_block li {
		font-size:1.2rem;
		letter-spacing: 0.04em;
	}

	.bread_block li a {
		background-size: auto 11px;
		margin:0 7px 0 0;
		padding:0 12px 0 0;
	}

	.popmenu_area {
		display: none;
	}

	.active .popmenu_area {
		display: none;
	}

	.mtitlebox {
		height:120px;
	}

	.mtitlebox h2 {
		font-size:3.8rem;
	}

	.btnbox a {
		background-size: auto 12px;
		padding:0 20px;
		width:330px;
		height:60px;
		font-size:1.8rem;
	}

	.btnbox b {
		background-size: auto 14px;
		padding:0 0 0 30px;
	}

	.modal_area {
		padding:30px 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: none;
	}

	.modal_area .block1 {
		padding:0;
		width:1160px;
		height:auto;
	}

	.modal_block {
		padding:30px 10px 50px;
		border-radius: 20px;
	}

	.modal_block .close {
		top:15px;
		right:10px;
		width:61px;
	}

	.modal_block .close a {
		background-size: 61px 61px;
		padding: 61px 0 0;
	}

	.modal_block h2 {
		margin:0 0 25px;
		font-size:3.8rem;
	}

	.modal_block .mbanner {
		margin:0 0 40px;
	}

	.modal_block .btnbox a {
		background-position:  right 20px center;
		background-size: auto 21px;
	}

	.binfo_area {
		margin:0 0 80px;
	}

	.binfo_area　.block1 {
		padding-top:30px;
	}

	.binfo_area ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.binfo_area li {
		margin:0;
		width:540px;
	}

	footer {
		padding-bottom:0;
		border-bottom:15px solid #00C89B;
	}

	.stab {
		right:30px;
		bottom:98px;
		width:210px;
		opacity: 0;
	}

	.stab.show {
		opacity: 1;
		bottom:98px;
	}

	.stab a {
		overflow: hidden;
		background: url('../images/common/stab.webp') no-repeat;
		background-size: 210px 186px;
		padding: 186px 0 0;
		height: 0!important;
	}

	.pagetop {
		right:30px;
		bottom:20px;
		width:58px;
	}

	.pagetop a {
		padding: 58px 0 0;
		background-size: 58px 58px;
	}

	footer .block1 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-top:0;
		padding-bottom:30px;
	}

	.footer_block1 {
		width:415px;
	}

	.footer_block1 h2 {
		padding:0;
	}

	.footer_block1 h2 a {
		background-size: 350px 21px;
		padding: 100px 0 0;
	}

	.footer_block1 .counselling {
		padding:0 0 20px;
	}

	.footer_block1 .counselling a {
		height:50px;
		line-height:48px;
	}

	.footer_block1 .counselling b {
		background-size: auto 22px;
		padding:0 0 0 27px;
		font-size:2.0rem;
		letter-spacing: 0.08em;
	}

	.footer_block1 .contact {
		padding:0;
	}

	.footer_block2 {
		padding:25px 0 0;
		width:640px;
	}

	.footer_block2 .slead {
		margin:0 0 5px;
		padding:0;
		font-size:2.4rem;
	}

	.footer_block2 .mlead {
		margin:0 0 5px;
		padding:0;
		font-size:1.8rem;
		letter-spacing: 0.04em;
	}

	.footer_block2 .mlead b {
		display: block;
		font-size:2.0rem;
	}

	.footer_block2 .ex {
		margin:0 0 40px;
		padding:0;
		font-size:1.6rem;
	}

	.footer_block2 .flinks {
		margin:0 0 35px;
	}

	.footer_block2 .flinks ul {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		border-top: none;
	}

	.footer_block2 .flinks li {
		margin:0 0 10px;
		width:60%;
		border-bottom: none;
	}

	.footer_block2 .flinks li:nth-child(2n) {
		width:40%;
	}

	.footer_block2 .flinks li a {
		display: inline-block;
		padding:0;
		line-height:1.4;
	}

	.footer_block2 .copyright {
		line-height:1.4;
		text-align: left;
		font-size:1.4rem;
		letter-spacing: 0.08em;
	}

	/*
	=================================== */
	.voicebox {
		display: block;
		margin:0 20px 30px 0;
		width:360px;
		border-radius: 10px;
	}

	.voicebox:last-child{
		margin-bottom:30px;
	}

	.voicebox:nth-child(3n) {
		margin-right:0;
	}

	.voicebox .titlebox {
		display: flex;
		align-items: center;
		padding:0 20px;
		width:100%;
		height:170px;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}

	.voicebox .titlebox .name {
		margin:0;
		padding:0 0 0 0.2em;
		width:92px;
		height:92px;
		font-size:2.2rem;
		letter-spacing: 0.2em;
		border-radius: 95px;
	}

	.voicebox .titlebox .imagebox {
		left:calc(50% - 100px);
		width:200px;
	}

	.voicebox .ex {
		width:auto;
		padding:10px;
		line-height:1.7;
		font-size:1.6rem;
	}

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

	.faq_block {
		margin:0 auto;
		width:790px;
	}

	.faqbox {
		margin:0 0 25px;
	}

	.faqbox .qtitlebox {
		background-position: left top 12px;
		background-size: 53px 53px;
		padding:0 0 0 70px;
		cursor: pointer;
	}

	.faqbox .qtitlebox .qtitle {
		background-position: right 20px center;
		background-size: 20px auto;
		padding:0 65px 0 30px;
		height:78px;
		line-height:1.75;
		font-size:1.8rem;
		border-radius: 20px;
	}

	.faqbox .abox .aline {
		background-position: left 30px top 25px;
		background-size: auto 18px;
		margin:10px 0 0 70px;
		padding:20px 40px 20px 60px;
		border-radius: 20px;
	}

	.faqbox .abox .aline p {
		line-height:1.85;
		font-size:1.6rem;
	}

	.faqbox .abox .aline p.mail a {
		background-position: left top 4px;
		background-size: auto 15px;
		padding:0 0 0 30px;
		line-height:20px;
	}

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




}

@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;
	}
}
