/*

	rev.3
	date 2021.07.27

*/

/*============================================================
	COMMON
*/
html {
	-ms-overflow-style: auto;
}
body {
	background: #fff;
	font-family: YakuHanJP, Metropolis, 'Hiragino Sans', sans-serif;
	font-weight: 200;
	line-height: 1.7;
	color: #565656;
}
input, select, textarea {
	margin: 0;
	font-family: YakuHanJP, Metropolis, 'Hiragino Sans', sans-serif;
	font-weight: 200;
	color: #565656;
}
#body {
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 575px) {
	body {
		font-size: 14px;
	}
}

/*============================================================
	EVIDON オーバレイ用
*/
#_evidon_banner {
	width: 100% !important;
	margin-left: 0 !important;
}
/* IE11 */
_:lang(x)::-ms-backdrop, .evidon-banner-icon {
	right: 30px !important;
}

#ot-sdk-btn {
	bottom: 10px !important;
	right: 10px !important;
}

/*============================================================
	braightocove オーバレイ用
*/
.video-js .vjs-dock-text {
	display: none !important;
}

/*============================================================
	Bootstrap4 リセット
*/
body p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, th, dt {
	font-weight: inherit;
	color: inherit;
}
ul {
	list-style-type: none;
}
a, a:focus, a:hover {
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	color: #1d428a;
}
a:hover {
	color: #0091da;
}
a, button {
	-webkit-transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	        transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
label {
	margin: 0;
	min-height: 1px;
	font-weight: inherit;
	cursor: pointer;
}
button {
	cursor: pointer;
}
strong {
	font-weight: inherit;
}
iframe {
	border: 0;
	outline: 0;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
}
/* クラス */
.h1, .h2, .h3, .h4, .h5, .h6, .table, .checkbox, .radio {
	margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000;
}
.img-fluid {
	width: 100%;
}
.container {
	position: relative;
}
.container::after {
	content: '';
	display: block;
	clear: both;
}
.lead {
	font-weight: inherit;
}
.btn {
	white-space: normal;
	font-weight: inherit;
}

@media screen and (min-width: 1310px) {
	.container {
		max-width: 1280px;
	}
}
@media screen and (max-width: 767px) {
	.container {
		max-width: 100%;
	}
}

/*============================================================
	マージン
*/
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

@media screen and (max-width: 767px) {
	.mt30 { margin-top: 25px !important; }
	.mt35 { margin-top: 25px !important; }
	.mt40 { margin-top: 25px !important; }
	.mt45 { margin-top: 25px !important; }
	.mt50 { margin-top: 25px !important; }
	.mt60 { margin-top: 30px !important; }
	.mt70 { margin-top: 30px !important; }
	.mt80 { margin-top: 40px !important; }
	.mt90 { margin-top: 40px !important; }
	.mt100 { margin-top: 40px !important; }

	.mb30 { margin-bottom: 25px !important; }
	.mb35 { margin-bottom: 25px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb45 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 25px !important; }
	.mb60 { margin-bottom: 30px !important; }
	.mb70 { margin-bottom: 30px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb90 { margin-bottom: 40px !important; }
	.mb100 { margin-bottom: 40px !important; }
}

@media screen and (max-width: 575px) {
	.mt20 { margin-top: 15px !important; }
	.mt25 { margin-top: 15px !important; }
	.mt30 { margin-top: 15px !important; }
	.mt35 { margin-top: 20px !important; }

	.mb20 { margin-bottom: 15px !important; }
	.mb25 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 15px !important; }
	.mb35 { margin-bottom: 20px !important; }
}

/*============================================================
	パディング
*/
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }

@media screen and (max-width: 767px) {
	.pt30 { padding-top: 25px !important; }
	.pt35 { padding-top: 25px !important; }
	.pt40 { padding-top: 25px !important; }
	.pt45 { padding-top: 25px !important; }
	.pt50 { padding-top: 25px !important; }
	.pt60 { padding-top: 30px !important; }
	.pt70 { padding-top: 30px !important; }
	.pt80 { padding-top: 30px !important; }
	.pt90 { padding-top: 30px !important; }
	.pt100 { padding-top: 30px !important; }

	.pb30 { padding-bottom: 25px !important; }
	.pb35 { padding-bottom: 25px !important; }
	.pb40 { padding-bottom: 25px !important; }
	.pb45 { padding-bottom: 25px !important; }
	.pb50 { padding-bottom: 25px !important; }
	.pb60 { padding-bottom: 30px !important; }
	.pb70 { padding-bottom: 30px !important; }
	.pb80 { padding-bottom: 30px !important; }
	.pb90 { padding-bottom: 30px !important; }
	.pb100 { padding-bottom: 30px !important; }
}

