@charset "UTF-8";
/* CSS Document */

.lum-lightbox {
	z-index: 10000;
}
.sp_view {
	display: none;
}
.pc_br {
    display: block;
}


html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	font-family: 'Noto Sans JP', sans-serif;
	color:#000;
	padding-top: 81px;
}
body.fixed {
	position: fixed;
}

a {
	text-decoration:none;
	color:#000;
	transition-duration: 0.3s;
}
a:hover {
	opacity: 0.7;
}
a.zbtn:hover {
	opacity: 1;
	transform: scale(1.05);
}

.container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.fblk {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#title {
	background-color: #c1eaf7;
	padding: 38px 0;
}
#panlist {
	background-color: #ebffff;
	font-size: 16px;
	line-height: 44px;
	color: #3e3a39;
}
#panlist a {
	text-decoration: none;
	color: #3e3a39;
}
#contents {
	padding: 20px 0 75px;
}
#contents .container {
	transform-origin: center top;
}
#plink {
	border: 2px solid #2ea3dc;
	background-color: #f3fffe;
	border-radius: 10px;
	padding: 20px 43px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#plink > a,#plink > span {
	text-decoration: none;
	font-size: 19px;
	line-height: 1.8;
	color: #182987;
	margin-right: 100px;
}
#plink > a i,#plink > span i {
	color: #2ea3dc;
	margin-right: 6px;
}
#plink > span a {
	text-decoration: none;
	font-size: 19px;
	line-height: 1.8;
	color: #182987;
}

#plink .space {
	width: 100%;
}

header {
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: #FFF;
	padding: 0 54px 0 46px;
	border-bottom: 1px solid #e2e2e2;
}
.header_title {
	width: 450px;
	height: 40px;
	padding: 20px 0;
	align-items: center;
	transform-origin: left center;
}
.header_title img {
	width: 100%;
	height: auto;
}
.header_spmbtn {
	display: none;
}
.header_menu {
	width: 1038px;
	padding: 28px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	transform-origin: right center;
}
.header_menu li {
	display: inline-block;
}
.header_menu li.home {
	display: none;
}
.header_menu li > a,.header_menu li > b {
	position: relative;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 23px;
	background-repeat: no-repeat;
	background-position: 10px 0;
}
.header_menu li:hover > a::after,.header_menu li:hover > b::after {
	content: '';
	display: block;
	height: 5px;
	border-radius: 5px;
	background-color: #00b6ed;
	font-size: 0;
	margin-top: 6px;
}
.header_menu li:nth-child(1) > b {
	background-image: url(../img/header_m1.png);
	width: 124px;
}
.header_menu li:nth-child(2) > b {
	background-image: url(../img/header_m2.png);
	width: 182px;
}
.header_menu li:nth-child(3) > a {
	background-image: url(../img/header_m3.png);
	width: 134px;
}
.header_menu li:nth-child(4) > b {
	background-image: url(../img/header_m7.png);
	width: 128px;
}
.header_menu li:nth-child(5) > a {
	background-image: url(../img/header_m4.png);
	width: 128px;
}
.header_menu li:nth-child(6) > a {
	background-image: url(../img/header_m5.png);
	width: 170px;
}
.header_menu li:nth-child(7) > a {
	background-image: url(../img/header_m6.png);
	width: 97px;
}
.header_menu li > b + div {
	display: none;
	position: absolute;
}
.header_menu li > b + div div.mf {
	font-size: 0;
	padding: 30px 0 0 40px;
}
.header_menu li > b + div div.mn {
	background-color: #182987;
	border-radius: 13px;
	padding: 30px;
}
.header_menu li > b + div div.mn > div:first-child {
	padding-bottom: 20px;
	border-bottom: 1px solid #FFF;
}
.header_menu li > b + div div.mn > div:last-child a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	line-height: 1;
	margin-top: 24px;
}
.header_menu li > b + div div.mn > div:last-child a i {
	margin-right: 16px;
}
.header_menu li:hover > b:not(.sp) + div {
	display: block;
}

