
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&subset=japanese');

@charset 'UTF-8';
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
	margin-left : auto;
	margin-right : auto;
	position : relative;
	overflow : hidden;
	/* Fix of Webkit flickering */
	z-index : 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float : left;
}

.swiper-container-vertical > .swiper-wrapper {
	-ms-flex-direction : column;
	    flex-direction : column;
}

.swiper-wrapper {
	position : relative;
	width : 100%;
	height : 100%;
	z-index : 1;
	display : -ms-flexbox;
	display : flex;
	transition-property : transform;
	box-sizing : content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform : translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines : multiple;
	   -moz-box-lines : multiple;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function : ease-out;
	margin : 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink : 0;
	-ms-flex : 0 0 auto;
	-ms-flex-negative : 0;
	        flex-shrink : 0;
	width : 100%;
	height : 100%;
	position : relative;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height : auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align : start;
	align-items : flex-start;
	transition-property : transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
	position : absolute;
	left : 0;
	top : 0;
	pointer-events : none;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	z-index : -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action : pan-y;
	    touch-action : pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action : pan-x;
	    touch-action : pan-x;
}

/* Arrows */
.swiper-button-prev, .swiper-button-next {
	position : absolute;
	top : 50%;
	width : 27px;
	height : 44px;
	margin-top : -22px;
	z-index : 10;
	cursor : pointer;
	background-size : 27px 44px;
	background-position : center;
	background-repeat : no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity : 0.35;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
	cursor : auto;
	pointer-events : none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
	left : 10px;
	right : auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
	right : 10px;
	left : auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

/* Pagination Styles */
.swiper-pagination {
	position : absolute;
	text-align : center;
	transition : 300ms;
	transform : translate3d(0, 0, 0);
	z-index : 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom : 10px;
	left : 0;
	width : 100%;
}

/* Bullets */
.swiper-pagination-bullet {
	width : 8px;
	height : 8px;
	display : inline-block;
	border-radius : 100%;
	background : #000;
	opacity : 0.2;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

button.swiper-pagination-bullet {
	border : none;
	margin : 0;
	padding : 0;
	box-shadow : none;
	   -moz-appearance : none;
	    -ms-appearance : none;
	-webkit-appearance : none;
	        appearance : none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor : pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background : #fff;
}

.swiper-pagination-bullet-active {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	background : #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background : #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background : #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right : 10px;
	top : 50%;
	transform : translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin : 5px 0;
	display : block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin : 0 5px;
}

/* Progress */
.swiper-pagination-progress {
	background : rgba(0, 0, 0, 0.25);
	position : absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background : #007aff;
	position : absolute;
	left : 0;
	top : 0;
	width : 100%;
	height : 100%;
	transform : scale(0);
	transform-origin : left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	transform-origin : right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
	width : 100%;
	height : 4px;
	left : 0;
	top : 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
	width : 4px;
	height : 100%;
	left : 0;
	top : 0;
}

.swiper-pagination-progress.swiper-pagination-white {
	background : rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background : #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background : #000;
}

/* 3D Container */
.swiper-container-3d {
	-o-perspective : 1200px;
	   perspective : 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	transform-style : preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position : absolute;
	left : 0;
	top : 0;
	width : 100%;
	height : 100%;
	pointer-events : none;
	z-index : 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image : linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image : linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image : linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image : linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective : 1200px;
}

/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
	overflow : visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events : none;
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
	z-index : 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events : none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events : auto;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
	z-index : 0;
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
	visibility : hidden;
	transform-origin : 0 0;
	width : 100%;
	height : 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin : 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events : auto;
	visibility : visible;
}

.swiper-container-cube .swiper-cube-shadow {
	position : absolute;
	left : 0;
	bottom : 0;
	width : 100%;
	height : 100%;
	background : #000;
	opacity : 0.6;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
	    filter : url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
	    filter : blur(50px);
	z-index : 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function : ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events : none;
	transition-property : opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events : none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events : auto;
}

.swiper-zoom-container {
	width : 100%;
	height : 100%;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-pack : center;
	justify-content : center;
	-ms-flex-align : center;
	align-items : center;
	text-align : center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
	max-width : 100%;
	max-height : 100%;
	object-fit : contain;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius : 10px;
	position : relative;
	-ms-touch-action : none;
	background : rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position : absolute;
	left : 1%;
	bottom : 3px;
	z-index : 50;
	height : 5px;
	width : 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position : absolute;
	right : 3px;
	top : 1%;
	z-index : 50;
	width : 5px;
	height : 98%;
}

.swiper-scrollbar-drag {
	height : 100%;
	width : 100%;
	position : relative;
	background : rgba(0, 0, 0, 0.5);
	border-radius : 10px;
	left : 0;
	top : 0;
}

.swiper-scrollbar-cursor-drag {
	cursor : move;
}

/* Preloader */
.swiper-lazy-preloader {
	width : 42px;
	height : 42px;
	position : absolute;
	left : 50%;
	top : 50%;
	margin-left : -21px;
	margin-top : -21px;
	z-index : 10;
	transform-origin : 50%;
	animation : swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display : block;
	content : '';
	width : 100%;
	height : 100%;
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-position : 50%;
	background-size : 100%;
	background-repeat : no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image : url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@keyframes swiper-preloader-spin {
	100% {
		transform : rotate(360deg);
	}
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family : sans-serif;
	/* 1 */
	    -ms-text-size-adjust : 100%;
	/* 2 */
	-webkit-text-size-adjust : 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin : 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display : block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display : inline-block;
	/* 1 */
	vertical-align : baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display : none;
	height : 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display : none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color : transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
	outline : 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom : 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight : bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style : italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size : 2em;
	margin : 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background : #ff0;
	color : #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size : 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}

sup {
	top : -0.5em;
}

sub {
	bottom : -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border : 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow : hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin : 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing : content-box;
	height : 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow : auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family : monospace, monospace;
	font-size : 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color : inherit;
	/* 1 */
	font : inherit;
	/* 2 */
	margin : 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow : visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform : none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance : button;
	/* 2 */
	cursor : pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor : default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border : 0;
	padding : 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height : normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'], input[type='radio'] {
	box-sizing : border-box;
	/* 1 */
	padding : 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
	height : auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
	-webkit-appearance : textfield;
	/* 1 */
	box-sizing : content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
	-webkit-appearance : none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border : 1px solid #c0c0c0;
	margin : 0 2px;
	padding : 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border : 0;
	/* 1 */
	padding : 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow : auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight : bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse : collapse;
	border-spacing : 0;
}

td, th {
	padding : 0;
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
	margin : 0;
	font-size : 100%;
	font-weight : normal;
}

ul, ol {
	margin : 0;
	padding : 0;
	list-style : none;
}

ul li, ol li {
	margin : 0;
	padding : 0;
	list-style : none;
}

dl, dt, dd {
	margin : 0;
	padding : 0;
}

p {
	margin : 0;
}

address {
	font-style : normal;
}

img {
	vertical-align : bottom;
}

*, *:before, *:after {
	box-sizing : border-box;
}

.w1p {
	width : 10% !important;
}

.w2p {
	width : 20% !important;
}

.w3p {
	width : 30% !important;
}

.w4p {
	width : 40% !important;
}

.w5p {
	width : 50% !important;
}

.w6p {
	width : 60% !important;
}

.w7p {
	width : 70% !important;
}

.w8p {
	width : 80% !important;
}

.w9p {
	width : 90% !important;
}

.w10p {
	width : 100% !important;
}

.matss {
	margin-top : 10px;
}

.mats {
	margin-top : 15px;
}
@media screen and (min-width: 768px) {
	.mats {
		margin-top : 20px;
	}
}

.matm {
	margin-top : 20px;
}
@media screen and (min-width: 768px) {
	.matm {
		margin-top : 40px;
	}
}

.matl {
	margin-top : 30px;
}
@media screen and (min-width: 768px) {
	.matl {
		margin-top : 60px;
	}
}

.matll {
	margin-top : 30px;
}
@media screen and (min-width: 768px) {
	.matll {
		margin-top : 90px;
	}
}

.tar {
	text-align : right;
}

.tac {
	text-align : center;
}

.fw {
	font-weight : bold !important;
}

.fzs {
	font-size : 12px;
	font-size : 1.2rem;
}
@media screen and (min-width: 768px) {
	.fzs {
		font-size : 1.4rem;
	}
}

.fzl {
	font-size : 14px;
	font-size : 1.4rem;
}
@media screen and (min-width: 768px) {
	.fzl {
		font-size : 1.6rem;
	}
}

.fzll {
	font-size : 16px;
	font-size : 1.6rem;
}
@media screen and (min-width: 768px) {
	.fzll {
		font-size : 1.8rem;
	}
}

.cred {
	color : #f00 !important;
}

.cblue {
	color : #1777ba !important;
}

.view-pc {
	display : none;
}
@media screen and (min-width: 768px) {
	.view-pc {
		display : block;
	}
}

@media screen and (min-width: 768px) {
	.view-sp {
		display : none;
	}
}

[data-fixed] {
	padding : 0 15px;
}
@media screen and (min-width: 768px) {
	[data-fixed] {
		width : 1000px;
		margin : 0 auto;
		padding : 0 40px;
		box-sizing : content-box;
	}
}

.m-box-clear {
	*zoom : 1;
}
.m-box-clear:after {
	content : ' ';
	display : table;
	clear : both;
}

.m-box-gray {
	margin-top : 1.2em;
	border : 1px solid #dededf;
	padding : 10px;
}
@media screen and (min-width: 768px) {
	.m-box-gray {
		margin-top : 1.5em;
		padding : 28px 40px;
	}
}
.m-box-gray > *:first-child {
	margin-top : 0;
}

/*
	module:　m-list-news
	- 新着情報
-----------------------------------------------------------------*/
/*
	module: m-list-indent
	- テキストの頭出し
-----------------------------------------------------------------*/
.m-list-indent li {
	margin-left : 1em;
	text-indent : -1em;
}

.m-list-disc {
	margin-top : 1em;
}
.m-list-disc li {
	position : relative;
	padding-left : 1em;
}
.m-list-disc li:before {
	content : '';
	display : inline-block;
	width : 5px;
	height : 5px;
	background : #333;
	border-radius : 50%;
	position : absolute;
	left : 4px;
	top : 0.6em;
}
@media screen and (min-width: 768px) {
	.m-list-disc li:before {
		top : 0.8em;
	}
}

.m-list-num {
	margin-top : 1em;
	padding-left : 1em;
}
.m-list-num li {
	list-style-type : decimal;
}

.m-list-image {
	margin-top : 20px;
}
@media screen and (min-width: 768px) {
	.m-list-image {
		margin-top : 40px;
	}
}
.m-list-image > ul li dl dt {
	text-align : center;
}
@media screen and (min-width: 768px) {
	.m-list-image.image-position-left {
		float : left;
		margin-right : 20px;
		margin-bottom : 20px;
	}
	.m-list-image.image-position-left + * {
		margin-top : 40px;
	}
}
@media screen and (min-width: 768px) {
	.m-list-image.image-position-right {
		float : right;
		margin-left : 20px;
		margin-bottom : 20px;
	}
	.m-list-image.image-position-right + * {
		margin-top : 40px;
	}
}

.m-list-link {
	margin-top : 20px;
}
.m-list-link ul li {
	margin-top : 20px;
}

.m-list-pager {
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
	-ms-flex-pack : center;
	justify-content : center;
	font-size : 16px;
	font-size : 1.6rem;
	text-align : center;
	margin-top : 45px;
}
@media screen and (min-width: 768px) {
	.m-list-pager {
		margin-top : 90px;
	}
}
.m-list-pager li {
	line-height : 1;
	margin-top : 30px;
}
.m-list-pager li a {
	display : block;
	padding : 0 20px;
	color : #848484;
}
.m-list-pager li a.is-active {
	color : #1a78b8;
}
@media screen and (min-width: 961px) {
	.m-list-pager li a:hover, .m-list-pager li a:focus {
		text-decoration : none;
		color : #1a78b8;
	}
}
.m-list-pager li:not(.pager-prev):not(.pager-next):not(:first-child) {
	border-left : 1px solid #dee4ea;
}
.m-list-pager li.pager-prev + li {
	border : none !important;
}
.m-list-pager li.pager-prev a, .m-list-pager li.pager-next a {
	color : #1a78b8;
	position : relative;
}
.m-list-pager li.pager-prev a {
	padding-left : 65px;
}
.m-list-pager li.pager-prev a:before {
	content : '';
	position : absolute;
	left : 0;
	top : 0;
	bottom : 0;
	margin : auto;
	width : 40px;
	height : 5px;
	border-left : solid 1px #1a78b8;
	border-bottom : solid 1px #1a78b8;
	transform : skew(-60deg);
	transition : 0.3s all ease-out;
}
@media screen and (min-width: 961px) {
	.m-list-pager li.pager-prev a:hover:before, .m-list-pager li.pager-prev a:focus:before {
		left : -5px;
	}
}
.m-list-pager li.pager-next a {
	padding-right : 65px;
}
.m-list-pager li.pager-next a:after {
	content : '';
	position : absolute;
	right : 0;
	top : 0;
	bottom : 0;
	margin : auto;
	width : 40px;
	height : 5px;
	border-right : solid 1px #1a78b8;
	border-bottom : solid 1px #1a78b8;
	transform : skew(60deg);
	transition : 0.3s all ease-out;
}
@media screen and (min-width: 961px) {
	.m-list-pager li.pager-next a:hover:after, .m-list-pager li.pager-next a:focus:after {
		right : -5px;
	}
}

.m-list-news {
	margin-top : 20px;
	font-size : 16px;
	font-size : 1.6rem;
}
@media screen and (min-width: 768px) {
	.m-list-news {
		margin-top : 50px;
		margin-left : auto;
		margin-right : auto;
		max-width : 920px;
	}
}
.m-list-news li {
	margin-top : 25px;
}
@media screen and (min-width: 768px) {
	.m-list-news li {
		margin-top : 15px;
	}
}
.m-list-news li:first-child {
	margin-top : 0;
}
.m-list-news li .news-link {
	display : block;
	color : #333;
}
.m-list-news li .news-link:link, .m-list-news li .news-link:visited {
	color : #333;
	transition : all 0.3s ease-out;
}
@media screen and (min-width: 961px) {
	.m-list-news li .news-link:link:hover, .m-list-news li .news-link:link:focus, .m-list-news li .news-link:visited:hover, .m-list-news li .news-link:visited:focus {
		text-decoration : none;
		color : #1a78b8;
	}
}
.m-list-news li .news-link .news-new {
	display : inline-block;
	padding : 4px 10px 3px;
	margin-left : 6px;
	border-radius : 10px;
	text-align : center;
	letter-spacing : normal;
	background-color : #ffba00;
	color : #fff;
	font-size : 10px;
	font-size : 10px;
	font-size : 1.0rem;
	line-height : 1.3;
}
@media screen and (min-width: 768px) {
	.m-list-news li .news-link .news-new {
		position : relative;
		padding : 3px 15px 2px;
		margin-left : 8px;
		border-radius : 10px;
		font-size : 1.2rem;
	}
}
@media screen and (min-width: 768px) {
	.m-list-news li .news-link dl {
		display : -ms-flexbox;
		display : flex;
	}
}
@media screen and (min-width: 768px) {
	.m-list-news li .news-link dt {
		display : table-cell;
		vertical-align : middle;
		width : 20%;
	}
}
@media screen and (min-width: 768px) {
	.m-list-news li .news-link dd {
		display : table-cell;
		vertical-align : middle;
		margin-top : 0;
		width : 80%;
	}
}

/*
	module:　m-table-common
	- テーブルの基本スタイル
-----------------------------------------------------------------*/
.m-table-common {
	margin-top : 1em;
	width : 100%;
}
@media screen and (min-width: 768px) {
	.m-table-common {
		margin-top : 1.5em;
	}
}
.m-table-common th, .m-table-common td {
	border : 1px solid #dededf;
	padding : 10px;
	vertical-align : middle;
	text-align : left;
	font-size : 14px;
	font-size : 1.4rem;
}
@media screen and (min-width: 768px) {
	.m-table-common th, .m-table-common td {
		padding : 20px;
	}
}
.m-table-common th {
	background : #f9f9f9;
	font-weight : bold;
	font-size : 14px;
	font-size : 1.4rem;
	line-height : 1.5;
}
.m-table-common thead th, .m-table-common thead td {
	background : #f1f1f3;
	font-weight : bold;
	font-size : 14px;
	font-size : 1.4rem;
	line-height : 1.5;
}

.m-txt-ttl {
	position : relative;
	margin-bottom : 90px;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl {
		margin-bottom : 180px;
	}
}
.m-txt-ttl .ttl-bg {
	min-height : 100px;
	background-color : #1a78b8;
	width : 34.4%;
	margin-left : auto;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl .ttl-bg {
		min-height : 290px;
		width : 71.4%;
		transform : translateY(-20px);
	}
}
.m-txt-ttl .ttl-inner {
	min-height : 150px;
	display : -ms-flexbox;
	display : flex;
	-ms-flex-pack : center;
	justify-content : center;
	-ms-flex-align : center;
	align-items : center;
	width : 87%;
	background : url(../images/bg_ttl_sp.jpg) center no-repeat;
	background-size : cover;
	position : absolute;
	top : 0;
	left : 0;
	background-color : #c9dfee;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl .ttl-inner {
		min-height : 350px;
		background : url(../images/bg_ttl.jpg) top no-repeat;
		background-size : cover;
		width : 85.7%;
		height : 100%;
	}
}
.m-txt-ttl .ttl-inner .ttl-text {
	display : inline-block;
	text-align : center;
	position : relative;
	padding-bottom : 10px;
	transform : translateX(20px);
}
@media screen and (min-width: 768px) {
	.m-txt-ttl .ttl-inner .ttl-text {
		padding-bottom : 15px;
		transform : translateX(100px);
	}
}
.m-txt-ttl .ttl-inner .ttl-text .text-en {
	font-size : 10px;
	font-size : 1.0rem;
	color : #1a78b8;
	text-transform : uppercase;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl .ttl-inner .ttl-text .text-en {
		font-size : 1.6rem;
	}
}
.m-txt-ttl .ttl-inner .ttl-text .text-ttl {
	font-family : 'Noto Serif JP', serif;
	font-size : 20px;
	font-size : 2.0rem;
	color : #333;
	line-height : 1.5;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl .ttl-inner .ttl-text .text-ttl {
		font-size : 4.8rem;
	}
}
.m-txt-ttl .ttl-inner .ttl-text:after {
	position : absolute;
	content : '';
	width : 20px;
	height : 1px;
	left : 0;
	bottom : 0;
	right : 0;
	margin : 0 auto;
	background-color : #fcc146;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl .ttl-inner .ttl-text:after {
		width : 40px;
	}
}

.m-txt-p {
	margin-top : 15px;
}
@media screen and (min-width: 768px) {
	.m-txt-p {
		margin-top : 20px;
	}
}
.m-txt-p a {
	display : inline-block;
}
.m-txt-p a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 10px;
	background : url('../svg/i_blank.svg?c=1a78b8') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.1em;
}
.m-txt-p a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 10px;
	background : url('../svg/i_pdf.svg?c=1a78b8') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.1em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
