<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("base.css"); /* common stylesheet */

/* layout
--------- --------- --------- --------- --------- */

#wrapper {
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 6px solid #e9e9e9;
}

		
/* #header
--------- --------- --------- --------- --------- */

.top_social {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
}

.top_social:hover {
	opacity: 0.8;
}

.top_social img {
	width: 100%;
}

	
/* #main
--------- --------- --------- --------- --------- */
	
.message {
	font-size: 1.3em;
	margin: 20px 0 0 0;
}

.sub_title01 {
	margin: 0 0 20px 0;
}

	
	/* responsive
--------- --------- --------- --------- --------- */
	
@media (min-width: 960px) {
		
.box {
	width: 960px;
	margin: auto;
}

h1 {
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
	font-size: 1em;
	text-align: right;
	}

#top_logo {
	display: block;
	width: 100px;
	height: 91px;
	margin: 0 0 19px 10px;
	float: left;
}

#top_logo img {
	width: 100%;
}

#header_right {
	float: right;
	width: 405px;
	display: block;
}

.top_social {
	margin: 44px 0 0 5px;
}

#top_tel_pc {
	float: right;
	display: block;
	margin: 27px 10px 0 15px;
}

#sp_header {
	display: none;
}

#pc_menu {
	width: 100%;
	background: url(../img/common/pc_menu_bg.png) repeat-x;
	clear: both;
	border-top: #dddcd7 solid 1px;
	border-bottom: #c0c0c0 solid 1px;
	height: 56px;
}

.pc_menu_ul li {
	display: block;
	float: left;
	background: url(../img/common/pc_menubutton_bg.png) repeat-x;
	height: 49px;
	width: 159px;
	border-bottom: 4px solid #014280;
	border-right: 1px solid #e3e3e3;

}

.pc_menu_ul li a {
	display: block;
	height: 100%;
	width: 100%;
}

.pc_menu_ul li:last-child {
	border-right: 0;
}

li.pc_menu_li_on {
	border-bottom: 4px solid #1d5ee1;
	background: url(../img/common/pc_menubutton_bg_on.png) repeat-x;
}

.pc_menu_ul li:hover {
	border-bottom: 4px solid #1d5ee1;
	background: url(../img/common/pc_menubutton_bg_on.png) repeat-x;
}

li.pc_menu_li_on a.pc_menu_01 {
	background: url(../img/common/pc_menu_01a.png) no-repeat;
	background-position: center center;
}

.pc_menu_01 {
	background: url(../img/common/pc_menu_01b.png) no-repeat;
	background-position: center center;
}

.pc_menu_01:hover {
	background: url(../img/common/pc_menu_01a.png) no-repeat;
	background-position: center center;
}

li.pc_menu_li_on a.pc_menu_02 {
	background: url(../img/common/pc_menu_02a.png) no-repeat;
	background-position: center center;
}

.pc_menu_02 {
	background: url(../img/common/pc_menu_02b.png) no-repeat;
	background-position: center center;
}

.pc_menu_02:hover {
	background: url(../img/common/pc_menu_02a.png) no-repeat;
	background-position: center center;
}

li.pc_menu_li_on a.pc_menu_03 {
	background: url(../img/common/pc_menu_03a.png) no-repeat;
	background-position: center center;
}

.pc_menu_03 {
	background: url(../img/common/pc_menu_03b.png) no-repeat;
	background-position: center center;
}

.pc_menu_03:hover {
	background: url(../img/common/pc_menu_03a.png) no-repeat;
	background-position: center center;
}

li.pc_menu_li_on a.pc_menu_04 {
	background: url(../img/common/pc_menu_04a.png) no-repeat;
	background-position: center center;
}

.pc_menu_04 {
	background: url(../img/common/pc_menu_04b.png) no-repeat;
	background-position: center center;
}

.pc_menu_04:hover {
	background: url(../img/common/pc_menu_04a.png) no-repeat;
	background-position: center center;
}

li.pc_menu_li_on a.pc_menu_05 {
	background: url(../img/common/pc_menu_05a.png) no-repeat;
	background-position: center center;
}

.pc_menu_05 {
	background: url(../img/common/pc_menu_05b.png) no-repeat;
	background-position: center center;
}

.pc_menu_05:hover {
	background: url(../img/common/pc_menu_05a.png) no-repeat;
	background-position: center center;
}

