@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

dd {
    display: block;
    margin-inline-start: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
    margin: 0;
    padding: 0;
}

html { line-height: 0;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a,
a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #175D36;
}

a:hover,
a:active {
    color: #175D36;
}

a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

li,ul {
	list-style: none;
}


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

clearfix

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

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}
/* End hide from IE-mac */



/***********   COMMON settng ***********/
html {font-size: 14px;}
body {
    font-family:'Noto Sans','Noto Sans JP', '游ゴシック体', 'YuGothic', 'Yu Gothic medium', 'Hiragino Sans', 'Meiryo', sans-serif;
    line-height: 1.7;
	text-align: center;
    background: #fff;
    -webkit-text-size-adjust: 100%;
	color: #175D36;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}

a img:hover,
input[type=image]:hover {
	opacity: .5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.left { float: left;}
.right { float: right;}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}
main {
	margin: 90px 0 0 0;
}

section {
	margin: 0 auto 100px;
}

.container_S {
	max-width: 850px;
	width: 85%;
	margin: auto;
}
.container_M {
	max-width: 900px;
	width: 85%;
	margin: auto;
}
.container_L {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}



/***********   ANNIMATION settng ***********/


/* 上下フェードイン設定 */

.fadein {
    opacity : 0;
    transform : translate(0, 70px);
    transition : all 300ms;
    }
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }



/***********   TEXT SETTING ***********/

.txt_XL {font-size: 5.0rem; line-height: 1.4}
.txt_L {font-size: 3.5rem; line-height: 1.4}
.txt_M {font-size: 1.4rem;}
.txt_S {font-size: 0.8rem;}
.txt_center { text-align: center; letter-spacing: 0;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}
.rubik { font-family: 'Rubik',  sans-serif; }
.white {color:#fff;}
.ttl_box {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
strong { font-weight:700; }

h2 {
	font-size: 2.2rem;
	font-weight: 700;
}

h3 {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.5;
}


/***********   OBJECT SETTING ***********/

.txt_box p {
	margin-bottom: 10px;
}
.bg_green {
	background-color:#8caf53;
}

.green_line_box {
	width: 100%;
	border: 3px solid #175D36;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 25px 40px;
	text-align: left;
	line-height: 2.0;
}
.green_line_box span {
	font-size: 1.3rem;
}
.green_box {
	width: 100%;
	background:rgba(23,93,54,0.1);
	padding: 25px 0;
	text-align: left;
	line-height: 2.0;
	border-radius: 10px;
}

.col3_box {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.col3_box li {
	width: 30%;
	padding: 0 1.5%;
	margin: 30px 0 0;
}
.col6_box {
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.col6_box li {
	width: 15.6%;
	margin: 30px 0.5% 0;
	padding: 10px 0;
	background: #EFEFEF;
	border-radius: 5px;
}

/***********   HEADER ***********/

header {
	position: fixed;
	width: 100%;
	padding: 25px 0;
	background:#fff;
	z-index: 9990;
}
header h1 {
	width: 300px;
	float: left;
}
header ul {
	float: right;
	display: flex;
}
header ul li {
	margin: 0 15px;
	font-weight: 700;
}

/***********   KV SETTING ***********/

.kv {
	position: relative;
	width: 100%;
	height: 100vh;
	margin-bottom: 50px;
	background: url("../images/kv_bg_pc.jpg") no-repeat center;
	background-size: cover;
}
.kv img {
	position: absolute;
	width: 22%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.kv p {
	position:absolute;
	left: 0;
	right: 0;
	bottom:80px;
	margin: auto;
	font-size: 0.8rem;
}
.kv p::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -105px;
	width: 2px;
	height: 95px;
	margin: auto;
	background-color: #175D36;
	/*線の動き2秒かけて動く。永遠にループ*/
	animation: sdl 2.0s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}


/***********   NEWS  ***********/

.news_box dl {
	width: 100%;
	margin: 30px 0 0 0;
	display: flex;
  	flex-wrap: wrap;
	color: #000000;
	text-align: left;
}
.news_box dl dt {
	width: 15%;
	padding:1.5% 3% 1.5% 0;
	color:#999999;
	font-weight: 700;
	border-bottom: solid 1px #DEDEDE;
	font-family: 'Rubik',  sans-serif;
}
.news_box dl dd {
	width: 82%;
	padding:1.5% 0 1.5% 0;
	border-bottom: solid 1px #DEDEDE;
}
.news_box .txt-show dl{
	border-top: solid 1px #DEDEDE;
}
.news_box .txt-hide dl{
	margin: 0;
}
.news_box dl a {
	text-decoration:underline;
}

.txt-hide{
	display: none;
}

button.more {
	width: 120px;
	margin: 30px auto;
	padding: 7px 0;
	background:#fff;
	border: 1px solid #175D36;
	color: #175D36;
	border-radius: 100px;
	font-weight: 700;
	transition: .5s;
	-erbkit-transition: .5s;
}
button.more:hover {
	width: 120px;
	margin: 30px auto;
	padding: 7px 0;
	background:#175D36;
	border: 1px solid #175D36;
	color: #fff;
	border-radius: 100px;
	font-weight: 700;
	transition: .5s;
	-erbkit-transition: .5s;
}

button.more::after {
	content: "もっと見る";
}
button.more.on-click::after{
	content: "閉じる";
}


/***********   PROGRAM  ***********/
#program {
	padding-top:70px;
}

/***********   SYSTEM  ***********/

.system_box .txt_M {
	line-height: 2.0;
}
.system_box p a {
	text-decoration: underline;
}
.illust_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 70px auto 40px;
	line-height: 1.5;
}
.illust_box ul li:nth-child(odd) {
	width: 18%;
}
.illust_box ul li:nth-child(even) {
	width: 6%;
	margin: 0 8.5%;
}
.illust_box p {
	font-size: 1.4rem;
	margin: 15px 0 0 0;
}
.illust_box p span {
	font-size: 1.1rem;
	text-decoration: underline;
}


/***********   DONATION  ***********/

#money .img_anime {
	width:800px;
	margin: 0 auto -198px;
}
#money .ttl_box {
	padding: 220px 0 0;
	color: #fff;
}
#money h3 {
	font-size:3.2rem;
}
#money .ttl_box p {
	opacity: 0.6;
}
ul {
	display:flex;
	justify-content: center;
}
#money .money ul li {
	width: 10%;
	background:url("../images/bg_money.png") no-repeat center;
	background-size: 100%;
	font-size:6.2rem;
	line-height: 1;
	padding: 1.5% 0 2.5%;
	color: #000;
	text-align: center;
}
#money .money ul li.sign1 {
	width: 10%;
	background:none;
	font-size:6rem;
	padding: 3% 0 0 0;
}
#money .money ul li.sign2 {
	width: 3.5%;
	background:none;
	font-size:4rem;
	padding: 5% 0 0 0;
}
#money .green_box{
	margin: 40px 0;
}
#money .green_box ul {
	display:flex;
	justify-content: center;
	align-items: center;
}
#money .green_box ul li {
	width: 40%;
	padding: 0 5%;
}
#money .green_box ul li:first-child {
	width: 30%;
	margin: 0 0 0 auto;
	border-right: 1px solid #fff;
}
#money .green_box ul li p {
	opacity: 0.6;
}


/***********   EVENT  ***********/

#event {
	position: relative;
	z-index: 9;
	padding: 100px 0;
}
#event h2 {
	position: relative;
	font-size:9rem;
	line-height: 1;
	z-index: 9;	
}
#event p  {
	position: relative;
	z-index: 9;	
} 
#event::before {
	position: absolute;
	content: "";
	background: #9EB66F;
	border-radius: 10px;
	width: 80%;
	height: 450px;
	left: 0;
	right: 0;
	top: 170px;
	margin: auto;
	z-index: 1;	
}
#event .col3_box li {
	width: 31.33%;
	position: relative;
	border-radius:10px;
	background: #fff;
	padding: 0;
	margin:30px 1%; 
	letter-spacing: 0.05em;
	z-index: 9;	
}
#event .col3_box li .label {
	width: 100px;
	position: absolute;
	margin: auto;
	top: -15px;
	left: 0;
	right: 0;
	padding: 15px 0;
	background: url("../images/bg_label.png") no-repeat bottom center;
	background-size: 100%;
}
#event .col3_box li img {
	margin: 0 0 20px 0; 
}
#event .col3_box li h5 {
	width: 90%;
	border-bottom: 1px dashed #175D36;
	padding:0 0 5px;
	margin:0 auto 5px;
	text-align: left;
}
#event .col3_box li p {
	width: 90%;
	margin:0 auto;
	text-align: left;
	padding: 0 0 20px;
}
#event .col3_box li .btn_area {
	background: #175D36;
	color: #fff;
	border-radius: 0 0 10px 10px;
	padding: 5px 0;
}
#event .col3_box li a {
	display:block;
	cursor: pointer;
}
#event .col3_box li a img:hover {
	opacity: 1.0;
}


