/****************************************/
/********** ArtLab-Tokyo [CSS] **********/
/****************************************/


/****************************** Common ******************************/

body {
	position: relative;
	margin: auto;
	
	margin-top: 80px;
	background-color: #fff;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y: scroll;
	/*- 高さが足りないページでも常時スクロールバーを表示(デザイン崩れ防止) -*/
}

@media screen and (min-width: 48em) {
	body {
		margin-top: 174px;
		/*- headerの高さ指定 -*/
	}
}

main {
	display: block;
	/*- IE対策(display: block;を全ブラウザで共通化) -*/
}

a {
	color: #333;
}

a:hover {
	color: #333;
	text-decoration: none;
}

@media all and (any-hover: hover) {
	a:hover {
		color: #274a78;
		text-decoration: underline;
		
	}
}

img {
	max-width: 100%;
	/*- 解除はmax-width:initial; -*/
	height: auto;
}

a,
img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section {
	padding: 1em 0;
}

@media screen and (min-width: 48em) {
	section {
		padding: 1em 0;
	}
}

iframe {
	width: 100%;
	border: 0;
}
h1 {
	letter-spacing: 0rem;
	font-size: 1.2rem;
	font-weight: 600;
font-family: HGS明朝E,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",メイリオ,Meiryo,serif;
}


@media screen and (min-width: 48em) {
	h1 {
		letter-spacing: 0rem;
		font-size: 1.6rem;
		font-weight: 600;
font-family: HGS明朝E,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",メイリオ,Meiryo,serif;

	}
}

.color-blue {
    color: #0095d9!important;
}


/****************************** Common End ******************************/


/****************************** Bootstrap Override ******************************/

.container,
.container-fluid {
	position: relative;
}

.container-fluid {
	max-width: 1140px;
}

/*- flex-item(特にSwiper)突き抜け対策 -*/
.d-flex:not(.flex-column) > *,
.d-sm-flex:not(.flex-column) > *,
.d-md-flex:not(.flex-column) > *,
.d-lg-flex:not(.flex-column) > *,
.d-xl-flex:not(.flex-column) > * {
	min-width: 0;
}

.d-flex.flex-column > *,
.d-sm-flex.flex-column > *,
.d-md-flex.flex-column > *,
.d-lg-flex.flex-column > *,
.d-xl-flex.flex-column > * {
	max-width: 100%;
}

/*- ボタンのスタイル -*/
.btn {
	border: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*- パンくずリストのスタイル -*/
.breadcrumb {
	margin: 0;
	background-color: transparent;
	border-radius: 0;
}

/*- パンくずリストのフォントサイズとエフェクト -*/
.breadcrumb-item {
	font-size: 0.875rem;
}

.breadcrumb-item a {
	-webkit-transition-property: none;
	transition-property: none;
}

/*- パンくずリストの矢印スタイル -*/
.breadcrumb-item + .breadcrumb-item::before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f0da" !important;
}

/*- カードのスタイル -*/
.card {
	margin-bottom: 1rem;
}

/****************************** Bootstrap Override End ******************************/


/****************************** Loading ******************************/

.loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
}

.toppage {
	background-color: #005500;
}

.subpage {
	background-color: #fff;
}

.spinner {
	position: relative;
	width: 40px;
	height: 40px;
}

.double-bounce1,
.double-bounce2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.6;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

/****************************** Loading End ******************************/


/****************************** Header ******************************/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}

.header-text-row {
	background-color: #0095d9;
}

.header-text-row > div {
	height: 30px;
}

.header-text-row span {
	color: #fff;
	font-size: 0.8rem;
}
.header-img-row .header-logo-img {
	width: 100%;
}

@media screen and (min-width: 48em) {
	.header-img-row .header-logo-img {
		width: 200px;
		padding-top: 0.75em;
		padding-left: 1em;
		
	}
}

.header-img-row .header-logo-img img {
	width: 100%;
}



.header-img-row .header-banner-img
{
	width:250px;
	/*- 画像サイズが大きい場合はwidth指定要 -*/
	padding-top: 0.8em;
	padding-left: 0.8em;
}

.header-img-row .header-banner1-img
 {
	width:130px;
	padding-top: 0.8em;
	padding-left: 0.8em;
}

.header-img-row .header-contact-img {
	width:300px;
	/*- 画像サイズが大きい場合はwidth指定要 -*/
	padding-left: 0.8em;
	padding-right: 1em;
}


/****************************** Header End ******************************/


/****************************** Global Navigation  ******************************/

nav .container-fluid {
	padding: 0;
}

