.samales-bg-gray {
  padding: 15px 0 150px;
  background-color: #f5f6f8;
}
@media screen and (max-width: 750px) {
  .samales-bg-gray {
    padding: 30px 0 75px;
  }
}

.samales-column-wrapper {
  margin: 0 auto;
  width: 970px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .samales-column-wrapper {
    padding: 0 4%;
    width: auto;
  }
}

.samales-column-content {
  margin-top: 40px;
  padding: 60px 105px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .samales-column-content {
    margin-top: 0;
    padding: 28px 15px 33px;
  }
}
.samales-column-content a {
  text-decoration: underline;
}
.samales-column-content__ttl {
  position: relative;
  padding-bottom: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .samales-column-content__ttl {
    padding-bottom: 10px;
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
.samales-column-content__ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0b318f;
}
.samales-column-content__pic {
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .samales-column-content__pic {
    margin: 30px 0;
    width: 100%;
  }
}
.samales-column-content__txt {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 300;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 750px) {
  .samales-column-content__txt {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.samales-column-content__table {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 750px) {
  .samales-column-content__table {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
  }
}
.samales-column-content__table__ttl {
  margin-bottom: -15px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .samales-column-content__table__ttl {
    margin-bottom: -13px;
  }
}
.samales-column-content__table__sttl, .samales-column-content__table__list {
  color: #0b318f;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .samales-column-content__table__sttl, .samales-column-content__table__list {
    font-size: 0.75rem;
    line-height: 2.0833333333;
  }
}
.samales-column-content__table__sttl {
  margin-top: 30px;
}
.samales-column-content__table__list {
  padding-left: 1em;
}
.samales-column-content__body-ttl {
  margin-top: 60px;
  position: relative;
  padding: 20px 15px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  border-radius: 3px;
  color: #fff;
  background-color: #0b318f;
}
@media screen and (max-width: 750px) {
  .samales-column-content__body-ttl {
    margin-top: 30px;
    padding: 14px 7px;
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
.samales-column-content__body-ttl.mgt {
  margin-top: 0;
}
.samales-column-content__body-txt {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 750px) {
  .samales-column-content__body-txt {
    margin-top: 27px;
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}
.samales-column-content__body-txt .text-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.samales-column-content__body-txt.is-border {
  padding-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 750px) {
  .samales-column-content__body-txt.is-border {
    padding-bottom: 30px;
  }
}
.samales-column-content__body-sttl {
  margin-top: 60px;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  background-color: #e7e8e9;
}
@media screen and (max-width: 750px) {
  .samales-column-content__body-sttl {
    margin-top: 40px;
    padding: 10px 8px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.samales-column-content__body-pre {
  margin-top: 60px;
  padding: 40px 30px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
  border: 1px solid #e3e3e3;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.samales-column-content__body-pre .text {
  display: inline-block;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .samales-column-content__body-pre {
    padding: 25px 14px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.samales-column-content__body-text-list {
  display: inline-block;
  padding: 40px 30px;
  border: 1px solid #e3e3e3;
}
@media screen and (max-width: 750px) {
  .samales-column-content__body-text-list {
    padding: 25px 14px;
  }
}
.samales-column-content.product {
  position: relative;
}
.samales-column-content.product .samales-column-content__product-btn__ttl {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 750px) {
  .samales-column-content.product .samales-column-content__product-btn__ttl {
    margin-top: 7px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    text-align: center;
  }
}
.samales-column-content.product .samales-column-content__pic {
  position: absolute;
  top: 130px;
  right: 101px;
}
@media screen and (max-width: 750px) {
  .samales-column-content.product .samales-column-content__pic {
    position: static;
    margin-bottom: 7px;
  }
}
.samales-column-content.product .samales-column-content__product-btn {
  display: block;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  text-align: center;
  width: 422px;
  background: #ff3707;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  padding: 17px 0;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .samales-column-content.product .samales-column-content__product-btn {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    border-radius: 3px;
    padding: 15px 0;
    margin-top: 11px;
  }
}

.samales-column-other {
  margin-top: 60px;
  padding: 55px 0 60px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .samales-column-other {
    padding: 27px 25px 30px;
  }
}
.samales-column-other-content {
  margin: 0 auto;
  width: 760px;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content {
    width: auto;
  }
}
.samales-column-other-content__ttl {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content__ttl {
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.samales-column-other-content__ttl.align-left {
  text-align: left;
}
.samales-column-other-content__list {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content__list {
    margin-top: 27px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 751px) {
  .samales-column-other-content__list--counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 751px) {
  .samales-column-other-content__list--counter .samales-column-other-content__list__article {
    padding-left: 0;
    width: 310px;
    border-right: none;
  }
  .samales-column-other-content__list--counter .samales-column-other-content__list__article__txt {
    margin-top: 12px;
    padding: 0 12px 15px;
    text-align: left;
  }
  .samales-column-other-content__list--counter .samales-column-other-content__list__article:last-child {
    padding-left: 0;
  }
}
.samales-column-other-content__list__article {
  margin-right: 70px;
  width: 310px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px gainsboro;
          box-shadow: 1px 2px 5px gainsboro;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content__list__article {
    margin-right: 0;
    padding-right: 0;
    width: 47.619%;
    border-right: none;
  }
}
.samales-column-other-content__list__article:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
  padding-left: 70px;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content__list__article:last-child {
    padding-left: 0;
  }
}
.samales-column-other-content__list__article > a {
  display: block;
}
.samales-column-other-content__list__article--no-padding {
  padding-right: 0;
}
.samales-column-other-content__list__article--no-padding:last-child {
  padding-left: 0;
}
.samales-column-other-content__list__article__pic {
  position: relative;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content__list__article__pic {
    width: 100%;
  }
}
.samales-column-other-content__list__article__pic .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content__list__article__pic .txt {
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.samales-column-other-content__list__article__ttl {
  margin-top: 15px;
  position: relative;
  font-weight: 700;
  color: #0b318f;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content__list__article__ttl {
    margin-top: 11px;
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}
.samales-column-other-content__list__article__txt {
  margin-top: 8px;
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content__list__article__txt {
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.5833333333;
  }
}
.samales-column-other-content__list__article--samales {
  margin-right: 0;
  width: 380px;
  text-align: center;
  border-left: 1px solid #e3e3e3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content__list__article--samales {
    margin-right: 0;
    width: 47.619%;
    border-left: none;
  }
}
.samales-column-other-content__list__article--samales .samales-column-other-content__list__article__ttl {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  color: #222;
}
@media screen and (max-width: 750px) {
  .samales-column-other-content__list__article--samales .samales-column-other-content__list__article__ttl {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.5833333333;
  }
}
.samales-column-other-content__list__article--samales .samales-column-other-content__list__article__ttl:before {
  display: none;
}

.font-keep {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 750px) {
  .font-keep {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.font-bold {
  font-weight: 700;
}
/*# sourceMappingURL=../../_development/maps/css/column.css.map */