@media screen and (max-width: 575px) {
	.pt20 { padding-top: 15px !important; }
	.pt25 { padding-top: 15px !important; }
	.pt30 { padding-top: 15px !important; }
	.pt35 { padding-top: 20px !important; }

	.pb20 { padding-bottom: 15px !important; }
	.pb25 { padding-bottom: 15px !important; }
	.pb30 { padding-bottom: 15px !important; }
	.pb35 { padding-bottom: 20px !important; }
}

/*============================================================
	サイズチェック用
*/
.size-check { overflow: hidden; height: 0; }
#sizeLg { display: block; }
#sizeMd { display: none; }
#sizeSm { display: none; }
#sizeXs { display: none; }

@media screen and (max-width: 1309px) {
	#sizeLg { display: none; }
	#sizeMd { display: block; }
	#sizeSm { display: none; }
	#sizeXs { display: none; }
}
@media screen and (max-width: 991px) {
	#sizeLg { display: none; }
	#sizeMd { display: none; }
	#sizeSm { display: block; }
	#sizeXs { display: none; }
}
@media screen and (max-width: 767px) {
	#sizeLg { display: none; }
	#sizeMd { display: none; }
	#sizeSm { display: none; }
	#sizeXs { display: block; }
}

/*============================================================
	[汎用] グラデーションバー
*/
.gradation-bar {
	position: relative;
	height: 8px;
}
.gradation-bar .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gradation-bar .base::before,
.gradation-bar .base::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}
.gradation-bar .base::before {
	left: 0;
	background-color: #74be26;
}
.gradation-bar .base::after {
	right: 0;
	background-color: #5e39a5;
}
.gradation-bar span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../img/nav-marker.png) 50% 100% no-repeat;
	background-size: 1450px 8px;
}
@media screen and (max-width: 1309px) {
	.gradation-bar span {
		background-size: 1152px 8px;
	}
}
@media screen and (max-width: 991px) {
	.gradation-bar span {
		background-size: 854px 8px;
	}
}
@media screen and (max-width: 767px) {
	.gradation-bar {
		height: 5px;
	}
	.gradation-bar .base {
		display: none;
	}
	.gradation-bar span {
		left: 0;
		margin-left: 0;
		width: 100%;
		background-size: 100% 5px;
	}
}

/*============================================================
	[ヘッダー] 共通
*/
#header {
	display: block;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}
.hide-header #header {
	transform: translateY(-110%);
}
#header .wrapper {
	position: relative;
	z-index: 1001;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	color: #717074;
}
#header .container {
	height: 108px;
}
#header .top-header {
	position: relative;
	height: 58px;
}
#header .top-header .head {
	position: absolute;
	top: 15px;
	left: -2px;
}
#header .top-header .head .logo {
	display: flex;
}
#header .top-header .head .logo a {
	display: flex;
	align-items: center;
	color: #717074;
}
#header .top-header .head .logo img {
	display: block;
	margin: 5px 0 0 0;
	width: 138px;
}
#header .top-header .head .logo span {
	display: block;
	margin: 0 0 0 20px;
	font-size: 26px;
	line-height: 1.1;
}
@media screen and (max-width: 767px) {
	/* 基本 */
	#header .top-header {
		height: 71px !important;
	}
	#header .container {
		padding: 0;
		height: auto;
	}
	#header .top-header .head {
		top: 24px;
		left: 15px;
	}
	#header .top-header .head .logo img {
		width: 110px;
	}
	#header .top-header .head .logo span {
		margin: 1px 0 0 12px;
		font-size: 19px;
	}
}

/*============================================================
	[ヘッダー] コンテンツナビ
*/
#header .content-nav {
}
#header .content-nav nav {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 0 0 -10px;
	height: 50px;
}
#header .content-nav nav .list {
	display: table;
}
#header .content-nav nav .list li {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 30px 0 0;
	font-size: 14px;
}
#header .content-nav nav .list li:last-child {
	padding: 0;
}
#header .content-nav nav .list li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 0 10px;
	height: 50px;
	line-height: 1.3;
	text-align: center;
	color: #000;
}
#header .content-nav nav .list li a br {
	display: none;
}
#header .content-nav nav .list li a.default {
	color: #000 !important;
}
#header .content-nav nav .list li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 8px 9px;
	border-color: transparent transparent #fff transparent;
	-webkit-transition: bottom 0.3s ease;
	        transition: bottom 0.3s ease;
}
#header .content-nav nav .list li a.default::after {
	bottom: -10px !important;
}
#header .content-nav nav .list li a:hover {
	text-decoration: none;
}
#header .content-nav nav .list li a:hover::after {
	bottom: 0;
}
/* 矢印カラー */
#header .content-nav nav .list li.nav-home a::after {
	border-bottom-color: #67bc76;
}
#header .content-nav nav .list li.nav-product a::after {
	border-bottom-color: #5abda0;
}
#header .content-nav nav .list li.nav-program a::after {
	border-bottom-color: #52b8d3;
}
#header .content-nav nav .list li.nav-seminar a::after {
	border-bottom-color: #48a4d3;
}
/* カレント */
#header .content-nav nav .list li.nav-home a:hover,
.page-home #header .content-nav nav .list li.nav-home a {
	color: #67bc76;
}
#header .content-nav nav .list li.nav-product a:hover,
.page-product #header .content-nav nav .list li.nav-product a {
	color: #5abda0;
}
#header .content-nav nav .list li.nav-program a:hover,
.page-program #header .content-nav nav .list li.nav-program a {
	color: #52b8d3;
}
#header .content-nav nav .list li.nav-seminar a:hover,
.page-seminar #header .content-nav nav .list li.nav-seminar a {
	color: #48a4d3;
}
.page-home #header .content-nav nav .list li.nav-home a::after,
.page-product #header .content-nav nav .list li.nav-product a::after,
.page-program #header .content-nav nav .list li.nav-program a::after,
.page-seminar #header .content-nav nav .list li.nav-seminar a::after {
	bottom: 0;
}
/* 展開 */
.content-nav-opened #header .content-nav nav .list li a::after {
	bottom: -10px !important;
}
#header .content-nav nav .list li a.current::after {
	bottom: 0 !important;
}
@media screen and (max-width: 1309px) {
	/* 矢印カラー */
	#header .content-nav nav .list li.nav-home a::after {
		border-bottom-color: #66bc78;
	}
	#header .content-nav nav .list li.nav-product a::after {
		border-bottom-color: #58bdae;
	}
	#header .content-nav nav .list li.nav-program a::after {
		border-bottom-color: #4db0d3;
	}
	#header .content-nav nav .list li.nav-seminar a::after {
		border-bottom-color: #4195d3;
	}
	/* カレント */
	#header .content-nav nav .list li.nav-home a:hover,
	.page-home #header .content-nav nav .list li.nav-home a {
		color: #66bc78;
	}
	#header .content-nav nav .list li.nav-product a:hover,
	.page-product #header .content-nav nav .list li.nav-product a {
		color: #58bdae;
	}
	#header .content-nav nav .list li.nav-program a:hover,
	.page-program #header .content-nav nav .list li.nav-program a {
		color: #4db0d3;
	}
	#header .content-nav nav .list li.nav-seminar a:hover,
	.page-seminar #header .content-nav nav .list li.nav-seminar a {
		color: #4195d3;
	}
}
@media screen and (max-width: 991px) {
	/* 矢印カラー */
	#header .content-nav nav .list li.nav-home a::after {
		border-bottom-color: #66bc78;
	}
	#header .content-nav nav .list li.nav-product a::after {
		border-bottom-color: #55bec6;
	}
	#header .content-nav nav .list li.nav-program a::after {
		border-bottom-color: #46a0d3;
	}
	#header .content-nav nav .list li.nav-seminar a::after {
		border-bottom-color: #3171b4;
	}
	/* カレント */
	#header .content-nav nav .list li.nav-home a:hover,
	.page-home #header .content-nav nav .list li.nav-home a {
		color: #66bc78;
	}
	#header .content-nav nav .list li.nav-product a:hover,
	.page-product #header .content-nav nav .list li.nav-product a {
		color: #55bec6;
	}
	#header .content-nav nav .list li.nav-program a:hover,
	.page-program #header .content-nav nav .list li.nav-program a {
		color: #46a0d3;
	}
	#header .content-nav nav .list li.nav-seminar a:hover,
	.page-seminar #header .content-nav nav .list li.nav-seminar a {
		color: #3171b4;
	}
}
@media screen and (max-width: 767px) {
	#header .content-nav {
		display: none;
	}
	#header .top-header .nav {
		display: block;
		top: 6px;
		right: 40px;
	}
	/* トグルボタン */
	#header .sp-nav-toggle {
		display: block;
		position: relative;
		width: 100%;
		height: 28px;
		background-color: #e3e0e0;
		cursor: pointer;
	}
	#header .sp-nav-toggle span {
		position: absolute;
		top: 8px; left: 0;
		width: 100%;
	}
	#header .sp-nav-toggle span i {
		display: block;
		margin: 0 auto 3px auto;
		width: 26px; height: 2px;
		background-color: #8b8b8b;
	}
}

