@charset "UTF-8";

/* @import url("../fonts/NotoSansJPvariable/NotoSansJPvariable.css"); */
@import url("../fonts/NotoSansJP/NotoSansJP.css");
/* @import url("../fonts/NotoSerifJP/NotoSerifJP.css"); */
/* @import url("../fonts/YakuHanGOTHIC/YakuHanGOTHIC.css"); */
@import url("../fonts/YakuHanGOTHICs/YakuHanGOTHICs.css");
/* 
@import url("../fonts/YakuHanMARUGO/YakuHanMARUGO.css");
@import url("../fonts/YakuHanMARUGOs/YakuHanMARUGOs.css");
@import url("../fonts/YakuHanMINCHO/YakuHanMINCHO.css");
@import url("../fonts/YakuHanMINCHOs/YakuHanMINCHOs.css");
 */
@import url("../fonts/FontAwesome/FontAwesome.css");
@import url("./normalize.css");
@import url("./general.css");

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	/* center in winIE */
	color: #1a1a1a;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

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

img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}

*+html body img {
	vertical-align: middle !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 1em;
}

ul.note li::before {
	content: "※";
	margin: 0 0 0 -1em;
}

dl dd.note span {
	margin: 0 0 0 -1em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.underline {
	text-decoration: underline;
}

/*
.large {
	font-size: 1.286em;
}

.small {
	font-size: 0.5em;
}
*/

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}

.atmark::before {
	content: "@";
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	.sp,
	.spimage,
	/* img[src*="_sp."], */
	.hidden {
		display: none !important;
	}

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

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	/* img[src*="_pc."], */
	.hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #2981b8;
	text-decoration: underline;
}

a:visited {
	color: #30140e;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #009999;
	text-decoration: none;
}

a:link,
a:visited {
	opacity: 1.0;
	transition: all 0.5s;
}

a:hover,
a:active {
	opacity: 0.6;
}



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

p a[rel^="noopener"] {
	text-decoration: none;
}

p a[rel^="noopener"]::before {
	content: "\f00e";
	font-family: "FontAwesomeSolid";
	margin: 0 0.5em 0 0;
	font-size: 1.333em;
	text-decoration: none;
}





/* ▼アイコン */
/* ----------------------------------------------------- */
.icon {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.icon li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;
}

.icon li::before {
	display: inline-block;
	width: 1em;
	margin: 0 0.75em 0 -1.75em;
	font-family: "FontAwesome";
	font-size: 1.143em;
	color: #979797;
	text-align: center !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.section,
footer {
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}

div.section {
	padding: 3em 0;
	padding: 0;
}

div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

footer::after,
div.section::after,
div.container::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.container {
		width: 100%;
		max-width: 750px;
	}
}

@media screen and (max-width: 766px) {
	div.container {
		width: 89.334%;
		width: 100%;
	}
}



div.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}



div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6,
div.section table th,
div.section strong,
div.section b {
	font-weight: 700;
	line-height: 1.75;
}

header ul li,
nav ul li,
div.section p,
div.section dl,
div.section ul li,
div.section ol li,
div.section table td,
div.section figure,
footer p,
footer ul li,
footer address {
	font-weight: 400;
	line-height: 2;
}

div.section p,
div.section ul,
div.section ol,
div.section dl,
div.section table,
div.section figure {
	margin: 1.5em 0;
}

div.section ol li {
	margin-left: 1.2em;
}

div.section p.btn {
	text-align: center;
}

div.section p.btn a {
	display: inline-block;
	padding: 1em 1.5em;
	color: #ffffff;
	text-decoration: none;
	background: #333333;
	border-radius: 2em;
}

div.section p.btn a::after {
	content: ">";
	margin: 0 0 0 1em;
}

div.section iframe {
	border: 0 none;
}

div.section div.googlemap {
	position: relative;
	padding: 58.334% 0 0 0;
}

div.section div.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual {
	background: #f7f7f7 url(../img/keyvisual.png) repeat-x center top;
}

div#keyvisual p {
	display: none;
}



@media screen and (min-width: 767px) {
	div#keyvisual div.container {
		max-width: 1080px;
	}
	div#keyvisual h1 {
		background: url(../img/keyvisual_pc.jpg) no-repeat center bottom;
	}
}

