@charset "UTF-8"; /* CSS Document */

/* ----------------------------------------------
   モーダル
------------------------------------------------ */
.news-filter-menu .modal-body-title {
	position: relative;
	margin: 0 -24px;
	padding: 10px 24px;
	background: #e0e0e0;
}
.news-filter-menu .modal-body-title #allOpen,
.news-filter-menu .modal-body-title #allClose {
	position: absolute;
	display: block;
	top: 50%;
	right: 0px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-align: center;
	cursor: pointer;
}
.news-filter-menu .modal-body-title #allClose {
	right: 40px;
}
.news-filter-menu .modal-body-title .material-icons {
	margin-top: 10px;
}
.news-filter-menu .modal-body .d-block {
	margin: 1rem;
}
.news-filter-menu .modal-body .custom-radio,
.news-filter-menu .modal-body .custom-checkbox {
	margin: .5rem 0;
}
.news-filter-menu .modal-body label .cnt {
	display: inline-block;
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1rem;
	vertical-align: bottom;
	color: #555;
	margin: 2px 0 2px 5px;
	padding: 0 5px;
	background: #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.news-filter-menu .modal-footer .btn {
	margin: 0 0 0 0.5rem;
}

/* ---------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&subset=japanese');


:focus-visible {
	outline: 2px solid !important;
	outline-offset: 4px !important;
}
#main .btn:focus-visible {
	outline: 2px solid #000 !important;
	outline-offset: 4px !important;
}
.is-focused :focus-visible {
	outline: none !important;
}
body {
	min-width: 1100px;
	font-feature-settings: "palt" on;
}
.teaser-container {
	padding-top: 80px;
}
.blueLineRoundBtn {
	position: relative;
	padding: 1.75rem 4rem;
	background: #fff;
	border-radius: 3rem;
	transition: ease .2s;
	overflow: hidden;
}
.blueLineRoundBtn::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	background: #fff;
	border-radius: 3rem;
	border: 3px solid #1976d2 !important;
	z-index: 2;
}
.blueLineRoundBtn::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	background: #1976d2;
	border-radius: 3rem;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin: center;
	z-index: 3;
}
.blueLineRoundBtn span {
	position: relative;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.3;
	color: #1976d2;
	z-index: 4;
}
.blueLineRoundBtn.arrow span:after {
	position: absolute;
	top: .1em;
	right: -2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
}
.pageTopBtn {
	position: fixed;
	right: 20px;
	bottom: -100px;
	width: 60px;
	height: 60px;
	color: #fff;
	background: #fff;
	border: none;
	border-radius: 60px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	overflow: hidden;
	cursor: pointer;
	transition: .3s;
}
.pageTopBtn:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	line-height: 58px;
	color: #1976d2;
	content: "\f077";
	text-align: center;
}


/* ----------------------------------------------
   ヘッダー
------------------------------------------------ */
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
#header .navbar {
	position: relative;
	height: 80px;
	background: #fff !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.07), 0 3px 1px -2px rgba(0,0,0,.1), 0 1px 5px 0 rgba(0,0,0,.06);
}
#header .navbar .logo {
	color: #333;
}
#header .navbar a.logo-link {
	color: #000;
}
#header .navbar .navbar-nav .nav-link {
	font-size: .9375rem;
	font-weight: bold;
	color: #333;
}
#header .navbar-toggler {
	color: #1976d2 !important;
}


/* ----------------------------------------------
   フッター
------------------------------------------------ */
#teaserFooter {
	line-height: 1.2;
}
#teaserFooter ul.links {
	font-size: 0;
	margin: 0;
	padding: 0;
}
#teaserFooter ul.links li {
	display: inline-block;
	font-size: .875rem;
	margin: 0 .75rem;
	padding: 0;
	list-style-type: none;
}
#teaserFooter ul.links li .fa-external-link-alt {
	font-size: .625rem;
}
#teaserFooter .footerContact {
	padding: 4rem 0;
	background: #1976d3 url("/assets/images/teaser/top/contact_bg.png") no-repeat center top;
	background-size: 100% auto;
}
#teaserFooter .footerContact .cols {
	background: #fff;
	border-radius: .5rem;
}
#teaserFooter .footerContact .col {
	padding: 2rem 0;
	text-align: center;
}
#teaserFooter .footerContact h2 {
	font-size: 1.125rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}