.m-txt-p a[href$='.doc']:not(.noticon):after, .m-txt-p a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 10px;
	background : url('../svg/i_word.svg?c=1a78b8') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.1em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
.m-txt-p a[href$='.xls']:not(.noticon):after, .m-txt-p a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 10px;
	background : url('../svg/i_excel.svg?c=1a78b8') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.1em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
.m-txt-p a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 10px;
	background : url('../svg/i_dl.svg?c=1a78b8') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.1em;
	width : 1.25em;
	height : 1.25em;
	top : -0.2em;
}
.m-txt-p a:after {
	margin-left : 5px !important;
	margin-right : 5px;
}

.m-txt-ttl2 {
	font-size : 18px;
	font-size : 1.8rem;
	margin-top : 50px;
	margin-bottom : 20px;
	position : relative;
	line-height : 1.5;
	padding-bottom : 15px;
	font-family : 'Noto Serif JP', serif;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2 {
		font-size : 3.0rem;
		margin-top : 100px;
		margin-bottom : 40px;
		padding-bottom : 30px;
	}
}
.m-txt-ttl2:before {
	content : '';
	display : inline-block;
	position : absolute;
	height : 1px;
	left : 0;
	right : 0;
	bottom : 1px;
	width : 100%;
	background : #dededf;
}
.m-txt-ttl2:after {
	content : '';
	display : inline-block;
	position : absolute;
	height : 3px;
	left : 0;
	bottom : 0;
	width : 23px;
	background : #fcc146;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl2:after {
		width : 46px;
	}
}