@media screen and (max-width: 766px) {
	div#keyvisual {
		background-size: auto 100%;
	}
	div#keyvisual h1 {
		background: url(../img/keyvisual_sp.jpg) no-repeat center bottom;
		background-size: 100% auto;
	}
}





/* ▼mainvisual */
/* ----------------------------------------------------- */
div.mainvisual {
	background: #f7f7f7 url(../img/mainvisual.png) repeat-x center top;
}

div.mainvisual p {
	display: none;
}



@media screen and (min-width: 767px) {
	div.mainvisual div.container {
		max-width: 1080px;
	}
	div.mainvisual h2 {
		background: url(../img/mainvisual_pc.jpg) no-repeat center bottom;
	}
}

@media screen and (max-width: 766px) {
	div.mainvisual h2 {
		background: url(../img/mainvisual_sp.jpg) no-repeat center bottom;
		background-size: 100% auto;
	}
}





/* ▼apology */
/* ----------------------------------------------------- */
div.apology {
	background: #f7f7f7;
}

div.apology div.wrap {
	padding: 3rem 0;
}

div.apology h2 {
	font-weight: 300;
	color: #0fddf2;
	text-align: center;
}

div.apology h2 span {
	display: inline-block;
	padding: 0 1em;
	background: #333333;
}

div.apology h2 span + span {
	margin: 1em 0;
}

div.apology div.text {
	background: rgba(255, 255, 255, 0.7);
}

div.apology div.text p {
	margin: 0;
}

div.apology div.text p + p {
	margin-top: 2em;
}

div.apology div.text p strong {
	background: #7bf9ff;
}



@media screen and (min-width: 767px) {
	div.apology div.container {
		max-width: 1080px;
		background: #eaeaea url(../img/apology_pc.jpg) no-repeat center bottom;
	}
	div.apology div.wrap {
		width: 88.889%;
	}
	div.apology h2 {
		font-size: 1.5rem;
	}
	div.apology div.text {
		padding: 2rem;
	}
	div.apology div.text p {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div.apology div.container {
		background: #eaeaea url(../img/apology_sp.jpg) no-repeat center bottom;
		background-size: 100% auto;
	}
	div.apology h2 {
		font-size: 1.6rem;
	}
	div.apology div.text {
		padding: 1.25rem;
	}
	div.apology div.text p {
		font-size: 1.2rem;
	}
}





/* ▼offer */
/* ----------------------------------------------------- */
div.offer {
	position: relative;
	z-index: 101;
	background: #ffffff;
}

div.offer div.prehead {
	padding: 0.5em 0;
	background: #333333;
}

div.offer div.prehead p {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 300;
	color: #0fddf2;
}

div.offer div.wrap {
	width: 82.895%;
	padding: 2rem 0;
}

div.offer h2 {
	font-size: 2.4rem;
	font-weight: 300;
	text-align: center;
}

div.offer h2 span {
	padding: 0 0 0.3em 0;
	border-bottom: 1px solid #333333;
}

div.offer ol {
	margin: 3rem 0 0 0;
}

div.offer ol li {
	list-style-type: none;
	margin: 1.5rem 0 0 0;
	text-align: center;
}

div.offer ol li img {
	background: url(../img/benefit_bg.svg) no-repeat center center;
	background-size: 100% auto;
}

div.offer ol + p.alignCenter {
	position: relative;
	padding: 0.75em 0 0.5em 0;
	font-size: 1.25rem;
}

div.offer ol + p.alignCenter strong {
	text-decoration: underline;
}

div.offer ol + p.alignCenter::before {
	content: "＼";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2em;
}

div.offer ol + p.alignCenter::after {
	content: "／";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2em;
}



@media screen and (max-width: 766px) {
	div.offer p.alignCenter + p.alignCenter {
		padding: 0 2.5rem;
	}
}





/* ▼concept */
/* ----------------------------------------------------- */
div#concept {
	background: #f7f7f7;
}

div#concept div.container {
	background: url(../img/concept_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

div#concept div.wrap {
	padding: 9.5rem 0 3rem 0;
}

div#concept h2 {
	font-size: 2.4rem;
	font-weight: 300;
}

div#concept p {
	margin: 3rem 0;
}

