@charset "UTF-8";
.main_outer1 {
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.main_outer1 img {
  display: block;
}
.main_outer1 .linkBtn {
  display: inline-block;
  margin: 0 20px;
  width: 100%;
}
.main_outer1 .linkBtn a {
  display: block;
  background: #ed1a3a;
  border: 2px solid #ed1a3a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  border-radius: 8px;
  width: 450px;
}
.main_outer1 .linkBtn a span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  line-height: 1.3;
}
.main_outer1 .linkBtn a span:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: #fff;
}
.main_outer1 .linkBtn a span:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 7px;
  margin-top: -1px;
  border-top: solid 2px #ed1a3a;
  border-right: solid 2px #ed1a3a;
}
.main_outer1 .linkBtn2 {
  display: inline-block;
  margin: 0 20px;
  width: 100%;
}
.main_outer1 .linkBtn2 a {
  display: block;
  background: #fff;
  border: 2px solid #ed1a3a;
  color: #ed1a3a;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  border-radius: 8px;
  width: 450px;
}
.main_outer1 .linkBtn2 a span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  line-height: 1.3;
}
.main_outer1 .linkBtn2 a span:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: #ed1a3a;
}
.main_outer1 .linkBtn2 a span:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 7px;
  margin-top: -1px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.main_outer1 .toTop {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: fixed;
  bottom: 60px;
  right: 25px;
  width: 60px;
  height: 60px;
  z-index: 200;
}
.main_outer1 .toTop img {
  width: 100%;
  display: block;
}
.main_outer1 .toTop.show {
  opacity: 1;
}
@media (max-width: 768px) {
  .main_outer1 .linkBtn {
    margin: 0 auto;
    width: 78.125%;
    display: block;
  }
  .main_outer1 .linkBtn a {
    border: 1px solid #ed1a3a;
    width: 100%;
    padding: 3.125% 0;
  }
  .main_outer1 .linkBtn a span {
    font-size: 3.2552083333vw;
  }
  .main_outer1 .linkBtn a span:before {
    width: 14px;
    height: 14px;
  }
  .main_outer1 .linkBtn a span:after {
    width: 5px;
    height: 5px;
    margin-top: -2px;
    right: 5px;
  }
  .main_outer1 .linkBtn2 {
    margin: 0 auto;
    width: 78.125%;
    display: block;
  }
  .main_outer1 .linkBtn2 a {
    border: 2px solid #ed1a3a;
    width: 100%;
    padding: 4% 0;
  }
  .main_outer1 .linkBtn2 a span {
    font-size: 3.2552083333vw;
  }
  .main_outer1 .linkBtn2 a span:before {
    width: 14px;
    height: 14px;
  }
  .main_outer1 .linkBtn2 a span:after {
    width: 5px;
    height: 5px;
    margin-top: -2px;
    right: 5px;
  }
  .main_outer1 .toTop {
    bottom: 2.6041666667%;
    right: 2.6041666667%;
    width: 13.28125%;
    height: auto;
  }
}

.content {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.contentWrap {
  width: 1000px;
  margin: 0 auto 60px;
}

.kvArea {
  background: url(../img/bg_kv_pc.png) no-repeat top center;
  position: relative;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 218px;
  margin-bottom: 60px;
}
.kvArea .lead {
  color: #237d41;
  font-size: 3.3rem;
}
.kvArea .discovery {
  background: url(../img/bg_spark.png) no-repeat top center;
  background-size: contain;
  color: #fff;
  font-size: 3.8rem;
  width: 125px;
  padding: 40px 0;
  position: absolute;
  top: 100px;
  left: 60px;
}
.kvArea strong {
  color: #fff;
  font-size: 4.8rem;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.kvArea strong span {
  font-size: 5.6rem;
  color: #fff5B4;
  display: block;
}

.leadArea {
  width: 800px;
  margin: 0 auto 100px;
  text-align: center;
}
.leadArea p {
  font-size: 2.2rem;
  line-height: 1.8;
}
.leadArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 36px auto;
  width: 500px;
}
.leadArea ul li {
  background: #fff5B4;
  border-radius: 50%;
  color: #237d41;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
  width: 21.6rem;
  height: 21.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.txtLink {
  color: #006ed2;
  border-bottom: 1px #006ed2 solid;
  padding-bottom: 3px;
}
.txtLink:hover {
  border: none;
}

.useWrap h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  padding: 12px 0;
  margin-bottom: 60px;
  background: repeating-linear-gradient(-45deg, rgba(35, 125, 65, 0.8), rgba(35, 125, 65, 0.8) 10px, #237d41 0, #237d41 30px);
}
.useWrap.bd {
  border-top: 4px #237d41 solid;
  padding-top: 24px;
}

.introTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #237d41;
  font-size: 2.5rem;
  font-weight: 900;
}
.introTtl.hb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.introTtl.hb div {
  padding: 0;
}
.introTtl img {
  width: 150px;
}
.introTtl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  width: 830px;
}
.introTtl .category {
  font-weight: normal;
  text-align: center;
  width: 420px;
  margin-left: 24px;
}
.introTtl .category span {
  border: 1px #237d41 solid;
  padding: 6px 0;
  width: 100%;
  font-size: 2.4rem;
  display: inline-block;
}
.introTtl.noIcon {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.introArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 48px;
  width: 870px;
}
.introArea dl {
  width: 420px;
  margin-left: 60px;
}
.introArea dt {
  color: #237d41;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 2px #237d41 solid;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.introArea dt .dtInline {
  display: inline !important;
}
.introArea dd {
  font-size: 2rem;
  line-height: 1.5;
}

