@charset "utf-8";
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
p, ul, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	outline: none;
}
ul li {
	list-style: none;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	vertical-align: middle;
	border: none;
}
a {
	line-height: 100%;
	text-decoration: none;
	outline: none;
	color: inherit;
	font: inherit;
}
main {
	display: block;
}
/* common
---------------------------------------- */
html {
	height: 100%;
	min-height: 550px;
}
body {
	width: 100%;
	height: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.2;
	color: #1a1a1a;
	background : -moz-linear-gradient(50% 5.69% -90deg, rgba(255, 255, 255, 1) 0%, rgba(232, 245, 249, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(232, 245, 249, 1) 100%);
	background : -webkit-gradient(linear, 50% 5.69%, 50% 99.71%, color-stop(0, rgba(255, 255, 255, 1) ), color-stop(1, rgba(232, 245, 249,1) ));
	background : -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(232, 245, 249, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(232, 245, 249, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E8F5F9' ,GradientType=0)";
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(232, 245, 249, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E8F5F9', GradientType=0);
	position: relative;
}
h2 {
	color: #4B4B50;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5%;
}
.sub-ttl {
	color: #006A91;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 3%;
}
h3 {
	color: #006A91;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 4%;
}
h4 {
	font-weight: bold;
	margin-bottom: 3%;
}
.catch {
	line-height: 1.5;
	margin-bottom: 5%;
}
.txt {
	line-height: 1.5;
	margin-bottom: 3%;
	overflow: hidden;
}
.txt img {
	float: right;
	width: 45%;
	margin-left: 5px;
	margin-bottom: 5px;
}
.image {
	text-align: center;
}
.note {
	color: #666;
	font-size: 0.9em;
	line-height: 1.5;
}
strong {
	font-weight: bold;
	color: #EA5514;
}
a {
	color: #036EB8;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	border: 2px solid #a5a5aa;
	border-left: none;
	border-right: none;
}
table th, table td {
	padding: 3px;
	border: 1px solid #a5a5aa;
	border-left: none;
}
table th:last-child, table td:last-child {
	border-right: none;
}
table thead {
	background: #fff;
}
table thead th {
	font-weight: normal;
}
table thead td {
	text-align: center;
	font-weight: bold;
}
table tbody tr {
	background: #EFEFEF;
}
table tbody tr:nth-child(2n) {
	background: #fff;
}
table tbody th {
	text-align: left;
}
table tbody td {
	text-align: center;
}
td:empty {
	background-image: linear-gradient(to top left, transparent, transparent 48%, #999 48%, #999 52%, transparent 52%, transparent);
}
.responsive-table {
	width: 100%;
	margin-bottom: 5%;
}
.responsive-table table {
	width: 100%;
}
.responsive-table th, .responsive-table td {
	table-layout: fixed;
	width: auto;
	white-space: nowrap;
}
.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.link li {
	line-height: 1.5;
	margin-bottom: 3%;
	position: relative;
}
.link li:last-child {
	margin-bottom: 0;
}
/* header
---------------------------------------- */
header {
	width: 100%;
	background: #4B4B50;
	border-bottom: 1px solid #4B4B50;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}
header .logo {
	float: left;
	padding: 5px;
	background: #fff;
	margin-left: 3%;
}
header .logo img {
	width: 31px;
}
/* sp_toggle
---------------------------------------- */
.sp_toggle {
	float: right;
	width: 38px;
	height: 40px;
	box-sizing: border-box;
	background: #fff;
	color: #006A91;
	cursor: pointer;
}
.sp_toggle_inner {
	position: relative;
	width: 22px;
	height: 28px;
	margin: 0 auto;
}
.sp_toggle span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #006A91;
	top: 50%;
	left: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.sp_toggle .b1 {
	transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
}
.sp_toggle .b3 {
	transform: translateY(7px);
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	-ms-transform: translateY(7px);
	-o-transform: translateY(7px);
}
.nav_open .sp_toggle .b1 {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-moz-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	-o-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}
.nav_open .sp_toggle .b2 {
	opacity: 0;
}
.nav_open .sp_toggle .b3 {
	-webkit-transform: rotate(45deg) translateY(0px);
	-moz-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	-o-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}
.sp_toggle p {
	text-align: center;
	font-size: 7px;
	margin-bottom: 0;
	line-height: 1;
}
.sp_toggle .close {
	display: none;
}
.nav_open .sp_toggle .menu {
	display: none;
}
.nav_open .sp_toggle .close {
	display: block;
}
/* = #sp-menu 
--------------------------------------------------------------- */
#sp-menu {
	display: none;
	width: 100%;
	height: calc(100% - 41px);
	height: -webkit-calc(100% - 41px);
	background: #e6f7f7;
	position: fixed;
	top: 41px;
	left: 0;
	z-index: 99;
	overflow-y: scroll;
}
#sp-menu li {
	width: 100%;
	text-decoration: none;
	color: inherit;
	line-height: 1.5;
	background: #fff;
	padding: 10px 3%;
	padding-right: 35px;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
#sp-menu li.current {
	background: #ecf5f8;
}
#sp-menu li:before {
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #006A91;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#sp-menu li:after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	margin-top: -4px;
}
/* footer
---------------------------------------- */
footer {
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
footer .logo {
	float: left;
}
footer .logo a {
	display: block;
	padding: 10px;
}
footer #arrow {
	float: right;
	overflow: hidden;
}
footer #arrow button {
	float: left;
	width: 40px;
	height: auto !important;
	border: none;
	background: none;
	padding: 0;
	line-height: 38px;
	text-indent: 110%;
	white-space: nowrap;
	background-repeat: no-repeat;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
footer #arrow .slick-prev:after {
	content: "";
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #006A91;
	border-left: 2px solid #006A91;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
footer #arrow .slick-next:after {
	content: "";
	width: 15px;
	height: 15px;
	border-top: 2px solid #006A91;
	border-right: 2px solid #006A91;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
footer #arrow .slick-disabled:after {
	border-color: #dae0e2;
}
/* main
---------------------------------------- */
main {
	width: 100%;
	height: calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
	padding: 15px 0;
	box-sizing: border-box;
	position: absolute;
	top: 41px;
	left: 0;
	overflow: hidden;
}
main:after {
	content: '';
	width: 100%;
	height: 30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 245, 249, 0.2)), to( rgba(232, 245, 249, 1) ));
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
main .snap {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
main .section {
	width: 100%;
	height: 100%;
	position: relative;
	outline: none;
}
main .inner {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
main .section .content {
	margin-bottom: 8%;
}
main .section .content .entry {
	margin-bottom: 7%;
}
main .inner>*:last-child {
	margin-bottom: 0;
}
main .section .content>*:last-child {
	margin-bottom: 0;
}
main .section .entry>*:last-child {
	margin-bottom: 0;
}
.mainvisual {
	position: relative;
}
.mainvisual .figure .image {
	margin-bottom: 8%;
}
.mainvisual .figure>*:last-child {
	margin-bottom: 0;
}
.mainvisual .common-image {
	position: absolute;
	bottom: 0;
	right: 0;
}
.caution {
	background: #FFEE64;
	border: 1px solid #333;
}
.caution h3 {
	padding: 3% 0;
	border-bottom: 1px solid #333;
	margin-bottom: 0;
}
.caution ul {
	padding: 3%;
}
.caution li {
	line-height: 1.5;
	margin-bottom: 2%;
}
.caution li:last-child {
	margin-bottom: 0;
}
/* top
---------------------------------------- */
.section#top.center .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.section#top h1 {
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10%;
}
.section#top .lead {
	text-align: center;
	margin-bottom: 5%;
}
.section#top .image {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
/* page01
---------------------------------------- */
.section#page01 .image {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
/* page02
---------------------------------------- */
.section#page02 .lineup .image {
	width: 80%;
	margin: 0 auto 6%;
}
.section#page02 th {
	width: 45%;
}
/* page02-a
---------------------------------------- */
.section#page02-a .standard {
	margin-bottom: 3%;
}
.section#page02-a .image {
	width: 80%;
	margin: 0 auto 5%;
}
/* page02-b
---------------------------------------- */
.section#page02-b .example .image {
	margin-bottom: 5%;
}
.section#page02-b .link {
	font-weight: bold;
	color: #006A91;
	line-height: 1.5;
}
.section#page02-b .link li {
	padding-left: 12px;
	position: relative;
}
.section#page02-b .link li:after {
	content: "";
	width: 7px;
	height: 7px;
	background: #006A91;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.section#page02-b .link a {
	font-weight: normal;
}
.section#page02-b .option .image {
	width: 80%;
	margin: 0 auto 5%;
}
.section#page02-b .option .rl {
	width: 1em; /* firefox対策 */
	line-height: 1em; /* firefox対策 */
}
.section#page02-b .option .rl span{
	display: block;
	writing-mode: tb-rl; /* IE用 */
	writing-mode: vertical-rl; /* Chrome、Firefox用 */
	white-space: nowrap;
	width: 1em; /* firefox対策 */
	line-height: 1em; /* firefox対策 */
	text-orientation: upright;
	-webkit-text-orientation: upright;
	margin: auto;
}
.section#page02-b .option tr:nth-child(5) {
	background: #fff;
}
.section#page02-b .option tr:nth-child(6) {
	background: #efefef;
}
.section#page02-b .option .name {
	color: #006A91;
}
.section#page02-b .option .num {
	font-size: 0.8em;
	font-weight: normal;
	color: #E83828;
	margin-left: 5px;
}
.section#page02-b .note span {
	color: #E83828;
	margin-right: 5px;
}
.section#page02-b .note li {
	margin-bottom: 2%
}
/* page02-c
---------------------------------------- */
.section#page02-c .image {
	width: 90%;
	margin: 0 auto;
}
/* page03
---------------------------------------- */
.section#page03 .mainvisual .figure {
	width: 65%;
}
.section#page03 .mainvisual .common-image {
	width: 30%;
}
/* page03-a
---------------------------------------- */
.section#page03-a .mainvisual .figure {
	width: 51%;
}
.section#page03-a .mainvisual .common-image {
	width: 44%;
}
/* page03-b
---------------------------------------- */
.section#page03-b .mainvisual .figure {
	width: 60%;
}
.section#page03-b .mainvisual .common-image {
	width: 35%;
}
/* page03-c
---------------------------------------- */
.section#page03-c .mainvisual .figure {
	width: 63%;
}
.section#page03-c .mainvisual .common-image {
	width: 32%;
}
/* page03-d
---------------------------------------- */
.section#page03-d .mainvisual .figure {
	width: 50%;
}
.section#page03-d .mainvisual .common-image {
	width: 45%;
}
/* page04
---------------------------------------- */
.section#page04 .ttl-area .image {
	width: 90%;
	margin: 0 auto;
}
.section#page04 .hook {
	position: relative;
}
.section#page04 .hook .detail {
	width: 65%;
}
.section#page04 .hook .detail .image {
	margin-bottom: 8%;
}
.section#page04 .hook .common-image {
	width: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.section#page04 .belt {
	overflow: hidden;
}
.section#page04 .belt .image {
	width: 45%;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