.m-txt-ttl3 {
	margin-top : 30px;
	margin-bottom : 20px;
	font-size : 18px;
	font-size : 1.8rem;
	line-height : 1.5;
	position : relative;
	padding-bottom : 10px;
	font-family : 'Noto Serif JP', serif;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl3 {
		padding-bottom : 20px;
		margin-top : 60px;
		margin-bottom : 40px;
		font-size : 2.6rem;
	}
}
.m-txt-ttl3:after {
	content : '';
	display : inline-block;
	position : absolute;
	height : 2px;
	left : 0;
	bottom : 0;
	width : 13px;
	background : #fcc146;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl3:after {
		width : 26px;
		height : 3px;
	}
}

.m-txt-ttl4 {
	margin-top : 20px;
	margin-bottom : 15px;
	font-size : 14px;
	font-size : 1.4rem;
	line-height : 1.5;
	font-family : 'Noto Serif JP', serif;
}
@media screen and (min-width: 768px) {
	.m-txt-ttl4 {
		margin-top : 40px;
		margin-bottom : 30px;
		font-size : 2.0rem;
	}
}

.m-txt-ttl5 {
	font-family : 'Noto Serif JP', serif;
}

.m-txt-cache {
	margin-top : 40px;
	font-size : 16px;
	font-size : 1.6rem;
	font-family : 'Noto Serif JP', serif;
}
@media screen and (min-width: 768px) {
	.m-txt-cache {
		margin-top : 80px;
		font-size : 2.6rem;
	}
}

.m-txt-note {
	position : relative;
	padding-left : 15px;
}
@media screen and (min-width: 961px) {
	.m-txt-note {
		padding-left : 17px;
	}
}
.m-txt-note:before {
	content : '\00203b';
	position : absolute;
	top : 0;
	left : 0;
}

.image-title {
	font-size : 14px;
	font-size : 1.4rem;
	margin-top : 5px;
	font-family : 'Noto Serif JP', serif;
}
@media screen and (min-width: 768px) {
	.image-title {
		font-size : 2.0rem;
		margin-top : 10px;
	}
}

.image-desc {
	margin-top : 5px;
}
@media screen and (min-width: 768px) {
	.image-desc {
		margin-top : 10px;
	}
}

.m-txt-link > a {
	display : inline-block;
	position : relative;
	padding : 3px 0 3px 15px;
}
.m-txt-link > a[target='_blank']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 10px;
	background : url('../svg/i_blank.svg?c=1a78b8') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.1em;
}
.m-txt-link > a[href$='.pdf']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 10px;
	background : url('../svg/i_pdf.svg?c=1a78b8') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.1em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
.m-txt-link > a[href$='.doc']:not(.noticon):after, .m-txt-link > a[href$='.docx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 10px;
	background : url('../svg/i_word.svg?c=1a78b8') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.1em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
.m-txt-link > a[href$='.xls']:not(.noticon):after, .m-txt-link > a[href$='.xlsx']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 10px;
	background : url('../svg/i_excel.svg?c=1a78b8') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.1em;
	width : 1.0625em;
	height : 1.25em;
	top : -0.1em;
}
.m-txt-link > a[href$='.zip']:not(.noticon):after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	width : 1.125em;
	height : 1.125em;
	margin-left : 10px;
	background : url('../svg/i_dl.svg?c=1a78b8') no-repeat right top;
	background-size : 100% auto;
	position : relative;
	top : -0.1em;
	width : 1.25em;
	height : 1.25em;
	top : -0.2em;
}
@media screen and (min-width: 768px) {
	.m-txt-link > a {
		padding : 5px 0 5px 30px;
	}
}
.m-txt-link > a:before {
	content : '';
	display : inline-block;
	width : 10px;
	height : 3px;
	background : url(../images/i_arrow.png) center no-repeat;
	background-size : 100% auto;
	position : absolute;
	left : 0;
	top : 1.1em;
}
@media screen and (min-width: 768px) {
	.m-txt-link > a:before {
		width : 20px;
		height : 6px;
	}
}