.syunoArea .introArea {
  margin: -60px 0 48px;
  width: 100%;
}
.syunoArea .introArea.imgSmall {
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.syunoArea .introArea.imgSmall img {
  width: 260px;
}

.toolArea .introArea dt {
  color: #23b441;
  border-bottom: 2px #23b441 solid;
}

.cleanArea .introArea dt {
  color: #00afaa;
  border-bottom: 2px #00afaa solid;
}
.cleanArea .introArea dd {
  font-size: 1.7rem;
  line-height: 1.3;
}

.pointArea {
  width: 100%;
  margin: 0 auto 36px;
  border: 2px #237d41 solid;
  background: #fff;
  padding: 36px 48px;
}
.pointArea .ttl {
  background: #fff5B4;
  color: #237d41;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 48px;
}
.pointArea .ttl span {
  position: relative;
  padding-left: 96px;
}
.pointArea .ttl span::before {
  content: "";
  background: url(../img/icon_point.png) no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.pointArea .checkList dt {
  color: #237d41;
  font-weight: bold;
  font-size: 2.8rem;
  position: relative;
  padding-left: 48px;
  margin-bottom: 12px;
}
.pointArea .checkList dt::before {
  content: "";
  background: url(../img/icon_check.png) no-repeat center center;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.pointArea .checkList dd {
  font-size: 2.4rem;
  padding-left: 48px;
  margin-bottom: 36px;
  line-height: 1.5;
}
.pointArea figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.pointArea figure img {
  width: 410px;
}
.pointArea figure figcaption {
  font-size: 2.4rem;
  padding: 0;
  text-align: left;
  margin-left: 24px;
  line-height: 1.3;
}
.pointArea .typeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pointArea .typeList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 290px;
}
.pointArea .typeList img {
  width: 115px;
}
.pointArea .typeList dl {
  width: 160px;
}
.pointArea .typeList dt {
  color: #237d41;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.pointArea .typeList dd {
  font-size: 1.2rem;
  line-height: 1.5;
}

.categoryWrap {
  background: rgba(160, 220, 65, 0.4);
  padding: 48px 20px;
  margin-bottom: 60px;
}
.categoryWrap h3 {
  border-top: 6px #237d41 solid;
  border-bottom: 6px #237d41 solid;
  background: #fff;
  color: #237d41;
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  margin: 0 auto 36px;
  padding: 24px 0;
  position: relative;
}
.categoryWrap h3 img {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

.toolArea .categoryWrap {
  background: rgba(35, 180, 65, 0.3);
}
.toolArea .categoryWrap h3 {
  border-top: 6px #23b441 solid;
  border-bottom: 6px #23b441 solid;
  color: #23b441;
}

.cleanArea .categoryWrap {
  background: rgba(0, 175, 170, 0.3);
}
.cleanArea .categoryWrap h3 {
  border-top: 6px #00afaa solid;
  border-bottom: 6px #00afaa solid;
  color: #00afaa;
}

.categoryArea {
  width: 100%;
  margin: 0 auto;
}
.categoryArea h4 {
  background: #237d41;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  padding: 12px 0;
  margin-bottom: 24px;
}
.categoryArea .meritBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2rem;
  margin-bottom: 36px;
}
.categoryArea .meritBox img {
  width: 472px;
  height: 100%;
  margin-right: 24px;
}
.categoryArea .meritBox p {
  margin-bottom: 24px;
}
.categoryArea .meritBox dt {
  background: #237d41;
  color: #fff;
  width: 120px;
  text-align: center;
  margin-bottom: 6px;
  padding: 6px 0;
}
.categoryArea .meritBox ul {
  margin-bottom: 24px;
}
.categoryArea .meritBox ul li {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 6px;
  font-size: 1.7rem;
}
.categoryArea .meritBox ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.categoryArea .overview {
  width: 870px;
  margin: 0 auto 24px;
  font-size: 2rem;
  line-height: 1.5;
}
.categoryArea .pLast {
  margin: 40px auto 0;
}
.categoryArea .caution {
  margin-top: -36px;
}
.categoryArea .optionArea h5 {
  border-bottom: 1px #237d41 solid;
  text-align: center;
  color: #237d41;
  font-weight: bold;
  font-size: 2.2rem;
  padding-bottom: 6px;
  margin-bottom: 48px;
}
.categoryArea .optionArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.categoryArea .optionArea ul li {
  width: 238px;
  margin-right: 24px;
}
.categoryArea .optionArea ul li:last-of-type {
  margin-right: 0;
}
.categoryArea .optionArea ul li p {
  position: relative;
  background: #237d41;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 12px 0;
}
.categoryArea .optionArea ul li p img {
  width: 50px;
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.categoryArea .optionArea ul li figure img {
  width: 100%;
}
.categoryArea .optionArea ul li figure figcaption {
  font-size: 1.6rem;
  font-weight: 500;
}

.toolArea .categoryArea h4 {
  background: #23b441;
}

.cleanArea .categoryArea h4 {
  background: #00afaa;
}

.itemArea {
  background: #fff;
}
.itemArea .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 36px;
}
.itemArea .itemBox > li {
  width: 30%;
  margin: 0 5% 50px 0;
}
.itemArea .itemBox > li:nth-of-type(3n) {
  margin-right: 0;
}
.itemArea .itemBox.double > li:nth-of-type(3n) {
  margin: 0 5% 50px 0;
}
.itemArea .itemBox.double > li:nth-of-type(3n-1) {
  margin: 0 0 50px;
}
.itemArea .itemBox.double > li:first-child {
  width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemArea .itemBox.double > li:first-child h4 {
  width: 100%;
}
.itemArea .itemBox.double > li:first-child .inner {
  width: 280px;
}
.itemArea .itemBox .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemArea .itemBox .inner > div {
  width: 100%;
}
.itemArea .itemBox h4 {
  border-top: 1px #237d41 solid;
  background: #f5fbec;
  font-size: 1.3rem;
  font-weight: bold;
  color: #237d41;
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding: 12px 0;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itemArea .itemBox h4 img {
  width: 54px;
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.itemArea .itemBox figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}
.itemArea .itemBox figure .use {
  width: 160px;
  display: none;
}
.itemArea .itemBox figure .use.acImg {
  display: block;
}
.itemArea .itemBox figure .item {
  width: 120px;
}
.itemArea .itemBox figure span {
  position: relative;
  display: block;
}
.itemArea .itemBox figure span::after {
  content: "";
  display: inline-block;
  width: 20.5882352941%;
  padding-bottom: 20.5882352941%;
  background-image: url(../img/finger.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  cursor: pointer;
}
.itemArea .itemBox .functionList {
  font-size: 14px;
  margin-bottom: 12px;
}
.itemArea .itemBox .functionList li {
  position: relative;
  list-style: none;
  margin-bottom: 8px;
  margin-right: 10px;
  padding-left: 1.2em;
}
.itemArea .itemBox .functionList li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.itemArea .itemBox .logo {
  margin: 30px 0;
}
.itemArea .itemBox .specList {
  margin-bottom: 5px;
}
.itemArea .itemBox .specList li {
  display: inline-block;
  border: 1px #3c3c3c solid;
  background: #efefef;
  padding: 2px 10px;
  vertical-align: baseline;
  margin-bottom: 5px;
  font-size: 14px;
}
.itemArea .itemBox .notes {
  font-size: 0.9rem;
  margin: -6px 0 12px;
}
.itemArea .itemBox .option {
  border: 1px #ed1a3a solid;
  border-radius: 10px;
  color: #ed1a3a;
  font-size: 0.9rem;
  padding: 3px 12px;
  margin-bottom: 6px;
  display: inline-block;
}
.itemArea .itemBox .itemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
}
.itemArea .itemBox .itemInfo .name {
  font-size: 12px;
  line-height: 1.3;
}
.itemArea .itemBox .itemInfo .name strong {
  font-size: 16px;
}
.itemArea .itemBox .itemInfo .price {
  color: #ed1a3a;
  font-size: 16px;
  white-space: nowrap;
  text-align: right;
}
.itemArea .itemBox .itemInfo .price span {
  font-weight: bold;
  font-size: 16px;
}
.itemArea .itemBox .itemInfo .price strong {
  font-size: 24px;
}
.itemArea .itemBox .attention {
  font-size: 1rem;
}
.itemArea .itemBox .pickup h4 {
  border: none;
  background: #237d41;
  color: #fff;
  margin-bottom: 0;
}
.itemArea .itemBox .pickup .inner {
  background: #f5fbec;
  padding-top: 12px;
}
.itemArea .itemBox .pickup .functionList,
.itemArea .itemBox .pickup .specList,
.itemArea .itemBox .pickup .itemInfo {
  padding: 0 6px;
}

.toolArea .itemArea .itemBox h4 {
  border-top: 1px #2fab42 solid;
  background: rgba(47, 171, 66, 0.06);
  color: #2fab42;
}

.cleanArea .itemArea .itemBox h4 {
  border-top: 1px #00afaa solid;
  background: rgba(0, 175, 170, 0.06);
  color: #00afaa;
}

.baseCarrierWrap {
  background: rgba(160, 220, 65, 0.4);
  border-top: 4px #237d41 solid;
  padding: 48px 0;
  margin-bottom: 60px;
}

.baseCarrierArea {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.baseCarrierArea > div:first-of-type {
  width: 450px;
}
.baseCarrierArea > div:last-of-type {
  width: 390px;
}
.baseCarrierArea h3 {
  width: 100%;
  color: #237d41;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.baseCarrierArea .mainImg {
  width: 100%;
}
.baseCarrierArea p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.baseCarrierArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0 24px;
}
.baseCarrierArea ul li {
  width: 130px;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
}
.baseCarrierArea ul li::before {
  content: "＋";
  color: #3c3c3c;
  font-size: 3rem;
  position: absolute;
  top: 42px;
  right: -30px;
}
.baseCarrierArea ul li:last-of-type::before {
  content: "";
}
.baseCarrierArea ul li img {
  width: 100%;
  margin-bottom: 12px;
}
.baseCarrierArea .typeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0;
}
.baseCarrierArea .typeBox dl {
  background: #fff5B4;
  padding: 12px;
}
.baseCarrierArea .typeBox dl.aero {
  margin-right: 6px;
}
.baseCarrierArea .typeBox dl.aero img {
  width: 100px;
}
.baseCarrierArea .typeBox dl.square img {
  width: 136px;
}
.baseCarrierArea .typeBox dt {
  text-align: center;
  color: #237d41;
  margin-bottom: 6px;
  font-weight: 500;
}
.baseCarrierArea .typeBox dd p {
  font-size: 1.2rem;
}
.baseCarrierArea .typeBox dd figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.baseCarrierArea .typeBox dd figure img {
  margin-right: 6px;
}
.baseCarrierArea .typeBox dd figure img:last-of-type {
  margin: 0;
}
.baseCarrierArea .example {
  background: #fff;
  padding: 12px;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.baseCarrierArea .example > p {
  font-size: 1.3rem;
}
.baseCarrierArea .example h4 {
  background: #909090;
  color: #fff;
  padding: 6px;
  margin-bottom: 12px;
}
.baseCarrierArea .example dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.baseCarrierArea .example dt {
  margin-right: 12px;
}
.baseCarrierArea .example dt span {
  background: #b3b3b3;
  display: inline-block;
  padding: 0 12px;
}
.baseCarrierArea .example dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.baseCarrierArea .example dd p {
  font-size: 1.3rem;
  margin-right: 12px;
}
.baseCarrierArea .example dd span {
  font-size: 1.6rem;
}
.baseCarrierArea .example dd strong {
  font-size: 2.2rem;
  font-weight: bold;
}
.baseCarrierArea .notes {
  font-size: 1.3rem;
}

.priceNote {
  margin-bottom: 60px;
}

.sraffArea01 {
  background: url(../img/bg_staff01_pc.png) no-repeat top center;
  height: 276px;
  color: #237d41;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  padding-top: 24px;
  margin-bottom: 48px;
  line-height: 1.5;
}
.sraffArea01.syuno {
  background: url(../img/bg_staff01_pc.png) no-repeat top center;
  height: 276px;
}
.sraffArea01.tool {
  background: url(../img/bg_staff02_pc.png) no-repeat top center;
  height: 300px;
}

.sraffArea02 {
  background: #fff5B4 url(../img/bg_staff03_pc.png) no-repeat center;
  padding: 36px 0 290px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.5;
  position: relative;
  width: 1000px;
}
.sraffArea02 p {
  position: absolute;
  top: 40px;
  left: 120px;
}
.sraffArea02 strong {
  color: #fff5B4;
  font-size: 2.8rem;
  display: block;
  margin-bottom: 40px;
}
.sraffArea02::after {
  content: "";
  background: url(../img/bg_staff04_pc.png) no-repeat;
  background-size: contain;
  width: 222px;
  height: 177px;
  position: absolute;
  bottom: 0;
  right: 50px;
}

/* =========================================================
 スマホ対応
========================================================= */
@media (max-width: 768px) {
  .content {
    width: 100%;
    padding-bottom: 7.8125%;
  }
  .content img {
    width: 100%;
  }
  .contentWrap {
    width: 100%;
    margin: 0 auto 7.8125%;
  }
  .kvArea {
    background: url(../img/bg_kv_sp.png) no-repeat top center;
    background-size: contain;
    padding: 6.25% 0 45.5729166667%;
    margin-bottom: 7.8125%;
  }
  .kvArea .lead {
    font-size: 4.4270833333vw;
  }
  .kvArea .discovery {
    font-size: 4.9479166667vw;
    width: 15.625%;
    padding: 5.2083333333% 0;
    top: 31.25%;
    left: 7.8125%;
  }
  .kvArea strong {
    font-size: 6.25vw;
    bottom: 26.0416666667%;
  }
  .kvArea strong span {
    font-size: 7.2916666667vw;
  }
  .leadArea {
    width: 100%;
    margin: 0 auto 13.0208333333%;
  }
  .leadArea p {
    font-size: 3.6458333333vw;
  }
  .leadArea ul {
    margin: 4.6875% auto;
    width: 76%;
  }
  .leadArea ul li {
    font-size: 3.2552083333vw;
    width: 30vw;
    height: 30vw;
  }
  .useWrap h2 {
    font-size: 5.2083333333vw;
    padding: 3.125% 0;
    margin-bottom: 7.8125%;
  }
  .useWrap.bd {
    padding-top: 3.125%;
  }
  .introTtl {
    font-size: 4.296875vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .introTtl.hb {
    margin-bottom: 1.5625%;
    font-size: 5.7291666667vw;
    line-height: 1.5;
  }
  .introTtl.hb div {
    padding: 0 3.125%;
  }
  .introTtl img {
    width: 24.4791666667%;
  }
  .introTtl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 3.125%;
    width: 66.6666666667%;
  }
  .introTtl .category {
    width: 100%;
    margin: 4.6875% 0 0;
  }
  .introTtl .category span {
    padding: 1.171875% 0;
    font-size: 3.90625vw;
  }
  .introTtl.noIcon {
    margin-bottom: 7.8125%;
  }
  .introArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 6.25%;
    width: 100%;
  }
  .introArea dl {
    width: 100%;
    margin: 6.25% 0;
    text-align: center;
  }
  .introArea dt {
    font-size: 3.90625vw;
    width: 66.40625%;
    padding-bottom: 1.5625%;
    margin: 0 auto 3.125%;
  }
  .introArea dt .dtInline {
    display: none !important;
  }
  .introArea dd {
    font-size: 3.2552083333vw;
  }
  .syunoArea .introArea {
    margin: 0 0 1.5625%;
  }
  .syunoArea .introArea.imgSmall img {
    width: 52.0833333333%;
  }
  .cleanArea .introArea dd {
    font-size: 3.2552083333vw;
    line-height: 1.5;
  }
  .pointArea {
    width: 91.1458333333%;
    padding: 4.6875% 6.25%;
    margin: 0 auto 4.6875%;
  }
  .pointArea .ttl {
    font-size: 3.90625vw;
    padding: 3.8095238095% 0;
    margin-bottom: 9.5238095238%;
  }
  .pointArea .ttl span {
    padding-left: 14vw;
  }
  .pointArea .ttl span::before {
    width: 14vw;
    height: 15vw;
  }
  .pointArea .checkList dt {
    font-size: 3.6458333333vw;
    padding-left: 7.619047619%;
    margin-bottom: 1.9047619048%;
  }
  .pointArea .checkList dt::before {
    width: 5.7142857143%;
    height: 100%;
  }
  .pointArea .checkList dd {
    font-size: 2.9947916667vw;
    padding-left: 7.619047619%;
    margin-bottom: 5.7142857143%;
  }
  .pointArea figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3.8095238095%;
  }
  .pointArea figure > div {
    margin-bottom: 3.8095238095%;
  }
  .pointArea figure img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pointArea figure figcaption {
    font-size: 3.2552083333vw;
    margin: 0 0 5.7142857143%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    line-height: 1.5;
  }
  .pointArea > p {
    font-size: 2.9947916667vw;
    margin: 5.7142857143% 0 0;
  }
  .pointArea .typeList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pointArea .typeList li {
    width: 100%;
    margin-bottom: 5.7142857143%;
  }
  .pointArea .typeList img {
    width: 36.5079365079%;
    height: 100%;
    margin-right: 3.8095238095%;
  }
  .pointArea .typeList dl {
    width: auto;
  }
  .pointArea .typeList dt {
    font-size: 3.90625vw;
    margin-bottom: 1.9047619048%;
  }
  .pointArea .typeList dd {
    font-size: 2.9947916667vw;
  }
  .categoryWrap {
    padding: 6.25% 0;
    margin-bottom: 7.8125%;
  }
  .categoryWrap h3 {
    font-size: 5.859375vw;
    width: 100%;
    margin: 0 auto 4.6875%;
    padding: 6.25% 0;
  }
  .categoryWrap h3.ico {
    text-align: left;
    padding: 6.25% 0 6.25% 6.25%;
  }
  .categoryWrap h3 img {
    right: 3.125%;
    width: 35.15625%;
  }
  .categoryWrap .pointArea {
    width: 82.03125%;
  }
  .categoryArea {
    width: 100%;
  }
  .categoryArea h4 {
    font-size: 4.1666666667vw;
    padding: 3.125% 0;
    margin-bottom: 0;
  }
  .categoryArea .meritBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.2552083333vw;
    margin-bottom: 4.6875%;
  }
  .categoryArea .meritBox img {
    width: 100%;
    margin: 0 0 3.125%;
  }
  .categoryArea .meritBox p {
    margin-bottom: 3.125%;
    padding: 0 4.6875%;
    line-height: 1.5;
  }
  .categoryArea .meritBox dl {
    padding: 0 4.6875%;
  }
  .categoryArea .meritBox dt {
    width: 22.2929936306%;
    margin-bottom: 0.9554140127%;
    padding: 1.2738853503% 0;
  }
  .categoryArea .meritBox ul {
    margin-bottom: 3.821656051%;
  }
  .categoryArea .meritBox ul li {
    padding-left: 1.1em;
    margin-bottom: 0.9554140127%;
    font-size: 2.8645833333vw;
  }
  .categoryArea .overview {
    width: 82.03125%;
    margin: 3.125% auto;
    font-size: 3.2552083333vw;
  }
  .categoryArea .pLast {
    margin: 5.2083333333% auto 0;
  }
  .categoryArea .caution {
    margin-top: -4.6875%;
    font-size: 3.2552083333vw;
    padding: 0 4.6875%;
  }
  .categoryArea .optionArea {
    width: 82.03125%;
    margin: 0 auto;
  }
  .categoryArea .optionArea h5 {
    font-size: 3.90625vw;
    padding-bottom: 0.9523809524%;
    margin-bottom: 7.619047619%;
  }
  .categoryArea .optionArea ul li {
    width: 47.619047619%;
    margin-right: 3.8095238095%;
  }
  .categoryArea .optionArea ul li p {
    font-size: 3.2552083333vw;
    padding: 4% 0;
  }
  .categoryArea .optionArea ul li p img {
    width: 20%;
    bottom: 2%;
    left: 2%;
  }
  .categoryArea .optionArea ul li figure img {
    width: 100%;
  }
  .categoryArea .optionArea ul li figure figcaption {
    font-size: 2.6041666667vw;
    padding-top: 4%;
  }
  .itemArea .itemBox {
    margin: 0 0 4.6875%;
  }
  .itemArea .itemBox > li {
    width: 100%;
    margin: 0 0 4.6875%;
  }
  .itemArea .itemBox > li:nth-of-type(3n) {
    margin: 0 0 4.6875%;
  }
  .itemArea .itemBox.double > li:nth-of-type(3n) {
    margin: 0 0 4.6875%;
  }
  .itemArea .itemBox.double > li:nth-of-type(3n-1) {
    margin: 0 0 4.6875%;
  }
  .itemArea .itemBox.double > li:first-child {
    width: 100%;
  }
  .itemArea .itemBox.double > li:first-child .inner {
    width: 100%;
  }
  .itemArea .itemBox .inner > div {
    width: 100%;
  }
  .itemArea .itemBox h4 {
    border-top: 2px #237d41 solid;
    font-size: 4.1666666667vw;
    padding: 4.6875% 0;
    margin-bottom: 3.125%;
  }
  .itemArea .itemBox h4 img {
    width: 17.578125%;
    right: 0.78125%;
  }
  .itemArea .itemBox figure {
    margin-bottom: 3.125%;
  }
  .itemArea .itemBox figure .use {
    width: 52.0833333333%;
    height: 100%;
  }
  .itemArea .itemBox figure .item {
    width: 39.0625%;
    height: 100%;
  }
  .itemArea .itemBox figure span {
    width: 52.0833333333%;
  }
  .itemArea .itemBox figure span .use {
    width: 100%;
    height: 100%;
  }
  .itemArea .itemBox .functionList {
    margin-bottom: 3.125%;
    padding: 0 1.5625%;
  }
  .itemArea .itemBox .functionList li {
    margin-bottom: 1.3020833333vw;
    margin-right: 1.3020833333vw;
  }
  .itemArea .itemBox .logo {
    margin: 6.5104166667% 0;
  }
  .itemArea .itemBox .logo img {
    width: 80%;
  }
  .itemArea .itemBox .specList {
    margin-bottom: 1.5625%;
    padding: 0 1.5625%;
  }
  .itemArea .itemBox .specList li {
    font-size: 1.4rem;
    padding: 0.2604166667vw 1.3020833333vw;
    margin-bottom: 0.6510416667vw;
  }
  .itemArea .itemBox .notes {
    font-size: 2.8645833333vw;
    margin: -0.78125% 0 1.5625%;
    padding: 0 1.5625%;
  }
  .itemArea .itemBox .option {
    font-size: 2.8645833333vw;
    padding: 0.78125% 1.5625%;
    margin: 0 0 0.78125% 1.5625%;
  }
  .itemArea .itemBox .itemInfo {
    margin-bottom: 12px;
    padding: 0 1.5625%;
  }
  .itemArea .itemBox .itemInfo .name {
    font-size: 1rem;
  }
  .itemArea .itemBox .itemInfo .name strong {
    font-size: 1.4rem;
  }
  .itemArea .itemBox .itemInfo .price {
    font-size: 1.4rem;
  }
  .itemArea .itemBox .itemInfo .price span {
    font-size: 1.4rem;
  }
  .itemArea .itemBox .itemInfo .price strong {
    font-size: 2rem;
  }
  .itemArea .itemBox .attention {
    font-size: 1rem;
  }
  .itemArea .itemBox .pickup .inner {
    padding-top: 1.5625%;
  }
  .itemArea .itemBox .pickup .functionList,
  .itemArea .itemBox .pickup .specList,
  .itemArea .itemBox .pickup .itemInfo {
    padding: 0 1.5625%;
  }
  .toolArea .itemArea .itemBox h4 {
    border-top: 2px #2fab42 solid;
  }
  .cleanArea .itemArea .itemBox h4 {
    border-top: 2px #00afaa solid;
  }
  .baseCarrierWrap {
    padding: 6.25% 0;
    margin-bottom: 7.8125%;
  }
  .baseCarrierArea {
    width: 100%;
    padding: 0 4.6875%;
  }
  .baseCarrierArea > div:first-of-type {
    width: 100%;
    margin-bottom: 5.7324840764%;
  }
  .baseCarrierArea > div:last-of-type {
    width: 100%;
  }
  .baseCarrierArea h3 {
    width: 100%;
    font-size: 4.5572916667vw;
    margin-bottom: 1.9108280255%;
  }
  .baseCarrierArea p {
    font-size: 3.2552083333vw;
  }
  .baseCarrierArea ul {
    margin: 5.7324840764% 0 3.821656051%;
  }
  .baseCarrierArea ul li {
    width: 28.6624203822%;
    font-size: 2.6041666667vw;
  }
  .baseCarrierArea ul li::before {
    font-size: 4.5572916667vw;
    top: 31.847133758%;
    right: -21.0191082803%;
  }
  .baseCarrierArea ul li img {
    width: 100%;
    margin-bottom: 6.6666666667%;
  }
  .baseCarrierArea .typeBox {
    margin: 3.821656051% 0;
  }
  .baseCarrierArea .typeBox dl {
    padding: 1.9108280255%;
  }
  .baseCarrierArea .typeBox dl.aero {
    margin-right: 3.5294117647%;
  }
  .baseCarrierArea .typeBox dl.aero img {
    width: 47.6470588235%;
    height: 100%;
  }
  .baseCarrierArea .typeBox dl.square img {
    width: 100%;
    height: 100%;
  }
  .baseCarrierArea .typeBox dt {
    margin-bottom: 1.9108280255%;
    font-size: 3.2552083333vw;
  }
  .baseCarrierArea .typeBox dd p {
    font-size: 2.6041666667vw;
  }
  .baseCarrierArea .typeBox dd figure {
    margin-bottom: 3.5294117647%;
  }
  .baseCarrierArea .typeBox dd figure img {
    margin-right: 3.5294117647%;
  }
  .baseCarrierArea .example {
    padding: 1.9108280255% 3.821656051%;
    font-size: 2.6041666667vw;
    margin-bottom: 3.821656051%;
  }
  .baseCarrierArea .example > p {
    font-size: 2.6041666667vw;
  }
  .baseCarrierArea .example h4 {
    padding: 6px;
    margin-bottom: 2.0689655172%;
  }
  .baseCarrierArea .example dl {
    margin-bottom: 2.0689655172%;
  }
  .baseCarrierArea .example dt {
    margin-right: 4.1379310345%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .baseCarrierArea .example dt span {
    padding: 0 24%;
  }
  .baseCarrierArea .example dd {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .baseCarrierArea .example dd p {
    font-size: 2.6041666667vw;
    margin-right: 5%;
    white-space: nowrap;
  }
  .baseCarrierArea .example dd span {
    font-size: 3.2552083333vw;
  }
  .baseCarrierArea .example dd strong {
    font-size: 4.5572916667vw;
  }
  .baseCarrierArea .notes {
    font-size: 2.6041666667vw;
  }
  .priceNote {
    margin-bottom: 7.8125vw;
  }
  .sraffArea01 {
    font-size: 3.125vw;
    padding-top: 4.6875%;
    margin: 0 auto 6.25%;
  }
  .sraffArea01.syuno {
    background: url(../img/bg_staff01_sp.png) no-repeat top center;
    background-size: contain;
    height: auto;
    padding: 3.125% 0 13.0208333333%;
  }
  .sraffArea01.tool {
    background: url(../img/bg_staff02_sp.png) no-repeat top center;
    background-size: contain;
    height: auto;
    padding: 4.6875% 0 16.9270833333%;
  }
  .sraffArea02 {
    background: #fff5B4 url(../img/bg_staff03_sp.png) no-repeat bottom center;
    background-size: contain;
    padding: 4.6875% 0 75.5208333333%;
    font-size: 3.125vw;
    margin-bottom: 6.25%;
    width: 100%;
  }
  .sraffArea02 p {
    top: 18.75%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sraffArea02 strong {
    font-size: 3.90625vw;
    margin-bottom: 4.9479166667%;
  }
  .sraffArea02::after {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */