@charset "UTF-8";
/* CSS Document */
#about {
 margin-top: 100px;
}
#about .inner p.text {
 margin-top: 30px;
 font-size: 13px;
 font-weight: 400;
 text-align: center;
}
#study {
 margin: 100px 0 0 0;
 font-family: futura-pt, sans-serif;
 font-weight: 400;
 font-style: normal;
 color: #808080;
}
#study .inner {
 max-width: 800px;
 maegin: 0 auto;
}
#study figure {
 text-align: center;
 margin-bottom: 50px;
}
#study figure img {
 max-width: 900px;
}
#study .box {
 text-align: center;
 margin: 50px 0;
}
#study .box img {
 width: 30%;
}
/*FEATURE用*/
#study .box_img {
 text-align: center;
 margin: 50px 0;
}
#study .box_img img {
 width: 70%;
}
/*ーーーーーー*/
#study .border {
 border-bottom: 1px solid #f0f0f0;
 margin: 100px 0;
}
#study h2 {
 font-size: 15px;
 text-align: left;
 font-weight: 400;
 letter-spacing: 3px;
 margin: 0;
}
#study h3 {
 font-size: 20px;
 text-align: left;
 letter-spacing: 3px;
 margin: 0;
}
#study p {
 line-height: 28px;
}
#study span {
 font-weight: 600;
 line-height: 50px;
}
#study .btn {
 padding: 20px;
 border: 1px solid #808080;
 margin: 50px auto;
 width: 300px;
 text-align: center;
 letter-spacing: 4px;
 font-weight: 500;
}
#study a {
 color: #808080;
}
#study .btn:hover {
 background: #333;
 color: #fff;
}
#study a:hover {
 opacity: 1;
}
#study h1 {
 font-weight: 600;
}
.jump {
 display: block;
 padding-top: 140px;
 margin-top: -140px;
}
/*-----------=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================------------- */
@media screen and (max-width: 1050px) {}
@media screen and (max-width: 700px) {
 /*FEATURE用*/
#study .box_img {
 text-align: center;
 margin: 30px 0;
}
#study .box_img img {
 width: 100%;
}
 #about .inner p.text {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
 }
 #study {
  margin: 50px 0 0 0;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #808080;
 }
 #study .inner {
  width: 90%;
 }
 #study p {
  line-height: 24px;
 }
 #study p span {
  line-height: 40px;
 }
 #study .btn {
  padding: 15px 20px;
  width: 250px;
 }
 #study h3 {
  font-size: 18px;
 }
 #study .border {
  margin: 50px 0;
 }
 .jump {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
 }
}