@charset "UTF-8";
.s5-returnToTop {
  z-index: 98;
}

/*base------------------------------------------------------*/
.c5-featureWrap {
  overflow-x: hidden;
  position: relative;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

.c5-featureContents {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .025em;
  color: #2F353D;
  margin-top: 80px;
}
.c5-featureContents + * {
  margin-top: 100px;
}
.c5-featureContents * {
  box-sizing: border-box;
}
.c5-featureContents h1:not([class]), .c5-featureContents h2:not([class]), .c5-featureContents h3:not([class]), .c5-featureContents h4:not([class]), .c5-featureContents h5:not([class]) {
  margin: 0;
}
.c5-featureContents p {
  margin-bottom: 20px;
}
.c5-featureContents p:last-child {
  margin-bottom: 0;
}
.c5-featureContents img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.c5-featureContents img.s5-iconInline {
  vertical-align: middle;
}

.c5-txt__c {
  text-align: center;
}

.c5-txt__r {
  text-align: right;
}

.c5-sp {
  display: none;
}

.s5-list {
  letter-spacing: normal;
}

/*MV ------------------------------------------------------*/
.c5-block__mv {
  padding: 60px 0;
  background: #2F353D url("../images/bg_mv.jpg") no-repeat left top;
  background-size: auto 100%;
}

.c5-block__mvInner {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.c5-block__mv__txt {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  text-align: center;
}
.c5-block__mv__txt h1 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
}
.c5-block__mv__txt .small {
  font-weight: bold;
  font-size: 22px;
}

.c5-mv {
  text-align: right;
}

/*SECTION ------------------------------------------------------*/
.c5-contents {
  padding: 80px 15px;
}

#technique {
  margin-top: 200px;
}

.c5-section {
  margin-bottom: 80px;
}
.c5-section:last-child {
  margin-bottom: 0;
}

.c5-inner {
  max-width: 1040px;
  margin: 0 auto;
}
.c5-inner.size_SS {
  max-width: 750px;
}
.c5-inner.size_S {
  max-width: 900px;
}
.c5-inner.size_L {
  max-width: 1200px;
}