div#concept figure img {
	background: url(../img/concept.png) no-repeat center center;
	background-size: 100% auto;
}



@media screen and (min-width: 767px) {
	div#concept p {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#concept p {
		font-size: 1.2rem;
	}
}





/* ▼survey */
/* ----------------------------------------------------- */
div#survey {
	background: #ffffff;
}

div#survey div.container {
	background-image: url(../img/survey_top.jpg),
					  url(../img/survey_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto;
}

div#survey div.wrap {
	padding: 6.5rem 0 20rem 0;
}

div#survey h2 {
	font-size: 2.5rem;
	font-weight: 300;
}

div#survey h2 + p {
	margin-bottom: 8rem;
}

div#survey div.survey {
	margin-top: 3rem;
	padding: 3rem 0;
	background: #f4f4f4;
	background: rgba(244, 244, 244, 0.8);
}

div#survey div.survey h3 {
	font-size: 1.8rem;
	font-weight: 300;
	color: #0fddf2;
}

div#survey div.survey h3 span {
	display: inline-block;
	padding: 0 1em;
	background: #333333;
}

div#survey div.survey h3 span + span {
	margin: 1em 0;
}

div#survey div.survey p {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	margin-bottom: 0;
}

div#survey div.survey figure {
	margin: 1rem 0.5rem;
}



@media screen and (min-width: 767px) {
	div#survey p {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#survey p {
		font-size: 1.2rem;
	}
}





/* ▼solution */
/* ----------------------------------------------------- */
div#solution {
	background: #eeeeee;
}

div#solution div.container {
	background: #ffffff;
}

div#solution div.container > p {
	margin: 0;
}

div#solution div.container > p img {
	background: url(../img/solution.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

div#solution div.wrap {
	padding: 4rem 0 0 0;
}

div#solution h2 {
	font-size: 2.5rem;
	font-weight: 300;
	text-align: center;
}

div#solution h2 span {
	margin: 0 0.3em;
	padding: 0 1em;
	font-size: 2rem;
	color: #0fddf2;
	background: #333333;
}

div#solution h2 strong {
	font-weight: 300;
	background: #0fddf2;
}

div#solution h2 strong i {
	margin: 0 0.2em;
	font-size: 2.8rem;
	font-style: normal;
}

div#solution h2 strong sup {
	top: 1.2em;
}

div#solution p {
	margin-bottom: 0;
	text-align: center;
}

div#solution p.alignRight {
	margin: 0;
	font-size: 0.7rem;
	text-align: right;
}



@media screen and (min-width: 767px) {
	div#solution p {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#solution p {
		font-size: 1.2rem;
	}
}





/* ▼timesaving */
/* ----------------------------------------------------- */
div#timesaving {
	background: #eeeeee;
}

div#timesaving div.wrap {
	padding: 0 0 1.5em 0;
}

div#timesaving h2 {
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
}

div#timesaving h2 strong {
	padding: 0 0.5em;
	font-size: 1.6rem;
	background: #0fddf2;
}

div#timesaving ul {
	padding: 0.7em 2.875rem;
	background: #ffffff;
}

div#timesaving ul li {
	list-style-type: none;
	font-size: 1.6rem;
}



@media screen and (min-width: 767px) {
	div#timesaving p {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#timesaving p {
		font-size: 1.2rem;
	}
}




/* ▼prevention */
/* ----------------------------------------------------- */
div#prevention {
	background: #eeeeee;
}

div#prevention div.container {
	background: url(../img/prevention.jpg) no-repeat center top;
	background-size: 100% auto;
}

div#prevention div.wrap {
	padding: 12.5rem 0 4rem 0;
}

div#prevention h2 {
	font-size: 2.5rem;
	font-weight: 300;
	text-align: center;
}

div#prevention h2 span {
	margin: 0 0.3em;
	padding: 0 1em;
	color: #0fddf2;
	background: #333333;
}

div#prevention div.text {
	margin: 2em 0 0 0;
	padding: 0.5em 1.5em;
	background: #ffffff;
}

div#prevention div.text p {
	text-align: center;
}




@media screen and (min-width: 767px) {
	div#prevention div.text p {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#prevention div.text p {
		font-size: 1.2rem;
	}
}





/* ▼point */
/* ----------------------------------------------------- */
div#point {
	background: #f9f9f9;
}

