@charset "UTF-8";
img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  width: 100%;
  padding: 0 20px 40px;
  overflow: hidden;
  /*バグ回避*/
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 252, 107, 0.69)));
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}

/*-------------------------------------------------------------
			ALL-Formt-design
-------------------------------------------------------------*/
.main-ttl {
  display: table;
  margin: 54px auto 0;
  line-height: 1.1;
  text-align: center;
  color: var(--bs-textcolor);
}

.main-ttl::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background-color: var(--bs-textcolor);
}

.sub-ttl {
  text-align: right;
}

.sub-ttl span {
  border-bottom: 5px solid var(--bs-textcolor);
}

/**######768px以下～######**/
@media (max-width: 768px) {
  .main-ttl {
    margin: 1.4em auto 0;
  }
}
/*-------------------------------------------------------------
			ALL-Formt-design
-------------------------------------------------------------*/
/*-------------------------------------------------------------
			ALL-Formt-design
-------------------------------------------------------------*/
.section-box {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 60px auto 120px;
  /*可変*/
  /*border: 1px solid red;*/
}

/**######768px以下～######**/
@media (max-width: 768px) {
  .section-box {
    width: 100%;
    margin: 40px auto 80px;
  }
}
/**********/
.main-wrap {
  width: 100%;
  height: auto;
  margin: 80px auto;
  /*可変*/
}
.main-wrap-ttl {
  margin-bottom: 40px;
  /*可変*/
  text-align: center;
  line-height: 1.2;
  padding: 0.4em 1em;
  background-color: #39240a;
  color: #FFF;
  border-radius: 4px;
}
.main-wrap-txt {
  margin: 20px 0px;
  /*可変*/
  font-weight: bold;
  line-height: 2;
}
.main-wrap-txtB {
  margin: 20px 0px;
  /*可変*/
  text-align: justify;
}
.main-wrap-mainimg {
  text-align: center;
  margin: 0 auto;
}
.main-wrap-subttl {
  margin: 40px 0 20px;
  /*可変*/
  font-weight: bold;
}
.main-wrap-textbox {
  display: inline-block;
  padding: 0.2em 1em;
  color: #FFF;
  letter-spacing: 0.1em;
  background-color: var(--bs-textcolor);
}
.main-wrap > img {
  max-width: 100%;
}

.text-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.main-wrap-mainimg {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
}

.btn {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: auto;
  padding: 1em 1em;
  border-radius: 2em;
  background-color: #ffd814;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.btn:hover {
  background-color: #f7ca00;
}

/*-------------------------------------------------------------
			story
-------------------------------------------------------------*/
/*# sourceMappingURL=info.Scss.css.map */