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

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本

******************************************************************************* */


.r3Header .r3Header_nav {
	left: auto !important;
	right: -10px !important;
}
.r3Nav .r3Nav_img img {
	max-width: 100%;
	height: auto;
  }
.r3Header .r3Header_second-fix{ display: none; }





.JMain {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 0 20px;
}
.jHeading01 {
	margin: 30px 0 0;
}
.jHeading01_tit {
	line-height: 1.75;
	margin: 0 0 25px;
	font-size: 217%;
	font-weight: bold;
	text-align: center;
}
.jHeading01_txt {
	line-height: 1.75;
	margin: 0 0 20px;
	font-size: 134%;
	font-weight: 400;
}
.jHeading01_txt:last-child {
	margin-bottom: 0;
}
.jBtn01 {
	display: block;
	max-width: 300px;
	line-height: 59px;
	margin: 40px auto 0;
	padding: 0 10px 1px;
	border-radius: 5px;
	background-color: #339993;
	border-right: 2px solid #1d7670;
	border-bottom: 2px solid #1d7670;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: opacity .4s;
}
.d_hover .jBtn01:hover {
	opacity: .6;
}
.jImgs01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 948px;
	margin: 50px auto 0;
}
.jImgs01 li {
	width: -webkit-calc(25% - 1px);
	width: calc(25% - 1px);
}
.jContact01 {
	max-width: 600px;
	margin: 50px auto 0;
	padding: 20px 25px;
	border: 2px dotted #1d7670;
	background-color: #D2E5EB;
	box-sizing: border-box;
}
.jContact01_tit {
	line-height: 1.75;
	margin: 0 0 8px;
	font-size: 150%;
	font-weight: bold;
}
.jContact01_txt {
	line-height: 1.75;
	font-size: 125%;
	font-weight: 400;
}</pre></body></html>