/*============================================================
	[ナビゲーション] 下層
*/
#header .subnav {
	display: none;
	overflow: hidden;
	height: 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#header .subnav .container {
	height: auto;
}
#header .subnav .close {
	display: none;
}
.content-nav-opened #header .subnav {
	display: block;
}
#header .subnav nav {
	display: none;
	padding: 30px 0 50px 0;
	font-size: 16px;
	line-height: 1.4;
}
#header .subnav nav.opened {
	display: block;
}
#header .subnav nav a {
	position: relative;
	display: inline-block;
}
#header .subnav nav a i {
	display: none;
}
#header .subnav nav .nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
#header .subnav nav .nav li {
	padding: 0 15px;
	padding-top: 20px;
	padding-bottom: 5px;
	flex-basis: 25%;
	max-width: 25%;
}

@media screen and (max-width: 1309px) {
	#header .subnav nav .nav li {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
}
@media screen and (max-width: 767px) {
	#header .subnav {
		display: none !important;
	}
}

/*============================================================
	[ヘッダー] コンテンツナビ（SP）
*/
#header .sp-content-nav {
	display: none;
	overflow: hidden;
	height: 0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#header .sp-content-nav nav {
	padding: 0;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
#header .sp-content-nav a {
	display: block;
	padding: 4px 15px;
	text-decoration: none;
	color: #1d428a;
}
/* カレント */
.page-home #header .sp-content-nav nav ul li.nav-home a,
.page-product #header .sp-content-nav nav ul li.nav-product a,
.page-program #header .sp-content-nav nav ul li.nav-program a,
.page-seminar #header .sp-content-nav nav ul li.nav-seminar a {
	background-color: #1d428a;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.sp-content-nav-opened #header .sp-content-nav {
		display: block;
	}
}

/*============================================================
	[ナビゲーション] 下層（SP）
*/
#header .sp-subnav {
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.92);
}
#header .sp-subnav .container {
	overflow-y: scroll;
	height: 100%;
}
#header .sp-subnav nav {
	display: none;
	padding: 25px 15px 40px 15px;
	font-size: 16px;
	line-height: 1.2;
}
#header .sp-subnav nav a {
	position: relative;
	display: inline-block;
	padding-right: 0.9em;
	color: #1d428a;
}
#header .sp-subnav nav a i {
	position: absolute;
	top: 0;
	right: 0;
}
#header .sp-subnav nav a i::after {
	content: "\f054";
	display: inline-block;
	font-size: 90%;
	font-style: normal;
	font-weight: 500;
	font-family: 'Font Awesome 5 Pro';
}
#header .sp-subnav nav ul {
	display: block;
}
#header .sp-subnav nav ul li {
	display: flex;
	margin-bottom: 20px;
}
#header .sp-subnav .close {
	position: fixed;
	top: 8px;
	right: 0;
	padding: 0;
	width: 50px;
	text-align: center;
	font-size: 32px;
	line-height: 50px;
	color: #000;
	opacity: 1;
}
#header .sp-subnav .close i {
	color: #666;
}
@media screen and (max-width: 767px) {
	.sp-subnav-opened #header .sp-subnav {
		display: block;
	}
	#header .sp-subnav nav.opened {
		display: block;
	}
}

/*============================================================
	[フッター] 共通
*/
footer .fa {
    font-family: FontAwesome;
    font-weight: normal;
}

/*============================================================
	[汎用] ページの先頭へ
*/
.pagetop {
	display: none;
	position: fixed;
	z-index: 20;
	bottom: 65px; right: 10px;
}
.pagetop a {
	display: block;
	width: 60px; height: 60px;
	background-color: rgba(0,0,0,0.5);
	text-decoration: none !important;
	text-align: center;
	color: #fff !important;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.pagetop a:hover {
	opacity: 0.7;
}
.pagetop i {
	display: block;
	padding-top: 5px;
	font-size: 30px;
	line-height: 1;
}
.pagetop span {
	display: block;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.pagetop {
		right: 10px;
	}
	.pagetop a {
		width: 50px; height: 50px;
	}
	.pagetop i {
		padding-top: 5px;
		font-size: 24px;
	}
	.pagetop span {
		padding-top: 2px;
		font-size: 12px;
	}
}

/*============================================================
	[汎用] 見出し
*/
.h1 {
	font-size: 33px;
	line-height: 1.3;
}
.h2 {
	font-size: 21px;
	line-height: 1.5;
}
.h3 {
	font-size: 18px;
	line-height: 1.6;
}
.h-small {
	font-size: 16px;
	line-height: 1.7;
}

@media screen and (max-width: 575px) {
	.h1 {
		font-size: 26px;
		line-height: 1.4;
	}
	.h2 {
		font-size: 20px;
		line-height: 1.5;
	}
	.h3 {
		font-size: 16px;
		line-height: 1.5;
	}
	.h-small {
		font-size: 100%;
		line-height: 1.6;
	}
}