@media screen and (min-width: 48em) {
	nav .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

nav a.navbar-logo {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

nav a.navbar-logo img {
	width: auto;
	height: 40px;
	padding-left: 15px;
}

@media screen and (min-width: 48em) {
	nav a.navbar-logo img {
		display: none;
	}
}

/*===== StellarNav.js(PC) StellarNav.jsを使用する場合は[:hover]のメディアクエリ必要なし =====*/

/*- StellarNavの高さは[.stellarnav ul li a]の[padding(X)][line-height]の合計値にて設定 -*/

/*===== StellarNav.js(Dropdown/image) =====*/

@media screen and (min-width: 48em) {

	nav > div.container-fluid,
	.stellarnav,
	.stellarnav ul,
	.stellarnav ul li {
		position: static;
	}
}

/*- メニューのポジショニング -*/
.stellarnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
}

.stellarnav:not(.mobile) ul {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*- メニュー(1階層目)のスタイル -*/
.stellarnav:not(.mobile) ul li {
	border-left: 1px solid #dfdfdf;
}

.stellarnav:not(.mobile) ul li:last-child {
	border-right: 1px solid #dfdfdf;
}

.stellarnav ul li a {
	display: block;
	padding: 10px 15px;
	color: #333;
	font-size: 15px;
	font-weight:600;
	line-height: 5px;
	-webkit-transition: none;
	transition: none;
}

.stellarnav:not(.mobile) ul li a:hover {
	background-color: #eee;
	color: #164a84;
}

/*- ナビゲーションメニュー(1階層目)ドロップダウン矢印のスタイル -*/
.stellarnav li.has-sub > a::after {
	display: inline-block;
	position: static;
	margin: 0 5px;
	border: 0;
	color: #777;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	content: "\f0d7" !important;
}

/*- サブメニュー(2階層目以降)のスタイル -*/
.stellarnav ul ul {
	top: auto;
	left: 0;
	width: 100%;
	background-color: #eee;
}

.stellarnav .container-fluid {
	margin-bottom: 0rem;
}

.stellarnav .nav-card {
	margin: 0.5rem 0.5rem 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.stellarnav .nav-card.card_menu-title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%;
	margin-right: 3rem;
}

.stellarnav .nav-card.card_menu-title .card-body {
	color: #333;
	background-color: transparent;
}

.stellarnav .nav-card.card_menu-title .card-body p {
	color: #333;
	font-size: 13px;
}

.stellarnav .nav-card .card-img-wrapper {
	/*- サブメニュー画像サイズの高さ指定 -*/
	height: 100px;
}

.stellarnav .nav-card .card-img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.stellarnav .nav-card .card-body {
	padding: 8px;
	
}

.stellarnav .nav-card .card-body a {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #333;
	font-size: 13px;
	font-weight: 600;
}

@media all and (any-hover: hover) {
	.stellarnav .nav-card .card-body a:hover {
		background-color: transparent;
		color: #164a84;
	}
}

.stellarnav .nav-card .card-body p {
	font-size: 13px;
	color: #555;
}

/*===== StellarNav.js(モバイル ~768px) =====*/

/*- メニュー(1階層目)のスタイル -*/
.stellarnav.mobile ul {
	background-color:#0095d9;
}

.stellarnav.mobile ul li a:not(.dd-toggle) {
	padding: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	-webkit-transition-property: none;
	transition-property: none;
}

/*- メニュー(2階層目)のスタイル -*/
.stellarnav.mobile ul ul {
	background-color: rgba(0, 0, 0, 0.3);
}

.stellarnav.mobile ul ul li a:not(.dd-toggle) {
	padding-left: 25px;
	font-size: 14px;
}

/*- MENUトグルボタンのスタイル -*/
.stellarnav.mobile a.menu-toggle {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.stellarnav.mobile a.menu-toggle span.bars {
	top: 4px;
	margin: 0;
}

.stellarnav.mobile a.menu-toggle span.bars span {
	width: 20px;
	background-color: #333;
}

.stellarnav.mobile.right {
	text-align: right;
}

/*- CLOSEボタン非表示のスタイル -*/
.stellarnav.mobile a.close-menu {
	display: none !important;
}

.stellarnav.mobile > ul {
	top: 80px !important;
	-webkit-animation: fadeInRight 0.3s;
	animation: fadeInRight 0.3s;
}

/*- ドロップダウンボタンのスタイル -*/
.stellarnav.mobile li a.dd-toggle {
	width: 50px;
	height: 50px;
}

.stellarnav.mobile li a.dd-toggle .icon-plus::before,
.stellarnav.mobile li a.dd-toggle .icon-plus::after {
	top: calc(50% - 1px);
	border-bottom: 2px solid #fff;
}

/*- iOS Safari[position:fixed;] バグフィックス -*/
@media only screen and (max-width : 768px) {
	.stellarnav {
		overflow: visible;
	}
}

/****************************** Global Navigation End ******************************/


/****************************** Heading ******************************/

/*- 見出しのスタイル -*/
.subtitle {
	margin-bottom: 1rem;
	text-align: center;
}

@media screen and (min-width: 48em) {
	.subtitle {
		margin-bottom: 3rem;
		
	}
}

.subtitle h2 {
	margin-bottom: 0.875rem;
	color: #333;
	font-size: 1.5rem;
	font-weight: 600;
}

.subtitle p {
	margin-top: 0.875rem;
	margin-bottom: 0;
	font-size: 0.875rem;
}

/*- アンダーラインのスタイル -*/
.underline {
	width: 100px;
	height: 2px;
	margin: auto;
	border-radius: 1.5px;
	background-color: #0095d9;
}

/****************************** Heading End ******************************/


/****************************** Background ******************************/

.bg-base {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 16vh;
	/*- モバイル時の背景の高さ -*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (min-width: 48em) {
	.bg-base {
		height: 16vh;
		/*- PC時の背景の高さ -*/
	}
}

.bg-inner .page-banner-title {
	margin: 0;
	padding-left: 1em;
	color: #0095d9;
	font-size: 1.2rem;
}

@media screen and (min-width: 48em) {
	.bg-inner .page-banner-title {
		font-size: 1.5rem;
	}
}

/*- パララックス効果 -*/
.fixed-background {
	position: relative;
	background-attachment: scroll;
}

@media screen and (min-width: 48em) {
	.fixed-background {
		background-attachment: fixed;
	}
}

.background-sky {
	background-color: #eaf4fc;
}

/****************************** Background End ******************************/


/****************************** Utility ******************************/

/*- Card hoverエフェクト用ラッパー -*/
.card-img-wrapper {
	position: relative;
	overflow: hidden;
}

.card-img-wrapper img {
	display: block;
	margin: auto;
}

/*- Card hoverエフェクト -*/
@media all and (any-hover: hover) {

	/*- Card内画像をズーム -*/
	.card:hover .card-img-wrapper.scale-up img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	/*- Cardを浮き上がらせる -*/
	.card.float-up {
		-webkit-box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.4);
		box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.4);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.card.float-up:hover {
		-webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.3);
		box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.3);
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
}

