@charset "utf-8";

/*-- resetCSS --*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

a:focus,
*:focus {
	outline: none;
}

.cleafix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cleafix2:after {
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.fadein {
	opacity: 0;
	transform: translate(0, 20px);
	transition: 0.8s;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

* {
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 500;
	color: #202020;
	font-size: 16px;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

a {
	color: #3b3b3b;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	transition: 0.5s;
}

main {
	width: calc(100% - 75px);
	margin: calc(100vh - 230px) 75px 0 0;
	position: relative;
	z-index: 2;
	background-color: #fff;
	display: block;
	border-top-right-radius: 40px;
	position: relative;
}

main::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 494px;
	height: 169px;
	background-image: url(../images/top_city.png);
	background-size: contain;
	top: -167px;
	left: 40px;
	background-repeat: no-repeat;
}

@media screen and (max-width:1350px) {

	main::after {
		width: 240px;
		height: 82px;
		top: -81px;
	}

}

@media screen and (max-width:700px) {

	main::after {
		width: 250px;
		height: 86px;
		top: -84px;
		left: 0px;
	}

	.under-page main::after {
		width: 160px;
		height: 50px;
		top: -50px;
		left: 0px;
	}

}

.header-logo {
	width: 78%;
	max-width: 315px;
}

@media screen and (max-width:700px) {

	.header-logo {
		width: 100%;
		max-width: 315px;
	}

}

.header-tel {
	width: 64%;
	max-width: 240px;
}

@media screen and (max-width:700px) {

	.header-tel {
		width: 86%;
		max-width: 180px;
	}

}

.btn-more2 {
	border: solid 1px #fff;
	padding: 10px 80px;
	margin: 40px auto 0;
	display: inline-block;
	position: relative;
	line-height: 1;
	color: #fff;
	transition: background-color 0.6s linear;
	font-weight: bold;
}

.btn-more2:hover {
	border: solid 1px #2197ae;
	background-color: #fff;
	color: #2197ae;
}

.shop-info-box {
	position: sticky;
	top: 90px;
}

@media screen and (max-width:1350px) {
	.shop-info-box {
		display: none;
	}
}

.shop-info {
	margin-right: -62px;
	float: right;
}

.shop-info li {
	width: 50px;
	margin-bottom: 10px;
}

.shop-info li:last-child {
	width: 13px;
	margin: 0 auto;
}

.shop-info li a {
	cursor: pointer;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}

.shop-info li img {
	width: 100%;
}

.shop-info-sp {
	display: none;
}

.main-title {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	text-align: center;
	position: relative;
	padding-top: 100px;
	background-color: #fff;
}

.slanting {
	position: relative;
	height: 80px;
}

.slanting>svg {
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 50px;
	fill: #fff;
}

footer {
	width: calc(100% - 75px);
	margin: 0 75px 0 0;
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 80px 0 10px;
}

footer ul.policy {
	font-size: 13px;
	display: flex;
	justify-content: flex-end;
	border-top: none;
	padding-top: 0.5em;
}

footer ul {
	font-family: 'Lato', sans-serif;
	display: flex;
	justify-content: flex-end;
	border-top: solid 1px #ccc;
	padding-top: 0.5em;
	margin-top: 0.2em;
}

@media screen and (max-width:1350px) {

	footer ul {
		font-size: 13px;
		padding-right: 50px;
		/* padding-left: 10px; */
	}

	footer ul.policy {
		font-size: 12px;
		padding-right: 50px;
	}

}

footer ul li {
	margin: 0 1em;
}

@media screen and (max-width:700px) {

	footer ul li {
		margin: 0 0.4em;
	}

}

footer ul li a:hover {
	text-decoration: underline;
}

.copyright {
	padding: 10px;
	text-align: center;
}

/*　下層ページ共通　*/
.under-page header h2 {
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	width: 230px;
	height: 230px;
	background-color: rgba(33, 151, 174, .8);
	color: #fff;
	text-align: center;
	font-size: 36px;
}

