@charset "UTF-8";

@import url("../fonts/NotoSansJP/NotoSansJP.css");
@import url("../fonts/YakuHanGOTHICs/YakuHanGOTHICs.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 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: 3em 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;
	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: 1080px;
	}
	div.wrap {
		width: 100%;
	}
}

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



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

div.section p.note {
	margin-top: 0;
}





/* ▼header */
/* ----------------------------------------------------- */
header {
	position: sticky;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	box-sizing: border-box;
}

header div.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

header div.container::after {
	display: none;
}

div#header_bg {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
}



@media screen and (min-width: 767px) {
	header div.container {
		height: 4rem !important;
		overflow: hidden;
		align-items: flex-end;
	}
	header div.container p#logo {
		width: 8.5rem;
		padding: 1rem 0 0 0;
	}
	header div.container ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	header div.container ul li {
		list-style-type: none;
		margin: 0 0 0 2rem;
	}
	header div.container ul li:last-child {
		margin-left: 1.5rem;
	}
	header div.container p#menu {
		display: none;
	}
	div#header_bg {
		height: 5rem;
	}
}

@media screen and (max-width: 766px) {
	header div.container {
		height: 6.5rem !important;
		overflow: hidden;
		padding: 1.5rem 2rem 0 2rem;
		align-items: flex-start;
	}
	header div.container p#logo {
		width: 10rem;
	}
	header div.container ul {
		display: none;
	}
	header div.container p#menu {
		width: 4rem;
	}
	header div.container p#menu span {
		cursor: pointer;
	}
	div#header_bg {
		height: 6.5rem;
	}
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual {
	position: relative;
	z-index: 100;
	background-repeat: repeat-x;
	background-position: center top;
}

div#keyvisual h1 {
	background-repeat: no-repeat;
	background-position: center top;
}

div#keyvisual p {
	display: none;
}



@media screen and (min-width: 767px) {
	div#keyvisual {
		margin-top: -4rem;
		padding-top: 4rem;
		background-image: url(../img/header_bg_pc.jpg);
	}
	body#home div#keyvisual {
		background-image: url(../img/keyvisual_bg_pc.jpg);
	}
	body#home div#keyvisual h1 {
		background-image: url(../img/keyvisual_pc.png);
	}
}

@media screen and (max-width: 766px) {
	div#keyvisual {
		margin-top: -6.5rem;
		padding-top: 6.5rem;
		background-image: url(../img/header_bg_sp.jpg);
		background-size: 100% auto;
	}
	body#home div#keyvisual {
		background-image: url(../img/keyvisual_bg_sp.jpg);
	}
	body#home div#keyvisual h1 {
		background-image: url(../img/keyvisual_sp.png);
		background-size: 100% auto;
	}
}





/* ▼slidemenu */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	div#slidemenu {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	div#slidemenu {
		display: none;
		position: fixed;
		z-index: 9999;
		top: 6.5rem;
		right: 0;
		/* bottom: 50%; */
		left: 0;
		overflow: hidden;
		padding: 0;
		background-color: #ffffff;
		background: rgba(255, 255, 255, 0.9);
	}
	div#slidemenu div.wrap {
		width: 100%;
		height: 100%;
		padding: 0 0 2em 0;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
	}
	div#slidemenu div.wrap ul {
		margin: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		border: 0.1rem solid #000000;
		border-bottom: 0 none;
	}
	div#slidemenu div.wrap ul li {
		list-style-type: none;
		width: 50%;
		border: 0.1rem solid #000000;
		box-sizing: border-box;
	}
	div#slidemenu div.wrap ul li:last-child {
		width: 100%;
		border: 0 none;
		border-top: 0.1rem solid #000000;
	}
	div#slidemenu div.wrap ul li a {
		display: block;
		padding: 0.6em 0.5em;
		font-size: 1.2rem;
		text-align: center;
	}
	div#slidemenu div.wrap ul li:last-child a {
		margin: 1em 0;
		padding: 0;
	}
}





/* ▼about */
/* ----------------------------------------------------- */
div#about {
	background-color: #b6cbff;
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#about h2 {
	text-align: center;
}

div#about h3 {
	text-align: center;
	margin: 1rem 0 2.5rem 0;
}

