@charset "utf-8";
/* CSS Document */

@media screen and ( max-width: 1024px ){

}

@media screen and ( max-width: 767px ){

/*¹²Í¨
=============================*/
body {
	min-width: auto;
}	

html.active,
body.active {
  overflow: hidden;
/*
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;*/
}

main {
 margin-left: 0;
 width: 100%;
}
	
.pc_br {
	display: none;
}
.sp_br {
	display: block;
}
  .main-contents-wrap{
    display: block;
  }
/*header
=============================*/
header {
    position: relative;
    width: 100%;
	height: 72px;
}
	
.sp-logo {
    margin: 0 0 0 20px;
    padding: 10px 0 10px 0;
	text-align: left;
	height: 52px;
}

.sp-logo img{
    height: 100%;
}
	
/*¥¹¥Þ¥Û¥á¥Ë¥å©`£¨PC£©
=============================*/
.header-sp {
	display: flex;
	align-items: center;
}

.menu-pc {
	display: none;
}
	
/*¡¡¥Ï¥ó¥Ð©`¥¬©`¥á¥Ë¥å©`¥Ü¥¿¥ó¡¡*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 3;
  right : 20px;
  top   : 15px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  border: none;
  background: none;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #0d3d17;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ¥¹¥Þ¥Û¥á¥Ë¥å©`¤òé_¤¤¤Æ¤ë•r¤Î¥Ü¥¿¥ó */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#0d3d17;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#0d3d17;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* ¥á¥Ë¥å©`±³¾°¡¡*/
nav.globalMenuSp {
  position: fixed;
  z-index : 99;
  top  : 72px;
  left : 0;
  color: #fff;
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalMenuSp div.globalmenu-content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background: rgba(241,241,239,0.9);
  padding-bottom: 80px;
}

nav.globalMenuSp div p {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp div p:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp div p:hover{
  background:rgba(0,147,66,0.6);
}

nav.globalMenuSp div p a {
  display: block;
  color: #000;
  padding: 0.7em 0;
  text-decoration :none;
}

/* ¥¯¥ê¥Ã¥¯¤ÇjQuery¤Ç×·¼Ó?Ï÷³ý */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
  overflow: auto;
  height: 100%;
}

/*¥¢¥³©`¥Ç¥£¥ª¥ó
=============================*/
.acd-check:checked + .acd-label + .acd-content {
	padding-left: 0;
}
	
span.nolink {
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 0.7em 0;
	color: #000;
	}

span.nolink::after {
    content: "¨‹";
	padding-left: 5px;
	font-size: 70%;
	}

.acd-check:checked + .acd-label span.nolink::after {
    content: "¡ø";
	padding-left: 5px;
	font-size: 70%;
	}
.acd-check:checked + .acd-label {
	background: rgba(210,251,157,0.6);
	}
nav.globalMenuSp div.acd-content {
	background: rgba(235,255,210,0.6);
}

/*footer
=============================*/
.flex-box {
	flex-wrap: wrap;
}

address {
	margin: 30px 0;
	text-align: left;
}

.copyright {
	text-align: left;
}
	
.ft-container {
	width: 90%;
	padding: 28px 0 110px;
}
	
/*¡¸¼Ä¸½¤¹¤ë¡¹¥Ü¥¿¥ó
=============================*/
/*¡¸¼Ä¸½¤¹¤ë¡¹¥Ü¥¿¥ó
=============================*/
#to_donate {
  width: 100%;
  height: 80px;
  top: initial;
  z-index: 1;
	border-radius: 0;
}
#to_donate a {
  padding-top: 0;
  writing-mode:initial;
  justify-content: center;
  color: #fff;
  background: linear-gradient(#79AB28 0%, #20993B 100%);
  border-radius: 0;
  padding-left: 61px;
}
.btn_merin {
  top: initial;
  bottom: 10px;
  transform: translateY(0);
  left: 5%;
}
/*ÏÂŒÓ¥Ú©`¥¸
=============================*/
  .main-inner{
    padding: 0 5%;
  }
.main-contents {
    margin: 50px 5%;
  }
.main-bottom-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table-outer {
    overflow-x: scroll;
    margin-bottom: 30px;
  }
.table-outer::-webkit-scrollbar{height:10px;}
.table-outer::-webkit-scrollbar-track{background:#dddddd;}
.table-outer::-webkit-scrollbar-thumb{background:#a8a8a8;}
  .table-outer table{
    width:600px;
    margin-bottom: 10px;
  }
}