@charset "UTF-8";

@import url("./font.css");
@import url("./normalize.css");
@import url("./general.css");

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


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "Noto Sans CJK 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: 768px) {
	html {
		font-size: 20px;
	}
}

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

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "Noto Sans CJK 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;
}

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

img {
	width: 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 2em;
}

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

.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: 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: 1.75;
}

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 iframe {
	border: 0 none;
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual p,
div#keyvisual dl {
	display: none;
}

div#keyvisual figure {
	margin: 0;
}

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

@media screen and (max-width: 766px) {
	div#keyvisual {
		background-image: url(../img/keyvisual_bg_sp.svg),
						  url(../img/keyvisual_bg_sp.png),
						  url(../img/keyvisual_bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
	}
	div#keyvisual figure img {
		background: url(../img/keyvisual_voice_sp.png) no-repeat center center;
		background-size: 100%;
	}
}





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

div.cta div.container {
	position: relative;
	overflow: visible;
	padding: 2em 0;
}

div.cta h2,
div.cta p {
	position: relative;
	z-index: 2;
	text-align: center;
}

div.cta p {
	margin: 1.5em 0 0 0;
}

div.cta p img{
	filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.4));
}

div.cta figure {
	position: absolute;
	top: -1.5rem;
	margin: 0;
}

div.cta figure img {
	object-fit: cover;
}

@media screen and (min-width: 767px) {
	div.cta div.container {
		max-width: 1080px;
	}
	div.cta figure {
		left: 0;
		width: 14.65rem;
		height: 20rem;
	}
}

@media screen and (max-width: 766px) {
	div.cta figure {
		left: -3rem;
		width: 15rem;
		height: 20.5rem;
	}
}





/* ▼however */
/* ----------------------------------------------------- */
div#however {
	background: #e5edf9;
}

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

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

div#however p {
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
}

div#however p strong {
	text-decoration: underline;
}





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

div#failure div.container {
	padding: 7.5rem 0 0 0;
	background-color: #dcd5ce;
	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%22750px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20750%20100%22%3E%3Cpolygon%20points%3D%22375%2C100%200%2C0%20750%2C0%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

div#failure div.wrap {
	width: 96%;
}

div#failure ul {
	padding: 1.2rem;
	list-style-type: none;
	border: 0.1rem solid #ffffff;
	border-radius: 0.5em;
}

div#failure ul li {
	padding: 0 0 0 2rem;
	font-size: 1.2rem;
	font-weight: 700;
}

div#failure ul li + li {
	margin-top: 1.2rem;
}

div#failure ul li::before {
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.2rem;
	margin: 0 0.6rem 0 -2rem;
	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%23db3569%22%20width%3D%2228px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2028%2024%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M9.5%2C23.6l-9.1-8.7c-0.5-0.5-0.5-1.4%2C0-1.9l2-1.9c0.5-0.5%2C1.4-0.5%2C2%2C0l6.1%2C5.9L23.6%2C4.4c0.5-0.5%2C1.4-0.5%2C2%2C0l2%2C1.9c0.5%2C0.5%2C0.5%2C1.4%2C0%2C1.9L11.5%2C23.6C10.9%2C24.1%2C10.1%2C24.1%2C9.5%2C23.6L9.5%2C23.6z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

div#failure p {
	margin: 2em 0;
}

div#failure figure {
	margin: 0;
}





/* ▼benefit */
/* ----------------------------------------------------- */
div#benefit {
	background: #dcd5ce;
}

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

div#benefit ul {
	margin: 0 auto;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}

div#benefit ul li {
	width: 46.667%;
	margin: 1em 0 0 0;
}

div#benefit p {
	margin: 2em 0;
}





/* ▼profile */
/* ----------------------------------------------------- */
div#profile {
	background: #70675b;
}

div#profile div.container {
	background: #dcd5ce;
}

div#profile h3 {
	margin: 2em 0 0 0;
	padding: 0.95rem 0;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	background: #000000;
}

div#profile h4 {
	font-size: 1.6rem;
}

div#profile figure#movie {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0;
	padding-top: 56.25%;
}

div#profile figure#movie iframe,
div#profile figure#movie lite-youtube {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

div#profile p {
	font-size: 1.2rem;
	line-height: 2;
}

div#profile p img.floatRight {
	width: 50%;
	margin: 0.5em 0 0 1em;
}

div#profile p img.floatLeft {
	width: 50%;
	margin: 0.5em 1em 0 0;
}

div#profile div.container > figure {
	margin: 0;
}





/* ▼reason */
/* ----------------------------------------------------- */
div#reason {
	background: #e5edf9;
}

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

div#reason div.reason {
	position: relative;
	width: 96%;
	margin: 3rem auto;
	padding: 0 0 1px 0;
	background: #ffffff;
	border-radius: 0.5em;
	box-sizing: border-box;
	filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3));
}

div#reason div.reason h3 {
	position: absolute;
	top: -1.5rem;
	left: 50%;
	z-index: 2;
	width: 27.778%;
	transform: translate(-50%,0);
}

