@charset "utf-8";
/* CSS Document 後続共通css*/
/*基本レイアウト*/
/*本文マージン*/
.margin0 {
	margin-bottom: 0px !important;
}
.margin10 {
	margin-bottom: 10px !important;
}
.margin20 {
	margin-bottom: 20px !important;
}
.margin30 {
	margin-bottom: 30px !important;
}
.margin40 {
	margin-bottom: 40px !important;
}
.margin50 {
	margin-bottom: 50px !important;
}
.margin60 {
	margin-bottom: 60px !important;
}
.margin70 {
	margin-bottom: 70px !important;
}
.margin80 {
	margin-bottom: 80px !important;
}
.margin90 {
	margin-bottom: 90px !important;
}
.margin1em {
	margin-bottom: 1em !important;
}
.margin2em {
	margin-bottom: 2em !important;
}
.margin3em {
	margin-bottom: 3em !important;
}
.margin4em {
	margin-bottom: 4em !important;
}
.margin5em {
	margin-bottom: 5em !important;
}
.margin6em {
	margin-bottom: 6em !important;
}
.margin7em {
	margin-bottom: 7em !important;
}
.margin8em {
	margin-bottom: 8em !important;
}
.margin9em {
	margin-bottom: 9em !important;
}
/*本文内各種パーツ***********************/
/*セクション*/
section {
	margin: 60px 0;
}
section .inside {
	width: 1000px;
	margin: 0 auto;
}
section > section {
	margin-top: 0;
}
/*段落*/
p {
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}
.last {
	margin-bottom: 0;
}
.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}
/*見出し*/
h2 {
	position: relative;
	margin-bottom: 18px;
	font-weight: 500;
	font-size: 2.8rem;
	;
	line-height: 1.2;
	color: #009CD3;
}
h2.head01 {
	margin-bottom: 50px;
	text-align: center;
	line-height: 1;
}
h2.head01 img {
	width: auto;
	height: 104px;
}
h3 {
	margin-bottom: 10px;
	font-size: 3.0rem;
	color: #009CD3;
	font-weight: 500;
}
h4 {
	font-size: 2.0rem;
	color: #009CD3;
	font-weight: 500;
}
/*リスト*/
ul {
	margin-left: 2.0em;
	margin-bottom: 1em;
}
ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 0;
}
ol {
	list-style-position: outside;
	margin-left: 2.0em;
	margin-bottom: 1em;
}
ol > li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 0;
}
/*リンク*/
.link {
	position: relative;
	padding-right: 1em;
}
.link::after {
	position: absolute;
	content: "＞";
	top: -15%;
	right: 0;
	color: inherit;
}
.back {
	position: relative;
	padding-left: 1em;
	color: inherit;
}
.back::before {
	position: absolute;
	content: "＜";
	top: -15%;
	left: 0;
}
/*テーブル*/
table {
	width: 100%;
	border-top: none;
	border-spacing: 0;
	border-collapse: collapse;
}
table th {
	width: 20%;
	padding: 10px 30px;
	border-bottom: solid 1px #808080;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
table td {
	width: 80%;
	padding: 10px 0px;
	border-bottom: solid 1px #808080;
	vertical-align: top;
}
table th.center, table td.center {
	text-align: center;
}
table th.left, table td.left {
	text-align: left;
}
table th.right, table td.right {
	text-align: right;
}
table caption {
	text-align: left;
	margin-top: 20px;
}
/*ボタン*/
.btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 70px;
	border-radius: 10px;
	background: #a40000;
	font-size: 2.5rem;
	color: #fff;
	text-decoration: none;
	border: 0;
}
.btn::after {
	position: absolute;
	right: 15px;
	top: 30px;
	content: "";
	width: 8px;
	height: 11px;
	background-image: url("../images/btn_arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.btn:hover {
	opacity: 0.8;
	text-decoration: none;
}
/* ==========================================
 メインビジュアル
========================================== */
/*メインビジュアル***********************/
.mainvisual {
	position: relative;
	line-height: 1;
	margin: 0 auto 0 auto;
}
.mainvisual .copy {
	position: absolute;
	left: 0;
	top: 30%;
	margin: 0 auto;
	padding: 0 10%;
}
.mainvisual .formbtn_area {
	position: absolute;
	left: 0;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 0 20%;
}
.mainvisual .formbtn_area a {
	margin: 0 40px;
	background-color: #fff;
	border-radius: 10px;
	line-height: 0;
}
/* ==========================================
 about_area
========================================== */
#about_area {}
#about_area .txt_area {
	margin-bottom: 40px;
}
#about_area .photo {
	margin-bottom: 40px;
	text-align: center;
}
#about_area .photo img {
	width: 85%;
}
/* ==========================================
 features_area
========================================== */
#features_area {
	opacity: 0;
}
#features_area .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 360px;
	margin-bottom: 50px;
	padding: 0 50px;
	background: #e6e6e6;
	background-image: url("../images/bg02_01.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}
#features_area .txt_area {
	/*padding: 72px 0 0 0;*/
}
#features_area .txt_area p {
	margin-bottom: 0.5em;
}
#features_area .txt_area p:before {
	display: inline-block;
	content: "";
	width: 21px;
	height: 24px;
	margin-right: 4px;
	background-image: url("../images/check.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
#features_area .photo {
	line-height: 1;
}
/* ==========================================
 flow_area
========================================== */
#flow_area {
	opacity: 0;
}
#flow_area .box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 944px;
	height: 185px;
	margin: 0 0 0 56px;
	padding-left: 56px;
	background-color: #E2F3FC;
}
#flow_area .box h3 {
	margin-bottom: 0;
	font-size: 2.5rem;
}
#flow_area .txt_area {
	width: 660px;
	/*padding: 72px 0 0 0;*/
}
#flow_area .txt_area p {
	margin-bottom: 0.5em;
}
#flow_area .icon {
	width: 228px;
	text-align: center;
}
#flow_area .stepno {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	position: absolute;
	left: -56px;
	top: 38px;
	width: 110px;
	height: 110px;
	background: #2d94b6;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 1;
}
#flow_area .stepno span {
	width: 100%;
	font-size: 4.5rem;
}
#flow_area .arr {
	margin: 30px 0;
	text-align: center;
}
#flow_area .arr img {
	width: 38px;
}
/* ==========================================
 request_area
========================================== */
#request_area {
	padding: 20px 0;
	background-color: #F6E5E5;
	text-align: center;
}
#request_area p {
	margin-bottom: 10px;
	font-size: 2.5rem;
}
#request_area .btn {
	margin: 0 auto;
}
/* ==========================================
 demonstration_area
========================================== */
#demonstration_area {
	text-align: center;
}
#demonstration_area p {
	margin-bottom: 10px;
	font-size: 2.5rem;
}
#demonstration_area span {
	display: inline-block;
	width: 100px;
	height: 50px;
	margin-right: 15px;
	background: #2d94b6;
	color: #fff;
	line-height: 50px;
}
/* ==========================================
 form_area
========================================== */
#form_area {}
#form_area .inside {
	width: 800px;
}
#form_area .form_area {
	margin: 20px 0;
}
#form_area .form_area span {
	color: #A40000;
	font-size: 0.8em;
}
#form_area .box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}
#form_area .box .tit {
	width: 145px;
	height: 40px;
	margin-right: 2px;
	border-radius: 10px;
	background: #e2f3fc;
	text-align: center;
}
#form_area .box .txt {
	flex: 1;
	width: 100%;
	margin: 0 10px;
}
#form_area input {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #999;
}
#form_area input.name {
	width: 100%;
}
#form_area input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #999;
}
#form_area label {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
#form_area textarea {
	width: 100%;
	height: 230px;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #999;
}
#form_area input[type=submit], #form_area button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 70px;
	margin: 0 auto;
	border-radius: 10px;
	background: #2D94B6;
	border: 0;
	font-size: 2.5rem;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#form_area input[type=submit]#mfp_button_cancel, #form_area button#mfp_button_cancel {
	background: #999;
}