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

#header li:nth-child(6) 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(6) 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;
position:relative;
}
#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 .leftbox{
position:absolute;
width:50%;
height:280px;
background-image:url(img/read_img.jpg);
background-position:50%;
background-repeat:no-repeat;
background-size:cover;
left:0;
bottom:70px;
}
#readbox .right{
padding:93px 0 100px 0;
width:554px;
}

#garaybox{
background-color:#f9f9f9;
padding-bottom:88px;
}
#garaybox h3{
text-align:center;
font-size:2.4rem;
font-weight:500;
padding:80px 0 40px 0;
}
#garaybox ul{}
#garaybox li{
width:546px;
}
#garaybox li:first-child{ float:left;}
#garaybox li:last-child{ float:right;}
#garaybox li p{
padding-bottom:47px;
}
#garaybox li .indent{
text-indent:-1em;
padding-left:1em;
margin-top:-30px;
}
#garaybox .right{
width:574px;
padding-top:14px;
}
#garaybox .right p{
padding:30px 0 0 14px;}


#contentbox{
padding-top:80px;
}

#contentbox .box{
position:relative;
margin-bottom:110px;
}
#contentbox h3{
position:absolute;
top:10px;
left:600px;
font-size:1.6rem;
}
#contentbox h3 span{
font-size:4.6rem;
font-weight:800;
color:#acacac;
line-height:1;
}
#contentbox .leftbox{
width:545px;
background-color:#001c58;
}
#contentbox .rightbox{
width:600px;
position:absolute;
bottom:0;
right:0;
}

#contentbox .box .btn{
margin-bottom:30px;
}
#contentbox .box .btn a{
display:block;
border:1px solid #e5e5e5;
background-image:url(img/box_arrow.png);
background-repeat:no-repeat;
background-position:100% 50%;
}
#contentbox .box .btn a p{
display:inline-block;
vertical-align:middle;
}
#contentbox .box .btn a p.txt{
padding-left:15px;
}
#contentbox .box .btn a:hover{
border:1px solid #000;
}

#box2 .under .right{
width:298px;
}#box4 .under .right{
width:427px;
}
#box8 .under .right{
width:384px;
}
#box9 .under .right{
width:275px;
}
.under .right h4{
font-size:1.8rem;
line-height:1.3;
padding:10px 0;
}
#box4 .under .right h4{
padding:25px 0 10px 0;
}

#contentbox #box7 .rightbox{
bottom:-30px;
}
#contentbox #box9 .rightbox{
}
#contentbox #box10 .rightbox{
bottom:16px;
}

#contentbox #box12.box{
margin-bottom:77px;
}
.box12_img{
padding-bottom:30px;
}


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

#drawer li:nth-child(6) 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;
display:block;
}
#readbox .right{
padding:30px 0 0 0;
width:100%;
float:none;
}

#readbox .leftbox{
position:relative;
width:100%;
height:180px;
left:auto;
bottom:auto;
margin-top:30px;
}

#garaybox{
padding-bottom:60px;
}
#garaybox h3{
font-size:2rem;
padding:60px 0 10px 0;
}
#garaybox ul{}
#garaybox li{
width:100%;
}
#garaybox li:first-child,#garaybox li:last-child{ float:none;}
#garaybox li p{
padding-bottom:30px;
}
#garaybox li .indent{
margin-top:-20px;
}
#garaybox .right{
width:100%;
padding-top:14px;
}
#garaybox .right p{
padding:30px 0 15px 0;}


#contentbox{
padding-top:60px;
}

#contentbox .box{
position:relative;
margin-bottom:90px;
}
#contentbox h3{
position:relative;
top:auto;
left:auto;
padding-bottom:20px;
}
#contentbox h3 span{
font-size:3.2rem;
line-height:1;
display:block;
}
#contentbox .leftbox{
width:100%;
margin-top:20px;
}
#contentbox .rightbox{
width:100%;
position:relative;
bottom:auto;
right:auto;
text-align:center;
}

#contentbox .box .btn{
margin-bottom:20px;
}
#contentbox .box .btn a{
    background: none;
	}
#contentbox .box .btn a p{
display:block;
}
#contentbox .box .btn a p.txt{
text-align:right;
padding:0 40px 0 0;
background-image:url(img/box_arrow.png);
background-repeat:no-repeat;
background-position:100% 50%;
}

#box2 .under .right,#box4 .under .right,#box8 .under .right,#box9 .under .right{
width:100%;
}
.under .right h4{
font-size:1.8rem;
line-height:1.3;
padding:10px 0;
}
#box4 .under .right h4{
padding:25px 0 10px 0;
text-align:left;
}
.under .right,.under .left{
float:none;
}
.under .right{
text-align:justify;
padding-bottom:10px;
}

#contentbox #box7 .rightbox,#contentbox #box9 .rightbox,#contentbox #box10 .rightbox{
bottom:auto;
}

#contentbox #box12.box{
margin-bottom:20px;
}
.box12_img{
padding-bottom:30px;
}
.box12_img img{
margin-bottom:20px;
}


}




#garaybox .right p.txt {
    background-image: url(img/box_arrow.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    text-align: right;
    padding: 30px 45px 0 0;
}

@media screen and (min-width: 769px){
.mo {display:none;}
}

@media screen and (max-width: 767px){
.pc {display:none;}
	
#garaybox .right p.txt {
    padding: 0 45px 0 0;
    margin: 0 0 20px;
}
}


