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

.about_contents_box {
  background-image: url(../img/back_design.png);
  background-position: top center;
  padding: 70px 0 170px;
}
.about_contents_wrapper{
  background-color: rgba(255,255,255,0.7);
  text-align: center;
  padding: 50px 0 100px;
  box-shadow: 3px 3px 0px 3px #777777;
}
.about_contents{
  margin-bottom: 130px;
  padding: 0 30px;
}
.about_contents_last{
  margin-bottom: 90px;
}
.about_contents h2{
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 6px;
  margin-bottom: 45px;
  line-height: 1.2;
}
.about_contents_last h2{
  font-weight: 500;
}
.about_contents p{
  line-height: 2em;
}
.about_illust{
  width: 134px;
  margin: 0 auto;
}
.about_illust img{
  margin-bottom: 20px;
}
.about_illust p{
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.5;
}

/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 760px) {
.about_contents_box {
  padding: 50px 0 70px;
}
.about_contents h2 {
  font-size: min(2.3rem,4.9vw);
  margin-bottom: 4%;
}
.about_contents {
  margin-bottom: 80px;
  padding: 0 7%;
}
.about_contents_last {
  margin-bottom: 50px;
}
.about_contents_wrapper {
  padding: 50px 0 70px;
  box-shadow: 2px 2px 0px 2px #777777;
}
.about_contents p {
  font-size: min(1.8rem,3.7vw);
}
}