/*============================================================
	[汎用] ボタン
*/
.btn-default,
.btn-default-outline {
	display: inline-block;
	padding: 9px 25px 10px 25px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #000;
	font-weight: 200;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
.btn-default {
	background-color: #1d428a;
	border-color: #1d428a;
	color: #fff !important;
}
a.btn-default:hover,
button.btn-default:hover {
	background-color: #fff;
	color: #1d428a !important;
	text-decoration: none;
}
.btn-default-outline {
	border-color: #1d428a;
	color: #1d428a !important;
}
.btn-default-outline.active,
a.btn-default-outline:hover,
button.btn-default-outline:hover {
	background-color: #1d428a;
	color: #fff !important;
	text-decoration: none;
}

/*============================================================
	[汎用] アイコン
*/
.fa-star.connect {
	margin-right: 0.3em;
	font-size: 18px;
	color: #78be20;
}

@media screen and (max-width: 575px) {
	.fa-star.connect {
		font-size: 16px;
	}
}

/*============================================================
	[汎用] 星アイコンインデント
*/
.star-indent {
	position: relative;
	padding-left: 29px;
}
.star-indent .fa-star {
	position: absolute;
	left: 0;
	top: 0.2em;
}
@media screen and (max-width: 575px) {
	.star-indent {
		padding-left: 26px;
	}
}

/*============================================================
	[汎用] コンテンツ枠
*/
.body-section {
	padding-top: 116px;
	background: #fff;
}
.content {
	padding: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
	.body-section {
		padding-top: 104px;
	}
	.content {
		padding: 0 0 20px 0;
	}
}

/*============================================================
	[汎用] レイアウト枠
*/
.layout-colmun {
	display: flex;
	padding-top: 40px;
}
.layout-colmun .colmun-main {
	flex: 1;
	padding: 0 30px 40px 0;
}
.layout-colmun .colmun-side {
	flex-basis: 270px;
	max-width: 270px;
}

@media screen and (max-width: 991px) {
	.layout-colmun {
		display: block;
	}
	.layout-colmun .colmun-main {
		padding: 0;
	}
	.layout-colmun .colmun-side {
		margin: 60px 0 0 0;
		max-width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.layout-colmun {
		padding-top: 20px;
	}
	.layout-colmun .colmun-side {
		margin: 40px 0 0 0;
	}
}

/*============================================================
	[リスト] バナー
*/
.list-banner {
	margin: 20px 0 0 0;
	font-size: 14px;
}
.list-banner:first-child {
	margin: 0;
}
.list-banner .banner {
	margin: 0 0 30px 0;
}
.list-banner .banner a {
	display: inline-block;
}
.list-banner .banner img {
	display: block;
	max-width: 100%;
}
.list-banner .banner span {
	display: block;
	margin: 0.5em 0 0 0;
}

@media screen and (max-width: 991px) {
	.list-banner {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.list-banner .banner {
		flex-basis: 50%;
		max-width: 50%;
		padding: 0 15px;
	}
}
@media screen and (max-width: 575px) {
	.list-banner .banner {
		flex-basis: 100%;
		max-width: 100%;
	}
}

/*============================================================
	[リスト] 受付中のセミナー
*/
.list-accepting-seminar {
	border-top: 1px solid #e8e8e8;
	font-size: 14px;
}
.list-accepting-seminar .block {
	padding: 20px 0 25px 0;
	border-bottom: 1px solid #e8e8e8;
}
.list-accepting-seminar .block .date i {
	margin-right: 0.5em;
}
.list-accepting-seminar .block h3 {
	margin: 12px 0;
	font-size: 18px;
	line-height: 1.5;
}
.list-accepting-seminar .block .btn-wrap {
	margin: 20px 0 0 0;
}
.list-accepting-seminar .block .btn-wrap .btn {
	font-size: 14px;
}

/*============================================================
	[リスト] 資料
*/
.list-resource {
	overflow: hidden;
	margin: 30px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}
.list-resource:last-child {
	margin-bottom: 0;
}
.list-resource h3 {
	padding: 10px 20px;
	background-color: #fafafa;
	border-bottom: 1px solid #e8e8e8;
	font-size: 100%;
}
.list-resource ul li {
	position: relative;
	padding: 10px 20px 10px 50px;
	border-bottom: 1px solid #e8e8e8;
}
.list-resource ul li:last-child {
	border: 0;
}
.list-resource ul li a {
	display: inline-block;
}
.list-resource ul li i {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
}

@media screen and (max-width: 575px) {
	.list-resource {
		margin: 20px 0;
	}
	.list-resource h3 {
		padding: 10px 10px;
	}
	.list-resource ul li {
		padding: 10px 10px 10px 35px;
	}
	.list-resource ul li i {
		margin-top: -9px;
		left: 10px;
	}
}

/*============================================================
	[ホーム] メイン
*/
.home-main {
	position: relative;
	border-bottom: 1px solid #d7d7d7;
}
.home-main .kv {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -700px;
	width: 1400px;
	background: transparent url(../img/main-kv.png) 100% 50% no-repeat;
	background-size: contain;
}
.home-main .container {
	display: flex;
	align-items: center;
	height: 180px;
	line-height: 1.5;
}
.home-main h1 {
	font-size: 28px;
}
.home-main h2 {
	margin: 10px 0 0 0;
	font-size: 21px;
}

@media screen and (max-width: 1309px) {
	.home-main .kv {
		margin-left: -550px;
		width: 1100px;
	}
}
@media screen and (max-width: 991px) {
	.home-main .kv {
		margin-left: -440px;
		width: 880px;
	}
}
@media screen and (max-width: 767px) {
	.home-main .kv {
		position: static;
		margin: 0 -30px;
		width: auto;
		height: 140px;
	}
	.home-main .container {
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
		background-color: #1c3264;
		color: #fff;
	}
	.home-main h1 {
		font-size: 24px;
		color: #fff;
	}
	.home-main h2 {
		font-size: 18px;
		color: #fff;
	}
}
@media screen and (max-width: 575px) {
	.home-main .kv {
		height: 100px;
	}
	.home-main h1 {
		font-size: 21px;
	}
	.home-main h2 {
		margin: 5px 0 0 0;
		font-size: 14px;
		line-height: 1.5;
	}
}

/*============================================================
	[プリント用]
*/
@page {
	margin: 12.7mm 9.7mm !important;
}

@media print {
	html, body, #container, .container {
		width: 1124px !important;
	}
	#header {
		position: absolute !important;
	}
	.pagetop {
		display: none !important;
	}
}

/*============================================================
	ブレイクポイント Bootstrap3基準 md
*/
@media screen and (max-width: 1309px) {
}

/*============================================================
	ブレイクポイント Bootstrap3基準 sm
*/
@media screen and (max-width: 991px) {
}

/*============================================================
	ブレイクポイント Bootstrap3基準 xs
*/
@media screen and (max-width: 767px) {
}

/*============================================================
	ブレイクポイント Bootstrap3基準 xxs
*/
@media screen and (max-width: 575px) {
}


/*============================================================
	perfect-scrollbar.css
*/
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
}

.ps--active-y > .ps__rail-y::before {
  content: '';
  position: absolute;
  top: 0;
  right: 3px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #999;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #999;
  width: 7px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