footer {
	background-color: #e2e8f0;
	padding: 40px 0 0;
}
footer .container {
	max-width: 954px;
	padding-bottom: 33px;
	overflow: visible;
}
#footer_title {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.6px;
	color: #3e3a39;
}
#footer_title img {
	width: 537px;
	height: auto;
	margin: 20px 0 10px;
}
footer .container > .fblk > div:first-child {
	width: calc(100% - 298px);
}
footer .container > .fblk > div:first-child p {
	font-size: 18px;
	line-height: 2;
	color: #3e3a39;
	padding-bottom: 24px;
}
footer .container > .fblk > div:first-child .fblk {
	justify-content: flex-start;
	align-items: flex-start;
}
footer .container > .fblk > div:first-child .fblk div {
	border-left: 1px solid #898989;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	font-size: 15px;
	line-height: 2.4;
}
footer .container > .fblk > div:first-child .fblk div a {
	text-decoration: none;
	color: #3e3a39;
}
footer .container > .fblk > div:first-child .fblk div:first-child {
	width: 326px;
}
footer .container > .fblk > div:last-child {
	width: 298px;
}
footer .container > .fblk > div:last-child a {
	display: block;
	text-decoration: none;
	font-size: 0;
	margin-bottom: 14px;
}
#footer_copy {
	background-color: #182987;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 74px;
}

.wbase {
	background-color: #FFF;
	border: 1px solid #adaeae;
	border-radius: 10px;
	margin: 30px 0 0;
	padding: 40px 80px 70px 70px;
}