li.pc_menu_li_on a.pc_menu_06 {
	background: url(../img/common/pc_menu_06a.png) no-repeat;
	background-position: center center;
}

.pc_menu_06 {
	background: url(../img/common/pc_menu_06b.png) no-repeat;
	background-position: center center;
}

.pc_menu_06:hover {
	background: url(../img/common/pc_menu_06a.png) no-repeat;
	background-position: center center;
}

#sp_menu_pop, .sp_menu_ul {
	display: none;
}

#top_banner {
	height: 469px;
	background: url(../img/top/top_banner_bg.png);
	border-bottom: 18px solid #fff;
}

#top_banner .box {
	width: 960px;
	margin: auto;
	height: 100%;
	position: relative;

}

#top_banner_illu {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 464px;
	height: 452px;
	margin: 0 0 -18px 0;
}

#top_banner_text {
	position: absolute;
	left: 0;
	top: 0;
	width: 452px;
	height: 224px;
	margin: 40px 0 0 10px;
}

#top_banner_banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 451px;
	height: 148px;
	margin: 290px 0 0 10px;
}

#top_banner_bar {
	background-color: #014280;
	height: 23px;
}

#main {
	margin: 20px 0 0 0;
	overflow: hidden;
	clear: both;
}

	/* sidebar
--------- --------- --------- --------- --------- */

#sidebar {
	width: 191px;
	float: right;
	margin: 0 20px 0 0;
	text-align: right;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	height: 23px;
}

#sidebar a {
	margin: 0 0 10px 0;
	display: block;
	height: 79px;
}

#sidebar a:hover {
	opacity: 0.9;
}


	/* content
--------- --------- --------- --------- --------- */

#content {
	float: left;
	width: 700px;
	margin: 0 0 0 11px;
}

.title01 {
	margin: 0 0 20px 0;
}

.title02 {
	margin: 20px 0 20px 0;
}

.banner02_sp {
	display: none;
}

	/* footer
--------- --------- --------- --------- --------- */

footer {
	height: 150px;
	border-bottom: 12px solid #014280;
	width: 100%;
	background: url(../img/top/top_banner_bg.png);
	margin-top: 100px;
}

#footer_logo {
	float: right;
	display: block;
	width: 107px;
	height: 91px;
	margin: 10px 20px 0 0;
}

#footer_menu {
	float: right;
	display: block;
	margin: 15px 5px 0 0;
	
}

#footer_menu li {
	display: inline-block;
	color: #014280;
	font-size: 1.3em;
	font-weight: bold;
}

#footer_menu li a {
	color: #014280;
	text-decoration: none;
	padding: 0 5px;
	font-weight: bold;
}

#footer_menu li a:hover {
	color: #1d5ee1;
}

#copyright {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	float: left;
	width: 400px;
	margin: 75px 0 0 12px;
}

	/* sub
--------- --------- --------- --------- --------- */

#sub_banner {
	height: 120px;
	background: url(../img/top/top_banner_bg.png);
	border-bottom: 15px solid #014280;
	position: relative;
}

#sub_banner_mesh {
	background: url(../img/common/sub_banner_illu.png) no-repeat;
	width: 212px;
	height: 107px;
	float: left;
	margin: 13px 0 0 15px;
	position: relative;
	z-index: 2;
}

.sub_title {
	float: right;
	margin: 60px 25px 0 0;
}

#sub_banner_dots {
	width: 100%;
	height: 3px;
	background: url(../img/common/sub_dots.png) repeat-x;
	background-size: auto 3px;
	margin: 112px 0 0 0;
	position: absolute;
	z-index: 1;
}

}

@media (max-width: 959px) {
		
.box {
	width: 100%;
}

h1 {
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
	font-size: 0.8em;
	text-align: right;
	}

#top_logo {
	display: block;
	width: 60px;
	height: 50px;
	margin: 0 0 10px 10px;
	float: left;
}

#top_logo img {
	width: 100%;
}

#header_right {
	float: right;
	width: 100px;
	margin: 14px 0 0 0;
	display: block;
	overflow: hidden;

}

#top_tel_pc {
	display: none;
}

.top_social {
	margin: 0 0 0 5px;
}