div#about h3 span {
	background: linear-gradient( transparent 60%, #ffffff 60% );
}

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

div#about figure {
	margin: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}



@media screen and (min-width: 767px) {
	div#about {
		background-image: url(../img/about_bg_pc.jpg);
	}
	div#about h3 {
		font-size: 1.6rem;
	}
	div#about h3 span {
		padding: 0 0.5em;
	}
	div#about p {
		font-size: 1rem;
	}
	div#about figure {
		background-image: url(../img/about_mission_pc.jpg);
	}
}

@media screen and (max-width: 766px) {
	div#about {
		background-image: url(../img/about_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#about h3 {
		font-size: 1.7rem;
	}
	div#about h3 span {
		padding: 0 0.25em;
	}
	div#about p {
		font-size: 1.2rem;
	}
	div#about figure {
		background-image: url(../img/about_mission_sp.jpg);
		background-size: 100% auto;
	}
}





/* ▼requirement */
/* ----------------------------------------------------- */
div#requirement {
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-position: center top;
}

div#requirement h2 {
	text-align: center;
}

div#requirement h3 {
	margin: 2rem 0 3rem 0;
	text-align: center;
}

div#requirement h4 {
	margin: 3rem 0;
	text-align: center;
}

div#requirement h4 span {
	padding: 0.2rem 0 0.4rem 0;
	color: #ffffff;
	background: linear-gradient( to right, #ff01a5, #00b4ff );
}

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

div#requirement ul {
	margin: 1rem 0;
}

div#requirement ul li {
	list-style-type: none;
	margin: 2rem 0;
	text-align: center;
}

div#requirement ul li span {
	padding: 0.2rem 0.5rem 0.4rem 0.5rem;
	color: #ff01a5;
	background: #ffffff;
}

div#requirement ul + p {
	font-weight: 700;
}

div#requirement div#requirements {
	position: relative;
	margin: 3rem 0 0 0;
	padding: 1.9rem;
	box-sizing: border-box;
}

div#requirement div#requirements::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient( to right, #ff01a5, #00b4ff );
	border-radius: 0.5rem;
}

div#requirement div#requirements::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0.1rem;
	left: 0.1rem;
	right: 0.1rem;
	bottom: 0.1rem;
	background-color: #ffffff;
	background-image: url(../img/requirement_bg.svg);
	background-repeat: no-repeat;
	background-position: right top;
	border-radius: 0.4rem;
}

div#requirement div#requirements h5 {
	position: relative;
	z-index: 2;
	padding: 0.2rem 0 0.4rem 0;
	color: #ffffff;
	text-align: center;
	background: linear-gradient( to right, #ff01a5, #00b4ff );
}

div#requirement div#requirements h6 {
	position: relative;
	z-index: 2;
	margin: 2rem 0 0 0;
}

div#requirement div#requirements h6 span {
	padding: 0.2rem 1rem 0.4rem 1rem;
	color: #ffffff;
	background: #333333;
}

div#requirement div#requirements p {
	position: relative;
	z-index: 2;
	text-align: left;
}

div#requirement div#requirements h6 + p {
	margin-bottom: 0;
}

div#requirement div#requirements ul li {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left;
}

div#requirement div#requirements ul li::before {
	content: "・";
	margin: 0 0 0 -1em;
}



@media screen and (min-width: 767px) {
	div#requirement {
		background-image: url(../img/requirement_bg_pc.jpg);
	}
	div#requirement h3 {
		font-size: 1.2rem;
	}
	div#requirement h4 {
		font-size: 1.5rem;
	}
	div#requirement h4 span {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	div#requirement p {
		font-size: 1rem;
	}
	div#requirement ul li {
		font-size: 1.2rem;
	}
	div#requirement ul + p {
		font-size: 1.2rem;
	}
	div#requirement div#requirements {
		width: 88.889%;
		margin-left: auto;
		margin-right: auto;
	}
	div#requirement div#requirements h5 {
		font-size: 1.2rem;
	}
	div#requirement div#requirements h6 {
		font-size: 0.8rem;
	}
	div#requirement div#requirements p,
	div#requirement div#requirements ul li {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#requirement {
		background-image: url(../img/requirement_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#requirement h3 {
		font-size: 1.4rem;
	}
	div#requirement h4 {
		font-size: 1.8rem;
	}
	div#requirement h4 span {
		display: block;
	}
	div#requirement p {
		font-size: 1.2rem;
	}
	div#requirement ul li {
		font-size: 1.4rem;
	}
	div#requirement ul + p {
		font-size: 1.4rem;
	}
	div#requirement div#requirements::after {
		background-size: 100% auto;
	}
	div#requirement div#requirements h5 {
		font-size: 1.4rem;
	}
	div#requirement div#requirements h6 {
		font-size: 1.2rem;
	}
	div#requirement div#requirements p,
	div#requirement div#requirements ul li {
		font-size: 1.2rem;
	}
}