.under-page header .header-img {
	max-width: 300px;
	margin: 80px auto 0;
}

@media screen and (max-width:700px) {
	.under-page header .header-img {
		width: 40%;
		margin: 94px auto 0;
	}
}

.under-page header h2 div {
	margin-top: 80px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	border-bottom: solid 4px #fff;
	padding-bottom: 4px;
}

.under-page header h2 em {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 0.5em;
}

.under-page main {
	margin: calc(100vh - 450px) 75px 0 0;
}

.under-page main h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1;
}

@media screen and (max-width:700px) {

	.under-page main h2 {
		font-size: 30px;
	}

	.under-page main h2#gaiyou {
		margin-top: 40px;
	}

}

.under-page main h2 span {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	margin-left: 6px;
	font-weight: 500;
}

/* パン屑リスト */
.breadcrumb {
	position: absolute;
	top: -28px;
	left: 0;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 0 6px 0 0;
}

.breadcrumb ul li {
	display: inline-block;
	opacity: .7;
}

.breadcrumb ul li:last-child {
	color: #007eb0;
}

.breadcrumb ul li a {
	text-decoration: underline;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* ページトップ */
#top_scroll {
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#top_scroll a {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -250px;
	right: 8px;
	width: 41px;
	height: 41px;
	padding: 0;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
}

#top_scroll_home a {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -300px;
	right: 8px;
	width: 35px;
	height: 35px;
	padding: 0;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
}

#top_scroll a:hover {
	transform: translateY(-10px);
}

/*-- index --*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

header h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	width: 100%;
}

@media screen and (max-width:700px) {

	header h1 {
		top: 5px;
		left: 5px;
	}

}

header h1 a {
	display: block;
	width: 40%;
	/* max-width: 315px; */
}

header h1 a:last-of-type {
	pointer-events: none;
}

@media screen and (max-width:700px) {

	header h1 a:last-of-type {
		pointer-events: unset;
	}

}

header .header-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 120px auto 0;
	z-index: 1;
	width: 40%;
	max-width: 440px;
}

@media screen and (max-width:1200px) {

	header .header-img {
		margin: 80px auto 0;
		width: 30%;
	}

}

@media screen and (max-width:700px) {

	header .header-img {
		margin: 120px auto 0;
		top: -14px;
		width: 58%;
	}

}

header #slide_wrap {
	position: relative;
	overflow: hidden;
}

header #slide_wrap .slide_item {
	opacity: 0;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
}

header #slide_wrap .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}

header #slide_wrap .slide_item.show_ {
	opacity: 1;
}

header #slide_wrap .slide_item.zoom_ {
	transform: scale(1.1);
}

header #slide_wrap .slide_item img {
	display: block;
}

#top {
	position: relative;
	overflow: hidden;
}

#top aside.ban {
	text-align: center;
	padding: 20px 0 0;
}

#top aside.ban img {
	width: 70%;
	max-width: 300px;
}

#top h2 {
	text-align: center;
	margin: 30px auto 0;
	line-height: 1.9em;
}

#top h2 .sp-br {
	display: none;
}

@media screen and (max-width:1350px) {

	#top h2 {
		margin: 20px auto 0;
		font-size: 14px;
	}

}

@media screen and (max-width:700px) {

	#top h2 {
		font-size: 14px;
		padding: 0px 10px 0;
		line-height: 1.8em;
	}

	#top h2 .sp-br {
		display: block;
	}

}

#top h2 em {
	color: #3890cd;
}

#top .about-box:first-of-type {
	margin-top: 30px;
}

@media screen and (max-width:1350px) {

	#top .about-box:first-of-type {
		margin-top: 40px;
	}

}

@media screen and (max-width:700px) {

	#top .about-box:first-of-type {
		margin-top: 20px;
	}

}