/* TAB */

#event .tab-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 10;
}
#event .tab-wrap .tab_bg1 {
	position: absolute;
	top: 30px;
	left: 30%;
	width: 20%;
}
#event .tab-wrap .tab_bg2 {
	position: absolute;
	top: 30px;
	left: 31%;
	width: 20%;
}
#event .tab-wrap .tab-label {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	cursor: pointer;
	font-weight: bold;
	order: -1;
	margin: 0 -20px 30px;
	padding: 7px 2%;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	-webkit-tap-highlight-color: transparent;
	border-radius: 100px;
}

#event .tab-switch + .tab-label {
	color: #175D36;
	background:#fff;
	z-index: 9;
}
#event .tab-switch:checked + .tab-label {
	color: #fff;
	background:#175D36;
	z-index: 10;
}
#event .tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

#event .tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

#event .tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

#event .tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

#event .tab-switch {
	display: none;
}


/***********   SUPPORT  ***********/
#support {
	padding-top:70px;
}

/***********   DONATION  ***********/

#donation {
	padding-top:70px;
}
#donation .col3_box li img {
	border-radius:10px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
	margin-bottom:10px;
}
#donation .col3_box li h5 {
	border-bottom: 1px dashed #175D36;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


/***********   SNS  ***********/

.sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sns img {
	width: 50px;
	margin: 0 15px;
}
.logo1 {
	width: 200px;
	margin: 50px auto;
}
.logo2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logo2 img {
	width: 95px;
	margin: 0 15px;
}
.logo2 img.logo_large {
	width: 210px;
	margin: 0 15px;
}

footer {
	margin:-80px 0 0 0;
}
footer p {
	width: 100%;
	color: #fff;
	background: #8CAF53;
	padding: 25px 0;
	font-size: 1.0rem;
}


@media screen and (max-width: 767px) {
    
.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	
	
/***********   COMMON settng ***********/
main {
	margin: 10% 0 0 0;
}

section {
	margin: 0 auto 20%;
}
	
/***********   TEXT SETTING ***********/

.txt_XL {font-size: 2.5rem; line-height: 1.5;}
.txt_L {font-size: 1.6rem；}
.txt_M {font-size: 1.2rem;}
.txt_S {font-size: 0.8rem;}
.ttl_box {
	width: 100%;
	text-align: center;
	margin-bottom: 5%;
}
strong { font-size:bold; }

h2 {
	font-size: 2.0rem;
	font-weight: 700;
}

h3 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
}

/***********   BTN SETTING ***********/
.btn_green {
	width: 50%;
	margin: 8% auto;
	background:#fff;
	border: 1px solid #175D36;
	border-radius: 100px;
	font-weight: 700;
}
.btn_green a {
	width: 100%;
	padding: 3% 0;
	display: block;
}
	
	
/***********   OBJECT SETTING ***********/

.green_line_box {
	width: 100%;
	border: 3px solid #175D36;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 5% 7%;
	text-align: left;
	line-height: 1.8;
}
.green_line_box span {
	font-size: 1.1rem;
}
.green_box {
	padding: 5% 0;
	text-align: left;
	line-height:1.5;
	border-radius: 10px;
}
	

.col3_box {
	display: inherit;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.col3_box li {
	width: 90%;
	padding: 0 0.5%;
}
	
	
/***********   HEADER ***********/

header {
	position: fixed;
	width: 100%;
	height: 25px;
	padding: 20px 0;
	background:#fff;
	z-index: 9990;
}
header h1 {
	position: fixed;
	width: 50%;
	float: left;
	z-index: 9999;
}
header ul {
	float: none;
	display: inherit;
	margin: 25% 0;
}
header ul li {
	width: 100%;
	margin: 0;
	font-weight: 700;
}
header ul li a {
	width: 100%;
	padding: 5% 0;
	display: block;
}
	
/***********   MENU SETTING ***********/
/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
position: fixed;
top: 0;
right: 0;
width: 70px;
height: 67px;
cursor: pointer;
z-index: 9999;
border: none;
-webkit-transition: all 3s ease-in-out;
transition: all .3s ease-in-out;
}
.menu-btn-line {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 3px;
width: 35%;
background: #175D36;
border-radius: 3px;
-webkit-transition: all 3s ease-in-out;
transition: all .3s ease-in-out;
}
.menu-btn-line::before,
.menu-btn-line::after {
content: "";
height: 3px;
width: 100%;
background: #175D36;
border-radius: 3px;
position: absolute;
left: 0;
-webkit-transition: inherit;
transition: inherit;
}
.menu-btn-line::before{
top: -10px;
}
.menu-btn-line::after{
top: 10px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity: 1;
z-index: 9998;
}
.open .menu-btn {
border-color: #175D36;
}
.open .menu-btn-line{
background-color: transparent;
}
.open .menu-btn-line::before,
.open .menu-btn-line::after {
top: 0;
background: #175D36;
}
.open .menu-btn-line::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.open .menu-btn-line::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/*開いたメニュー*/
.menu {
	position: fixed;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color:#000;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 9998;
}
.menu a {
	color:#175D36;
}
.menu .menu_box {
	padding: 3% 0 0 0;
}
.menu .menu_box p {
	font-size: 1.5rem;
	margin: 15% 0;
	line-height: 1.3;
	letter-spacing: 3.0px;
}
	

