@charset "EUC-JP";
/* ****************************************************
style.css for クローバーナビ SP版
 ***************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/*general
=========================================*/
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #d5f8fc;
	font-size: 1rem;
	font-family: "メイリオ", sans-serif;
	color: #333333;
}

body > img{display:none !important;}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.btn {
	width: 85.9375%;
	margin: 1em auto 0;
}
.btn img.btnLead {
	position: relative;
	z-index: 10;
	display: block;
	width: 96.72727%;
	margin: 0 auto -1.1em;
}

/*header
=========================================*/
#hdLead {
	padding: 0.8rem 0;
	text-align: center;
	font-size: 1.1rem;
}
#hdLead + .btn {
	margin-top: 0;
}

/*caseExample
=========================================*/
#caseExample {
	box-sizing: border-box;
	width: 93.75%;
	margin: 1.2rem auto 0;
	padding: 0.5rem 0;
	background-color: #85c014;
}
#caseExample .wrapper {
	width: 96.66667%;
	margin: 0 auto;
	background-color: #ffffff;
}
#caseExample .wrapper + p {
	width: 38.33333%;
	margin: 0 auto;
}
#caseExample .wrapper > p:first-child + p {
	width: 96.55172%;
	margin: 0 auto;
	padding: 0.8rem 0;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	font-size: 1.1rem;
}
#caseExample ul {
	width: 96.55172%;
	margin: 0 auto;
}
#caseExample ul:after {
	content: '';
	display: table;
	clear: both;
}
#caseExample ul li {
	float: left;
}
#caseExample ul li:nth-child(3n+1) {
	clear: both;
	width: 33%;
}
#caseExample ul li:nth-child(3n+2) {
	width: 33%;
}
#caseExample ul li:nth-child(3n+3) {
	width: 33%;
}
#caseExample p + ul li:nth-child(10),
#caseExample ul.toggleList li:nth-child(7) {
	width: 33%;
}
#caseExample p + ul li:nth-child(11),
#caseExample ul.toggleList li:nth-child(8) {
	width: 33%;
}
#caseExample > p:last-child {
	width: 100%;
	margin: 0.5rem 0 0;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

h2.contentTrigger {
	position: relative;
}
h2.contentTrigger:after {
	display: block;
	position: absolute;
	top: 60%;
	right: 1em;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	content: " ";
	background: url(../images/index_ic001_off.png) no-repeat 0 0;
	background-size: 100% auto;
}
h2.contentTrigger.active:after {
	background-image: url(../images/index_ic001_on.png);
}

.contentsBody {
	width: 93.75%;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 1.4;
}
.contentsBody .btn {
	padding-bottom: 2rem;
}

/*contents01
=========================================*/
#contents01 {
	margin-top: 1.5em;
	background: url(../images/index_bg001.png);
	background-size: 100px 100px;
}
#contents01 h2.contentTrigger:after {
	top: 50%;
}
#contents01 .contentsBody p:nth-of-type(2) {
	width: 77.5%;
	margin: 1rem auto 0;
}
#contents01 #eventBox {
	padding: 0 0 0.5rem;
	background-color: #ffffff;
}
#contents01 .eventPhoto {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 1rem;
}
#contents01 .eventPhoto li {
	float: left;
	width: 48.14815%;
}
#contents01 .eventPhoto li + li {
	float: right;
}
#contents01 ol li {
	margin-top: 1rem;
}
#contents01 h4 + p {
	margin-top: 0.5rem;
	margin-left: 16.66667%;
	line-height: 1.6;
}
#contents01 #reserveContents {
	width: 96.66667%;
	margin: 1.3rem auto 0;
	padding: 0 0 0.5rem;
	background-color: #008837;
	color: #ffffff;
}
#contents01 #reserveContents p:nth-child(2) {
	margin: 0.5rem auto 0;
	width: 95.68966%;
}