div#point h2 img {
	background: url(../img/point.jpg) no-repeat center top;
	background-size: 100% auto;
}

div#point ol {
	display: none;
}





/* ▼function */
/* ----------------------------------------------------- */
div#function div.wrap {
	padding: 4rem 0 2rem 0;
}

div#function h2 {
	font-size: 1.8rem;
	font-weight: 300;
	text-align: center;
}

div#function h3 {
	margin: 0 0 1em 0;
	font-size: 2.5rem;
	font-weight: 300;
	text-align: center;
}

div#function ul {
	width: 76.120%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

div#function ul li {
	list-style-type: none;
	width: 33.333%;
	width: calc( 100% / 3 );
	margin: 0 0 2em 0;
	line-height: 1.417;
	text-align: center;
}

div#function ul li img {
	width: 70.589%;
	margin: 0 0 1em 0;
	background: #f4f4f4;
	border-radius: 50%;
}

div#function p {
	text-align: center;
}



@media screen and (min-width: 767px) {
	div#function ul li {
		font-size: 0.9rem;
	}
	div#function p {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 766px) {
	div#function ul li {
		font-size: 1.2rem;
	}
	div#function p {
		font-size: 1rem;
	}
}





/* ▼situation */
/* ----------------------------------------------------- */
div#situation {
	background: #ffffff;
}

div#situation h2 img {
	background: url(../img/situation.jpg) no-repeat center center;
	background-size: 100% auto;
}

div#situation ul {
	display: none;
}





/* ▼faq */
/* ----------------------------------------------------- */
div#faq {
	background: #ffffff;
}

div#faq div.wrap {
	padding: 4rem 0;
}

div#faq h2 {
	font-size: 2.5rem;
	font-weight: 300;
	text-align: center;
}

div#faq div.faq {
	margin: 1.5em 0;
	border-bottom: 1px solid #cccccc;
}

div#faq div.faq div.question,
div#faq div.faq div.answer {
	position: relative;
	min-height: 2.5rem;
	padding: 0.4em 0 1px 4rem;
	box-sizing: border-box;
}

div#faq div.faq div.answer {
	margin-top: 1.5rem;
}

div#faq div.faq div.question::before,
div#faq div.faq div.answer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	border-radius: 50%;
}

div#faq div.faq div.question::before {
	background-color: #0fddf2;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20d%3D%22M38.1%2C33.8c0%2C1-0.8%2C1.8-1.8%2C1.8c-1%2C0-1.8-0.8-1.8-1.8c0-1%2C0.8-1.8%2C1.8-1.8C37.3%2C31.9%2C38.1%2C32.8%2C38.1%2C33.8z%22%2F%3E%3Cpath%20d%3D%22M32.9%2C23.2c0%2C4.3-1.7%2C8.1-4.3%2C10.3l1.5%2C2.4L28.3%2C37l-1.4-2.3c-1.1%2C0.6-2.4%2C0.9-3.6%2C0.9c-4.3%2C0-6.9-3.1-6.9-7.9c0-6.9%2C4.2-12.3%2C9.7-12.3C30.3%2C15.3%2C32.9%2C18.4%2C32.9%2C23.2z%20M30.8%2C23.6c0-3.8-1.8-6.3-5.1-6.3c-3.9%2C0-7.2%2C4.4-7.2%2C10c0%2C3.8%2C1.8%2C6.3%2C5.1%2C6.3c0.8%2C0%2C1.6-0.2%2C2.3-0.5l-1.5-2.4l1.8-1.1l1.4%2C2.3C29.5%2C30%2C30.8%2C27%2C30.8%2C23.6z%22%2F%3E%3C%2Fsvg%3E');
}

div#faq div.faq div.answer::before {
	background-color: #333333;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20d%3D%22M37.8%2C33.8c0%2C1-0.8%2C1.8-1.8%2C1.8c-1%2C0-1.8-0.8-1.8-1.8c0-1%2C0.8-1.8%2C1.8-1.8C36.9%2C31.9%2C37.8%2C32.8%2C37.8%2C33.8z%22%2F%3E%3Cpath%20d%3D%22M30.9%2C35.2h-2.2l-0.8-5h-8l-2.5%2C5H15l10.2-19.6h2.4L30.9%2C35.2z%20M27.6%2C28.3l-1-6.4c-0.2-1.3-0.4-3.1-0.5-3.9c-0.3%2C0.8-1.2%2C2.5-1.9%2C3.9l-3.3%2C6.4H27.6z%22%2F%3E%3C%2Fsvg%3E');
}