/***********   KV SETTING ***********/

.kv{
	position: relative;
	width: 100%;
	height: 100vh;
	background: url("../images/kv_bg_sp.jpg") no-repeat center;
	background-size: cover;
}
.kv img {
	position: absolute;
	width: 40%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/***********   NEWS  ***********/

.news_box dl {
	width: 100%;
	margin: 30px 0 0 0;
	display: flex;
  	flex-wrap: wrap;
	color: #000000;
	text-align: left;
}
.news_box dl dt {
	width: 100%;
	padding:5% 0 1% 0;
	color:#999999;
	font-weight: 700;
	border-bottom: none;
	font-family: 'Rubik',  sans-serif;
}
.news_box dl dd {
	width: 100%;
	padding:0 0 5% 0;
	border-bottom: solid 1px #DEDEDE;
}
button.more {
	width: 120px;
	margin: 30px auto;
	padding: 7px 0;
	background:#fff;
	border: 1px solid #175D36;
	color: #175D36;
	border-radius: 100px;
	font-weight: 700;
	transition: .5s;
	-erbkit-transition: .5s;
}
button.more:hover {
	width: 120px;
	margin: 30px auto;
	padding: 7px 0;
	background:#fff;
	border: 1px solid #175D36;
	color: #175D36;
	border-radius: 100px;
	font-weight: 700;
	transition: .5s;
	-erbkit-transition: .5s;
}
button.more.on-click {
	width: 120px;
	margin: 30px auto;
	padding: 7px 0;
	background:#175D36;
	border: 1px solid #175D36;
	color: #fff;
	border-radius: 100px;
	font-weight: 700;
	transition: .5s;
	-erbkit-transition: .5s;
}
button.more.on-click:hover {
	width: 120px;
	margin: 30px auto;
	padding: 7px 0;
	background:#175D36;
	border: 1px solid #175D36;
	color: #fff;
	border-radius: 100px;
	font-weight: 700;
	transition: .5s;
	-erbkit-transition: .5s;
}

button.more::after {
	content: "もっと見る";
}
button.more.on-click::after{
	content: "閉じる";
}
	
	
/***********   DONATION  ***********/

#money .img_anime {
	width:100%;
	margin: 0 auto -20%;
}
#money .ttl_box {
	padding: 25% 0 0;
	color: #fff;
}
#money h3 {
	font-size:2.0rem;
}
#money .ttl_box p {
	opacity: 0.6;
}
ul {
	display:flex;
	justify-content: center;
}
#money .money ul li {
	width: 14%;
	background:url("../images/bg_money.png") no-repeat center;
	background-size: 100%;
	font-size:3.0rem;
	line-height: 1;
	padding: 3.5% 0 4.5%;
	color: #000;
	text-align: center;
}
#money .money ul li.sign1 {
	width: 10%;
	background:none;
	font-size:3rem;
	padding: 4.5% 0 0 0;
}
#money .money ul li.sign2 {
	width: 2%;
	background:none;
	font-size:3rem;
	padding: 5% 0 0 0;
}
#money .green_box{
	margin: 40px 0;
}
#money .green_box ul {
	display:inherit;
	justify-content: center;
	align-items: center;
}
#money .green_box ul li {
	width: 100%;
	padding: 5% 0 0;
	text-align: center;
}
#money .green_box ul li:first-child {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 5%;
	border-right: none;
	border-bottom: 1px solid #fff;
}
#money .green_box ul li p {
	opacity: 0.6;
	margin: 2% 0;
}
	

