/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper .photo01 {
  width: 100%;
  display: block;
}
main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  border: 1px solid #3E3A39;
  padding: 24px 0;
  margin-top: 40px;
  font-weight: bold;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
}
main section.s01 .wrapper .photo02 {
  display: block;
  margin: 80px auto 0;
}
main section.s01 .wrapper .msg01 {
  width: 758px;
  display: block;
  margin: 80px auto 0;
}
main section.s01 .wrapper .dl01 {
  margin-top: 120px;
}
main section.s01 .wrapper .dl01 dt {
  font-size: 20px;
  color: #00903B;
  font-weight: bold;
  border-bottom: 1px solid #3E3A39;
  padding-left: 15px;
}
main section.s01 .wrapper .dl01 dd {
  margin-top: 30px;
  padding: 0 15px;
}
main section.s01 .wrapper .dl01 dd.dd01 {
  position: relative;
}
main section.s01 .wrapper .dl01 dd.dd01 p {
  width: 748px;
  font-size: 16px;
  line-height: 30px;
}
main section.s01 .wrapper .dl01 dd.dd01 img {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}
main section.s01 .wrapper .dl01 dd.dd02 p {
  font-size: 16px;
  line-height: 30px;
}
main section.s01 .wrapper .dl01 dd.dd02 p + p {
  margin-top: 30px;
}
main section.s01 .wrapper .dl01 dd.dd02 p span {
  display: block;
  font-weight: bold;
}
main section.s01 .wrapper .dl01 dd.dd03 p {
  font-size: 16px;
  line-height: 30px;
}
main section.s01 .wrapper .dl01 dd.dd04 img {
  width: 980px;
  display: block;
}
main section.s01 .wrapper .t04 {
  border: 2px dotted #3E3A39;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  background-color: #DCDDDD;
  line-height: 20px;
  padding: 20px 0;
  border-radius: 40px;
  margin-top: 120px;
  font-weight: bold;
}
main section.s01 .wrapper .t05 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}
main section.s01 .wrapper .btn_contact {
  width: 690px;
  margin: 110px auto 0;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  background-color: #231815;
  padding: 21px 0;
  display: block;
  text-align: center;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  main section.s01 .wrapper .photo01 {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #3E3A39;
    padding: 10px 0;
    margin-top: 15px;
    font-weight: bold;
  }
  main section.s01 .wrapper .t01 {
    padding: 0 15px;
    font-size: 13px;
    line-height: 24px;
    margin-top: 20px;
    text-align: left;
  }
  main section.s01 .wrapper .photo02 {
    width: calc(100% - 30px);
    display: block;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper .msg01 {
    width: calc(100% - 30px);
    display: block;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper .dl01 {
    margin-top: 40px;
    padding: 0 15px;
  }
  main section.s01 .wrapper .dl01 dt {
    font-size: 15.5px;
    color: #00903B;
    font-weight: bold;
    padding: 0;
    border: none;
    background-image: url(../../images/i20107.jpg);
    background-size: 100% auto;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    padding-bottom: 5px;
  }
  main section.s01 .wrapper .dl01 dd {
    margin-top: 10px;
    padding: 0;
  }
  main section.s01 .wrapper .dl01 dd.dd01 {
    position: relative;
  }
  main section.s01 .wrapper .dl01 dd.dd01 p {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
  main section.s01 .wrapper .dl01 dd.dd01 img {
    width: 129.5px;
    display: block;
    position: static;
    margin: 40px auto 0;
  }
  main section.s01 .wrapper .dl01 dd.dd02 p {
    font-size: 13px;
    line-height: 24px;
  }
  main section.s01 .wrapper .dl01 dd.dd02 p + p {
    margin-top: 24px;
  }
  main section.s01 .wrapper .dl01 dd.dd02 p span {
    display: block;
    font-weight: bold;
  }
  main section.s01 .wrapper .dl01 dd.dd03 p {
    font-size: 13px;
    line-height: 24px;
  }
  main section.s01 .wrapper .dl01 dd.dd04 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .t04 {
    border: 2px dotted #3E3A39;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    background-color: #DCDDDD;
    line-height: 17px;
    padding: 10px 0;
    border-radius: 40px;
    margin: 30px auto 0;
    width: 340px;
    font-weight: bold;
  }
  main section.s01 .wrapper .t05 {
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
    margin-top: 10px;
  }
  main section.s01 .wrapper .btn_contact {
    width: 265px;
    margin: 30px auto 0;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    background-color: #231815;
    padding: 22px 0;
    display: block;
    text-align: center;
  }
}