div#faq div.faq h3 {
	font-weight: 400;
}

div#faq div.faq div.answer p,
div#faq div.faq div.answer ul,
div#faq div.faq div.answer ol,
div#faq div.faq div.answer dl,
div#faq div.faq div.answer table,
div#faq div.faq div.answer figure {
	margin-top: 0;
}



@media screen and (min-width: 767px) {
	div#faq div.faq h3,
	div#faq div.faq p,
	div#faq div.faq ul li,
	div#faq div.faq ol li {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#faq div.faq h3,
	div#faq div.faq p {
		font-size: 1.2rem;
	}
}





/* ▼form */
/* ----------------------------------------------------- */
div#form {
	position: relative;
	z-index: 101;
	padding: 0;
	background: #ffffff;
}

div#form h2 {
	width: 96%;
	margin: 0 auto;
	padding: 0.5em 0.3em;
	font-size: 1.6rem;
	color: #ffffff;
	text-align: center;
	background: #333333;
	box-sizing: border-box;
}

div#form h3 {
	width: 96%;
	margin: 0 auto;
	padding: 1.25rem 0;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
	border-left: 0.1rem solid #333333;
	border-right: 0.1rem solid #333333;
	background: #ffffff;
	box-sizing: border-box;
}

div#form form,
div#form div#thanks {
	width: 96%;
	margin: 0 auto;
	padding: 1.25rem;
	border: 0.1rem solid #333333;
	border-top: 0 none;
	background: #ffffff;
	box-sizing: border-box;
}

div#form form p,
div#form div#thanks p {
	font-size: 1.2rem;
}

div#form form dl {
	margin: 0;
}

div#form form > dl > dt {
	font-size: 1.6rem;
	font-weight: 700;
}

div#form form > dl > dt span {
	margin: 0 0 0 0.5em;
	padding: 0.1em 0.5em;
	font-size: 1.2rem;
	color: #ffffff;
	background: #808080;
}

div#form form > dl > dt span.required {
	background: #b60000;
}

div#form form > dl > dt span + span {
	display: none;
}

div#form form > dl > dd + dt {
	margin: 1.5em 0 0 0;
}

div#form form > dl > dd {
	margin: 0.8em 0 0 0;
	font-size: 1.2rem;
}

div#form form > dl > dd.note {
	font-size: 1rem;
}

div#form form > dl > dd .year {
	width: 6em;
	margin-right: 0.5em;
	box-sizing: border-box;
}

div#form form > dl > dd .month {
	width: 4em;
	margin-right: 0.5em;
	box-sizing: border-box;
}

div#form form > dl > dd .day {
	width: 4em;
	margin-right: 0.5em;
	box-sizing: border-box;
}

div#form form > dl > dd dl,
div#form form > dl > dd ul {
	padding: 0 0 0 0.5em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

div#form form > dl > dd ul {
	margin: 0;
}

div#form form > dl > dd dl + dl {
	margin-top: 1em;
}

div#form form > dl > dd dl dt {
	margin: 0;
}

div#form form > dl > dd dl dd,
div#form form > dl > dd ul li {
	margin: 0;
}

div#form form > dl > dd ul li {
	list-style-type: none;
}

div#form form > dl > dd dl dd input[type="radio"],
div#form form > dl > dd ul li input[type="radio"],
div#form form > dl > dd dl dd input[type="checkbox"],
div#form form > dl > dd ul li input[type="checkbox"] {
	/* display: none; */
	opacity: 0;
	margin: 0;
}

div#form form > dl > dd dl dd input[type="radio"] + label,
div#form form > dl > dd ul li input[type="radio"] + label,
div#form form > dl > dd dl dd input[type="checkbox"] + label,
div#form form > dl > dd ul li input[type="checkbox"] + label {
	position:relative;
	display: inline-block;
	margin: 0 1em 0 -1em;
	padding: 0.1rem 0.3rem 0.1rem 2rem;
	font-size: 1.4rem;
}