#sp_header {
	clear: both;
	width: 100%;
	background-color: #e9e9e9;
	margin: 10px 0 0 0;
	overflow: hidden;
	height: 33px;
}

#top_tel_sp {
	width: 150px;
	float: right;
	padding: 7px 7px 10px 7px;
}

#top_tel_sp img {
	width: 100%;
}

#sp_menu {
	display: block;
	float: left;
	cursor: pointer;
	margin: 6px 0 0 15px;
}

#sp_menu span {
	display: block;
	width: 30px;
	height: 4px;
	background-color: #b11e27;
	margin: 0 0 4px 0;
}

#sp_menu_pop {
	display: none;
}

.sp_menu_ul {
	border-top: 1px dotted #fff;
}


.sp_menu_ul li {
	display: block;
	background-color: #e9e9e9;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.sp_menu_ul li a {
	text-decoration: none;
	font-size: 1.2em;
	padding: 10px 14px 10px 14px;
	font-weight: bold;
	color: #b11e27;
	display: block;
}

#top_banner {
	background: url(../img/top/top_banner_bg.png);
	border-top: 5px #fff solid;
	border-bottom: 18px solid #fff;
}

#top_banner_illu {
	margin: 15px auto -18px;
	text-align: center;
	padding: 0 10px;
}

#top_banner_text {
	margin: 15px auto 0;
	text-align: center;
	padding: 0 10px;
}

#top_banner_text img {
	max-width: 100%;
}

#top_banner_illu img {
	max-width: 100%;
}

#top_banner_banner {
	display: none;
}

#top_banner_bar {
	background-color: #014280;
	height: 23px;
}

#main {
	margin: 20px 0 0 0;
	overflow: hidden;
	clear: both;
}

	/* sidebar
--------- --------- --------- --------- --------- */

#sidebar {
	display: none;
}

	/* content
--------- --------- --------- --------- --------- */

#content {
	padding: 0 15px;
	max-width: 700px;
	margin: 0 auto 0;
}

#content img {
	max-width: 100%;
}

.title01 {
	width: 140px;
	margin: 0 0 20px 0;
}

.title01 img {
	width: 100%;
}

.title02 {
	width: 140px;
	margin: 20px 0 20px 0;
}

.title02 img {
	width: 100%;
}

.sub_title01 {
	width: 140px;
}

.sub_title01 img {
	width: 100%;
}

.banner02_pc {
	display: none;
}

/* footer
--------- --------- --------- --------- --------- */

footer {
	height: 150px;
	border-bottom: 12px solid #014280;
	width: 100%;
	background: url(../img/top/top_banner_bg.png);
	margin-top: 50px;
	position: relative;
}

#footer_logo {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 50px;
	height: 43px;
	margin: 10px 20px 15px 0;
}

#footer_logo img {
	width: 100%;
}


#footer_menu {
	float: right;
	display: block;
	margin: 15px 10px 0 10px;
	text-align: center;
	
}

#footer_menu li {
	display: inline-block;
	color: #014280;
	font-size: 1em;
}

#footer_menu li a {
	color: #014280;
	text-decoration: none;
	padding: 0 5px;
}

#footer_menu li a:hover {
	color: #1d5ee1;
}

#copyright {
	font-size: 1em;
	display: block;
	position: absolute;
	width: 180px;
	bottom: 0;
	left: 0;
	margin: 0 0 15px 15px;
}

	/* sub
--------- --------- --------- --------- --------- */

#sub_banner {
	height: 100px;
	background: url(../img/top/top_banner_bg.png);
	border-bottom: 15px solid #014280;
	position: relative;
	border-top: 5px solid #fff;
}

#sub_banner_mesh {
	background: url(../img/common/sub_banner_illu.png) no-repeat;
	background-size: cover;
	width: 130px;
	height: 66px;
	float: left;
	margin: 34px 0 0 10px;
	position: absolute;
	z-index: 2;
}

.sub_title {
	right: 0;
	position: absolute;
	margin: 60px 15px 0 0;
	z-index: 3;
	width: 100px;
	height: 24px;
}

.sub_title img {
	width: 100%;
}

#sub_banner_dots {
	width: 100%;
	height: 3px;
	background: url(../img/common/sub_dots.png) repeat-x;
	background-size: auto 3px;
	margin: 92px 0 0 0;
	position: absolute;
	z-index: 1;
}


}</pre></body></html>