#top .about-box {
	display: flex;
	align-items: center;
	transition: background-color 0.4s linear;
}

#top .about-box:hover {
	background-color: #f7f7f7;
}

#top .about-box:nth-child(odd) div {
	order: 2
}

#top .about-box:nth-child(odd) div+div {
	order: 1
}

#top .about-box .about-box-cont {
	width: 50%;
	text-align: center;
}

#top .about-box .about-box-img {
	width: 50%;
}

#top .about-box .about-box-img img {
	width: 100%;
	vertical-align: bottom;
}

#top .about-box .about-box-cont h3 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
}

@media screen and (max-width:1350px) {

	#top .about-box .about-box-cont h3 {
		font-size: 32px;
	}

}

#top .about-box .about-box-cont h3 span {
	display: block;
	margin-top: 5px;
	margin-left: 0;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
	color: #3890cd;
}

@media screen and (max-width:1350px) {

	#top .about-box .about-box-cont h3 span {
		font-size: 14px;
	}

}

#top .about-box .about-box-cont p {
	margin: 1.5vw 6vw;
	line-height: 1.6em;
}

@media screen and (max-width:1350px) {

	#top .about-box .about-box-cont p {
		margin: 1.5vw 6vw;
		line-height: 1.6em;
		font-size: 11px;
	}
}

@media screen and (max-width:1350px) {

	#top .about-box .about-box-cont p {
		margin: 3.5vw 6vw;
		font-size: 13px;
	}

}

#top .about-box .about-box-cont .about-btn-more {
	border: solid 1px #4e4e4e;
	padding: 20px 0;
	margin: 30px auto;
	width: 40%;
	position: relative;
	line-height: 1;
	transition: background-color 0.6s linear;
	display: block;
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	max-width: 270px;
}

#top .about-box .about-box-cont .about-btn-more:hover {
	color: #fff;
	border: solid 1px #ffffff;
	display: block;
	background-color: rgba(40, 167, 225, 1);
}

@media screen and (max-width:1350px) {

	#top .about-box .about-box-cont .about-btn-more {
		padding: 20px 0;
		margin: 10px auto;
		width: 40%;
		font-size: 13px;
	}

}

#top .about-box .about-box-cont .about-group {
	width: 60%;
	font-size: 0;
	margin: 30px auto 0;
}

#top .about-box .about-box-cont .about-group li {
	display: inline-block;
	width: calc(calc(100%/2) - 20px);
	margin: 0 10px;
}

#top .about-box .about-box-cont .about-group li img {
	width: 100%;
}

#top-contact {
	background-image: url('../images/contact_bg.jpg');
	padding: 100px 14%;
	background-size: cover;
	background-attachment: fixed;
	background-color: #fff;
	margin-top: 40px;
	background-position: center;
}

@media screen and (max-width:1350px) {

	#top-contact {
		background-image: url('../images/contact_bg_sp.jpg');
		padding: 50px 5%;
		margin-top: 40px;
		background-size: 140%;
		background-position-y: center;
	}

}

.contact-box {
	background-color: rgba(255, 255, 255, .9);
	padding: 20px 10px;
	text-align: center;
}

.contact-box .main-title {
	padding-top: 20px;
	background-color: unset;
}

@media screen and (max-width:1350px) {

	.contact-box .main-title {
		font-size: 32px;
	}

}

.contact-box .main-title em {
	font-family: 'Lato', sans-serif;
}

.contact-box .main-title span {
	display: block;
	font-size: 15px;
}

@media screen and (max-width:1350px) {

	.contact-box .main-title span {
		font-size: 14px;
	}

}

.contact-box p {
	margin-top: 30px;
	line-height: 1.6em;
}

@media screen and (max-width:1350px) {

	.contact-box p {
		font-size: 12px;
	}

}