div#form form > dl > dd dl dd input[type="radio"] + label:before,
div#form form > dl > dd ul li input[type="radio"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1em 0 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form > dl > dd dl dd input[type="radio"]:checked + label::after,
div#form form > dl > dd ul li input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.65rem;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.1em 0 0 0;
	background: #000000;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form > dl > dd dl dd input[type="checkbox"] + label:before,
div#form form > dl > dd ul li input[type="checkbox"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1em 0 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 0.3rem;
	transform: translate(0,-50%);
}

div#form form > dl > dd dl dd input[type="checkbox"]:checked + label::after,
div#form form > dl > dd ul li input[type="checkbox"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.65rem;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.1em 0 0 0;
	background: #000000;
	transform: translate(0,-50%);
}

div#form form > p button,
div#form div#thanks > p button {
	padding: 0.2em 1.5em 0.3em 1.5em;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 300;
	background: #333333;
	border-radius: 2em;
}

div#form form > p button#form_submit,
div#form div#thanks > p button#form_submit {
	background: #b60000;
	background: #333333;
}

div#form form > p button#form_submit::after,
div#form div#thanks > p button#form_submit::after {
	content: ">";
	margin: 0 0 0 1em;
}

div#form form > p button#return::before,
div#form div#thanks > p button#return::before {
	content: "<";
	margin: 0 1em 0 0;
}

div#form form > p button#return + button#form_submit,
div#form div#thanks > p button#return + button#form_submit {
	margin-top: 1.5em;
}

div#form form div#privacy {
	height: 20em;
	overflow: hidden;
	overflow-y: scroll;
	margin: 2em 0;
	padding: 0.5em;
	border: 1px solid #cccccc;
	background: #ffffff;
}

div#form form div#privacy h3 {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 1.4rem;
	text-align: center;
	border-left: 0 none;
	border-right: 0 none;
}

div#form form div#privacy h4 {
	margin: 1em 0 0 0;
	font-size: 1.2rem;
}

div#form form div#privacy p,
div#form form div#privacy ul li,
div#form form div#privacy ol li {
	margin: 0;
	font-size: 1rem;
	text-align: left;
}

div#form form div#privacy ul li {
	margin-left: 1.5em;
}

div#form form div#privacy ol li {
	margin-left: 1.2em;
}



.formError.inline {
	margin-top: 0.3em !important;
}



@media screen and (min-width: 767px) {
/*
	div#form form > p button,
	div#form div#thanks > p.btn button {
		padding: 0.5em 1em;
	}
*/
}

@media screen and (max-width: 766px) {
/*
	div#form form > p button,
	div#form div#thanks > p.btn button {
		padding: 1em 1.5em;
	}
*/
	div#form form > dl > dd dl dt,
	div#form form > dl > dd dl dd {
		font-size: 1.1rem;
	}
}





/* ▼form */
/* ----------------------------------------------------- */
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea,
form select {
	width: 100%;
	padding: 0.2em 0.5em;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 rgba(0,0,0,0.0) inset;
	box-sizing: border-box;
}

form textarea {
	height: 11.532em;
}

form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 0.3em;
}

form input.required,
form input.error,
form label.required,
form textarea.required,
form select.required {
	background: rgb(255, 221, 221);
}

form label.error {
	color: rgb(150, 0, 0);
}

form label {
	padding: 0 0.3em;
}

form label + label {
	margin-left: 1em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	background: #ffffff;
}

::-webkit-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

:-ms-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

::-moz-placeholder {
	color: #bbbbbb;
	color: #808080;
}

form input[disabled],
form textarea[disabled] {
	color: #333333;
	background-color: #ebebe4 !important;
	background-color: rgba(235, 235, 228, 1) !important;
	opacity: 1;
}

form p,
div#thanks p {
	text-align: center;
}

form button,
div#thanks button {
	padding: 0;
	border: 0;
	background: transparent;
}

/*
form button img {
	background: transparent;
	border-radius: 8.359% / 50%;
	box-shadow:0px 5px 7px 1px rgba(0,0,0,0.25);
}
*/

form button[disabled] {
	cursor: not-allowed;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* For IE 8 */
}

form dl dd p {
	text-align: left;
}

