<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* ----- clearfix ----- */
/* clearfix */
.clearfix { display: inline-table; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a:link,
a:visited,
a:active {
	color: #666;
}
a:hover {
	color: #F60;
}

.rollover {
	transition: opacity 0.2s ease;
}
.rollover:hover {
	opacity: 0.9;
}

body {
	margin: 0px;
	color: #555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 1040px) {
	body {
		padding-top: 75px;
	}
}

img {
	border: none;
	max-width: 100%;
}

.page_header {
	padding-top: 50px;
	border-top: 5px solid #19BBDC;
}
h1 {
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
ul.global_menu {
	list-style-type: none;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.global_menu li {
	float: left;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
.gnavi_btn {
	display: none;
}
ul.global_menu_sp {
	display: none;
}
@media (max-width: 1040px) {
	.page_header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 55px;
		padding-top: 15px;
		background-color: #fff;
	}
	h1 img {
		width: auto;
		height: 40px;
	}
	ul.global_menu {
		display: none;
	}
	/* gnavi_btn(sp only) */
	.gnavi_btn {
		position: absolute;
		right: 10px;
		top: 15px;
		display: block;
	  align-items: center;
	  transition: all 0.4s ease;
	  margin: 0 0 0 auto;
	  padding: 10px;
	}
	.gnavi_btn.open {
	  background: rgba(0, 0, 0, 0);
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all 0.4s ease;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 28px;
	  height: 20px;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  background-color: #19BBDC;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.gnavi_btn.open .menu-trigger span:nth-of-type(1) {
	  -webkit-transform: translateY(9px) rotate(-45deg);
	  transform: translateY(9px) rotate(-45deg);
	}
	.gnavi_btn.open .menu-trigger span:nth-of-type(2) {
	  opacity: 0;
	}
	.gnavi_btn.open .menu-trigger span:nth-of-type(3) {
	  -webkit-transform: translateY(-9px) rotate(45deg);
	  transform: translateY(-9px) rotate(45deg);
	}
	ul.global_menu_sp {
		position: absolute;
		top: 75px;
		left: 100%;
		display: block;
		width: 100%;
		padding: 10px 0;
		background-color: #fff;
		transition: all 0.3s ease;
		list-style-type: none;
	}
	ul.global_menu_sp.active {
		left: 0;
	}
	ul.global_menu_sp li {
		border-bottom: 1px solid #c8ebf6;
		text-align: center;
	}
	ul.global_menu_sp li:first-child {
		border-top: 1px solid #c8ebf6;
	}
	ul.global_menu_sp li a {
		display: block;
		padding: 8px 0;
		color: #19BBDC;
		font-weight: bold;
		text-decoration: none;
	}
}

#line {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
}

p#pankuzu {
	font-size: 11px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.dot_line {
	margin-bottom: 20px;
	clear: both;
	height: 1px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.subtitle {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #19BBDD;
	padding-bottom: 5px;
	margin-bottom: 20px;
	clear: both;
}

#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1040px) {
	#contents {
		width: 94%;
		padding: 0 3%;
	}
}

#pagetop {
	text-align: right;
	width: 960px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
@media (max-width: 1040px) {
	#pagetop {
		width: auto;
		padding: 30px 3% 0;
	}
}

#footer {
	background-color: #1BBADE;
	clear: both;
	margin: 0px;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}

#footer ul{
	list-style-type: none;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer li{
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9;
}
@media (max-width: 700px) {
	#footer ul {
		padding: 0 3%;
	}
	#footer li {
		margin-bottom: 10px;
	}
}

#copy {
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
@media (max-width: 1040px) {
	#copy {
		width: auto;
		padding: 0 3%;
	}
}

#sidemenu {
	float: right;
	width: 262px;
	border: 1px solid #999;
	margin-top: 30px;
	font-size: 12px;
}
#sidemenu_title {
	background-color: #999;
	padding: 8px;
}
#sidemenu ul {
	list-style-image:url(../img/what/sidemenu_icon.png)
}
#sidemenu li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.text_right {
	text-align: right;
}
@media (max-width: 840px) {
	#sidemenu {
		float: none;
		width: 100%;
		/*margin-top: 30px;*/
	}
	#sidemenu ul {
		display: flex;
		flex-wrap: wrap;
	}
	#sidemenu li {
		width: 48%;
		padding-right: 2%;
	}
}



ul.banners {
	float: right;
	list-style-type: none;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.banners li {
	margin: 0px;
	padding: 0px;
}

.banners li {
	padding-bottom:5px !important;
}

@media (max-width: 840px) {
	ul.banners {
		float: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.banners li {
		width: 19%;
	}
	ul.banners li img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 640px) {
	ul.banners li {
		width: 49%;
	}
}</pre></body></html>