@media screen and (max-width: 1750px) {
	header .header_menu {
		width: 1038px;
		transform: scale(1);
	}
}
@media screen and (max-width: 1600px) {
	header .header_title {
		transform: scale(1);
	}
}
@media screen and (max-width: 1480px) {
	header {
		padding: 0 10px 0 30px;
	}
	.header_title {
		transform: scale(1.1);
	}
	header .header_menu {
		width: 963px;
		transform: scale(0.9);
	}
}
@media screen and (max-width: 1358px) {
	header .header_title {
		transform: scale(1);
	}
	header .header_title {
		position: relative;
	}
	header .header_title img {
		position: absolute;
		width: 445px;
	}
}
@media screen and (max-width: 1260px) {
	header .header_menu {
		transform: scale(0.75);
	}
	#title > .container,#panlist > .container,#contents > .container {
		margin: 0 30px;
	}
	.wbase {
		padding: 30px;
	}
}
@media screen and (max-width: 1110px) {
	header .header_menu {
		transform: scale(0.7);
	}
}
@media screen and (max-width: 1080px) {
	header .header_title img {
		width: calc(100vw - 635px);
	}
}
@media screen and (max-width: 999px) {
	#title > .container,#panlist > .container,#contents > .container {
		margin: 0;
	}
	.pc_view {
		display: none;
	}
	.sp_view {
		display: inherit;
	}
	.pc_br {
		display: inline;
	}
	.sp_br {
		display: block !important;
	}
	.sp_hide {
		display: none;
	}
	.container {
		width: auto;
		margin: 0 auto;
	}
	.fblk {
		flex-direction: column;
	}

	body {
		padding-top: 40px;
	}
	
	header.fblk {
		display: block;
		padding: 0;
	}
	.header_title {
		width: 225px;
		height: 20px;
		padding: 10px 0 10px 15px;
		float: left;
		margin: 0;
	}
	header .header_title img {
		width: 100%;
		height: auto;
	}
	.header_spmbtn {
		width: 50px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #182987;
		float: right;
	}
	header .header_menu {
		transform: scale(1);
	}
	header .header_menu {
		transform: scale(1);
		width: 100%;
		height: calc(100vh - 40px);
		overflow: scroll;
		box-sizing: border-box;
		padding: 30px 20px;
		background-color: #182987;
		color: #FFF;
		display: none;
		position: absolute;
		top: 40px;
	}
	header .header_menu li {
		display: block;
		position: relative;
		border-bottom: 1px solid #FFF;
	}
	header .header_menu li:first-child {
		border-top: 1px solid #FFF;
	}
	header .header_menu li.home {
		display: block;
		text-align: center;
		border-bottom: none;
	}
	header .header_menu li > a,header .header_menu li > b {
		display: block;
		width: auto;
		background-image: none;
		text-indent: 0;
		color: #FFF;
		font-weight: normal;
		font-size: 14px;
		padding: 12px 0 12px 17px;
	}
	header .header_menu li.home > a {
		padding: 30px 0 0;
	}
	header .header_menu li > a i {
		margin-right: 4px;
	}
	header .header_menu li.home > a i {
		margin-right: 10px;
	}
	header .header_menu li:nth-child(1) > b,header .header_menu li:nth-child(2) > b,header .header_menu li:nth-child(3) > a,header .header_menu li:nth-child(4) > a,header .header_menu li:nth-child(5) > a,header .header_menu li:nth-child(6) > a,header .header_menu li:nth-child(7) > a {
		width: auto;
	}
	header .header_menu li:hover > a::after,header .header_menu li:hover > b::after {
		display: none;
	}
	header .header_menu li > b {
		background-image: url(../img/spm_plus.png) !important;
		background-size: 17px;
		background-repeat: no-repeat;
		background-position: right 17px center;
	}
	header .header_menu li > b.slt {
		background-image: url(../img/spm_minus.png) !important;
	}
	header .header_menu li > b + div {
		position: relative;
	}
	header .header_menu li > b + div div.mf {
		display: none;
	}
	header .header_menu li > b + div div.mn {
		background-color: #076eb2;
		border-radius: 0;
		padding: 0;
	}
	header .header_menu li > b + div div.mn > div:first-child {
		display: none;
	}
	header .header_menu li > b + div div.mn > div:last-child a {
		font-size: 14px;
		margin-top: 0;
	}
	header .header_menu li > b + div div.mn > div:last-child a i {
		display: none;
	}
	header .header_menu li > b + div div.mn > div:last-child a {
		border-top: 1px solid #FFF;
		padding: 12px 0 12px 17px;
	}
	header .header_menu li > b + div div.mn > div:last-child a::before {
		content: '－ ';
	}

	#title {
		padding: 19px 0 19px 23px;
	}
	#title .container {
		transform: scale(1);
	}
	#title img {
		width: auto;
		height: 19px;
	}
	#panlist {
		font-size: 11px;
		line-height: 20px;
		padding-left: 30px;
	}
	#panlist .container {
		transform: scale(1);
	}

	#contents {
		padding: 15px 20px 80px;
		margin: 0;
	}
	#contents .container {
		transform: scale(1);
	}
	#plink {
		padding: 10px 15px;
		flex-direction: column;
	}
	#plink > a,#plink > span,#plink > span a {
		font-size: 12px;
		line-height: 24px;
		margin: 0;
	}
	.wbase {
		border: none;
		border-radius: 0;
		padding: 0;
	}

	footer {
		padding: 22px 0 0;
	}
	footer .container {
		max-width: 290px;
	}
	#footer_title {
		font-size: 10px;
		letter-spacing: 0;
	}
	#footer_title img {
		width: 100%;
		margin: 8px 0;
	}
	footer .container > .fblk {
		align-items: center;
	}
	footer .container > .fblk > div:first-child .fblk div {
		padding-left: 5px;
		padding-right: 0;
	}
	footer .container > .fblk > div:first-child {
		width: 100%;
	}
	footer .container > .fblk > div:first-child p {
		font-size: 9px;
		padding-bottom: 14px;
	}
	footer .container > .fblk > div:first-child .fblk {
		flex-direction: row;
	}
	footer .container > .fblk > div:first-child .fblk div {
		font-size: 8px;
	}
	footer .container > .fblk > div:first-child .fblk div:first-child {
		width: auto;
		white-space: nowrap;
		padding-right: 10px;
	}
	footer .container > .fblk > div:last-child {
		width: auto;
		white-space: nowrap;
	}
	footer .container > .fblk > div:last-child a {
		margin-bottom: 0;
		margin-top: 15px;
	}
	footer .container > .fblk > div:last-child a img {
		width: 100%;
		height: auto;
	}
	#footer_copy {
		font-size: 9px;
		line-height: 37px;
	}
}