/* ▼process */
/* ----------------------------------------------------- */
div#process {
	background-color: #b6cbff;
	background-repeat: no-repeat;
	background-position: center top;
}

div#process h2 {
	text-align: center;
}

div#process div.step {
	position: relative;
}

div#process div.step::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 2rem;
	height: 2.5rem;
	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%23333333%22%20width%3D%2240px%22%20height%3D%2250px%22%20viewBox%3D%220%200%2040%2050%22%3E%3Cpath%20d%3D%22M0%2C20.1L20%2C39l20-18.9v10.2L20%2C49.2L0%2C30.3V20.1z%20M0%2C10.9l20%2C18.9l20-18.9V0.8L20%2C19.6L0%2C0.8V10.9z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(-50%,0);
}

div#process div#step_05.step {
	margin-bottom: 0;
}

div#process div#step_05.step::after {
	display: none;
}

div#process div.step div.step_wrap {
	overflow: hidden;
	background: #ffffff;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

div#process div.step div.step_wrap div.headline,
div#process div.step div.step_wrap div.bodytext {
	box-sizing: border-box;
}

div#process div.step div.step_wrap div.headline {
	padding: 1rem 1.75rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-image: url(../img/process_step.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

div#process div.step div.step_wrap div.headline h3 {
	color: #ffffff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#process div.step div.step_wrap div.headline h3::before {
	content: "";
	order: 1;
	width: 2.5rem;
	height: 4rem;
	margin: 0 1.75rem 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#process div#step_01.step div.step_wrap div.headline h3::before {
	background-image: url(../img/process_step_01.svg);
}

div#process div#step_02.step div.step_wrap div.headline h3::before {
	background-image: url(../img/process_step_02.svg);
}

div#process div#step_03.step div.step_wrap div.headline h3::before {
	background-image: url(../img/process_step_03.svg);
}

div#process div#step_04.step div.step_wrap div.headline h3::before {
	background-image: url(../img/process_step_04.svg);
}

div#process div#step_05.step div.step_wrap div.headline h3::before {
	background-image: url(../img/process_step_05.svg);
}

div#process div.step div.step_wrap div.headline h3::after {
	content: "";
	order: 2;
	align-self: stretch;
	width: 0;
	height: 4.8rem;
	border: 1px dashed #ffffff;
}

div#process div.step div.step_wrap div.headline h3 span {
	order: 3;
	padding: 0 0 0 1.75rem;
	text-align: center;
	line-height: 1.539;
}

div#process div.step div.step_wrap div.headline h3 span i {
	font-style: normal;
}

div#process div#step_04.step div.step_wrap div.bodytext p:first-child {
	margin-bottom: 0;
}



@media screen and (min-width: 767px) {
	div#process {
		background-image: url(../img/process_bg_pc.jpg);
	}
	div#process div.step {
		width: 88.889%;
		margin: 3rem auto 4rem auto;
	}
	div#process div.step::after {
		bottom: -3.25rem;
	}
	div#process div.step div.step_wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#process div.step div.step_wrap div.headline {
		width: 33.334%;
	}
	div#process div.step div.step_wrap div.headline h3 {
		font-size: 1.3rem;
	}
	div#process div.step div.step_wrap div.headline h3 span i {
		display: block;
	}
	div#process div.step div.step_wrap div.bodytext {
		width: 66.666%;
		padding: 0 2.5rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	div#process div.step div.bodytext p {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#process {
		background-image: url(../img/process_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#process div.step {
		margin: 3rem 0 5.5rem 0;
	}
	div#process div.step::after {
		bottom: -4rem;
	}
	div#process div.step div.step_wrap div.headline {
		background-size: 100% auto;
	}
	div#process div.step div.step_wrap div.headline h3 {
		font-size: 1.6rem;
	}
	div#process div.step div.step_wrap div.headline h3 span i {
		margin: 0 0 0 1.5rem;
	}
	div#process div.step div.step_wrap div.bodytext {
		padding: 0 2rem;
	}
	div#process div.step div.step_wrap div.bodytext p {
		font-size: 1.2rem;
	}
}





