@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*明朝
font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",Georgia, serif;
*/
html,
body {
	margin: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-family: Noto Sans Japanese, Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		"Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	margin: 0px;
	padding: 0px;
}
p,
td,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	border: 0px;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	max-width: 100%;
	transition: 0.5s;
	height: inherit;
}

.fnt {
	font-family: "M PLUS Rounded 1c";
}
a,
img {
	transition: 0.5s;
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.wmain {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
.center {
	text-align: center;
}
h2 {
	text-align: center;
	font-size: 40px;
	line-height: 1em;
	position: relative;
	font-weight: 900;
	color: #4041be;
}
h2.after {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
h2.after:after {
	position: relative;
	display: block;
	content: url(../img/h2-ln.png);
	text-align: center;
}

/*header
*********************/
.header {
	overflow: hidden;
	margin: 0 auto 1px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.header .wmain {
	padding: 5px 0 10px;
}
.header .hti {
	padding: 5px 0 3px;
	border-top: 4px solid #1f207a;
}
.header .hti h1 {
	width: 1200px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 14px;
}
.header .logo {
	margin: 15px 0 0;
}
.header .head-cta {
	overflow: hidden;
	position: relative;
}
.header ul {
	text-align: right;
	overflow: hidden;
	letter-spacing: 0;
	font-size: 0;
}
.header .head-cta ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 2px;
}

/*fv
*********************/
.fv {
	overflow: hidden;
	background: url(../img/fv-bg.jpg) center 0 no-repeat;
	background-size: cover;
}

/*reason
*********************/
.reason {
	overflow: hidden;
	background: url(../img/yl-bg.png);
}
.reason .wmain {
	padding: 40px 0;
	background: url(../img/reason-ar.png) center 0 no-repeat;
}
.reason h2 {
	padding: 25px;
	background: #1f207a;
}
.reason ul {
	text-align: center;
	margin: 30px 0 0;
	overflow: hidden;
}
.reason ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 10px;
	width: 20%;
}
.reason ul li .ti {
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	background: #1f207a;
}
.reason ul li p {
	text-align: left;
}

/*nayami
*********************/
.nayami {
	overflow: hidden;
	padding: 40px 0 0;
	background: url(../img/nayami-bg3.jpg) center 0 no-repeat;
	background-size: cover;
}
.nayami h2 {
	color: #333;
}
.nayami h2 span {
	color: #f23f3f;
}
.nayami .ctn {
	margin: 0 auto;
	width: 85%;
	overflow: hidden;
	display: table;
}
.nayami .img {
	width: 30%;
	display: table-cell;
	vertical-align: bottom;
}
.nayami .txt {
	width: 67%;
	display: table-cell;
	vertical-align: top;
}
.nayami .txt ul {
	margin: 40px 0 0;
}
.nayami .txt ul li {
	overflow: hidden;
	padding: 5px 0 5px 50px;
	background: url(../img/nayami-ch.png) 0 5px no-repeat;
	margin: 0 0 10px;
}
.nayami .txt ul li p {
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.4em;
}
.nayami .txt ul li p span {
	color: #f23f3f;
	background: url(../img/nayami-ln.png) 0 bottom repeat-x;
}
.nayami img.rat {
	margin: 20px auto;
	display: block;
}
/*nayami
********************
.nayami{overflow: hidden;padding: 40px 0 0;background: url(../img/nayami-bg2.jpg) center 0 no-repeat;background-size: cover;}
.nayami h2{color: #333;}
.nayami h2 span{color: #f23f3f;}
.nayami .img{width: 30%;display: table-cell;vertical-align: bottom;}
.nayami .txt ul {margin: 0 auto ; display: flex;flex-wrap: wrap;}
.nayami .txt ul li{overflow: hidden;padding: 5px 0 5px 50px;margin: 0 0 10px; width: 29%;}
.nayami .txt ul li p{background: url(../img/nayami-ch.png) 0 5px no-repeat;font-size: 22px;letter-spacing: 0;line-height: 1.8em; padding-left: 50px;}
.nayami .txt ul li p span{color: #f23f3f;background: url(../img/nayami-ln.png) 0 bottom repeat-x;}
*/

/*higai
*********************/
.higai {
	padding: 30px 0;
}
.higai .wmain {
	max-width: 800px;
}
.higai h2 img {
	margin: 0 auto;
}
.higai .higai_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.higai .higai_list .higai_box {
	width: 32%;
}
.higai .higai_list .higai_box img {
	margin: 20px auto;
	max-width: 90%;
	display: block;
}
.higai .higai_list .higai_box h3 {
	text-align: center;
	color: darkgreen;
	font-size: 16px;
}

/*cta
*********************/
.cta {
	overflow: hidden;
	background: #c8e1e5;
}
.cta .wmain {
	background: url(../img/cta-mdl.png) no-repeat;
	background-position: right 90px bottom 0;
	padding: 30px 0;
}
.cta ul {
	text-align: center;
	margin: 10px 0 0;
	overflow: hidden;
}
.cta li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 2px;
}

/*compare
*********************/
.compare {
	overflow: hidden;
	padding: 40px 0;
	background: url(../img/compare-bg.png);
}
.compare .tbl {
	text-align: center;
	margin: 30px 0 0;
}

/*wrn
*********************/
.wrn {
	text-align: center;
	padding: 88px 20px;
	background: url(../img/ribon1.png)top left/auto 30px repeat-x,url(../img/ribon1.png)bottom left/auto 30px repeat-x#FFF833;
}

.wrn h2 img {
	max-width: 1020px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.wrn h2 img {
		margin: auto;
		display: block;
		width: calc(100% - 35px);
	}

	.wrn {
		padding: 65px 0;
		background: url(../img/ribon1.png)top left/auto 20px repeat-x,url(../img/ribon1.png)bottom left/auto 20px repeat-x#FFF833;
	}
}

/*voice
*********************/
.voice {
	overflow: hidden;
	background: url(../img/voice-bg.png);
}
.voice h2 {
	padding: 30px 25px;
	color: #fff;
	background: #1f207a;
}
.voice .wmain {
	background: url(../img/voice-ar.png) center 0 no-repeat;
	padding: 40px 0;
}
.voice ul {
	text-align: center;
	overflow: hidden;
	margin: 30px 0 0;
}
.voice li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 25px;
	width: 24%;
}
.voice li .ti {
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
	color: #4041be;
	font-size: 18px;
	line-height: 1.4em;
}
.voice li p {
	text-align: left;
}

