@charset "utf-8";

#wrap .linkguide{
 margin-top: 10px;
}
#wrap section .subtitle{
  background:none;
  border-bottom-style: solid;
	border-bottom-width: 1px;
  width:98%;
  margin: auto;
}
#wrap section .subtitle span{
}
#wrap section .inner{
  padding:10px 10px 20px;
  font-size:1.2rem;
  line-height: 1.5;
}
#wrap section .bn{
  /*padding:20px 50px 30px;*/
}

#wrap section .inner ul li{
   display:inline-block;
   margin: 1% 0.5%;
 }
#wrap section .inner ul li img{
   width:inherit;
 }
#wrap section .inner textarea {
     width: 98%;
     padding:1%;
     margin:8px auto 30px;
     background: #EFEFEF;
     border:1px solid #DDD;
     color: #000;
     line-height: 1.8;
     font-size:1.2rem;
     display: block;
 }


@media screen and (max-width: 768px) {


  #wrap section .inner{
    font-size:1rem;
  }
  #wrap section .inner{
    padding:10px 10px 20px;
  }
}


@media screen and (max-width: 480px) {

  #wrap section .inner ul li img{
     max-width:320px;
     max-height:100px;
   }


}
@media screen and (max-device-width: 480px) {
#wrap section .inner textarea {
     height:80px;
     font-size:1.6rem;
 }
}