/****************************** Utility End ******************************/


/****************************** Footer ******************************/

footer {
	background-color: #f5f5f5;
}

/*- footer リンクエリアのスタイル -*/
footer .footer-link .row {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: left;
}

@media screen and (min-width: 48em) {
	footer .footer-link .row {
		padding-top: 2em;
		padding-bottom: 2em;
		text-align: left;
	}
}

footer .footer-link .footer-logo-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

footer .footer-link .footer-logo-cell img {
	width: 70%;
	margin: auto;
	padding: 1em;
}

footer .footer-link ul {
	margin-bottom: 0;
	padding-left: 0;
}

footer .footer-link li {
	list-style: none;
}

footer .footer-link li a {
	font-size: 0.8rem;
	font-weight: normal;
	-webkit-transition-property: none;
	transition-property: none;
}

/*- footer コピーライト表示 -*/
footer .copyright {
	position: relative;
}

footer .copyright p {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0095d9;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
}

footer .copyright span {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 100;
	margin-right: 1.25rem;
	color: #fff;
	font-size: 0.5rem;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*- ページトップボタン -*/
#pagetop {
	position: fixed;
	right: 5%;
	bottom: 10%;
	z-index: 1000;
}

#pagetop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 85, 0, 0.5);
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
}


/*- hover可能なデバイス用(PC,マウス接続したタッチデバイス等) -*/
@media all and (any-hover: hover) {
	#pagetop a:hover {
		background-color: #005500;
	}
}

/****************************** Footer End ******************************/
/*--------------------------------------------------------------
# link
--------------------------------------------------------------*/
a.anchor {
	display: block;
	padding-top: 180px;
	margin-top: -180px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}


/*--------------------------------------------------------------
# スマホのみ改行
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.sp_br {
		display: none;
	}
}

--------------------------------------------------------------*/

/*テーブル全体の設定*/
table.table {
	width: 100%;
	border: 1px solid #006983;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	table-layout: fixed;
	margin-bottom: 10px;
	margin-top: 6px;
}

.table th {
	color: #fff;
	font-size: 13px;
	/* 11px相当 */
	font-style: normal;
	background-position: left top;
	padding: 0.5em;
	text-align: center;
}

.table td {
	font-size: 15px;
	line-height: 19px;
	padding: 0.6em;
	
}


table.table1 {
   table-layout: fixed;
	border: 1px solid #006983;
   width: 100%;
}
.table td {
    padding: .75rem;
    vertical-align: top;
   
	}

.table th {
    padding: .75rem;
   text-align: left;
vertical-align: middle;
   
	}




/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
	padding: 50px 0;
}

#faq #faq-list {
	padding: 0;
	list-style: none;
}

#faq #faq-list li {
	margin-bottom: 1.5rem;
	padding: 1.5em;
	border: 2px solid rgba(52, 113, 140, 0.02);
	border-radius: 6px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

#faq #faq-list a {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	padding-right: 20px;
}

#faq #faq-list i {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 48em) {
	#faq #faq-list i {
		font-size: 24px;
	}
}

#faq #faq-list p {
	margin: 1.5rem 0 0.5rem 0;
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 6px;
	color: #192f60;
}

@media screen and (min-width: 48em) {
	#faq #faq-list p {
		margin: 1.5rem 2rem 0.5rem 2rem;
	}
}

#faq #faq-list a.collapse {
	color: #1e90ff;
}

#faq #faq-list a.collapsed {
	color: #000;
}

#faq #faq-list a.collapsed i::before {
	content: "\f055" !important;
}


