@charset "UTF-8";
/* CSS Document */

#header li:nth-child(5) a {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
	color: #008842;
	display: inline-block;
	pointer-events: none;
}
#header li:nth-child(5) a:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

#mainimage{
padding-top:58px;
}
#mainimage .inner{
background-color:#1f932f;
padding-bottom:70px;
color:#fff;
}
#mainimage .images{
margin-left:10%;
background-image:url(img/mainimage.jpg);
background-repeat:no-repeat;
background-position:50%;
background-size:cover;
position:relative;
top:-58px;
}
#mainimage .images:before {
    content: "";
    display: block;
    padding-top: 33.8%;
}

#mainimage h1{
font-size:2rem;
text-align:left;
padding-left:6%;
margin-top:-50px;
}
#mainimage h1 span{
font-weight:900;
font-size:6rem;
line-height:1.2;
}

#readbox{
padding:130px 0;
}
#readbox h2{
width:45%;
text-align:right;
border-bottom:20px solid #313131;
font-size:1.8rem;
font-weight:normal;
padding-bottom:10px;
}
#readbox h2 span{
font-size:3.6rem;
font-weight:900;
line-height:1.2;
}

#readbox h3{
font-weight: normal;
text-align: center;
}

#readbox .left{
padding-top:68px;
}
#readbox .right{
padding-top:68px;
/* width:544px; */
}

#readbox a:hover img{
	opacity: 0.7;
}

#listbox{
background-color:#f6f6f6;
padding:113px 0 15px 0;
}
#listbox ul{
letter-spacing:-.4em;
}
#listbox li{
display:inline-block;
letter-spacing:normal;
vertical-align:top;
width:350px;
margin-right:75px;
padding-bottom:88px;
}
#listbox li:nth-child(3n){
margin-right:0;
}
#listbox h3{
font-size:2rem;
padding:25px 0 15px 0;
}


@media only screen and (max-width: 767px) {

#drawer li:nth-child(5) a {
	color: #fff;
	background-color: #008842;
		display: inline-block;
		pointer-events: none;
}
#mainimage{
padding-top:54px;
}
#mainimage .inner{
padding-bottom:20px;
}
#mainimage .images{
margin-left:0;
height:150px;
position:relative;
top:auto;
}
#mainimage .images:before {
    content: "";
    display: none;
    padding-top: 0;
}

#mainimage h1{
font-size:1.6rem;
padding-left:15px;
margin-top:20px;
}
#mainimage h1 span{
font-size:2.4rem;
line-height:1.2;
}

#readbox{
padding:60px 0;
}
#readbox h2{
width:100%;
text-align:left;
border-bottom:10px solid #313131;
font-size:1.6rem;
padding:0 0 6px 15px;
}
#readbox h2 span{
font-size:2rem;
line-height:1.2;
}
#readbox .left{
padding-top:20px;
text-align:center;
float:none;
}
#readbox .right{
padding-top:30px;
width:100%;
float:none;
}

#listbox{
padding:60px 0 15px 0;
}
#listbox ul{
}
#listbox li{
width:48%;
margin-right:0;
padding-bottom:40px;
}
#listbox li:nth-child(3n){
margin-right:0;
}
#listbox li:nth-child(2n){
margin-left:4%;
}
#listbox h3{
font-size:1.6rem;
padding:15px 0 10px 0;
}

}