.m-btn-common > a {
	display : inline-block;
	background : #1a78b8;
	color : #fff;
	text-align : center;
	padding : 15px 32px;
	position : relative;
	text-decoration : none !important;
	font-size : 12px;
	font-size : 1.2rem;
}
@media screen and (min-width: 768px) {
	.m-btn-common > a {
		padding : 25px 50px;
		font-size : 1.4rem;
	}
}
.m-btn-common > a:after {
	position : absolute;
	content : '';
	top : 0;
	right : 0;
	bottom : 0;
	margin : auto 0;
	height : 1px;
	width : 20px;
	background-color : #fcc146;
	transition : 0.3s all;
}
@media screen and (min-width: 768px) {
	.m-btn-common > a:after {
		width : 40px;
	}
}
.m-btn-common > a:before {
	content : '';
	display : inline-block;
	position : absolute;
	top : 0;
	left : 0;
	bottom : 0;
	right : 0;
	background : #135a8a;
	transform-origin : right top;
	transform : scale(0, 1);
	transition : transform 0.3s;
}
.m-btn-common > a span {
	z-index : 1;
	position : relative;
}
@media screen and (min-width: 961px) {
	.m-btn-common > a:hover:before, .m-btn-common > a:focus:before {
		transform-origin : left top;
		transform : scale(1, 1);
	}
	.m-btn-common > a:hover:after, .m-btn-common > a:focus:after {
		width : 60px;
		right : -20px;
	}
}

[data-gs-col] .m-btn-common a {
	width : 100%;
}

.link-btn a span {
	position : relative;
	font-size : 14px;
	font-size : 1.4rem;
	padding-left : 10px;
}
@media screen and (min-width: 768px) {
	.link-btn a span {
		font-size : 1.6rem;
		padding-left : 20px;
	}
}
.link-btn a span:before {
	content : '';
	display : inline-block;
	width : 10px;
	height : 3px;
	background : url(../images/i_arrow.png) center no-repeat;
	background-size : 100% auto;
	position : absolute;
	left : 0;
	top : 0.6em;
	transform : rotate(90deg);
}
@media screen and (min-width: 768px) {
	.link-btn a span:before {
		width : 20px;
		height : 6px;
		top : 0.5em;
	}
}