/*flow
*********************/
.flow {
	overflow: hidden;
	padding: 40px 0;
}
.flow ul {
	text-align: center;
	margin: 30px 0 0;
	overflow: hidden;
}
.flow li {
	width: 17%;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 15px;
	text-align: left;
	position: relative;
}
.flow li:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 39px;
	background: url(../img/flow-ar.png) center no-repeat;
	background-size: contain;
	top: 55px;
	right: -28px;
}
.flow li:last-child:after {
	display: none;
}
.flow .img {
	text-align: center;
}
.flow .ti {
	text-align: center;
	margin: 10px 0;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	color: #1f207a;
}

/*qa
*********************/
.qa {
	overflow: hidden;
	padding: 40px 0;
	background: url(../img/qa-bg.jpg);
}
.qa ul {
	width: 85%;
	margin: 30px auto 0;
}
.qa ul li {
	overflow: hidden;
	margin: 0 0 15px;
}
.qa ul li .q {
	background: url(../img/qa-ar.png) right 15px center no-repeat #4041be;
	padding: 2px 5px;
	cursor: pointer;
}
.qa ul li .q p {
	background: url(../img/qa-q.png) 5px 6px no-repeat;
	padding: 12px 0 12px 50px;
	font-size: 18px;
	color: #fff;
}
.qa ul li .a {
	padding: 10px 15px;
	display: none;
	background: #fff;
}
.qa ul li .a p {
	background: url(../img/qa-a.png) 0 8px no-repeat;
	padding: 12px 0 12px 40px;
	font-size: 16px;
	line-height: 1.6em;
}
.qa ul li .a.open {
	display: block;
}