/*contents02
=========================================*/
#contents02 .wrapper {
	overflow: hidden;
}
#contents02 .wrapper p:first-child {
	float: left;
	width: 46.33333%;
}
#contents02 .wrapper p:nth-child(2) {
	float: right;
	width: 50.33333%;
}
#contents02 .wrapper + h3 {
	margin-top: 1rem;
}
#contents02 .wrapper + h3 + .wrapper p:first-child {
	width: 50.33333%;
}
#contents02 .wrapper + h3 + .wrapper p:nth-child(2) {
	width: 46.33333%;
}
#contents02 .wrapper + p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#contents02 h4 {
	margin-top: 1rem;
	color: #008837;
	font-size: 1.3rem;
}
#contents02 h4 em {
	font-size: 130%;
}
#contents02 h4 + ul {
	overflow: hidden;
	padding: 1rem;
	background-color: #ffffff;
	border-radius: 4px;
}
#contents02 h4 + ul li {
	float: left;
	width: 41.96429%;
	white-space: nowrap;
}
#contents02 h4 + ul li:before {
	content: "●";
	color: #008837;
}
#contents02 h4 + ul li:nth-child(even) {
	width: 56.25%;
}
#contents02 h4 + dl {
	background-color: #ffffff;
	border-radius: 4px;
}
#contents02 h4 + dl dt {
	position: relative;
	padding: 1rem;
	border-top: 2px solid #d5f8fc;
	color: #008837;
}
#contents02 h4 + dl dt:first-of-type {
	border-top: 0;
}
#contents02 h4 + dl dt:before {
	content: "●";
	color: #008837;
}
#contents02 h4 + dl dd {
	position: relative;
	top: -0.5rem;
	margin-left: 1.2em;
	margin-bottom: -0.5rem;
	padding: 0 1rem 1rem;
	font-size: 1rem;
}
#contents02 h4 + dl.toggleList dt:not(:last-of-type):after {
	position: absolute;
	top: 1rem;
	right: 1em;
	width: 1.3rem;
	height: 1.3rem;
	background: url(../images/index_ic002_off.png) no-repeat 0 0;
	background-size: 100% 100%;
	content: " ";
}
#contents02 h4 + dl.toggleList dt.open:after {
	background-image: url(../images/index_ic002_on.png);
}

/*contents03
=========================================*/
#contents03 {
	background: url(../images/index_bg001.png);
	background-size: 100px 100px;
}
#contents03 .svBox {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 1rem 0;
}
#contents03 .svBox h3 {
	width: 92.33333%;
	margin: 0 auto;
}
#contents03 .svBox h3 + p {
	width: 92.33333%;
	margin: 1rem auto 0;
}
#contents03 .svBox .photo {
	margin-top: 1rem;
}
#contents03 .svBox + .svBox {
	margin-top: 1rem;
}
#contents03 .svBox#point04 {
	padding-bottom: 0;
}
#contents03 .svBox#point04 .photo {
	margin-top: 0.5rem;
}
#contents03 .svBox#point05 {
	padding-bottom: 0;
}
#contents03 .svBox#point05 .photo {
	margin-top: 0;
}

/*contents043
=========================================*/
#contents04 .voiceBox {
	padding: 1rem;
	padding-left: 27.5%;
	background-color: #ffffff;
	background-position: 0 1rem;
	background-repeat: no-repeat;
	background-size: 25.16667%;
	border-radius: 4px;
}
#contents04 .voiceBox + .voiceBox {
	margin-top: 1rem;
}
#contents04 .voiceBox strong {
	font-size: 1.4rem;
	color: #008837;
}
#contents04 .voiceBox .name {
	margin-top: 0.5rem;
	text-align: right;
	font-size: 1rem;
}
#contents04 #voice01 {
	background-image: url(../images/index_il003.png);
}
#contents04 #voice02 {
	background-image: url(../images/index_il004.png);
}
#contents04 #voice03 {
	background-image: url(../images/index_il005.png);
}
#contents04 #voice04 {
	background-image: url(../images/index_il006.png);
}
#contents04 #voice05 {
	background-image: url(../images/index_il007.png);
}

/*footer
=========================================*/
#footer {
	width: 100%;
	padding: 1rem 0;
	background-color: #008837;
	color: #ffffff;
	text-align: center;
}