/*
[data-gs-sp="1"] {
	margin-top: 30px;
	@include grid-row(0px);

	[data-gs-col] {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px;

		&:first-child {
			margin-top: 0;
		}
	}
}
*/
[data-gs='12'] {
	/*
	@include grid-row(10px);
	margin-top: 20px;
	*/
}
@media screen and (min-width: 768px) {
	[data-gs='12'] {
		margin : 0 -15px;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
		margin-top : 40px;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='12'] {
		margin-top : 30px;
		width : calc(100% / 1);
		width : calc((100% / 1 ) - 0.1px) \0;
		padding : 0 15px;
		font-size : 1.6rem;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='12']:nth-child(-n+1) {
		margin-top : 0;
	}
	[data-gs='12'] [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0;
	}
}
[data-gs='12'] [data-gs-col='8'] {
	/*
			@include grid(12, 12 , 10px , 1.4rem);
			&:first-child {
				margin-top: 0;
			}
			*/
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='8'] {
		width : calc(100% / 1.5);
		width : calc((100% / 1.5 ) - 0.1px) \0;
		padding : 0 15px;
		font-size : 1.6rem;
	}
	[data-gs='12'] [data-gs-col='8']:first-child {
		margin-top : 0;
	}
	[data-gs='12'] [data-gs-col='8'] > *:first-child {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='4'] + [data-gs-col='8'] {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='3'] {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 10px;
		font-size : 1.4rem;
	}
	[data-gs='12'] [data-gs-col='3']:nth-child(1), [data-gs='12'] [data-gs-col='3']:nth-child(2) {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col] > .m-list-image:first-child > ul:first-child {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='6'] {
		margin-top : 30px;
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 15px;
		font-size : 1.6rem;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='6']:nth-child(-n+2) {
		margin-top : 0;
	}
	[data-gs='12'] [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0;
	}
}
[data-gs='12'] [data-gs-col='8'] {
	/*
			@include grid(12, 12 , 10px , 1.4rem);
			&:first-child {
				margin-top: 0;
			}
			*/
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='8'] {
		width : calc(100% / 1.5);
		width : calc((100% / 1.5 ) - 0.1px) \0;
		padding : 0 15px;
		font-size : 1.6rem;
	}
	[data-gs='12'] [data-gs-col='8']:first-child {
		margin-top : 0;
	}
	[data-gs='12'] [data-gs-col='8'] > *:first-child {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='4'] + [data-gs-col='8'] {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='3'] {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 10px;
		font-size : 1.4rem;
	}
	[data-gs='12'] [data-gs-col='3']:nth-child(1), [data-gs='12'] [data-gs-col='3']:nth-child(2) {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col] > .m-list-image:first-child > ul:first-child {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='4'] {
		margin-top : 30px;
		width : calc(100% / 3);
		width : calc((100% / 3 ) - 0.1px) \0;
		padding : 0 15px;
		font-size : 1.6rem;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='4']:nth-child(-n+3) {
		margin-top : 0;
	}
	[data-gs='12'] [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0;
	}
}
[data-gs='12'] [data-gs-col='8'] {
	/*
			@include grid(12, 12 , 10px , 1.4rem);
			&:first-child {
				margin-top: 0;
			}
			*/
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='8'] {
		width : calc(100% / 1.5);
		width : calc((100% / 1.5 ) - 0.1px) \0;
		padding : 0 15px;
		font-size : 1.6rem;
	}
	[data-gs='12'] [data-gs-col='8']:first-child {
		margin-top : 0;
	}
	[data-gs='12'] [data-gs-col='8'] > *:first-child {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='4'] + [data-gs-col='8'] {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='3'] {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 10px;
		font-size : 1.4rem;
	}
	[data-gs='12'] [data-gs-col='3']:nth-child(1), [data-gs='12'] [data-gs-col='3']:nth-child(2) {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col] > .m-list-image:first-child > ul:first-child {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='3'] {
		margin-top : 30px;
		width : calc(100% / 4);
		width : calc((100% / 4 ) - 0.1px) \0;
		padding : 0 15px;
		font-size : 1.6rem;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='3']:nth-child(-n+4) {
		margin-top : 0;
	}
	[data-gs='12'] [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0;
	}
}
[data-gs='12'] [data-gs-col='8'] {
	/*
			@include grid(12, 12 , 10px , 1.4rem);
			&:first-child {
				margin-top: 0;
			}
			*/
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='8'] {
		width : calc(100% / 1.5);
		width : calc((100% / 1.5 ) - 0.1px) \0;
		padding : 0 15px;
		font-size : 1.6rem;
	}
	[data-gs='12'] [data-gs-col='8']:first-child {
		margin-top : 0;
	}
	[data-gs='12'] [data-gs-col='8'] > *:first-child {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='4'] + [data-gs-col='8'] {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col='3'] {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 10px;
		font-size : 1.4rem;
	}
	[data-gs='12'] [data-gs-col='3']:nth-child(1), [data-gs='12'] [data-gs-col='3']:nth-child(2) {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] [data-gs-col] > .m-list-image:first-child > ul:first-child {
		margin-top : 0;
	}
}
@media screen and (min-width: 768px) {
	[data-gs='12'] img {
		max-width : 100%;
	}
}

@media screen and (min-width: 768px) {
	.link-position-center [data-gs='12'] {
		text-align : center;
	}
}

.link-position-center [data-gs='12'] li {
	margin : auto;
}

html {
	height : 100%;
	color : #333;
	font-family : 'Lato', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight : 500;
	font-size : 62.5%;
}

body {
	font-size : 14px;
	font-size : 1.4rem;
	line-height : 2;
	letter-spacing : 0.07em;
}
@media screen and (min-width: 768px) {
	body {
		font-size : 1.6rem;
		min-width : 1200px;
	}
}
@media screen and (min-width: 961px) {
	body.tab #l-header .header-outer .header-inner .header-menu .menu-list .list-item a:hover:after, body.tab #l-header .header-outer .header-inner .header-menu .menu-list .list-item a:focus:after {
		width : 0;
	}
}

/* link style */
a {
	color : #1a78b8;
	text-decoration : none;
}

a:hover, a:active {
	text-decoration : underline;
}

img {
	max-width : 100%;
}

