#block_02 {width:100%; background-color:#f0f0f0; overflow:hidden; padding:50px 0; background:url("../img/bg.jpg")no-repeat center center;}
#block_02 div.wd_11 {width:1120px; box-sizing:border-box; margin:0 auto; clear:both; }
#block_02 .tit {padding:0 0 10px 0}
#block_02 .tel {padding:25px 0 0 0; clear:both;}
#block_02 section {float:left; width:25%;     box-sizing:border-box; }
#block_02 section a{font-size:17px; border:1px solid #dfdfdf; background-color:#fff; background-repeat:no-repeat; background-position: center top;
  display:block;  height:auto; padding:190px 0 0 0px; margin:3% 3%; background-repeat:no-repeat;  transition: all 0.3s;  box-sizing:border-box; }
#block_02 section a p {display:block; vertical-align: middle; padding:20px 25px; overflow:hidden;  box-sizing:border-box;
background-image:url("../img/arrow.jpg"); background-repeat:no-repeat; background-position: 85% 85%; background-color:#fff; height: 160px; }
#block_02 section a p strong {font-weight: 500; font-size:20px;  }
#block_02 section span.txt01{display:block; padding-top:15px; font-size:13px; color:#888; }
#block_02 section a:hover {box-shadow:0px 7px 20px rgba(0,0,0,0.2);  -moz-transition: ease-out 0.4s 0.1s;  -o-transition: ease-out 0.4s 0.1s;  -webkit-transition: ease-out 0.4s;
  -webkit-transition-delay: 0.1s;  transition: ease-out 0.4s 0.1s; transition: all 0.3s; }
#block_02 section.Box_01 a{background-image:url("../img/img1.jpg"); }
#block_02 section.Box_02 a{background-image:url("../img/img2.jpg"); }
#block_02 section.Box_03 a{background-image:url("../img/img3.jpg"); }
#block_02 section.Box_04 a{background-image:url("../img/img4.jpg"); }

/*button effect*/
.link-effect-12 a { position: relative;  overflow: hidden;  
}
.link-effect-12 a p::before {
  height:3px; width: 100%;  background-color: #1428a0;   content: "";  position: absolute;  left: 0;  top: 0;
  -moz-transform: translateX(-100%);  -ms-transform: translateX(-100%);  -webkit-transform: translateX(-100%);  transform: translateX(-100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 a p::after {
  height:3px; width: 100%;  background: #1428a0;  content: "";  position: absolute;  right: 0;  bottom: 0;  
   -moz-transform: translateX(100%);  -ms-transform: translateX(100%);  -webkit-transform: translateX(100%);  transform: translateX(100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 a::before {  
  width:3px;  height: 100%;  background: #1428a0;  content: "";  position: absolute;  left: 0;  top: 0;
  -moz-transform: translateY(100%);  -ms-transform: translateY(100%);  -webkit-transform: translateY(100%);  transform: translateY(100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 a::after {
  width:3px;  height: 100%;  background: #1428a0;  content: "";  position: absolute;  right: 0px;  bottom: 0;  
    -moz-transform: translateY(-100%);  -ms-transform: translateY(-100%);  -webkit-transform: translateY(-100%);  transform: translateY(-100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 a:hover::before, .link-effect-12 a:hover::after {
  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0);  transform: translateX(0);
}
.link-effect-12 a:hover p::before, .link-effect-12 a:hover p::after {
  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0);  transform: translateX(0);
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#block_02 { background-size:cover; }
#block_02 .tit img, #block_02 .tel img {max-width: 100%; width:100%}	
#block_02 {padding:30px 0; }	
#block_02 div.wd_11 {width:100%; }
#block_02 section {float:left; width:50%;}
#block_02 section a {background-size:contain;}
#block_02 section a p {background-color:#fff;}
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
#block_02 section {float:left; width:100%;  }
#block_02 .tel img  {max-width:90%; width:90%; }
}
@media (max-width: 320px) {
}