/* ▼faq */
/* ----------------------------------------------------- */
div#faq {
	background-color: #b6cbff;
	background-repeat: no-repeat;
	background-position: center top;
}

div#faq h2 {
	text-align: center;
}

div#faq div.faq {
	overflow: hidden;
	background: #ffffff;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

div#faq div.faq div.question {
	cursor: pointer;
	background-image: url(../img/faq_question.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#faq div.faq div.question::before {
	content: "";
	width: 1.25rem;
	height: 1.75rem;
	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%2225px%22%20height%3D%2235px%22%20viewBox%3D%220%200%2025%2035%22%3E%3Cpath%20d%3D%22M19.6%2C26.9h4.8v4.8h-4.8C19.6%2C31.7%2C19.6%2C26.9%2C19.6%2C26.9z%22%2F%3E%3Cpath%20d%3D%22M17.4%2C30.2v4.4h-1.3c-1.8%2C0-3.5-0.7-4-2.9c-0.9%2C0.4-2%2C0.5-3.2%2C0.5c-4.8%2C0-7.3-2.8-7.3-7.7V8.2c0-4.9%2C2.6-7.7%2C7.3-7.7s7.3%2C2.8%2C7.3%2C7.7v16.2c0%2C2.1-0.5%2C3.8-1.4%2C5.1c0.4%2C0.6%2C0.9%2C0.7%2C1.8%2C0.7C16.6%2C30.2%2C17.4%2C30.2%2C17.4%2C30.2z%20M11.3%2C7.9c0-2.2-1-3-2.5-3s-2.5%2C0.8-2.5%2C3v16.8c0%2C2.2%2C1%2C3%2C2.5%2C3s2.5-0.8%2C2.5-3V7.9z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#faq div.faq div.question::after {
	content: "";
	width: 1.25rem;
	height: 0.75rem;
	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%2225px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2025%2015%22%3E%3Cpath%20d%3D%22M0.8%2C0.8L0.8%2C0.8c-1.1%2C1-1.1%2C2.7%2C0%2C3.7l10.7%2C10.2c0.5%2C0.5%2C1.4%2C0.5%2C2%2C0L24.2%2C4.4c1.1-1%2C1.1-2.6%2C0-3.6l0%2C0c-1.1-1-2.8-1-3.8%2C0l-7%2C6.6c-0.5%2C0.4-1.2%2C0.4-1.7%2C0l-7-6.6C3.6-0.3%2C1.9-0.3%2C0.8%2C0.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	align-self: center;
}

div#faq div.faq.open div.question::after {
	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%2225px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2025%2015%22%3E%3Cpath%20d%3D%22M0.8%2C14.2L0.8%2C14.2c-1.1-1-1.1-2.7%2C0-3.7L11.5%2C0.4c0.5-0.5%2C1.4-0.5%2C2%2C0l10.7%2C10.2c1.1%2C1%2C1.1%2C2.6%2C0%2C3.6l0%2C0c-1.1%2C1-2.8%2C1-3.8%2C0l-7-6.6c-0.5-0.4-1.2-0.4-1.7%2C0l-7%2C6.6C3.6%2C15.3%2C1.9%2C15.3%2C0.8%2C14.2z%22%2F%3E%3C%2Fsvg%3E');
}

div#faq div.faq div.question h3 {
	height: 100%;
	color: #ffffff;
	line-height: 1.667;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#faq div.faq div.answer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#faq div.faq div.answer::before {
	content: "";
	width: 1.25rem;
	height: 1.75rem;
	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%23333333%22%20width%3D%2225px%22%20height%3D%2235px%22%20viewBox%3D%220%200%2025%2035%22%3E%3Cpath%20d%3D%22M19.6%2C26.9h4.8v4.8h-4.8C19.6%2C31.7%2C19.6%2C26.9%2C19.6%2C26.9z%22%2F%3E%3Cpath%20d%3D%22M11.5%2C25.7H5.9l-0.8%2C6H0.5l5-30.8h6.6l5%2C30.8h-4.8L11.5%2C25.7z%20M10.8%2C21.5L8.6%2C5.9L6.5%2C21.5H10.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

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 figure {
	margin: 0;
}

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 * + figure {
	margin-top: 1.5em;
}



