/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
	zoom: 1;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Avenir", "Avenir Next", Verdana, 'Verdana',"游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "YuGothic",  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-kerning: none;
	font-kerning: none;
	color: #1e1e1e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	vertical-align: middle;
}

body {
	min-width: 750px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.main {
	background-color: #b3b3b3;
	color: #ffffff;
}

.main h2 {
	position: relative;
	z-index: 5;
}

.main .main_contact {
	position: relative;
	z-index: 4;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/main_contact_bg.png");
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
	padding-top: 40px;
	margin-top: -35px;
	padding-bottom: 150px;
}

.main p.btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

.main p.caution {
	text-align: right;
	padding-right: 30px;
}

.main ul {
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
}

.main ul li {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 1.7;
}

.trouble {
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/trouble_bg.png");
	padding-top: 120px;
	margin-top: -85px;
	position: relative;
	z-index: 3;
}

.trouble figure {
	position: relative;
	text-align: left;
}

.trouble figure figcaption {
	position: absolute;
	text-align: center;
}

.trouble figure figcaption h4 {
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 10px;
	line-height: 1.3;
}

.trouble figure figcaption p {
	font-size: 21px;
	line-height: 1.7;
}

.trouble figure:first-of-type figcaption {
	bottom: 94px;
	right: 127px;
}

.trouble figure:nth-of-type(2) {
	text-align: right;
	margin-top: -98px;
	margin-bottom: -110px;
}

.trouble figure:nth-of-type(2) figcaption {
	text-align: center;
	bottom: 115px;
	left: 145px;
}

.trouble figure:last-of-type figcaption {
	bottom: 120px;
	right: 127px;
}

.what h3 {
	position: relative;
	z-index: 5;
	text-align: center;
	margin-top: -160px;
	margin-bottom: -300px;
}

.what div {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/what_bg.png");
	padding-top: 246px;
	padding-bottom: 135px;
	position: relative;
	z-index: 1;
}

.what div p {
	font-size: 27px;
	line-height: 1.7;
	width: 678px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

.point > h2 {
	margin-top: -40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/point_title_bg.png");
	color: #ffffff;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 40px;
}

.point > h2 span {
	display: block;
	margin-top: 25px;
	margin-bottom: 29px;
}

.point > h2 strong {
	font-size: 48px;
}

.point > h2 strong small {
	font-size: 34px;
	display: inline;
}

.point > h2 small {
	display: block;
	font-size: 27px;
	line-height: 1.7;
	font-weight: normal;
}

.point_sec .title {
	position: relative;
	padding-top: 252px;
	margin-bottom: 40px;
}

.point_sec .title > img {
	position: absolute;
	top: 0;
	right: 0;
}

.point_sec .title figcaption {
	width: 378px;
}

.point_sec .title figcaption h3 {
	color: #ca000f;
	font-size: 37px;
	line-height: 1.7;
}

.point_sec .title figcaption h3 span {
	display: block;
	border-bottom: 2px solid #ca000f;
}

.point_sec .title figcaption p {
	margin-top: 0.5em;
	font-size: 27px;
	line-height: 1.7;
}

.point_sec .point_text01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.point_sec .point_text01 figcaption {
	width: 375px;
	margin-right: 35px;
}

.point_sec .point_text01 figcaption h4 {
	background: -webkit-gradient(linear, left top, right top, from(#dd6166), to(#d40012));
	background: linear-gradient(to right, #dd6166 0%, #d40012 100%);
	color: #ffffff;
	border-radius: 2em;
	text-align: center;
	font-size: 35px;
	line-height: 1;
	padding-top: 18px;
	padding-bottom: 16px;
	margin-left: -50px;
}

.point_sec .point_text01 figcaption h5 {
	color: #ca000f;
	font-size: 28px;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.point_sec .point_text01 figcaption p {
	font-size: 25px;
	line-height: 1.7;
}

.point_sec .point_text01 figcaption p.caution {
	font-size: 23px;
	margin-top: 1.2em;
	white-space: nowrap;
}

.point_sec .point_text02 {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}

.point_sec .point_text02 i {
	position: absolute;
	right: 0;
	top: -140px;
}

.point_sec .point_text02 figcaption {
	width: 380px;
	margin-left: 35px;
}

.point_sec .point_text02 figcaption h4 {
	background: -webkit-gradient(linear, left top, right top, from(#dd6166), to(#d40012));
	background: linear-gradient(to right, #dd6166 0%, #d40012 100%);
	color: #ffffff;
	border-radius: 2em;
	text-align: center;
	font-size: 35px;
	line-height: 1;
	padding-top: 18px;
	padding-bottom: 16px;
	margin-right: -50px;
	position: relative;
	z-index: 5;
}

.point_sec .point_text02 figcaption h5 {
	color: #ca000f;
	font-size: 28px;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.point_sec .point_text02 figcaption p {
	font-size: 25px;
	line-height: 1.7;
}

.point_sec.point02 {
	margin-top: 60px;
}

.point_sec.point02 > .arrow {
	text-align: center;
}

.point_sec.point02 .title {
	padding-top: 280px;
}

.point_sec.point02 .title figcaption {
	margin-left: auto;
	padding-right: 35px;
	width: 465px;
}

.point_sec.point02 .title figcaption h3 {
	color: #d64e12;
	border-bottom-color: #d64e12;
}

.point_sec.point02 .point_text01 {
	position: relative;
}

.point_sec.point02 .point_text01 figcaption {
	padding-top: 40px;
}

.point_sec.point02 .point_text01 figcaption h5 {
	color: #d64e12;
}

.point_sec.point02 .point_text01 figcaption h4 {
	background: -webkit-gradient(linear, left top, right top, from(#ffa45e), to(#e86d29));
	background: linear-gradient(to right, #ffa45e 0%, #e86d29 100%);
	position: absolute;
	margin-left: auto;
	padding-left: 1.5em;
	padding-right: 1.5em;
	right: 50%;
	top: -20px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	white-space: nowrap;
}

.check {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/check_bg.png");
	position: relative;
	padding-bottom: 165px;
	padding-top: 30px;
}

.check p.arrow {
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	top: -40px;
}

.check h2 {
	text-align: center;
	position: relative;
	z-index: 5;
}

.check li {
	position: relative;
	padding-right: 325px;
	padding-left: 35px;
	margin-top: 80px;
}

.check li h3 {
	position: relative;
	color: #ca000f;
	font-size: 36px;
	letter-spacing: -0.1em;
	line-height: 1.4;
	padding-left: 88px;
	height: 132px;
	padding-top: 45px;
	font-weight: bold;
}

.check li h3 span {
	position: absolute;
	top: 0;
}

.check li h3 i {
	position: absolute;
	left: 0;
	bottom: 0;
}

.check li p {
	font-size: 27px;
	line-height: 1.7;
	margin-top: 0.5em;
}

.check li figure {
	position: absolute;
	right: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.check li:nth-of-type(2n) {
	padding-right: 35px;
	padding-left: 325px;
}

.check li:nth-of-type(2n) figure {
	right: auto;
	left: 0;
}

.check li:nth-of-type(1) {
	margin-top: 0;
}

.check li:nth-of-type(3) {
	padding-left: 0;
	padding-right: 0;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.check li:nth-of-type(3) p {
	padding-left: 90px;
	margin-top: -35px;
}

.check li:nth-of-type(5) {
	margin-top: 120px;
}

.more {
	margin-top: 80px;
}

.more h2 {
	position: relative;
}

.more h2 span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.more .more_wrap {
	background-color: #d1edff;
	padding-top: 55px;
	margin-top: -20px;
}

.more .more_caption {
	position: relative;
	width: 390px;
	margin-left: 35px;
}

.more .more_caption h3 {
	font-size: 39px;
	color: #1e30ae;
	line-height: 1.65;
}

.more .more_caption h3 span {
	display: block;
	border-bottom: 2px solid #1e30ae;
}

.more .more_caption p {
	font-size: 27px;
	line-height: 1.7;
	margin-top: 1em;
}

.more .more_status {
	text-align: center;
	position: relative;
	z-index: 2;
}

.more h5 {
	text-align: center;
	font-size: 32px;
	color: #1e30ae;
	margin-top: 60px;
	margin-bottom: 10px;
}

.more .caution {
	font-size: 14px;
	padding-left: 35px;
	margin-right: 35px;
	margin-top: 25px;
}

.contact {
	background-color: #d1edff;
	padding-top: 35px;
	padding-bottom: 35px;
}

.contact h2 {
	text-align: center;
}

.contact ul {
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
}

.contact ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 1.7;
}

.example {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/example_bg.png");
	padding-top: 40px;
	padding-bottom: 120px;
}

.example h2 {
	text-align: center;
}

.example h2 i {
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

.example section {
	width: 680px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 45px;
	padding-right: 45px;
	position: relative;
}

.example section::before {
	content: " ";
	display: block;
	position: absolute;
	background-color: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(30, 30, 30, 0.75);
	box-shadow: inset 0px 0px 5px 0px rgba(30, 30, 30, 0.75);
}

.example section .title {
	position: relative;
	padding-top: 53px;
	margin-left: -45px;
	margin-right: -45px;
	margin-bottom: 48px;
}

.example section .title > img {
	position: absolute;
	left: 0;
	top: -8px;
}

.example section .title figcaption {
	padding-left: 310px;
}

.example section .title figcaption h3 {
	font-size: 67px;
	line-height: 1.2;
	color: #1e1e1e;
	font-weight: bold;
}

.example section .title figcaption h3 span {
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(70%, #ffffff), color-stop(71%, rgba(202, 0, 15, 0.2)), to(rgba(202, 0, 15, 0.2)));
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, rgba(202, 0, 15, 0.2) 71%, rgba(202, 0, 15, 0.2) 100%);
}

.example section .title figcaption h3 span small {
	font-size: 46px;
}

.example section > p {
	font-size: 27px;
	line-height: 1.7;
	position: relative;
}

.example section li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.example section li div {
	width: 320px;
}

.example section li div h4 {
	text-align: center;
	position: relative;
	font-size: 28px;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#dd6166), to(#d40012));
	background: linear-gradient(to right, #dd6166 0%, #d40012 100%);
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2em;
	margin-left: -30px;
}

.example section li div h4 i {
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	background-color: #1e1e1e;
	font-size: 47px;
	width: 54px;
	line-height: 54px;
	border-radius: 100%;
}

.example section li div h5 {
	font-size: 30px;
	letter-spacing: -0.1em;
	color: #ca000f;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

.example section li div p {
	font-size: 20px;
	line-height: 1.7;
}

.example section li:nth-of-type(n + 2) {
	margin-top: 15px;
}

.example section li:nth-of-type(n + 2) .img {
	position: relative;
	z-index: 5;
}

.example section li:nth-of-type(n + 2) div h4 {
	margin-left: 0;
	margin-right: -30px;
	background: -webkit-gradient(linear, left top, right top, from(#ffa45e), to(#e86d29));
	background: linear-gradient(to right, #ffa45e 0%, #e86d29 100%);
}

.example section li:nth-of-type(n + 2) div h5 {
	color: #d64e12;
}

.example section .example_foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -40px;
	z-index: 6;
	position: relative;
}

.example section .example_foot img {
	margin-right: -35px;
	vertical-align: middle;
}

.example section .example_foot figcaption {
	width: 385px;
}

.example section .example_foot h6 {
	font-weight: bold;
	color: #1e1e1e;
	text-align: center;
	line-height: 1.4;
	font-size: 43px;
}

.example section .example_foot h6 span {
	display: block;
	border-bottom: 2px solid #1e1e1e;
}

.example section .example_foot p.caution {
	color: #1e1e1e;
	position: absolute;
	bottom: 1em;
	left: 0;
}

.example section:nth-of-type(n + 2) {
	margin-top: 80px;
}

.example section:nth-of-type(2) .example_foot img {
	margin-right: -60px;
}

.example section:nth-of-type(3) li:last-of-type div h4 {
	background: -webkit-gradient(linear, left top, right top, from(rgba(126, 169, 217, 0.8)), to(rgba(126, 169, 217, 0.7)));
	background: linear-gradient(to right, rgba(126, 169, 217, 0.8) 0%, rgba(126, 169, 217, 0.7) 100%);
}

.example section:nth-of-type(3) li:last-of-type div h4 small {
	vertical-align: top;
	font-size: 14px;
}

.example section:nth-of-type(3) li:last-of-type div h5 {
	color: #1e30ae;
}

.example .caution {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 1em;
}

.group {
	margin-top: -80px;
	position: relative;
}

.group p.caution {
	position: absolute;
	right: 35px;
	bottom: -0em;
	font-size: 14px;
}

.extra {
	margin-bottom: 100px;
	margin-top: -40px;
}

.extra p.caution {
	text-align: right;
	margin-top: 1em;
	font-size: 16px;
	padding-right: 50px;
}

.magazine {
	background-image: url("../img/magazine_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: -25px;
}

.concept div {
	position: relative;
	background-color: #1e1e1e;
	padding-top: 80px;
	padding-bottom: 80px;
}

.concept div figure {
	position: absolute;
}

.concept div figure.top_img {
	top: -80px;
	right: 0;
}

.concept div figure.bottom_img {
	left: 0;
	bottom: 0;
}

.concept div p {
	font-size: 27px;
	line-height: 2.3;
	color: #ffffff;
	text-align: center;
}

.access {
	padding-top: 80px;
	padding-left: 54px;
	padding-right: 54px;
}

.access h2 {
	text-align: center;
	margin-bottom: 20px;
}

.access h2 small {
	display: block;
	margin-top: 60px;
	font-size: 46px;
}

.access h2 small span {
	font-size: 42px;
}

.access .map_wrap {
	width: 100%;
	height: 500px;
	position: relative;
}

.access .map_wrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.access ul {
	margin-top: 68px;
	margin-bottom: 70px;
}

.access ul li:nth-of-type(n + 2) {
	margin-top: 30px;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(30, 30, 30, 0.3));
	filter: drop-shadow(2px 2px 2px rgba(30, 30, 30, 0.3));
}

.access table {
	width: 100%;
}

.access table tr {
	border-top: 1px solid #808080;
}

.access table tr:last-of-type {
	border-bottom: 1px solid #808080;
}

.access table tr:last-of-type td::after {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #fff;
	left: -10px;
	bottom: -10px;
}

.access table tr th {
	font-weight: normal;
	font-size: 22px;
	padding: 0.8em 45px;
	line-height: 1.5;
	vertical-align: middle;
	border-right: 1px solid #808080;
	position: relative;
	letter-spacing: 0.42em;
}

.access table tr th i {
	position: absolute;
	left: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.access table tr th::after {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #fff;
	right: -10px;
	top: -10px;
}

.access table tr td {
	font-weight: normal;
	font-size: 22px;
	padding: 0.8em 45px;
	line-height: 1.5;
	vertical-align: middle;
	position: relative;
}

.access figure {
	margin-top: 80px;
}

footer {
	margin-top: 70px;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#1e1e1e), to(#1e1e1e));
	background: linear-gradient(to right, #1e1e1e 0%, #1e1e1e 100%);
}

footer h2 {
	margin-bottom: 40px;
}

footer address {
	font-size: 27px;
	color: #ffffff;
	line-height: 1.7;
}

