p {
  font-size: 14px;
}

.center {
  text-align: center;
}

.u-padding--md {
  padding: 60px 0;
}

.u-margintop--md {
  margin-top: 60px;
}

.u-margintop--sm {
  margin-top: 30px;
}

.u-margintop--xs {
  margin-top: 15px;
}

#Main .hanten-desc__content .inner {
  max-width: 800px;
}
@media screen and (max-width: 1280px) {
  #Main .hanten-desc__content .inner {
    width: calc(100% - 100px) !important;
  }
}
@media screen and (max-width: 575px) {
  #Main .hanten-desc__content .inner {
    width: 84% !important;
  }
}

.hanten-desc__content .ttl {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 575px) {
  .hanten-desc__content .ttl {
    font-size: 26px;
  }
}
.hanten-desc__content figure {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.hanten-desc__content figure img {
  width: 100%;
}

.catch-green {
  padding: 30px 60px;
  border-top: 2px solid #1a8044;
  border-bottom: 2px solid #1a8044;
}
@media screen and (max-width: 575px) {
  .catch-green {
    padding: 15px 5px;
  }
}
.catch-green h4 {
  font-size: 18px;
  color: #1a8044;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .catch-green h4 {
    font-size: 16px;
  }
}

.ttl-red {
  color: #A62F23;
  font-size: 18px;
  border: none;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .ttl-red {
    font-size: 16px;
  }
}

.link-twoCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .link-twoCol {
    display: block;
  }
}
.link-twoCol a {
  display: block;
  width: 48%;
  padding: 16px;
  background: #006400;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
}
@media screen and (max-width: 1050px) {
  .link-twoCol a {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .link-twoCol a:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .link-twoCol a {
    font-size: 14px;
  }
}
.link-twoCol a span {
  padding-right: 25px;
  position: relative;
  display: block;
}
.link-twoCol a span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.bgDeco {
  background: url(../images/2d37d53ef7e3a85761aa86edf3e2b29b15cec553.png);
  background-size: 82.5px 51px;
}
@media screen and (max-width: 1280px) {
  .bgDeco .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .bgDeco .inner {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 575px) {
  .bgDeco .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.hanten-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1050px) {
  .hanten-voice {
    display: block;
  }
}
.hanten-voice .item {
  width: 48%;
  background: #f4f4f4;
}
.hanten-voice .item:nth-of-type(odd) {
  margin-right: 4%;
}
.hanten-voice .item:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media screen and (max-width: 1050px) {
  .hanten-voice .item {
    width: 100%;
    margin: 0 !important;
  }
  .hanten-voice .item:not(:first-of-type) {
    margin-top: 30px !important;
  }
}
.hanten-voice .item-top {
  padding: 30px 60px;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .hanten-voice .item-top {
    padding: 20px;
  }
}
.hanten-voice .item-top h4 {
  text-align: center;
  font-size: 22px;
  color: #3E3A39;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .hanten-voice .item-top h4 {
    font-size: 18px;
  }
}
.hanten-voice .item-top figure {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1050px) {
  .hanten-voice .item-top figure {
    text-align: center;
  }
}
.hanten-voice .item-top figure img {
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .hanten-voice .item-top figure img {
    max-width: 325px;
  }
}
.hanten-voice .item-top > p {
  margin-top: 15px;
}
.hanten-voice .item-top .link-green {
  margin-top: 15px;
}
.hanten-voice .item-top .link-green a {
  display: inline-block;
  width: 100%;
  padding: 16px 25px;
  background: #006400;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .hanten-voice .item-top .link-green a {
    font-size: 14px;
  }
}
.hanten-voice .item-top .link-green a span {
  padding-right: 25px;
  position: relative;
  display: block;
  line-height: 1.4;
  font-weight: 400;
}
.hanten-voice .item-top .link-green a span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.hanten-voice .item-voice {
  padding: 30px 30px;
}
@media screen and (max-width: 575px) {
  .hanten-voice .item-voice {
    padding: 20px;
  }
}
.hanten-voice .item-voice h5 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .hanten-voice .item-voice h5 {
    font-size: 16px;
  }
}
.hanten-voice .item-voice .voice-posts {
  margin-top: 15px;
  background: #fff;
  padding: 20px 20px 15px;
  text-align: right;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.hanten-voice .item-voice .voice-posts p {
  text-align: left;
}
.hanten-voice .item-voice .voice-posts a {
  text-decoration: underline;
}

.yellow-bg {
  padding: 30px;
  border-top: 10px solid #F5D700;
  background: #FCFAED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .yellow-bg {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 575px) {
  .yellow-bg {
    border-top: 5px solid #F5D700;
    padding: 20px;
  }
}
.yellow-bg .heading {
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #F5D700;
  padding-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .yellow-bg .heading {
    font-size: 18px;
  }
}
.yellow-bg .desc {
  margin-top: 30px;
}
.yellow-bg .yosakoi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yellow-bg .yosakoi_list li {
  width: 48%;
}
.yellow-bg .yosakoi_list li a {
  display: block;
}
.yellow-bg .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .yellow-bg .detail {
    display: block;
  }
}
.yellow-bg .detail .item {
  width: 49%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .yellow-bg .detail .item {
    width: 100%;
  }
  .yellow-bg .detail .item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.yellow-bg .detail .item .title {
  font-size: 18px !important;
  font-weight: 500;
  text-align: center;
  background: #F5D700;
  padding: 10px;
}
@media screen and (max-width: 575px) {
  .yellow-bg .detail .item .title {
    font-size: 16px !important;
  }
}
.yellow-bg .detail .item-content {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .yellow-bg .detail .item-content {
    padding: 15px;
  }
}
.yellow-bg .detail .item-content figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.yellow-bg .detail .item-content p {
  margin-top: 10px;
}
.yellow-bg .detail .item-content .link-blue {
  margin-top: 15px;
}
.yellow-bg .detail .item-content .link-blue a {
  display: inline-block;
  width: 100%;
  padding: 16px 25px;
  background: #1D2E72;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .yellow-bg .detail .item-content .link-blue a {
    font-size: 14px;
  }
}
.yellow-bg .detail .item-content .link-blue a span {
  padding-right: 25px;
  position: relative;
  display: block;
  line-height: 1.4;
  font-weight: 400;
}
.yellow-bg .detail .item-content .link-blue a span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.gray-bg {
  background: #E6E9F2;
}