/*area
*********************/
.area {
	overflow: hidden;
	padding: 40px 0;
	background: #f0f0ff;
	text-align: center;
}
.area .map {
	margin: 30px 0 0;
	text-align: center;
}

/*contact
*********************/
.contact {
	padding: 40px 0;
}
.contact .sub {
	color: #ff6c00;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	margin: 10px 0;
	font-weight: bold;
}
.contact .mailform {
	padding: 10px;
	color: #222;
	width: 65%;
	margin: 10px auto 0;
}
.contact table {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
}
.contact table th,
.contact table td {
	padding: 15px 0;
	vertical-align: middle;
}
.contact table th {
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	width: 35%;
	position: relative;
}
.contact table td {
	width: 75%;
	padding: 10px 30px;
}
.contact .form-text,
.contact .form-textarea {
	width: 100%;
	height: 45px;
	border: 1px solid #d6d6d6;
	background: #fff;
	padding: 3px;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 4px;
	font-size: 14px;
}
.contact .form-textarea {
	height: 120px;
}
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
.contact table th:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 35px;
	height: 22px;
	background-size: cover;
}
.contact table th.hissu:before {
	background: url(../img/contact-hissu.png) no-repeat;
}
.contact table th.nini:before {
	background: url(../img/contact-nini.png) no-repeat;
}

.contact input[type="radio"] {
	display: inline-block;
	margin-right: 6px;
}
.contact input[type="radio"] + label {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}
.contact input[type="radio"] {
	display: none;
	margin: 0;
}
.contact input[type="radio"] + label {
	padding: 0 0 0 24px;
}
.contact input[type="radio"] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #fff;
}
.contact input[type="radio"] + label::before {
	border: 1px solid #999;
	border-radius: 30px;
}
.contact input[type="radio"]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #ff2900;
	border-radius: 8px;
}
.contact input[type="radio"]:checked + label {
	color: #ff2900;
	font-weight: bold;
}
.contact input[type="radio"]:checked + label::before {
	border: 1px solid #ff2900;
}

.confirm table th,
.confirm table td {
	border-bottom: 1px dotted #ccc;
}
.form-btn-conf {
	background: url(../img/contact-confirm.png) center no-repeat;
	background-size: contain;
}
.form-btn-back {
	background: url(../img/contact-back.png) center no-repeat;
	background-size: contain;
}
.form-btn-send {
	background: url(../img/contact-send.png) center no-repeat;
	background-size: contain;
}
.form-btn {
	width: 290px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: none;
	border-radius: 5px;
	-webkit-appearance: none;
	text-indent: -999px;
}
.form-btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition: 0.5s;
}
.mail-btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.contact .footer p {
	font-weight: normal;
}
.contact .footer p span {
	font-weight: bold;
}
.copyright {
	text-align: center;
	padding: 15px;
	font-size: 12px;
}

.contact .cfm {
	background: #fff;
	padding: 10px 10px;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	color: #333;
}
.contact .thx {
	padding: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	color: #000;
}
.contact .thx p {
	color: #222;
	font-weight: normal;
}
.contact .btn-tosite {
	background-color: #555;
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 50px 2px 0;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
}
.contact .s {
	font-size: 11px;
	color: #999;
}

#formWrap {
	text-align: center;
}
.formwrap {
	padding: 20px;
	margin: 20px 0;
}
.error,
.error_messe {
	color: red;
}
.bold {
	font-size: 16px;
	font-weight: bold;
}

#contact .footer p {
	font-weight: normal;
}
#contact .footer p span {
	font-weight: bold;
}
.copyright {
	text-align: center;
	padding: 15px;
	font-size: 12px;
}