.formError .formErrorContent {
	box-sizing: border-box;
}

.ui-datepicker {
	width: auto;
	min-width: 20em;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1.4rem !important;
}

.ui-datepicker table {
	font-size: 1.2rem !important;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	background: #ffffff;
}

footer a {
	color: #000000 !important;
	text-decoration: none !important;
}

footer div.container {
	padding: 1em 0 2em 0;
	text-align: center;
}

footer figure {
	margin: 2.5em 0;
}

footer table {
	width: 100%;
	margin: 1.5em 0 0 0;
}

footer table caption {
	padding: 0 0 1em 0;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}

footer table th {
	padding: 0.5em 1em;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

footer table td {
	padding: 0.5em 0;
	font-size: 1.2rem;
	text-align: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

footer p {
	margin: 1.5em 0 0 0;
	font-size: xx-small;
}

footer address {
	margin: 2em 0 0 0;
	padding: 0.5em 0;
	color: #ffffff;
	font-style: normal;
	background: #000000;
}



@media screen and (max-width: 766px) {
	footer {
		padding: 0 0 4.5rem 0;
	}
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 100;
	right: 0;
}

div#pagetop p {
	margin: 0;
	padding: 0;
}

div#pagetop p a {
	display: block;
	width: 3em;
	height: 4.5em;
	padding: 1.75em 1em;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

div#pagetop p a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M8.8%2C4.7c0.7-0.7%2C1.7-0.7%2C2.4%2C0l8.3%2C8.3c0.7%2C0.7%2C0.7%2C1.7%2C0%2C2.4s-1.7%2C0.7-2.4%2C0L10%2C8.2l-7.2%2C7.1c-0.7%2C0.7-1.7%2C0.7-2.4%2C0s-0.7-1.7%2C0-2.4L8.8%2C4.7L8.8%2C4.7z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}

div#pagetop a span {
	display: none;
}

div#pagetop a img {
	width: auto;
	max-width: 100%;
}



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

}

@media screen and (max-width: 766px) {
	div#pagetop {
		width: 12%;
		bottom: -1em;
	}
}





/* ▼banner */
/* ----------------------------------------------------- */
div#banner {
	position: fixed;
	z-index: 100;
	/* position: sticky; */
	/* margin: 0 1em 0 auto; */
}

div#banner p {
	margin: 0;
	padding: 0;
}

div#banner p a {
	display: block;
}



@media screen and (min-width: 767px) {
	div#banner {
		top: 50%;
		right: 0;
		width: 60px;
		transform: translate(0, -50%);
	}
	div#banner p a {
		position: relative;
	}
	div#banner p a::before {
		content: "";
		position: absolute;
		top: -25px;
		right: 0;
		width: 60px;
		height: 45px;
		background: url(../img/banner_pc.png) no-repeat center center;
		background-size: 100% auto;
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		bottom: 0;
		left: 50%;
		width: 100%;
		max-width: 750px;
		background: #0fddf2;
		transform: translate(-50%, 0);
	}
}





/* ▼contact */
/* ----------------------------------------------------- */
body#contact section#contents h3,
body#confirm section#contents h3,
body#complete section#contents h3,
body#error section#contents h3 {
	text-align: center;
	font-weight: 900;
	line-height: 1.3;
}

body#contact section#contents div.container > p,
body#confirm section#contents div.container > p,
body#complete section#contents div.container > p,
body#error section#contents div.container > p {
	text-align: center;
}

body#contact section#contents div.container > figure,
body#confirm section#contents div.container > figure,
body#complete section#contents div.container > figure,
body#error section#contents div.container > figure {
	text-align: center;
}

body#contact section#contents div#tel {
	margin: 4em 0 0 0;
	border: 1px solid #1a1a1a;
}

body#contact section#contents div#tel a {
	display: block;
	padding: 1em;
	color: #1a1a1a;
	text-decoration: none;
}

body#contact section#contents div#tel a h3 {
	margin: 1em 0 0 0;
}

body#contact section#contents div#tel a h3 +p {
	margin: 0.5em 0;
}

body#contact section#contents div#tel a p +p {
	margin-top: 0;
}

body#contact section#contents div#tel a p {
	text-align: center;
}

body#contact section#contents div#tel a p em {
	font-weight: 700;
}