p.c5-lead__point {
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

.c5-bg__beige {
  background-color: #ECE7E5;
}

.c5-bg__black {
  background-color: #2F353D;
}

/*SECTION contents ------------------------------------------------------*/
.c5-block-tech {
  padding: 60px 15px;
  background-color: #ECE7E5;
  margin: 0 -15px 40px -15px;
}
.c5-block-tech .c5-inner {
  position: relative;
}
.c5-block-tech .c5-ttl__section {
  margin-bottom: 0;
}
.c5-block-tech .c5-block__check {
  position: absolute;
  left: 30px;
  top: -170px;
  margin: 0;
}

p + .c5-block__check {
  margin-top: 40px;
}

.c5-block__check {
  text-align: center;
  margin-bottom: 20px;
}

.c5-block__reco {
  margin-bottom: 40px;
  text-align: center;
}

.c5-movie {
  padding-top: 56.25%;
  position: relative;
  margin: 40px 0 20px 0;
}
.c5-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c5-txt__notes {
  font-size: .8em;
}

p + .c5-ttl__sub {
  margin-top: 80px;
}

.c5-ttl__section {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.c5-ttl__sideborder {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.c5-ttl__sideborder::after, .c5-ttl__sideborder::before {
  width: 2px;
  height: 100%;
  background-color: #2F353D;
  content: '';
  position: absolute;
  top: 0;
}
.c5-ttl__sideborder::before {
  left: 0;
  transform: rotate(-15deg);
}
.c5-ttl__sideborder::after {
  right: 0;
  transform: rotate(15deg);
}

p + .c5-ttl__point {
  margin-top: 50px;
}

.c5-ttl__point {
  text-align: center;
  background-color: #E8E8EB;
  font-weight: bold;
  position: relative;
  font-size: 30px;
  line-height: 1;
  padding: 15px;
  margin-bottom: 50px;
}
.c5-ttl__point h3 {
  font-weight: bold;
}
.c5-ttl__point .point {
  font-size: .5em;
  display: block;
  margin-top: 5px;
}
.c5-ttl__point::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.c5-ttl__point::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 30px;
  border-color: transparent transparent #fff transparent;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
}

.c5-ttl__point02 {
  border-bottom: 1px solid #DCDCE2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.c5-ttl__point02 span {
  display: inline-block;
  vertical-align: middle;
  background-color: #DCDCE2;
  padding: 5px 15px;
  margin-right: 15px;
}

.c5-ttl__sub {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 10px;
  font-weight: bold;
  margin: 0 0 20px 0;
  border-left: 6px solid #2F353D;
}

.c5-ttl__proname {
  font-weight: bold;
  line-height: 1.4;
}
.c5-ttl__proname span {
  font-size: 26px;
}

.c5-ttl__usefull {
  font-size: 34px;
  line-height: 1.4;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 80px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.c5-ttl__usefull::after {
  content: '';
  background: url("../images/arrow_balloon.svg") no-repeat;
  background-size: 100%;
  width: 95px;
  height: 97px;
  position: absolute;
  top: 70%;
  left: 53%;
  transform: translateX(-50%);
}
.c5-ttl__usefull span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 2;
}

* + .c5-ttl__usefull02 {
  margin-top: 40px;
}

.c5-ttl__usefull02 {
  font-size: 20px;
  line-height: 1.4;
  background-color: #ECE7E5;
  padding: 10px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

.c5-ttl__bk {
  background-color: #2F353D;
  text-align: center;
  padding: 10px 50px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
}
.c5-ttl__bk + p {
  margin-top: 20px;
}

.c5-fc__w {
  color: #fff;
}

.c5-box4c {
  position: relative;
  border: 1px solid #555;
  margin: 65px 0 0 0;
}
.c5-box4c .c5-ttl__bk {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  min-width: 400px;
}
.c5-box4c .inner {
  position: relative;
  padding: 60px 40px 40px 40px;
}
.c5-box4c .inner.nottl {
  padding: 60px;
}
.c5-box4c .inner::before, .c5-box4c .inner::after {
  content: '';
  background-color: #fff;
  width: calc(100% - 420px);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.c5-box4c .inner::before {
  top: -1px;
}
.c5-box4c .inner::after {
  bottom: -1px;
}
.c5-box4c::before, .c5-box4c::after {
  content: '';
  background-color: #fff;
  width: 1px;
  height: calc(100% - 200px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c5-box4c::before {
  left: -1px;
}
.c5-box4c::after {
  right: -1px;
}

.c5-cols {
  display: flex;
  justify-content: center;
}
.c5-cols.profile {
  margin: 60px 0 120px 0;
  padding: 60px 0;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.c5-cols ~ .btn {
  margin-top: 40px;
}
.c5-cols + .c5-ttl__point02 {
  margin-top: 80px;
}
.c5-cols.col2._rv {
  flex-direction: row-reverse;
}
.c5-cols.col2._rv .img {
  margin-right: 0;
  margin-left: 40px;
}
.c5-cols.col2 + .c5-cols.col3 {
  margin-top: 0;
}
.c5-cols.col2 .img {
  flex: 0 1 220px;
  margin-right: 40px;
  text-align: center;
}
.c5-cols.col2 .img.w300 {
  flex: 0 1 44%;
}
.c5-cols.col2 .img.w360 {
  flex: 0 1 36%;
}
.c5-cols.col2 .txt {
  flex: 1;
}
.c5-cols.col3 {
  margin: -30px -15px 0 -15px;
  flex-wrap: wrap;
}
.c5-cols.col3 .img {
  margin-bottom: 20px;
}
.c5-cols.col3 > div {
  width: calc(33.3% - 30px);
  margin: 30px 15px 0 15px;
}

.c5-box__present {
  margin: 60px 0 90px;
  background-color: #E8E8EB;
  padding: 50px;
}

.c5-icon__present {
  background: url("../images/icon_present.svg") no-repeat left center;
  background-size: 45px auto;
  padding-left: 60px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 18px;
}

.c5-btn__end {
  padding: 10px;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.c5-btn__more {
  display: inline-block;
  color: #2F353D;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #2F353D;
  padding: 10px 20px;
  min-width: 240px;
  font-weight: bold;
  transition: background .3s ease;
}
.c5-btn__more:hover {
  opacity: 1;
  background-color: #2F353D;
  color: #fff;
}
.c5-btn__more:hover .c5-icon__arrow::before {
  border-color: #fff;
}

/*parts ------------------------------------------------------*/
.c5-box__usefull {
  background-color: #fff;
  padding: 50px;
  margin-top: 60px;
}

.c5-list__check {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}
.c5-list__check li {
  width: 50%;
  margin-top: 30px;
  background: url("../images/icon_check.svg") no-repeat;
  background-size: 30px auto;
  padding: 5px 0 0 45px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  min-height: 30px;
}

.c5-list__disc {
  list-style: disc;
  padding-left: 25px;
}

.c5-list__column {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -30px 0 -30px;
}
.c5-list__column > div {
  background-color: #fff;
  margin: 0 30px;
  padding: 30px;
  width: calc(33.33% - 60px);
}
.c5-list__column .img {
  margin-bottom: 25px;
}
.c5-list__column .date {
  margin-bottom: 15px;
}
.c5-list__column .date span {
  color: #fff;
  background-color: #2F353D;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 5px;
}
.c5-list__column .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.c5-list__column .btn {
  margin-top: 15px;
  text-align: center;
}

/*.c5-btn__more {
  color: #fff;
  display: inline-block;
  background-color: #2F353D;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 8px 15px;
  min-width: 130px;
  border-radius: 30px;
  border: 1px solid #2F353D;
  transition: background .3s ease;
  &:hover {
    opacity: 1;
    background-color: #fff;
    color: #2F353D;
    .c5-icon__arrow::before {
      border-color: #2F353D;
    }
  }
  .c5-icon__arrow::before {
    border-color: #fff;
  }
}*/
.c5-icon__arrow {
  display: inline-block;
}
.c5-icon__arrow._down::before {
  transform: rotate(135deg);
}
.c5-icon__arrow::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #2F353D;
  border-right: 2px solid #2F353D;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: 2px;
  margin-right: 10px;
}

.c5-btn__detail {
  border: 2px solid #2F353D;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  position: relative;
  min-height: 50px;
  min-width: 250px;
  font-weight: bold;
  padding: 10px 10px 10px 50px;
}
.c5-btn__detail:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
.c5-btn__detail:hover::before {
  width: 100%;
  transition: width .3s ease;
}
.c5-btn__detail::before {
  background-color: #2F353D;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  transition: width .3s ease;
}
.c5-btn__detail::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 15px;
}
.c5-btn__detail span {
  position: relative;
}

.c5-mb60 {
  margin-bottom: 60px;
}

.c5-mb80 {
  margin-bottom: 80px;
}

.c5-hr {
  border: none;
  height: 1px;
  background-color: #efefef;
  margin: 0 0 80px;
  padding: 0;
}

.c5-fw__b {
  font-weight: bold;
}

/*Product ------------------------------------------------------*/
.c5-cols__product {
  display: flex;
  justify-content: space-between;
}
.c5-cols__product > div {
  flex: 0 1 31%;
}
.c5-cols__product .figure {
  margin-bottom: 40px;
  max-width: 480px;
  text-align: center;
}
.c5-cols__product .cat {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}
@media only screen and (min-width: 766px) {
  .c5-cols__product .desc {
    min-height: 5.2em;
  }
}
.c5-cols__product p {
  margin-bottom: 20px;
}
.c5-cols__product .name {
  font-weight: bold;
  font-size: 20px;
}

/*ANIMATION ------------------------------------------------------*/
.anime__mv.visible .c5-block__mv__logo,
.anime__mv.visible .lineTxt {
  opacity: 1;
  transform: translateX(0) !important;
}
.anime__mv.visible .c5-mv img {
  opacity: 1;
  transform: scale(1);
}
.anime__mv .ver-right .c5-block__mv__logo,
.anime__mv .ver-right .lineTxt {
  transform: translateX(30%);
}
.anime__mv .c5-block__mv__logo {
  opacity: 0;
  transform: translateX(-30%);
  transition: all 1s ease;
}
.anime__mv .lineTxt {
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 1s ease .3s, transform 1s ease .3s;
}
.anime__mv .lineTxt:nth-of-type(2) {
  transition-delay: .6s;
}
.anime__mv .lineTxt:nth-of-type(3) {
  transition-delay: .9s;
}
.anime__mv .lineTxt:nth-of-type(4) {
  transition-delay: 1.2s;
}
.anime__mv .c5-mv img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s ease 1s;
}

.anime__secHead.visible .c5-section__number {
  opacity: 1;
  transform: translateY(0);
}
.anime__secHead.visible .c5-section__img img {
  opacity: 1;
  transform: scale(1);
}
.anime__secHead.visible.ver-img__right .c5-section__ttl, .anime__secHead.visible.ver-img__left .c5-section__ttl {
  transform: translateX(0);
}
.anime__secHead.visible.ver-img__right .c5-section__ttl__inner, .anime__secHead.visible.ver-img__left .c5-section__ttl__inner {
  transform: translateX(0);
}
.anime__secHead.visible.ver-img__all .c5-section__ttl {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}
.anime__secHead .c5-section__number {
  opacity: 0;
  transform: translateY(-30%);
  transition: all 1s ease;
}
.anime__secHead .c5-section__img img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s ease;
}
.anime__secHead.ver-img__left .c5-section__ttl {
  transform: translateX(100vw);
  transition: transform 1s ease;
}
.anime__secHead.ver-img__left .c5-section__ttl__inner {
  transform: translateX(200vw);
  transition: transform 1s ease .5s;
}
.anime__secHead.ver-img__right .c5-section__ttl {
  transform: translateX(-100vw);
  transition: transform 1s ease;
}
.anime__secHead.ver-img__right .c5-section__ttl__inner {
  transform: translateX(-200vw);
  transition: transform 1s ease .5s;
}
.anime__secHead.ver-img__all .c5-section__ttl {
  opacity: 0;
  transform: translateY(30%) translateX(-50%);
  transition: all 1s ease .5s;
}

.anime__member::before {
  transition: all 1s ease;
  transform: translateX(-100vw);
}
.anime__member.visible::before {
  transform: translateX(0);
}
.anime__member.visible .c5-ttl__member {
  opacity: 1;
}
.anime__member.visible .c5-list__member__child:nth-child(odd),
.anime__member.visible .c5-list__member__child:nth-child(even) {
  opacity: 1;
  transform: translateY(0);
}
.anime__member .c5-ttl__member {
  opacity: 0;
  transition: opacity 1s ease .5s;
}
.anime__member .c5-list__member__child:nth-child(odd) {
  opacity: 0;
  transition: all 1s ease .5s;
  transform: translateY(-30%);
}
.anime__member .c5-list__member__child:nth-child(even) {
  opacity: 0;
  transition: all 1s ease .5s;
  transform: translateY(30%);
}

.anime__fadeIn {
  opacity: 0;
  transition: opacity 1s ease .3s;
}
.anime__fadeIn.visible {
  opacity: 1;
}

.anime__fadeInRight {
  opacity: 0;
  transition: opacity 1s ease .3s, transform 1s .3s;
  transform: translateX(-100%);
}

.anime__fadeInLeft {
  opacity: 0;
  transition: opacity 1s ease .3s, transform 1s .3s;
  transform: translateX(100%);
}

.visible .anime__fadeInRight,
.visible .anime__fadeInLeft {
  opacity: 1;
  transform: translateX(0);
}

.anime__UpDown img {
  opacity: 0;
  transform: translateY(-15%);
  transition: all 1s ease .3s;
}
.anime__UpDown::before {
  opacity: 0;
  transform: translateY(15%);
  transition: all 1s ease .3s;
}
.anime__UpDown.visible img {
  opacity: 1;
  transform: translateY(0);
}
.anime__UpDown.visible::before {
  opacity: 1;
  transform: translateY(0);
}

.js-toggle-contents {
  display: none;
  margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .c5-block__mv__txt {
    padding: 2.5vw;
  }
  .c5-block__mv__txt h1 {
    font-size: 3.2vw;
  }
  .c5-block__mv__txt .small {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .c5-featureContents {
    margin-top: 50px;
  }
  .c5-featureContents + * {
    margin-top: 60px;
  }

  .c5-block__mv {
    padding: 30px 0;
  }

  .c5-block__mvInner {
    max-width: none;
  }

  .c5-mv {
    text-align: center;
  }

  .c5-block__mv__txt {
    position: relative;
    max-width: 90vw;
    margin: -4vw auto 0 auto;
    transform: none;
  }
  .c5-block__mv__txt .small {
    margin-bottom: 10px !important;
    font-size: 4vw;
  }
  .c5-block__mv__txt h1 {
    font-size: 5.5vw;
  }

  .c5-movie {
    margin: 20px 0;
  }

  .c5-contents {
    padding: 40px 15px;
  }

  #technique {
    margin-top: 160px;
  }

  .c5-section {
    margin-bottom: 60px;
  }
  .c5-section p {
    font-size: 14px;
  }

  .c5-ttl__section {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .c5-ttl__section .border {
    font-size: 15px;
  }

  p + .c5-ttl__point {
    margin-top: 30px;
  }

  .c5-ttl__point {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .c5-ttl__point::before {
    border-width: 20px 20px 0 0;
  }
  .c5-ttl__point::after {
    border-width: 0 0 20px 20px;
  }

  .c5-ttl__sub {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .c5-ttl__point02 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .c5-ttl__point02 span {
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .c5-ttl__usefull {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 40px;
  }
  .c5-ttl__usefull::after {
    width: 45px;
    height: 47px;
    top: 97%;
    left: 50%;
  }

  .c5-ttl__usefull02 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .c5-cols__product {
    display: block;
  }
  .c5-cols__product > div {
    margin-bottom: 40px;
  }
  .c5-cols__product > div:last-child {
    margin-bottom: 0;
  }
  .c5-cols__product .figure {
    margin: 0 0 20px 0;
    max-width: none;
  }

  .c5-box4c {
    margin-top: 40px;
  }
  .c5-box4c .inner {
    padding: 40px 20px 20px 20px;
  }
  .c5-box4c .inner.nottl {
    padding: 20px;
  }
  .c5-box4c .inner::before, .c5-box4c .inner::after {
    width: calc(100% - 13vw);
  }
  .c5-box4c .c5-ttl__bk {
    min-width: 74vw;
  }

  .c5-cols {
    display: block;
  }
  .c5-cols.profile {
    margin: 30px 0 60px 0;
    padding: 30px 0;
  }
  .c5-cols + .c5-ttl__point02 {
    margin-top: 40px;
  }
  .c5-cols.col2 .img, .c5-cols.col2._rv .img {
    margin: 0 0 20px 0;
  }
  .c5-cols.col2 + .c5-cols.col3, .c5-cols.col2._rv + .c5-cols.col3 {
    margin-top: 30px;
  }
  .c5-cols.col3 {
    margin: 0;
  }
  .c5-cols.col3 > div {
    width: auto;
    margin: 0 0 30px 0;
  }
  .c5-cols.col3 > div:last-child {
    margin-bottom: 0;
  }

  .c5-list__column {
    display: block;
    margin: 30px 0 0 0;
  }
  .c5-list__column > div {
    width: auto;
    padding: 15px;
    margin: 0 0 30px 0;
  }
  .c5-list__column > div:last-child {
    margin-bottom: 0;
  }

  .c5-ttl__proname span {
    font-size: 20px;
  }

  .c5-imgex {
    max-width: 70% !important;
  }

  .c5-pc {
    display: none;
  }

  .c5-sp {
    display: block;
  }

  .c5-box__present {
    padding: 20px;
    margin: 30px 0 60px 0;
  }
  .c5-box__present .c5-ttl__sideborder::before {
    transform: rotate(-10deg);
  }
  .c5-box__present .c5-ttl__sideborder::after {
    transform: rotate(10deg);
  }

  .c5-ttl__bk {
    font-size: 15px;
    padding: 10px;
    display: block;
  }

  .c5-list__check {
    display: block;
    margin-top: 0;
  }
  .c5-list__check li {
    width: auto;
    font-size: 15px;
    margin-top: 15px;
  }
  .c5-list__check li:first-child {
    margin-top: 0;
  }

  .c5-icon__present {
    padding: 40px 0 0 0;
    background-size: auto 30px;
    background-position: top center;
  }

  .c5-ttl__sideborder {
    font-size: 14px;
  }

  .c5-box__usefull {
    padding: 15px;
    margin-top: 40px;
  }

  .c5-block__check,
  .c5-block__reco {
    margin-bottom: 20px;
  }

  .c5-block-tech {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .c5-block-tech .c5-block__check {
    max-width: 150px;
    top: -140px;
    left: 0;
  }

  .c5-hr {
    margin: 20px 0 60px 0;
  }

  .c5-mb80 {
    margin-bottom: 60px;
  }
}