div#reason div.reason h4 {
	position: relative;
	margin: 0;
	text-align: center;
	background: #70675b;
	overflow: hidden;
	border-radius: 0.5em 0.5em 0 0;
}

div#reason div.reason p {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
}

div#reason div.reason figure {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	background: #70675b;
}

div#voice div.container {
	background: #dcd5ce;
}

div#voice h2 {
	background: url(../img/voice_headline.jpg) no-repeat center center;
	background-size: 100%;
	filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.75));
}

div#voice div#voice01.voice {
	background: url(../img/voice_01_bg.jpg) no-repeat center top;
	background-size: 100%;
}

div#voice div#voice02.voice {
	background: url(../img/voice_02_bg.jpg) no-repeat center top;
	background-size: 100%;
}

div#voice div#voice03.voice {
	background: url(../img/voice_03_bg.jpg) no-repeat center top;
	background-size: 100%;
}

div#voice div#voice04.voice {
	background: url(../img/voice_04_bg.jpg) no-repeat center top;
	background-size: 100%;
}

div#voice div#voice05.voice {
	background: url(../img/voice_05_bg.jpg) no-repeat center top;
	background-size: 100%;
}

div#voice div#voice06.voice {
	background: url(../img/voice_06_bg.jpg) no-repeat center top;
	background-size: 100%;
}

div#voice div.voice div.wrap {
	position: relative;
	width: 96%;
	margin: 0 auto 3rem auto;
	padding: 0 0 1px 0;
	background: #ffffff;
	border-radius: 0.5em;
	box-sizing: border-box;
	filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3));
}

div#voice div.voice h4 {
	position: relative;
	margin: 0;
	text-align: center;
	background: #444444;
	overflow: hidden;
	border-radius: 0.5em 0.5em 0 0;
}

div#voice div.voice p {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	font-size: 1.2rem;
	line-height: 2;
}





/* ▼service */
/* ----------------------------------------------------- */
div#service {
	background: #e5edf9;
}

div#service div.container {
	padding: 3em 0;
	background: #ffffff;
}

div#service div.container > ul {
	width: 85.334%;
	margin: 2em auto;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#service div.container > ul li {
	width: 43.75%;
	margin: 2em 0 0 0;
}

div#service div#consulting,
div#service div#line,
div#service div#seminar {
	position: relative;
	padding: 2.5rem 0;
}

div#service div#consulting h3,
div#service div#line h3,
div#service div#seminar h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.3));
}

div#service div#consulting ul,
div#service div#line ul {
	width: 89.334%;
	margin: 0 auto;
	padding: 5em 3em 1em 3em;
	border: 0.1rem solid #aeaeae;
	box-sizing: border-box;
}

div#service div#consulting ul li,
div#service div#line ul li {
	font-size: 1.4rem;
}

div#service div#seminar div.bodytext {
	width: 89.334%;
	margin: 0 auto;
	padding: 4em 0.65em 1em 0.65em;
	border: 0.1rem solid #aeaeae;
	box-sizing: border-box;
}

div#service div#seminar h4 {
	margin: 0 0 0.5em 0;
	font-size: 1.4rem;
	text-align: center;
}

div#service div#seminar h4::before,
div#service div#seminar dl dt::before {
	content: "【";
}

div#service div#seminar h4::after,
div#service div#seminar dl dt::after {
	content: "】";
}

div#service div#seminar dl {
	margin-top: 0;
	padding: 0.5em 0.5em 1em 0.5em;
	background: #f4f4f4;
}

div#service div#seminar dl dt,
div#service div#seminar dl dd {
	font-size: 1.1rem;
}

div#service div#seminar dl dd {
	padding: 0 0 0 1.5em;
}

div#service div#seminar dl dd::before {
	content: "◆";
	margin: 0 0 0 -1em;
}

div#service div#seminar div.voice {
	margin: 2.5em 0 0 0;
	padding: 1rem 1rem 0.1em 1rem;
	background: #f4f4f4;
}

div#service div#seminar div.voice h6 {
	position: relative;
}

div#service div#seminar div.voice h6::before {
	content: "";
	position: absolute;
	top: -2.5rem;
	left: -1.75rem;
	width: 13rem;
	height: 4.75rem;
	background: url(../img/service_seminar_voice.svg) no-repeat center center;
	background-size: 100% auto;
}

div#service div#seminar div.voice p {
	font-size: 1.2rem;
}

div#service table {
	width: 89.334%;
	margin: 0 auto;
}

div#service table th,
div#service table td {
	padding: 0.5em;
	font-size: 1.4rem;
	border: 0.1rem solid #aeaeae;
}

div#service table th[scope="col"] {
	font-size: 1.8rem;
	text-align: center;
	background: #e5e5e5;
}

div#service table td span {
	font-size: 1.2rem;
}




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

div#form div.container {
	position: relative;
	overflow: visible;
	padding: 3em 0;
}