#teaserFooter .footerContact .link .blueLineRoundBtn {
	width: 100%;
	padding: 1.5rem;
}
#teaserFooter .footerContact .link .blueLineRoundBtn span {
	font-size: 1.25rem;
}
#teaserFooter .footerContact .inquiry .link .blueLineRoundBtn span:before,
#teaserFooter .footerContact .pamphlet .link .blueLineRoundBtn span:before {
	font-family: "Font Awesome 5 Free";
	font-size: 1.25em;
	font-weight: 900;
	margin-right: .75rem;
	vertical-align: -.1em;
}
#teaserFooter .footerContact .inquiry .link .blueLineRoundBtn span:before {
	content: "\f0e0";
}
#teaserFooter .footerContact .pamphlet .link .blueLineRoundBtn span:before {
	content: "\f56d";
}
#teaserFooter .footerNav {
display:none;
	color: #fff;
	padding: 3rem 0 0;
	background: #0b346c;
}
#teaserFooter .footerNav a {
	color: #fff;
}
#teaserFooter .footerNav ul.links li {
	font-size: 1rem;
	font-weight: bold;
}
#teaserFooter .footer {
	color: #fff;
	padding: 3rem 0;
	background: #212121;
}
#teaserFooter .footer a {
	color: #fff;
}
#teaserFooter .footer .logo {
	margin: 2rem 0;
}
#teaserFooter .footer .logo img {
	width: 140px;
}
#teaserFooter .footer .cooperation {
	font-size: .75rem;
	margin-bottom: .5rem;
}
#teaserFooter .footer .copyright {
	font-size: .75rem;
	line-height: 1.8;
}
#teaserFooter .footer .copyright .txt {
	display: block;
}


/* ----------------------------------------------
   メインコンテンツ
------------------------------------------------ */
#main {
	color: #212121;
	background: #fff;
	overflow: hidden;
}
#main .blue {
	color: #1976d2;
}
#main .text-warning {
	color: #cc0000 !important;
}
#main .pagination {
	margin: 2rem 0;
}
#main .pagination .page-item.active .page-link {
	background-color: #1976d2;
	border-color: #1976d2;
}


/* ----------------------------------------------
   Media Queries
------------------------------------------------ */
@media (min-width: 768px) {
	
	.ripple-container {
		display: none;
	}
	.blueLineRoundBtn:hover::after {
		transform:scale(1, 1);
	}
	.blueLineRoundBtn:hover span {
		color: #fff;
	}
	
	/* ヘッダー */
	#header .btn {
		margin: 0;
	}
	#header .navbar .navbar-nav .nav-item {
		margin: 0 0 0 .5rem;
		white-space: nowrap;
	}
	#header .navbar .navbar-nav .nav-link {
		position: relative;
	}
	#header .navbar .navbar-nav .nav-link::after {
		position: absolute;
		left: 10%;
		bottom: 0;
		content: "";
		width: 80%;
		height: 3px;
		background: #1976d2;
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: left top;
	}
	#header .navbar .navbar-nav .nav-link:hover::after {
		transform: scale(1, 1);
	}
	#header #headerBtn {
		padding: 0 1.5rem 0 .75rem;
	}
	#header #headerBtn .btn {
		position: relative;
		padding: 0;
		background: none;
		border-radius: 3rem;
		transition: ease .2s;
	}
	#header #headerBtn .btn::before {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		content: "";
		background: #fff;
		border: 3px solid #1976d2;
		border-radius: 3rem;
		z-index: 2;
	}
	#header #headerBtn .btn::after {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		content: "";
		background: #1976d2;
		border-radius: 3rem;
		transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 0);
		transform-origin: center;
		z-index: 3;
	}
	#header #headerBtn .btn span {
		position: relative;
		display: block;
		font-size: .9375rem;
		font-weight: bold;
		line-height: 2.25rem;
		color: #1976d2;
		padding: .125rem 1.125rem;
		z-index: 4;
	}
	#header #headerBtn .btn:hover::after {
		transform:scale(1, 1);
	}
	#header #headerBtn .btn:hover span {
		color: #fff;
	}
	#header #headerBtn .btn.login .fa-sign-in-alt {
		margin-left: .5rem;
	}
	
	/* フッター */
	#teaserFooter {
		text-align: center;
	}
	#teaserFooter .wrap {
		max-width: inherit;
		width: 1020px;
		margin: 0 auto;
		text-align: left;
	}
	#teaserFooter .footerContact .cols {
		text-align: center;
	}
	#teaserFooter .footerContact .col {
		display: inline-block;
		width: 400px;
	}
	#teaserFooter .footerContact .col:first-child {
		margin-right: 40px;
	}
	
	/* メインコンテンツ */
	#main {
		text-align: center;
	}
	#main .wrap {
		width: 1020px;
		margin: 0 auto;
		text-align: left;
	}
	#main .sp {
		display: none;
	}
	#main .pagination .page-item .page-link {
		min-width: 2.5rem;
		line-height: 2.5rem;
		padding: 0;
	}
	#main .pagination .page-item:not(.active) .page-link:hover {
		background: #e4f2fd;
	}
	
}

#main p {
text-align: justify;
text-justify: inter-ideograph;
}