.contact-box .btn-more {
	border: solid 1px #4e4e4e;
	padding: 20px 0;
	margin: 30px auto 0;
	position: relative;
	line-height: 1;
	transition: background-color 0.6s linear;
	display: block;
	max-width: 260px;
	font-family: 'Lato', sans-serif;
}

@media screen and (max-width:1350px) {

	.contact-box .btn-more {
		/* max-width: 200px; */
		font-size: 13px;
		margin: 22px auto;
		padding: 16px 0;
		width: 50%;
	}

}

.contact-box .btn-more:hover {
	border: solid 1px #ffffff;
	background-color: rgba(40, 167, 225, 1);
	color: #fff;
}

@media screen and (max-width:1350px) {
	main {
		width: 100%;
		margin: 48vw 0 0 0;
		position: relative;
		z-index: 2;
		background-color: #fff;
		border-top-right-radius: 0;
	}

	footer {
		width: 100%;
		margin: 0;
		position: relative;
		z-index: 2;
		background-color: #fff;
		padding: 80px 0 0px;
	}

	.shop-info-sp {
		display: block;
		z-index: 10;
		position: fixed;
		top: 80px;
		right: 15px;
	}

	.shop-info-sp li {
		width: 40px;
		margin-bottom: 8px;
	}

	.shop-info-sp li a {
		cursor: pointer;
		filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
	}

	.shop-info-sp li img {
		width: 100%;
	}

	.under-page main {
		margin: 44vw 0 0 0;
	}
}

@media screen and (max-width:700px) {
	body {
		font-weight: 500;
		font-size: 14px;
	}

	.header-tel a {
		font-size: 22px;
	}

	.header-img {
		margin: 22vw auto 0;
		width: 57%;
		max-width: 540px;
	}

	main {
		margin: 60vh 0 0 0;
	}

	.under-page main {
		margin: 64vw 0 0 0;
	}

	.main-title {
		font-size: 32px;
		padding-top: 60px;
	}

	.main-title em::after {
		bottom: 20px;
	}

	.main-title span {
		font-size: 12px;
	}

	.btn-more {
		float: none;
		display: block;
		text-align: center;
		width: 280px;
		margin: 10px auto;
	}

	.btn-more2 {
		margin: 20px auto 0;
	}

	.slanting>svg {
		height: 20px;
	}

	#top .about-text {
		margin: 30px auto;
	}

	#top .about-box {
		flex-direction: column;
		padding-top: 16px;
		background-color: #f2f2f2;
	}

	#top .about-box:hover {
		background-color: unset;
	}

	#top .about-box:hover .about-box-cont {
		color: #000;
	}

	#top .about-box:nth-child(2n+1) div {
		order: 1;
	}

	#top .about-box .about-box-cont {
		width: 100%;
	}

	#top .about-box .about-box-cont h3 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	#top .about-box .about-box-cont .about-group {
		margin: 10px auto 0;
	}

	#top .about-box .about-box-img {
		width: 100%;
	}

	#top .about-box .about-box-cont .about-btn-more {
		margin: 22px auto;
		padding: 16px 0;
	}

}

/*-- company.html --*/
#company-main {
	position: relative;
	padding: 40px;
	/* background-color: #fff; */
	line-height: 1.4em;
}

#company-main .company-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 40px;
}

#company-main .company-text {
	text-align: center;
	line-height: 1.6em;
}

#company-main .company-box1 {
	background-color: #f0f4f5;
	position: relative;
	overflow: hidden;
	margin: 40px 0;
	text-align: center;
	padding: 20px;
}

#company-main .company-box1 .company-graph {
	display: flex;
	justify-content: space-evenly;
	color: #fff;
	position: relative;
	margin-bottom: 70px;
}

#company-main .company-box1 .company-graph::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #4dacbe transparent;
	border-width: 40px 40px 0 40px;
}

#company-main .company-box1 .company-graph li {
	background-color: #4dacbe;
	text-align: center;
	margin: 30px 0;
	padding: 50px 0;
	width: 30%;
	font-size: 24px;
	font-weight: bold;
}