/* header style */
#l-header {
	position : fixed;
	left : 0;
	top : 0;
	right : 0;
	z-index : 100;
}
#l-header .header-overlay {
	transition : all 0.2s ease-out;
	background : rgba(0, 0, 0, 0.7);
	width : 100%;
	height : 100%;
	position : fixed;
	left : 0;
	z-index : 7;
	top : 0;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	visibility : hidden;
}
.menu-open #l-header .header-overlay {
	opacity : 0.8;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	visibility : visible;
}
#l-header .header-outer {
	position : relative;
	z-index : 10;
}
@media screen and (min-width: 768px) {
	#l-header .header-outer {
		z-index : 0;
	}
}
@media screen and (min-width: 768px) {
	#l-header .header-outer:before {
		content : '';
		position : absolute;
		width : 50vw;
		height : 100%;
		top : 0;
		left : 0;
		background-color : #fff;
	}
}
#l-header .header-outer:after {
	content : '';
	position : absolute;
	width : 34.4%;
	height : 100%;
	top : 0;
	right : 0;
	background-color : #1a78b8;
}
@media screen and (min-width: 768px) {
	#l-header .header-outer:after {
		max-width : calc(100vw - 300px);
		width : calc(50vw + 310px);
	}
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner {
		-ms-flex-align : center;
		align-items : center;
		min-width : 1200px;
		margin : 0 auto;
		padding : 21px 60px;
		height : auto;
		position : relative;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-pack : justify;
		justify-content : space-between;
	}
}
#l-header .header-outer .header-inner .header-top {
	padding : 10px 0;
	background-color : #fff;
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-top {
		padding : 0;
		background-color : transparent;
	}
}
#l-header .header-outer .header-inner .header-top .header-btn {
	position : absolute;
	cursor : pointer;
	transition : all 0.3s ease-in-out;
	display : block;
	width : 35px;
	height : 35px;
	left : auto;
	outline : 0;
	bottom : 0;
	border : none;
	padding : 10px 5px;
	background-color : transparent;
	right : 0;
	top : 8px;
	margin-right : 15px;
	z-index : 10;
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-top .header-btn {
		display : none;
	}
}
#l-header .header-outer .header-inner .header-top .header-btn > .btn-wrap, #l-header .header-outer .header-inner .header-top .header-btn:before, #l-header .header-outer .header-inner .header-top .header-btn:after {
	position : absolute;
	top : 50%;
	left : 50%;
	width : 18px;
	height : 2px;
	margin-left : -10px;
	background-color : #fff;
	display : inline-block;
	border-radius : 2px;
	transition : all 0.3s ease-in-out;
}
#l-header .header-outer .header-inner .header-top .header-btn > .btn-wrap {
	margin-top : -7px;
	font-size : 0;
}
#l-header .header-outer .header-inner .header-top .header-btn:before {
	margin-top : -1px;
	content : '';
}
#l-header .header-outer .header-inner .header-top .header-btn:after {
	margin-top : 5px;
	content : '';
}
.menu-open #l-header .header-outer .header-inner .header-top .header-btn > .btn-wrap {
	margin-top : -1px !important;
	transform : rotateZ(45deg);
	transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
}
.menu-open #l-header .header-outer .header-inner .header-top .header-btn:before {
	transition : 0.2s ease 0.1s;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.menu-open #l-header .header-outer .header-inner .header-top .header-btn:after {
	margin-top : -1px !important;
	transform : rotateZ(-45deg);
	transition : margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
}
#l-header .header-outer .header-inner .header-top .header-logo {
	margin-left : 15px;
	display : inline-block;
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-top .header-logo {
		margin-left : 0;
		position : relative;
		z-index : 1;
		margin-right : 35px;
	}
}
#l-header .header-outer .header-inner .header-top .header-logo a {
	width : 122px;
	display : block;
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-top .header-logo a {
		width : 200px;
	}
}
#l-header .header-outer .header-inner .header-menu {
	display : none;
	max-height : calc(var(--vh, 1vh) * 100 - 55px);
	background-color : #fff;
	overflow-y : scroll;
	position : relative;
	padding-bottom : 20px;
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-menu {
		display : block;
		background-color : transparent;
		overflow : visible;
		z-index : 1;
		padding-bottom : 0;
	}
}
#l-header .header-outer .header-inner .header-menu:after {
	content : '';
	position : absolute;
	width : 34.4%;
	height : 100%;
	top : 0;
	right : 0;
	background-color : #1a78b8;
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-menu:after {
		content : none;
	}
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-menu .menu-list {
		display : -ms-flexbox;
		display : flex;
		-ms-flex-pack : center;
		justify-content : center;
	}
}
#l-header .header-outer .header-inner .header-menu .menu-list .list-item a {
	font-size : 14px;
	font-size : 1.4rem;
	display : block;
	position : relative;
	padding : 15px;
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-menu .menu-list .list-item a {
		color : #fff;
		padding : 5px 0;
		text-decoration : none;
	}
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-menu .menu-list .list-item a:after {
		position : absolute;
		content : '';
		bottom : 0;
		left : 0;
		width : 0;
		height : 1px;
		background : #fcc146;
		transition : all 0.3s ease-out;
	}
}
@media screen and (min-width: 961px) {
	#l-header .header-outer .header-inner .header-menu .menu-list .list-item a:hover, #l-header .header-outer .header-inner .header-menu .menu-list .list-item a:focus {
		text-decoration : none;
	}
	#l-header .header-outer .header-inner .header-menu .menu-list .list-item a:hover:after, #l-header .header-outer .header-inner .header-menu .menu-list .list-item a:focus:after {
		width : 100%;
	}
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-menu .menu-list .list-item a.is-current:after {
		position : absolute;
		content : '';
		bottom : 0;
		left : 0;
		width : 100%;
		height : 1px;
		background : #fcc146;
		transition : unset;
	}
}
@media screen and (min-width: 768px) {
	#l-header .header-outer .header-inner .header-menu .menu-list .list-item + .list-item {
		margin-left : 38px;
	}
}

/* content style */
#l-wrap {
	position : relative;
}

#l-content {
	padding-top : 54px;
}
@media screen and (min-width: 768px) {
	#l-content {
		padding-top : 99px;
	}
}
#l-content .content-wrap {
	background : #fff;
	padding : 0 15px;
}
@media screen and (min-width: 768px) {
	#l-content .content-wrap {
		box-sizing : content-box;
		width : 1000px;
		margin : 0 auto;
		padding : 0 40px;
		position : relative;
	}
}
#l-content .content-wrap > *:first-child {
	margin-top : 0;
}
#l-content .content-wrap > [data-fixed] > *:first-child {
	margin-top : 0;
}
#l-content .content-wrap:after {
	content : ' ';
	display : table;
	clear : both;
}
#l-content .content-section {
	background : #fff;
}
@media screen and (min-width: 768px) {
	#l-content .content-section {
		float : left;
		width : 700px;
		margin-left : auto;
		margin-right : auto;
	}
}
#l-content .content-section > *:first-child {
	margin-top : 0;
}
#l-content .content-section > [data-fixed] > *:first-child {
	margin-top : 0;
}
#l-content .content-nav {
	display : none;
}
@media screen and (min-width: 768px) {
	#l-content .content-nav {
		display : block;
		float : right;
		width : 240px;
	}
}
#l-content .content-nav .nav-list .list-ttl {
	background-color : #1a78b8;
	color : #fff;
	padding : 14px 20px 14px;
}
#l-content .content-nav .nav-list .list-item {
	border-bottom : solid 1px #dededf;
}
#l-content .content-nav .nav-list .list-item > a {
	padding : 15px 20px 16px 48px;
	display : block;
	background-color : #f9f9f9;
	position : relative;
	font-size : 14px;
	font-size : 1.4rem;
}
#l-content .content-nav .nav-list .list-item > a:before {
	position : absolute;
	content : '';
	background : url(../images/i_arrow.png) center no-repeat;
	left : 20px;
	top : 0;
	bottom : 0;
	margin : auto 0;
	width : 20px;
	height : 6px;
	background-size : 100% auto;
}
#l-content .content-nav .nav-list .list-item > a.is-current {
	text-decoration : underline;
}
#l-content .content-nav .nav-list .list-item .item-child {
	display : none;
}
#l-content .content-nav .nav-list .list-item .item-child .child-menu {
	border-top : solid 1px #dededf;
}
#l-content .content-nav .nav-list .list-item .item-child .child-menu a {
	padding : 15px 20px 16px;
	display : block;
	background-color : #fff;
	font-size : 14px;
	font-size : 1.4rem;
}
#l-content .content-nav .nav-list .list-item .item-child .child-menu a.is-current {
	text-decoration : underline;
}