/***********   EVENT  ***********/

#event.container_M {
	width:100%;
}
#event {
	position: relative;
	z-index: 9;
	padding: 20% 0;
}
#event h2 {
	position: relative;
	font-size:5rem;
	line-height: 1;
	z-index: 9;	
}
#event::before {
	position: absolute;
	content: "";
	background: #9EB66F;
	border-radius: 10px;
	width: 80%;
	height: 400px;
	left: 0;
	right: 0;
	top: 16%;
	margin: auto;
	z-index: 1;	
}
#event .col3_box {
	position: relative;
	z-index: 9;	
}
#event .col3_box li {
	width: 31.33%;
	position: relative;
	border-radius:10px;
	background: #fff;
	padding: 0;
	margin:30px 0.5%; 
	letter-spacing: 0.05em;
	z-index: 9;	
}
#event .col3_box li .label {
	width: 100px;
	position: absolute;
	margin: auto;
	top: -15px;
	left: 0;
	right: 0;
	padding: 15px 0;
	background: url("../images/bg_label.png") no-repeat bottom center;
	background-size: 100%;
}
#event .col3_box li img {
	margin: 0 0 20px 0; 
}
#event .col3_box li h5 {
	width: 90%;
	border-bottom: 1px dashed #175D36;
	padding:0 0 5px;
	margin:0 auto 5px;
	text-align: left;
}
#event .col3_box li p {
	width: 90%;
	margin:0 auto;
	text-align: left;
	padding: 0 0 20px;
}
#event .col3_box li .btn_area {
	background: #175D36;
	color: #fff;
	border-radius: 0 0 10px 10px;
	padding: 5px 0;
}
#event .col3_box li a {
	display:block;
}
#event .col3_box li a img:hover {
	opacity: 1.0;
}
	
	
/* TAB */

#event .tab-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 10;
}
#event .tab-wrap .tab_bg1 {
	position: absolute;
	top: 30px;
	left: 23%;
	width: 30%;
}
#event .tab-wrap .tab_bg2 {
	position: absolute;
	top: 30px;
	left: 25%;
	width: 30%;
}
#event .tab-wrap .tab-label {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	cursor: pointer;
	font-weight: bold;
	order: -1;
	margin: 0 -20px 30px;
	padding: 1% 3%;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	-webkit-tap-highlight-color: transparent;
	border-radius: 100px;
}

#event .tab-switch + .tab-label {
	color: #175D36;
	background:#fff;
	z-index: 9;
}
#event .tab-switch:checked + .tab-label {
	color: #fff;
	background:#175D36;
	z-index: 10;
}
#event .tab-content {
	height:0;
	opacity:0;
	padding: 0;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

#event .tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

#event .tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

#event .tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

#event .tab-switch {
	display: none;
}

	

/***********   SUPPORT  ***********/

#support .container_M {
	width:100%;
}
		
#support .col6_box li {
	margin:30px 0.2%; 
	letter-spacing: 0.05em;
	z-index: 9;	
}
	
/***********   DONATION  ***********/

#donation .container_M {
	width:100%;
}

	
/***********   SYSTEM  ***********/

.system_box .txt_M {
	line-height: 1.8;
	text-align: left;
}
.system_box p a {
	text-decoration: underline;
}
.illust_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10% auto 5%;
	line-height: 1.5;
}
.illust_box ul li:nth-child(odd) {
	width: 24%;
}
.illust_box ul li:nth-child(even) {
	width: 8%;
	margin: 0 3%;
}
.illust_box p {
	font-size: 0.9rem;
	margin: 15px 0 0 0;
}
.illust_box p span {
	font-size: 0.8rem;
	text-decoration: underline;
}

	
/***********   SNS  ***********/

#sns {
	padding-top:10%;
}
.sns img {
	width: 35px;
	margin: 0 15px;
}
.logo1 {
	width: 70%;
	margin: 15% auto;
}
.logo2 {
	display: inherit;
	flex-wrap:nowrap;
}
.logo2 img {
	float: left;
	width: 28%;
	margin: 8% 8% 0 0 ;
}
.logo2 img.logo_last {
	float: left;
	width: 28%;
	margin: 8% 0 0 0 ;
}
.logo2 img.logo_large {
	width: 70%;
	margin: 0;
	float: none;
}

footer {
	margin:10% 0 0 0;
}
footer p {
	width: 100%;
	color: #fff;
	background: #8CAF53;
	padding: 5% 0;
	font-size: 0.6rem;
}	

	
}