#company-main .company-box1 .company-graph li span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.4em;
}

#company-main .company-box1 em {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 40px;
	letter-spacing: 0.1em;
}

#company-main .company-box1 p {
	margin: 30px 0;
}

#company-main .company-shop-info .company-shop-info-left dl dt {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0;
}

#company-main .company-shop-info .company-shop-info-left dl dd {
	padding: 0 30px 0 0;
	line-height: 1.6em;
	text-align: justify;
}

@media screen and (max-width:700px) {

	#company-main .company-shop-info .company-shop-info-left dl dd {
		padding: 0;
	}

}

#company-main .company-shop-info .company-shop-info-left dl dd span {
	color: #3890cd;
}

#company-main .company-shop-info .company-shop-img {
	max-width: 300px;
	margin-top: 20px;
	margin-right: 30px;
}

@media screen and (max-width:700px) {

	#company-main .company-shop-info .company-shop-img {
		margin-right: 0;
		width: 40%;
	}

}

#company-main .company-shop-info .company-shop-img img {
	width: 100%;
}

#company-main .company-shop-info {
	display: flex;
	justify-content: space-between;
	width: 96%;
	margin: 70px auto 60px;
}

#company-main .company-box1 .company-graph li {
	margin: 10px;
	width: 80%;
}

#company-main .company-point {
	background-color: #f0f0f0;
	padding-top: 20px;
}

#company-main .company-point dl {
	display: flex;
	min-height: 70px;
	align-items: center;
	border-bottom: solid 1px #a9a9a9;
	width: 100%;
	margin: 0 auto;
	padding: 1em;
	max-width: 1000px;
}

#company-main .company-point dl:last-child {
	border-bottom: none;
}

#company-main .company-point dl dt {
	flex-basis: 30%;
}

#company-main .company-point dl dd {
	flex-basis: 70%;
}

#company-main .company-point dl dd a {
	text-decoration: underline;
}

#company-main .company-point dl dd a i {
	margin-left: 6px;
}

#company-main .company-point #map {
	position: relative;
	overflow: hidden;
}

#company-main .company-point #map iframe {
	width: 98%;
	height: 24vw;
	min-height: 240px;
	margin: 20px auto;
	max-width: 1000px;
	display: block;
}

@media screen and (max-width:700px) {

	#company-main {
		padding: 20px 10px 0;
	}

	#company-main .company-title {
		font-size: 22px;
	}

	#company-main .company-text {
		text-align: left;
	}

	#company-main .company-box1 .company-graph {
		flex-direction: column;
		align-items: center;
	}

	#company-main .company-box1 .company-graph li {
		margin: 10px;
	}

	#company-main .company-box1 .company-graph::after {
		bottom: -40px;
	}

	#company-main .company-box1 em {
		line-height: 1.2em;
	}

	#company-main .company-box1 em span {
		display: block;
	}

	#company-main .company-box1 p {
		margin: 16px 0 30px;
	}

	#company-main .company-shop-info {
		margin-bottom: 0;
		margin-top: 0;
		flex-direction: column;
		align-items: center;
	}

	#company-main .company-shop-info .company-shop-info-left img {
		width: 90%;
		max-width: 210px;
		display: block;
		margin: 0 auto;
	}

	#company-main .company-shop-info .company-shop-img img {
		width: 90%;
		display: block;
		margin: 10px auto;
	}

	#company-main .company-shop-info .company-shop-info-left dl dt {
		text-align: center;
	}

	#company-main .company-point {
		margin: 20px 0;
		padding-top: 0;
	}

}

/*-- qa --*/
#qa {
	padding: 40px;
	line-height: 1.4em;
}

@media screen and (max-width:700px) {

	#qa {
		padding: 20px 10px 0;
	}

}

#qa .tabs {
	position: relative;
	font-size: 0;
	margin-top: 50px;
}