@media screen and (min-width: 767px) {
	div#faq {
		background-image: url(../img/faq_bg_pc.jpg);
	}
	div#faq div.faq {
		width: 88.889%;
		margin: 2.5rem auto;
	}
	div#faq div.faq div.question {
		padding: 1.25rem 2rem 1.25rem 1.25rem;
	}
	div#faq div.faq div.question h3 {
		width: 89.888%;
		font-size: 1rem;
	}
	div#faq div.faq div.answer {
		padding: 1.25rem 2rem 1.25rem 1.25rem;
	}
	div#faq div.faq div.answer div.bodytext {
		width: 95.506%;
	}
	div#faq div.faq div.answer p,
	div#faq div.faq div.answer ul li,
	div#faq div.faq div.answer ol li {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#faq {
		background-image: url(../img/faq_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#faq div.faq {
		margin: 3rem auto;
	}
	div#faq div.faq div.question {
		padding: 1.25rem 1.5rem;
	}
	div#faq div.faq div.question h3 {
		width: 88.525%;
		font-size: 1.2rem;
	}
	div#faq div.faq div.answer {
		padding: 1.25rem 1rem 1.25rem 1.5rem;
	}
	div#faq div.faq div.question::before,
	div#faq div.faq div.answer::before {
		margin-top: 0.25em;
	}
	div#faq div.faq div.answer div.bodytext {
		width: 93.549%;
	}
	div#faq div.faq div.answer p,
	div#faq div.faq div.answer ul li,
	div#faq div.faq div.answer ol li {
		font-size: 1.2rem;
	}
}





/* ▼cta */
/* ----------------------------------------------------- */
div.cta p {
	text-align: center;
}




/* ▼form */
/* ----------------------------------------------------- */
div#contents form table {
	width: 100%
}

div#contents form table th span {
	margin: 0 0 0 0.5em;
	padding: 0.1em 0.5em 0.2em 0.5em;
	color: #ffffff;
	background: #808080;
}

div#contents form table th span.required {
	background: #ff01a5;
}

div#contents form table th span + span {
	display: none;
}

div#contents form > p button,
div#contents div#thanks > p.btn button {
	color: #ffffff;
	font-weight: 700;
	background: #333333;
	border-radius: 2.5em;
}

div#contents form > p button#form_submit::after,
div#contents div#thanks > p.btn button#form_submit::after {
	content: "\f105";
	font-family: "FontAwesome";
	margin: 0 0 0 1em;
}

div#contents form > p button#return::before,
div#contents div#thanks > p.btn button#return::before {
	content: "\f104";
	font-family: "FontAwesome";
	margin: 0 1em 0 0;
}



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



@media screen and (min-width: 767px) {
	div#contents form table th {
		padding: 1em 0;
		vertical-align: top;
		font-size: 1rem;
	}
	div#contents form table th span {
		font-size: 0.8em;
	}
	div#contents form table td {
		width: 74.445%;
		padding: 0.5em 0 0.5em 1em;
	}
	div#contents form > p button,
	div#contents div#thanks > p.btn button {
		padding: 1em 2em;
		font-size: 1.3rem;
	}
	div#contents form > p button#return + button#form_submit,
	div#contents div#thanks > p.btn button#return + button#form_submit {
		margin-left: 1.5em;
	}
}

@media screen and (max-width: 766px) {
	div#contents form table tr,
	div#contents form table th,
	div#contents form table td {
		display: block;
	}
	div#contents form table tr {
		margin: 0 0 2em 0;
	}
	div#contents form table tr:last-child {
		margin: 0;
	}
	div#contents form table th {
		margin: 0 0 0.5em 0;
		padding: 0 0.5em;
		font-size: 1.4rem;
	}
	div#contents form table th span {
		font-size: 0.8em;
	}
	div#contents form table td input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
	div#contents form table td textarea,
	div#contents form table td select {
		font-size: 1.6rem;
	}
	div#contents form > p button,
	div#contents div#thanks > p.btn button {
		padding: 1em 1.5em;
		font-size: 1.6rem;
	}
	div#contents form > p button#return + button#form_submit,
	div#contents div#thanks > p.btn button#return + button#form_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.2rem;
	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;
	opacity: 1;
}

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





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 3rem 0;
	background-color: #ffffff;
}

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

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