/* footer style */
#l-footer {
	padding-top : 80px;
}
@media screen and (min-width: 768px) {
	#l-footer {
		background-color : #1a78b8;
		margin-top : 160px;
		padding-top : 0;
	}
}
@media screen and (min-width: 768px) {
	#l-footer .footer-link {
		display : -ms-flexbox;
		display : flex;
	}
}
#l-footer .footer-link .link-item {
	overflow : hidden;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-link .link-item {
		width : 50%;
	}
}
#l-footer .footer-link .link-item .item-inner {
	text-decoration : none;
	color : #fff;
	min-height : 125px;
	display : block;
	position : relative;
	height : 100%;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-link .link-item .item-inner {
		min-height : 250px;
	}
}
#l-footer .footer-link .link-item .item-inner .item-image {
	transition : all 0.3s ease-out;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
}
#l-footer .footer-link .link-item .item-inner.item01 .item-image {
	background : url(../images/p_footer01.jpg) center no-repeat;
	background-size : cover;
}
#l-footer .footer-link .link-item .item-inner.item02 .item-image {
	background : url(../images/p_footer02.jpg) center no-repeat;
	background-size : cover;
}
#l-footer .footer-link .link-item .item-inner .item-text {
	display : -ms-flexbox;
	display : flex;
	-ms-flex-pack : center;
	justify-content : center;
	-ms-flex-align : center;
	align-items : center;
	position : absolute;
	top : 0;
	right : 0;
	left : 0;
	bottom : 0;
}
#l-footer .footer-link .link-item .item-inner .item-text .text-wrap {
	text-align : center;
	display : inline-block;
	margin-top : -10px;
	position : relative;
	padding-bottom : 5px;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-link .link-item .item-inner .item-text .text-wrap {
		margin-top : -25px;
		padding-bottom : 15px;
	}
}
#l-footer .footer-link .link-item .item-inner .item-text .text-wrap .item-ttl {
	font-size : 18px;
	font-size : 1.8rem;
	font-family : 'Noto Serif JP', serif;
	margin-top : -5px;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-link .link-item .item-inner .item-text .text-wrap .item-ttl {
		font-size : 3.0rem;
	}
}
#l-footer .footer-link .link-item .item-inner .item-text .text-wrap:after {
	content : '';
	position : absolute;
	width : 20px;
	height : 1px;
	background-color : #fcc146;
	bottom : 0;
	left : 0;
	right : 0;
	margin : 0 auto;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-link .link-item .item-inner .item-text .text-wrap:after {
		width : 40px;
	}
}
@media screen and (min-width: 961px) {
	#l-footer .footer-link .link-item .item-inner:hover .item-image, #l-footer .footer-link .link-item .item-inner:focus .item-image {
		transform : scale(1.05, 1.05);
	}
}
#l-footer .footer-copy {
	padding : 15px 0;
	background-color : #1a78b8;
}
@media screen and (min-width: 768px) {
	#l-footer .footer-copy {
		width : 1000px;
		margin : 0 auto;
		padding : 35px 0;
	}
}
#l-footer .footer-copy .copy-text {
	color : #fff;
	text-align : center;
}
#l-footer #footer-pagetop {
	position : fixed;
	right : 15px;
	bottom : 20px;
	width : 10px;
	height : 106px;
	display : none;
	z-index : 9;
}
@media screen and (min-width: 768px) {
	#l-footer #footer-pagetop {
		bottom : 40px;
		right : 40px;
		width : 12px;
		height : 133px;
	}
}
#l-footer #footer-pagetop a {
	position : relative;
	display : block;
	width : 100%;
	height : 100%;
	overflow : hidden;
}
@media screen and (min-width: 768px) {
	#l-footer #footer-pagetop a {
		transition : all 0.3s ease-out;
	}
}
#l-footer #footer-pagetop a span {
	color : transparent;
	position : absolute;
	top : -999em;
	right : -999em;
}
#l-footer #footer-pagetop a:before {
	content : '';
	position : absolute;
	width : 10px;
	height : 106px;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
	background : url(../svg/i_pagetop.svg) center no-repeat;
	background-size : 10px 106px;
	transition : all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
	#l-footer #footer-pagetop a:before {
		width : 12px;
		height : 133px;
		background-size : 12px 133px;
	}
}
@media screen and (min-width: 961px) {
	#l-footer #footer-pagetop a:hover, #l-footer #footer-pagetop a:focus {
		transform : translateY(-10px);
		text-decoration : none;
	}
	#l-footer #footer-pagetop a:hover:before, #l-footer #footer-pagetop a:focus:before {
		background-image : url(../svg/i_pagetop.svg?c=fcc146);
	}
}

/* print style */
@media print {
	html {
		background : none;
	}
	body {
		padding : 0;
		background : none;
	}
	/* for IE7 */
	*:first-child + html body {
		zoom : 67%;
	}
}

.mceContentBody {
	padding : 10px;
}