#qa .tabs input {
	position: absolute;
	z-index: 1000;
	width: calc(100%/4);
	height: 50px;
	left: 0px;
	top: 0px;
	opacity: 0;
	cursor: pointer;
}

#qa .tabs input#tab-2 {
	left: 25%;
}

#qa .tabs input#tab-3 {
	left: 50%;
}

#qa .tabs input#tab-4 {
	left: 75%;
}

#qa .tabs label {
	background: #fff;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	width: calc(100%/4);
	border: solid 1px #2197ae;
	color: #2197ae;
}

#qa .tabs label:nth-of-type(2) {
	border-right-style: none;
	border-left-style: none;
}

#qa .tabs label:nth-of-type(4) {
	border-left-style: none;
}

#qa .tabs label:after {
	content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

#qa .tabs input:hover+label {
	background: #2197ae;
	color: #fff;
}

#qa .tabs label:first-of-type {
	z-index: 4;
}

#qa .tab-label-2 {
	z-index: 3;
}

#qa .tabs input:checked+label {
	background: #2197ae;
	z-index: 6;
	color: #fff;
}

#qa .qa-content {
	width: 100%;
	z-index: 5;
	overflow: hidden;
}

#qa .qa-content div {
	margin-top: 40px;
	z-index: 1;
	transition: opacity linear 0.1s;
}

@media screen and (max-width:700px) {

	#qa .qa-content div {
		margin-top: 10px;
	}

}

#qa .qa-content div h3 {
	margin: 0 0 30px 0;
	font-weight: bold;
	font-size: 30px;
	border-left: solid 5px #000;
	padding-left: 10px;
	height: 2em;
	line-height: 2em;
}

#qa .qa-content div p {
	font-size: 14px;
	text-align: left;
	padding-left: 15px;
}

#qa .qa-box {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}

#qa .qa-box li {
	border: solid 1px #3890cd;
	width: calc(calc(100%/2) - 20px);
	margin-bottom: 40px;
}

#qa .qa-box li:nth-child(odd) {
	margin-right: 40px;
}

#qa .qa-box li dl dt {
	background-color: #3890cd;
	padding: 14px;
	font-weight: bold;
	border-bottom: solid 1px #3890cd;
	font-size: 16px;
	color: #fff;
	text-align: justify;
}

#qa .qa-box li dl dd {
	padding: 14px;
}

@media screen and (max-width:700px) {

	#qa .tabs input {
		width: 100%;
	}

	#qa .tabs label {
		width: 100%;
	}

	#qa .tabs input#tab-2 {
		top: 50px;
	}

	#qa .tabs input#tab-3 {
		top: 100px;
	}

	#qa .tabs input#tab-4 {
		top: 150px;
	}

	#qa .tabs label:nth-of-type(2) {
		border-right-style: solid;
		border-left-style: solid;
		border-top-style: none;
		border-bottom: none;

	}

	#qa .tabs label:nth-of-type(4) {
		border-top-style: none;
		border-left-style: solid;
	}

	#qa .tabs input#tab-2 {
		left: 0;
	}

	#qa .tabs input#tab-3 {
		left: 0;
	}

	#qa .tabs input#tab-4 {
		left: 0;
	}

	#qa .qa-box li {
		width: 100%;
		margin-bottom: 20px;
	}

	#qa .qa-box li:nth-child(2n+1) {
		margin-right: 0;
	}
}

#contact {
	padding: 40px;
	line-height: 1.4em;
}

@media screen and (max-width:700px) {

	#contact {
		padding: 20px 10px 0;
	}

}

#contact .box {
	position: relative;
}

#contact .box h3 {
	font-size: 18px;
	border: solid 1px;
	width: 80%;
	margin: 40px auto 0;
	max-width: 400px;
	padding: 1em;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width:700px) {

	#contact .box h3 {
		margin: 40px auto 0;
		font-size: 16px;
	}

}

#contact .box p {
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
}