footer p {
	margin: 0 0 3rem 0;
}

footer address {
	margin: 2em 0 0 0;
	padding: 0.5em 0;
	font-style: normal;
	border-top: 1px solid #333333;
}



@media screen and (min-width: 767px) {
	footer {
		background-image: url(../img/footer_pc.jpg);
	}
	footer p,
	footer address {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	footer {
		padding-bottom: 4.5rem;
		background-image: url(../img/footer_sp.jpg);
	}
	footer p,
	footer address {
		font-size: 1.2rem;
	}
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
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;
	line-height: 1;
	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 {
		bottom: -1em;
	}
}





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

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

div#banner p a {
	display: block;
	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%20width%3D%22750px%22%20height%3D%22120px%22%20viewBox%3D%220%200%20750%20120%22%3E%3ClinearGradient%20id%3D%22background%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%2260%22%20x2%3D%22750%22%20y2%3D%2260%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23a8a8a8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237f7f7f%22%2F%3E%3C%2FlinearGradient%3E%3Crect%20fill%3D%22url(%23background)%22%20width%3D%22750%22%20height%3D%22120%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% auto;
}

div#banner p a img {
	width: 100%;
	max-width: none;
}



@media screen and (min-width: 767px) {
	div#banner {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		left: 0;
		right: 0;
	}
}





/* ▼breadcrumb */
/* ----------------------------------------------------- */
div#breadcrumb {
	padding: 1rem 0;
}

div#breadcrumb ul {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

div#breadcrumb ul li {
	list-style-type: none;
	margin: 0 0 0 1em;
}

div#breadcrumb ul li::before {
	content: ">";
	margin: 0 1em 0 0;
}

div#breadcrumb ul li:first-child {
	margin: 0;
}

div#breadcrumb ul li:first-child::before {
	display: none
}

div#breadcrumb ul li a {
	color: #003ba3;
	text-decoration: none;
}

div#breadcrumb ul li:last-child a {
	pointer-events: none;
}

div#breadcrumb ul li a strong {
	font-weight: 400;
	color: #000000;
}

div#breadcrumb ul li a[href=""] {
	color: #000000;
}



@media screen and (min-width: 767px) {
	div#breadcrumb div.wrap {
		width: 100%;
	}
	div#breadcrumb ul li {
		font-size: 0.8rem;
	}
}

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





/* ▼contents */
/* ----------------------------------------------------- */
div#contents h2 {
	padding: 1.5em 2em;
	color: #ffffff;
	background-color: #333333;
	background-image: url(../img/common_headline_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-radius: 0.5rem;
}

div#contents h3 {
	padding: 0 0 0 1em;
}

div#contents h3::before {
	content: "■";
	margin: 0 0 0 -1em;
}

div#contents h3 + p,
div#contents h3 + ul,
div#contents h3 + ol,
div#contents h3 + dl,
div#contents h3 + table {
	margin-top: 0;
}

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

div#contents hr {
	margin: 2.5rem 0;
	border: 0 none;
	border-top: 0.1rem solid #cccccc;
}




@media screen and (min-width: 767px) {
	div#contents div.wrap {
		width: 88.889%;
	}
	div#contents div.indent {
		width: 93.75%;
		margin-left: auto;
		margin-right: auto;
	}
	div#contents h2 {
		font-size: 1rem;
	}
	div#contents h3,
	div#contents p,
	div#contents ul li,
	div#contents ol li,
	div#contents dl dt,
	div#contents dl dd,
	div#contents table th,
	div#contents table td {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#contents h2 {
		font-size: 1.4rem;
	}
	div#contents h3,
	div#contents p,
	div#contents ul li,
	div#contents ol li,
	div#contents dl dt,
	div#contents dl dd,
	div#contents table th,
	div#contents table td {
		font-size: 1.2rem;
	}
}