div#form h2 {
	position: relative;
	z-index: 2;
	margin: 0 0 3em 0;
	line-height: 0;
	text-align: center;
}

div#form figure {
	position: absolute;
	z-index: 1;
	top: -1.5rem;
	margin: 0;
}

body#complete div#form figure,
body#confirm div#form figure,
body#error div#form figure {
	top: 0;
}

div#form figure img {
	object-fit: cover;
}

div#form form,
div#form div#thanks {
	position: relative;
	z-index: 2;
	width: 96%;
	margin: 0 auto;
	border: 0.1rem solid #000000;
	background: #ffffff;
	box-sizing: border-box;
}

div#form form h3,
div#form div#thanks h3 {
	padding: 0.3em;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	background: #70675b;
}

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

div#form form dl {
	margin: 0;
	padding: 1.25rem;
}

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

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 input#optin_postcode {
	width: 50%;
}

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;
}
 {
	font-size: 2em;
}

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,
div#form div#thanks > p {
	padding: 0 1.25rem;
}

div#form div#thanks > p:last-child {
	text-align: center;
}

div#form form > p button,
div#form div#thanks > p button {
	padding: 1em;
	padding: 1em 1em 1em 1.5em;
	color: #ffffff;
	background: #444444;
	border-radius: 2.5em;
}

div#form form > p button[type="submit"],
div#form div#thanks > p button[type="submit"] {
	background: #b60000;
	background: #cc2615;
}

div#form form > p button[type="submit"]::after,
div#form div#thanks > p button[type="submit"]::after {
	/*
	content: "\f105";
	font-family: "FontAwesome";
	*/
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin: 0 0 0 2em;
	vertical-align: middle;
	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%23f7f7f7%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C0C5.4%2C0%2C0%2C5.4%2C0%2C12c0%2C6.6%2C5.4%2C12%2C12%2C12s12-5.4%2C12-12C24%2C5.4%2C18.6%2C0%2C12%2C0z%20M8.6%2C18.5v-12l10%2C6L8.6%2C18.5z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#form form > p button#return::before,
div#form div#thanks > p button#return::before {
	/*
	content: "\f104";
	font-family: "FontAwesome";
	*/
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 2em 0 0;
	vertical-align: middle;
	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%23f7f7f7%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M0%2C12c0%2C6.6%2C5.4%2C12%2C12%2C12s12-5.4%2C12-12c0-6.6-5.4-12-12-12S0%2C5.4%2C0%2C12z%20M5.4%2C12.5l10-6v12L5.4%2C12.5z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

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

div#form form div#privacy h4 {
	padding: 0 0.5em;
	font-size: 1.2rem;
	color: #ffffff;
	background: #000000;
}

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

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 p {
	margin-top: 0.5em;
}

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 figure {
		left: -7rem;
		width: 14.65rem;
		height: 20rem;
	}
	div#form form > p button + button {
		margin: 0 0 0 1em;
	}
}

@media screen and (max-width: 766px) {
	div#form figure {
		left: -3rem;
		width: 15rem;
		height: 20.5rem;
	}
	div#form form > dl > dd dl dt,
	div#form form > dl > dd dl dd {
		font-size: 1.1rem;
	}
	div#form form > p button#return + button[type="submit"],
	div#form div#thanks > p button#return + button[type="submit"] {
		margin-top: 1.5em;
	}
}





/* ▼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 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;
	-moz-opacity: 1;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* For IE 8 */
}

form p,
div#thanks p.btn {
	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;
}





/* ▼testimonial */
/* ----------------------------------------------------- */
div.testimonial {
	background: #70675b;
}





/* ▼information */
/* ----------------------------------------------------- */
div#information {
	padding: 3em 0;
	background: #ffffff;
}

div#information figure {
	margin: 0;
	text-align: center;
}

div#information h2 {
	margin: 2em 0 1em 0;
	font-size: 1.8rem;
	text-align: center;
}

div#information table {
	width: 100%;
	margin: 2em 0;
}

div#information table th,
div#information table td {
	padding: 0.4em 1em 0.5em 1em;
	font-size: 1.2rem;
	border: 1px solid #757575;
}

div#information table th {
	background: #bcbcbc;
}

div#information div#privacy {
	height: 20rem;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0.5rem;
	border: 0.1rem solid #cbcbcb;
	box-sizing: border-box;
}

div#information div#privacy h3 {
	padding: 0 0.5em;
	font-size: 1.2rem;
	color: #ffffff;
	background: #000000;
}

div#information div#privacy h4 {
	margin: 2em 0 0 0;
}

div#information div#privacy p {
	margin-top: 0.5em;
}

div#information div#privacy h4,
div#information div#privacy p {
	font-size: 1rem;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 1rem 0 5.5rem 0;
	background: #70675b;
}

footer div.container {
	text-align: center;
}

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





/* ▼banner */
/* ----------------------------------------------------- */
div#banner {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 750px;
	background: #ffffff;
	transform: translate(-50%, 0);
}

div#banner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

div#banner ul li {
	width: 50%;
}