#contact .box p em {
	font-size: 40px;
}

@media screen and (max-width:700px) {
	#contact .box p em {
		font-size: 20px;
	}

}

#contact .box p span {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}

@media screen and (max-width:700px) {

	#contact .box p span {
		font-size: 13px;
		font-weight: normal;
		padding: 0 10px;
	}

}

#output869812 {
	padding: 30px;
	margin-top: 30px;
	position: relative;
}

@media screen and (max-width:700px) {

	#output869812 {
		padding: 30px 0;
		margin-top: 0px;
		position: relative;
	}

}

#output869812 div:last-of-type {
	text-align: right;
}

#fc2form {
	position: relative;
}

#fc2form .message {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

#fc2form form {
	width: 90%;
	max-width: 600px;
	margin: 40px auto 0;
}

#fc2form form input {
	width: 100%;
	padding: 1.2em 1em;
	font-size: 16px;
	border-radius: 4px;
	border: solid 1px #ccc;
}

#fc2form form .comment {
	margin-bottom: 10px;
}

#fc2form form .comment>div:first-of-type {
	margin-bottom: 10px;
}

#fc2form form .comment>div:first-of-type input {
	width: 30%;
}

#fc2form form textarea {
	width: 100%;
	padding: 1.2em 1em;
	font-size: 16px;
	border-radius: 4px;
	border: solid 1px #ccc;
}

#fc2form form input.button {
	width: 60%;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	background-color: #3890cd;
	color: #fff;
	cursor: pointer;
}

.title li {
	list-style: none;
}

#contact .form-box {
	background-color: #f0f4f5;
	padding-top: 10px;
	overflow: hidden;
	margin-top: 30px;
}

#contact .form-box h3 {
	font-size: 18px;
	border: solid 1px;
	width: 80%;
	margin: 30px auto 0;
	max-width: 400px;
	padding: 1em;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
}

#contact .form-box .text {
	font-size: 14px;
	width: 90%;
	max-width: 600px;
	margin: 20px auto 0;
}

#policy {
	padding: 40px;
	line-height: 1.4em;
}

@media screen and (max-width:700px) {

	#policy {
		padding: 20px 10px 0;
		line-height: 1.4em;
	}

}

#policy .box {
	padding: 1em;
}

#policy .box h3 {
	font-weight: bold;
	border-left: solid 4px #3890cd;
	padding: 0.5em;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#policy .box p {
	padding: 0.2em;
	margin-bottom: 20px;
	text-align: justify;
}

#policy .box ol li {
	margin-left: 1.4em;
	margin-bottom: 1em;
	text-align: justify;
}

#nav-box {
	position: fixed;
	right: 6px;
	top: 10px;
	z-index: 100;
	/* display: none; */
}

@media screen and (max-width:700px) {

	#nav-box {
		display: block;
	}

}

#nav-box #btn-open {
	transition: opacity .3s linear;
	cursor: pointer;
}

#nav-box #btn-open img {
	width: 60px;
}

#nav-box nav {
	background: rgba(40, 167, 225, 1);
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
}

#nav-box nav .box {
	width: 280px;
	position: absolute;
	right: 6px;
	top: 10px;
}

#nav-box nav .box #btn-close {
	text-align: right;
	transition: opacity .3s linear;
	cursor: pointer;
}

#nav-box nav .box #btn-close img {
	width: 60px;
}

#nav-box nav .box p {
	margin-top: 40px;
	text-align: right;
	margin-right: 30px;
}

#nav-box nav .box p:nth-child(n+3) {
	margin-top: 20px;
}

#nav-box nav .box p a {
	font-size: 12px;
	transition: color .3s linear;
	color: #fff;
}

#nav-box nav .box p a span {
	/* font-family: 'Anton', sans-serif; */
	font-size: 24px;
	display: block;
	/* line-height: 0.8; */
	font-family: 'Lato', sans-serif;
}