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

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{
	height:100%;
	background: #fff;
}

html{
	font-size:62.5%;
	overflow-y: scroll;
}

body{
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align: left;
	color:#333333;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, input, textarea, select{
	font-size: 1.6rem;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box; }

input, textarea, select{
	vertical-align:middle;
	font-family: "メイリオ", Meiryo, "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	background-color: #fff;
}
button{
	background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
}
input,select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
select::-ms-expand{
	display: none;
}
textarea{
	resize: none;
}
button,input[type="submit"],input[type="button"],select{
	cursor:pointer;
}
input[type="radio"]:checked{
	appearance: none;
}

img{
	width: 100%;
	height: auto;
	vertical-align: top;
}

a{
	text-decoration: none;
	color: #333;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

a:visited:not([href^="tel:"]) {
	color: #005fb0;
	text-decoration: underline;
}

a:link:not([href^="tel:"]) {
	color: #005fb0;
	text-decoration: underline;
}
.mail{
	color: #f00 !important;
	text-decoration: none !important;
}

.wrap{
		width: 92%;
	margin: 0 auto;
}




/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
header .logo{
	width: 26%;
	padding: 2.5vw 0;
}

.fixed_btn{
	position: fixed;
	z-index: 999;
	bottom: 0;
	right: 0;
	max-width: 193px;
	width: 26%;
	min-width: 90px;
}




/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#footer h2 {
	position: relative;
}

#footer h2:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: block;
	content: '';
	width: 13px;
	height: 8px;
	background: url(../sp/img/toggle_off.png) no-repeat 0 0;
	background-size: contain;
}

#footer h2.active:after {
	background: url(../sp/img/toggle_on.png) no-repeat 0 0;
	background-size: contain;
}

#footer .footer_cont {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 3.125%;
}

#footer dt{
	margin: 4vw 0 2vw;
	font-size: 4vw;
	color: #0f6339;
}

#footer dt.line_ttl{
	padding: 2px 0 2px 7px;
	border-left: 3px solid #0f6339;
}

#footer dt .min{
	font-size: 3.5vw;
}

#footer dd {
	font-size: 3.5vw;
	line-height: 1.6;
	margin-bottom: 10px;
}

#footer dd:last-child {
	margin-bottom: 20px;
}

#footer dd p, #footer li {
	font-size: 3.5vw;
	line-height: 1.6;
}

#footer .footer_cont li {
	padding-left: 1em;
	text-indent: -1em;
}
#footer .footer_cont li + li{
	margin-top: 2px;
}

#footer .footer_cont .list li {
	position: relative;
	padding: 0 0 0 3vw;
	text-indent: 0;
}
#footer .footer_cont .list li:before{
	position: absolute;
	top: 1.6vw;
	left: 0;
	display: block;
	width: 1.5vw;
	height: 1.5vw;
	content: '';
	border-radius: 50%;
	-webkit-radius: 50%;
	-moz-radius: 50%;
	background: #000;
}

#footer .footer_cont table {
	width: 100%;
	border: 2px solid #e6e6e6;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#footer .footer_cont th,
#footer .footer_cont td{
	width: 50%;
	padding: 10px 2%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	text-align: left;
	font-size: 3.5vw;
	line-height: 1.3;
}

#footer .footer_cont .table2 th,
#footer .footer_cont .table2 td{
	width: 25%;
}

#footer .footer_cont th {
	background: #fff7e5;
	color: #222222;
}

#footer .red {
	color: #f00;
}

#footer .strong {
	font-weight: bold;
}

#footer .note{
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.footer_btn {
	width: 76%;
	margin: 0 auto 10px;
}

.footer_link {
	padding: 0 3.125%;
}

.footer_link&gt;ul {
	width: 47%;
}

.footer_link&gt;div {
	width: 52%;
}

#footer .footer_link li {
	display: inline;
	font-size: 2.7vw;
}
#footer .footer_link li a{
	font-size: 2.7vw;
}

footer .repeat{
	margin-top: 20px;
	margin-bottom: 20px;
}
footer .repeat p{
	font-size: 2.7vw;
	line-height: 1.6;
}
footer .repeat .btn{
	width: 95%;
	margin: 20px auto 0;
}
footer .repeat .btn + p{
	margin: 5px auto 20px;
}
footer .repeat .btn + p .ib{
	text-align: left;
}


#footer p{
	position: relative;
}
#footer .tel_link{
	position: absolute;
	top: 37%;
	left: 10%;
	display: block;
	width: 60%;
	height: 6.5vw;
}





/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.center{
	text-align: center;
}

.ib{
	display: inline-block;
}


/* box */
.flex{
	display: flex;
	justify-content: space-between;
}

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.gray { color: #999; }



/* ------------------------------
    clearfix
------------------------------ */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
</pre></body></html>