<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 62.5%;/*繝吶�繧ｹ繧�10px縺ｫ縺励※縺�∪縺�*/
}

* { 
    margin: 0px; 
    padding: 0px; 
}

body{
	background-color: #f7f7e0;
	line-height: 250%;
	
}

.contentsbox{
	width: 94%;
	margin: 0 auto;
}
.lead{
	color: #fff;
	background-color: #519219;
	text-align: center;
	padding: 2px 0;
	margin: 0;
	font-size: 1.4rem;
}

h1{
	display: none;
}

.h1_m{
		display: block;
	margin: 20px auto;
	text-align: center;
	}

.h1_m img{
	width: 90%;
	max-width: 500px;
}

.text01{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 50px;
	margin-top: 20px;
	line-height: 190%;
}

.contents{
	margin: 0 auto 0px auto;
	width: 100%;
	max-width: 1000px;
	padding-bottom: 20px;
}

.box01{
	background: rgba(255,255,255,0.6);
	width: 90%;
	padding: 35px 5%;
	border-radius: 10px;
	margin-bottom: 40px;
	box-shadow:0px 0px 15px -1px #e5e5e5;
	
}

.box01:after{
    content: "";
    clear: both;
    display: block;
}

h2{
	font-size: 1.8rem;
	font-weight: normal;
	color: #5d3c1d;
	margin: 0 0 15px 0;
	font-weight: bold;
	padding: 3px 0 0px 35px;
	background-image: url(../images/leaf03.png);
	background-repeat: no-repeat;
}
.box01 p{
	font-size: 1.4rem;
}

.boxlist{
	display: block;
}

.faq_a{
	border-bottom: 1px dotted #909090;
	margin-bottom: 7px;
	padding-bottom: 3px;
}

.faq_a:after{
    content: "";
    clear: both;
    display: block;
}

.mt15{
	margin-top: 15px;
}

.qtxt{
	float: left;
	width: 6%;
	font-size: 2.8rem!important;
	color: #336a02;
	font-family: 'Passion One', cursive;
}

.txtfaq{
	float: left;
	width: 94%;
	font-size: 1.8rem!important;
	padding-top: 3px;
}
.txtfaq02{
	float: left;
	width: 94%;
	margin-bottom: 30px;
	padding-top: 3px;
}

.atxt{
	clear: both;
	float: left;
	width: 6%;
	font-size: 2.8rem!important;
	color: #f47a03;
	font-family: 'Passion One', cursive;
	margin-top: 3px;
}

.bnr{
	text-align: center;
	margin-bottom: 40px;
	margin-top: 10px;
	clear: both;
}

.bnr img{
	width: 100%;
	max-width: 400px;
}

.copy{
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.br-pc { display:none; }
  .br-sp { display:block; }

@media (min-width: 768px) {
body{
	background-color: #f7f7e0;
	background-image: url(../images/leaf01.png),url(../images/leaf02.png) ;
	background-repeat: repeat-y;
	background-position: right 0,left 200px;
}
.boxlist{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

h1{
	text-align: center;
	margin: 40px auto;
	display:block;
}
	
.h1_m{
		display: none;
	}
.qtxt{
	float: left;
	width: 3%;
	font-size: 2.8rem!important;
	color: #336a02;
	font-family: 'Passion One', cursive;
}

.txtfaq{
	float: left;
	width: 97%;
	font-size: 1.8rem!important;
	padding-top: 3px;
}
.txtfaq02{
	float: left;
	width: 97%;
	margin-bottom: 30px;
	padding-top: 3px;
}

.atxt{
	clear: both;
	float: left;
	width: 3%;
	font-size: 2.8rem!important;
	color: #f47a03;
	font-family: 'Passion One', cursive;
}
	
.br-pc { display:block; }
  .br-sp { display:none; }
}
	</pre></body></html>