#contact .thx {
	background: #fff;
	padding: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	color: #000;
}
#contact .thx p {
	color: #222;
	font-weight: normal;
}
#contact .btn-tosite {
	background-color: #555;
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 50px 2px 0;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
}

#contact.confirm p {
	color: #222;
	font-weight: normal;
	font-size: 16px;
}
#contact.confirm .error,
#contact.confirm .error_messe {
	color: red;
}
#formWrap {
	text-align: center;
}
.formwrap {
	padding: 20px;
	margin: 20px 0;
}
.cln {
	border-top: 1px solid #eee;
}

/*footer
*********************/
.footer {
	padding: 40px 0 0;
	background: #f3f3f3;
	text-align: center;
}
.footer h2 {
	font-size: 18px;
	line-height: 1.8em;
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 15px;
	color: #333;
}
.footer h2 span {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.footer h2:after {
	position: absolute;
	content: "";
	height: 1px;
	background: #999;
	width: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.copyright {
	padding: 14px 0 100px;
	text-align: center;
	font-size: 12px;
	background: #1f207a;
	margin: 40px 0 0;
	color: #fff;
}
.gotop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 60px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #bacaf0;
}
.reflection {
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 3s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 3s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 3s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 3s ease-in-out infinite;
}
.footer .foot-cta {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: antiquewhite;
}
.footer .foot-cta ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 5px;
}