@media screen and (max-width: 1280px) {
  .hanten-products {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .hanten-products {
    margin: 0 auto !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.hanten-products .ttl {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  border: none;
}
@media screen and (max-width: 575px) {
  .hanten-products .ttl {
    font-size: 20px;
  }
}
.hanten-products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 575px) {
  .hanten-products__content {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.hanten-products__content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hanten-products__content .item {
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hanten-products__content .item:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .hanten-products__content .item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .hanten-products__content .item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.hanten-products__content .item a {
  display: block;
}
.hanten-products__content .item a figure img {
  width: 100%;
}
.hanten-products__content .item a p {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .hanten-products__content .item a p {
    font-size: 13px;
  }
}

@media screen and (max-width: 1280px) {
  .hanten-price .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 575px) {
  .hanten-price .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.hanten-price .ttl {
  font-size: 22px;
  font-weight: 400;
}
.hanten-price .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 768px) {
  .hanten-price .link {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .hanten-price .link {
    margin-left: 0;
    margin-right: 0;
  }
}
.hanten-price .link-item {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 1050px) {
  .hanten-price .link-item {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .hanten-price .link-item {
    margin-left: auto;
    margin-right: auto;
  }
  .hanten-price .link-item:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .hanten-price .link-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.hanten-price .link-item a {
  background: #1A8044;
  padding: 22px 25px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  position: relative;
}
.hanten-price .link-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.hanten-price .sm {
  text-align: center;
  font-size: 12px;
}