@media (max-width: 767px) {
	
	body {
		min-width: inherit;
	}
	.teaser-container {
		padding-top: 60px;
	}
	.blueLineRoundBtn {
		padding: 1rem 2rem;
	}
	.blueLineRoundBtn span {
		font-size: 1rem;
	}
	.blueLineRoundBtn.arrow span::after {
		right: -1em;
	}
	.pageTopBtn {
		width: 40px;
		height: 40px;
	}
	.pageTopBtn:before {
		font-size: 16px;
		line-height: 38px;
	}
	
	/* ヘッダー */
	#header .navbar {
		height: 60px;
		padding: .5rem 200px .5rem 1rem !important;
		transition: .5s;
	}
	#header .navbar .logo {
		padding: .5rem 0;
	}
	#header .navbar-toggler {
		left: inherit !important;
		right: 3px !important;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	#header .navbar-toggler:before {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		font-family: "Font Awesome 5 Free";
		font-size: 24px;
		font-weight: 900;
		line-height: 38px;
		color: #1976d2;
		content: "\f0c9";
		text-align: center;
	}
	#header .navbar.open .navbar-toggler:before {
		content: "\f00d";
	}
	/*#header .navbar-toggler:after {
		position: absolute;
		left: 0px;
		bottom: 5px;
		width: 100%;
		font-size: 10px;
		line-height: 1;
		color: #1976d2;
		content: "メニュー";
		text-align: center;
	}*/
	#header .navbar-toggler span:nth-of-type(2) {
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 100%;
		font-size: 10px;
		line-height: 1;
		text-align: center;
	}
	#header #headerNav {
		position: fixed;
		top: 60px;
		left: 0px;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	}
	#header .navbar .navbar-nav {
		padding: 0 0 1.5rem;
		text-align: center;
	}
	#header .navbar .navbar-nav .nav-item {
		margin: 0;
	}
	#header .navbar .navbar-nav .nav-link {
		margin: 1rem 0 0;
		padding: 0;
	}
	#header .navbar.open {
		background: rgba(255, 255, 255, 1) !important;
	}
	#header .navbar.open .logo,
	#header .navbar.open .navbar-toggler,
	#header .navbar.open .navbar-nav .nav-link {
		color: #1976d2;
	}
	#header #headerBtn .navbar-nav {
		position: absolute;
		top: 5px;
		right: 55px;
		display: block;
	}
	#header #headerBtn .nav-item {
		float: left;
		display: block;
	}
	#header #headerBtn .nav-item .btn {
		position: relative;
		height: 50px;
		font-size: 10px;
		line-height: 1;
		color: #1976d2;
		margin: 0;
		padding: 34px 5px 0;
		text-align: center;
	}
	#header #headerBtn .nav-item .btn.login .fa-sign-in-alt {
		position: absolute;
		display: block;
		top: 0px;
		left: 0px;
		width: 100%;
		font-size: 25px;
		font-weight: 900;
		line-height: 38px;

		text-align: center;
	}
	#header #headerBtn .nav-item .btn:hover, #header #headerBtn .nav-item .btn:active {
		color: #212121;
		background-color: transparent;
	}
	#header #headerBtn .nav-item .btn .ripple-container {
		display: none;
	}

	/* フッター */
	#teaserFooter ul.links li {
		display: block;
		margin: 0;
		padding: 1rem 0;
		text-align: center;
	}
	#teaserFooter .footerContact {
		padding: 1.5rem 1rem;
	}
	#teaserFooter .footerContact .col {
		padding: 1.5rem;
	}
	#teaserFooter .footerContact .col:first-child {
		border-bottom: 3px solid #1976d2;
	}
	#teaserFooter .footerContact h2 {
		font-size: 1rem;
		margin-bottom: .75rem;
	}
	#teaserFooter .footerContact .cols {
		border-radius: .25rem;
	}
	#teaserFooter .footerContact .link .blueLineRoundBtn span {
		font-size: 1rem;
	}
	#teaserFooter .footerNav {
		padding: 1.5rem 1rem;
	}
	#teaserFooter .footerNav ul.links li {
		font-size: 1rem;
		font-weight: bold;
	}
	#teaserFooter .footer {
		padding: 1rem 1rem 2rem;
	}
	#teaserFooter .footer .logo {
		margin: 2rem 0;
		text-align: center;
	}
	#teaserFooter .footer .cooperation {
		font-size: .75rem;
		text-align: center;
	}
	#teaserFooter .footer .copyright {
		font-size: .625rem;
		line-height: 1.5;
		padding-bottom: 10px;
		text-align: center;
	}
	#teaserFooter .footer .copyright .txt {
		font-size: .5rem;
		padding-top: .5rem;
	}
	
	/* メインコンテンツ */
	#main .pc {
		display: none;
	}
	
}

@media (max-width: 374px){
	
	html {
		font-size: 4.266666vw;
	}
	
}