@keyframes reflection {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
@-webkit-keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
@-moz-keyframes reflection {
	0% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-moz-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
@-ms-keyframes reflection {
	0% {
		-ms-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-ms-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-ms-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-ms-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
@-o-keyframes reflection {
	0% {
		-o-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-o-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-o-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-o-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

/*****************************************************************
max-width 1215
******************************************************************/
@media screen and (max-width: 1215px) {
	.wmain,
	.header .hti h1 {
		width: 98%;
	}
	.header .logo {
		width: 30%;
	}
	.header .head-cta {
		width: 65%;
	}
	.header .head-cta ul li {
		width: 40%;
	}
	.header .head-cta ul li.puchi {
		width: 14%;
	}
	.nayami .wmain li p {
		font-size: 15px;
	}
	.nayami .wmain {
		background-size: 144px;
	}
	.nayami .wmain li {
		background-size: 30px;
	}
	.reason ul li .ti {
		font-size: 16px;
	}
	.reason li {
		width: 26%;
		margin: 0 8px 16px;
	}
	.nayami .ctn {
		width: 98%;
	}
	.flow li {
		width: 26%;
		margin: 0 15px 20px;
	}
}
/*****************************************************************
max-width 888
******************************************************************/
@media screen and (max-width: 888px) {
	/*
.nayami .txt ul li p {font-size: 16px;}
.nayami .txt ul li {background-size: 35px;}
*/
	.cta li {
		width: 48%;
	}
	.cta .wmain {
		background-size: 330px;
	}
	.contact .mailform,
	.qa ul {
		width: 95%;
	}
}
/*****************************************************************
max-width 590
******************************************************************/
@media screen and (max-width: 590px) {
	h2 {
		font-size: 26px;
		line-height: 1.4em;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.fv {
		background: none;
		text-align: center;
	}
	.fv .wmain {
		width: 100%;
	}
	.header .hti h1 {
		font-size: 11px;
		text-align: center;
		line-height: 1.4em;
	}
	.header .logo {
		width: 100%;
		overflow: hidden;
		text-align: center;
		margin: 0;
	}
	.header .logo img {
		width: 220px;
	}
	.header .head-cta {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #f7fbce;
		padding: 5px 0;
		border-top: 1px solid #ddd;
		z-index: 9;
	}
	.header .head-cta ul li {
		width: 44%;
		margin: 0 2px;
	}
	.header .head-cta ul {
		text-align: center;
	}
	.header .head-cta ul li.puchi {
		display: none;
	}
	.nayami {
		background: ;
	}
	.nayami .ctn {
		display: block;
	}
	.nayami .txt {
		display: block;
		width: 100%;
	}
	.nayami .txt ul {
		margin: 0;
	}
	.nayami .img {
		display: block;
		margin: 0 auto;
	}
	.reason h2 {
		padding: 25px 0;
	}
	.reason ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 0 30px;
	}
	.reason ul li .img {
		float: left;
		width: 30%;
	}
	.reason ul li .txt {
		float: right;
		width: 65%;
	}
	.reason ul li .ti {
		text-align: left;
		margin: 0 0 10px;
		text-align: left;
		padding: 10px;
	}
	.cta .ctn {
		width: 100%;
	}
	.cta .wmain {
		background: none;
	}
	.cta ul {
		margin: 15px 0 0;
	}
	.cta ul li {
		width: 95%;
		margin: 0 0 3px;
	}
	.cta ul li.puchi {
		display: none;
	}
	.gnav {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.gnav:before {
		content: "右へスクロールしてください→";
		padding: 5px;
		width: 100%;
		display: block;
		color: red;
	}
	.gnav .tbl,
	.gnav table {
		width: 630px;
		margin: 0;
	}
	.voice li {
		width: 100%;
		overflow: hidden;
		margin: 0 0 25px;
	}
	.voice li .img,
	.flow li .img {
		float: left;
		width: 30%;
	}
	.voice li .txt,
	.flow li .txt {
		float: right;
		width: 65%;
	}
	.voice li .ti,
	.flow li .ti {
		text-align: left;
		margin: 0 0 10px;
	}
	.flow li:after {
		top: inherit;
		right: 0;
		bottom: -15px;
		left: 0;
		margin: 0 auto;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		height: 48px;
	}
	.flow li {
		width: 100%;
		overflow: hidden;
		margin: 0 0 25px;
		padding: 0 0 25px;
	}
	.flow li:last-child {
		margin: 0;
		padding: 0;
	}
	.qa ul li .q p {
		font-size: 14px;
		padding: 12px 30px 12px 50px;
	}
	.qa ul li .a p {
		font-size: 14px;
	}
	.contact table th,
	.contact table td {
		width: 100%;
		overflow: hidden;
		display: block;
		padding: 0;
	}
	.contact table th {
		padding: 5px 0;
		background: #f5f5f5;
	}
	.contact table td {
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px dotted #ddd;
	}
	.footer h2 {
		font-size: 16px !important;
	}
	.copyright {
		margin: 20px 0 90px;
		padding-bottom: 20px;
	}
	.gotop {
		bottom: 90px;
		width: 60px;
	}
	p.confirm {
		margin: 0 0 30px;
	}
	.mail-btn li {
		display: block;
		margin: 0 0 3px;
	}
	.higai .higai_list {
		margin-top: 10px;
	}
	.higai .higai_list .higai_box {
		width: 90%;
		margin: 20px auto;
	}
}

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

@media screen and (max-width: 767px) {
	body {
		position: relative;
	}

	/* ****************
	 * Modal window
	 * *************** */
	.modal {
		display: none;
		position: fixed;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		/*overflow-y: auto;
	  padding: 60px 5% 5%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	  box-shadow: 0 0 15px rgba(0,0,0,0.2);
	  border-radius: 0px;

	  text-shadow:0 1px 0 #333;*/
		background-color: rgba(29, 48, 68, 0.8);
		color: #fff;
		text-align: center;
		font-size: 20px;
		z-index: 100;
		overflow-y: scroll;
		padding: 4%;
	}
	.modal .in {
		background: url("../img/contact_bg.png") 0 0 no-repeat;
		background-size: contain;
		width: 92%;
		height: 100%;
		margin-top: 4%;
	}
	.mBtn01 {
		position: absolute;
		bottom: 25%;
		left: 9%;
		width: 76%;
		z-index: 200;
	}
	.mBtn02 {
		position: absolute;
		bottom: 14%;
		left: 9%;
		width: 76%;
		z-index: 200;
	}
	.close {
		position: absolute;
		top: 7%;
		right: 12%;
		z-index: 200;
	}
	.mBtn01 img {
		width: 100%;
	}
	.mBtn02 img {
		width: 100%;
	}

	/* ****************
	 * Background filter (blur)
	 * *************** */
	.bg-blur {
		filter: blur(10px);
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: url(#blur);
		filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
		-webkit-transition: all 0.4s linear;
		transition: all 0.4s linear;
	}
}

.corona {
	text-align: center;
}
.corona img {
	max-width: 70%;
	width: 1000px;
	margin: 20px auto;
}
@media screen and (max-width: 888px) {
	.corona img {
		max-width: 100%;
	}
}

.point {
	text-align: center;
	background: #95acc6;
}
.point img {
	max-width: 70%;
	width: 1000px;
	margin: 20px auto;
}
@media screen and (max-width: 888px) {
	.point img {
		max-width: 100%;
	}
}

.sampleimage {
	display: flex;
	width: 60%;
	margin: 40px auto;
	background: #ffffff;
}
@media screen and (max-width: 888px) {
	.sampleimage {
		display: flex;
		width: 90%;
		margin: 0px auto;
		background: #ffffff;
	}
}

a[href^="tel:"] {
	pointer-events: none;
}

@media screen and (max-width: 888px) {
	a[href^="tel:"] {
		pointer-events: all;
	}
}



/*---- 電話動作 -----*/

.btn_tel1 {
	pointer-events: none;
}

#modal_contents {
	display: none;
}

@media (max-width: 769px) {
.btn_tel1 {
	pointer-events:all;
}

#modal_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	width: 100%;
	height: 100%;
	cursor: pointer;
	visibility: visible;
	background: rgba(255,255,255,0.8);
}
#modal_overlay.active {
	display: block;
	opacity: 0.9;
}

#modal_contents {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	height: 30%;
    min-height: 200px;
	overflow: auto;
	z-index: 2000;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 3px solid #4041be;
	box-sizing: border-box;
}
#modal_contents .inner {
	text-align: center;
	background: #fff;
	padding: 5%;
	box-sizing: border-box;
}
#modal_contents .inner {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 100%;
	height: 100%;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#modal_contents .inner h2 {
	display: block;
	background: #fff;
	color: #000;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	font-size: calc(16/375*100vw);
	font-weight: bold;
}

#modal_contents .inner h2 small {
	font-size: calc(16/375*100vw);
}
#modal_contents .inner h2 strong {
    font-size: calc(32/375*100vw);
    color: #4041be;
    font-weight: bold;
}

.modal_contents_txt {
	font-size: 16px;
    display: block;
    margin-top: 15px;
}

.icon_phone {
	width: 30px;
	height: auto;
}

#modal_contents .inner h2 .txt-s {
	display: block;
	font-size: 1.4rem;
	line-height: 1em;
}
	#modal_contents .inner h2 .txt-s {
		font-size: 11px;
	}

#modal_contents.active {
	display: block;
}

.modal_btns {
	display: flex;
    flex-flow: row;
	justify-content: center;
	margin-top: 20px;
}

.btn_yes, .btn_no {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 20px;
    color: #fff;
    width: 40%;
    height: 40px;
    box-sizing: border-box;
	font-weight: bold;
}

.btn_yes {
    margin-right: 5%;
    background: #4041be;
    padding-left: 12px;
	font-size: 21px;
    color: #fff!important;
    text-decoration: none!important;
}

.btn_yes span{
	position: absolute;
    left: 5px;
    margin: 0 0px 2px 5px;
    width: 30px;
}

.btn_no {
	background: #fff;
    border: 2px solid #4041be;
	font-size: 20px;
    color: #4041be!important;
    text-decoration: none!important;
}
}