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

#guide section {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
}
.guide_contents_box {
  background-image: url(../img/back_design.png);
  background-position: top center;
  padding: 70px 0 170px;
}
.guide_contents_wrapper{
  background-color: rgba(255,255,255,0.7);
  text-align: center;
  padding: 50px 0 100px;
  box-shadow: 3px 3px 0px 3px #777777;
}
.guide_contents{
  margin-bottom: 130px;
  padding: 0 13%;
}
.guide_contents_last{
  margin-bottom: 90px;
}
.guide_contents h2{
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 6px;
  margin-bottom: 45px;
  line-height: 1.2;
}
.guide_contents_last h2{
  font-weight: 500;
}
.guide_contents h3{
  font-size: 2.0rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.guide_contents h3::before{
  content: "";
  display: inline-block;
  background-color: #000;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-right: 8px;
}
.guide_contents p{
  line-height: 2em;
  text-align: left;
  margin-bottom: 30px;
}
.guide_contents p:last-child{
  margin-bottom: 0;
}
/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 760px) {
#guide section {
  width: 90%;
}
.guide_contents_box {
  padding: 50px 0 70px;
}
.guide_contents h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.guide_contents {
  margin-bottom: 80px;
  padding: 0 7%;
}
.guide_contents_last {
  margin-bottom: 0px;
}
.guide_contents_wrapper {
  padding: 50px 0 70px;
  box-shadow: 2px 2px 0px 2px #777777;
}
.guide_contents p {
  font-size: min(1.8rem,3.7vw);
}
.guide_contents h3 {
  font-size: 1.8rem;
  margin-bottom: 2%;
}
.guide_contents h3::before {
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
}
}
