@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct dashboard in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct dashboard in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct dashboard in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct dashboard in IE 10.
 */
[hidden] {
	display: none;
}
/* font-awesome*/
/* Tools */
/*
  var : 共通変数
*/
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
/* media quary */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
}
.m0 {
	margin: 0 !important;
}
.p0 {
	padding: 0 !important;
}
.pd-none {
	padding: 0 !important;
}
/*  hide anchor */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.show {
	display: block;
}
.hide {
	display: none;
}
/*  box layout */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.minh-none {
	min-height: inherit !important;
}
.maxh-none {
	max-height: inherit !important;
}
.minw-none {
	min-width: inherit !important;
}
.maxw-none {
	max-width: inherit !important;
}
/*  アクセシビリティ for スクリーンリーダー */
/*
参考） https://coliss.com/articles/build-websites/operation/work/guidelines-to-improve-web-accessibility.html
*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
body:hover .visually-hidden a, body:hover .visually-hidden input, body:hover .visually-hidden button {
	display: none !important;
}
* {
	box-sizing: border-box;
}
:root {
	font-size: 62.5%;
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body {
	padding: 0;
	margin: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 1.71429;
	color: #333;
	font-weight: 400;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	letter-spacing: 0.025em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body .under-page,
body .under-page p {
	font-size: 14pt !important;
	color: #000;
}

body .under-page table tr th,
body .under-page table tr td{
	font-size: 1.6rem !important;
	color: #000;
}

main {
	display: block;
}
a {
	color: #004AA1;
	text-decoration: none;
}
a:link {
	color: #01579B;
}
a:visited {
	color: #01579B;
}
a:hover {
	color: #01579B;
	text-decoration: underline;
}
a:active {
	color: #336699;
}
a:hover {
	text-decoration: none;
}
figure {
	margin: 0;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ol {
	list-style-type: none;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #ccc;
	margin-top: 2em;
	margin-bottom: 2em;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
dl {
	margin: 0;
	padding: 0;
}
.small-font {
	font-size: 1.2rem;
	line-height: calc(22 / 15);
	line-height: 22px;
	font-weight: 400;
}
.m-pc-hidden {
	display: none;
}
.pc-hidden {
	display: none;
}
.mb10 {
	margin-bottom: 10px;
}
.content .content-sec01 {
	position: relative;
	width: 100%;
	padding-bottom: 6.59722vw;
}
.content .content-sec01:before {
	position: absolute;
	top: -3.68056vw;
	left: 0;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../../_assets/img/index/bg-blue.svg);
	width: 100vw;
	height: 136.31944vw;
	z-index: -1;
}
/*.content .content-sec01:after {
	position: absolute;
	bottom: -81.94444vw;
	left: 0;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../../_assets/img/index/bg-deep-blue.svg);
	width: 100vw;
	height: 159.93056vw;
}*/
.object-fit {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'cover';
}
body button {
	background: none;
	border: none;
	text-align: left;
	width: 100%;
}
body button:focus {
	outline: none;
	background: none;
}
.hidden {
	display: none;
}
.tac {
	text-align: center;
}
button {
	cursor: pointer;
}
.page-contact .footer__banner, .page-nouhau .footer__banner, .page-nouhaudownload_salesman .footer__banner {
	display: none;
}
.page-contact .footer-wrap, .page-nouhau .footer-wrap, .page-nouhaudownload_salesman .footer-wrap {
	padding-bottom: 0;
}
.a-under a {
	transition: 0.4s;
}
.a-under a:hover {
	text-decoration: underline;
}
article {
	/*
	h1 {
		font-size: 3.6rem;
		@media screen and (max-width: 767.98px) {
			font-size: 2.4rem;
		}
	}

	h2 {
		margin-top: 3.4em;
		font-size: 2.6rem;
		@media screen and (max-width: 767.98px) {
			font-size: 2rem;
		}
		&:first-of-type {
			//margin-top: 0;
		}
	}

	h3 {
		margin-top: 2em;
		font-size: 2rem;
		@media screen and (max-width: 767.98px) {
			font-size: 1.6rem;
		}
	}

	h4 {
		font-size: 1.8rem;
		@media screen and (max-width: 767.98px) {
			font-size: 1.5rem;
		}
	}

	h5 {
		font-size: 1.5rem;
		@media screen and (max-width: 767.98px) {
			font-size: 1.5rem;
		}
	}
*/
}
/*
article .ex-link:after, article a[target="_blank"]:after {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	content: "\f35d";
	position: relative;
	margin-left: 0.3em;
	font-size: .9em;
	opacity: 0.8;
}*/
article .small {
	font-size: 1.4rem;
}
article .caption {
	font-size: 1.2rem;
}
article code {
	padding: 0.2em 0.4em;
	margin: 0;
	border-radius: 3px;
	background-color: #F6F8F9;
}
article pre {
	padding: 1em;
	overflow: auto;
	border-radius: 3px;
	background-color: #F6F8F9;
	line-height: 1.45;
	font-size: 1.6rem;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
article pre code {
	background: transparent;
}
article dl dt {
	margin-top: .5em;
	font-weight: bold;
}
article dl dt:first-child {
	margin-top: 0;
}
article hr {
	margin: 1.8em 0;
	border-top: 2px solid #CFD8DC;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
button, input, optgroup, select, textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
ul:not(.browser-default) {
	padding-left: 0;
	list-style-type: none;
}
ul:not(.browser-default) > li {
	list-style-type: none;
}
a {
	color: #01579B;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
	display: flex;
	align-items: center;
}
.clearfix {
	clear: both;
}
.z-depth-0 {
	box-shadow: none !important;
}
/* 2dp elevation modified*/
.z-depth-1, .btn, .btn-large, .btn-small, .btn-floating {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
/* 6dp elevation modified*/
.z-depth-2 {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
/* 12dp elevation modified*/
.z-depth-3 {
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
/* 16dp elevation */
.z-depth-4 {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
/* 24dp elevation */
.z-depth-5 {
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.hoverable {
	transition: box-shadow .25s;
}
.hoverable:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
	height: 1px;
	overflow: hidden;
	background-color: #e0e0e0;
}
blockquote {
	margin: 20px 0;
	padding-left: 1.5rem;
	border-left: 5px solid #083147;
}
i {
	line-height: inherit;
}
i.left {
	float: left;
	margin-right: 15px;
}
i.right {
	float: right;
	margin-left: 15px;
}
i.tiny {
	font-size: 1rem;
}
i.small {
	font-size: 2rem;
}
i.medium {
	font-size: 4rem;
}
i.large {
	font-size: 6rem;
}
img.responsive-img, video.responsive-video {
	max-width: 100%;
	height: auto;
}
.pagination li {
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	vertical-align: top;
	height: 30px;
}
.pagination li a {
	color: #444;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 10px;
	line-height: 30px;
}
.pagination li.active a {
	color: #fff;
}
.pagination li.active {
	background-color: #083147;
}
.pagination li.disabled a {
	cursor: default;
	color: #999;
}
.pagination li i {
	font-size: 2rem;
}
.pagination li.pages ul li {
	display: inline-block;
	float: none;
}
.breadcrumb {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
}
.breadcrumb i, .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"], .breadcrumb i.material-icons {
	display: inline-block;
	float: left;
	font-size: 24px;
}
.breadcrumb:before {
	content: '\E5CC';
	color: rgba(255, 255, 255, 0.7);
	vertical-align: top;
	display: inline-block;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	margin: 0 10px 0 8px;
	-webkit-font-smoothing: antialiased;
}
.breadcrumb:first-child:before {
	display: none;
}
.breadcrumb:last-child {
	color: #fff;
}
.parallax-container {
	position: relative;
	overflow: hidden;
	height: 500px;
}
.parallax-container .parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.parallax-container .parallax img {
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pin-top, .pin-bottom {
	position: relative;
}
.pinned {
	position: fixed !important;
}
/*********************
  Transition Classes
**********************/
ul.staggered-list li {
	opacity: 0;
}
.fade-in {
	opacity: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
/*********************
  Media Query Classes
**********************/
.page-footer {
	padding-top: 20px;
	color: #fff;
	background-color: #083147;
}
.page-footer .footer-copyright {
	overflow: hidden;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(51, 51, 51, 0.08);
}
table, th, td {
	border: none;
}
table {
	width: 100%;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
table.striped tr {
	border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
	background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
	border-radius: 0;
}
table.highlight > tbody > tr {
	transition: background-color .25s ease;
}
table.highlight > tbody > tr:hover {
	background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th, table.centered tbody tr td {
	text-align: center;
}
tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
td, th {
	padding: 15px 5px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	border-radius: 2px;
}
.collection {
	margin: 0.5rem 0 1rem 0;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.collection .collection-item {
	background-color: #fff;
	line-height: 1.5rem;
	padding: 10px 20px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
	min-height: 84px;
	padding-left: 72px;
	position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle, .collection .collection-item.avatar :not(.circle-clipper) > .circle {
	position: absolute;
	width: 42px;
	height: 42px;
	overflow: hidden;
	left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	background-color: #999;
	text-align: center;
}
.collection .collection-item.avatar .title {
	font-size: 16px;
}
.collection .collection-item.avatar p {
	margin: 0;
}
.collection .collection-item.avatar .secondary-content {
	position: absolute;
	top: 16px;
	right: 16px;
}
.collection .collection-item:last-child {
	border-bottom: none;
}
.collection .collection-item.active {
	background-color: #336699;
	color: #ecf2f9;
}
.collection .collection-item.active .secondary-content {
	color: #fff;
}
.collection a.collection-item {
	display: block;
	transition: .25s;
	color: #336699;
}
.collection a.collection-item:not(.active):hover {
	background-color: #ddd;
}
.collection.with-header .collection-header {
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 20px;
}
.collection.with-header .collection-item {
	padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
	padding-left: 72px;
}
.secondary-content {
	float: right;
	color: #336699;
}
.collapsible .collection {
	margin: 0;
	border: none;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.progress {
	position: relative;
	height: 4px;
	display: block;
	width: 100%;
	background-color: #b3cce6;
	border-radius: 2px;
	margin: 0.5rem 0 1rem 0;
	overflow: hidden;
}
.progress .determinate {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #336699;
	transition: width .3s linear;
}
.progress .indeterminate {
	background-color: #336699;
}
.progress .indeterminate:before {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%;
	}
	60% {
		left: 100%;
		right: -90%;
	}
	100% {
		left: 100%;
		right: -90%;
	}
}
@keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%;
	}
	60% {
		left: 100%;
		right: -90%;
	}
	100% {
		left: 100%;
		right: -90%;
	}
}
@-webkit-keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%;
	}
	60% {
		left: 107%;
		right: -8%;
	}
	100% {
		left: 107%;
		right: -8%;
	}
}
@keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%;
	}
	60% {
		left: 107%;
		right: -8%;
	}
	100% {
		left: 107%;
		right: -8%;
	}
}
/*******************
  Utility Classes
*******************/
.hide {
	display: none !important;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
.center, .center-align {
	text-align: center;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.no-select, input[type=range], input[type=range] + .thumb {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.circle {
	border-radius: 50%;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.truncate {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.no-padding {
	padding: 0 !important;
}
span.badge {
	min-width: 3rem;
	padding: 0 6px;
	margin-left: 14px;
	text-align: center;
	font-size: 1rem;
	line-height: 22px;
	height: 22px;
	color: #757575;
	float: right;
	box-sizing: border-box;
}
span.badge.new {
	font-weight: 300;
	font-size: 0.8rem;
	color: #fff;
	background-color: #336699;
	border-radius: 2px;
}
span.badge.new:after {
	content: " new";
}
span.badge[data-badge-caption]::after {
	content: " "attr(data-badge-caption);
}
nav ul a span.badge {
	display: inline-block;
	float: none;
	margin-left: 4px;
	line-height: 22px;
	height: 22px;
	-webkit-font-smoothing: auto;
}
.collection-item span.badge {
	margin-top: calc(0.75rem - 11px);
}
.collapsible span.badge {
	margin-left: auto;
}
.sidenav span.badge {
	margin-top: calc(24px - 11px);
}
table span.badge {
	display: inline-block;
	float: none;
	margin-left: auto;
}
.container {
	margin: 0 auto;
	max-width: 1280px;
	width: 90%;
}
.col .row {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.section {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.section.no-pad {
	padding: 0;
}
.section.no-pad-bot {
	padding-bottom: 0;
}
.section.no-pad-top {
	padding-top: 0;
}
.row {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.row .col {
	float: left;
	box-sizing: border-box;
	padding: 0 0.75rem;
	min-height: 1px;
}
.row .col[class*="push-"], .row .col[class*="pull-"] {
	position: relative;
}
.row .col.s1 {
	width: 8.33333%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s2 {
	width: 16.66667%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s3 {
	width: 25%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s4 {
	width: 33.33333%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s5 {
	width: 41.66667%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s6 {
	width: 50%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s7 {
	width: 58.33333%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s8 {
	width: 66.66667%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s9 {
	width: 75%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s10 {
	width: 83.33333%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s11 {
	width: 91.66667%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.s12 {
	width: 100%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.offset-s1 {
	margin-left: 8.33333%;
}
.row .col.pull-s1 {
	right: 8.33333%;
}
.row .col.push-s1 {
	left: 8.33333%;
}
.row .col.offset-s2 {
	margin-left: 16.66667%;
}
.row .col.pull-s2 {
	right: 16.66667%;
}
.row .col.push-s2 {
	left: 16.66667%;
}
.row .col.offset-s3 {
	margin-left: 25%;
}
.row .col.pull-s3 {
	right: 25%;
}
.row .col.push-s3 {
	left: 25%;
}
.row .col.offset-s4 {
	margin-left: 33.33333%;
}
.row .col.pull-s4 {
	right: 33.33333%;
}
.row .col.push-s4 {
	left: 33.33333%;
}
.row .col.offset-s5 {
	margin-left: 41.66667%;
}
.row .col.pull-s5 {
	right: 41.66667%;
}
.row .col.push-s5 {
	left: 41.66667%;
}
.row .col.offset-s6 {
	margin-left: 50%;
}
.row .col.pull-s6 {
	right: 50%;
}
.row .col.push-s6 {
	left: 50%;
}
.row .col.offset-s7 {
	margin-left: 58.33333%;
}
.row .col.pull-s7 {
	right: 58.33333%;
}
.row .col.push-s7 {
	left: 58.33333%;
}
.row .col.offset-s8 {
	margin-left: 66.66667%;
}
.row .col.pull-s8 {
	right: 66.66667%;
}
.row .col.push-s8 {
	left: 66.66667%;
}
.row .col.offset-s9 {
	margin-left: 75%;
}
.row .col.pull-s9 {
	right: 75%;
}
.row .col.push-s9 {
	left: 75%;
}
.row .col.offset-s10 {
	margin-left: 83.33333%;
}
.row .col.pull-s10 {
	right: 83.33333%;
}
.row .col.push-s10 {
	left: 83.33333%;
}
.row .col.offset-s11 {
	margin-left: 91.66667%;
}
.row .col.pull-s11 {
	right: 91.66667%;
}
.row .col.push-s11 {
	left: 91.66667%;
}
.row .col.offset-s12 {
	margin-left: 100%;
}
.row .col.pull-s12 {
	right: 100%;
}
.row .col.push-s12 {
	left: 100%;
}
.btn, .btn-large, .btn-small, .btn-flat {
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}
.btn.disabled, .disabled.btn-large, .disabled.btn-small, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-small:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled, .btn[disabled], .btn-large[disabled], .btn-small[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled] {
	pointer-events: none;
	background-color: #DFDFDF !important;
	box-shadow: none;
	color: #9F9F9F !important;
	cursor: default;
}
.btn.disabled:hover, .disabled.btn-large:hover, .disabled.btn-small:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn-small.disabled:hover, .btn-flat.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-small:disabled:hover, .btn-floating:disabled:hover, .btn-large:disabled:hover, .btn-small:disabled:hover, .btn-flat:disabled:hover, .btn[disabled]:hover, .btn-large[disabled]:hover, .btn-small[disabled]:hover, .btn-floating[disabled]:hover, .btn-large[disabled]:hover, .btn-small[disabled]:hover, .btn-flat[disabled]:hover {
	background-color: #DFDFDF !important;
	color: #9F9F9F !important;
}
.btn, .btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
	font-size: 14px;
	outline: 0;
}
.btn i, .btn-large i, .btn-small i, .btn-floating i, .btn-large i, .btn-small i, .btn-flat i {
	font-size: 1.3rem;
	line-height: inherit;
}
.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
	background-color: #264d73;
}
.btn, .btn-large, .btn-small {
	text-decoration: none;
	color: #fff;
	/*background-color: #336699;*/
	background: linear-gradient(to right, rgb(185, 10, 44), rgb(235, 112, 54));
	text-align: center;
	letter-spacing: .5px;
	transition: background-color .2s ease-out;
	cursor: pointer;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
	background-color: #3973ac;
}
.btn-floating {
	display: inline-block;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background-color: #336699;
	border-radius: 50%;
	transition: background-color .3s;
	cursor: pointer;
	vertical-align: middle;
}
.btn-floating:hover {
	background-color: #336699;
}
.btn-floating:before {
	border-radius: 0;
}
.btn-floating.btn-large {
	width: 56px;
	height: 56px;
	padding: 0;
}
.btn-floating.btn-large.halfway-fab {
	bottom: -28px;
}
.btn-floating.btn-large i {
	line-height: 56px;
}
.btn-floating.btn-small {
	width: 32.4px;
	height: 32.4px;
}
.btn-floating.btn-small.halfway-fab {
	bottom: -16.2px;
}
.btn-floating.btn-small i {
	line-height: 32.4px;
}
.btn-floating.halfway-fab {
	position: absolute;
	right: 24px;
	bottom: -20px;
}
.btn-floating.halfway-fab.left {
	right: auto;
	left: 24px;
}
.btn-floating i {
	width: inherit;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 40px;
}
button.btn-floating {
	border: none;
}
.fixed-action-btn {
	position: fixed;
	right: 23px;
	bottom: 23px;
	padding-top: 15px;
	margin-bottom: 0;
	z-index: 997;
}
.fixed-action-btn.active ul {
	visibility: visible;
}
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
	padding: 0 0 0 15px;
}
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
	text-align: right;
	right: 64px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	left: auto;
	/*width 100% only goes to width of button container */
	width: 500px;
}
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
	display: inline-block;
	margin: 7.5px 15px 0 0;
}
.fixed-action-btn.direction-right {
	padding: 0 15px 0 0;
}
.fixed-action-btn.direction-right ul {
	text-align: left;
	direction: rtl;
	left: 64px;
	right: auto;
}
.fixed-action-btn.direction-right ul li {
	margin: 7.5px 0 0 15px;
}
.fixed-action-btn.direction-bottom {
	padding: 0 0 15px 0;
}
.fixed-action-btn.direction-bottom ul {
	top: 64px;
	bottom: auto;
	display: flex;
	flex-direction: column-reverse;
}
.fixed-action-btn.direction-bottom ul li {
	margin: 15px 0 0 0;
}
.fixed-action-btn.toolbar {
	padding: 0;
	height: 56px;
}
.fixed-action-btn.toolbar.active > a i {
	opacity: 0;
}
.fixed-action-btn.toolbar ul {
	display: flex;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.fixed-action-btn.toolbar ul li {
	flex: 1;
	display: inline-block;
	margin: 0;
	height: 100%;
	transition: none;
}
.fixed-action-btn.toolbar ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
	line-height: 56px;
	z-index: 1;
}
.fixed-action-btn.toolbar ul li a i {
	line-height: inherit;
}
.fixed-action-btn ul {
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	bottom: 64px;
	margin: 0;
	visibility: hidden;
}
.fixed-action-btn ul li {
	margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
	opacity: 0;
}
.fixed-action-btn .fab-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 40px;
	height: 40px;
	background-color: #336699;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.btn-flat {
	box-shadow: none;
	background-color: transparent;
	color: #343434;
	cursor: pointer;
	transition: background-color .2s;
}
.btn-flat:focus, .btn-flat:hover {
	box-shadow: none;
}
.btn-flat:focus {
	background-color: rgba(0, 0, 0, 0.1);
}
.btn-flat.disabled {
	background-color: transparent !important;
	color: #b3b3b3 !important;
	cursor: default;
}
.btn-large {
	height: 54px;
	line-height: 54px;
	font-size: 15px;
	padding: 0 28px;
}
.btn-large i {
	font-size: 1.6rem;
}
.btn-small {
	height: 32.4px;
	line-height: 32.4px;
	font-size: 13px;
}
.btn-small i {
	font-size: 1.2rem;
}
.btn-block {
	display: block;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	transition: .3s ease-out;
}
.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.7s ease-out;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0);
	transform: scale(0);
	pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
	background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
	background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
	background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
	background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
	background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
	background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
	border: 0;
	font-style: normal;
	font-size: inherit;
	text-transform: inherit;
	background: none;
}
.waves-effect img {
	position: relative;
	z-index: -1;
}
.waves-notransition {
	transition: none !important;
}
.waves-circle {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-input-wrapper {
	border-radius: 0.2em;
	vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
	-webkit-mask-image: none;
}
.waves-block {
	display: block;
}
/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
	z-index: -1;
}
.collapsible {
	border-top: 1px solid #ccc;
	margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
	position: relative;
	display: flex;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1rem;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.collapsible-header:before, .collapsible-header:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 18px;
	display: inline-block;
	width: 20px;
	height: 4px;
	background: #ccc;
}
.collapsible-header:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.active .collapsible-header:before, .active .collapsible-header:after {
	background: #083147;
}
.active .collapsible-header:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.collapsible-body {
	display: none;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.sidenav .collapsible, .sidenav.fixed .collapsible {
	border: none;
	box-shadow: none;
}
.sidenav .collapsible li, .sidenav.fixed .collapsible li {
	padding: 0;
}
.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
	background-color: transparent;
	border: none;
	line-height: inherit;
	height: inherit;
	padding: 0 16px;
}
.sidenav .collapsible-header:hover, .sidenav.fixed .collapsible-header:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .collapsible-header i, .sidenav.fixed .collapsible-header i {
	line-height: inherit;
}
.sidenav .collapsible-body, .sidenav.fixed .collapsible-body {
	border: 0;
	background-color: #fff;
}
.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
	padding: 0 23.5px 0 31px;
}
.collapsible.popout {
	border: none;
	box-shadow: none;
}
.collapsible.popout > li {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin: 0 24px;
	transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	margin: 16px 0;
}
.materialboxed {
	display: block;
	cursor: zoom-in;
	position: relative;
	transition: opacity .4s;
	-webkit-backface-visibility: hidden;
}
.materialboxed:hover:not(.active) {
	opacity: .8;
}
.materialboxed.active {
	cursor: zoom-out;
}
#materialbox-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #292929;
	z-index: 1000;
	will-change: opacity;
}
.materialbox-caption {
	position: fixed;
	display: none;
	color: #fff;
	line-height: 50px;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0% 15%;
	height: 50px;
	z-index: 1000;
	-webkit-font-smoothing: antialiased;
}
select:focus {
	outline: 1px solid #53b6ec;
}
button:focus {
	outline: none;
	background-color: #3870a8;
}
label {
	font-size: 0.8rem;
	color: #ccc;
}
/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */ ::-webkit-input-placeholder {
	color: white;
}
:-ms-input-placeholder {
	color: white;
}
::-ms-input-placeholder {
	color: white;
}
::placeholder {
	color: white;
}
/* Text inputs */
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
	background-color: #F6F8F9;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	height: auto;
	width: 100%;
	font-size: 15px;
	margin: 0 0 4px 0;
	padding: 0.8em 0.8em;
	box-shadow: none;
	box-sizing: border-box;
	transition: box-shadow .3s, border .3s;
}
input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type=text]:not(.browser-default):disabled, input[type=text]:not(.browser-default)[readonly="readonly"], input[type=password]:not(.browser-default):disabled, input[type=password]:not(.browser-default)[readonly="readonly"], input[type=email]:not(.browser-default):disabled, input[type=email]:not(.browser-default)[readonly="readonly"], input[type=url]:not(.browser-default):disabled, input[type=url]:not(.browser-default)[readonly="readonly"], input[type=time]:not(.browser-default):disabled, input[type=time]:not(.browser-default)[readonly="readonly"], input[type=date]:not(.browser-default):disabled, input[type=date]:not(.browser-default)[readonly="readonly"], input[type=datetime]:not(.browser-default):disabled, input[type=datetime]:not(.browser-default)[readonly="readonly"], input[type=datetime-local]:not(.browser-default):disabled, input[type=datetime-local]:not(.browser-default)[readonly="readonly"], input[type=tel]:not(.browser-default):disabled, input[type=tel]:not(.browser-default)[readonly="readonly"], input[type=number]:not(.browser-default):disabled, input[type=number]:not(.browser-default)[readonly="readonly"], input[type=search]:not(.browser-default):disabled, input[type=search]:not(.browser-default)[readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"] {
	color: rgba(0, 0, 0, 0.42);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label, input[type=text]:not(.browser-default):disabled + label, input[type=text]:not(.browser-default)[readonly="readonly"] + label, input[type=password]:not(.browser-default):disabled + label, input[type=password]:not(.browser-default)[readonly="readonly"] + label, input[type=email]:not(.browser-default):disabled + label, input[type=email]:not(.browser-default)[readonly="readonly"] + label, input[type=url]:not(.browser-default):disabled + label, input[type=url]:not(.browser-default)[readonly="readonly"] + label, input[type=time]:not(.browser-default):disabled + label, input[type=time]:not(.browser-default)[readonly="readonly"] + label, input[type=date]:not(.browser-default):disabled + label, input[type=date]:not(.browser-default)[readonly="readonly"] + label, input[type=datetime]:not(.browser-default):disabled + label, input[type=datetime]:not(.browser-default)[readonly="readonly"] + label, input[type=datetime-local]:not(.browser-default):disabled + label, input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label, input[type=tel]:not(.browser-default):disabled + label, input[type=tel]:not(.browser-default)[readonly="readonly"] + label, input[type=number]:not(.browser-default):disabled + label, input[type=number]:not(.browser-default)[readonly="readonly"] + label, input[type=search]:not(.browser-default):disabled + label, input[type=search]:not(.browser-default)[readonly="readonly"] + label, textarea.materialize-textarea:disabled + label, textarea.materialize-textarea[readonly="readonly"] + label {
	color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #083147;
	box-shadow: 0 1px 0 0 #083147;
}
input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
	color: #083147;
}
input:not([type]):focus.valid ~ label, input[type=text]:not(.browser-default):focus.valid ~ label, input[type=password]:not(.browser-default):focus.valid ~ label, input[type=email]:not(.browser-default):focus.valid ~ label, input[type=url]:not(.browser-default):focus.valid ~ label, input[type=time]:not(.browser-default):focus.valid ~ label, input[type=date]:not(.browser-default):focus.valid ~ label, input[type=datetime]:not(.browser-default):focus.valid ~ label, input[type=datetime-local]:not(.browser-default):focus.valid ~ label, input[type=tel]:not(.browser-default):focus.valid ~ label, input[type=number]:not(.browser-default):focus.valid ~ label, input[type=search]:not(.browser-default):focus.valid ~ label, textarea.materialize-textarea:focus.valid ~ label {
	color: #083147;
}
input:not([type]):focus.invalid ~ label, input[type=text]:not(.browser-default):focus.invalid ~ label, input[type=password]:not(.browser-default):focus.invalid ~ label, input[type=email]:not(.browser-default):focus.invalid ~ label, input[type=url]:not(.browser-default):focus.invalid ~ label, input[type=time]:not(.browser-default):focus.invalid ~ label, input[type=date]:not(.browser-default):focus.invalid ~ label, input[type=datetime]:not(.browser-default):focus.invalid ~ label, input[type=datetime-local]:not(.browser-default):focus.invalid ~ label, input[type=tel]:not(.browser-default):focus.invalid ~ label, input[type=number]:not(.browser-default):focus.invalid ~ label, input[type=search]:not(.browser-default):focus.invalid ~ label, textarea.materialize-textarea:focus.invalid ~ label {
	color: #f00;
}
input:not([type]).validate + label, input[type=text]:not(.browser-default).validate + label, input[type=password]:not(.browser-default).validate + label, input[type=email]:not(.browser-default).validate + label, input[type=url]:not(.browser-default).validate + label, input[type=time]:not(.browser-default).validate + label, input[type=date]:not(.browser-default).validate + label, input[type=datetime]:not(.browser-default).validate + label, input[type=datetime-local]:not(.browser-default).validate + label, input[type=tel]:not(.browser-default).validate + label, input[type=number]:not(.browser-default).validate + label, input[type=search]:not(.browser-default).validate + label, textarea.materialize-textarea.validate + label {
	width: 100%;
}
/* Validation Sass Placeholders */
input.valid:not([type]), input.valid:not([type]):focus, input.valid[type=text]:not(.browser-default), input.valid[type=text]:not(.browser-default):focus, input.valid[type=password]:not(.browser-default), input.valid[type=password]:not(.browser-default):focus, input.valid[type=email]:not(.browser-default), input.valid[type=email]:not(.browser-default):focus, input.valid[type=url]:not(.browser-default), input.valid[type=url]:not(.browser-default):focus, input.valid[type=time]:not(.browser-default), input.valid[type=time]:not(.browser-default):focus, input.valid[type=date]:not(.browser-default), input.valid[type=date]:not(.browser-default):focus, input.valid[type=datetime]:not(.browser-default), input.valid[type=datetime]:not(.browser-default):focus, input.valid[type=datetime-local]:not(.browser-default), input.valid[type=datetime-local]:not(.browser-default):focus, input.valid[type=tel]:not(.browser-default), input.valid[type=tel]:not(.browser-default):focus, input.valid[type=number]:not(.browser-default), input.valid[type=number]:not(.browser-default):focus, input.valid[type=search]:not(.browser-default), input.valid[type=search]:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
	border-bottom: 1px solid #083147;
	box-shadow: 0 1px 0 0 #083147;
}
input.invalid:not([type]), input.invalid:not([type]):focus, input.invalid[type=text]:not(.browser-default), input.invalid[type=text]:not(.browser-default):focus, input.invalid[type=password]:not(.browser-default), input.invalid[type=password]:not(.browser-default):focus, input.invalid[type=email]:not(.browser-default), input.invalid[type=email]:not(.browser-default):focus, input.invalid[type=url]:not(.browser-default), input.invalid[type=url]:not(.browser-default):focus, input.invalid[type=time]:not(.browser-default), input.invalid[type=time]:not(.browser-default):focus, input.invalid[type=date]:not(.browser-default), input.invalid[type=date]:not(.browser-default):focus, input.invalid[type=datetime]:not(.browser-default), input.invalid[type=datetime]:not(.browser-default):focus, input.invalid[type=datetime-local]:not(.browser-default), input.invalid[type=datetime-local]:not(.browser-default):focus, input.invalid[type=tel]:not(.browser-default), input.invalid[type=tel]:not(.browser-default):focus, input.invalid[type=number]:not(.browser-default), input.invalid[type=number]:not(.browser-default):focus, input.invalid[type=search]:not(.browser-default), input.invalid[type=search]:not(.browser-default):focus, textarea.materialize-textarea.invalid, textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus {
	border-bottom: 1px solid #f00;
	box-shadow: 0 1px 0 0 #f00;
	background-color: #FDF0EF;
}
input:not([type]).valid ~ .helper-text[data-success], input:not([type]):focus.valid ~ .helper-text[data-success], input:not([type]).invalid ~ .helper-text[data-error], input:not([type]):focus.invalid ~ .helper-text[data-error], input[type=text]:not(.browser-default).valid ~ .helper-text[data-success], input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type=password]:not(.browser-default).valid ~ .helper-text[data-success], input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type=email]:not(.browser-default).valid ~ .helper-text[data-success], input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type=url]:not(.browser-default).valid ~ .helper-text[data-success], input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type=time]:not(.browser-default).valid ~ .helper-text[data-success], input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type=date]:not(.browser-default).valid ~ .helper-text[data-success], input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success], input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success], input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success], input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type=number]:not(.browser-default).valid ~ .helper-text[data-success], input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type=search]:not(.browser-default).valid ~ .helper-text[data-success], input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error], input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error], textarea.materialize-textarea.valid ~ .helper-text[data-success], textarea.materialize-textarea:focus.valid ~ .helper-text[data-success], textarea.materialize-textarea.invalid ~ .helper-text[data-error], textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error], .select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error] {
	color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
input:not([type]).valid ~ .helper-text:after, input:not([type]):focus.valid ~ .helper-text:after, input[type=text]:not(.browser-default).valid ~ .helper-text:after, input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after, input[type=password]:not(.browser-default).valid ~ .helper-text:after, input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after, input[type=email]:not(.browser-default).valid ~ .helper-text:after, input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after, input[type=url]:not(.browser-default).valid ~ .helper-text:after, input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after, input[type=time]:not(.browser-default).valid ~ .helper-text:after, input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after, input[type=date]:not(.browser-default).valid ~ .helper-text:after, input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after, input[type=datetime]:not(.browser-default).valid ~ .helper-text:after, input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after, input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after, input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after, input[type=tel]:not(.browser-default).valid ~ .helper-text:after, input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after, input[type=number]:not(.browser-default).valid ~ .helper-text:after, input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after, input[type=search]:not(.browser-default).valid ~ .helper-text:after, input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after, textarea.materialize-textarea.valid ~ .helper-text:after, textarea.materialize-textarea:focus.valid ~ .helper-text:after, .select-wrapper.valid ~ .helper-text:after {
	content: attr(data-success);
	color: #083147;
}
input:not([type]).invalid ~ .helper-text:after, input:not([type]):focus.invalid ~ .helper-text:after, input[type=text]:not(.browser-default).invalid ~ .helper-text:after, input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=password]:not(.browser-default).invalid ~ .helper-text:after, input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=email]:not(.browser-default).invalid ~ .helper-text:after, input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=url]:not(.browser-default).invalid ~ .helper-text:after, input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=time]:not(.browser-default).invalid ~ .helper-text:after, input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=date]:not(.browser-default).invalid ~ .helper-text:after, input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after, input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after, input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=tel]:not(.browser-default).invalid ~ .helper-text:after, input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=number]:not(.browser-default).invalid ~ .helper-text:after, input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=search]:not(.browser-default).invalid ~ .helper-text:after, input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after, textarea.materialize-textarea.invalid ~ .helper-text:after, textarea.materialize-textarea:focus.invalid ~ .helper-text:after, .select-wrapper.invalid ~ .helper-text:after {
	content: attr(data-error);
	color: #f00;
}
input:not([type]) + label:after, input[type=text]:not(.browser-default) + label:after, input[type=password]:not(.browser-default) + label:after, input[type=email]:not(.browser-default) + label:after, input[type=url]:not(.browser-default) + label:after, input[type=time]:not(.browser-default) + label:after, input[type=date]:not(.browser-default) + label:after, input[type=datetime]:not(.browser-default) + label:after, input[type=datetime-local]:not(.browser-default) + label:after, input[type=tel]:not(.browser-default) + label:after, input[type=number]:not(.browser-default) + label:after, input[type=search]:not(.browser-default) + label:after, textarea.materialize-textarea + label:after, .select-wrapper + label:after {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	transition: .2s opacity ease-out, .2s color ease-out;
}
.input-field {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.input-field.inline {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.input-field.inline input, .input-field.inline .select-dropdown {
	margin-bottom: 1rem;
}
.input-field.col label {
	left: 0.75rem;
}
.input-field.col .prefix ~ label, .input-field.col .prefix ~ .validate ~ label {
	width: calc(100% - 3rem - 1.5rem);
}
.input-field > label {
	color: #999;
	position: absolute;
	top: 0.2em;
	left: 1em;
	font-size: 1.5rem;
	line-height: 1;
	cursor: text;
	transition: all .2s ease-out;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	text-align: initial;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}
.input-field > label:not(.label-icon).active {
	left: 0;
	-webkit-transform: translateY(-18px) scale(0.8);
	transform: translateY(-18px) scale(0.8);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
	-webkit-transform: translateY(-14px) scale(0.8);
	transform: translateY(-14px) scale(0.8);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.input-field .helper-text {
	position: relative;
	min-height: 1.4em;
	display: block;
	line-height: 1;
	font-size: 13px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.54);
	transition: all .2s;
}
.input-field .prefix {
	position: absolute;
	width: auto;
	font-size: 1.8rem;
	transition: color .2s;
	top: auto-1.8rem/2;
}
.input-field .prefix.active {
	color: #083147;
}
.input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .helper-text, .input-field .prefix ~ .autocomplete-content {
	margin-left: 3rem;
	width: 92%;
	width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
	margin-left: 3rem;
}
/* Search Field */
.input-field input[type=search] {
	display: block;
	line-height: inherit;
	transition: .3s background-color;
}
.nav-wrapper .input-field input[type=search] {
	height: inherit;
	padding-left: 4rem;
	width: calc(100% - 4rem);
	border: 0;
	box-shadow: none;
}
.input-field input[type=search]:focus:not(.browser-default) {
	background-color: #F6F8F9;
	border: 0;
	box-shadow: none;
	color: #444;
}
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
	color: #444;
}
.input-field input[type=search] + .label-icon {
	-webkit-transform: none;
	transform: none;
	left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
	position: absolute;
	top: 0;
	right: 1rem;
	color: transparent;
	cursor: pointer;
	font-size: 1.8rem;
	transition: .3s color;
}
/* Textarea */
textarea {
	width: 100%;
	height: auto;
	background-color: transparent;
}
textarea.materialize-textarea {
	line-height: normal;
	overflow-y: hidden;
	/* prevents scroll bar flash */
	padding: .8rem 0 .8rem 0;
	/* prevents text jump on Enter keypress */
	resize: none;
	min-height: auto;
	box-sizing: border-box;
}
.hiddendiv {
	visibility: hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* future version of deprecated 'word-wrap' */
	padding-top: 1.2rem;
	/* prevents text jump on Enter keypress */
	position: absolute;
	top: 0;
	z-index: -1;
}
/* Autocomplete */
.autocomplete-content li .highlight {
	color: #444;
}
.autocomplete-content li img {
	height: 40px;
	width: 40px;
	margin: 5px 15px;
}
/* Character Counter */
.character-counter {
	min-height: 18px;
}
/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked), [type="radio"]:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	transition: .28s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
[type="radio"] + span:before, [type="radio"] + span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	transition: .28s ease;
}
/* Unchecked styles */
[type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after, [type="radio"]:checked + span:before, [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
	border-radius: 50%;
}
[type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after {
	border: 2px solid #979797;
}
[type="radio"]:not(:checked) + span:after {
	-webkit-transform: scale(0);
	transform: scale(0);
}
/* Checked styles */
[type="radio"]:checked + span:before {
	border: 2px solid transparent;
}
[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
	border: 2px solid #083147;
}
[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
	background-color: #083147;
}
[type="radio"]:checked + span:after {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
/* Focused styles */
[type="radio"].tabbed:focus + span:before {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
	border: 2px solid rgba(0, 0, 0, 0.42);
}
[type="radio"].with-gap:disabled:checked + span:after {
	border: none;
	background-color: rgba(0, 0, 0, 0.42);
}
/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before, [type="radio"]:disabled:checked + span:before {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled + span {
	color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:not(:checked) + span:before {
	border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:checked + span:after {
	background-color: rgba(0, 0, 0, 0.42);
	border-color: #949494;
}
/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
[type="checkbox"] {
	/* checkbox aspect */
}
[type="checkbox"] + span:not(.lever) {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	color: #333;
	font-size: 1.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	z-index: 0;
	border: 1px solid #979797;
	border-radius: 1px;
	margin-top: 3px;
	transition: .2s;
}
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
	border: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
	border: none;
	background-color: rgba(0, 0, 0, 0.42);
}
[type="checkbox"].tabbed:focus + span:not(.lever):after {
	-webkit-transform: scale(1);
	transform: scale(1);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + span:not(.lever):before {
	top: -4px;
	left: -5px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #083147;
	border-bottom: 2px solid #083147;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + span:before {
	border-right: 2px solid rgba(0, 0, 0, 0.42);
	border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
	top: -11px;
	left: -12px;
	width: 10px;
	height: 22px;
	border-top: none;
	border-left: none;
	border-right: 2px solid #083147;
	border-bottom: none;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
	border-right: 2px solid rgba(0, 0, 0, 0.42);
	background-color: transparent;
}
[type="checkbox"].filled-in + span:not(.lever):after {
	border-radius: 2px;
}
[type="checkbox"].filled-in + span:not(.lever):before, [type="checkbox"].filled-in + span:not(.lever):after {
	content: '';
	left: 0;
	position: absolute;
	/* .1s delay is for check animation */
	transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
	z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #979797;
	top: 0px;
	z-index: 0;
}
[type="checkbox"].filled-in:checked + span:not(.lever):before {
	top: 0;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #F6F8F9;
	border-bottom: 2px solid #F6F8F9;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #336699;
	background-color: #336699;
	z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
	border-radius: 2px;
	border-color: #979797;
	background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
	border-radius: 2px;
	background-color: #336699;
	border-color: #336699;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
	background-color: transparent;
	border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
	border-color: transparent;
	background-color: #949494;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
	background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
	background-color: #949494;
	border-color: #949494;
}
/* Switch
   ========================================================================== */
.switch, .switch * {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.switch label {
	cursor: pointer;
}
.switch label input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
	background-color: #2f78a0;
}
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
	left: 18px;
}
.switch label input[type=checkbox]:checked + .lever:after {
	background-color: #083147;
}
.switch label .lever {
	content: "";
	display: inline-block;
	position: relative;
	width: 36px;
	height: 14px;
	background-color: rgba(0, 0, 0, 0.38);
	border-radius: 15px;
	margin-right: 10px;
	transition: background 0.3s ease;
	vertical-align: middle;
	margin: 0 16px;
}
.switch label .lever:before, .switch label .lever:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	left: 0;
	top: -3px;
	transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, -webkit-transform .1s ease;
	transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
	transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-transform .1s ease;
}
.switch label .lever:before {
	background-color: rgba(8, 49, 71, 0.15);
}
.switch label .lever:after {
	background-color: #F1F1F1;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before, input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
	-webkit-transform: scale(2.4);
	transform: scale(2.4);
	background-color: rgba(8, 49, 71, 0.15);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:before, input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
	-webkit-transform: scale(2.4);
	transform: scale(2.4);
	background-color: rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
	cursor: default;
	background-color: rgba(0, 0, 0, 0.12);
}
.switch label input[type=checkbox][disabled] + .lever:after, .switch label input[type=checkbox][disabled]:checked + .lever:after {
	background-color: #949494;
}
/* Select Field
   ========================================================================== */
select {
	display: none;
}
select.browser-default {
	display: block;
}
select {
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 5px;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	height: auto;
}
.select-label {
	position: absolute;
}
.select-wrapper {
	position: relative;
}
.select-wrapper.valid + label, .select-wrapper.invalid + label {
	width: 100%;
	pointer-events: none;
}
.select-wrapper input.select-dropdown {
	position: relative;
	cursor: pointer;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	outline: none;
	height: auto;
	line-height: auto;
	width: 100%;
	font-size: 15px;
	margin: 0 0 4px 0;
	padding: 0;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
}
.select-wrapper input.select-dropdown:focus {
	border-bottom: 1px solid #083147;
}
.select-wrapper .caret {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 0;
	fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper + label {
	position: absolute;
	top: -26px;
	font-size: 0.8rem;
}
select:disabled {
	color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled + label {
	color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled .caret {
	fill: rgba(0, 0, 0, 0.42);
}
.select-wrapper input.select-dropdown:disabled {
	color: rgba(0, 0, 0, 0.42);
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select-wrapper i {
	color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
	color: rgba(0, 0, 0, 0.3);
	background-color: transparent;
}
.select-dropdown.dropdown-content li:hover {
	background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li.selected {
	background-color: rgba(0, 0, 0, 0.03);
}
.select-dropdown.dropdown-content li:focus {
	background-color: rgba(0, 0, 0, 0.08);
}
.prefix ~ .select-wrapper {
	margin-left: 3rem;
	width: 92%;
	width: calc(100% - 3rem);
}
.prefix ~ label {
	margin-left: 3rem;
}
.select-dropdown li img {
	height: 40px;
	width: 40px;
	margin: 5px 15px;
	float: right;
}
.select-dropdown li.optgroup {
	border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
	color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
	color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
	padding-left: 1rem;
}
/* File Input
   ========================================================================== */
.file-field {
	position: relative;
}
.file-field .file-path-wrapper {
	overflow: hidden;
	padding-left: 10px;
}
.file-field input.file-path {
	width: 100%;
}
.file-field .btn, .file-field .btn-large, .file-field .btn-small {
	float: left;
	height: auto;
	line-height: auto;
}
.file-field span {
	cursor: pointer;
}
.file-field input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.file-field input[type=file]::-webkit-file-upload-button {
	display: none;
}
/* Range
   ========================================================================== */
.range-field {
	position: relative;
}
input[type=range], input[type=range] + .thumb {
	cursor: pointer;
}
input[type=range] {
	position: relative;
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	margin: 15px 0;
	padding: 0;
}
input[type=range]:focus {
	outline: none;
}
input[type=range] + .thumb {
	position: absolute;
	top: 10px;
	left: 0;
	border: none;
	height: 0;
	width: 0;
	border-radius: 50%;
	background-color: #083147;
	margin-left: 7px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
	display: block;
	width: 30px;
	text-align: center;
	color: #083147;
	font-size: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=range] + .thumb.active {
	border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
	color: #F6F8F9;
	margin-left: -1px;
	margin-top: 8px;
	font-size: 10px;
}
input[type=range] {
	-webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
	height: 3px;
	background: #c2c0c2;
	border: none;
}
input[type=range]::-webkit-slider-thumb {
	border: none;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #083147;
	transition: box-shadow .3s;
	-webkit-appearance: none;
	background-color: #083147;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	margin: -5px 0 0 0;
}
input[type=range].focused:focus:not(.active)::-webkit-slider-thumb {
	box-shadow: 0 0 0 10px rgba(8, 49, 71, 0.26);
}
input[type=range] {
	/* fix for FF unable to apply focus style bug  */
	border: 1px solid white;
	/*required for proper track sizing in FF*/
}
input[type=range]::-moz-range-track {
	height: 3px;
	background: #c2c0c2;
	border: none;
}
input[type=range]::-moz-focus-inner {
	border: 0;
}
input[type=range]::-moz-range-thumb {
	border: none;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #083147;
	transition: box-shadow .3s;
	margin-top: -5px;
}
input[type=range]:-moz-focusring {
	outline: 1px solid #fff;
	outline-offset: -1px;
}
input[type=range].focused:focus:not(.active)::-moz-range-thumb {
	box-shadow: 0 0 0 10px rgba(8, 49, 71, 0.26);
}
input[type=range]::-ms-track {
	height: 3px;
	background: transparent;
	border-color: transparent;
	border-width: 6px 0;
	/*remove default tick marks*/
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #777;
}
input[type=range]::-ms-fill-upper {
	background: #ddd;
}
input[type=range]::-ms-thumb {
	border: none;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #083147;
	transition: box-shadow .3s;
}
input[type=range].focused:focus:not(.active)::-ms-thumb {
	box-shadow: 0 0 0 10px rgba(8, 49, 71, 0.26);
}
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
}
.preloader-wrapper.small {
	width: 36px;
	height: 36px;
}
.preloader-wrapper.big {
	width: 64px;
	height: 64px;
}
.preloader-wrapper.active {
	/* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
	-webkit-animation: container-rotate 1568ms linear infinite;
	animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.spinner-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-color: #336699;
}
.spinner-blue, .spinner-blue-only {
	border-color: #4285f4;
}
.spinner-red, .spinner-red-only {
	border-color: #db4437;
}
.spinner-yellow, .spinner-yellow-only {
	border-color: #f4b400;
}
.spinner-green, .spinner-green-only {
	border-color: #0f9d58;
}
/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer, .active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only {
	/* durations: 4 * ARCTIME */
	opacity: 1;
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
	}
	/* 0.5 * ARCSIZE */
	25% {
		-webkit-transform: rotate(270deg);
	}
	/* 1   * ARCSIZE */
	37.5% {
		-webkit-transform: rotate(405deg);
	}
	/* 1.5 * ARCSIZE */
	50% {
		-webkit-transform: rotate(540deg);
	}
	/* 2   * ARCSIZE */
	62.5% {
		-webkit-transform: rotate(675deg);
	}
	/* 2.5 * ARCSIZE */
	75% {
		-webkit-transform: rotate(810deg);
	}
	/* 3   * ARCSIZE */
	87.5% {
		-webkit-transform: rotate(945deg);
	}
	/* 3.5 * ARCSIZE */
	to {
		-webkit-transform: rotate(1080deg);
	}
	/* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	/* 0.5 * ARCSIZE */
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	/* 1   * ARCSIZE */
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	/* 1.5 * ARCSIZE */
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	/* 2   * ARCSIZE */
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	/* 2.5 * ARCSIZE */
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	/* 3   * ARCSIZE */
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	/* 3.5 * ARCSIZE */
	to {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
	/* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
	from {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	89% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blue-fade-in-out {
	from {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	89% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes red-fade-in-out {
	from {
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	51% {
		opacity: 0;
	}
}
@keyframes red-fade-in-out {
	from {
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	51% {
		opacity: 0;
	}
}
@-webkit-keyframes yellow-fade-in-out {
	from {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	76% {
		opacity: 0;
	}
}
@keyframes yellow-fade-in-out {
	from {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	76% {
		opacity: 0;
	}
}
@-webkit-keyframes green-fade-in-out {
	from {
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes green-fade-in-out {
	from {
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}
.gap-patch .circle {
	width: 1000%;
	left: -450%;
}
.circle-clipper {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}
.circle-clipper .circle {
	width: 200%;
	height: 100%;
	border-width: 3px;
	/* STROKEWIDTH */
	border-style: solid;
	border-color: inherit;
	border-bottom-color: transparent !important;
	border-radius: 50%;
	-webkit-animation: none;
	animation: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.circle-clipper.left .circle {
	left: 0;
	border-right-color: transparent !important;
	-webkit-transform: rotate(129deg);
	transform: rotate(129deg);
}
.circle-clipper.right .circle {
	left: -100%;
	border-left-color: transparent !important;
	-webkit-transform: rotate(-129deg);
	transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
	/* duration: ARCTIME */
	-webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
	/* duration: ARCTIME */
	-webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
	from {
		-webkit-transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
	}
}
@keyframes left-spin {
	from {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}
@-webkit-keyframes right-spin {
	from {
		-webkit-transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
	}
}
@keyframes right-spin {
	from {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}
#spinnerContainer.cooldown {
	/* duration: SHRINK_TIME */
	-webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
	animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.carousel {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 400px;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.carousel.carousel-slider {
	top: 0;
	left: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
	bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
	width: 100%;
	height: 100%;
	min-height: 400px;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel.carousel-slider .carousel-item h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
	font-size: 15px;
}
.carousel .carousel-item {
	visibility: hidden;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel .carousel-item > img {
	width: 100%;
}
.carousel .indicators {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}
.carousel .indicators .indicator-item {
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 8px;
	width: 8px;
	margin: 24px 4px;
	background-color: rgba(255, 255, 255, 0.5);
	transition: background-color .3s;
	border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
	background-color: #fff;
}
.carousel.scrolling .carousel-item .materialboxed, .carousel .carousel-item:not(.active) .materialboxed {
	pointer-events: none;
}
/* Layout */
.l-body {
	overflow: hidden;
	width: 100%;
}
.l-body--mypage {
	background: #F8F8F8;
}
body.page-fixed .l-body {
	padding-top: 49px;
}
html.noscroll, html.noscroll body {
	overflow: hidden;
}
.l-footer {
	position: fixed;
	left: 0px;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}
.l-wrapper {
	box-sizing: border-box;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.l-wrapper.-w752 {
	max-width: 880px;
}
.l-wrapper.-full {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.l-inner {
	box-sizing: border-box;
	max-width: 1060px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.l-inner.-w980 {
	max-width: 980px;
}
.l-inner.-w700 {
	max-width: 700px;
}
.l-full {
	margin: 0 -200%;
	padding: 0 200%;
}
.row.l-w100p {
	margin-right: -0.75rem;
	margin-left: -0.75rem;
}
.l-content {
	margin-top: 64px;
	padding-bottom: 80px;
	display: flex;
	flex-wrap: nowrap;
}
.l-content__main {
	width: 760px;
	padding-right: 24px;
}
.l-content__sub {
	width: 280px;
}
.l-index {
	display: flex;
}
.l-index .l-index__main {
	width: 680px;
}
.l-index .l-index__sub {
	margin-left: 20px;
	width: 80px;
}
.l-col-box {
	display: flex;
	flex-direction: column;
}
.l-col-box .l-col-box__head {
	order: 1;
	width: 100%;
}
.l-col-box .l-col-box__body {
	order: 3;
	width: 100%;
}
.l-col-box .l-col-box__sub {
	order: 2;
	width: 100%;
}
.l-col-box .l-col-box__sub img {
	width: 100%;
}
.l-flex {
	display: flex;
}
.l-flex.-col2 .l-flex__item {
	width: 50%;
}
.l-flex.-col2-gut30 {
	margin-left: -15px;
	margin-right: -15px;
}
.l-flex.-col2-gut30 .l-flex__item {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.l-flex.-col2-gut30 .l-flex__item h4 {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 1.375;
}
.l-flex.-col2-gut30 .l-flex__item .text {
	margin-top: 4px;
	font-size: 1.3rem;
	line-height: 22px;
	line-height: 1.69231;
}
.l-flex.-col2-gut10 {
	margin-left: -5px;
	margin-right: -5px;
}
.l-flex.-col2-gut10 .l-flex__item {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}
.l-flex.-col2-gut10 .l-flex__item a img {
	width: 100%;
}
.l-flex.-col3 {
	flex-wrap: wrap;
}
.l-flex.-col3.-gut-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.l-flex.-col3.-gut-40 .l-flex__item {
	padding-left: 20px;
	padding-right: 20px;
}
.l-flex.-col3 .l-flex__item {
	width: 33.3333%;
}
.l-flex.-col3 .l-flex__item.-gut {
	margin-top: 80px;
}
.l-flex.-col4 {
	flex-wrap: wrap;
}
.l-flex.-col4 .l-flex__item {
	width: 25%;
}
.l-flex .-gut38 {
	margin-top: 38px;
}
.l-flex-sb {
	display: flex;
	justify-content: space-between;
}
.l-flex-sb {
	display: flex;
	justify-content: space-between;
}
.flex1 {
	flex: 1;
}
.l-column {
	display: flex;
	justify-content: space-between;
}
.l-column__main {
	flex: 1;
	position: relative;
}
.l-column__main > p:first-child {
	margin-top: -0.4em;
}
.l-column__main + .l-column__sub {
	padding-left: 40px;
}
.l-column__sub + .l-column__main {
	padding-left: 40px;
}
/*
	縦方向に積み上げて以下の順番で左右に並べる
	1 | 2
	3 | 2
	左列に1、3、右列に2が大きく並ぶ
 */
.l-column2-dir {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-height: 800px;
}
.l-center-ma {
	margin-right: auto;
	margin-left: auto;
}
.l-center {
	text-align: center;
}
.l-left {
	text-align: left;
}
.l-right {
	text-align: right;
}
.l-top {
	vertical-align: top !important;
}
.l-middle {
	vertical-align: middle !important;
}
.l-bottom {
	vertical-align: bottom !important;
}
.l-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 1em;
}
.l-grid > * img {
	width: 100%;
}
.l-grid.-col100 {
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.l-grid.-col200 {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.l-grid.-col300 {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.l-grid.-col400 {
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.fl-left {
	float: left;
	margin-right: 20px;
}
.fl-right {
	float: right;
	margin-left: 20px;
}
.l-single {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 100vh;
	background: #ECEFF1;
}
.l-single__inner {
	width: 100%;
	max-width: 600px;
}
.l-single .header {
	position: relative;
	display: block;
	background: transparent;
}
.l-single .footer {
	margin: 0;
	padding: 0 0 100px;
	text-align: center;
	color: #999;
}
.l-single__main {
	padding: 0;
}
.l-single__main__inner {
	padding: 36px 90px;
	background: #fff;
	border-radius: 4px;
}
.l-single__main__title {
	margin: 0 0 0.8em;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.2;
}
.l-single__footer {
	margin: 1em 0;
	font-size: 1.3rem;
	text-align: center;
}
/* Module */
.header {
	position: relative;
	z-index: 6000;
	background: #fff;
	transition: .3s ease-out;
}
.header .header__head {
	padding: 1px 0;
	background-color: #063046;
	color: #fff;
	font-size: 1.3rem;
	line-height: 28px;
	line-height: 2.15385;
	text-align: right;
}
.header .header__head h1 {
	color: #fff;
	font-size: 1.3rem;
	line-height: 28px;
	line-height: 2.15385;
	font-weight: 600;
}
.header .header__head p {
	font-weight: 600;
}
.header .l-wrapper {
	transition: all .2s;
}
.header__main {
	width: 100%;
	height: 74px;
	padding-left: 115px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__sub {
	padding-left: 131px;
}
.header__logo {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	width: 283.5px;
	line-height: 1;
	transition: all 0.2s;
}
.header__logo:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: -55px;
	left: -158px;
	width: 135px;
	height: 133px;
	background-image: url(../../_assets/img/main_logo.png);
}
.header__logo img {
	max-width: 100%;
	width: 100%;
}
.header .header__info {
	position: relative;
	width: 202px;
	height: 48px;
}
.header .header__info:before {
	position: absolute;
	top: 1px;
	left: -52px;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 42px;
	height: 42px;
	background-image: url(../../_assets/img/header_info.svg);
}
.header .header__info .header__info-tel {
	font-weight: bold;
	font-size: 3rem;
	line-height: 1;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.header .header__info .header__info-meta {
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
}
.header .header__info-sp {
	display: none;
}
.header .header__bottom {
	padding: 4px 0;
	background: #083147;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}
.gNavSP {
	width: 100%;
}
.gNavSP .burger {
	z-index: 1020;
}
.gNavSP .burger__text {
	transition: all 0.2s;
}
.gNavSP__list {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.gNavSP__item {
	margin: 0;
	padding: 0 19.7px 15px;
	line-height: 1;
	transition: all 0.2s;
}
.gNavSP__item a, .gNavSP__item button {
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	color: #000;
	white-space: nowrap;
	transition: padding .2s;
}
.gNavSP__item:nth-child(odd) {
	background-color: #f5f5f5;
}
.gNavSP__item.-gMain {
	position: relative;
	font-weight: bold;
	font-size: 1.35rem;
	background: transparent;
}
.gNavSP__item.-gMain:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 1px;
	height: 14px;
	background-color: #d5cdcd;
}
.gNavSP__item.-gMain .gMain-title {
	position: relative;
	cursor: pointer;
}
.gNavSP__item.-gMain .gMain-title:after {
	position: absolute;
	content: '';
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
	background-color: #000;
	opacity: 0;
	transition: 0.6s;
}
.gNavSP__item.-gMain .gMain-title:hover:after {
	opacity: 1;
}
.gNavSP__item.-main {
	font-weight: bold;
	font-size: 1.4rem;
	background: transparent;
}
.gNavSP__item.-main:first-child {
	margin-left: 0;
}
.gNavSP__item.-main a {
	font-size: 1.4rem;
	color: #000;
}
.gNavSP__item.-main a:before {
	color: #fff;
}
.gNavSP__item.-main.open button:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.gNavSP__item.-banner .gNav-banner {
	background-color: #d8ebff;
	padding: 70px 15px 0;
}
.gNavSP__item.-banner .gNav-banner .gNav-banner__item a {
	padding: 0;
}
.gNavSP__item.-banner .gNav-banner .gNav-banner__item a img {
	width: 100%;
}
.gNavSP__item.-banner .gNav-banner .gNav-banner__item a:before, .gNavSP__item.-banner .gNav-banner .gNav-banner__item a:after {
	display: none;
}
.gNavSP__item.-banner .gNav-banner .gNav-banner__item.-fb a {
	text-align: center;
}
.gNavSP__item.-banner .gNav-banner .gNav-banner__item.-fb a img {
	width: 56px;
	height: 56px;
}
.gNavSP__item.-banner .gNav-banner .gNav-banner__item + .gNav-banner__item {
	margin-top: 30px;
}
.gNavSP__item.-sp {
	display: none;
}
.gNavSP__item.-blank a:before {
	content: "\f35d";
}
.footer-wrap {
	padding-bottom: 185px;
}
.footer-wrap .footer {
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #083147;
	color: #fff;
}
.footer-wrap .footer .footer__head {
	display: flex;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #326a86;
}
.footer-wrap .footer .footer__head .footer__title {
	width: 270px;
}
.footer-wrap .footer .footer__head .address__list {
	width: 770px;
	padding-left: 28px;
	display: flex;
	flex-wrap: nowrap;
}
.footer-wrap .footer .footer__head .address__list .address__item {
	width: 352px;
	padding-top: 8px;
}
.footer-wrap .footer .footer__head .address__list .address__item .address__title {
	display: inline-block;
	width: 122px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	border: 1px solid #fff;
}
.footer-wrap .footer .footer__head .address__list .address__item .address__data {
	display: block;
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 24px;
	line-height: 1.6;
	font-weight: 500;
	color: #fff;
}
.footer-wrap .footer .footer__head .address__list .address__item .address__data a {
	color: #fff;
}
.footer-wrap .footer .footer__head .address__list .address__item + .address__item {
	margin-left: 38px;
}
.footer-wrap .footer .f-nav .f-nav__head {
	margin-top: 28px;
}
.footer-wrap .footer .f-nav .f-nav__grid {
	margin-top: 26px;
	display: flex;
}
.footer-wrap .footer .f-nav .f-nav__grid .w300 {
	width: 300px;
}
.footer-wrap .footer .f-nav .f-nav__grid .w305 {
	width: 305px;
}
.footer-wrap .footer .f-nav .f-nav__grid .w320 {
	width: 320px;
}
.footer-wrap .footer .f-nav .f-nav__grid .w350 {
	width: 350px;
}
.footer-wrap .footer .f-nav .f-nav__grid .w385 {
	width: 385px;
}
.footer-wrap .footer .f-nav .f-nav__grid .w400 {
	width: 400px;
}
.footer-wrap .footer .f-nav .f-nav__grid .w465 {
	width: 465px;
}
.footer-wrap .footer .f-nav .f-nav__grid .h273 {
	height: 273px;
}
.footer-wrap .footer .f-nav .f-nav__title {
	position: relative;
	padding-left: 22px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 1.33333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
}
.footer-wrap .footer .f-nav .f-nav__title a {
	color: #fff;
}
.footer-wrap .footer .f-nav .f-nav__title:before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 9px;
	height: 1px;
	background-color: #ffec01;
}
.footer-wrap .footer .f-nav .f-nav__list {
	margin-top: 20px;
}
.footer-wrap .footer .f-nav .f-nav__list .f-nav__item {
	font-size: 1.3rem;
	line-height: 24px;
	line-height: 1.84615;
}
.footer-wrap .footer .f-nav .f-nav__list .f-nav__item a {
	color: #fff;
	transition: 0.7s;
}
.footer-wrap .footer .f-nav .f-nav__list .f-nav__item a:hover {
	opacity: 0.7;
}
.footer-wrap .footer .f-nav .f-nav__list .f-nav__item a[target="_blank"]:before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	color: #fff;
	content: "\f35d";
	position: relative;
	margin-right: 0.6em;
	font-size: .9em;
	opacity: 0.8;
}
.footer-wrap .footer .f-nav .f-nav__list .f-nav__item > ul {
	padding-left: 22px;
}
.footer-wrap .footer .f-nav .f-nav__list .f-nav__item > ul li {
	position: relative;
}
.footer-wrap .footer .f-nav .f-nav__list .f-nav__item > ul li:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -10px;
	background-color: #fff;
	width: 4px;
	height: 1px;
}
.footer-wrap .footer .f-nav .f-nav__list .f-nav__item > ul li a {
	color: #fff;
}
.footer-wrap .footer .f-nav .f-nav__list.-blank {
	padding-left: 3px;
}
.footer-wrap .footer .footer__banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc((153/1940)*100vw);
	z-index: 5000;
}
.footer-wrap .footer .footer__banner span {
	display: none;
}
.footer-wrap .footer .footer__banner img {
	width: 100%;
}
.footer-wrap .footer .footer__tel-sp {
	display: none;
}
.footer-wrap .footer .gNavSP {
	display: none;
}
.footer-wrap .footer-copy {
	padding: 25px 0;
	text-align: center;
}
.footer-wrap .footer-copy small {
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 1.5;
	font-weight: bold;
}
.text.-green {
	color: #84C204;
	border-color: #84C204;
}
.text.-blue {
	color: #0B70C9;
	border-color: #0B70C9;
}
.text.-gray {
	color: #BBBBBB;
	border-color: #BBBBBB;
}
.text.-red {
	color: #b7282e;
	border-color: #E00C3A;
}
.text.-pink {
	color: #FF5B5B;
	border-color: #FF5B5B;
}
.text.-orange {
	color: #FF8C01;
	border-color: #FF8C01;
}
.text.-underline {
	padding-bottom: 0.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.text.-bold {
	font-weight: 600 !important;
}
.text.-normal {
	font-weight: normal !important;
}
.text.-nowrap {
	white-space: nowrap !important;
}
.text.-large {
	font-size: 2rem !important;
}
.text.-small {
	font-size: 1.3rem !important;
}
.text.-medium {
	font-size: 1.6rem !important;
}
.text-xxlarger {
	font-size: 1.6em;
}
.text-xlarger {
	font-size: 1.4em;
}
.text-larger {
	font-size: 1.2em;
}
.text-smaller {
	font-size: 0.8em;
}
.fz10 {
	font-size: 1.0rem;
}
.fz11 {
	font-size: 1.1rem;
}
.fz12 {
	font-size: 1.2rem;
}
.fz13 {
	font-size: 1.3rem;
}
.fz14 {
	font-size: 1.4rem;
}
.fz15 {
	font-size: 1.5rem;
}
.fz16 {
	font-size: 1.6rem;
}
.fz17 {
	font-size: 1.7rem;
}
.fz18 {
	font-size: 1.8rem;
}
.fz19 {
	font-size: 1.9rem;
}
.fz20 {
	font-size: 2.0rem;
}
.lh1 {
	line-height: 1;
}
.lh1-1 {
	line-height: 1.1;
}
.lh1-2 {
	line-height: 1.2;
}
.lh1-3 {
	line-height: 1.3;
}
.lh1-4 {
	line-height: 1.4;
}
.lh1-5 {
	line-height: 1.5;
}
.lh1-6 {
	line-height: 1.6;
}
.lh1-7 {
	line-height: 1.7;
}
.lh1-8 {
	line-height: 1.8;
}
.lh1-9 {
	line-height: 1.9;
}
.lh2 {
	line-height: 2;
}
.box-inner {
	padding-left: 40px;
	padding-right: 40px;
}
.box, .boxType2, .boxNote, .boxNotice {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 1.5em 2em;
	border: 1px solid #083147;
}
.box p, .boxType2 p, .boxNote p, .boxNotice p {
	margin-bottom: 1em;
}
.box > *:first-child, .boxType2 > *:first-child, .boxNote > *:first-child, .boxNotice > *:first-child {
	margin-top: 0;
}
.box > *:last-child, .boxType2 > *:last-child, .boxNote > *:last-child, .boxNotice > *:last-child {
	margin-bottom: 0;
}
.boxType2 {
	border: none;
	background-color: #F6F8F9;
}
.boxNote {
	border: none;
	background: #f5f5f5;
}
.boxNotice {
	border: none;
	background: #fff680;
}
.boxBorder {
	border: solid 1px #ccc;
}
.boxBorderTop {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: solid 1px #ccc;
}
a.btn01 {
	color: #fff;
	font-size: 1.7rem;
	background: linear-gradient(to right, #b90a2c, #eb7036);
	margin: 0 auto;
	transition: 0.7s;
}
a.btn01:before, a.btn01:after {
	content: '';
	flex: 1;
	height: 1px;
	min-width: 20px;
	display: inline-block;
	vertical-align: middle;
}
a.btn01:after {
	margin-left: 10px;
	background: #fff;
}
a.btn01.-small {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 274px;
	width: 100%;
	min-height: 40px;
	height: auto;
	margin-top: 12px;
	font-size: 1.4rem;
}
a.btn01.-w460 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 460px;
	height: 90px;
}
a.btn01.-short {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 75px;
}
a.btn01.-short + a.btn01.-short {
	margin-top: 12px;
}
a.btn01.-side {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
}
a.btn01.-side:before, a.btn01.-side:after {
	display: none;
}
.btn-wrap {
	margin-top: 60px;
}
a.btn01:hover {
	opacity: 0.7;
}
.form-review {
	margin-top: 15px;
}
.form-review .form-review__table dl {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}
.form-review .form-review__table dl.v-top {
	align-items: flex-start;
}
.form-review .form-review__table dl dt {
	width: 40px;
}
.form-review .form-review__table dl dd {
	margin-left: 0;
	width: 740px;
}
.form-review .form-review__table dl dd input {
	width: 192px;
	border: 1px solid #d1d1d1;
	padding: 5px;
	background: none;
}
.form-review .form-review__table dl dd textarea {
	width: 100%;
	height: 50px;
}
.form-review .form-review__table dl + dl {
	margin-top: 7px;
}
.input-field {
	position: relative;
	margin-top: 0;
	margin-bottom: 24px;
	/*
  & > label {
    color: #999;
    position: absolute;
    top: 0.2em;
    left: 1em;
    font-size: 1.5rem;
    line-height: 1;
    cursor: text;
    transition: all .2s ease-out;
    transform-origin: 0% 100%;
    text-align: initial;
    transform: translateY(12px);
  }

  & > label.actvie,
  input:focus:not(.browser-default) ~ label {
    left: 0;
    transform: translateY(-18px) scale(0.8);
    transform-origin: 0 0;
  }
*/
}
.input-field label.label-checkbox {
	position: static;
}
.input-field .input-icon {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 1;
}
.input-field .input-icon:before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	font-size: 18px;
}
.input-field input:not(.browser-default).valid ~ .input-icon.-validate:before {
	content: "\f058";
	color: #083147;
}
.input-field input:not(.browser-default).invalid ~ .input-icon.-validate:before {
	content: "\f057";
	color: #f00;
}
.input-field .pw-eye {
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 0;
	box-shadow: none;
}
.input-field .pw-eye:hover {
	background-color: #CFD8DC;
}
.input-field .pw-eye:before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	color: #aaa;
	content: "\f070";
}
.input-field .pw-eye.nomask:before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	color: #555;
	content: "\f06e";
}
.input-field .error-text {
	position: relative;
	top: 2px;
	line-height: 1;
	font-size: 1.3rem;
	font-weight: bold;
}
.input-field input:not(.browser-default) ~ .error-text {
	top: -4px;
}
.input-field.-error .error-text {
	color: #f00;
}
.input-field.-error .label-checkbox + .error-text {
	display: block;
}
.input-field.-error .invalid ~ .error-text, .input-field.-error .invalid ~ label.active {
	color: #f00;
}
.input-field.-error .valid ~ label {
	color: inherit;
}
.input-field.-error .valid ~ .error-text {
	display: none;
}
.heading01 {
	font-size: 2.3rem;
	line-height: 36px;
	line-height: 1.56522;
	border: 1px solid #336699;
	border-left: 11px solid #336699;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.heading01.-short {
	font-size: 2rem;
}
.heading01 .number {
	margin-right: 15px;
	font-size: 2.6rem;
	font-weight: bold;
	font-family: "Times New Roman", "メイリオ", Meiryo, serif;
}
.heading02 {
	position: relative;
	padding-left: 14px;
	padding-bottom: 10px;
	font-size: 2rem;
	line-height: 1;
	border-bottom: 2px solid #d1d1d1;
}
.heading02:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 1px;
	background-color: #d1d1d1;
}
.heading02:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-color: #336699;
	width: 5px;
	height: 22px;
}
.heading03 {
	margin-top: 30px;
	font-size: 1.7rem;
	line-height: 22px;
	line-height: 1.29412;
	font-family: "Noto Serif JP", serif;
}
.heading-under-bb {
	position: relative;
	font-size: 3rem;
	padding-bottom: 14px;
	border-bottom: 2px solid #d1d1d1;
	text-align: center;
}
.heading-under-bb:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background-color: #d1d1d1;
}
.heading-side-bb {
	display: flex;
	align-items: center;
	font-size: 1.7rem;
}
.heading-side-bb:before, .heading-side-bb:after {
	content: '';
	flex: 1;
	height: 1px;
	border-bottom: 3px dotted #636363;
	min-width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.heading-side-bb:before {
	margin-right: 20px;
}
.heading-side-bb:after {
	margin-left: 20px;
}
.service-table {
	margin-top: 20px;
}
.service-table dl {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.service-table dl.-last {
	border-bottom: 1px solid #ccc;
}
.service-table dl dt {
	padding: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #f3f1f1;
	vertical-align: middle;
	text-align: center;
}
.service-table dl dd {
	border-top: 1px solid #ccc;
	margin: 0;
	display: flex;
	font-size: 1.4rem;
}
.service-table dl dd .dd__item01 {
	width: 30%;
	padding: 25px;
}
.service-table dl dd .dd__item02 {
	border-left: 1px solid #ccc;
	width: 70%;
	padding: 25px;
}
table {
	margin-top: 50px;
	padding: 0 3px;
	width: 100%;
}
table tr {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #ccc;
}
table tr:first-child {
	border-top: 1px solid #ccc;
}
table tr th {
	width: 25%;
	padding: 18px 10px;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #f3f1f1;
	border-left: 1px solid #ccc;
	vertical-align: middle;
}
table tr td {
	width: 75%;
	padding: 20px 15px;
	font-size: 1.4rem;
}
.table-col02 tr th, .table-col02 tr td {
	width: 50%;
}
.table-col02 tr td {
	border-left: 1px solid #ccc;
}
.top-table {
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
}
.top-table dl.-bottom {
	border-bottom: 1px solid #ccc;
}
.top-table dl dt {
	width: 100%;
	padding: 18px 10px;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #f3f1f1;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}
.top-table dl dd {
	width: 100%;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	text-align: center;
}
.top-table dl dd.one {
	padding: 18px 10px;
}
.top-table dl dd .fontW {
	font-weight: bold;
}
.top-table dl dd .all {
	padding-left: 0;
	padding-right: 0;
}
.top-table-box {
	display: flex;
}
.top-table-box.-plus {
	border-top: 1px solid #ccc;
}
.top-table-box .top-table-box__item {
	width: 50%;
	padding: 18px 10px;
}
.top-table-box .top-table-box__item .btn01 {
	max-width: 200px;
}
.top-table-box .top-table-box__item:first-child {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-table-box .top-table-box__item:last-child {
	width: 60%;
}
.top-table-box .top-table-box__item + .top-table-box__item {
	border-left: #ccc solid 1px;
}
.all-box {
	padding-left: 10px;
	padding-right: 10px;
}
.all-box.-first {
	padding-bottom: 10px;
}
.all-box + .all-box {
	padding-top: 10px;
	border-top: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
}
/*
  var : 共通変数
*/
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
.check li {
	position: relative;
	margin-top: 27px;
	padding-left: 35px;
	font-size: 1.8rem;
	line-height: calc(26 / 18);
	line-height: 26px;
	color: #555;
	font-weight: 500;
}
.check li span {
	position: relative;
	font-size: 2.4rem;
	line-height: calc(26 / 24);
	line-height: 26px;
	z-index: 2;
}
.check li span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 11px;
	left: 0;
	bottom: 0;
	background-color: #FFFF66;
	z-index: -1;
}
.check li:nth-child(1n) {
	margin-top: 0;
}
.check li:nth-child(2n) {
	margin-top: 27px;
}
.check li:nth-child(3n) {
	margin-top: 18px;
}
.check li:nth-child(5n) {
	margin-top: 22px;
}
.check li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 21px;
	height: 16px;
	background-image: url(../../_assets/img/common/icon-check.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.blue-point li {
	position: relative;
	padding-left: 14px;
}
.blue-point li.gut {
	margin-top: 7px;
}
.blue-point li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	background-color: #006F92;
	width: 9px;
	height: 9px;
	border-radius: 20px;
}
.list, .list.-arrow, .list.-arrow2, .list.-circle, .list.-check, .list.-link {
	padding-left: 0;
	list-style: none;
}
.list > li, .list.-arrow > li, .list.-arrow2 > li, .list.-circle > li, .list.-check > li, .list.-link > li {
	position: relative;
	margin-bottom: 0.7em;
	padding-left: 1.8rem;
	line-height: 1.44;
}
.list > li:before, .list.-arrow > li:before, .list.-arrow2 > li:before, .list.-circle > li:before, .list.-check > li:before, .list.-link > li:before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	content: "\f111";
	position: absolute;
	left: 0.4rem;
	top: 0.4em;
	color: #EA553A;
	font-size: 10px;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.list.-none, .list.-iconFa, .list.-circleGreen {
	padding-left: 0;
}
.list.-none > li, .list.-iconFa > li, .list.-circleGreen > li {
	padding-left: 0;
}
.list.-none > li:before, .list.-iconFa > li:before, .list.-circleGreen > li:before {
	content: none;
}
.list.-number li {
	position: relative;
	padding-left: 2.5em;
}
.list.-alpha li {
	position: relative;
	padding-left: 2.5em;
}
.list.-indent li {
	position: relative;
	margin-left: 1.5em;
}
.-arrow.list, .list.-arrow2, .list.-circle, .list.-check, .list.-link {
	margin-left: 0.1em;
}
.-arrow.list li, .list.-arrow2 li, .list.-circle li, .list.-check li, .list.-link li {
	padding-left: 1em;
}
.-arrow.list li:before, .list.-arrow2 li:before, .list.-circle li:before, .list.-check li:before, .list.-link li:before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	content: "\f054";
	top: 0.4em;
	left: 2px;
	line-height: 1;
	color: #ddd;
	font-size: 1.2rem;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.-arrow.-down.list li:before, .-down.list.-arrow2 li:before, .-down.list.-circle li:before, .-down.list.-check li:before, .-down.list.-link li:before {
	content: "\f0d7";
}
.-arrow2.list li {
	padding-left: 1em;
}
.-arrow2.list li:before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	content: "\f0da";
	top: 0.3em;
	left: 4px;
	line-height: 1;
	color: #EA553A;
	font-size: 1.4rem;
}
.-arrow2.-down.list li:before {
	content: "\f0d7";
}
.list.-arrow3 li {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
.list.-arrow3 li:nth-child(odd) {
	background-color: #F6F8F9;
}
.list.-arrow3 li:before {
	content: none;
}
.list.-arrow3 li a {
	display: block;
	padding: 0.6em 1em 0.6em 0.4em;
	color: #333;
}
.list.-arrow3 li a:before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	content: "\f0da";
	top: 0.3em;
	left: 4px;
	margin-right: 0.5em;
	line-height: 1;
	color: #EA553A;
	font-size: 1.4rem;
}
.list.-arrow3 li a:hover {
	background-color: rgba(8, 49, 71, 0.3);
	text-decoration: none;
}
.list.-arrow3 li a:hover:before {
	color: #083147;
}
.-circle.list li:before {
	content: "\f111";
	top: 0.2em;
	left: 0.7em;
	color: #EA553A;
}
.-check.list li:before {
	content: "\f00c";
	top: 0.2em;
	left: 0.7em;
	color: #336699;
}
.-link.list li:before {
	color: #336699;
}
.-link.list a:link {
	color: #336699;
}
.list.-type2 {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #083147;
}
.list.-type2 > li {
	font-size: 1.8rem;
	font-weight: bold;
	list-style: none;
	color: #083147;
}
.list.-type2 > li:before {
	content: none;
}
.list.-iconFa > li, .list.-circleGreen > li {
	padding-left: 1.4em;
	line-height: 1.6;
}
.list.-iconFa > li i.far, .list.-circleGreen > li i.far, .list.-iconFa > li i.fas, .list.-circleGreen > li i.fas, .list.-iconFa > li i.fab, .list.-circleGreen > li i.fab {
	position: absolute;
	left: 0;
	top: 0.3em;
}
.list.-circleGreen {
	margin: 0;
}
.list.-circleGreen > li {
	padding-left: 1em;
	line-height: 1.6;
}
.list.-circleGreen > li i.far, .list.-circleGreen > li i.fas, .list.-circleGreen > li i.fab {
	position: absolute;
	left: 0;
	top: 0.6em;
	color: #336699;
	font-size: 0.8em;
}
.list.-inline li {
	display: inline-block;
}
.listSns {
	display: flex;
	vertical-align: top;
}
.listSns__item {
	margin-right: 20px;
}
.listSns__item.-facebook {
	margin-top: -9px;
}
.accordion-button {
	margin-bottom: 8px;
	cursor: pointer;
	display: inline-block;
}
.accordion-button:hover {
	text-decoration: underline;
}
.accordion-button img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: 0.4s;
	margin: 0 10px 0 8px;
}
.accordion-button.active img {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: 0.4s;
}
.accordion-content {
	display: none;
}
.label {
	display: inline-block;
	padding: 0.45em 1em 0.4em;
	font-size: 0.55em;
	line-height: 1;
	vertical-align: top;
}
.label.-round {
	border-radius: 3px;
}
.label.-black {
	color: #fff;
	background-color: #555;
}
.label.-tag {
	margin-right: 0.4em;
	padding: 0.5em 0.8em;
	font-size: 1.2rem;
	border-radius: 3px;
}
.label.-big {
	font-size: 1.6rem;
	vertical-align: middle;
}
.label.-small {
	font-size: 1rem;
	font-weight: bold;
}
.burger {
	display: none;
}
.burger:focus {
	outline: none;
	background: transparent;
}
.burger .burger__text {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 9px;
	font-family: Helvetica;
	font-size: 1rem;
	color: #000;
}
.burger .x, .burger .y, .burger .z {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 14px;
	margin: 0;
	height: 2px;
	width: 24px;
	background: #000;
	transition: all 200ms ease-out;
}
.burger .x {
	top: 12px;
}
.burger .y {
	top: 18px;
}
.burger .z {
	top: 24px;
}
.burger .collapse {
	top: 18px;
	transition: all 70ms ease-out;
}
.burger .rotate30 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	transition: all 50ms ease-out;
}
.burger .rotate150 {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	transition: all 50ms ease-out;
}
.burger .rotate45 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 100ms ease-out;
}
.burger .rotate135 {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all 100ms ease-out;
}
.burger .navbar {
	height: 73px;
	background: #385e97;
}
.sec-page {
	margin-top: 50px;
}
.sec-short {
	margin-top: 40px;
}
.paging__box {
	margin: 40px 0;
}
.paging__box .wp-pagenavi {
	text-align: center;
}
.paging__box .wp-pagenavi a, .paging__box .wp-pagenavi span {
	border: none;
	font-size: 1.6rem;
	color: #083147;
}
.paging__box .wp-pagenavi span.current {
	position: relative;
	font-weight: bold;
}
.paging__box .wp-pagenavi span.current:after {
	position: absolute;
	content: "";
	width: 80%;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	background: #083147;
}
.paging {
	display: flex;
	justify-content: left;
}
.paging__box .paging {
	margin: 0;
}
.paging .paging__item {
	text-align: center;
	margin: 2px;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 600;
}
.paging .paging__item:before {
	content: none;
}
.paging .paging__item a, .paging .paging__item span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	color: #37474F;
	background: #F6F8F9;
}
.paging .paging__item a:hover {
	background: #FFFF66;
	text-decoration: none;
}
.paging .paging__item span.current {
	color: #fff;
	background: #37474F;
}
.bannerList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.bannerList__item {
	margin: 0 10px 20px;
	width: 150px;
	text-align: center;
}
.bannerList__item a {
	display: inline-block;
}
.bannerList__item img {
	width: 100%;
	max-width: 100%;
}
#goTop {
	opacity: 0;
	position: fixed;
	right: 2%;
	bottom: 85px;
	z-index: 9999;
	transition: 0.2s;
	/*a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 38px;
		height: 38px;
		color: #fff;
		font-size: 1rem;
		font-weight: bold;
		font-family: Helvetica, sans-serif;
		line-height: 1;
		transition: all 0.3s;
		border-radius: 50%;
		border: 1px solid #a0a0a0;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		span {
			position: relative;
			padding-top: 9px;
		}
		span:before {
			content: "";
			position: absolute;
			left: -4.55px;
			top: 0;
			width: 10px;
			height: 10px;
			border-top: 2px solid #a0a0a0;
			border-right: 2px solid #a0a0a0;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			color: #1A2954;
		}
	}
	*/
}
#goTop.open {
	opacity: 1;
}
#goTop.open.stay {
	position: absolute;
	top: -42px;
	bottom: auto;
}
#goTop a {
	width: 85px;
	height: 85px;
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.4s;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.1rem;
	line-height: calc(13 / 11);
	line-height: 13px;
	font-weight: bold;
	letter-spacing: 0.0001em;
	background-color: #fff;
	color: #083147;
	border: 1px solid #083147;
	border-radius: 50%;
}
#goTop a span {
	position: relative;
	padding-top: 28px;
}
#goTop a span:before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 24px;
	height: 16px;
	background-image: url(../../_assets/img/common/icon-arrow-up.svg);
}
.hum-wrap {
	display: none;
}
.open {
	/*
  .gnav {
    display: block;
  }
  */
}
.open .hum-wrap .hum .menu-line {
	color: #fff;
}
.header .header__head .open .hum-wrap .hum .menu-line {
	background-color: #fff;
}
.index-page .hum-wrap .hum .menu-line {
	background: #fff;
}
.scrolled .index-page .hum-wrap .hum .menu-line {
	background: #000;
}
#slider .slide-item {
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
#slider img {
	width: 100%;
	height: 100%;
}
.slick-list {
	height: 25vw;
}
#thumbnail-list {
	display: flex;
	margin-top: 10px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0;
}
#thumbnail-list .thumbnail-item {
	width: 33.333%;
	height: 130px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
#thumbnail-list .thumbnail-item:before {
	display: none;
}
#thumbnail-list .thumbnail-item img {
	width: 100%;
	height: 100%;
	border: 1px solid #d1d1d1;
}
.side-slider .slick-dots {
	bottom: -38px;
}
.side-slider .slick-dots li button:before {
	color: #fff;
	opacity: 1;
}
.side-slider .slick-dots li.slick-active button:before {
	color: #336699;
}
.slick-slider {
	z-index: 1001;
}
.side-slide, .slide {
	height: 100%;
}
.flow-slide .slick-slide {
	padding: 5px;
	height: 387px;
}
.flow-slide .slick-slide img {
	border-radius: 10px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.prev-arrow {
	position: absolute;
	bottom: -61px;
	left: 75px;
	width: 131px;
	height: 10px;
}
.next-arrow {
	position: absolute;
	bottom: -61px;
	left: 282px;
	width: 131px;
	height: 10px;
}
.slick-prev {
	left: 2%;
	width: 131px;
	height: 10px;
}
.slick-next {
	right: 2%;
	width: 131px;
	height: 10px;
}
.slick-prev, .slick-next {
	z-index: 10002;
	width: 30px;
	height: 30px;
}
.slick-prev:before, .slick-next:before {
	font-size: 30px;
}
.slick-active .inner-box__main {
	-webkit-animation: slideFromRight 1.7s ease 0s 1 normal;
	animation: slideFromRight 1.7s ease 0s 1 normal;
}
@-webkit-keyframes slideFromRight {
	0%, 75% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}
@keyframes slideFromRight {
	0%, 75% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}
.slide-dots {
	text-align: center;
}
.slide-dots li {
	display: inline-block;
	margin: 0 2px;
}
.slide-dots li button {
	position: relative;
	text-indent: -9999px;
}
.slide-dots li button:before {
	content: '☆';
	font-size: 20px;
	text-indent: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.slide-dots li.slick-active button:before {
	content: '★';
}
.slide-dots {
	position: absolute;
	bottom: 45px;
	right: 4%;
	display: flex;
	flex-direction: column;
	width: 44px;
	height: 90px;
}
.slide-dots li.slick-active button:before {
	content: '●' !important;
	color: #FFFF66 !important;
	font-size: 9px;
}
.slide-dots li button:before {
	content: '●' !important;
	color: #fff !important;
	font-size: 9px;
}
.slider {
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized {
	opacity: 1;
}
.main-visual {
	position: relative;
	width: 100%;
	height: 604px;
	min-width: 1180px;
	/*
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #083147;
*/
	overflow: hidden;
	background: url(../img/main-bg.jpg);
	background-size: cover;
}
.main-visual img.main-float {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -771px;
	top: -15px;
}
.main-visual a {
	display: block;
	position: absolute;
	bottom: 28px;
	left: 50%;
	margin-left: -531px;
}
.main-visual a:hover img {
	opacity: 0.7;
}
/*
  .main-visual .main-visual__copy {
    color: #fff;
    white-space: nowrap;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-size: 2.08333vw;
    line-height: 1;
    text-align: center; }
*/
.main-visual .main-visual__list {
	margin-top: 20px;
}
.main-visual .main-visual__list .main-visual__item {
	opacity: 0;
	width: 22.15278vw;
	height: auto;
	background-color: #063046;
	border: 1px solid #336699;
	transition: 0.8s;
}
.main-visual .main-visual__list .main-visual__item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.90278vw 0.97222vw 2.08333vw;
}
.main-visual .main-visual__list.slick-initialized .main-visual__item {
	opacity: 1;
}
.main-visual .main-visual__list .main-visual__item + .main-visual__item {
	margin-left: 2.77778vw;
}
.column-box {
	display: flex;
	flex-direction: column-reverse;
}
.column-box .column-box__main {
	width: 100%;
	padding-top: 1.25vw;
	color: #fff;
}
.column-box .column-box__main .column-box__title-wrap {
	width: 100%;
}
.column-box .column-box__main .column-box__title-wrap .column-box__title {
	margin-top: 6px;
	width: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.6rem;
	line-height: 26px;
	line-height: 1.625;
}
.column-box .column-box__main .column-box__title-wrap .column-box__logo {
	height: 40px;
}
.column-box .column-box__main .column-box__title-wrap .column-box__logo img {
	width: auto;
	height: 100%;
	border: 1px solid #333;
	background: #fff;
	padding: 5px;
}
.column-box .column-box__main .column-box__text {
	margin-top: 1.04167vw;
	font-size: 1.11111vw;
	line-height: 22px;
	line-height: 1.375;
}
.column-box .column-box__sub {
	width: 100%;
	height: 10vw;
}
.column-box .column-box__sub img {
	height: 100%;
	width: 100%;
}
.sub-visual {
	width: 100%;
	height: 114px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #063046;
}
.sub-visual .sub-visual__title {
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.unit {
	display: flex;
}
.unit.-reverse {
	flex-direction: row-reverse;
}
.unit.-center {
	align-items: center;
}
.unit.-gut {
	margin-top: 60px;
}
.unit .unit__main {
	flex: 1;
}
.unit .unit__main.-w660 {
	max-width: 660px;
}
.unit .unit__main.-w533 {
	max-width: 533px;
	width: 100%;
	padding-right: 64px;
}
.unit .unit__main.-w300 {
	max-width: 300px;
	width: 100%;
}
.unit .unit__main.-w280 {
	padding-left: 0.34722vw;
	max-width: 19.44444vw;
	width: 100%;
}
.unit .unit__main .unit__title {
	font-size: 2rem;
	line-height: 1;
	font-weight: 600;
	color: #444;
}
.unit .unit__main .unit__name {
	margin-top: 28px;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
}
.unit .unit__main .unit__dl dt {
	margin-top: 28px;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 600;
	color: #666;
}
.unit .unit__main .unit__dl dd {
	margin-top: 8px;
	margin-left: 0;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
}
.unit .unit__main .unit__text {
	margin-top: 24px;
	font-size: 1.5rem;
	line-height: 28px;
	line-height: calc(28 / 16);
	font-weight: 400;
}
.unit .unit__main .unit__test-light {
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2;
}
.unit .unit__sub.-sample {
	background-color: #d1d1d1;
	height: 150px;
}
.unit .unit__sub.-w160 {
	max-width: 160px;
	width: 100%;
}
.unit .unit__sub.-w282 {
	max-width: 282px;
	width: 100%;
}
.unit .unit__sub.-w300-full {
	max-width: 300px;
}
.unit .unit__sub.-w353 {
	max-width: 24.51389vw;
	width: 100%;
}
.footer-nav {
	display: flex;
	justify-content: center;
}
.footer-nav .footer-nav__list {
	margin-top: 28px;
}
.footer-nav .footer-nav__list .footer-nav__item {
	text-align: center;
	line-height: 1;
}
.footer-nav .footer-nav__list .footer-nav__item a {
	color: #333333;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
}
.footer-nav .footer-nav__list .footer-nav__item + .footer-nav__item {
	margin-top: 16px;
}
.footer-nav .footer-nav__list + .footer-nav__list {
	margin-left: 40px;
}
/* 1.マージン・インデント
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽

 */
.m1b {
	margin-bottom: 1px !important;
}
.m2b {
	margin-bottom: 2px !important;
}
.m3b {
	margin-bottom: 3px !important;
}
.m4b {
	margin-bottom: 4px !important;
}
.m5b {
	margin-bottom: 5px !important;
}
.m6b {
	margin-bottom: 6px !important;
}
.m7b {
	margin-bottom: 7px !important;
}
.m8b {
	margin-bottom: 8px !important;
}
.m9b {
	margin-bottom: 9px !important;
}
.m10b {
	margin-bottom: 10px !important;
}
.m13b {
	margin-bottom: 13px !important;
}
.m15b {
	margin-bottom: 15px !important;
}
.m20b {
	margin-bottom: 20px !important;
}
.m25b {
	margin-bottom: 25px !important;
}
.m30b {
	margin-bottom: 30px !important;
}
.m35b {
	margin-bottom: 35px !important;
}
.m40b {
	margin-bottom: 40px !important;
}
.m45b {
	margin-bottom: 45px !important;
}
.m50b {
	margin-bottom: 60px !important;
}
.m60b {
	margin-bottom: 50px !important;
}
.m70b {
	margin-bottom: 70px !important;
}
.m80b {
	margin-bottom: 80px !important;
}
.m90b {
	margin-bottom: 90px !important;
}
.m100b {
	margin-bottom: 100px !important;
}
.m20t {
	margin-top: 20px !important;
}
.m30t {
	margin-top: 30px !important;
}
.m35t {
	margin-top: 35px !important;
}
.m5l {
	margin-left: 5px !important;
}
.m9l {
	margin-left: 9px !important;
}
.m10l {
	margin-left: 10px !important;
}
.m12l {
	margin-left: 12px !important;
}
.m15l {
	margin-left: 15px !important;
}
.m20l {
	margin-left: 20px !important;
}
.m25l {
	margin-left: 25px !important;
}
.m30l {
	margin-left: 30px !important;
}
.m40l {
	margin-left: 40px !important;
}
.m150l {
	margin-left: 150px !important;
}
.m570l {
	margin-left: 570px !important;
}
.m5r {
	margin-right: 5px !important;
}
.m10r {
	margin-right: 10px !important;
}
.m15r {
	margin-right: 15px !important;
}
.m20r {
	margin-right: 20px !important;
}
.m25r {
	margin-right: 25px !important;
}
.m30r {
	margin-right: 30px !important;
}
.m35r {
	margin-right: 35px !important;
}
.m40r {
	margin-right: 40px !important;
}
.m50r {
	margin-right: 50px !important;
}
.p5b {
	padding-bottom: 5px !important;
}
.p10b {
	padding-bottom: 10px !important;
}
.p15b {
	padding-bottom: 15px !important;
}
.p20b {
	padding-bottom: 20px !important;
}
.p25b {
	padding-bottom: 25px !important;
}
.p30b {
	padding-bottom: 30px !important;
}
.p40b {
	padding-bottom: 40px !important;
}
.p50b {
	padding-bottom: 50px !important;
}
.p60b {
	padding-bottom: 60px !important;
}
.p70b {
	padding-bottom: 70px !important;
}
.p80b {
	padding-bottom: 80px !important;
}
.p34b {
	padding-bottom: 34px !important;
}
.p5t {
	padding-top: 5px !important;
}
.p8t {
	padding-top: 8px !important;
}
.p10t {
	padding-top: 10px !important;
}
.p15t {
	padding-top: 15px !important;
}
.p17t {
	padding-top: 17px !important;
}
.p20t {
	padding-top: 20px !important;
}
.p25t {
	padding-top: 25px !important;
}
.p30t {
	padding-top: 30px !important;
}
.p40t {
	padding-top: 40px !important;
}
.p50t {
	padding-top: 50px !important;
}
.p60t {
	padding-top: 60px !important;
}
.p70t {
	padding-top: 70px !important;
}
.p80t {
	padding-top: 80px !important;
}
.p90t {
	padding-top: 90px !important;
}
.p100t {
	padding-top: 100px !important;
}
.p120t {
	padding-top: 120px !important;
}
.p10a {
	padding: 10px !important;
}
.p20a {
	padding: 20px !important;
}
.p0r {
	padding-right: 0px !important;
}
.p5r {
	padding-right: 5px !important;
}
.p10r {
	padding-right: 10px !important;
}
.p20r {
	padding-right: 20px !important;
}
.p15r {
	padding-right: 15px !important;
}
.p25r {
	padding-right: 25px !important;
}
.p30r {
	padding-right: 30px !important;
}
.p40r {
	padding-right: 40px !important;
}
.p50r {
	padding-right: 50px !important;
}
.p55r {
	padding-right: 55px !important;
}
.p60r {
	padding-right: 60px !important;
}
.p70r {
	padding-right: 70px !important;
}
.p75r {
	padding-right: 75px !important;
}
.p90r {
	padding-right: 90px !important;
}
.p100r {
	padding-right: 100px !important;
}
.p110r {
	padding-right: 110px !important;
}
.p120r {
	padding-right: 120px !important;
}
.p10l {
	padding-left: 10px !important;
}
.p15l {
	padding-left: 15px !important;
}
.p20l {
	padding-left: 20px !important;
}
.p25l {
	padding-left: 25px !important;
}
.p30l {
	padding-left: 30px !important;
}
.p200l {
	padding-left: 200px !important;
}
.box60 {
	width: 60px !important;
}
.box85 {
	width: 85px !important;
}
.box100 {
	width: 100px !important;
}
.box110 {
	width: 110px !important;
}
.box120 {
	width: 120px !important;
}
.box130 {
	width: 130px !important;
}
.box140 {
	width: 140px !important;
}
.box160 {
	width: 160px !important;
}
.box180 {
	width: 180px !important;
}
.box200 {
	width: 200px !important;
}
.box230 {
	width: 230px !important;
}
.box250 {
	width: 250px !important;
}
.box260 {
	width: 260px !important;
}
.box280 {
	width: 280px !important;
}
.box285 {
	width: 285px !important;
}
.box290 {
	width: 290px !important;
}
.box330 {
	width: 330px !important;
}
.box340 {
	width: 340px !important;
}
.box300 {
	width: 300px !important;
}
.box310 {
	width: 310px !important;
}
.box320 {
	width: 320px !important;
}
.box350 {
	width: 350px !important;
}
.box355 {
	width: 355px !important;
}
.box365 {
	width: 365px !important;
}
.box370 {
	width: 370px !important;
}
.box400 {
	width: 400px !important;
}
.box420 {
	width: 420px !important;
}
.box450 {
	width: 450px !important;
}
.box440 {
	width: 440px !important;
}
.box460 {
	width: 460px !important;
}
.box480 {
	width: 480px !important;
}
.box500 {
	width: 500px !important;
}
.box510 {
	width: 510px !important;
}
.box530 {
	width: 530px !important;
}
.box600 {
	width: 600px !important;
}
.box640 {
	width: 640px !important;
}
/* 2.位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear {
	clear: both !important;
}
.cen {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
/* 3.テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/* 1.マージン・インデント
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m5b {
	margin-bottom: 5px !important;
}
.m10b {
	margin-bottom: 10px !important;
}
.m13b {
	margin-bottom: 13px !important;
}
.m15b {
	margin-bottom: 15px !important;
}
.m20b {
	margin-bottom: 20px !important;
}
.m25b {
	margin-bottom: 25px !important;
}
.m30b {
	margin-bottom: 30px !important;
}
.m35b {
	margin-bottom: 35px !important;
}
.m40b {
	margin-bottom: 40px !important;
}
.m45b {
	margin-bottom: 45px !important;
}
.m50b {
	margin-bottom: 60px !important;
}
.m60b {
	margin-bottom: 50px !important;
}
.m70b {
	margin-bottom: 70px !important;
}
.m80b {
	margin-bottom: 80px !important;
}
.m90b {
	margin-bottom: 90px !important;
}
.m100b {
	margin-bottom: 100px !important;
}
.m20t {
	margin-top: 20px !important;
}
.m30t {
	margin-top: 30px !important;
}
.m35t {
	margin-top: 35px !important;
}
.m5l {
	margin-left: 5px !important;
}
.m9l {
	margin-left: 9px !important;
}
.m10l {
	margin-left: 10px !important;
}
.m12l {
	margin-left: 12px !important;
}
.m15l {
	margin-left: 15px !important;
}
.m20l {
	margin-left: 20px !important;
}
.m25l {
	margin-left: 25px !important;
}
.m30l {
	margin-left: 30px !important;
}
.m40l {
	margin-left: 40px !important;
}
.m150l {
	margin-left: 150px !important;
}
.m570l {
	margin-left: 570px !important;
}
.m5r {
	margin-right: 5px !important;
}
.m10r {
	margin-right: 10px !important;
}
.m15r {
	margin-right: 15px !important;
}
.m20r {
	margin-right: 20px !important;
}
.m25r {
	margin-right: 25px !important;
}
.m30r {
	margin-right: 30px !important;
}
.m35r {
	margin-right: 35px !important;
}
.m40r {
	margin-right: 40px !important;
}
.m50r {
	margin-right: 50px !important;
}
.p5b {
	padding-bottom: 5px !important;
}
.p10b {
	padding-bottom: 10px !important;
}
.p15b {
	padding-bottom: 15px !important;
}
.p20b {
	padding-bottom: 20px !important;
}
.p25b {
	padding-bottom: 25px !important;
}
.p30b {
	padding-bottom: 30px !important;
}
.p40b {
	padding-bottom: 40px !important;
}
.p50b {
	padding-bottom: 50px !important;
}
.p60b {
	padding-bottom: 60px !important;
}
.p70b {
	padding-bottom: 70px !important;
}
.p80b {
	padding-bottom: 80px !important;
}
.p34b {
	padding-bottom: 34px !important;
}
.p5t {
	padding-top: 5px !important;
}
.p8t {
	padding-top: 8px !important;
}
.p10t {
	padding-top: 10px !important;
}
.p15t {
	padding-top: 15px !important;
}
.p17t {
	padding-top: 17px !important;
}
.p20t {
	padding-top: 20px !important;
}
.p25t {
	padding-top: 25px !important;
}
.p30t {
	padding-top: 30px !important;
}
.p40t {
	padding-top: 40px !important;
}
.p50t {
	padding-top: 50px !important;
}
.p60t {
	padding-top: 60px !important;
}
.p70t {
	padding-top: 70px !important;
}
.p80t {
	padding-top: 80px !important;
}
.p90t {
	padding-top: 90px !important;
}
.p100t {
	padding-top: 100px !important;
}
.p120t {
	padding-top: 120px !important;
}
.p10a {
	padding: 10px !important;
}
.p20a {
	padding: 20px !important;
}
.p0r {
	padding-right: 0px !important;
}
.p5r {
	padding-right: 5px !important;
}
.p10r {
	padding-right: 10px !important;
}
.p20r {
	padding-right: 20px !important;
}
.p15r {
	padding-right: 15px !important;
}
.p25r {
	padding-right: 25px !important;
}
.p30r {
	padding-right: 30px !important;
}
.p40r {
	padding-right: 40px !important;
}
.p50r {
	padding-right: 50px !important;
}
.p55r {
	padding-right: 55px !important;
}
.p60r {
	padding-right: 60px !important;
}
.p70r {
	padding-right: 70px !important;
}
.p75r {
	padding-right: 75px !important;
}
.p90r {
	padding-right: 90px !important;
}
.p100r {
	padding-right: 100px !important;
}
.p110r {
	padding-right: 110px !important;
}
.p120r {
	padding-right: 120px !important;
}
.p10l {
	padding-left: 10px !important;
}
.p15l {
	padding-left: 15px !important;
}
.p20l {
	padding-left: 20px !important;
}
.p25l {
	padding-left: 25px !important;
}
.p30l {
	padding-left: 30px !important;
}
.p200l {
	padding-left: 200px !important;
}
.box60 {
	width: 60px !important;
}
.box85 {
	width: 85px !important;
}
.box100 {
	width: 100px !important;
}
.box110 {
	width: 110px !important;
}
.box120 {
	width: 120px !important;
}
.box130 {
	width: 130px !important;
}
.box140 {
	width: 140px !important;
}
.box160 {
	width: 160px !important;
}
.box180 {
	width: 180px !important;
}
.box200 {
	width: 200px !important;
}
.box230 {
	width: 230px !important;
}
.box250 {
	width: 250px !important;
}
.box260 {
	width: 260px !important;
}
.box280 {
	width: 280px !important;
}
.box285 {
	width: 285px !important;
}
.box290 {
	width: 290px !important;
}
.box330 {
	width: 330px !important;
}
.box340 {
	width: 340px !important;
}
.box300 {
	width: 300px !important;
}
.box310 {
	width: 310px !important;
}
.box320 {
	width: 320px !important;
}
.box350 {
	width: 350px !important;
}
.box355 {
	width: 355px !important;
}
.box365 {
	width: 365px !important;
}
.box370 {
	width: 370px !important;
}
.box400 {
	width: 400px !important;
}
.box420 {
	width: 420px !important;
}
.box450 {
	width: 450px !important;
}
.box440 {
	width: 440px !important;
}
.box460 {
	width: 460px !important;
}
.box480 {
	width: 480px !important;
}
.box500 {
	width: 500px !important;
}
.box510 {
	width: 510px !important;
}
.box530 {
	width: 530px !important;
}
.box600 {
	width: 600px !important;
}
.box640 {
	width: 640px !important;
}
/* 2.位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear {
	clear: both !important;
}
.cen {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
/* 3.テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.txtRed {
	color: #a31d1d !important;
}
.txtRed2 {
	color: #CC0000 !important;
}
.txtBlue {
	color: #25bdf3 !important;
}
.txtPink {
	color: #F246A4 !important;
}
.txtGold {
	color: #c37c00 !important;
}
.txtGray {
	color: #888888 !important;
}
.txtWhite {
	color: #FFFFFF !important;
}
.txtGreen {
	color: #3b7309 !important;
}
.txt11 {
	font-size: 92% !important;
}
.txt13 {
	font-size: 109% !important;
}
.txt14 {
	font-size: 117% !important;
}
.txt15 {
	font-size: 125% !important;
}
.txt16 {
	font-size: 136% !important;
}
.txt17 {
	font-size: 142% !important;
}
.txt18 {
	font-size: 150% !important;
}
.txt20 {
	font-size: 167% !important;
}
.txt25 {
	font-size: 189% !important;
}
.lh190 {
	line-height: 190% !important;
}
.lh240 {
	line-height: 240% !important;
}
.bNone {
	border: none !important;
}
.vaMiddle {
	vertical-align: middle !important;
}
.txtRed {
	color: #a31d1d !important;
}
.txtRed2 {
	color: #CC0000 !important;
}
.txtBlue {
	color: #25bdf3 !important;
}
.txtPink {
	color: #F246A4 !important;
}
.txtGold {
	color: #c37c00 !important;
}
.txtGray {
	color: #888888 !important;
}
.txtWhite {
	color: #FFFFFF !important;
}
.txtGreen {
	color: #3b7309 !important;
}
.txt11 {
	font-size: 92% !important;
}
.txt13 {
	font-size: 109% !important;
}
.txt14 {
	font-size: 117% !important;
}
.txt15 {
	font-size: 125% !important;
}
.txt16 {
	font-size: 136% !important;
}
.txt17 {
	font-size: 142% !important;
}
.txt18 {
	font-size: 150% !important;
}
.txt20 {
	font-size: 167% !important;
}
.txt25 {
	font-size: 189% !important;
}
.lh190 {
	line-height: 190% !important;
}
.lh240 {
	line-height: 240% !important;
}
.bNone {
	border: none !important;
}
.news-box .news-box__list {
	background: none;
	padding: 0;
	border: none;
}
.news-box .news-box__list .news-box__item + .news-box__item {
	margin-top: 30px;
}
.news-box .news-box__list .news-box__item {
	padding: 0;
}
.news-box .news-box__list .news-box__item:before {
	display: none;
}
.news-box .news-box__list .news-box__item .news-box__inner {
	display: block;
	padding: 10px 10px 10px 20px;
	border-left: 3px solid #083147;
	background: #fafafa;
	transition: 0.4s;
}
.news-box .news-box__list .news-box__item .news-box__inner:hover {
	opacity: 0.7;
}
.news-box .news-box__list .news-box__item .news-box__inner .news-box__title {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
.news-box .news-box__list .news-box__item .news-box__inner .news-box__title:before {
	display: none;
}
.news-box .news-box__list .news-box__item .news-box__inner .news-box__meta {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.news-box .news-box__list .news-box__item .news-box__inner .news-box__meta .news-box__date {
	width: 90px;
	font-size: 1.4rem;
	color: #083147;
}
.news-box .news-box__list .news-box__item .news-box__inner .news-box__meta .new-box__category {
	width: auto;
	flex: 0 1 auto;
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	background: #083147;
	padding: 0.1em 0.5em;
}
.news-box .news-box__list .news-box__item .news-box__inner .news-box__meta .new-box__category span {
	padding: 0.4em 0.7em;
	background: #083147;
}
.news-box .news-box__list .news-box__item .news-box__inner .news-box__meta .new-box__category span + span {
	margin-left: 10px;
}
.under-page ul.post-list {
	background: none;
	padding: 0;
	border: none;
}
.under-page ul.post-list .post-list__item + .post-list__item {
	margin-top: 40px;
}
.under-page ul.post-list .post-list__item {
	padding: 0;
}
.under-page ul.post-list .post-list__item:before {
	display: none;
}
.under-page ul.post-list .post-list__item .post-unit {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	height: 230px;
	background: #f2f2f2;
	transition: 0.4s;
}
.under-page ul.post-list .post-list__item .post-unit:hover {
	opacity: 0.7;
}
.under-page ul.post-list .post-list__item .post-unit:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: 30px solid #083147;
	border-left: 40px solid transparent;
}
.under-page ul.post-list .post-list__item .post-unit .post-unit__main {
	width: auto;
	flex: 1 1 auto;
	padding: 20px 10px;
}
.under-page ul.post-list .post-list__item .post-unit .post-unit__main .post-unit__logo {
	height: 50px;
}
.under-page ul.post-list .post-list__item .post-unit .post-unit__main .post-unit__logo img {
	border: 1px solid #333;
	background: #fff;
	padding: 5px;
	width: auto;
	height: 100%;
	margin: 0;
}
.under-page ul.post-list .post-list__item .post-unit .post-unit__main .post-unit__name {
	margin: 10px 0 0 0;
	padding: 0 0 0 3px;
	background: none;
	border: none;
	font-size: 1.6rem;
	line-height: 28px;
	line-height: 1.75;
}
.under-page ul.post-list .post-list__item .post-unit .post-unit__main .post-unit__name:before, .under-page ul.post-list .post-list__item .post-unit .post-unit__main .post-unit__name:after {
	display: none;
}
.under-page ul.post-list .post-list__item .post-unit .post-unit__sub {
	width: 330px;
	height: 100%;
}
.under-page ul.post-list .post-list__item .post-unit .post-unit__sub img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.under-page ul.post-list .post-list__item .post-list__inner {
	position: relative;
	display: block;
	padding: 20px 10px;
	background: #f2f2f2;
	transition: 0.4s;
}
.under-page ul.post-list .post-list__item .post-list__inner:hover {
	opacity: 0.7;
}
.under-page ul.post-list .post-list__item .post-list__inner.-none-hover:hover {
	opacity: 1;
}
.under-page ul.post-list .post-list__item .post-list__inner.-none-hover a {
	transition: .4s;
}
.under-page ul.post-list .post-list__item .post-list__inner.-none-hover a:hover {
	opacity: 0.7;
}
.under-page ul.post-list .post-list__item .post-list__inner:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: 30px solid #083147;
	border-left: 40px solid transparent;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__time + .post-list__title {
	margin-left: 15px;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__title + .post-list__category {
	margin-right: 15px;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__title {
	width: auto;
	flex: 1 1 auto;
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__title:before {
	display: none;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__time {
	width: auto;
	font-size: 1.4rem;
	color: #333;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__category {
	display: flex;
	width: 110px;
	height: 27px;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	line-height: 40px;
	line-height: 3.33333;
	color: #fff;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__category.category__students_single {
	background: #299f95;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__category.category__students_naitei {
	background: #d0983f;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__category.category__students_shinjin {
	background: #cfc722;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__category.category__students_lecture_05 {
	background: #b13221;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__category.category__students_kanri {
	background: #68b121;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__time-data {
	margin-top: 7px;
	width: auto;
	font-size: 1.4rem;
	color: #333;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__text {
	margin-top: 15px;
	font-size: 1.4rem;
	color: #000;
	line-height: 32px;
	line-height: 2.28571;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__text a {
	color: #000;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__next {
	margin-top: 10px;
}
.under-page ul.post-list .post-list__item .post-list__inner .post-list__next a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	background: #083147;
	color: #fff;
	font-size: 1.4rem;
}
.inbox-pl20 {
	padding-top: 18px;
	padding-left: 20px;
}
.inbox-pl20.-pt10 {
	padding-top: 10px;
}
.inbox-pl20.-pt30 {
	padding-top: 30px;
}
.inbox-pl20.-pt47 {
	padding-top: 47px;
}
.inbox-pl20.-tac {
	text-align: center;
}
.top-news {
	position: relative;
	padding-top: 110px;
	padding-bottom: 172px;
	z-index: 2;
}
.top-news:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 50%;
	height: 100%;
	background-color: #F1F1F1;
	z-index: 1;
}
.top-news:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 50%;
	height: 100%;
	background-color: #FAFAFA;
	z-index: 1;
}
.top-news .top-news__contents {
	position: relative;
	z-index: 3;
}
.top-news .top-news__contents .top-news__body {
	padding: 12px 45px 35px;
	border-left: 1px solid #063046;
	border-right: 1px solid #063046;
	border-bottom: 1px solid #063046;
	background-color: #fff;
}
.top-news .top-news__contents .top-news__body .select01-item {
	display: none;
}
.top-news .top-news__contents .top-news__body .select01-item.-current {
	display: block;
}
.top-news .top-news__contents .top-news__body .top-news__list {
	display: flex;
	margin-left: -23px;
	margin-right: -23px;
	flex-wrap: wrap;
}
.top-news .top-news__contents .top-news__body .top-news__list .top-news__item {
	width: 50%;
	margin-top: 23px;
	padding-left: 23px;
	padding-right: 23px;
}
.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .unit .unit__sub {
	height: 100%;
}
.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .top-news__meta {
	padding-left: 13px;
	margin-top: 35px;
	display: flex;
	flex-direction: column-reverse;
}
.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .top-news__meta .top-news__title {
	width: 100%;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 1.86667;
	font-weight: bold;
	color: #063046;
	text-decoration: underline;
}
.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .top-news__meta .top-news__time {
	width: 100%;
	font-size: 1.5rem;
	line-height: 28px;
	line-height: 1.86667;
}
.breadcrumbs {
	padding: 20px 10px 0;
	display: flex;
}
.breadcrumbs span {
	padding: 0 4px;
}
.breadcrumbs .top {
	padding-left: 0;
}
.breadcrumbs a {
	text-decoration: underline;
}
.breadcrumbs .breadcrumbs__item {
	position: relative;
	font-size: 1.3rem;
}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -12px;
	content: ">";
}
body .content .search-sp {
	display: none;
}
body .content .search-sp .search-wrap {
	width: 100%;
	height: 35px;
}
body .content .search-sp .search-wrap .search__text {
	width: calc(100% - 28px);
	height: 35px;
	border-radius: 0;
}
body .content .search-sp .search-wrap .search__submit {
	width: 30px;
	height: 35px;
	border-radius: 0;
	background: #336699 url(../../_assets/img/common/icon-serach.png) no-repeat right 6.5px center/17px 18px;
}
body .content .search-wrap {
	display: flex;
	width: 170px;
	height: 28px;
	background: #336699;
	border-radius: 4px;
}
body .content .search-wrap.-w350 {
	width: 350px;
}
body .content .search-wrap.-w350 .search__text {
	width: 322px;
}
body .content .search-wrap input::-webkit-input-placeholder {
	color: #d1d1d1;
	font-size: 1.2rem;
}
body .content .search-wrap input:-ms-input-placeholder {
	color: #d1d1d1;
	font-size: 1.2rem;
}
body .content .search-wrap input::-ms-input-placeholder {
	color: #d1d1d1;
	font-size: 1.2rem;
}
body .content .search-wrap input::placeholder {
	color: #d1d1d1;
	font-size: 1.2rem;
}
body .content .search-wrap input:not([type]):focus:not([readonly]), body .content .search-wrap input[type=text]:not(.browser-default):focus:not([readonly]), body .content .search-wrap input[type=password]:not(.browser-default):focus:not([readonly]), body .content .search-wrap input[type=email]:not(.browser-default):focus:not([readonly]), body .content .search-wrap input[type=url]:not(.browser-default):focus:not([readonly]), body .content .search-wrap input[type=time]:not(.browser-default):focus:not([readonly]), body .content .search-wrap input[type=date]:not(.browser-default):focus:not([readonly]), body .content .search-wrap input[type=datetime]:not(.browser-default):focus:not([readonly]), body .content .search-wrap input[type=datetime-local]:not(.browser-default):focus:not([readonly]), body .content .search-wrap input[type=tel]:not(.browser-default):focus:not([readonly]), body .content .search-wrap input[type=number]:not(.browser-default):focus:not([readonly]), body .content .search-wrap input[type=search]:not(.browser-default):focus:not([readonly]), body .content .search-wrap textarea.materialize-textarea:focus:not([readonly]) {
	box-shadow: none;
	border-bottom: 1px solid #336699;
}
body .content .search-wrap .search__text {
	width: 142px;
	height: 28px;
	background: #fff;
	border: 1px solid #336699;
	border-radius: 4px 0 0 4px;
	font-size: 1.2rem;
}
body .content .search-wrap .search__text.-w322 {
	width: 322px;
}
body .content .search-wrap .search__submit {
	position: relative;
	width: 28px;
	height: 28px;
	border: 1px solid #336699;
	border-radius: 0 4px 4px 0;
	background: #336699 url(../../_assets/img/common/icon-serach.png) no-repeat right 6px center/13px 15px;
}
.toggle .toggle-btn {
	cursor: pointer;
}
.toggle .toggle-contents {
	display: none;
}
.collapse-contents .collapse-body {
	display: none;
}
.faq-box .faq-box__title {
	width: 100%;
	padding: 5px 0 5px 50px;
	font-size: 1.7rem;
	line-height: 24px;
	line-height: 1.41176;
	border-bottom: 1px solid #d1d1d1;
}
.faq-box .faq-box__main {
	padding: 37px 25px;
	font-size: 1.5rem;
	line-height: 22px;
	line-height: 1.46667;
	border-bottom: 1px solid #d1d1d1;
	background-color: #f5f5f5;
}
.faq-box .faq-box__main h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.7rem;
	line-height: 28px;
	line-height: 1.64706;
}
.faq-box .faq-box__main h3 + p {
	margin-top: 5px;
}
.btn-switch .btn-switch__list {
	display: flex;
}
.btn-switch .btn-switch__list .btn-switch__item {
	width: 25%;
	border-top: 1px solid #063046;
	border-bottom: 1px solid #063046;
	border-right: 1px solid #063046;
}
.btn-switch .btn-switch__list .btn-switch__item:first-child {
	border-left: 1px solid #063046;
}
.btn-switch .btn-switch__list .btn-switch__item .btn-switch__btn {
	width: 100%;
	padding: 3px 0;
	text-align: center;
	transition: 0.8s;
}
.btn-switch .btn-switch__list .btn-switch__item .btn-switch__btn .ja {
	font-size: 1.6rem;
	line-height: 26px;
	line-height: 1.625;
	letter-spacing: 0.002em;
	font-weight: bold;
}
.btn-switch .btn-switch__list .btn-switch__item .btn-switch__btn .en {
	font-size: 1.3rem;
	line-height: 24px;
	line-height: 1.84615;
	color: #063046;
	letter-spacing: 0.004em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.btn-switch .btn-switch__list .btn-switch__item .btn-switch__btn.tab_current {
	color: #fff;
	background-color: #063046;
}
.btn-switch .btn-switch__list .btn-switch__item .btn-switch__btn.tab_current .ja, .btn-switch .btn-switch__list .btn-switch__item .btn-switch__btn.tab_current .en {
	color: #fff;
}
.btn-switch .btn-switch__list .btn-switch__item .btn-switch__btn:hover {
	color: #fff;
	background-color: #063046;
}
.btn-switch .btn-switch__list .btn-switch__item .btn-switch__btn:hover .ja, .btn-switch .btn-switch__list .btn-switch__item .btn-switch__btn:hover .en {
	color: #fff;
}
.g-inner {
	position: absolute;
	left: 0;
	bottom: -400px;
	padding: 25px;
	background-color: #12445e;
	display: none;
}
.g-inner.-part01 {
	bottom: -332px;
	width: 441px;
	height: 332px;
}
.g-inner.-part02 {
	bottom: -365px;
	width: 480px;
	height: 365px;
}
.g-inner.-part03 {
	bottom: -243px;
	width: 224px;
	height: 243px;
}
.g-inner.-part04 {
	bottom: -184px;
	width: 212px;
	height: 184px;
}
.g-inner.-part05 {
	bottom: -94px;
	width: 400px;
	height: 94px;
}
.g-inner.-part06 {
	bottom: -94px;
	width: 220px;
	height: 94px;
}
.g-inner .g-inner__list .g-inner__item a {
	position: relative;
	padding-left: 12px;
	color: #fff;
}
.g-inner .g-inner__list .g-inner__item a:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 6px;
	background-image: url(../../_assets/img/common/icon-nav-arrow-yel.svg);
}
.g-inner .g-inner__list .g-inner__item > ul li {
	margin-top: 16px;
}
.g-inner .g-inner__list .g-inner__item > ul li a {
	padding-left: 30px;
}
.g-inner .g-inner__list .g-inner__item > ul li a:after {
	position: absolute;
	content: "";
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 2px;
	background-color: #fff;
}
.g-inner .g-inner__list .g-inner__item + .g-inner__item {
	margin-top: 16px;
}
.panel02 {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.panel02.-no-wrap {
	flex-wrap: nowrap;
}
.panel02 .panel02__item {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.panel02 .panel02__item img {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 0;
}
.panel02 .panel02__item img + p {
	margin-top: 0;
}
.panel02 .panel02__item_company {
	padding-left: 15px;
	padding-right: 15px;
}
.panel02 .panel02__item_company img {
	margin-left: auto;
	margin-bottom: 10px;
	padding-left: 0;
}
.panel02 .panel02__item_company h4 {
	margin-top: 0;
}
.panel02.-long .panel02__image {
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
}
.panel02.-long .panel02__image img {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 0;
}
.panel02.-long .panel02__image img + p {
	margin-top: 0;
}
.panel02.-long .panel02__item {
	width: 70%;
	padding-left: 15px;
	padding-right: 15px;
}
.panel02.-long .panel02__item img {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 0;
}
.panel02.-long .panel02__item img + p {
	margin-top: 0;
}
.under-page .panel02__item_company {
	width: 50%;
}
.panel03 {
	margin-top: 20px;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.panel03 .panel03__item {
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
}
.panel03 .panel03__item img {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 0;
}
.panel03 .panel03__item img + p {
	margin-top: 0;
}
.table-contact {
	margin-top: 73px;
	padding: 0 80px 0 112px;
}
.table-contact .table-contact__dl dl + dl {
	margin-top: 62px;
}
.table-contact .table-contact__dl dl {
	display: flex;
}
.table-contact .table-contact__dl dl.last {
	margin-top: 140px;
}
.table-contact .table-contact__dl dl dt {
	width: 268px;
}
.table-contact .table-contact__dl dl dt .table-contact__meta {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
}
.table-contact .table-contact__dl dl dt .table-contact__meta .meta-main {
	margin-left: 28px;
	font-size: 1.6rem;
}
.table-contact .table-contact__dl dl dt .table-contact__meta .meta-sub {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 30px;
}
.table-contact .table-contact__dl dl dt .table-contact__meta .meta-sub.-need {
	color: #fff;
	background: #c51202;
}
.table-contact .table-contact__dl dl dt .table-contact__meta .meta-sub.-any {
	color: #211919;
	background: #c8c4c4;
}
.table-contact .table-contact__dl dl dt .red-point {
	margin-top: 10px;
	color: #c51202;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 1.71429;
}
.table-contact .table-contact__dl dl dt .normal-point {
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 28px;
	line-height: 1.75;
}
.table-contact .table-contact__dl dl dd {
	width: calc(100% - 268px);
	margin-left: 0;
}
.table-contact .table-contact__dl dl dd .for-example {
	padding-left: 10px;
}
.table-contact .table-contact__dl dl dd [type="radio"]:not(:checked) + span, .table-contact .table-contact__dl dl dd [type="radio"]:checked + span {
	font-size: 1.6rem;
	color: #333;
}
.table-contact .table-contact__dl dl dd input:not([type]), .table-contact .table-contact__dl dl dd input[type=text]:not(.browser-default), .table-contact .table-contact__dl dl dd input[type=password]:not(.browser-default), .table-contact .table-contact__dl dl dd input[type=email]:not(.browser-default), .table-contact .table-contact__dl dl dd input[type=url]:not(.browser-default), .table-contact .table-contact__dl dl dd input[type=time]:not(.browser-default), .table-contact .table-contact__dl dl dd input[type=date]:not(.browser-default), .table-contact .table-contact__dl dl dd input[type=datetime]:not(.browser-default), .table-contact .table-contact__dl dl dd input[type=datetime-local]:not(.browser-default), .table-contact .table-contact__dl dl dd input[type=tel]:not(.browser-default), .table-contact .table-contact__dl dl dd input[type=number]:not(.browser-default), .table-contact .table-contact__dl dl dd input[type=search]:not(.browser-default), .table-contact .table-contact__dl dl dd textarea.materialize-textarea {
	background: none;
	border: 1px solid #ccc;
	box-shadow: -1px -1px 4px 1px #eee;
}
.table-contact .table-contact__dl dl dd [type="checkbox"] + span:not(.lever):before {
	background: #f6f5f5;
	border: 1px solid #ccc;
	box-shadow: -1px -1px 4px 1px #eee;
}
.table-contact .table-contact__dl dl dd [type="checkbox"]:checked + span:not(.lever):before {
	top: -4px;
	left: -5px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #1e465c;
	border-bottom: 2px solid #1e465c;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	background: none;
	box-shadow: none;
}
.table-contact .table-contact__dl dl dd [type="radio"]:not(:checked) + span:before, .table-contact .table-contact__dl dl dd [type="radio"]:not(:checked) + span:after {
	border: 1px solid #979797;
	background: #f6f5f5;
}
.table-contact .table-contact__dl dl dd [type="radio"]:checked + span:after, .table-contact .table-contact__dl dl dd [type="radio"].with-gap:checked + span:after {
	background-color: #1e465c;
}
.table-contact .table-contact__dl dl dd .tb-inbox-flex .mwform-zip-field {
	display: flex;
	align-items: center;
}
.table-contact .table-contact__dl dl dd .tb-inbox-flex .mwform-zip-field input {
	margin: 0 10px;
	width: 60px;
	height: 43px;
}
.table-contact .table-contact__dl dl dd .tb-inbox {
	display: block;
	margin-top: 10px;
}
.table-contact .table-contact__dl dl dd .tb-inbox.-light {
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 15px;
}
.table-contact .table-contact__dl dl dd .tb-inbox.-light .post-number {
	width: 20px;
	margin-right: 5px;
}
.table-contact .table-contact__dl dl dd .tb-inbox.-light input {
	width: 160px;
}
.table-contact .table-contact__dl dl dd .tb-inbox.-light .for-example {
	width: 100px;
}
.table-contact .table-contact__dl dl dd textarea {
	width: 100%;
	height: 240px;
	padding: 1em;
	background: none;
	border: 1px solid #ccc;
	box-shadow: -1px -1px 4px 1px #eee;
}
.table-contact__btn .table-input {
	position: relative;
	max-width: 335px;
	width: 100%;
	height: 90px;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	background: linear-gradient(to right, #b90a2c, #eb7036);
	transition: 0.7s;
	cursor: pointer;
}
.table-contact__btn .table-input:hover {
	opacity: 0.7;
}
.page-child .for-example {
	display: none;
}
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */ :placeholder-shown {
	color: #B8B8B8;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */ ::-webkit-input-placeholder {
	color: #B8B8B8;
}
/* Firefox 18- */ :-moz-placeholder {
	color: #B8B8B8;
	opacity: 1;
}
/* Firefox 19+ */ ::-moz-placeholder {
	color: #B8B8B8;
	opacity: 1;
}
/* IE 10+ */ :-ms-input-placeholder {
	color: #B8B8B8;
}
.under-page .post-category {
	display: flex;
	width: 167px;
	height: 45px;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	line-height: 40px;
	line-height: 2.22222;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.under-page .post-category.category__students_single {
	background: #299f95;
}
.under-page .post-category.category__students_naitei {
	background: #d0983f;
}
.under-page .post-category.category__students_shinjin {
	background: #cfc722;
}
.under-page .post-category.category__students_lecture_05 {
	background: #b13221;
}
.under-page .post-category.category__students_kanri {
	background: #68b121;
}
.post-category + h2 {
	margin-top: 12px;
}
.side-download {
	padding: 0 6px 40px;
	background-image: url(../../_assets/img/side/side-download_image_bg.png);
}
.side-download .side-download__title {
	padding-top: 25px;
	text-align: center;
}
.side-download .side-download__contents {
	margin-top: 30px;
}
.side-download .side-download__contents .side-download__item + .side-download__item {
	margin-top: 30px;
}
.side-download .side-download__contents .side-download__item {
	padding: 26px 18px 40px;
	background-color: #fff;
}
.side-download .side-download__contents .side-download__item .side-download__sub-title {
	padding-bottom: 16px;
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
	border-bottom: 1px solid #406072;
}
.side-download .side-download__contents .side-download__item .side-download__sub-title.-orange {
	color: #d7771a;
	border-bottom: 1px solid #d7771a;
}
.side-download .side-download__contents .side-download__item .side-download__image {
	margin-top: 16px;
}
.side-download .side-download__contents .side-download__item .side-download__image img {
	width: 100%;
}
.side-download .side-download__contents .side-download__item .side-download__link {
	margin-top: 24px;
}
.side-news {
	margin-top: 22px;
	border: 1px solid #063046;
}
.side-news .side-news__title {
	padding: 9px 0;
	color: #fff;
	background-color: #063046;
	text-align: center;
	line-height: 1.15;
}
.side-news .side-news__title .ja {
	font-size: 1.6rem;
	line-height: 26px;
	line-height: 1.625;
	letter-spacing: 0.002em;
	font-weight: bold;
}
.side-news .side-news__title .en {
	font-size: 1.3rem;
	line-height: 24px;
	line-height: 1.84615;
	letter-spacing: 0.004em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
}
.side-news .side-news__list {
	padding: 15px 12px;
}
.side-news .side-news__list .side-news__item + .side-news__item {
	margin-top: 20px;
}
.side-news .side-news__list .side-news__item .side-news__meta {
	display: flex;
	flex-direction: column-reverse;
}
.side-news .side-news__list .side-news__item .side-news__meta .side-news__sub-title {
	width: 100%;
}
.side-news .side-news__list .side-news__item .side-news__meta .side-news__sub-title a {
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2;
	color: #063046;
	text-decoration: underline;
	font-weight: bold;
}
.side-news .side-news__list .side-news__item .side-news__meta .side-news__time {
	width: 100%;
	font-size: 1.4rem;
}
.side-banner {
	margin-top: 44px;
	padding-bottom: 100px;
}
.side-banner .side-banner__list .side-banner__item + .side-banner__item {
	margin-top: 22px;
}
.side-banner .side-banner__list .side-banner__item + .-large-gut {
	margin-top: 38px;
}
.side-banner .side-banner__list .side-banner__item a {
	display: block;
	transition: 0.7s;
}
.side-banner .side-banner__list .side-banner__item a img {
	display: block;
	width: 100%;
}
.side-banner .side-banner__list .side-banner__item a:hover {
	opacity: 0.7;
}
.side-banner-short {
	margin-top: 22px;
}
.side-banner-short img {
	width: 100%;
}
.under-page .field-logo img {
	margin: 0;
}
.under-page .field-logo + h2 {
	margin-top: 34px;
}
.under-page.-pb220 {
	padding-bottom: 220px;
}
.under-page section + section {
	margin-top: 78px;
}
.under-page .pdfemb-viewer {
	margin: 0 auto;
}
.under-page .post-link {
	margin-top: 170px;
	margin-bottom: 170px;
}
.under-page .post-link a {
	color: #fff;
}
.under-page h1, .pdf-area h2 {
	padding: 26px 30px;
	font-size: 2.6rem;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-image: url(../../_assets/img/page/page-h2_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.pdf-area h2 {
	margin: 50px auto 30px;
}
.under-page h3 {
	margin-top: 20px;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 2.4rem;
	color: #083147;
	border-bottom: 2px solid #083147;
	background: linear-gradient(to top, #e0e1e2, #fbfbfb);
}
.under-page h3 .staff_yomi {
	font-size: 1.8rem;
}
.under-page h3 a {
	color: #083147;
}
.under-page h3:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
	content: '';
	width: 4px;
	height: 24px;
	background-color: #083147;
}
.under-page h4 {
	position: relative;
	margin-top: 35px;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 15px;
	padding-bottom: 2px;
	font-size: 2.2rem;
	color: #083147;
	border-bottom: 4px solid #97abb6;
}
.under-page h4:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 39.97271%;
	width: calc((293/733)*100%);
	height: 4px;
	background-color: #083147;
}
.under-page h4.pickup-title {
	padding: 14.5px 15px 14.5px 170px;
	font-size: 2.2rem;
	color: #fff;
	background: #083147;
	border: none;
}
.under-page h4.pickup-title:before {
	position: absolute;
	top: 0;
	left: 20px;
	width: 124px;
	height: 66px;
	background-size: cover;
	background-image: url(../../_assets/img/page/pick-up_title.png);
}
.under-page h4.pickup-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 2px;
	background: #fff;
}
.under-page h5 {
	margin-top: 20px;
	padding-left: 8px;
	font-size: 2.2rem;
}
.under-page .time {
	margin-top: 5px;
	padding-left: 3px;
	font-size: 1.4rem;
}
.under-page h3 + .w3eden {
	margin-top: 20px;
}
.under-page .panel02.-short-title {
	margin-top: 0;
}
.under-page .panel02.-short-title h3 {
	margin-top: 0;
}
.under-page .panel02.m0 {
	margin: 0 auto;
}
.under-page .panel02 .panel02__item_company .wp-caption {
	margin: 0 auto;
}
.under-page .watch-title {
	position: relative;
	margin-top: 10px;
	padding-left: 25px;
	font-size: 1.8rem;
}
.under-page .watch-title:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url(../../_assets/img/common/clock-regular.svg);
}
.under-page a.btn, .under-page a.btn-large, .under-page a.btn-small {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 370px;
	width: 100%;
	height: 70px;
	color: #fff;
	font-size: 1.7rem;
	background: linear-gradient(to right, #b90a2c, #eb7036);
	margin: 60px auto;
	transition: 0.7s;
}
.under-page a.btn:before, .under-page a.btn-large:before, .under-page a.btn-small:before, .under-page a.btn:after, .under-page a.btn-large:after, .under-page a.btn-small:after {
	content: '';
	flex: 1;
	height: 1px;
	min-width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.under-page a.btn:after, .under-page a.btn-large:after, .under-page a.btn-small:after {
	margin-left: 10px;
	background: #fff;
}
.under-page ol.number {
	margin-top: 50px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 30px 20px 40px;
}
.under-page ol.number li {
	position: relative;
	padding-left: 30px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 1.33333;
	font-weight: 600;
}
.under-page ol.number li:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-weight: bold;
}
.under-page ol.number li:nth-child(1):before {
	content: '1';
}
.under-page ol.number li:nth-child(2):before {
	content: '2';
}
.under-page ol.number li:nth-child(3):before {
	content: '3';
}
.under-page ol.number li:nth-child(4):before {
	content: '4';
}
.under-page ol.number li:nth-child(5):before {
	content: '5';
}
.under-page ol.number li:nth-child(6):before {
	content: '6';
}
.under-page ol.number li:nth-child(7):before {
	content: '7';
}
.under-page ol.number li:nth-child(8):before {
	content: '8';
}
.under-page ol.number li:nth-child(9):before {
	content: '9';
}
.under-page ol.number li:nth-child(10):before {
	content: '10';
}
.under-page ol.number li + li {
	margin-top: 20px;
}
.under-page ul {
	margin-top: 50px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 30px 20px 40px;
	background-color: #fafafa;
	border-top: #c51102 4px solid;
}
.under-page ul.-mt-short {
	margin-top: 20px;
}
.under-page ul li {
	position: relative;
	padding-left: 30px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 1.33333;
	font-weight: 600;
}
.under-page ul li:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 16px;
	height: 11px;
	background-image: url(../../_assets/img/page/icon-check.png);
}
.under-page ul.goods li:before {
	background-image: none;
}
.under-page ul.goods li form {
	margin-top: 10px;
}
.under-page ul li + li {
	margin-top: 20px;
}
.under-page ul.simple {
	margin: 30px 0;
	background: none;
	padding: 0;
	border: none;
}
.under-page ul.simple li {
	position: relative;
	padding-left: 30px;
	font-size: 1.6rem;
}
.under-page ul.simple li:before {
	position: absolute;
	content: '●';
	left: 12px;
	top: calc(50% - 1px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: none;
	width: auto;
	height: auto;
	font-size: 1rem;
}
.under-page table {
	margin-top: 50px;
	padding: 0 3px;
	width: 100%;
}
.under-page table tr {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #ccc;
}
.under-page table tr:first-child {
	border-top: 1px solid #ccc;
}
.under-page table tr th {
	width: 25%;
	padding: 18px 10px;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #f3f1f1;
	border-left: 1px solid #ccc;
	vertical-align: middle;
}
.under-page table tr td {
	width: 75%;
	padding: 20px 15px;
	font-size: 1.4rem;
}
.under-page .staff-table {
	margin-top: 0;
	max-height: 450px;
	height: 100%;
}
.under-page .staff-table th {
	width: 30%;
}
.under-page .staff-table td {
	width: 70%;
}
.under-page .table-col02 tr th, .under-page .table-col02 tr td {
	width: 50%;
}
.under-page .table-col02 tr td {
	border-left: 1px solid #ccc;
}
.under-page .table-col03 tr th, .under-page .table-col03 tr td {
	width: 33.333%;
}
.under-page .table-col03 tr td {
	border-left: 1px solid #ccc;
}
.under-page .table_dl dd {
	margin-left: 0;
}
.under-page .table_dl + .table_dl {
	margin-top: 15px;
}
.under-page img {
	display: block;
	margin: 20px auto;
	padding-left: 3px;
	max-width: 100%;
	height: auto;
}
.under-page iframe {
	margin-top: 30px;
	padding-left: 3px;
	padding-right: 3px;
}
.under-page p {
	margin-top: 20px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 1.6rem;
	line-height: 2;
}
.under-page p .red {
	color: #c61403;
}
.under-page p .blue {
	color: #2d566c;
}
.under-page .red {
	color: #c61403;
}
.under-page .blue {
	color: #2d566c;
}
.under-page .mk-blue {
	position: relative;
	font-weight: bold;
	background: linear-gradient(transparent 40%, #66ccff 40%);
}
.under-page .mk-blue:before {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 14px;
	background: linear-gradient(transparent 40%, #66ccff 40%);
	z-index: -1;
}
.under-page .mk-yellow {
	position: relative;
	font-weight: bold;
	background: linear-gradient(transparent 40%, #ffff66 40%);
}
.under-page .mk-yellow:before {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 14px;
	background: linear-gradient(transparent 40%, #ffff66 40%);
	z-index: -1;
}
.under-page .copy-text {
	margin-top: 30px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
.under-page .copy-box {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	border: 2px solid #083147;
	padding: 0.5em;
}
.under-page .td-box {
	display: block;
}
.under-page .td-box + .td-box {
	margin-top: 15px;
}
.under-page .large {
	font-size: 2rem;
	line-height: 1.5;
}
.under-page .bold {
	font-weight: bold;
}
.under-page .ta-center {
	text-align: center;
}
.under-page .ta-right {
	text-align: right;
}
.under-page .mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
.under-page .box-primary {
	padding: 20px;
	background-color: #dddddd;
}
.under-page .sem_title_red {
	padding: 20px 37px;
	font-weight: 300;
	background-image: -webkit-linear-gradient(top, #dd0c00, #bd0a00);
}
.under-page .sem_title_red .date {
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
	text-align: left;
}
.under-page .sem_title_red .main {
	font-size: 27px;
	color: #F8D633;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
	font-weight: bold;
}
.under-page .tcenter {
	text-align: center;
}
.under-page a {
	color: #106AA0;
}
.under-page .txtredb {
	font-weight: bold;
	color: #FF0000;
}
.under-page .seminartheme {
	background: url(../../_assets/img/page/bg_theme.jpg) no-repeat top;
	width: 644px;
	margin: 25px 0 0 0;
	position: relative;
	background-size: 100% 100%;
	height: 115px;
}
.under-page .seminartheme p.txt {
	position: absolute;
	top: 0;
	left: 67px;
	width: 560px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 10px 0;
}
.under-page .lecturer01_top {
	background: url(../../_assets/img/page/bg_lecturer01_top.jpg) no-repeat top;
	width: 644px;
	height: 80px;
	margin: 25px 0 0 0;
	position: relative;
}
.under-page .lecturer01_top p.name {
	position: absolute;
	top: 16px;
	right: 36px;
	color: #062539;
	font-weight: bold;
}
.under-page .lecturer01_top p.name p {
	margin: 10px 0 10px 0;
	text-align: left;
}
.under-page .lecturer01_mid {
	background: url(../../_assets/img/page/bg_lecturer01_mid.jpg) repeat-y top left;
	margin: 0;
	padding: 0 36px 0 36px;
	position: relative;
}
.under-page .txtb {
	font-weight: bold;
}
.under-page .lecturer01_top__bot {
	width: 644px;
}
.under-page .lecturer01_top__bot img {
	margin-top: 0;
	padding-left: 0;
}
.under-page .banner_candi {
	margin-top: 30px;
	background: #0c4c70;
	padding-bottom: 20px;
}
.under-page .banner_candi h3 {
	padding: 10px 0;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	background: none;
	border: none;
}
.under-page .banner_candi h3 span {
	color: #FFFF66;
}
.under-page .banner_candi h3:after, .under-page .banner_candi h3:before {
	display: none;
}
.under-page .banner_candi .banner_candi__wrap {
	display: flex;
}
.under-page .banner_candi .banner_candi__wrap p {
	margin-top: 0;
	width: 50%;
}
.under-page .banner_candi .banner_candi__wrap p img {
	margin: 0;
}
.under-page .banner_candi .banner_candi__wrap p a {
	display: block;
	transition: 0.7s;
}
.under-page .banner_candi .banner_candi__wrap p a:hover {
	opacity: 0.7;
}
.under-page .contact_banner_a img, .under-page .contact_banner_b img, .under-page .contact-type img {
	max-width: 100%;
}
.under-page .panel02 .wp-image-31676 {
	width: 50%;
}
.btn-link {
	margin-top: 90px;
}
.category-nav {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.category-nav a {
	display: flex;
	width: 110px;
	height: 27px;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	line-height: 40px;
	line-height: 3.33333;
	color: #fff;
}
.category-nav a.students_single {
	background: #299f95;
}
.category-nav a.students_naitei {
	background: #d0983f;
}
.category-nav a.students_shinjin {
	background: #cfc722;
}
.category-nav a.students_lecture_05 {
	background: #b13221;
}
.category-nav a.students_kanri {
	background: #68b121;
}
.category-nav a + a {
	margin-left: 20px;
}
.flow__contents img {
	width: auto;
}
.top-index .banner-contents {
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.top-index .banner-contents .banner-contents__item a {
	display: block;
}
.top-index .banner-contents .banner-contents__item + .banner-contents__item {
	margin-top: 10px;
}
.top-index + .top-index {
	margin-top: 50px;
}
.contact-type {
	padding-bottom: 30px;
}
.contact-type .contact-type__copy {
	margin-top: 33px;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2;
}
.contact-type .contact-type__copy.-tac {
	text-align: center;
}
.contact-type .contact-type__copy.thanks-contents {
	margin-top: 60px;
	text-align: center;
}
.contact-type .contact-type__copy.thanks-contents p {
	font-size: 1.8rem;
	font-weight: bold;
}
.contact-type .contact-type__copy.thanks-contents p + p {
	margin-top: 20px;
}
.blue-bg-title {
	padding-left: 30px;
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 2.4rem;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #1e465c;
}
.error404 {
	padding: 60px 0 120px;
}
.error404 .error404__image {
	width: 80%;
	margin: 0 auto;
}
.error404 .error404__image img {
	width: 100%;
}
.side-banner {
	margin-top: 44px;
	padding-bottom: 100px;
}
.side-banner .side-banner__list .side-banner__item + .side-banner__item {
	margin-top: 22px;
}
.side-banner .side-banner__list .side-banner__item + .-large-gut {
	margin-top: 38px;
}
.side-banner .side-banner__list .side-banner__item a {
	display: block;
	transition: 0.7s;
}
.side-banner .side-banner__list .side-banner__item a img {
	display: block;
	width: 100%;
}
.side-banner .side-banner__list .side-banner__item a:hover {
	opacity: 0.7;
}
.side-banner-short {
	margin-top: 22px;
}
.side-banner-short img {
	width: 100%;
}
.top-banner {
	padding-top: 90px;
	text-align: center;
}
.top-banner a {
	transition: 0.7s;
}
.top-banner a:hover {
	opacity: 0.7;
}
.top-service {
	position: relative;
	padding-top: 8.68056vw;
	z-index: 2;
}
.top-service .top-service__title img {
	width: 100%;
}
.top-service .top-service__copy {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #083147;
	font-size: 3rem;
	font-weight: bold;
}
.top-service .top-service__image {
	position: relative;
	margin-top: 3.68056vw;
	text-align: right;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.04167vw;
	background: linear-gradient(to right, #b90a2c, #eb7036);
	margin: 0 auto;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.close {
	transition: 0.7s;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn:hover {
	opacity: 0.7;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part01 {
	width: 9.72222vw;
	height: 2.08333vw;
	right: 15.41667vw;
	top: 14.30556vw;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part02 {
	width: 9.51389vw;
	height: 2.08333vw;
	right: 50.83333vw;
	top: 22.77778vw;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part03 {
	width: 9.72222vw;
	height: 2.08333vw;
	right: 33.54167vw;
	top: 22.77778vw;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part04 {
	width: 9.51389vw;
	height: 2.08333vw;
	right: 50.83333vw;
	top: 30.69444vw;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part05 {
	width: 10.41667vw;
	height: 2.08333vw;
	right: 33.54167vw;
	top: 30.69444vw;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part06 {
	width: 9.51389vw;
	height: 2.08333vw;
	right: 50.83333vw;
	top: 38.47222vw;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part07 {
	width: 10.41667vw;
	height: 2.08333vw;
	right: 33.54167vw;
	top: 38.47222vw;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part08 {
	width: 9.51389vw;
	height: 2.08333vw;
	right: 34.23611vw;
	top: 46.11111vw;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part09 {
	width: 9.51389vw;
	height: 2.08333vw;
	right: 34.23611vw;
	top: 53.88889vw;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part10 {
	text-align: center;
	width: 14.09722vw;
	height: 3.75vw;
	right: 15.27778vw;
	top: 28.81944vw;
}
.top-service .top-service__image .top-service__list .top-service__item a.top-service__btn.-part11 {
	text-align: center;
	width: 14.09722vw;
	height: 2.08333vw;
	right: 15.27778vw;
	top: 40.625vw;
}
.top-service .top-service__image img {
	width: 90.34722vw;
	height: auto;
}
.top-service .top-service__image-text {
	display: none;
}
.top-voice {
	position: relative;
	z-index: 3;
	padding-top: 10.34722vw;
}
.top-voice .top-voice__title img {
	width: 100%;
}
.top-voice .top-voice__copy {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #083147;
	font-size: 3rem;
	font-weight: bold;
	text-align: right;
}
.top-voice .top-voice__contents {
	margin-top: 41px;
	padding: 38px 42px 52px;
	background-color: #fafafa;
}
.top-voice .top-voice__contents .top-voice__list .top-voice__item {
	background-color: #fff;
	padding: 50px 70px 63px 68px;
	border-left: 3px solid #244266;
}
.top-voice .top-voice__contents .top-voice__list .top-voice__item .top-voice__sub-title {
	margin-top: 17px;
	font-size: 2rem;
	line-height: 29px;
	line-height: 1.45;
	color: #244266;
	font-weight: 700;
}
.top-voice .top-voice__contents .top-voice__list .top-voice__item .top-voice__image-sp {
	margin-top: 10px;
	text-align: center;
}
.top-voice .top-voice__contents .top-voice__list .top-voice__item .top-voice__image-sp img {
	max-width: 400px;
	width: 100%;
}
.top-voice .top-voice__contents .top-voice__list .top-voice__item .top-voice__text {
	margin-top: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 30px;
	line-height: 2.14286;
	letter-spacing: 0.014em;
}
.top-voice .top-voice__contents .top-voice__list .top-voice__item + .top-voice__item {
	margin-top: 25px;
}
.top-voice .top-voice__contents .top-voice__link {
	margin-top: 54px;
}
.top-reasons {
	position: relative;
	z-index: 3;
	padding-top: 8.05556vw;
}
.top-reasons .top-reasons__copy {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #083147;
	font-size: 3rem;
	font-weight: bold;
}
.top-reasons .top-reasons__list {
	display: flex;
	margin-left: -26px;
	margin-right: -26px;
}
.top-reasons .top-reasons__list .top-reasons__item {
	width: 33.333%;
	padding-left: 26px;
	padding-right: 26px;
}
.top-reasons .top-reasons__list .top-reasons__item:nth-child(1n) .top-reasons__title:before {
	width: 64px;
	height: 64px;
	background-image: url(../../_assets/img/index/top-reasons_number01.png);
}
.top-reasons .top-reasons__list .top-reasons__item:nth-child(2n) .top-reasons__title:before {
	width: 71px;
	height: 62px;
	background-image: url(../../_assets/img/index/top-reasons_number02.png);
}
.top-reasons .top-reasons__list .top-reasons__item:nth-child(3n) .top-reasons__title:before {
	width: 70px;
	height: 62px;
	background-image: url(../../_assets/img/index/top-reasons_number03.png);
}
.top-reasons .top-reasons__list .top-reasons__item .top-reasons__box {
	display: flex;
	flex-direction: column;
	padding-top: 153px;
}
.top-reasons .top-reasons__list .top-reasons__item .top-reasons__box .top-reasons__title {
	position: relative;
	order: 1;
	line-height: 1;
	font-size: 1.9rem;
	font-weight: 600;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-reasons .top-reasons__list .top-reasons__item .top-reasons__box .top-reasons__title:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: -92px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.top-reasons .top-reasons__list .top-reasons__item .top-reasons__box .top-reasons__text {
	order: 3;
	margin-top: 25px;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 1.71429;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-reasons .top-reasons__list .top-reasons__item .top-reasons__box .top-reasons__image {
	order: 2;
	margin-top: 24px;
}
.top-reasons .top-reasons__list .top-reasons__item .top-reasons__box .top-reasons__image img {
	width: 100%;
}
.top-consultant {
	position: relative;
	z-index: 10;
	width: 100%;
	padding-top: 94px;
	padding-bottom: 122px;
	background-color: #063046;
}
.top-consultant .top-consultant__title {
	text-align: center;
}
.top-consultant .top-consultant__copy {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.top-consultant .top-consultant__list {
	margin-top: 56px;
	margin-left: -19px;
	margin-right: -19px;
	flex-wrap: wrap;
}
.top-consultant .top-consultant__list .top-consultant__item {
	position: relative;
	width: 60%;
	margin: 0 auto;
	height: auto;
}
.top-consultant .top-consultant__list .top-consultant__item.-gut {
	margin-top: 70px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy01 {
	position: absolute;
	top: 38px;
	left: 50px;
	width: 126px;
	height: 232px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy01 img {
	width: 100%;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy02 {
	position: absolute;
	top: 36px;
	left: 53px;
	width: 130px;
	height: 235px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy02 img {
	width: 100%;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy03 {
	position: absolute;
	top: 34px;
	left: 50px;
	width: 127px;
	height: 208px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy03 img {
	width: 100%;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy04 {
	position: absolute;
	top: 35px;
	left: 56px;
	width: 125px;
	height: 292px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy04 img {
	width: 100%;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name {
	position: absolute;
	right: 34px;
	bottom: -6px;
	display: flex;
	flex-direction: column-reverse;
	/*align-items: flex-end;*/
	width: 140px;
	height: 66px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	text-align: right;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name.-bottom {
	bottom: -12px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name .ja01 {
	font-size: 2.4rem;
	line-height: 1;
	background-color: #3db3f7;
	text-align: center;
	padding: 3px 0;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name .ja01.-w118 {
	width: 118px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name .ja01.-w146 {
	width: 146px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name .ja01.-w153 {
	width: 153px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name .ja02 {
	padding: 6px 0;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 1.71429;
	font-weight: 600;
	background-color: #3db3f7;
	text-align: center;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name .ja02.-w125 {
	width: 125px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name .ja02.-w138 {
	width: 138px;
}
.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name .ja02.-w146 {
	width: 146px;
}
.top-consultant .top-consultant__list .top-consultant__item > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.top-consultant .top-consultant__link {
	margin-top: 40px;
	text-align: center;
}
.top-consultant .top-consultant__link a.btn01 {
	width: 50%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-news {
	position: relative;
	padding-top: 110px;
	padding-bottom: 172px;
	z-index: 2;
}
.top-news:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 50%;
	height: 100%;
	background-color: #F1F1F1;
	z-index: 1;
}
.top-news:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 50%;
	height: 100%;
	background-color: #FAFAFA;
	z-index: 1;
}
.top-news .top-news__contents {
	position: relative;
	z-index: 3;
}
.top-news .top-news__contents .top-news__body {
	padding: 12px 45px 35px;
	border-left: 1px solid #063046;
	border-right: 1px solid #063046;
	border-bottom: 1px solid #063046;
	background-color: #fff;
}
.top-news .top-news__contents .top-news__body .select01-item {
	display: none;
}
.top-news .top-news__contents .top-news__body .select01-item.-current {
	display: block;
}
.top-news .top-news__contents .top-news__body .top-news__list {
	display: flex;
	margin-left: -23px;
	margin-right: -23px;
	flex-wrap: wrap;
}
.top-news .top-news__contents .top-news__body .top-news__list .top-news__item {
	width: 50%;
	margin-top: 23px;
	padding-left: 23px;
	padding-right: 23px;
}
.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .unit .unit__sub {
	height: 100%;
}
.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .top-news__meta {
	padding-left: 13px;
	margin-top: 35px;
	display: flex;
	flex-direction: column-reverse;
}
.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .top-news__meta .top-news__title {
	width: 100%;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 1.86667;
	font-weight: bold;
	color: #063046;
	text-decoration: underline;
}
.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .top-news__meta .top-news__time {
	width: 100%;
	font-size: 1.5rem;
	line-height: 28px;
	line-height: 1.86667;
}
.top-step {
	position: relative;
	height: 55.55556vw;
}
.top-step:before {
	position: absolute;
	top: 8.33333vw;
	left: 8vw;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../../_assets/img/index/top-step.png);
	width: 80vw;
	height: 61.11111vw;
}
.top-step .top-step__contents {
	position: absolute;
	top: 5.55556vw;
	right: 12.5vw;
	width: 45.83333vw;
	height: 48.61111vw;
}
.top-step .top-step__contents .top-step__title {
	padding-left: 1.11111vw;
	font-weight: 600;
	letter-spacing: 0.24em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
	line-height: 1.55;
	font-size: 1.33333vw;
}
.top-step .top-step__contents .top-step__title span {
	position: relative;
	font-size: 2.36111vw;
	z-index: 2;
}
.top-step .top-step__contents .top-step__title span:after {
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 0.55556vw;
	background-color: #ffe382;
	z-index: -1;
}
.top-step .top-step__contents .top-step__copy {
	margin-top: 1.44444vw;
	width: 80%;
}
.top-step .top-step__contents .top-step__copy img {
	width: 100%;
}
.top-step .top-step__contents .top-step__list {
	padding-left: 1.11111vw;
}
.top-step .top-step__contents .top-step__list .top-step__item {
	position: relative;
	width: 80%;
	background-color: #fff;
	height: 4.83333vw;
	border-bottom: 0.61111vw solid #f1f1f1;
}
.top-step .top-step__contents .top-step__list .top-step__item.-middle {
	height: 5vw;
}
.top-step .top-step__contents .top-step__list .top-step__item.-large {
	height: 6.33333vw;
}
.top-step .top-step__contents .top-step__list .top-step__item.-large:after {
	height: 5.55556vw;
}
.top-step .top-step__contents .top-step__list .top-step__item .top-step__text {
	margin-top: 0.55556vw;
	font-size: 0.83333vw;
	line-height: 23px;
	line-height: 1.53333;
	font-weight: 600;
}
.top-step .top-step__contents .top-step__list .top-step__item .step01 {
	width: 11.88889vw;
}
.top-step .top-step__contents .top-step__list .top-step__item .step02 {
	width: 12.83333vw;
}
.top-step .top-step__contents .top-step__list .top-step__item .step03 {
	width: 13.77778vw;
}
.top-step .top-step__contents .top-step__list .top-step__item .step04 {
	width: 14.22222vw;
}
.top-step .top-step__contents .top-step__list .top-step__item .step05 {
	width: 9.77778vw;
}
.top-step .top-step__contents .top-step__list .top-step__item .step06 {
	width: 29.44444vw;
}
.top-step .top-step__contents .top-step__list .top-step__item:before {
	position: absolute;
	content: "";
}
.top-step .top-step__contents .top-step__list .top-step__item:after {
	position: absolute;
	right: -0.44444vw;
	bottom: -0.61111vw;
	content: "";
	width: 0.44444vw;
	height: 3.33333vw;
	background-color: #f1f1f1;
}
.top-step .top-step__contents .top-step__list .top-step__item + .top-step__item {
	margin-top: 1.80556vw;
}
.top-performance {
	padding-top: 3.84722vw;
	padding-bottom: 100px;
}
.top-performance .top-performance__title {
	text-align: center;
}
a.bnr_top {
	width: inherit;
	margin: 30px;
	text-align: center;
	display: block;
	padding: 0 10px;
}
	.sp {
		display: none;
	}
	.pc {
		display: block;
		margin:0 auto;
	}
@media only screen and (max-width: 992px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	}
a.op:hover {
	opacity: 0.8;
	filter: alpha(opacity=50); /* Ie用 */
}
.top-performance .top-performance__copy {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #083147;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.top-performance .top-performance__List {
	display: flex;
	margin-top: 70px;
	margin-left: -26px;
	margin-right: -26px;
}
.top-performance .top-performance__List .top-performance__item {
	width: 25%;
	padding-right: 26px;
	padding-left: 26px;
}
.top-performance .top-performance__List .top-performance__item a {
	display: block;
	transition: 0.7s;
}
.top-performance .top-performance__List .top-performance__item a img {
	width: 100%;
}
.top-performance .top-performance__List .top-performance__item a:hover {
	opacity: 0.7;
}
.top-performance .top-performance__List + .top-performance__List {
	margin-top: 20px;
}
.top-performance .top-performance__point-text {
	margin-top: 41px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 1.33333;
	text-align: right;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
}
.top-performance .top-performance__link {
	margin-top: 30px;
}
.top-download {
	padding-bottom: 55px;
}
.top-download .top-download__head {
	width: 100%;
	height: 434px;
	padding-top: 85px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../../_assets/img/index/top-download_head-bg.png);
}
.top-download .top-download__head .top-download__title {
	text-align: center;
}
.top-download .top-download__head .top-download__copy {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.top-download .top-download__inner {
	margin-top: -190px;
	padding: 0 20px;
}
.top-download .top-download__list {
	display: flex;
	margin-left: -25px;
	margin-right: -25px;
	flex-wrap: wrap;
}
.top-download .top-download__list .top-download__item {
	width: 50%;
	padding-left: 25px;
	padding-right: 25px;
}
.top-download .top-download__list .top-download__item.-gut-short {
	margin-top: 44px;
}
.top-download .top-download__list .top-download__item.-gut {
	margin-top: 82px;
}
.top-download .top-download__list .top-download__item .top-download__box {
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px #bfbebe;
	min-height: 483px;
}
.top-download .top-download__list .top-download__item .top-download__box .title {
	padding-bottom: 12px;
	font-size: 2.6rem;
	line-height: 32px;
	line-height: 1.23077;
	border-bottom: 2px solid #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-download .top-download__list .top-download__item .top-download__box .title.-orange {
	color: #d7771a;
	border-bottom: 2px solid #d7771a;
}
.top-download .top-download__list .top-download__item .top-download__box .contents {
	margin-top: 18px;
}
.top-download .top-download__list .top-download__item .top-download__box .contents h4 {
	font-size: 1.5rem;
	line-height: 30px;
	line-height: 2;
	font-weight: 700;
}
.top-download .top-download__list .top-download__item .top-download__box .contents p {
	margin-top: 2px;
	font-size: 1.5rem;
	line-height: 24px;
	line-height: 1.6;
}
.top-download .top-download__list .top-download__item .top-download__box .contents .link {
	margin-top: 26px;
}
.top-download .top-download__list .top-download__item .top-download__box .contents .link .btn01 {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-download .top-download__list .top-download__item .top-download__box .image {
	margin-top: 14px;
}
.top-download .top-download__list .top-download__item a {
	transition: 0.7s;
}
.top-download .top-download__list .top-download__item a[target="_blank"]:after {
	display: none;
}
.top-download .top-download__list .top-download__item a:hover {
	opacity: 0.7;
}
.bottom-contact {
	margin-top: 60px;
	border: 4px solid #063046;
	padding: 20px 20px 25px;
	background-color: #fafafa;
}
.bottom-contact .bottom-contact__title {
	font-size: 2.2rem;
	color: #063046;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-weight: bold;
}
.bottom-contact .bottom-contact__list {
	margin-top: 20px;
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
}
.bottom-contact .bottom-contact__list .bottom-contact__item {
	width: 50%;
	height: 175px;
	padding-left: 12px;
	padding-right: 12px;
}
.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box {
	display: block;
	width: 100%;
	height: 100%;
	padding: 27px 24px 20px;
	background-color: #fff;
	box-shadow: 0 0 5px #cac9c9;
}
.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__sub-title {
	font-size: 1.6rem;
	text-align: center;
	line-height: 24px;
	line-height: 1.5;
	font-weight: bold;
	color: #063046;
}
.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__sub-title.-large {
	font-size: 1.8rem;
}
.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__info {
	margin-top: 20px;
	padding-left: 52px;
}
.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__info .bottom-contact__tel {
	position: relative;
	font-size: 3.5rem;
	font-weight: bold;
	color: #c61403;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
	white-space: nowrap;
}
.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__info .bottom-contact__tel:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -52px;
	width: 36px;
	height: 24px;
	background-image: url(../../_assets/img/page/icon-free-tel.png);
}
.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__info .bottom-contact__text {
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
}
.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__link {
	margin-top: 18px;
}
.relation-contents {
	padding: 18px 30px 30px;
	border: 1px solid #c1c0c0;
	background-color: #f8f7f7;
}
.relation-contents .relation-contents__title {
	position: relative;
	padding-left: 20px;
	color: #c51102;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 1.33333;
}
.relation-contents .relation-contents__title:before {
	position: absolute;
	left: -3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #c51102;
	width: 16px;
	height: 2px;
}
.relation-contents .relation-contents__list {
	margin-top: 32px;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.relation-contents .relation-contents__item {
	width: 50%;
	height: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.relation-contents .relation-contents__item a {
	border: 2px solid #c51102;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #c51102;
	font-size: 1.4rem;
	transition: 0.7s;
}
.relation-contents .relation-contents__item a.btn01 {
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
}
.relation-contents .relation-contents__item a.btn01:hover {
	opacity: 0.7;
}
.relation-contents .relation-contents__item a:hover {
	color: #fff;
	background-color: #c51102;
	font-weight: bold;
}
.under-page + .relation-contents {
	margin-top: 120px;
}
.relation-contents + .under-page {
	margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
	.forPC {
		display: none !important;
	}
	.forPC2 {
		display: none !important;
	}
	.forSP {
		display: block !important;
	}
	.forSP2 {
		display: inline-block !important;
	}
	.-forPC {
		display: none !important;
	}
	.spmb0 {
		margin-bottom: 0 !important;
	}
	.spmt0 {
		margin-top: 0 !important;
	}
	.sp-hidden {
		display: none;
	}
	.pc-hidden {
		display: block;
	}
	.content .content-sec01 {
		padding-bottom: 12vw;
	}
	.content .content-sec01:before {
		display: none;
	}
	.content .content-sec01:after {
		bottom: -10%;
		height: 2537px;
	}
	.video-container {
		padding-bottom: 65%;
	}
	.l-wrapper.-w752 {
		max-width: none;
	}
	.l-wrapper.-full {
		max-width: none;
	}
	.l-flex {
		flex-wrap: wrap;
	}
	.l-flex.-col2-gut10 {
		margin: 0;
	}
	.l-flex.-col2-gut10 .l-flex__item {
		width: 100%;
		padding: 0;
	}
	.l-flex.-col2-gut10 .l-flex__item + .l-flex__item {
		margin-top: 10px;
	}
	.l-flex.-col3.-column-sp {
		flex-direction: column;
	}
	.l-flex.-col3.-column-sp .l-flex__item {
		width: 100%;
	}
	.l-flex.-col4 .l-flex__item {
		width: 33.3333%;
	}
	.l-flex-sb--sp {
		display: flex;
		justify-content: space-between;
	}
	.l-flex-sb--sp {
		display: flex;
		justify-content: space-between;
	}
	.l-column {
		flex-flow: column;
	}
	.l-column__main + .l-column__sub {
		padding-left: 0;
	}
	.l-column__sub + .l-column__main {
		padding-left: 0;
	}
	.l-column__sub {
		text-align: center;
	}
	.l-column__sub img {
		max-width: 100%;
	}
	.fl-left--pc {
		display: block;
		float: none;
	}
	.fl-left--sp {
		float: left;
		margin-right: 20px;
	}
	.fl-right--pc {
		display: block;
		float: none;
	}
	.fl-right--sp {
		float: right;
		margin-left: 20px;
	}
	.l-single {
		display: block;
		background: #fff;
	}
	.l-single__inner {
		width: 100%;
		max-width: none;
	}
	.l-single .header .l-wrapper {
		box-shadow: none;
	}
	.l-single__main {
		padding-top: 0;
	}
	.l-single__main__inner {
		margin: 0 auto;
		padding: 18px 15px;
		max-width: 500px;
		border-radius: 0;
	}
	.l-single__main__title {
		margin: 0 0 1.4em;
		font-size: 2rem;
		line-height: 1.4;
	}
	.footer-wrap .footer .footer__head .footer__title {
		width: 100%;
		text-align: center;
	}
	.footer-wrap .footer .footer__head .footer__title img {
		width: 100%;
	}
	.footer-wrap .footer .footer__head .address__list {
		width: 100%;
		flex-direction: column;
		margin-top: 25px;
		padding-left: 0;
	}
	.footer-wrap .footer .footer__head .address__list .address__item {
		width: 100%;
	}
	.footer-wrap .footer .footer__head .address__list .address__item .address__title {
		width: 100%;
		display: block;
	}
	.footer-wrap .footer .footer__head .address__list .address__item + .address__item {
		margin-left: 0;
		margin-top: 10px;
	}
	a.btn01.-small {
		font-size: 1.3rem;
	}
	a.btn01.-w460 {
		max-width: 274px;
		width: 100%;
	}
	a.btn01.-short {
		font-size: 2.7vw;
		height: 45px;
		padding: 0.5em 0;
	}
	.heading01 {
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 2rem;
	}
	.tableWrapScroll {
		width: 100%;
		overflow-x: auto;
	}
	.table-col02 tr {
		flex-direction: row;
	}
	.table-col02 tr th, .table-col02 tr td {
		display: inline;
	}
	.check li {
		padding-left: 28px;
		font-size: 1.4rem;
		line-height: calc(20 / 14);
		line-height: 20px;
	}
	.check li span {
		font-size: 1.6rem;
		line-height: calc(20 / 16);
		line-height: 20px;
	}
	.check li:nth-child(2n) {
		margin-top: 12px;
	}
	.check li:nth-child(3n) {
		margin-top: 12px;
	}
	.check li:nth-child(4n) {
		margin-top: 9px;
	}
	.blue-point li.gut {
		margin-top: 9px;
	}
	.blue-point li:before {
		width: 7px;
		height: 7px;
	}
	.list > li, .list.-arrow > li, .list.-arrow2 > li, .list.-circle > li, .list.-check > li, .list.-link > li {
		padding-left: 2.5rem;
	}
	.list > li:before, .list.-arrow > li:before, .list.-arrow2 > li:before, .list.-circle > li:before, .list.-check > li:before, .list.-link > li:before {
		left: 0.85rem;
		top: 0.25em;
	}
	.-arrow.list li:before, .list.-arrow2 li:before, .list.-circle li:before, .list.-check li:before, .list.-link li:before {
		left: 0.9em;
		font-size: 1.3rem;
	}
	.-arrow2.list li:before {
		left: 0.9em;
		font-size: 1.3rem;
	}
	.list.-arrow3 li a:before {
		left: 0.9em;
		font-size: 1.3rem;
	}
	.-check.list li:before {
		left: 0.6em;
	}
	.label {
		padding: 0.35em 1em 0.3em;
		font-size: 0.55em;
	}
	.paging {
		flex-wrap: wrap;
	}
	.paging .paging__item {
		margin: 4px;
		font-size: 1.3rem;
	}
	.bannerList__item {
		width: calc(50% - 20px);
	}
	.hum-wrap {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 84px;
		height: 95px;
		z-index: 100000;
	}
	.hum-wrap .hum {
		width: 84px;
		height: 95px;
		background: none;
		position: relative;
		top: 1px;
		margin-top: -1px;
		border: none;
		z-index: 100000;
	}
	.hum-wrap .hum .menu-line {
		position: absolute;
		background: #000;
		width: 48px;
		height: 1px;
		border-radius: 2px;
		left: 0;
		right: 0;
		margin: auto;
		transition: .4s;
		z-index: 100000;
	}
	.hum-wrap .hum .menu-line:nth-child(1) {
		top: 25px;
	}
	.hum-wrap .hum .menu-line:nth-child(2) {
		top: 36px;
	}
	.hum-wrap .hum .menu-line:nth-child(3) {
		top: 47px;
	}
	.hum-wrap .hum .txt {
		position: absolute;
		right: 0;
		left: 0;
		display: block;
		bottom: 12px;
		margin: auto;
		line-height: 1;
		font-size: 13px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}
	.hum-wrap .hum .is-open {
		display: block;
	}
	.hum-wrap .hum .is-close {
		display: none;
	}
	.hum-wrap .hum.active .menu-line:nth-child(1) {
		top: 36px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hum-wrap .hum.active .menu-line:nth-child(2) {
		left: 25px;
		opacity: 0;
	}
	.hum-wrap .hum.active .menu-line:nth-child(3) {
		top: 36px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.prev-arrow {
		width: 70px;
		left: 11%;
		bottom: -30px;
	}
	.next-arrow {
		width: 70px;
		left: 41%;
		bottom: -30px;
	}
	.slick-prev {
		left: 1%;
	}
	.slick-next {
		right: 1%;
	}
	.slick-active .inner-box__main {
		-webkit-animation: none;
		animation: none;
	}
	.slide-dots {
		position: static;
		width: 100%;
		height: auto;
		display: block;
	}
	.main-visual .main-visual__list .main-visual__item + .main-visual__item {
		margin-left: 0;
	}
	.column-box .column-box__main {
		padding-top: 4.8vw;
	}
	.column-box .column-box__main .column-box__text {
		margin-top: 4vw;
		font-size: 4.26667vw;
	}
	.sub-visual {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sub-visual .sub-visual__title {
		font-size: 2.6rem;
		line-height: 1.2;
	}
	.unit {
		position: relative;
	}
	.unit.-gut {
		margin-top: 53px;
	}
	.unit .unit__main .unit__head {
		min-height: 95px;
	}
	.unit .unit__main .unit__title {
		margin-top: -5px;
		font-size: 1.6rem;
		line-height: 30px;
		line-height: calc(30 / 20);
	}
	.unit .unit__main .unit__title.-plus {
		margin-left: calc(130px + 15px);
	}
	.unit .unit__main .unit__name {
		margin-left: calc(130px + 15px);
		margin-top: 10px;
		font-size: 1.3rem;
		line-height: 22px;
	}
	.unit .unit__main .unit__dl dt {
		margin-top: 33px;
		font-size: 1.2rem;
	}
	.unit .unit__main .unit__dl dd {
		margin-top: 12px;
		font-size: 1.3rem;
	}
	.unit .unit__main .unit__text {
		font-size: 1.3rem;
		line-height: 22px;
		line-height: calc(22 / 13);
	}
	.unit .unit__sub.-w300-full {
		position: absolute;
		top: 0;
		left: 0;
		width: 130px;
		height: 97px;
	}
	.news-box .news-box__list .news-box__item .news-box__inner .news-box__meta {
		margin-top: 5px;
		flex-direction: column;
		align-items: flex-start;
	}
	.news-box .news-box__list .news-box__item .news-box__inner .news-box__meta .news-box__date {
		width: 100%;
	}
	.news-box .news-box__list .news-box__item .news-box__inner .news-box__meta .new-box__category {
		margin-top: 7px;
	}
	.news-box .news-box__list .news-box__item .news-box__inner .news-box__meta .new-box__category span {
		padding: 0.2em 0.5em;
	}
	.under-page ul.post-list .post-list__item .post-unit:after {
		width: 20px;
		height: 20px;
		border-bottom: calc(30px*0.8) solid #083147;
		border-left: calc(40px*0.8) solid transparent;
	}
	.under-page ul.post-list .post-list__item .post-unit .post-unit__main .post-unit__logo {
		width: 170px;
	}
	.under-page ul.post-list .post-list__item .post-unit .post-unit__main .post-unit__logo img {
		width: 100%;
		height: auto;
	}
	.under-page ul.post-list .post-list__item .post-unit .post-unit__sub {
		width: 40%;
	}
	.under-page ul.post-list .post-list__item .post-list__inner:after {
		width: 20px;
		height: 20px;
		border-bottom: calc(30px*0.8) solid #083147;
		border-left: calc(40px*0.8) solid transparent;
	}
	.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta {
		flex-wrap: wrap;
	}
	.under-page ul.post-list .post-list__item .post-list__inner .post-list__meta .post-list__time {
		width: 100%;
		margin-top: 7px;
		padding-left: 15px;
	}
	.under-page ul.post-list .post-list__item .post-list__inner .post-list__time-data {
		width: 100%;
		margin-top: 7px;
		padding-left: 15px;
	}
	.inbox-pl20 {
		padding-left: 0;
	}
	.top-news {
		margin-top: 60px;
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.top-news .top-news__contents .top-news__body {
		padding: 12px 7% 35px;
	}
	.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .unit {
		justify-content: center;
	}
	.top-news .top-news__contents .top-news__body .top-news__list .top-news__item {
		width: 100%;
	}
	.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .top-news__meta {
		margin-top: 5px;
	}
	.breadcrumbs {
		display: block;
	}
	.btn-switch .btn-switch__list .btn-switch__item .btn-switch__btn .en {
		display: none;
	}
	.table-contact .table-contact__dl dl {
		flex-direction: column;
	}
	.table-contact .table-contact__dl dl.last {
		margin-top: 60px;
	}
	.table-contact .table-contact__dl dl.last dt {
		display: none;
	}
	.table-contact .table-contact__dl dl dt {
		width: 100%;
	}
	.table-contact .table-contact__dl dl dd {
		width: 100%;
		margin-top: 15px;
	}
	.table-contact__btn {
		text-align: center;
	}
	.under-page.-pb220 {
		padding-bottom: 110px;
	}
	.under-page h4.pickup-title {
		font-size: 1.8rem;
		padding: 14.5px 15px 14.5px 100px;
	}
	.under-page h4.pickup-title:before {
		left: 10px;
		width: 77px;
		height: 100%;
		background-repeat: no-repeat;
		background-image: url(../../_assets/img/page/pick-up_title_sp.png);
	}
	.under-page .panel02 {
		width: 100%;
		max-width: 400px;
		flex-direction: column;
		margin: 20px auto 0;
	}
	.under-page .panel02 img {
		width: 100%;
	}
	.under-page .panel02.-al-center-sp {
		align-items: center;
	}
	.under-page .panel02.-reverse-sp {
		flex-direction: column-reverse;
	}
	.under-page .panel02 .panel02__item, .under-page .panel02 .panel02__item_company {
		width: 100%;
	}
	.under-page table tr {
		display: flex;
		flex-direction: column;
	}
	.under-page table tr th {
		display: block;
		width: 100%;
		padding-left: 15px;
	}
	.under-page table tr td {
		width: 100%;
		display: block;
		border-left: 1px solid #ccc;
		padding-left: 15px;
	}
	.under-page .staff-table th {
		width: 100%;
	}
	.under-page .staff-table td {
		width: 100%;
	}
	.under-page .staff-table {
		max-height: 100%;
	}
	.under-page .table-col02 tr {
		flex-direction: row;
	}
	.under-page .table-col02 tr th, .under-page .table-col02 tr td {
		display: inline;
	}
	.under-page .table-col03 tr {
		flex-direction: row;
	}
	.under-page .table-col03 tr th, .under-page .table-col03 tr td {
		display: inline;
	}
	.under-page .copy-text {
		font-size: 1.8rem;
	}
	.under-page .large {
		font-size: 1.8rem;
	}
	.under-page .seminartheme {
		width: 100% !important;
	}
	.under-page .seminartheme p.txt {
		left: 10%;
		width: auto !important;
	}
	.under-page .lecturer01_top {
		position: static;
		background: none;
		width: 100%;
		height: auto;
		background-color: #ccc;
		text-align: center;
		padding: 20px 10px;
	}
	.under-page .lecturer01_top p.name {
		position: static;
		padding-bottom: 20px;
	}
	.under-page .lecturer01_mid {
		background: none;
		background-color: #ccc;
	}
	.under-page .lecturer01_top__bot {
		display: none;
	}
	.under-page .panel02 .wp-image-31676 {
		margin-top: 20px;
	}
	.category-nav {
		justify-content: space-between;
	}
	.category-nav a {
		margin-top: 12px;
		width: 48%;
		height: 40px;
	}
	.category-nav a + a {
		margin-left: 0;
	}
	.top-index .banner-contents {
		margin-top: 20px;
		padding: 0;
	}
	.top-index + .top-index {
		margin-top: 40px;
	}
	.top-banner {
		padding-top: 9.33333vw;
	}
	.top-banner img {
		max-width: 450px;
		width: 100%;
	}
	.top-service {
		padding-top: 11.2vw;
	}
	.top-service .top-service__title {
		text-align: center;
	}
	.top-service .top-service__title img {
		max-width: 275px;
		width: 100%;
	}
	.top-service .top-service__copy {
		text-align: center;
		font-size: 2rem;
		line-height: 1.3;
	}
	.top-service .top-service__image-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-service .top-service__image {
		margin-top: 0;
		overflow-x: scroll;
	}
	.top-service .top-service__image .top-service__list {
		display: none;
	}
	.top-service .top-service__image img {
		max-width: none;
		width: 900px;
	}
	.top-service .top-service__image-text {
		display: block;
		margin-top: 20px;
		text-align: center;
		font-weight: bold;
		font-size: 4.26667vw;
	}
	.top-reasons .top-reasons__main-title {
		text-align: center;
	}
	.top-reasons .top-reasons__main-title img {
		width: 100%;
		max-width: 275px;
	}
	.top-reasons .top-reasons__copy {
		text-align: center;
		font-size: 2rem;
		line-height: 1.3;
	}
	.top-reasons .top-reasons__list {
		flex-wrap: wrap;
	}
	.top-reasons .top-reasons__list .top-reasons__item {
		width: 100%;
	}
	.top-reasons .top-reasons__list .top-reasons__item .top-reasons__box .top-reasons__image {
		text-align: center;
	}
	.top-reasons .top-reasons__list .top-reasons__item .top-reasons__box .top-reasons__image img {
		max-width: 400px;
		width: 100%;
	}
	.top-consultant {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.top-consultant .top-consultant__title img {
		width: 100%;
		max-width: 275px;
	}
	.top-consultant .top-consultant__copy {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.top-consultant .top-consultant__list .top-consultant__item {
		width: 100%;
		height: auto;
	}
	.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy01 {
		left: 7%;
		width: calc((100/370)*100vw);
		height: auto;
	}
	.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy02 {
		left: 7%;
		width: calc((100/370)*100vw);
		height: auto;
	}
	.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy03 {
		left: 7%;
		width: calc((100/370)*100vw);
		height: auto;
	}
	.top-consultant .top-consultant__list .top-consultant__item .top-consultant__copy04 {
		left: 7%;
		width: calc((90/370)*100vw);
		height: auto;
	}
	.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name {
		right: 10%;
		bottom: 5%;
	}
	.top-consultant .top-consultant__list .top-consultant__item .top-consultant__name.-bottom {
		right: 10%;
		bottom: 5%;
	}
	.top-consultant .top-consultant__list .top-consultant__item > img {
		height: auto;
	}
	.top-consultant .top-consultant__list .top-consultant__item + .top-consultant__item {
		margin-top: 70px;
	}
	.top-consultant .top-consultant__link {
		margin-top: 50px;
	}
	.top-news {
		margin-top: 60px;
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.top-news .top-news__contents .top-news__body {
		padding: 12px 7% 35px;
	}
	.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .unit {
		justify-content: center;
	}
	.top-news .top-news__contents .top-news__body .top-news__list .top-news__item {
		width: 100%;
	}
	.top-news .top-news__contents .top-news__body .top-news__list .top-news__item .top-news__meta {
		margin-top: 5px;
	}
	.top-step .top-step__contents {
		position: static;
		width: 100%;
		height: auto;
	}
	.top-step .top-step__contents .top-step__copy img {
		max-width: 400px;
		width: 100%;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .unit {
		flex-direction: column;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .unit .unit__main.-w280 {
		width: 100%;
		max-width: 100%;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .unit .unit_sub.-w353 {
		width: 100%;
	}
	.top-step .top-step__contents .top-step__list .top-step__item:before {
		bottom: -11px;
		left: -1px;
		height: 10px;
		width: 12px;
		background-color: #fff;
	}
	.top-performance {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.top-performance .top-performance__title img {
		max-width: 275px;
		width: 100%;
	}
	.top-performance .top-performance__copy {
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.top-performance .top-performance__List + .top-performance__List {
		margin-top: 0;
	}
	.top-download .top-download__head .top-download__copy {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.bottom-contact .bottom-contact__list {
		flex-wrap: wrap;
	}
	.bottom-contact .bottom-contact__list .bottom-contact__item {
		height: 36vw;
	}
	.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box {
		padding: 8% 6%;
	}
	.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__sub-title.-large {
		font-size: 2.6vw;
	}
	.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__info {
		padding-left: 0;
		margin-top: 8vw;
	}
	.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__info .bottom-contact__tel {
		font-size: 4.5vw;
		text-align: center;
	}
	.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__info .bottom-contact__tel:before {
		top: -7vw;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
	.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__info .bottom-contact__text {
		font-size: 2.6vw;
		text-align: center;
	}
	.relation-contents .relation-contents__list {
		flex-wrap: wrap;
	}
	.relation-contents .relation-contents__item + .relation-contents__item {
		margin-top: 20px;
	}
	.relation-contents .relation-contents__item {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.forPC {
		display: block !important;
	}
	.forPC2 {
		display: inline-block !important;
	}
	.forSP {
		display: none !important;
	}
	.forSP2 {
		display: none !important;
	}
	.-forSP {
		display: block !important;
	}
	.l-flex-sb--pc {
		display: flex;
		justify-content: space-between;
	}
	.l-flex-sb--pc {
		display: flex;
		justify-content: space-between;
	}
	.l-column.-reverse .l-column__main {
		order: 1;
	}
	.l-column.-reverse .l-column__sub {
		order: 2;
	}
	.l-column.-reverse .l-column__sub + .l-column__main, .l-column.-reverse .l-column__main + .l-column__sub {
		padding-left: 0;
		padding-right: 20px;
	}
	.l-column2-dir__item.-item01, .l-column2-dir__item.-item03 {
		width: calc(100% - 461px - 30px);
	}
	.l-column2-dir__item.-item01 {
		order: 1;
	}
	.l-column2-dir__item.-item02 {
		order: 3;
		width: 461px;
		padding-left: 57px;
	}
	.l-column2-dir__item.-item03 {
		order: 2;
	}
	.fl-left--pc {
		float: left;
		margin-right: 20px;
	}
	.fl-left--sp {
		display: block;
		float: none;
		margin-right: 0;
	}
	.fl-right--pc {
		float: right;
		margin-left: 20px;
	}
	.fl-right--sp {
		display: block;
		float: none;
		margin-left: 0;
	}
	.l-single .header .l-wrapper {
		display: block;
		padding: 36px 0;
		height: auto;
		box-shadow: none;
	}
	.l-single .header__main {
		width: 100%;
		text-align: center;
	}
	.l-single .header__logo {
		width: auto;
		height: auto;
	}
	.l-single .header__logo a {
		display: inline-flex;
		height: auto;
	}
	.l-single .header__logo a img {
		width: 132px;
	}
	body.scrolled .header {
		background: #fff;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.07);
	}
}
@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 991.98px) {
	.m-hidden {
		display: none;
	}
	.m-pc-hidden {
		display: block;
	}
	.l-wrapper.-full-sp {
		padding-right: 0;
		padding-left: 0;
		max-width: none;
	}
	.l-content__main {
		padding-right: 0;
		width: 100%;
	}
	.l-content__sub {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.l-content {
		flex-wrap: wrap;
	}
	.l-content__main {
		width: 100%;
	}
	.l-content__sub {
		padding-top: 40px;
		width: 100%;
		border-top: 1px solid #ddd;
	}
	.l-index .l-index__main {
		width: 100%;
	}
	.l-index .l-index__sub {
		display: none;
	}
	.l-single__main {
		padding-top: 0;
	}
	.header .header__head {
		display: none;
	}
	.header .l-wrapper {
		display: block;
		padding: 0;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	}
	.header__main {
		width: 100%;
		padding-left: 15px;
		height: 51px;
	}
	.header__logo {
		display: inline-block;
		top: 0;
		padding: 7px 0;
	}
	.header__logo a {
		display: block;
	}
	.header .header__info {
		display: none;
	}
	.header .header__info-sp {
		display: block;
	}
	.header .header__info-sp .contact-list {
		display: flex;
	}
	.header .header__info-sp .contact-list .contact-list__item {
		width: 65px;
		height: 40px;
		border-left: 1px solid #c5c5c1;
	}
	.header .header__info-sp .contact-list .contact-list__item.-tel a span:before {
		top: -3px;
		width: 14.4px;
		height: 18.9px;
		background-image: url(../../_assets/img/common/icon-tel-menu.png);
	}
	.header .header__info-sp .contact-list .contact-list__item.-mail a span:before {
		top: 2px;
		width: 18.4px;
		height: 13.6px;
		background-image: url(../../_assets/img/common/icon-main-menu.png);
	}
	.header .header__info-sp .contact-list .contact-list__item a {
		display: block;
		padding-top: 26px;
		color: #000;
		width: 100%;
		height: 100%;
		font-weight: 600;
		text-align: center;
		font-size: 1rem;
		line-height: 1;
	}
	.header .header__info-sp .contact-list .contact-list__item a span {
		position: relative;
		padding-top: 20px;
	}
	.header .header__info-sp .contact-list .contact-list__item a span:before {
		position: absolute;
		content: "";
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.gNavSP {
		margin-left: 1.5%;
		z-index: 10010;
		width: 55px;
		height: auto;
		transition: background-color 0.2s;
	}
	.gNavSP__list {
		display: block;
		position: absolute;
		z-index: 1010;
		top: 0;
		right: -250px;
		margin: 0;
		padding: 0 0 100px;
		width: 250px;
		min-height: calc(100vh);
		list-style: none;
		background-color: #d8ebff;
		transition: all 0.2s;
	}
	.gNavSP__item a, .gNavSP__item button {
		position: relative;
		padding: 18.5px 0 18.5px 35px;
	}
	.gNavSP__item a:before, .gNavSP__item button:before {
		position: absolute;
		content: "";
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 15px;
		width: 12px;
		height: 2px;
		background-color: #fff11f;
	}
	.gNavSP__item a:after, .gNavSP__item button:after {
		font-family: "Font Awesome 5 Free";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		font-weight: bold;
		content: "\f054";
		position: absolute;
		right: 13px;
		margin-right: 0.4em;
		line-height: 1;
		color: #ccc;
		transition: all 0.2s;
	}
	.gNavSP__item.-main a {
		font-size: 1.8rem;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.gNavSP__item.-main button {
		font-size: 1.8rem;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.gNavSP__item.-main {
		background-color: #021733;
	}
	.gNavSP__item.-main a, .gNavSP__item.-main button {
		color: #fff;
		font-weight: bold;
	}
	.gNavSP__item.-main .under-list {
		background-color: #d8ebff;
		padding: 10px 15px;
	}
	.gNavSP__item.-main .under-list .under-list__item a {
		width: 100%;
		padding: 18.5px 0;
		background-color: #fff;
		border-radius: 10px;
		text-align: center;
		color: #000;
		font-size: 1.4rem;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.gNavSP__item.-main .under-list .under-list__item a:before {
		display: none;
	}
	.gNavSP__item.-main .under-list .under-list__item a:after {
		color: #000;
		right: 8px;
	}
	.gNavSP__item.-main .under-list .under-list__item .small-list .small-list__item {
		border-bottom: 1px solid #021733;
	}
	.gNavSP__item.-main .under-list .under-list__item .small-list .small-list__item a {
		position: relative;
		background: none;
		font-weight: bold;
		padding-left: 20px;
		text-align: left;
		font-size: 1.4rem;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		white-space: normal;
	}
	.gNavSP__item.-main .under-list .under-list__item .small-list .small-list__item a:after {
		position: absolute;
		content: "";
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 10px;
		background-color: #021733;
		width: 4px;
		height: 1px;
	}
	.gNavSP__item.-main .under-list .under-list__item + .under-list__item {
		margin-top: 10px;
	}
	.gNavSP__item.-main + .gNavSP__item.-main {
		margin-top: 10px;
	}
	.gNavSP__item.-sp {
		display: block;
	}
	.gNavSP.open {
		position: fixed;
		top: 0;
		right: 0;
		width: 100vw;
		height: 100vh;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.1);
		z-index: 100005;
		-webkit-overflow-scrolling: touch;
	}
	.gNavSP.open .gNavSP__langList {
		display: none;
	}
	.gNavSP.open .gNavSP__list {
		display: block;
		visibility: visible;
		right: 0;
		width: 100%;
	}
	.gNavSP.open .burger {
		position: relative;
		bottom: 0;
		right: 0;
		margin-left: 1.5%;
	}
	.gNavSP.open .footer__banner {
		display: block;
	}
	.gNavSP.open .footer__tel-sp {
		display: block;
	}
	.gNavSP.open .burger__text {
		position: absolute;
	}
	.gNavSP {
		display: block;
	}
	.footer-wrap {
		padding-bottom: 74px;
	}
	.footer-wrap .footer {
		padding-bottom: 0;
	}
	.footer-wrap .footer .footer__head {
		border: none;
	}
	.footer-wrap .footer .f-nav {
		display: none;
	}
	.footer-wrap .footer .footer__menu {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 74px;
		z-index: 10010;
		display: flex;
		align-items: center;
		background-color: #fff;
		border-top: 3px solid #063046;
		padding: 0 2%;
	}
	.footer-wrap .footer .footer__banner {
		display: none;
		position: static;
		width: 46%;
		height: auto;
	}
	.footer-wrap .footer .footer__banner span {
		display: block;
	}
	.footer-wrap .footer .footer__banner a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 55px;
		border-radius: 5px;
		text-align: center;
		color: #fff3e0;
		background: linear-gradient(to bottom, #ef5420, #ef5420);
		font-weight: bold;
		box-shadow: 0 0 10px #6d6d6d;
		font-size: 1.6rem;
	}
	.footer-wrap .footer .footer__banner img {
		display: none;
	}
	.footer-wrap .footer .footer__tel-sp {
		display: none;
		margin-left: 1.5%;
		width: 32%;
		height: auto;
		z-index: 10001;
		flex: 1;
	}
	.footer-wrap .footer .footer__tel-sp a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 55px;
		border-radius: 5px;
		text-align: center;
		color: #083147;
		border: 1px solid #083147;
		background-color: #f6f5f5;
		font-weight: bold;
		box-shadow: 0 0 10px #6d6d6d;
		font-size: 2.4vw;
	}
	.footer-wrap .footer .footer__tel-sp a .action {
		position: relative;
		padding-left: 18px;
		font-weight: bold;
		line-height: 1;
	}
	.footer-wrap .footer .footer__tel-sp a .action:before {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 16px;
		height: 21px;
		background-image: url(../../_assets/img/common/icon-tel.png);
		content: "";
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.footer-wrap .footer .footer__tel-sp a .info {
		margin-top: 5px;
		font-size: 2vw;
		line-height: 1;
	}
	.footer-wrap .footer .gNavSP {
		display: block;
	}
	.footer-wrap .footer .gNavSP .gNavSP-wrap {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 2000;
		display: flex;
		height: 74px;
		display: flex;
		align-items: center;
		background-color: #fff;
		border-top: 3px solid #063046;
		padding: 0 2%;
	}
	.footer-wrap .footer .gNavSP .footer__banner {
		display: block;
	}
	.footer-wrap .footer .gNavSP .footer__tel-sp {
		display: block;
	}
	a.btn01:before, a.btn01:after {
		display: none;
	}
	table tr {
		display: flex;
		flex-direction: column;
	}
	table tr th {
		display: block;
		width: 100%;
		padding-left: 15px;
	}
	table tr td {
		width: 100%;
		display: block;
		border-left: 1px solid #ccc;
		padding-left: 15px;
	}
	.top-table {
		display: block;
	}
	.burger {
		display: block;
		position: relative;
		height: 55px;
		width: 55px;
		cursor: pointer;
		border: 1px solid #083147;
		background-color: #f6f5f5;
		border-radius: 5px;
		font-weight: bold;
		box-shadow: 0 0 10px #6d6d6d;
		margin-left: 1.5%;
	}
	.bannerList__item {
		width: calc(33.3% - 20px);
	}
	#goTop a {
		position: relative;
		background-color: #083147;
		width: 45px;
		height: 45px;
		border: 1px solid #fff;
	}
	#goTop a:before {
		position: absolute;
		content: '＞';
		color: #fff;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#goTop a span {
		display: none;
	}
	#goTop a span:before {
		display: none;
	}
	.main-visual {
		position: relative;
		width: 100%;
		height: 156vw;
		min-width: 100%;
		/*
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #083147;
*/
		overflow: hidden;
		background: url(../img/main-sp.jpg);
		background-size: cover;
	}
	.main-visual a {
		display: block;
		position: inherit;
		top: inherit;
		left: inherit;
		width: 90%;
		margin: 100vw auto 0;
	}
	.main-visual a img {
		width: 100%;
		height: auto;
	}
	/*
  .main-visual .main-visual__copy {
    font-size: 3rem;
    white-space: normal;
    line-height: 1.3;
  }
*/
	.column-box .column-box__sub {
		height: 200px;
	}
	.unit.-center-sp {
		justify-content: center;
	}
	.unit .unit__main.-w533 {
		padding-right: 0;
	}
	body .content .search-sp {
		display: block;
		padding-bottom: 30px;
	}
	.table-contact {
		padding: 0;
	}
	.side-banner {
		display: none;
	}
	.under-page h2, .pdf-area h2 {
		background-size: cover;
		background-repeat: no-repeat;
		font-size: 2.2rem;
		padding: 22px 25px;
	}
	.under-page h3 {
		margin-top: 50px;
		margin-bottom: 30px;
		font-size: 2rem;
	}
	.under-page h4 {
		margin-top: 30px;
		font-size: 1.8rem;
	}
	.under-page a.btn, .under-page a.btn-large, .under-page a.btn-small {
		height: 70px;
		margin: 40px auto 80px;
		font-size: 1.5rem;
	}
	.under-page a.btn:before, .under-page a.btn-large:before, .under-page a.btn-small:before, .under-page a.btn:after, .under-page a.btn-large:after, .under-page a.btn-small:after {
		display: none;
	}
	.under-page ol.number {
		margin-top: 30px;
		padding: 25px 15px 30px;
	}
	.under-page ol.number li {
		padding-left: 20px;
		font-size: 1.6rem;
	}
	.under-page ul {
		margin-top: 30px;
		padding: 25px 15px 30px;
	}
	.under-page ul li {
		padding-left: 20px;
		font-size: 1.6rem;
	}
	.under-page ul li:before {
		width: calc(16px*0.8);
		height: calc(11px*0.8);
	}
	.side-banner {
		display: none;
	}
	.top-voice .top-voice__title {
		text-align: center;
	}
	.top-voice .top-voice__title img {
		width: 100%;
		max-width: 275px;
	}
	.top-voice .top-voice__copy {
		text-align: center;
		font-size: 2rem;
		line-height: 1.3;
	}
	.top-voice .top-voice__contents {
		padding: 22px 15px 35px;
	}
	.top-voice .top-voice__contents .top-voice__list .top-voice__item {
		padding: 15px 20px;
	}
	.top-voice .top-voice__contents .top-voice__list .top-voice__item .top-voice__sub-title {
		text-align: center;
	}
	.top-performance .top-performance__List {
		margin-top: 20px;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	.top-performance .top-performance__List .top-performance__item.-gut-sp {
		margin-top: 25px;
	}
	.top-performance .top-performance__List .top-performance__item {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.top-performance .top-performance__point-text {
		margin-top: 20px;
		text-align: center;
	}
	.top-download .top-download__list .top-download__item {
		width: 100%;
	}
	.top-download .top-download__list .top-download__item .top-download__box {
		padding: 30px 22px;
		min-height: auto;
	}
	.top-download .top-download__list .top-download__item .top-download__box .title {
		text-align: center;
	}
	.top-download .top-download__list .top-download__item .top-download__box .contents {
		margin-top: 8px;
	}
	.top-download .top-download__list .top-download__item .top-download__box .contents .link .btn01 {
		width: 80%;
		margin-top: 22px;
	}
	.top-download .top-download__list .top-download__item + .top-download__item {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 992px) {
	.pagination {
		width: 100%;
	}
	.pagination li.prev, .pagination li.next {
		width: 10%;
	}
	.pagination li.pages {
		width: 80%;
		overflow: hidden;
		white-space: nowrap;
	}
	.hide-on-med-and-down {
		display: none !important;
	}
	.show-on-medium-and-down {
		display: block !important;
	}
	table.responsive-table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		display: block;
		position: relative;
		/* sort out borders */
	}
	table.responsive-table td:empty:before {
		content: '\00a0';
	}
	table.responsive-table th, table.responsive-table td {
		margin: 0;
		vertical-align: top;
	}
	table.responsive-table th {
		text-align: left;
	}
	table.responsive-table thead {
		display: block;
		float: left;
	}
	table.responsive-table thead tr {
		display: block;
		padding: 0 10px 0 0;
	}
	table.responsive-table thead tr th::before {
		content: "\00a0";
	}
	table.responsive-table tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}
	table.responsive-table tbody tr {
		display: inline-block;
		vertical-align: top;
	}
	table.responsive-table th {
		display: block;
		text-align: right;
	}
	table.responsive-table td {
		display: block;
		min-height: 1.25em;
		text-align: left;
	}
	table.responsive-table tr {
		border-bottom: none;
		padding: 0 10px;
	}
	table.responsive-table thead {
		border: 0;
		border-right: 1px solid rgba(0, 0, 0, 0.12);
	}
	.input-field .prefix ~ input {
		width: 86%;
		width: calc(100% - 3rem);
	}
}
@media only screen and (max-width: 576px) {
	.hide-on-small-only, .hide-on-small-and-down {
		display: none !important;
	}
	.show-on-small {
		display: block !important;
	}
	.center-on-small-only {
		text-align: center;
	}
	.input-field .prefix ~ input {
		width: 80%;
		width: calc(100% - 3rem);
	}
}
@media only screen and (min-width: 577px) {
	.hide-on-med-and-up {
		display: none !important;
	}
	.show-on-medium-and-up {
		display: block !important;
	}
	.container {
		width: 85%;
	}
	.row .col.m1 {
		width: 8.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m2 {
		width: 16.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m3 {
		width: 25%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m4 {
		width: 33.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m5 {
		width: 41.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m6 {
		width: 50%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m7 {
		width: 58.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m8 {
		width: 66.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m9 {
		width: 75%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m10 {
		width: 83.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m11 {
		width: 91.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.m12 {
		width: 100%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.offset-m1 {
		margin-left: 8.33333%;
	}
	.row .col.pull-m1 {
		right: 8.33333%;
	}
	.row .col.push-m1 {
		left: 8.33333%;
	}
	.row .col.offset-m2 {
		margin-left: 16.66667%;
	}
	.row .col.pull-m2 {
		right: 16.66667%;
	}
	.row .col.push-m2 {
		left: 16.66667%;
	}
	.row .col.offset-m3 {
		margin-left: 25%;
	}
	.row .col.pull-m3 {
		right: 25%;
	}
	.row .col.push-m3 {
		left: 25%;
	}
	.row .col.offset-m4 {
		margin-left: 33.33333%;
	}
	.row .col.pull-m4 {
		right: 33.33333%;
	}
	.row .col.push-m4 {
		left: 33.33333%;
	}
	.row .col.offset-m5 {
		margin-left: 41.66667%;
	}
	.row .col.pull-m5 {
		right: 41.66667%;
	}
	.row .col.push-m5 {
		left: 41.66667%;
	}
	.row .col.offset-m6 {
		margin-left: 50%;
	}
	.row .col.pull-m6 {
		right: 50%;
	}
	.row .col.push-m6 {
		left: 50%;
	}
	.row .col.offset-m7 {
		margin-left: 58.33333%;
	}
	.row .col.pull-m7 {
		right: 58.33333%;
	}
	.row .col.push-m7 {
		left: 58.33333%;
	}
	.row .col.offset-m8 {
		margin-left: 66.66667%;
	}
	.row .col.pull-m8 {
		right: 66.66667%;
	}
	.row .col.push-m8 {
		left: 66.66667%;
	}
	.row .col.offset-m9 {
		margin-left: 75%;
	}
	.row .col.pull-m9 {
		right: 75%;
	}
	.row .col.push-m9 {
		left: 75%;
	}
	.row .col.offset-m10 {
		margin-left: 83.33333%;
	}
	.row .col.pull-m10 {
		right: 83.33333%;
	}
	.row .col.push-m10 {
		left: 83.33333%;
	}
	.row .col.offset-m11 {
		margin-left: 91.66667%;
	}
	.row .col.pull-m11 {
		right: 91.66667%;
	}
	.row .col.push-m11 {
		left: 91.66667%;
	}
	.row .col.offset-m12 {
		margin-left: 100%;
	}
	.row .col.pull-m12 {
		right: 100%;
	}
	.row .col.push-m12 {
		left: 100%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
	.hide-on-med-only {
		display: none !important;
	}
	.show-on-medium {
		display: block !important;
	}
}
@media only screen and (min-width: 993px) {
	.hide-on-large-only {
		display: none !important;
	}
	.show-on-large {
		display: block !important;
	}
	.container {
		width: 70%;
	}
	.row .col.l1 {
		width: 8.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l2 {
		width: 16.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l3 {
		width: 25%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l4 {
		width: 33.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l5 {
		width: 41.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l6 {
		width: 50%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l7 {
		width: 58.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l8 {
		width: 66.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l9 {
		width: 75%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l10 {
		width: 83.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l11 {
		width: 91.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.l12 {
		width: 100%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.offset-l1 {
		margin-left: 8.33333%;
	}
	.row .col.pull-l1 {
		right: 8.33333%;
	}
	.row .col.push-l1 {
		left: 8.33333%;
	}
	.row .col.offset-l2 {
		margin-left: 16.66667%;
	}
	.row .col.pull-l2 {
		right: 16.66667%;
	}
	.row .col.push-l2 {
		left: 16.66667%;
	}
	.row .col.offset-l3 {
		margin-left: 25%;
	}
	.row .col.pull-l3 {
		right: 25%;
	}
	.row .col.push-l3 {
		left: 25%;
	}
	.row .col.offset-l4 {
		margin-left: 33.33333%;
	}
	.row .col.pull-l4 {
		right: 33.33333%;
	}
	.row .col.push-l4 {
		left: 33.33333%;
	}
	.row .col.offset-l5 {
		margin-left: 41.66667%;
	}
	.row .col.pull-l5 {
		right: 41.66667%;
	}
	.row .col.push-l5 {
		left: 41.66667%;
	}
	.row .col.offset-l6 {
		margin-left: 50%;
	}
	.row .col.pull-l6 {
		right: 50%;
	}
	.row .col.push-l6 {
		left: 50%;
	}
	.row .col.offset-l7 {
		margin-left: 58.33333%;
	}
	.row .col.pull-l7 {
		right: 58.33333%;
	}
	.row .col.push-l7 {
		left: 58.33333%;
	}
	.row .col.offset-l8 {
		margin-left: 66.66667%;
	}
	.row .col.pull-l8 {
		right: 66.66667%;
	}
	.row .col.push-l8 {
		left: 66.66667%;
	}
	.row .col.offset-l9 {
		margin-left: 75%;
	}
	.row .col.pull-l9 {
		right: 75%;
	}
	.row .col.push-l9 {
		left: 75%;
	}
	.row .col.offset-l10 {
		margin-left: 83.33333%;
	}
	.row .col.pull-l10 {
		right: 83.33333%;
	}
	.row .col.push-l10 {
		left: 83.33333%;
	}
	.row .col.offset-l11 {
		margin-left: 91.66667%;
	}
	.row .col.pull-l11 {
		right: 91.66667%;
	}
	.row .col.push-l11 {
		left: 91.66667%;
	}
	.row .col.offset-l12 {
		margin-left: 100%;
	}
	.row .col.pull-l12 {
		right: 100%;
	}
	.row .col.push-l12 {
		left: 100%;
	}
}
@media only screen and (min-width: 1201px) {
	.hide-on-extra-large-only {
		display: none !important;
	}
	.show-on-extra-large {
		display: block !important;
	}
	.row .col.xl1 {
		width: 8.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl2 {
		width: 16.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl3 {
		width: 25%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl4 {
		width: 33.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl5 {
		width: 41.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl6 {
		width: 50%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl7 {
		width: 58.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl8 {
		width: 66.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl9 {
		width: 75%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl10 {
		width: 83.33333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl11 {
		width: 91.66667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.xl12 {
		width: 100%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.row .col.offset-xl1 {
		margin-left: 8.33333%;
	}
	.row .col.pull-xl1 {
		right: 8.33333%;
	}
	.row .col.push-xl1 {
		left: 8.33333%;
	}
	.row .col.offset-xl2 {
		margin-left: 16.66667%;
	}
	.row .col.pull-xl2 {
		right: 16.66667%;
	}
	.row .col.push-xl2 {
		left: 16.66667%;
	}
	.row .col.offset-xl3 {
		margin-left: 25%;
	}
	.row .col.pull-xl3 {
		right: 25%;
	}
	.row .col.push-xl3 {
		left: 25%;
	}
	.row .col.offset-xl4 {
		margin-left: 33.33333%;
	}
	.row .col.pull-xl4 {
		right: 33.33333%;
	}
	.row .col.push-xl4 {
		left: 33.33333%;
	}
	.row .col.offset-xl5 {
		margin-left: 41.66667%;
	}
	.row .col.pull-xl5 {
		right: 41.66667%;
	}
	.row .col.push-xl5 {
		left: 41.66667%;
	}
	.row .col.offset-xl6 {
		margin-left: 50%;
	}
	.row .col.pull-xl6 {
		right: 50%;
	}
	.row .col.push-xl6 {
		left: 50%;
	}
	.row .col.offset-xl7 {
		margin-left: 58.33333%;
	}
	.row .col.pull-xl7 {
		right: 58.33333%;
	}
	.row .col.push-xl7 {
		left: 58.33333%;
	}
	.row .col.offset-xl8 {
		margin-left: 66.66667%;
	}
	.row .col.pull-xl8 {
		right: 66.66667%;
	}
	.row .col.push-xl8 {
		left: 66.66667%;
	}
	.row .col.offset-xl9 {
		margin-left: 75%;
	}
	.row .col.pull-xl9 {
		right: 75%;
	}
	.row .col.push-xl9 {
		left: 75%;
	}
	.row .col.offset-xl10 {
		margin-left: 83.33333%;
	}
	.row .col.pull-xl10 {
		right: 83.33333%;
	}
	.row .col.push-xl10 {
		left: 83.33333%;
	}
	.row .col.offset-xl11 {
		margin-left: 91.66667%;
	}
	.row .col.pull-xl11 {
		right: 91.66667%;
	}
	.row .col.push-xl11 {
		left: 91.66667%;
	}
	.row .col.offset-xl12 {
		margin-left: 100%;
	}
	.row .col.pull-xl12 {
		right: 100%;
	}
	.row .col.push-xl12 {
		left: 100%;
	}
}
@media screen and (max-width: 1040px) {
	.l-wrapper {
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
	.l-flex.-col3.-column-sp .l-flex__item .col-box__title {
		font-size: 1.6rem;
	}
	.l-flex.-col3.-column-sp .l-flex__item .col-box__price {
		font-size: 2.1rem;
	}
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
	.header__logo {
		max-width: 283.5px;
		width: 100%;
		padding-right: 2%;
	}
	.gNavSP__item.-main .under-list .under-list__item .small-list .small-list__item a {
		line-height: 1.5;
	}
	.footer-wrap .footer .footer__head {
		flex-direction: column;
	}
	.footer-wrap .footer .footer__banner a {
		font-size: 2.2vw;
	}
	.footer-wrap .footer .footer__tel-sp a {
		font-size: 3.7vw;
	}
	.footer-wrap .footer .footer__tel-sp a .info {
		font-size: 2.5vw;
	}
	.main-visual .main-visual__list .main-visual__item {
		padding: 3.46667vw 3.73333vw 8vw;
	}
	.top-download .top-download__list .top-download__item .top-download__box .contents .link .btn01 {
		width: 100%;
	}
}
@media screen and (max-width: 1110px) {
	.gNavSP__item {
		margin-left: 1px;
		padding: 0 18px 15px;
	}
}
@media screen and (max-width: 1110px) and (max-width: 1040px) {
	.gNavSP__item {
		padding: 0 14px 15px;
	}
}
@media screen and (max-width: 1110px) and (max-width: 1040px) and (max-width: 1010px) {
	.gNavSP__item {
		padding: 0 13.5px 15px;
	}
}
@media screen and (max-width: 1110px) and (max-width: 1040px) and (max-width: 1010px) and (max-width: 991.98px) {
	.gNavSP__item {
		margin: 0;
		padding: 0;
	}
}
@media screen and (min-width: 992px) {
	.header__sub {
		display: flex;
	}
	.page-index .gNav__item a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-small) {
		height: 100px;
	}
	.page-index .l-main {
		padding-top: 0;
	}
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 540px) {
	.footer-wrap .footer .footer__banner a {
		font-size: 3.5vw;
	}
}
@media screen and (max-width: 1330px) {
	.slick-list {
		height: 30vw;
	}
}
@media screen and (max-width: 1330px) and (max-width: 991.98px) {
	.slick-list {
		height: 46vw;
	}
}
@media screen and (max-width: 1330px) and (max-width: 991.98px) and (max-width: 820px) {
	.slick-list {
		height: 50vw;
	}
}
@media screen and (max-width: 1330px) and (max-width: 991.98px) and (max-width: 820px) and (max-width: 770px) {
	.slick-list {
		height: 80vw;
	}
}
@media screen and (max-width: 1330px) and (max-width: 991.98px) and (max-width: 820px) and (max-width: 770px) and (max-width: 624px) {
	.slick-list {
		height: 100%;
	}
}
@media all and (-ms-high-contrast: none) {
	.slick-dots li button:before {
		font-size: 10px;
	}
}
@media screen and (max-width: 1260px) {
	.column-box .column-box__main .column-box__title-wrap .column-box__title {
		font-size: 1.18vw;
	}
}
@media screen and (max-width: 1260px) and (max-width: 991.98px) {
	.column-box .column-box__main .column-box__title-wrap .column-box__title {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 1440px) {
	.top-step {
		height: 69.44444vw;
	}
	.top-step:before {
		position: absolute;
		top: 10.41667vw;
		left: 0;
		content: "";
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-image: url(../../_assets/img/index/top-step.png);
		width: 100vw;
		height: 76.38889vw;
	}
	.top-step .top-step__contents .top-step__title {
		padding-left: 1.38889vw;
		font-size: 1.66667vw;
	}
	.top-step .top-step__contents .top-step__copy {
		margin-top: 1.80556vw;
		width: 100%;
	}
	.top-step .top-step__contents .top-step__list {
		padding-left: 1.38889vw;
	}
	.top-step .top-step__contents .top-step__list .top-step__item {
		width: 100%;
		height: 6.04167vw;
		border-bottom: 0.76389vw solid #f1f1f1;
	}
	.top-step .top-step__contents .top-step__list .top-step__item.-middle:after {
		height: 6.25vw;
	}
	.top-step .top-step__contents .top-step__list .top-step__item.-large {
		height: 7.91667vw;
	}
	.top-step .top-step__contents .top-step__list .top-step__item.-large:after {
		height: 6.94444vw;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .top-step__text {
		margin-top: 0.34722vw;
		font-size: 1.04167vw;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step01 {
		width: 14.86111vw;
		height: auto;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step02 {
		width: 16.04167vw;
		height: auto;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step03 {
		width: 17.22222vw;
		height: auto;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step04 {
		width: 17.77778vw;
		height: auto;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step05 {
		width: 12.22222vw;
		height: auto;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step06 {
		width: 36.80556vw;
		height: auto;
	}
	.top-step .top-step__contents .top-step__list .top-step__item:after {
		position: absolute;
		right: -0.55556vw;
		bottom: -0.76389vw;
		content: "";
		width: 0.55556vw;
		height: 4.16667vw;
		background-color: #f1f1f1;
	}
}
@media screen and (max-width: 1440px) and (max-width: 767.98px) {
	.top-step {
		padding-top: 60px;
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-step:before {
		display: none;
	}
	.top-step .top-step__contents .top-step__title {
		display: none;
	}
	.top-step .top-step__contents .top-step__copy {
		text-align: center;
	}
	.top-step .top-step__contents .top-step__list {
		padding-left: 0;
		margin-top: 30px;
	}
	.top-step .top-step__contents .top-step__list .top-step__item {
		height: auto;
		border: 1px solid #f1f1f1;
		border-bottom: 11px solid #f1f1f1;
		padding: 12px 14px;
	}
	.top-step .top-step__contents .top-step__list .top-step__item.-middle:after {
		height: 100%;
	}
	.top-step .top-step__contents .top-step__list .top-step__item.-large {
		height: auto;
	}
	.top-step .top-step__contents .top-step__list .top-step__item.-large:after {
		height: 100%;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .top-step__text {
		margin-top: 5px;
		font-size: 1.5rem;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step01 {
		width: 100%;
		max-width: 214px;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step02 {
		width: 100%;
		max-width: 231px;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step03 {
		width: 100%;
		max-width: 248px;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step04 {
		width: 100%;
		max-width: 258px;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step05 {
		width: 100%;
		max-width: 176px;
	}
	.top-step .top-step__contents .top-step__list .top-step__item .step06 {
		width: 100%;
		max-width: 330px;
	}
	.top-step .top-step__contents .top-step__list .top-step__item:after {
		height: 100%;
		right: -9px;
		width: 8px;
		bottom: -11px;
	}
}
@media screen and (max-width: 1440px) and (max-width: 991.98px) {
	.top-step .top-step__contents .top-step__list .top-step__item.-middle {
		height: auto;
	}
}
@media screen and (max-width: 1050px) {
	.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__sub-title {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 1050px) and (max-width: 991.98px) {
	.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__sub-title {
		font-size: 2vw;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.main-visual {
		height: 126vw;
	}
}
@media screen and (max-width: 991.98px) {
	.main-visual img.main-float {
		display: none;
	}
	@media screen and (max-width: 1050px) and (max-width: 991.98px) and (max-width: 767.98px) {
		.bottom-contact .bottom-contact__list .bottom-contact__item .bottom-contact__box .bottom-contact__sub-title {
			font-size: 2.6vw;
		}
	}
	/*# sourceMappingURL=style.css.map */
	.cv_head_bnr {
		margin-right: 20px;
		margin-bottom: 4px;
		margin-left: -20px;
		display: block;
	}
	.mb10 {
		margin-bottom: 10px;
	}
	@media screen and (max-width: 768px) {
		.cv_head_bnr {
			display: none;
		}
	}
	.line_1_2 {
		line-height: 1.2em;
	}
	.mt20 {
		margin-top: 20px;
	}
	/* add ask section into top page  */
	.top-ask-title {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: rgb(8, 49, 71);
		font-size: 4.0rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
	}
	.top-ask-flex-cont {
		display: flex;
		flex-direction: row-reverse;
	}
	.top-ask-flex-cont-list {
		width: 60%;
		margin: 0;
	}
	.top-ask-flex-cont-list ul {
		margin-left: 80px;
	}
	.top-ask-flex-cont-list ul li {
		margin: 10px 0;
		font-size: 1.6rem;
		line-height: 1.8;
		list-style: disc !important;
	}
	.top-ask-flex-cont-img {
		width: 40%;
	}
	/* solution */
	.top-solution {
		margin: 120px 0;
		font-size: 1.8rem;
	}
	.top-solution-title {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: rgb(8, 49, 71);
		font-size: 4.0rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
	}
	.top-solution-cont {
		width: 80%;
		margin: 0 auto;
		padding: 40px 20px;
		border-bottom: 1px solid rgb(51, 102, 153);
	}
	.top-solution-cont:first-of-type {
		border-top: 1px solid rgb(51, 102, 153);
	}
	.top-solution-cont dl {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.top-solution-cont dt {
		width: 20%;
		text-align: right;
	}
	.top-solution-cont dd {
		width: 80%;
		text-align: left;
	}
	.top-solution-cont dl:first-of-type dt, .top-solution-cont dl:first-of-type dd {
		color: rgba(51, 102, 153, 1);
		font-size: 2.4rem;
		font-weight: bold;
	}
	.top-solution-cont p {
		width: 80%;
		margin: 40px auto;
		padding: 20px 40px;
		font-weight: bold;
		background-color: rgba(51, 102, 153, .1);
		border: 1px solid rgb(51, 102, 153);
	}
	.top-solution a.btn {
		display: block;
		width: 50%;
		margin: 20px auto 0;
		color: #FFFFFF;
	}
	.cv-contact-link-bn-cont a img {
		margin: 0 auto 40px !important;
	}
	a.op:hover {
		opacity: 0.8;
		filter: alpha(opacity=50); /* Ie用 */
	}
	@media screen and (max-width: 768px) {
		.top-ask-title {
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			color: rgb(8, 49, 71);
			font-size: 7vw;
			font-weight: bold;
			text-align: center;
			margin-bottom: 20px;
		}
		.top-ask-flex-cont {
			display: block;
		}
		.top-ask-flex-cont-list {
			width: 100%;
			margin: 0;
		}
		.top-ask-flex-cont-list ul {
			margin-left: 10px;
			margin-bottom: 40px;
			padding: 0 20px;
		}
		.top-ask-flex-cont-list ul li {
			margin: 10px 0;
			font-size: 1.6rem;
			line-height: 1.8;
			list-style: disc !important;
			text-align: justify;
		}
		.top-ask-flex-cont-img {
			width: 100%;
			margin-bottom: 20px;
		}
		/* solution */
		.top-solution {
			margin: 120px 0;
			font-size: 1.8rem;
		}
		.top-solution-title {
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			color: rgb(8, 49, 71);
			font-size: 7vw;
			font-weight: bold;
			text-align: center;
			margin-bottom: 20px;
		}
		.top-solution-cont {
			width: 94%;
			margin: 0 auto;
			padding: 40px 10px;
			border-bottom: 1px solid rgb(51, 102, 153);
		}
		.top-solution-cont:first-of-type {
			border-top: 1px solid rgb(51, 102, 153);
		}
		.top-solution-cont:last-of-type {
			border-bottom: none;
		}
		.top-solution-cont dl {
			display: block;
			margin-bottom: 20px;
		}
		.top-solution-cont dt {
			width: 100%;
			text-align: left;
		}
		.top-solution-cont dd {
			width: 100%;
			margin: 0;
			text-align: left;
			line-height: 1.4;
		}
		.top-solution-cont dl:first-of-type dt, .top-solution-cont dl:first-of-type dd {
			color: rgba(51, 102, 153, 1);
			font-size: 5vw;
			font-weight: bold;
		}
		.top-solution-cont p {
			width: 100%;
			margin: 20px auto;
			padding: 20px;
			font-weight: bold;
			background-color: rgba(51, 102, 153, .1);
			border: 1px solid rgb(51, 102, 153);
		}
		.top-solution a.btn {
			display: block;
			width: 90%;
			margin: 20px auto 0;
			color: #FFFFFF;
		}
		a.bnr_top {
			width: inherit;
			margin: 10px 0 0;
			text-align: center;
			display: block;
		}
	}
	
/* 2020.02.06 add */
	.flex-dvd-info-cont{
		display: flex;
	}