@charset "UTF-8";

@media screen and (min-width: 768px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
}


@media only screen and (not (min-width: 768px)) {
  .mb200,
  .mb200_sp {
    margin-bottom: calc(200 / 3.75 * 1vw) !important;
  }
  .mb150,
  .mb150_sp {
    margin-bottom: calc(150 / 3.75 * 1vw) !important;
  }
  .mb100,
  .mb100_sp {
    margin-bottom: calc(100 / 3.75 * 1vw) !important;
  }
  .mb60,
  .mb60_sp {
    margin-bottom: calc(60 / 3.75 * 1vw) !important;
  }
  .mb50,
  .mb50_sp {
    margin-bottom: calc(50 / 3.75 * 1vw) !important;
  }
  .mb40,
  .mb40_sp {
    margin-bottom: calc(40 / 3.75 * 1vw) !important;
  }
  .mb30,
  .mb30_sp {
    margin-bottom: calc(30 / 3.75 * 1vw) !important;
  }
  .mb25, .mb25_sp {
    margin-bottom: calc(25 / 3.75 * 1vw) !important;
  }
  .mb20,
  .mb20_sp {
    margin-bottom: calc(20 / 3.75 * 1vw) !important;
  }
  .mb10,
  .mb10_sp {
    margin-bottom: calc(10 / 3.75 * 1vw) !important;
  }
  article#assets {
    padding: 0;
  }
  section.off_lr-pd {
    padding-left: 0;
    padding-right: 0;
  }
  .on_lr-pd {
    padding: 0 calc(10 / 3.75 * 1vw);
  }
}

.assets .red {
    color: #e8343d;
}

/* h3見出し② と　h4見出し */
@media only screen and (not (min-width: 768px)) {
  .assets .sub-free-wrap {
    padding: 0 calc(10 / 3.75 * 1vw);
  }
  .assets .pd-box {
    padding: 0 calc(10 / 3.75 * 1vw);
  }
}

/* ▼素材の特徴　※大カテゴリ下▼ */
.assets.cate-common.tokucho p {
  padding-bottom: 15px;
}
.assets.cate-common.tokucho .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  justify-content: flex-start;
}
.assets.cate-common.tokucho .cont .inner {
  width: 32%;
  border: #ddd solid 1px;
  text-align: center;
}
.assets.cate-common.tokucho p.title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 10px 5px 10px;
}
.assets.cate-common.tokucho .cont .inner img {
  height: 125px;
}
.assets.cate-common.tokucho p.txt {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  padding: 5px 10px;
  letter-spacing: -0.8px;
  text-align: left;
}
@media only screen and (not (min-width: 768px)) {
  .assets.cate-common.tokucho {
    padding: 0 calc(10 / 3.75 * 1vw);
  }
  .assets.cate-common.tokucho .cont {
    display: block;
    margin-bottom: calc(20 / 3.75 * 1vw);
  }
  .assets.cate-common.tokucho .cont .inner {
    border: #ddd solid 1px;
    width: 100%;
    margin-bottom: calc(20 / 3.75 * 1vw);
  }
  .assets.cate-common.tokucho p.title {
    font-size: calc(14 / 3.75 * 1vw);
    text-align: center;
  }
  .asset.cate-common.tokucho p {
    line-height: 1.5;
    font-size: calc(13 / 3.75 * 1vw);
  }
  .assets.cate-common.tokucho p.txt {
    font-size: calc(12 / 3.75 * 1vw);
  }
  .assets.cate-common.tokucho .cont .inner img {
    width: 47%;
    height: auto;
  }
}
/* ▲素材の特徴　※大カテゴリ下▲ */

/* ▼リンクバナー①▼ */
.assets .item-sub.product-smallcategory.stainless-tumbler.naire .col2 {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: -50px;
}
.assets .item-sub.product-smallcategory.stainless-tumbler.naire .col2-cont {
  width: 400px;
  margin-bottom: 50px;
  border: none;
}
.assets
  .item-sub.product-smallcategory.stainless-tumbler.naire
  .col2-cont
  p.text {
  text-align: center;
  padding: 10px 0;
}
.assets .item-sub.product-smallcategory.stainless-tumbler.naire .col2-cont img {
  border: #ddd solid 2px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .item-sub.product-smallcategory.stainless-tumbler.naire .col2 {
    display: block;
    margin: 30px 10px;
  }
  .assets .item-sub.product-smallcategory.stainless-tumbler.naire .col2-cont {
    width: 100%;
  }
  .assets
    .item-sub.product-smallcategory.stainless-tumbler.naire
    .col2-cont:first-child {
    margin-bottom: 20px;
  }
}
/* ▲リンクバナー①▲ */

/* ▼リンクバナー②▼ */
.assets .p-spl-ft-box.clearfile .flx-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.assets .p-spl-ft-box.clearfile .flx-box li {
  width: 49%;
  margin-top: 20px;
}
.assets .p-spl-ft-box.clearfile .flx-box li .banner-txt {
  text-align: center;
  margin-bottom: 13px;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-spl-ft-box.clearfile .flx-box {
    display: block;
    text-align: center;
  }
  .assets .p-spl-ft-box.clearfile .flx-box li {
    width: auto;
    margin-top: 15px;
  }
  .assets .p-spl-ft-box.clearfile .flx-box li img {
    width: calc(307 / 3.75 * 1vw);
    height: 110px;
    object-fit: cover;
  }
}
/* ▲リンクバナー②▲ */

/* ▼リンクバナー③▼ */
.assets .purpose-tgall.column-a .p-link-box span {
  display: inline-block;
  text-align: left;
  background: url(/html/user_data/assets/img/common/m7.png) no-repeat 0 center;
  padding-left: 180px;
  line-height: 1.5;
}

.assets .purpose-tgall.column-a .links {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.assets .purpose-tgall.column-a .links > div {
  width: 300px;
  margin-right: 20px;
}

.assets .purpose-tgall.column-a .links figure {
  margin: 0;
}

.assets .purpose-tgall.column-a .links img {
  border: 1px solid #ddd;
}

.asset .purpose-tgall.column-a .links figcaption {
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (not (min-width: 768px)) {
  .assets .purpose-tgall.column-a .links {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }

  .assets .purpose-tgall.column-a .links > div {
    width: 75%;
    margin: 0 auto 20px;
  }

  .assets .purpose-tgall.column-a .links figcaption {
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
  }
}
/* ▲リンクバナー③▲ */

/* ▼リンクバナー④▼ */
.assets .post {
  padding: 10px 0 0;
}
.assets .printing-colorlist .post__title {
  font-size: 20px;
  text-align: center;
}
.assets .post__item {
  margin-top: 26px;
  padding: 20px;
  background: #f6f6f6;
  border: 1px solid #eeeeee;
}
.assets .post__item .post__flex {
  display: block;
}
.assets .post__item img {
  float: left;
  width: 210px;
  height: auto;
  margin-right: 20px;
}
.assets .post__item .post__flex .post__desc p {
  font-size: 13px;
  line-height: 1.8;
}
.assets .post__item .p-link-box {
  padding-top: 15px;
  text-align: right;
}
.assets .post__item .p-link-box .type01 {
  font-size: 13px;
  display: inline-block;
  color: #e8343d;
  padding: 15px 40px 15px 20px;
  border-radius: 5px;
  border: #dcdcdc solid 1px;
  font-weight: bold;
  background: url("/html/user_data/assets/img/common/icn_link_arr_g.png")
    no-repeat right 15px center;
  background-color: #fff;
  height: auto;
  width: auto;
}
.assets .post__item .p-link-box .type01:hover {
  border-color: #ff9da2;
  background: #fff5f5
    url("/html/user_data/assets/img/common/icn_link_arr_g.png") no-repeat right
    10px center;
}

.assets .design-banner-link {
  display: flex;
  justify-content: space-between;
}

.assets .design-banner-link .pr-flx-box {
  display: block;
  position: relative;
  width: 48%;
}
.assets .design-banner-link .pr-flx-box img {
  width: 100%;
  height: auto;
  display: block;
}
.assets .design-banner-link .pr-flx-box > a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 87%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  padding: 25px 15px;
  text-align: center;
  color: #555;
  font-size: 120%;
  font-weight: bold;
  transition: 0.3s;
  text-decoration: none;
}

.assets .design-banner-link .pr-flx-box > a:hover {
  color: #e8373d;
  background-color: #fff5f5;
  border-color: #f9ccbf;
}

.assets .design-banner-link .pr-flx-box > a p {
  font-size: 18px;
  text-align: left;
  padding-left: 10px;
  background: url(/html/user_data/assets/img/common/arrow1.png) no-repeat right
    25px center;
}
.assets .design-banner-link {
  display: flex;
  justify-content: space-between;
  margin-top: -55px;
  margin-bottom: 50px;
}
.assets .design-banner-link .pr-flx-box {
  display: block;
  position: relative;
  width: 48%;
}
.assets .design-banner-link .pr-flx-box img {
  width: 100%;
  height: auto;
  display: block;
}
.assets .design-banner-link .pr-flx-box > a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 87%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  text-align: center;
  color: #555;
  font-size: 120%;
  font-weight: bold;
  transition: 0.3s;
  text-decoration: none;
}
.assets .design-banner-link .pr-flx-box > a:hover {
  color: #e8373d;
  background-color: #fff5f5;
  border-color: #f9ccbf;
}
.assets .design-banner-link .pr-flx-box > a p {
  font-size: 18px;
  text-align: left;
  padding-left: 10px;
  padding: 25px 15px;
  background: url(/html/user_data/assets/img/common/arrow1.png) no-repeat right
    25px center;
}
.assets .design-banner-link .pr-flx-box > a p:hover {
  background: url(/html/user_data/assets/img/common/arrow3_on.png) no-repeat
    right 17px center;
  color: #e8373d;
  background-color: #fff5f5;
  border-color: #f9ccbf;
  transition: 0.3s ease;
}
.assets .printing-colorlist .design-banner-link {
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 30px 38px;
}
.assets .printing-colorlist .design-banner-link .pr-flx-box > a p {
  font-size: 17px;
  text-align: left;
  padding: 20px 18px;
  background: url(https://www.shop-stationery.com/html/user_data/assets/img/common/arrow1.png)
    no-repeat right 25px center;
  color: #777777;
}
.assets .printing-colorlist .design-banner-link .pr-flx-box > a p span {
  font-size: 15px;
}

.assets .printing-colorlist .design-banner-link .pr-flx-box > a p:hover {
  background: url(https://www.shop-stationery.com/html/user_data/assets/img/common/arrow3_on.png)
    no-repeat right 17px center;
  color: #e8373d;
  background-color: #fff5f5;
  border-color: #f9ccbf;
  transition: 0.3s ease;
}
.assets .printing-colorlist .design-banner-link .pr-flx-box > a {
  padding: 0;
}

@media only screen and (not (min-width: 768px)) {
  .assets .post {
    padding: 0 calc(10 / 3.75 * 1vw);
  }
  .assets .printing-colorlist .post__title {
    font-size: calc(15 / 3.75 * 1vw);
  }
  .assets .post__item {
    margin-top: calc(17 / 3.75 * 1vw);
    padding: calc(10 / 3.75 * 1vw);
    padding-bottom: calc(15 / 3.75 * 1vw);
  }
  .assets .post__item .post__flex {
    display: flex;
  }
  .assets .post__item .post__flex .post__desc p {
    font-size: calc(12 / 3.75 * 1vw);
  }
  .assets .post__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .assets .post__item .p-link-box {
    text-align: center;
  }
  .assets .post__item .p-link-box .type01 {
    max-width: calc(267 / 3.75 * 1vw);
    height: calc(45 / 3.75 * 1vw);
    padding-left: calc(44 / 3.75 * 1vw);
    width: 100%;
    justify-content: flex-start;
    font-size: calc(13 / 3.75 * 1vw);
    padding: calc(15 / 3.75 * 1vw) calc(40 / 3.75 * 1vw) calc(15 / 3.75 * 1vw)
      calc(20 / 3.75 * 1vw);
  }

  .assets .printing-colorlist .design-banner-link {
    margin-top: calc(25 / 3.75 * 1vw);
    row-gap: calc(20 / 3.75 * 1vw);
  }

  .assets .printing-colorlist .design-banner-link .pr-flx-box {
    width: 100%;
    margin: 0;
  }
  .assets .printing-colorlist .design-banner-link .pr-flx-box > a {
    width: calc(290 / 3.75 * 1vw);
  }
  .assets .printing-colorlist .design-banner-link .pr-flx-box > a p {
    font-size: calc(13 / 3.75 * 1vw);
    padding: calc(7 / 3.75 * 1vw) calc(18 / 3.75 * 1vw);
    background-position: right 18px center;
    line-height: 1.8;
  }
  .assets .printing-colorlist .design-banner-link .pr-flx-box > a p span {
    font-size: calc(12 / 3.75 * 1vw);
  }
}
/* ▲リンクバナー④▲ */

/* ▼リンクバナー⑤▼ */
.assets .post__items,
.assets .post_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 26px;
}
.assets .post__item .p-h3-type01 {
  line-height: 1.33;
  display: block;
}
#assets .assets .post__items .position,
.assets .post_items .position {
  height: 47px;
}
.assets .post__items .post__flex,
.assets .post_items .post__flex {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.assets .post__items .post__img img,
.assets .post_items .post__img img {
  float: none;
  max-width: 100%;
  height: auto;
  margin-right: 0;
}
.assets .post__item .post__desc {
  flex: 1;
}
.assets .post__items .p-link-box,
.assets .post_items .p-link-box {
  text-align: center;
  padding-top: 0;
}
.assets .post__items .p-link-box .type01--small,
.assets .post_items .p-link-box .type01--small {
  width: 100%;
  height: 45px;
  max-width: 267px;
  justify-content: flex-start;
  padding: 0 0 0 44px;
  display: flex;
  margin: 20px auto 0;
}

@media only screen and (not (min-width: 768px)) {
  .assets .post__items,
  .assets .post_items {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(25 / 3.75 * 1vw);
    margin-top: calc(17 / 3.75 * 1vw);
  }
  .assets .post__item .p-h3-type01 {
    line-height: 1.5;
  }
  #assets .assets .post__items .position,
  .assets .post_items .position {
    height: calc(47 / 3.75 * 1vw);
  }
  .assets .post__item .post__flex {
    margin-top: calc(12 / 3.75 * 1vw);
    gap: calc(10 / 3.75 * 1vw);
  }
  .assets .post__item .post__img {
    aspect-ratio: 163 / 87;
    width: 100%;
    max-width: calc(163 / 3.75 * 1vw);
  }
  .assets .post__items .post__img img,
  .assets .post_items .post__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .assets .post__item .post__flex .post__desc p {
    font-size: calc(13 / 3.75 * 1vw);
  }
  .assets .post__items .p-link-box,
  .assets .post_items .p-link-box {
    padding: 0 calc(10 / 3.75 * 1vw);
  }
  .assets .post__item .p-link-box .type01 {
    margin: calc(20 / 3.75 * 1vw) auto 0;
  }
  .assets .post__items .p-link-box .type01--small,
  .assets .post_items .p-link-box .type01--small {
    max-width: calc(267 / 3.75 * 1vw);
    height: calc(45 / 3.75 * 1vw);
    padding: 0 0 0 calc(44 / 3.75 * 1vw);
    font-size: calc(14 / 3.75 * 1vw);
    background-size: calc(8 / 3.75 * 1vw);
    background-position: center right calc(20 / 3.75 * 1vw);
  }
}
/* ▲リンクバナー⑤▲ */

/* ▼ステップ/特徴① */
.assets .block-choice .flx-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 60px;
}
.assets .block-choice .flx-wrap .flx-box {
  align-items: center;
  background: #fff;
  border: 2px solid #cc468d;
  box-shadow: 1px 2px 3px 2px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  padding: 67px 0 20px;
  position: relative;
  width: 300px;
}
.assets .block-choice-blue .flx-wrap .flx-box {
  border: 2px solid #1db9c6;
}
.assets .block-choice .flx-wrap .flx-box .label {
  align-items: center;
  background: #1db9c6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 102px;
  justify-content: center;
  position: absolute;
  top: -51px;
  left: calc(50% - 51px);
  width: 102px;
}
.assets .block-choice .flx-wrap .flx-box figure {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: auto;
  margin-top: 10px;
}
.assets .block-choice .flx-wrap .flx-box p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.assets p.notice {
  line-height: 1.8;
  font-size: 13px;
}
.assets .block-choice .flx-wrap .flx-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 25px transparent;
  border-right: solid 22px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 22px #cc468d;
  position: absolute;
  right: -44px;
  top: calc(50% - 25px);
}
.assets .block-choice-blue .flx-wrap .flx-box:after {
  border-left: solid 22px #1db9c6;
}
.assets .block-choice-blue .info-box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 45px;
}
.assets .block-choice-blue .info-box p {
  font-size: 18px;
  font-weight: bold;
  padding-top: 23px;
  line-height: 1.8;
}
.assets .txt-clr-sim {
  color: #1db9c6;
}
.assets .block-choice-blue .info-box .icn-check {
  display: block;
  border-bottom: 7px solid #1db9c6;
  border-left: 7px solid #1db9c6;
  height: 20px;
  transform: rotate(-45deg);
  margin: 20px 10px 0 0;
  width: 33px;
}
.assets span.red {
  color: #e6393d;
}
@media only screen and (not (min-width: 768px)) {
  .assets .block-choice-blue .flx-wrap {
    display: block;
    margin-bottom: 9.33vw;
    margin-top: 0;
  }
  .assets .block-choice .flx-wrap .flx-box {
    align-items: center;
    background: #fff;
    border: 2px solid #1db9c6;
    box-shadow: 1px 2px 3px 2px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin-bottom: 8vw;
    width: auto;
  }
  .assets .block-choice-blue .flx-wrap .flx-box .label {
    align-items: center;
    background: #1db9c6;
    color: #fff;
    display: flex;
    font-size: 5.33vw;
    font-weight: bold;
    height: 12vw;
    justify-content: center;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    border-radius: 0;
  }
  .assets .block-choice .flx-wrap .flx-box .flx-box-Step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
  }
  .assets .block-choice-blue .flx-wrap .flx-box .flx-box-Step figure {
    align-items: center;
    display: flex;
    justify-content: center;
    height: auto;
    width: 41.46vw;
  }
  .assets .block-choice-blue .flx-wrap .flx-box figure img {
    width: 80%;
    height: auto;
  }
  .assets .block-choice-blue .flx-wrap .flx-box p {
    font-size: 3.46vw;
    font-weight: bold;
    text-align: center;
    width: 50.53vw;
  }
  .assets .block-choice-blue .flx-wrap .flx-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 5.33vw #1db9c6;
    border-right: solid 5vw transparent;
    border-bottom: solid 5.33vw transparent;
    border-left: solid 5vw transparent;
    position: absolute;
    bottom: -10.66vw;
    left: calc(50% - 5.33vw);
    right: auto;
    top: auto;
  }
  .assets .block-choice-blue .info-box {
    margin-bottom: 8vw;
    margin-top: -20px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .assets .block-choice-blue .info-box p {
    padding-top: 23px;
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
  }
  .assets .block-choice-blue .flx-wrap .flx-box p + p {
    margin-top: 1em;
  }
  .assets .block-choice-blue .info-box .icn-check {
    display: block;
    border-bottom: 1.78vw solid #1db9c6;
    border-left: 1.78vw solid #1db9c6;
    height: 4vw;
    transform: rotate(-45deg);
    margin: 0 2.66vw 1.33vw 0;
    width: 6vw;
  }
}
/* ▼ステップ/特徴① */

/* ▼ステップ/特徴② */
.assets .fpage .howto-step-wrap .step-box {
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
  border: 2px solid #ddd;
  margin-top: 90px;
  padding: 75px 50px 50px;
  position: relative;
}
.assets .fpage .howto-step-wrap .step-box h3.step-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
  color: #555;
}
.assets .fpage .howto-step-wrap .step-box.step01 .inner-box p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #555;
}
.assets .fpage .howto-step-wrap .step-box .fnt-18b {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
.assets .fpage .howto-step-wrap .step-box .fnt-red {
  color: #e8343d;
}
.assets .fpage .howto-step-wrap .step-box .inner-box {
  margin-top: 30px;
  padding: 40px 50px;
}
.assets .fpage .howto-step-wrap .step-box .inner-box.bg-g {
  background: #f6f6f6;
  border: 1px solid #ccc;
}
.assets .fpage .howto-step-wrap .step-box.step01 .inner-box figure {
  margin-bottom: 20px;
}
.assets .fpage .howto-step-wrap .step-box .flx-box {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.5;
  margin: 25px 0 40px;
}
.assets .fpage .howto-step-wrap .step-box.step02 .h3-deco em {
  font-style: normal;
  line-height: 1.5;
}
.assets .fpage .howto-step-wrap .step-box figure.full-width {
  margin: 0 auto;
  width: 745px;
  height: 489px;
  margin: 0 auto;
}
.assets .fpage .howto-step-wrap .step-box h3.step-title span {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 40%,
    #ffed98 40%,
    #ffed98 100%
  );
  padding: 0 5px 3px;
}
.assets .fpage .howto-step-wrap .step-box p.title-info {
  color: #555;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 30px;
}
.assets .more a {
  font-size: 15px;
  font-weight: bold;
  color: #e8343d;
  border: #ddd solid 1px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
}
.assets .fpage .howto-step-wrap .step-box .more.scl a:hover {
  background-color: #fff5f5;
}
.assets .fpage .howto-step-wrap .step-box figure.full-width img {
  width: 100%;
}
.assets .fpage .howto-step-wrap .step-box .more.scl {
  padding-bottom: 0;
  text-align: center;
}
.assets .fpage .howto-step-wrap .step-box .more.scl a {
  background: url(https://www.shop-stationery.com/html/user_data/assets/img/common/arrow-scroll-up.png)
    left 25px center / 30px auto no-repeat;
  background-color: #fff;
  width: 422px;
  padding: 18px 50px;
  box-shadow: 0 3px 8px 0 rgba(10, 2, 4, 0.1);
}
.assets .fpage .howto-step-wrap .step-box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 30px #777;
  border-right: solid 35px transparent;
  border-bottom: solid 0 transparent;
  border-left: solid 35px transparent;
  position: absolute;
  bottom: -31px;
  left: calc(50% - 35px);
}
.assets .fpage .howto-step-wrap .step-box p.label {
  align-items: center;
  background: #707070;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 102px;
  justify-content: center;
  position: absolute;
  top: -51px;
  left: calc(50% - 51px);
  width: 102px;
}
.assets .fpage .howto-step-wrap .step-box.step02 p.sml {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
.assets .fpage .howto-step-wrap .step-box span.arr {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: -10px 0 0;
}
.assets .fpage .puropose {
  display: flex;
  color: #222;
  font-size: 16px;
  margin: 15px 0 10px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.assets .fpage .howto-step-wrap .step-box.step02 .temp-box {
  position: relative;
  margin-bottom: 40px;
}
.assets .fpage .howto-step-wrap .step-box.step02 .temp-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.assets .fpage .howto-step-wrap .step-box.step02 .temp-box ul li {
  margin: 20px 20px 10px;
}
.assets .fpage .howto-step-wrap .step-box.step02 .temp-box p {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.5;
}
.assets .fpage .howto-step-wrap .step-box.step02 .h3-deco::before {
  background: url(https://www.shop-stationery.com//html/user_data/assets/img/common/simurlator-ico01.png)
    center top / contain no-repeat;
  margin-right: 30px;
}
.assets .fpage .howto-step-wrap .step-box.step02 .h3-deco::before,
.assets .fpage .howto-step-wrap .step-box.step02 .h3-deco::after {
  display: block;
  content: "";
  height: 46px;
  margin-top: 2px;
  width: 29px;
}
.assets .fpage .howto-step-wrap .step-box.step02 .h3-deco::after {
  background: url(https://www.shop-stationery.com//html/user_data/assets/img/common/simurlator-ico01.png)
    center top / contain no-repeat;
  margin-left: 30px;
  transform: scale(-1, 1);
}
.assets .fpage .howto-step-wrap .step-box.step02 .h3-deco::before,
.assets .fpage .howto-step-wrap .step-box.step02 .h3-deco::after {
  display: block;
  content: "";
  height: 46px;
  margin-top: 2px;
  width: 29px;
}
.assets .fpage .howto-step-wrap .step-box.step02 .temp-box .float-img {
  position: absolute;
  top: 157px;
  left: calc(50% + 72px);
}
.assets .fpage .howto-step-wrap .step-box .flx-box {
  display: flex;
  justify-content: space-between;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp .list-temp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #1db9c6;
  position: relative;
  width: 32%;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp .list-temp p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.assets .fpage .howto-step-wrap .step-box.step02 .h3-deco .fnt-blu {
  color: #1db9c6;
}
.assets
  .fpage
  .howto-step-wrap
  .step-box.step02
  .flx-box.case
  .cont-box.right
  .title
  span {
  color: #beab25;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp .list-temp ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp .list-temp ul li {
  margin: 20px 10px 0;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp .list-temp:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 25px transparent;
  border-right: solid 22px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 22px #1db9c6;
  position: absolute;
  right: -44px;
  top: calc(50% - 55px);
}
.assets .fpage .howto-step-wrap .step-box.step02 .h3-deco {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin: 80px 0 27px;
  font-weight: bold;
  text-align: center;
}
.assets .fpage .howto-step-wrap .step-box span.arr::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 18px #e8343d;
  border-right: solid 22px transparent;
  border-bottom: solid 0 transparent;
  border-left: solid 22px transparent;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp .right {
  align-items: center;
  background: #f4f4f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 491px;
  position: relative;
  width: 62%;
}
.assets .fpage .howto-step-wrap .step-box.step02 .bnr-smpl-box {
  margin: 60px auto 40px;
  width: 660px;
}
.assets .fpage .howto-step-wrap .step-box.step02 .bnr-smpl-box .bln-txt {
  align-items: center;
  background: #1db9c6;
  box-shadow: 1px 2px 6px 0 rgb(0 0 0 / 20%);
  border-radius: 15px;
  color: #fff;
  display: flex;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 180px;
}
.assets .fpage .howto-step-wrap .step-box.step02 .bnr-smpl-box a {
  display: block;
  box-shadow: 1px 2px 4px 3px rgb(0 0 0 / 10%);
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.case {
  margin-top: 40px;
}
.assets .fpage .howto-step-wrap .step-box .flx-box {
  display: flex;
  justify-content: space-between;
}
.assets
  .fpage
  .howto-step-wrap
  .step-box.step02
  .flx-box.case
  .cont-box.left
  .title
  span {
  color: #cc468d;
}
.assets
  .fpage
  .howto-step-wrap
  .step-box.step02
  .flx-box.case
  .cont-box
  figure
  figcaption {
  color: #cc468d;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1.5;
  text-align: left;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.case .cont-box .txt {
  margin-bottom: 8px;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.case .cont-box a {
  margin: auto 0 0 auto;
}
.assets .fpage a.design-link {
  color: #27a3cd;
  text-decoration: underline;
  font-size: 13px;
  margin-top: 20px !important;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.case .cont-box {
  align-items: center;
  box-shadow: 1px 2px 4px 3px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  padding: 25px;
  width: 400px;
}
.assets
  .fpage
  .howto-step-wrap
  .step-box.step02
  .flx-box.case
  .cont-box
  .title
  span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.case .cont-box.left {
  border-top: 5px solid #cc468d;
}
.assets .fpage .howto-step-wrap .step-box.step02 .flx-box.case .cont-box.right {
  border-top: 5px solid #beab25;
}
.assets
  .fpage
  .howto-step-wrap
  .step-box.step02
  .flx-box.case
  .cont-box
  figure {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100px;
  margin: 0 0 30px;
}
.assets .fpage .howto-step-wrap .step-box.step03 figure figcaption {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}
.assets .fpage .howto-step-wrap .step-box.step03 figure figcaption .fs16 {
  font-size: 16px;
  display: block;
}
.assets .fpage .howto-step-wrap .step-box .fnt-red {
  color: #e8343d;
}
.assets .fpage .howto-step-wrap .step-box.step03 p.notice {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.assets .fpage.graduate .howto-step-wrap .step-box.step04 figure {
  text-align: center;
  padding: 10px 0 15px;
  margin: 0 auto;
  width: 675px;
}
.assets .fpage.graduate .howto-step-wrap .step-box.step04 figure figcaption {
  text-align: right;
  font-size: 12px;
}
.assets .fpage.graduate .howto-step-wrap .step-box.step04 .link-box {
  text-align: right;
  font-size: 13px;
}
.assets .fpage.graduate .howto-step-wrap .step-box.step04 .link-box a {
  display: block;
  font-size: 13px;
  margin: 10px 0;
}
.assets .fpage a.clr-blue-ul {
  color: #27a3cd;
  text-decoration: underline;
}
.assets .fpage .howto-step-wrap .step-box.step04::after {
  display: none;
}
@media only screen and (not (min-width: 768px)) {
  .assets .pd-box {
    padding: 0 10px;
  }
  .assets .fpage .howto-step-wrap .step-box {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 80px -10px 0;
    padding: 18.66vw 0 8vw;
    position: relative;
    box-shadow: none;
  }
  .assets .fpage .howto-step-wrap .step-box p.label {
    align-items: center;
    background: #707070;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    height: 21.33vw;
    justify-content: center;
    position: absolute;
    top: -10.66vw;
    left: calc(50% - 10.66vw);
    width: 21.33vw;
  }
  .assets .fpage .howto-step-wrap .step-box .title-bg {
    align-items: center;
    background: #f9f9f9;
    display: flex;
    font-size: 4.26vw;
    font-weight: bold;
    height: 10.66vw;
    justify-content: center;
    width: 100%;
  }
  .assets .fpage .howto-step-wrap .step-box h3.step-title {
    font-size: 20px;
  }
  .assets .fpage .howto-step-wrap .step-box.step01 .inner-box p {
    text-align: left;
    font-size: 13px;
  }
  .assets .fpage .howto-step-wrap .step-box.bdn {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: none;
    margin: 80px -10px 0;
    padding: 18.66vw 0 0;
    position: relative;
    box-shadow: none;
  }
  .assets .fpage .howto-step-wrap .step-box .h3-deco {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 4.26vw;
    margin: 0 2.66vw 5.86vw;
    font-weight: bold;
    text-align: center;
  }
  .assets .fpage .howto-step-wrap .step-box .split-arr::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 4.8vw #e8343d;
    border-right: solid 5.86vw transparent;
    border-bottom: solid 0 transparent;
    border-left: solid 5.86vw transparent;
    margin: 0 auto;
  }
  .assets .fpage .howto-step-wrap .step-box span.arr,
  .assets .fpage .howto-step-wrap .step-box .split-arr {
    padding: 5.86vw 0;
  }
  .assets .fpage .howto-step-wrap .step-box .h3-deco::before,
  .assets .fpage .howto-step-wrap .step-box .h3-deco::after {
    display: block;
    content: "";
    height: 10.13vw;
    margin-top: 2px;
    width: 6.66vw;
  }
  .assets .fpage .howto-step-wrap .step-box .h3-deco::after {
    background: url(https://www.shop-stationery.com/html/user_data/assets/img/common/simurlator-ico01-sp.png)
      center top / 4.66vw auto no-repeat;
    transform: scale(-1, 1);
  }
  .assets .fpage .howto-step-wrap .step-box .h3-deco::before {
    background: url(/html/user_data/assets/img/common/simurlator-ico01-sp.png)
      center top / 4.66vw auto no-repeat;
  }
  .assets .fpage .howto-step-wrap .step-box .more.scl a {
    width: 100%;
    margin-bottom: 10px;
    padding: 18px 18px 18px 50px;
  }
  .assets .fpage .howto-step-wrap .step-box .more.scl a {
    width: 100%;
    margin-bottom: 10px;
    padding: 18px 18px 18px 50px;
  }
  .assets .fpage .howto-step-wrap .step-box .width98 {
    text-align: center;
  }
  .assets .fpage .howto-step-wrap .step-box .width98 img {
    width: 26.13vw;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.case
    .cont-box.left
    figure
    img {
    margin-bottom: 2.66vw;
    width: 100%;
  }
  .assets .fpage .howto-step-wrap .step-box .inner-box {
    padding: 5.33vw 2.66vw;
    margin-top: 0;
  }
  .assets .more {
    text-align: center;
  }
  .assets .more a {
    font-size: calc(14 / 3.75 * 1vw);
    font-weight: bold;
    color: #e8343d;
    border: #ddd solid 1px;
    border-radius: calc(5 / 3.75 * 1vw);
    display: block;
  }
  .assets .more a {
    width: 100%;
  }
  .assets .p-link-box .type01.pd {
    line-height: 1.5;
    padding: 40px;
  }
  .assets .p-link-box .type01 {
    /*background: #fff url(/assets/img/common/icn_link_arr_g.png) right
      calc(20 / 3.75 * 1vw) center / calc(8 / 3.75 * 1vw) auto no-repeat;
    font-size: calc(15 / 3.75 * 1vw);
    height: calc(50 / 3.75 * 1vw);
    width: 100%;*/
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .h3-deco.fnt-m {
    font-size: 3.46vw !important;
    line-height: 1.5;
    padding: 0 8px;
    margin-top: 0;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .h3-deco em {
    font-size: 16px;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .temp-box p {
    font-size: 3.2vw;
    text-align: left;
    margin-bottom: 50px;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .temp-box ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8vw 0 2.66vw;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp .list-temp ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .temp-box ul li {
    margin: 0;
    align-items: center;
    display: flex;
    margin-bottom: 5.33vw;
    width: 20.2vw;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.tmp
    .list-temp
    ul
    li
    img {
    width: 100%;
    height: auto;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .temp-box ul li img {
    width: 100%;
    height: auto;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.tmp
    .list-temp
    ul
    li {
    margin: 2vw 2.66vw;
    width: 16vw;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.tmp
    .list-temp:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 0 transparent;
    border-right: solid 3.2vw transparent;
    border-bottom: solid 17.86vw #1db9c6;
    border-left: solid 3.2vw transparent;
    position: absolute;
    left: 5.33vw;
    top: -17.86vw;
    z-index: 10;
  }
  .assets .fpage .howto-step-wrap .step-box p.title-info {
    color: #555;
    font-size: 3.46vw;
    line-height: 1.75;
    margin-bottom: 2.66vw;
    text-align: left;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp {
    flex-direction: column-reverse;
    margin: 8vw 0 8vw;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp .list-temp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #1db9c6;
    position: relative;
    padding: 2.66vw 0 0.66vw;
    width: 100%;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp .right {
    width: 100%;
    height: auto;
    padding: 5.33vw 2.66vw;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.tmp
    .right
    .shadow
    img {
    width: 100%;
    height: auto;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .flx-box.tmp .right .title {
    margin-bottom: 6.66vw;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .h3-deco::before {
    background: url(/html/user_data/assets/img/common/simurlator-ico01.png)
      center top / 4.66vw auto no-repeat;
    margin-right: 16px;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .h3-deco::after {
    background: url(/html/user_data/assets/img/common/simurlator-ico01.png)
      center top / 4.66vw auto no-repeat;
    margin-left: 16px;
    transform: scale(-1, 1);
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .bnr-smpl-box {
    width: 100%;
    margin: 30px auto 50px;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .bnr-smpl-box .bln-txt {
    font-size: 3.75vw;
    height: 10vw;
    width: 66.6666vw;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .bnr-smpl-box
    .bln-txt::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #1db9c6 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    z-index: 99;
  }
  .assets .p-link-box.pd {
    padding: 0;
  }
  .assets .fpage .howto-step-wrap .step-box.step02 .flx-box.case .cont-box {
    align-items: center;
    box-shadow: 1px 2px 4px 3px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    padding: 2.66vw;
    width: 44.8vw;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.case
    .cont-box
    .title {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.case
    .cont-box
    .title
    span {
    display: block;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.33vw;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.case
    .cont-box
    figure {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 38vw;
    margin: 2.66vw 0 0;
    width: 100%;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.case
    .cont-box
    figure
    figcaption {
    color: #cc468d;
    display: block;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin-left: 0;
    line-height: 1.5;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.case
    .cont-box.right
    figure
    img {
    margin-bottom: 2.66vw;
    width: 24vw;
    height: auto;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.case
    .cont-box
    figure {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 38vw;
    margin: 2.66vw 0 0;
    width: 100%;
    padding-bottom: 10vw;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.case
    .cont-box
    .txt.ai-fs {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .assets
    .fpage
    .howto-step-wrap
    .step-box.step02
    .flx-box.case
    .cont-box
    a.ai-fs {
    margin: auto 0 0 auto !important;
  }
  .assets .fpage .howto-step-wrap .step-box::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 5.33vw #777777;
    border-right: solid 6.66vw transparent;
    border-bottom: solid 0 transparent;
    border-left: solid 6.66vw transparent;
    position: absolute;
    bottom: -5.43vw;
    left: calc(50% - 6.66vw);
  }
  .assets .fpage .howto-step-wrap .step-box.step03 figure {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
  }
  .assets .fpage .howto-step-wrap .step-box.step03 figure img {
    width: 100%;
    height: auto;
  }
  .assets .fpage .howto-step-wrap .step-box.step03 figure figcaption {
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    margin-top: 4vw;
  }
  .assets .fpage .howto-step-wrap .step-box.step03 .fs16 {
    font-size: 3.46vw !important;
    letter-spacing: -0.05em;
  }
  .assets .fpage .howto-step-wrap .step-box.step03 p.notice {
    color: #555;
    font-size: 3.73vw;
    font-weight: bold;
    text-align: center;
  }
  .assets .fpage.graduate .howto-step-wrap .step-box.step04 figure {
    width: 100%;
  }
  .assets .fpage.graduate .howto-step-wrap .step-box.step04 figure img {
    width: 100%;
    height: auto;
  }
  .assets .fpage .howto-step-wrap .step-box figure.full-width {
    width: 100%;
  }
}
/* ▲ステップ/特徴②▲ */

/* ▼ステップ/特徴③ */
.assets ul.print-about02,
.assets ol.print-about03 {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.assets ul .print-tokucho {
  width: 31%;
  height: auto;
  background-color: #f3f3f3;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 20px;
}
.assets ul .print-tokucho .tokucho-title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #8f989d;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
}
.assets ul .print-tokucho .tokucho-midasi {
  width: 100%;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.assets ul .print-tokucho .tokucho-txt {
  width: 85%;
  height: 115px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}
.assets ul .print-tokucho img {
  width: 85%;
}
.assets ul .print-tokucho .tokucho-color {
  width: 85%;
  height: 50px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  display: inline-block;
  text-align: left;
}
.assets ul .print-tokucho .colorSampleIcon {
  width: 24px;
  height: 22px;
}
.assets .mr10 {
  margin-right: 10px !important;
}
.assets .smallLinkButton {
  display: inline-block;
  padding: 9px 30px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
  color: #e8373d;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (not (min-width: 768px)) {
  .assets ul.print-about02,
  .assets ol.print-about03 {
    display: block;
  }
  .assets ul .print-tokucho {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0;
    background-color: #f3f3f3;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
  }
  .assets ul .print-tokucho .tokucho-title {
    height: 35px;
    font-size: calc(14 / 3.75 * 1vw);
    line-height: 35px;
  }
  .assets ul .print-tokucho .tokucho-txt {
    width: 90%;
    height: auto;
    margin-bottom: 10px;
    line-height: 1.8;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
  }
  .assets ul .print-tokucho .tokucho-color {
    width: 85%;
    height: auto;
    font-weight: 500;
    font-size: calc(12 / 3.75 * 1vw);
    line-height: 1.3;
    display: inline-block;
    text-align: left;
    margin: 0 auto 10px;
  }
  .assets ul .print-tokucho img {
    width: 195px;
    height: auto;
    margin-bottom: 20px;
  }
  .assets ul .print-tokucho.color-mihon .smallLinkButton {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    height: 50px;
    line-height: 3.2;
    margin-bottom: 10px !important;
  }
  .assets ul .print-tokucho .colorSampleIcon {
    width: 24px;
    height: 22px;
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
/* ▲ステップ/特徴③▲ */

/* ▼表①▼ */
.assets .difference-table {
  border-collapse: collapse;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  text-align: left;
}
.assets .difference-table .difference-side {
  background: #efefef;
  height: 40px;
}
.assets .difference-table .blnone {
  border-left-style: hidden;
}
.assets .difference-table .vertical {
  width: 85px;
}
.assets .difference-table td,
.assets .print .difference-table th {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 15px;
}
.assets .difference-table th {
  background: #efefef;
}
.assets .fs13 {
  font-size: 13px !important;
}
.assets .difference-table .gray-txt02 {
  color: #6b6b6b;
  font-size: 13px;
}
.assets .pt10 {
  padding-top: 10px !important;
  box-sizing: border-box;
}
.assets .difference-table .linkButton {
  font-size: 14px;
  min-width: 0;
  border-radius: 5px;
  border: #ddd solid 1px;
  color: #e8373d;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 15px 15px 15px 0;
  box-shadow: 0 2px 0 #ddd;
  width: 210px;
  text-align: center;
  padding: 15px 15px 15px 0;
  background: url(https://www.shop-stationery.com//html/user_data/assets/img/common/xarrow1_up.png.pagespeed.ic.rOgulTSjlP.webp)
    no-repeat right 15px center;
  display: block;
  margin: 0 auto;
}
.assets .difference-table td,
.assets .difference-table th {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 15px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .difference-table .vertical {
    width: 11%;
    line-height: 1.3;
  }
  .assets .difference-table td {
    font-size: calc(12 / 3.75 * 1vw);
    line-height: 1.5;
  }
  .assets .difference-table td,
  .assets .difference-table th {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 5px 3px;
  }
  .assets .difference-table .gray-txt02 {
    color: #6b6b6b;
    font-size: calc(12 / 3.75 * 1vw);
  }
  .assets .difference-table .linkButton-sp {
    font-size: calc(12 / 3.75 * 1vw);
    font-weight: bold;
    color: #e8343d;
    border-bottom: 1px solid #e8343d;
    background: none;
    padding: 0;
  }
  .assets .difference-table td img {
    width: 100%;
    height: auto;
  }
}
/* ▲表①▲ */

/* ▼表②▼ */
.assets .p-h3-type01 img {
  width: 45px;
  height: auto;
  vertical-align: middle;
  margin-left: 20px;
}
/* ▲表②▲ */

/* ▼表③▼ */
.assets .priceTable {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 15px;
  border-left: none;
  border-right: none;
}
.assets .priceTable p {
  line-height: 1.8;
}
.assets .fb {
  font-weight: 700;
}
.assets .priceTable .printPrice .red {
  color: #e8373d;
}
.assets .priceTable td,
.assets .priceTable th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 10px 15px;
  vertical-align: middle;
}
.assets .priceTable th {
  background: #efefef;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.assets .priceTable .printrange {
  background: #efefef;
  border-left: 1px solid #ccc;
  text-align: center;
}
.assets .priceTable .printPrice {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0;
}
@media only screen and (not (min-width: 768px)) {
  .assets .priceTable {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 15px;
    border-left: none;
    border-right: none;
    margin-bottom: 30px !important;
  }
  .assets .priceTable td,
  .assets .priceTable th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    line-height: 1.5;
    padding: 5px;
  }
  .assets .priceTable th {
    background: #efefef;
    font-size: calc(14 / 3.75 * 1vw);
    font-weight: bold;
    text-align: center;
  }
  .assets .priceTable p {
    font-size: calc(13 / 3.75 * 1vw);
  }
  .assets .priceTable .printPrice {
    font-weight: bold;
    font-size: calc(14 / 3.75 * 1vw);
    line-height: 1.4;
    margin-top: 0;
  }
  .assets .priceTable img {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .assets .priceTable .caution {
    font-size: calc(12 / 3.75 * 1vw) !important;
    font-weight: 500;
  }
  .assets .p-h3-type01 img {
    width: 45px;
    height: auto;
    vertical-align: middle;
    margin-left: 20px;
  }
}
/* ▲表③▲ */

/* ▼表④▼ */
.assets .design-page a.txt-link {
  color: #27a3cd;
  text-decoration: underline;
}
.assets .design-page a.txt-link:hover {
  text-decoration: none;
}
.assets a.txt-link:hover {
    text-decoration: none;
}
.assets .design-page .flx-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.assets .design-page.block-table {
  padding-bottom: 60px;
  line-height: 1.8;
}
.assets .design-page.block-table .sub-lead {
  margin-bottom: 40px;
}
.assets .design-page.block-table .howto-wrap .flx-box {
  width: 250px;
}
.assets .design-page.block-table .howto-wrap .flx-box.simulator {
  width: 380px;
}
.assets .design-page.block-table .howto-wrap .flx-box .title-box {
  align-items: center;
  background: #1db9c6;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 21px;
  font-weight: bold;
  height: 80px;
  justify-content: center;
}
.assets a.anc-link {
  font-size: 13px;
  background: url(/html/user_data/assets/img/common/arrow4.png) right top 3px /
    11px auto no-repeat;
  padding-right: 16px;
  text-decoration: underline;
  color: #28a3cd;
  font-weight: 500;
}
.assets .design-page.block-table .howto-wrap .flx-box .title-box span {
  font-size: 14px;
}
.assets .design-page.block-table .howto-wrap .flx-box.sakusei .title-box {
  background: #cc468d;
}
.assets .design-page.block-table .howto-wrap .flx-box.data .title-box {
  background: #beab25;
}
.assets .design-page.block-table .howto-wrap .flx-box:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 125px 0 125px;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(1px 5px 4px rgb(0, 0, 0, 0.1));
}
.assets .design-page.block-table .howto-wrap .flx-box.simulator:after {
  border-width: 27px 190px 0 190px;
}
.assets .design-page.block-table .howto-wrap .flx-box .detail-box {
  box-shadow: 1px 2px 6px 0 rgb(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 350px;
  padding: 8px 10px 20px;
}
.assets .design-page.block-table .howto-wrap .flx-box .detail-box figure.upper {
  align-items: flex-start;
  display: flex;
  height: 164px;
  margin: 0;
  padding: 0 0 10px;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.simulator
  .detail-box
  figure.upper {
  justify-content: flex-start;
  padding-left: 10px;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.simulator
  .detail-box
  figure.upper
  img {
  margin-right: 9px;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.sakusei
  .detail-box
  figure.upper {
  align-items: flex-end;
  justify-content: center;
  padding-left: 10px;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.sakusei
  .detail-box
  figure.upper
  figcaption {
  align-items: center;
  color: #cc468d;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.data
  .detail-box
  figure.upper {
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.simulator
  .detail-box
  p
  span {
  display: block;
  margin: -18px 3px 0 0;
  text-align: right;
  width: 100%;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.simulator
  .detail-box
  .lower,
.assets
  .design-page.block-title.simurator
  .flx-wrap.lower
  .flx-box.left
  .lower {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto 0 0;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.simulator
  .detail-box
  .lower
  .sub-title,
.assets
  .design-page.block-title.simurator
  .flx-wrap.lower
  .flx-box.left
  .lower
  .sub-title {
  align-items: center;
  background: #1db9c6;
  box-shadow: 1px 2px 6px 0 rgb(0, 0, 0, 0.2);
  border-radius: 15px;
  color: #fff;
  display: flex;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  position: relative;
  width: 175px;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.simulator
  .detail-box
  .lower
  .sub-title:after,
.assets
  .design-page.block-title.simurator
  .flx-wrap.lower
  .flx-box.left
  .lower
  .sub-title:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #1db9c6 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  z-index: 1;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.simulator
  .detail-box
  .lower
  .gr-txt,
.assets
  .design-page.block-title.simurator
  .flx-wrap.lower
  .flx-box.left
  .lower
  .gr-txt {
  position: absolute;
  bottom: 4px;
  font-size: 12px;
  color: #808080;
  letter-spacing: 3px;
  font-weight: bold;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.simulator
  .detail-box
  .lower
  .bnr-box,
.assets
  .design-page.block-title.simurator
  .flx-wrap.lower
  .flx-box.left
  .lower
  .bnr-box {
  align-items: center;
  box-shadow: 1px 2px 6px 0 rgb(0, 0, 0, 0.2);
  display: flex;
  height: 55px;
  justify-content: center;
  position: relative;
  width: 335px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.simulator
  .detail-box
  .lower
  .bnr-box:hover
  .gr-txt,
.assets
  .design-page.block-title.simurator
  .flx-wrap.lower
  .flx-box.left
  .lower
  .bnr-box:hover
  .gr-txt {
  opacity: 0.7;
  transition: all 0.15s ease-in-out;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.simulator
  .detail-box
  .lower
  .bnr-box:hover,
.assets
  .design-page.block-title.simurator
  .flx-wrap.lower
  .flx-box.left
  .lower
  .bnr-box:hover {
  border: 1px solid #1db9c6;
}
.assets .design-page.block-table .howto-wrap .flx-box .detail-box .anc-btn {
  align-items: center;
  border: 1px solid #cc468d;
  border-radius: 20px;
  color: #cc468d;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin: auto auto 0;
  height: 40px;
  position: relative;
  transition: 0.3s ease;
  width: 200px;
  background: url(/html/user_data/assets/img/common/arrow3_p_down.png) no-repeat
    right 25px center;
  background-size: auto 8px;
}

.assets
  .design-page.block-table
  .howto-wrap
  .flx-box
  .detail-box
  .anc-btn.data {
  background: url(/html/user_data/assets/img/common/arrow3_y_down.png) no-repeat
    right 25px center;
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box
  .detail-box
  .anc-btn:hover {
  background-color: rgba(255, 237, 152, 0.3);
}
.assets
  .design-page.block-table
  .howto-wrap
  .flx-box.data
  .detail-box
  .anc-btn {
  border: 1px solid #beab25;
  color: #beab25;
}
.assets .design-page.block-table table {
  border-collapse: collapse;
  margin-top: 10px;
}
.assets .design-page.block-table table p {
  line-height: 1.8;
}
.assets .design-page.block-table table th {
  background: #f4f4f2;
  color: #707070;
  font-weight: bold;
  height: 125px;
  vertical-align: middle;
  text-align: center;
  width: 120px;
}
.assets .design-page.block-table1 table tr:nth-child(odd) th {
  background: #e9e9e5;
}
.assets .design-page.block-table table th img {
  margin-bottom: 6px;
}
.assets .design-page.block-table table td {
  padding-top: 13px;
  vertical-align: top;
  text-align: center;
}
.assets .design-page.block-table table tr:nth-child(odd) td {
  background: #f4f4f2;
}
.assets .design-page.block-table table td:nth-child(2),
.assets .design-page.block-table table td:nth-child(3) {
  border-right: 1px solid #e9e9e5;
}
.assets .design-page.block-table table td:nth-child(2) {
  width: 280px;
}
.assets .design-page.block-table table td:nth-child(3) {
  width: 290px;
}
.assets .design-page.block-table table td:nth-child(4) {
  width: 270px;
}
.assets .design-page.block-table .icn-round-dbl,
.assets .design-page.block-table .icn-round {
  align-items: center;
  border: 4px solid #1db9c6;
  border-radius: 15px;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0 auto 10px;
  width: 30px;
}
.assets .design-page.block-table .icn-round02 {
  align-items: center;
  border: 4px solid #beab25;
  border-radius: 15px;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0 auto 10px;
  width: 30px;
}
.assets .design-page.block-table .icn-round-dbl::before {
  border: 4px solid #1db9c6;
  border-radius: 7px;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
}
.assets .design-page.block-table table td:nth-child(3) .icn-round-dbl,
.assets .design-page.block-table table td:nth-child(3) .icn-round-dbl::before {
  border: 4px solid #cc468d;
}
.assets .design-page.block-table table td:nth-child(4) .icn-round-dbl,
.assets .design-page.block-table table td:nth-child(4) .icn-round-dbl::before {
  border: 4px solid #beab25;
}
.assets .design-page.block-table .icn-tri img {
  height: auto;
  margin: 2px 0 10px;
  width: 32px;
}
.assets .design-page.block-table .icn-crs {
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  margin: 2px auto 8px;
}
.assets .design-page.block-table .icn-crs::before,
.assets .design-page.block-table .icn-crs::after {
  background: #cc468d;
  content: "";
  display: block;
  transform: rotate(45deg);
  transform-origin: center center;
  height: 4px;
  width: 30px;
  position: absolute;
  bottom: 50%;
}
.assets .design-page.block-table .icn-crs::after {
  transform: rotate(-45deg);
}
.assets .design-page.block-table table td figure {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 32px;
  margin-bottom: 16px;
}
.assets .design-page.block-table table td figure .icn-pls {
  display: block;
  height: 12px;
  position: relative;
  margin-right: 10px;
  width: 12px;
}
.assets .design-page.block-table table td figure .icn-pls::before,
.assets .design-page.block-table table td figure .icn-pls::after {
  background: #707070;
  content: "";
  display: block;
  transform-origin: center center;
  height: 2px;
  width: 12px;
  position: absolute;
  bottom: 50%;
}
.assets .design-page.block-table table td figure .icn-pls::after {
  transform: rotate(90deg);
}
.assets .design-page.block-table table td p {
  font-size: 12px;
  margin: 0 auto;
  width: 180px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .design-page-sp .flx-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .assets .design-page-sp.block-table .howto-wrap .flx-box {
    width: 30.66vw;
    line-height: 1.8;
  }
  .assets .design-page-sp.block-table .howto-wrap .flx-box .title-box {
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
  }
  .assets .design-page-sp.block-table .howto-wrap .flx-box .detail-box p {
    font-size: 3.2vw;
    line-height: 1.25;
    text-align: left;
  }
  .assets .design-page-sp.block-table .howto-wrap .flx-box .title-box span {
    align-items: center;
    background: #1db9c6;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 3.73vw;
    height: 13.33vw;
    justify-content: center;
    box-shadow: 1px 2px 6px 0 rgb(0, 0, 0, 0.2);
  }
  .assets .design-page-sp .txt-clr-sim {
    color: #1db9c6;
  }
  .assets .design-page-sp .txt-clr-saku {
    color: #cc468d;
  }
  .assets .design-page-sp .txt-clr-data {
    color: #beab25;
  }
  .assets
    .design-page-sp.block-table
    .howto-wrap
    .flx-box.sakusei
    .title-box
    span {
    background: #cc468d;
  }
  .assets
    .design-page-sp.block-table
    .howto-wrap
    .flx-box.data
    .title-box
    span {
    background: #beab25;
  }
  .assets .design-page-sp.block-table .howto-wrap .flx-box .detail-box {
    box-shadow: 1px 2px 6px 0 rgb(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    height: 72vw;
    padding: 1.33vw;
  }
  .assets
    .design-page-sp.block-table
    .howto-wrap
    .flx-box.data
    .detail-box
    figure {
    padding: 13.33vw 1.33vw 10.66vw;
  }
  .assets
    .design-page-sp.block-table
    .howto-wrap
    .flx-box.sakusei
    .detail-box
    figure
    figcaption {
    align-items: center;
    color: #cc468d;
    display: block;
    font-size: 2.93vw;
    font-weight: bold;
    text-align: left;
    margin-top: 1.33vw;
    letter-spacing: -0.05em;
    line-height: 1.5;
  }
  .assets
    .design-page-sp.block-table
    .howto-wrap
    .flx-box.sakusei
    .detail-box
    figure {
    padding: 2.66vw 0 1.33vw;
  }
  .assets .design-page-sp.block-table .howto-wrap .flx-box.simulator .lower,
  .assets .design-page-sp.block-table .howto-wrap .txt-tac {
    margin: auto 0 0;
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .assets .design-page-sp.block-table .howto-wrap .flx-box.simulator .lower a {
    background: #1db9c6;
    box-shadow: 1px 2px 6px 0 rgb(0, 0, 0, 0.2);
    border-radius: 1.33vw;
    display: flex;
    align-items: center;
    font-size: 3.2vw;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    margin: 1.33vw 0;
    height: 10.66vw;
  }
  .assets .design-page-sp.block-table .howto-wrap .flx-box:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.33vw 15.33vw 0 15.33vw;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(1px 5px 4px rgb(0, 0, 0, 0.1));
  }
  .assets .design-page-sp.block-table .icn-round-dbl,
  .assets .design-page-sp.block-table .icn-round {
    align-items: center;
    border: 1.06vw solid #1db9c6;
    border-radius: 4vw;
    display: flex;
    height: 8vw;
    justify-content: center;
    margin: 0 auto 2.66vw;
    width: 8vw;
  }
  .assets .design-page-sp.block-table .icn-round-dbl,
  .assets .design-page-sp.block-table .icn-round {
    align-items: center;
    border: 1.06vw solid #1db9c6;
    border-radius: 4vw;
    display: flex;
    height: 8vw;
    justify-content: center;
    margin: 0 auto 2.66vw;
    width: 8vw;
  }
  .assets .design-page-sp.block-table .icn-round02 {
    align-items: center;
    border: 1.06vw solid #beab25;
    border-radius: 4vw;
    display: flex;
    height: 8vw;
    justify-content: center;
    margin: 0 auto 2.66vw;
    width: 8vw;
  }
  .assets .design-page-sp.block-table .icn-round-dbl,
  .assets .design-page-sp.block-table .icn-round {
    align-items: center;
    border-radius: 4vw;
    display: flex;
    height: 8vw;
    justify-content: center;
    margin: 0 auto 2.66vw;
    width: 8vw;
  }
  .assets .design-page-sp.block-table table td:nth-child(3) .icn-round-dbl,
  .assets
    .design-page-sp.block-table
    table
    td:nth-child(3)
    .icn-round-dbl::before {
    border: 1.06vw solid #beab25;
  }
  .assets .design-page-sp.block-table .icn-round-dbl::before {
    border: 4px solid #1db9c6;
    border-radius: 2vw;
    content: "";
    display: block;
    height: 2vw;
    width: 2vw;
  }
  .assets .design-page-sp.block-table table td:nth-child(2) .icn-round-dbl,
  .design-page-sp.block-table table td:nth-child(2) .icn-round-dbl::before {
    border: 1.06vw solid #cc468d;
  }
  .assets .design-page-sp.block-table .icn-tri img {
    display: block;
    margin: 1.33vw auto 2.66vw;
    height: auto;
    width: 8.3vw;
  }
  .assets
    .design-page-sp.block-table
    .howto-wrap
    .flx-box.simulator
    .detail-box
    figure {
    padding: 0.66vw 0 1.33vw;
    height: auto;
  }
  .assets .design-page-sp.block-table .icn-crs {
    display: block;
    height: 8vw;
    width: 8vw;
    position: relative;
    margin: 1px auto 2.13vw;
  }
  .assets .design-page-sp.block-table .icn-crs::before,
  .assets .design-page-sp.block-table .icn-crs::after {
    background: #cc468d;
    content: "";
    display: block;
    transform: rotate(45deg);
    transform-origin: center center;
    height: 1.06vw;
    width: 8vw;
    position: absolute;
    bottom: 50%;
  }
  .assets .design-page-sp.block-table .icn-crs::after {
    transform: rotate(-45deg);
  }
  .assets .design-page-sp.block-table table td figure.img02 .icn-pls {
    background: #bab9b7;
    border-radius: 2.66vw;
    align-items: center;
    font-size: 2.93vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 5.33vw;
    width: 22.4vw;
    margin-bottom: 1.33vw;
  }
  .assets .design-page-sp.block-table table td figure {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 20vw;
    justify-content: center;
  }
  .assets .design-page-sp.block-table table td figure.img02 img {
    width: 23.46vw;
  }
  .assets .design-page-sp.block-table table td figure.img03 img {
    width: 11.46vw;
    height: auto;
  }
}
/* ▲表④▲ */
/* ▼表⑤▼ */
.assets .bagink-difference {
  font-size: 13px;
}
.assets table {
  margin: 15px auto 20px auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.assets table th {
  padding: 12px 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.assets table td {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}
@media only screen and (not (min-width: 768px)) {
  .assets .bagink-difference td {
    font-size: calc(12 / 3.75 * 1vw);
    line-height: 1.5;
  }
}
/* ▲表⑤▲ */

/* ▼表⑥▼ */
.assets .item-sub.clearfile .cate.orank {
  display: block;
  width: 715px;
}
.assets .item-sub .cate.orank .priceList p.title {
  font-size: 12px;
  font-weight: bold;
}
.assets .item-sub p {
  line-height: 1.5;
}
.assets .item-sub .cate.orank .priceList table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: #ddd solid 1px;
  margin: 5px 0 2px;
}
.assets .item-sub.clearfile .cate.orank .priceList table th,
.assets .priceList table td {
  font-size: 13px;
  border: #ddd solid 1px;
  text-align: center;
  padding: 5px 10px;
}
.assets .item-sub .cate.orank .priceList table th {
  font-size: 12px;
  color: #888;
  background-color: #f9f9f9;
}
.assets .item-sub .cate.orank .priceList p.note {
  font-size: 11px;
}
.assets .item-sub.clearfile .cate.orank.tam01 .priceList table th,
.priceList table td {
  font-size: 12px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .item-sub.clearfile .cate.orank {
    width: auto;
  }
  .assets .item-sub.clearfile .cate.orank.tam01 .priceList table th,
  .assets .priceList table td {
    font-size: 12px;
    padding: 5px 0px;
  }
  .assets .item-sub .cate.orank.tam01 .priceList table th {
    padding: 7px 10px;
    vertical-align: middle;
  }
}
/* ▲表⑥▲ */

/* ▼プリント・加工方法①　※カテゴリ上または下▼ */
.assets .p-naire-box .p-flex-box {
  display: flex;
  justify-content: space-between;
}
.assets .p-naire-box .p-cont-box {
  width: 48%;
  margin-bottom: 30px;
  border: #ddd solid 1px;
}
.assets .p-naire-box .p-cont-box .p-catch {
  font-size: 16px;
  border-bottom: #ddd solid 1px;
  padding: 20px;
  margin-bottom: 0;
  font-weight: bold;
  background-color: #f2f2f2;
  line-height: 1.3;
}
.assets .p-naire-box .p-cont-box img {
  width: 100%;
  height: auto;
}
.assets .p-naire-box .p-cont-box p {
  text-align: left;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.assets .p-link {
  margin: 0 0 20px;
}
.assets .p-link a {
  font-size: 13px;
  background: url(/assets/img/common/footer_icn_arr01.png) right top 1px / 8px
    auto no-repeat;
  padding-right: 16px;
  font-weight: 500;
  margin-top: 15px;
}
.assets .p-link li {
  text-align: left;
  font-size: 14px;
  padding: 2px 0;
}
.assets .p-naire-box .p-cont-box a {
  color: #27a3cd;
  text-align: right;
  text-decoration: underline;
  display: inline-block;
  margin-left: 15px;
}
/* ▲プリント・加工方法①　※カテゴリ上または下▲ */

/* ▼プリント・加工方法②　※カテゴリ下▼ */
.assets .cate-common.tokucho .cont .inner {
  padding-top: 10px;
}
.assets .cate-common.tokucho p.title {
  padding-top: 10px;
  padding-bottom: 0;
  text-align: center;
}
.assets .cate-common.tokucho .link a {
  color: #27a3cd;
  text-align: right;
  text-decoration: underline;
  display: inline-block;
}
/* ▲プリント・加工方法②　※カテゴリ下▲ */

/* ▼メリット①　※カテゴリ下▼ */
.assets .cate-common.merit .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  justify-content: space-between;
  text-align: center;
}
.assets .cate-common.merit .cont .inner {
  display: flex;
  flex-wrap: nowrap;
  width: 48%;
  text-align: center;
}
.assets .cate-common.merit .cont .inner div {
  background-color: #fff9ee;
}
.assets .cate-common.merit p.title {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 10px 5px;
}
.assets .cate-common.merit p.txt {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  padding: 10px 20px 10px;
  text-align: left;
}
.assets .cate-common.merit:last-child {
  padding-bottom: 1px;
  margin-bottom: -20px;
}
/* ▲メリット①　※カテゴリ下▲ */

/* ▼メリット②　※カテゴリ下▼ */
.assets .cate-co .mmonassets.cate-common.merit .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  justify-content: space-between;
  text-align: center;
}
.assets .cate-common.merit .cont .inner {
  display: flex;
  flex-wrap: nowrap;
  width: 48%;
  text-align: center;
}
.assets .cate-common.merit p.title {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 10px 5px;
}
.assets .cate-common.merit p.txt {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  padding: 10px 20px 10px;
  text-align: left;
}
.assets .cate-common.merit .cont .inner img {
  display: block;
  width: 200px;
}
/* ▲メリット②　※カテゴリ下▲ */

/* ▼メリット③　※フリーページ▼ */
.assets .print .print-about01 {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.assets .print .print-about01 .left-container.inkjet03 {
  width: 55%;
  margin-right: 50px;
}
.assets .print p {
  font-size: 13px;
  line-height: 1.8;
}
.assets .print-about01 .left-container .red-disk {
  margin-bottom: 15px;
}
.assets .t-shirt-print.print .print-about01 .right-container.inkjet04 {
  margin-right: 45px;
  width: 330px;
  height: auto;
  object-fit: cover;
}
.assets .t-shirt-print .red-disk::before {
  content: "●";
  font-size: 8px;
  color: #e8343d;
  position: absolute;
  transform: translateY(25%);
}
.assets .t-shirt-print .red-disk span {
  padding-left: 16px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .print .print-about01 {
    display: block;
    width: 100%;
    margin-top: auto;
  }
  .assets .print .print-about01 .left-container.inkjet03 {
    width: 100%;
  }
  .assets .print p {
    font-size: calc(13 / 3.75 * 1vw);
  }
  .assets .t-shirt-print.print .print-about01 .right-container.inkjet04 {
    width: 100%;
    margin-right: 50px;
    margin: 10px auto 15px;
  }
  .assets .print .print-about01 .right-container img {
    width: 100%;
    height: auto;
  }
  .assets .cate-common.scene p.title {
    font-size: calc(13 / 3.75 * 1vw);
    line-height: 1.4;
  }
}
/* ▲メリット③　※フリーページ▲ */

/* ▼利用シーン・用途①　※小カテゴリ下▼ */
.assets .cate-common.scene .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  justify-content: space-between;
  text-align: center;
}
.assets .cate-common.scene .cont .inner {
  width: 32%;
  text-align: center;
}
.assets .cate-common.scene p.title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  padding: 10px 10px 3px 10px;
}
.assets .cate-common.scene .cont .inner img {
  display: block;
  width: 220px;
  margin: 0 auto;
  padding: 0 10px 10px;
}
.assets .cate-common.scene p.txt {
  font-size: 12px;
  color: #333;
  padding: 0 4px 10px;
  text-align: left;
  line-height: 1.4;
}
@media only screen and (not (min-width: 768px)) {
  .assets .cate-common.scene .cont {
    gap: calc(20 / 3.75 * 1vw) calc(8 / 3.75 * 1vw);
    margin-bottom: calc(20 / 3.75 * 1vw);
    padding: 0 calc(10 / 3.75 * 1vw);
  }
  .assets .cate-common.scene .cont .inner {
    border: #ddd solid 1px;
    width: 48%;
  }
  .assets .cate-common.scene p.title {
    font-size: calc(13 / 3.75 * 1vw);
    line-height: 1.4;
  }
}
/* ▲利用シーン・用途①　※小カテゴリ下▲ */

/* ▼利用シーン・用途②　※小カテゴリ下▼ */
.assets .item-sub.nonwoven-bag.scene h4 {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.assets .item-sub p {
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (not (min-width: 768px)) {
  .assets .item-sub.nonwoven-bag.scene h4 {
    margin-bottom: 10px;
  }
  .assets .item-sub p {
    font-size: calc(13 / 3.75 * 1vw);
    line-height: 1.5;
  }
}
/* ▲利用シーン・用途②　※小カテゴリ下▲ */

/* ▼おすすめの商品　※小カテゴリ上▼ */
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .col2 {
  display: flex;
  justify-content: space-between;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .col2-cont {
  width: 48%;
  padding: 24px 27px;
  border: #ddd solid 1px;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .col2-cont .reco_products {
  display: flex;
  margin-bottom: 20px;
}
.assets
  .item-sub.p-sub-nonwoven-box.nonwoven02
  .col2-cont
  .reco_products
  .spec {
  padding-left: 30px;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .spec h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 4px;
  color: inherit;
  transition: none;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .spec .tub {
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #8f989d;
  border-radius: 2px;
  padding: 6px 10px;
  margin-bottom: 10px;
  width: 100px;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .spec .p {
  color: inherit;
  font-size: 11px;
  padding-bottom: 8px;
  line-height: 1.8;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .spec .p span b {
  font-size: 16px;
  line-height: 1.2;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .spec .c {
  font-size: 11px;
  display: block;
  margin-bottom: 10px;
  color: #999;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .spec .size {
  font-size: 11px;
  font-weight: bold;
  color: #222;
  line-height: 1.7;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .copy p.title {
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 10px;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .copy p {
  font-size: 12px;
  padding-bottom: 15px;
  line-height: 1.5;
}
.assets .item-sub.p-sub-nonwoven-box.nonwoven02 .col2 .col2-cont .p-link-box {
  text-align: right;
}
.assets a.txt-link {
  font-size: 13px;
  background: url(/html/user_data/assets/img/common/footer_icn_arr01.png) right
    top 1px / 8px auto no-repeat;
  padding-right: 16px;
  text-decoration: underline;
  color: #28a3cd;
  font-weight: 500;
}
@media only screen and (not (min-width: 768px)) {
  .assets .item-sub.p-sub-nonwoven-box.nonwoven02 .col2 {
    display: block;
  }
  .assets .item-sub.p-sub-nonwoven-box.nonwoven02 .col2-cont {
    margin-bottom: 20px;
    padding: 20px 7px;
    text-align: left;
    border: #ddd solid 1px;
    width: 100%;
  }
  .assets .item-sub.p-sub-nonwoven-box.nonwoven02 .reco_products img {
    width: 156px;
    height: 180px;
  }
  .assets
    .item-sub.p-sub-nonwoven-box.nonwoven02
    .col2-cont
    .reco_products
    .spec {
    padding-left: 10px;
  }
  .assets .item-sub.p-sub-nonwoven-box.nonwoven02 .spec h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    transition: all 0.15s ease-in-out;
    padding-bottom: 2px;
  }
}
/* ▲おすすめの商品　※小カテゴリ上▲ */

/* ▼タイプから探す①②　※大カテゴリ上▼ */
.assets .p-3col-box .item-3col-box a {
  padding-bottom: 10px;
  min-height: 0;
}
.assets .p-3col-box .flx-box .item-3col-box > a {
  min-height: 222px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-3col-box .flx-box .item-3col-box > a {
    min-height: calc(151 / 3.75 * 1vw);
  }
  .assets .cate-common.merit .cont {
    display: block;
    margin-bottom: calc(20 / 3.75 * 1vw);
  }
  .assets .cate-common.merit .cont .inner {
    border: #ddd solid 1px;
    width: 100%;
    margin-bottom: calc(20 / 3.75 * 1vw);
    align-items: center;
  }
  .assets .cate-common.merit p.txt {
    font-size: calc(13 / 3.75 * 1vw);
    padding: 0 calc(8 / 3.75 * 1vw) calc(8 / 3.75 * 1vw);
  }
  .assets .cate-common.merit .cont .inner img {
    width: calc(200 / 3.75 * 1vw);
    padding: 10px;
  }
}

/* ▲タイプから探す①②　※大カテゴリ上▲ */
/* ▼素材の特徴　※大カテゴリ下▼ */
.assets .cate-common.tokucho p {
  font-size: 13px;
  padding-bottom: 15px;
  line-height: 1.5;
}
.assets .cate-common.tokucho .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  justify-content: flex-start;
}
.assets .cate-common.tokucho .cont .inner {
  width: 32%;
  border: #ddd solid 1px;
  text-align: center;
}
.assets .cate-common.tokucho p.title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 10px 5px 10px;
}
.assets .cate-common.tokucho .cont .inner img {
  height: 125px;
}
.assets .cate-common.tokucho p.txt {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  padding: 5px 10px;
  letter-spacing: -0.8px;
  text-align: left;
}
@media only screen and (not (min-width: 768px)) {
  .assets .cate-common.tokucho {
    padding: 0 calc(10 / 3.75 * 1vw);
  }
  .assets .cate-common.tokucho .cont {
    display: block;
    margin-bottom: calc(20 / 3.75 * 1vw);
  }
  .assets .cate-common.tokucho .cont .inner {
    border: #ddd solid 1px;
    width: 100%;
    margin-bottom: calc(20 / 3.75 * 1vw);
  }
  .assets .cate-common.tokucho p.title {
    font-size: calc(14 / 3.75 * 1vw);
    text-align: center;
  }
  .asset .cate-common.tokucho p {
    line-height: 1.5;
    font-size: calc(13 / 3.75 * 1vw);
  }
  .assets .cate-common.tokucho p.txt {
    font-size: calc(12 / 3.75 * 1vw);
  }
  .assets .cate-common.tokucho .cont .inner img {
    width: 47%;
    height: auto;
  }
}
/* ▲素材の特徴　※大カテゴリ下▲ */

/* ▼リンクバナー①▼ */
.assets .item-sub.product-smallcategory.stainless-tumbler.naire .col2 {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: -50px;
}
.assets .item-sub.product-smallcategory.stainless-tumbler.naire .col2-cont {
  width: 400px;
  margin-bottom: 50px;
  border: none;
}
.assets
  .item-sub.product-smallcategory.stainless-tumbler.naire
  .col2-cont
  p.text {
  text-align: center;
  padding: 10px 0;
}
.assets .item-sub.product-smallcategory.stainless-tumbler.naire .col2-cont img {
  border: #ddd solid 2px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .item-sub.product-smallcategory.stainless-tumbler.naire .col2 {
    display: block;
    margin: 30px 10px;
  }
  .assets .item-sub.product-smallcategory.stainless-tumbler.naire .col2-cont {
    width: 100%;
  }
  .assets
    .item-sub.product-smallcategory.stainless-tumbler.naire
    .col2-cont:first-child {
    margin-bottom: 20px;
  }
}
/* ▲リンクバナー①▲ */
/* ▼リンクバナー②▼ */
.assets .p-spl-ft-box.clearfile .flx-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.assets .p-spl-ft-box.clearfile .flx-box li {
  width: 49%;
  margin-top: 20px;
}
.assets .p-spl-ft-box.clearfile .flx-box li .banner-txt {
  text-align: center;
  margin-bottom: 13px;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-spl-ft-box.clearfile .flx-box {
    display: block;
    text-align: center;
  }
  .assets .p-spl-ft-box.clearfile .flx-box li {
    width: auto;
    margin-top: 15px;
  }
  .assets .p-spl-ft-box.clearfile .flx-box li img {
    width: calc(307 / 3.75 * 1vw);
    height: 110px;
    object-fit: cover;
  }
}
/* ▲リンクバナー②▲ */
/* ▼リンクバナー③▼ */
.assets .purpose-tgall.column-a .p-link-box span {
  display: inline-block;
  text-align: left;
  background: url(/html/user_data/assets/img/common/m7.png) no-repeat 0 center;
  padding-left: 180px;
  line-height: 1.5;
}

.assets .purpose-tgall.column-a .links {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.assets .purpose-tgall.column-a .links > div {
  width: 300px;
  margin-right: 20px;
}

.assets .purpose-tgall.column-a .links figure {
  margin: 0;
}

.assets .purpose-tgall.column-a .links img {
  border: 1px solid #ddd;
}

.assets .purpose-tgall.column-a .links figcaption {
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (not (min-width: 768px)) {
  .assets .purpose-tgall.column-a .links {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }

  .assets .purpose-tgall.column-a .links > div {
    width: 75%;
    margin: 0 auto 20px;
  }

  .assets .purpose-tgall.column-a .links figcaption {
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
  }
}
/* ▲リンクバナー③▲ */

/* ▼コラム②▼ */
.assets .area04 {
  border: 1px solid #E8343D;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 30px;
  border-radius: 5px;
}
.assets .area04 h4.manners {
  font-size: 20px;
  font-weight: bold;
}
.assets .area04 h4.manners::before {
  content: '';
  display: inline-block;
  width: 52px;
  height: 43px;
  background-image: url(/html/user_data/free/option/wrapping/ic_manners.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}
.assets .area04 .txt {
  margin-right: 30px;
  margin-bottom: 40px;
  line-height: 1.3;
  padding-left: 20px;
}
.assets .area04 .cont02-img {
  font-size: 11px;
  text-align: center;
  margin-bottom: 30px;
}
.assets .area04 .cont02 {
  margin: 0 40px 40px;
  line-height: 1.3;
}
.assets .area04 .cont02-img img {
  margin-bottom: 15px;
}
.assets .area04 .block02 .flx-box img {
  margin-bottom: 20px;
}
.assets .area04 .block02 .title-sub {
  width: 520px;
  margin: 0 auto 15px;
}
.assets .area04 .block03 .flx-box .title {
  border: none;
  font-weight: bold;
  padding: 10px 0 20px;
  margin: 0;
}
.assets .area04 .block03 .flx-box .po-abs {
  position: absolute;
  top: -25px;
  left: -25px;
}
.assets .wrap-wrapping p {
  color: #222;
  font-size: 13px;
  line-height: 1.5;
}
.assets .area04 .block02 .flx-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 520px;
}
.assets .area04 .block03 .flx-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 560px;
}
.assets .area04 .block03 .flx-box .box-l, .area04 .block03 .flx-box .box-r {
  border: 2px solid #c9c9c9;
  border-radius: 12px;
  width: 260px;
  position: relative;
  text-align: center;
  margin: 30px 0 0;
}
.assets .area04 .block03 .flx-box .txt {
  font-size: 12px;
  padding: 0 10px;
  margin: 15px 0;
  text-align: left;
  line-height: 1.3;
}
.assets .area04 .info {
  color: #e8343d;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (not (min-width: 768px)) {
.assets .area04 {
  padding: 10px 9px;
}  
.assets .area04 .manners-icon {
        text-align: center;
}
.assets .area04 h4.manners-sp {
        text-align: center;
        line-height: 1.5;
        font-size: 16px;
}
.assets .area04 .block02 .flx-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto 40px;
      width: 100%;
  }
  .assets .area04 .block02 .flx-box img {
      margin-bottom: 10px;
      width: 49%;
      height: auto;
  }
  .assets .area04 .block03 .flx-box {
      display: block;
      width: 100%;
  }  
  .assets .area04 .block03 .flx-box .box-l, .area04 .block03 .flx-box .box-r {
        width: 100%;
        padding: 15px 10px;
        border-radius: 5px;
        margin: 25px 0 0;
  }    
  .assets .area04 .block03 .flx-box .box-l .box-wrap-l-sp, .assets .area04 .block03 .flx-box .box-r .box-wrap-r-sp {
        display: flex;
    }  
  .assets .area04 .block03 .flx-box .box-l .box-wrap-l-sp .txt, .assets .area04 .block03 .flx-box .box-r .box-wrap-r-sp .txt {
        width: 65%;
        padding: 0 10px 0 5px;
        line-height: 1.5;
        margin: 5px 5px 0 0;
    }    
  .assets .area04 .block03 .flx-box .po-abs {
        position: absolute;
        top: -15%;
        left: 83.5%;
    }    
    .assets .area04 .info {
        font-size: 12.5px;
        margin-bottom: 20px;
    }    
}    
/* ▲コラム②▲ */

/* ▼コラム③▼ */
.assets .wrap-wrapping .area02 .block03 .flx-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #f2f2f2;
  margin: 0 auto 50px;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box .indent-txt {
  font-size: 13px;
  margin-bottom: 13px;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box .indent-txt span {
  color: #27a3cd;
  font-weight: bold;
}
.assets .wrap-wrapping .col-red {
  color: #e8343d;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box .caption {
  font-size: 13px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .img-wrap {
  width: 55%;
  height: 100%;
  margin: 20px;
  display: flex;
  background: #fff;
  justify-content: space-around;
  padding-bottom: 15px;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .img-box {
  text-align: center;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box {
  padding: 25px 15px 10px;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box, .wrap-wrapping .area02 .block03 .flx-box .img-box {
  box-sizing: border-box;
  width: 42%;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .img-wrap .img-ttlbox {
  color: #28a3cd;
  padding: 15px 0 0;
  border-bottom: 1px solid #28a3cd;
  width: 75%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.assets .wrap-wrapping p {
  color: #222;
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (not (min-width: 768px)) {
.assets .wrap-wrapping .area02 .block03 .flx-box {
      display: flex;
      flex-flow: column-reverse;
      width: 100%;
      background: #F2F2F2;
      margin: 0 auto 50px;
  }  
.assets .wrap-wrapping .area02 .block03 .flx-box .img-wrap {
      width: 95%;
      height: auto;
      /* margin: 10px auto; */
      margin: 35px auto 10px;
      display: flex;
      background: #fff;
      justify-content: space-around;
      padding-bottom: 15px;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box {
      padding: 0 10px 10px;
      box-sizing: border-box;
      width: 100%;
  } 
}
/* ▲コラム③▲ */

/* ▼コラム④▼ */
.assets .heatstroke .knowledge {
background-color: #f2f2f2;
position: relative;
margin-top: 120px;
}
.assets .heatstroke .knowledge .container .upper-child:first-child {
margin-right: 8px;
}
.assets .heatstroke .knowledge .container .upper {
display: flex;
}
.assets .heatstroke .knowledge .container .lower {
padding: 20px;
margin: 8px 16px 16px;
background-color: #fff;
}
.assets .heatstroke .knowledge .container {
padding-bottom: 1px;
}
.assets .heatstroke .knowledge .container .lower li {
margin-bottom: 10px;
}
.assets .heatstroke .knowledge .container .lower p {
font-size: 15px;
}
.assets .page_heatstroke {
line-height: 1.5;
}
.assets .page_heatstroke .knowledge{
background-color: #f2f2f2;
position: relative;
margin-top: 120px;
}
.assets .heatstroke .knowledge .container .upper-child {
width: 50%;
padding: 20px;
margin: 16px 16px 8px;
background-color: #fff;
}
.assets .heatstroke .knowledge .title {
position: absolute;
top: -45px;
left: 89px;
font-weight: bold;
font-size: 19px;
}
.assets .heatstroke .knowledge .title-img {
position: absolute;
top: -79px;
left: 11px;
z-index: -5;
height: 95px;
}
.assets .ecogoods_wrap .heatstroke .knowledge .container .upper .txt {
font-size: 13px;
}
.assets .heatstroke .knowledge .container .lower .underline {
background: linear-gradient(transparent 50%, rgba(232, 52, 61, .25) 50%);
font-weight: bold;
}
.assets .ecogoods_wrap blockquote {
font-size: 13px;
margin: 13px 40px;
}
.assets .ecogoods_wrap .p-link-box .type01 {
width: 490px;
}
.assets .heatstroke .knowledge .container .lower {
padding: 20px;
margin: 8px 16px 16px;
background-color: #fff;
}
.assets .heatstroke .knowledge .container .lower h4 {
font-size: 18px;
}
@media only screen and (not (min-width: 768px)) {
.assets .page_heatstroke .knowledge {
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
    margin-top: 100px;
    text-align: left;
    padding: 14px;
}
.assets .ecogoods_wrap .heatstroke .knowledge .title {
  font-size: 16px;
  top: -57px;
}  
.assets .ecogoods_wrap .heatstroke .knowledge .title-img {
  position: absolute;
  top: -65px;
  left: 17px;
  z-index: -5;
  height: 80px;
}  
.assets .heatstroke .knowledge .container .upper-child {
  width: 100%;
  margin: 0 0 20px;
  margin-right: 8px;
}
.assets .ecogoods_wrap .heatstroke .knowledge .container .upper {
  display: block;
  padding: 20px 0 0 0;
}  
.assets .page_heatstroke .knowledge .container .lower {
      margin: 0;
      padding: 20px;
}
.assets .ecogoods_wrap .knowledge .container .lower h4 {
  font-size: 16px;
}
.assets .ecogoods_wrap .knowledge .container .lower p {
  font-size: 12px;
}
.assets .ecogoods_wrap .heatstroke .knowledge .title-img {
      position: absolute;
      top: -65px;
      left: 17px;
      z-index: -5;
      height: 80px;
  }    
  .assets .ecogoods_wrap .p-link-box .type01 {    
     width: 100%;
}
.assets .heatstroke .p-link-box {
      margin: 0 0 10px;
  }
  .assets .ecogoods_wrap blockquote {
    overflow-wrap: break-word;
  }
}
/* ▲コラム④▲ */

/* ▼ページ内リンク④▼ */
#anc-link01,
#anc-link02,
#anc-link03,
#anc-link04,
#anc-link05,
#anc-link06,
#anc-link07,
#anc-link08,
#anc-link09 {
  padding-top: 130px;
  margin-top: -130px;
}
.assets .anc-link-box_04 .anc-link-wrap ul {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 70px;
  color: #e8343d;
  width: 100%;
  column-gap: 9px;
}
.assets .anc-link-box_04 .anc-link-wrap ul li {
  background: url(/assets/img/common/icn_anc01.png) left 13px center / 19px auto
    no-repeat;
  align-items: center;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 0 #bbb;
  height: 42px;
  line-height: 42px;
  justify-content: center;
  transition: 0.15s ease;
  width: 100%;
}
.assets .anc-link-box_04 .anc-link-wrap ul li:hover {
  background: #fff5f5 url(/assets/img/common/icn_anc01.png) left 13px center /
    19px auto no-repeat;
  border: 1px solid #f9ccbf;
}
.assets .anc-link-box_04 .anc-link-wrap ul li a {
  width: 100%;
  text-align: center;
}
.assets .anc-link-box_04 .anc-link-wrap ul li a.long_words {
  margin-left: 25px;
}

.assets .anc-link-box_04.column-3 .anc-link-wrap ul {
  flex-wrap: wrap;
  gap: 15px;
  font-size: 15px;
  justify-content: flex-start;
}
.assets .anc-link-box_04.column-3 .anc-link-wrap ul div {
  display: contents;
}
.assets .anc-link-box_04.column-3 .anc-link-wrap ul li {
  width: 310px;
  height: 54px;
}
.assets .anc-link-box_04.column-3 .anc-link-wrap ul li a {
  font-size: 15px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .anc-link-box_04 .anc-link-wrap ul {
    flex-wrap: wrap;
    font-size: calc(13 / 3.75 * 1vw);
    margin-bottom: calc(50 / 3.75 * 1vw);
    row-gap: calc(12 / 3.75 * 1vw);
  }
  .assets .anc-link-box_04 .anc-link-wrap ul li {
    padding-left: calc(30 / 3.75 * 1vw);
    background: url(/assets/img/common/icn_anc01.png) left calc(13 / 3.75 * 1vw)
      center / calc(19 / 3.75 * 1vw) auto no-repeat;
    border-radius: 5px;
    height: calc(42 / 3.75 * 1vw);
    line-height: calc(42 / 3.75 * 1vw);
    width: calc(110 / 3.75 * 1vw);
    justify-content: flex-start;
  }
  .assets .anc-link-box_04 .anc-link-wrap ul li a,
  .assets .anc-link-box_04.column-3 .anc-link-wrap ul li a {
    font-size: calc(13 / 3.75 * 1vw);
  }
  .assets .anc-link-box_04 .anc-link-wrap ul li a.long_words {
    margin-left: 0;
    line-height: 1.4;
  }

  .assets .anc-link-box_04.column-3 .anc-link-wrap ul {
    row-gap: calc(9 / 3.75 * 1vw);
    justify-content: space-between;
  }
  .assets .anc-link-box_04.column-3 .anc-link-wrap ul div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .assets .anc-link-box_04.column-3 .anc-link-wrap ul li {
    height: 100%;
    max-height: calc(53 / 3.75 * 1vw);
    width: calc(173 / 3.75 * 1vw);
    padding: calc(8 / 3.75 * 1vw) calc(10 / 3.75 * 1vw) calc(8 / 3.75 * 1vw)
      calc(30 / 3.75 * 1vw);
    justify-content: center;
  }
  .assets .anc-link-box_04.column-3 .anc-link-wrap ul li a {
    line-height: 1.5;
  }
  .assets .anc-link-box_04.column-3 .anc-link-wrap ul li a.long_words {
    padding-left: calc(10 / 3.75 * 1vw);
  }
}
/* ▲ページ内リンク④▲ */

/* ▼モーダル①▼ */
.assets .item-detail-wrap .body-mask {
  display: none;
  height: 100%;
  inset: 0;
  position: fixed;
  width: 100%;
  z-index: 999903;
}

.assets .item-detail-wrap .flow-img-wrap.on + .body-mask {
  background: rgba(0, 0, 0, 0.6);
  display: block;
}

.assets .item-detail-wrap .flow-img-wrap {
  display: none;
  animation: fadeOut 0.2s ease-in 0s forwards;
}

.assets .item-detail-wrap .flow-img-wrap.on {
  animation: fadeIn 0.2s ease-in 0s forwards;
  display: block;
}

.assets .item-detail-wrap .modal-images-thumb {
  position: relative;
  width: 228px;
  aspect-ratio: 1 / 1;
  border: #d4d4d4 solid 1px;
  aspect-ratio: auto;
}

@media only screen and (not (min-width: 768px)) {
  .assets .item-detail-wrap .modal-images-thumb {
    width: auto;
  }
}

.assets .item-detail-wrap .modal-images-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.assets .item-detail-wrap .modal-images-thumb .item-lupe-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.9;
}

.assets .item-detail-wrap .priceTable-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.assets .item-detail-wrap .item-lupe-button {
  width: 36px;
  height: 36px;
  background-image: url(/assets/img/common/icn_zoom02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  transition: opacity 0.15s ease-in-out;
}

.assets .item-detail-wrap .item-lupe-button:hover {
  opacity: 0.7;
}

@media only screen and (not (min-width: 768px)) {
  .assets .item-detail-wrap .item-lupe-button {
    width: calc(30 / 3.75 * 1vw);
    height: calc(30 / 3.75 * 1vw);
    background-size: calc(14 / 3.75 * 1vw);
  }
}

.assets .item-detail-wrap .item-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999905;
  pointer-events: none;
}

.assets .item-detail-wrap .item-modal .item-modal-inner {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.assets .item-detail-wrap .item-modal .item-modal-images {
  position: relative;
  padding: 4px;
  background: #fff;
  max-height: 80vh;
  max-width: 80vw;
}

.assets .item-detail-wrap .item-modal .item-modal-images img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (not (min-width: 768px)) {
  .assets .item-detail-wrap .item-modal .item-modal-images {
    max-width: calc(100vw - 20px);
  }
}

.assets .item-detail-wrap .item-modal .item-modal-close {
  background: #333;
  height: 50px;
  width: 50px;
  transition: 0.15s ease;
  position: absolute;
  right: -50px;
  top: -1px;
  border: none;
  cursor: pointer;
  pointer-events: auto;
}

.assets .item-detail-wrap .item-modal .item-modal-close:hover {
  background-color: #e8343d;
}

.assets
  .item-detail-wrap
  .item-modal
  .item-modal-close:hover
  .item-modal-close-icon {
  transform: rotate(-90deg);
}

@media only screen and (not (min-width: 768px)) {
  .assets .item-detail-wrap .item-modal .item-modal-close {
    right: 0;
    top: -50px;
  }
}

.assets .item-detail-wrap .item-modal .item-modal-close-icon {
  background: url(/assets/img/common/cm-modal-close.png) center center/32px auto
    no-repeat;
  display: block;
  transition: 0.15s ease;
  height: 100%;
  width: 100%;
}

.assets .modal-column-2 {
  margin: 20px 0 25px;
}
.assets .modal-column-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.assets .modal-column-2 ul li {
  width: 48%;
}
.assets .modal-column-2 ul li .modal-images-thumb {
  border: #d4d4d4 solid 1px;
  position: relative;
  width: 100%;
  aspect-ratio: auto;
}
.assets .modal-column-2 ul li img {
  width: 100%;
  height: auto;
}
.assets .modal-column-2 ul li figcaption {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.assets .modal-column-2 .item-detail-wrap .item-lupe-button {
  width: 36px;
  height: 36px;
  background-size: 20px;
}
@media screen and (min-width: 768px) {
  .assets .modal-column-2 .item-detail-wrap .item-modal .item-modal-images {
    max-height: 50vh;
    max-width: 50vw;
  }
}
@media only screen and (not (min-width: 768px)) {
  .assets .modal-column-2 ul li figcaption {
    line-height: 1.8;
  }
}

.assets .modal-column-4 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 17px;
  margin-bottom: 40px;
}
.assets .modal-column-4 ul li {
  width: auto;
}
/* ▲モーダル①▲ */

/* ▼モーダル②▼ */
.assets .modal-column-4 {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.assets .modal-column-4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 25px;
}
.assets .modal-column-4 ul li {
  width: 23%;
}
.assets .modal-column-4 ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.assets .modal-column-4 figcaption {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 8px 0 24px;
  line-height: 1.3;
}

@media only screen and (not (min-width: 768px)) {
  .assets .modal-column-4 ul {
    gap: calc(20 / 3.75 * 1vw) calc(13 / 3.75 * 1vw);
  }
  .assets .modal-column-4 ul li {
    width: 48%;
  }
  .assets .modal-column-4 ul li img {
    width: 100%;
    height: auto;
    padding: 1px;
  }
  .assets .modal-column-4 figcaption {
    font-size: calc(13 / 3.75 * 1vw);
  }

  .assets .modal-column-4.tipe_02 ul li .item-detail-wrap .item-lupe-button {
    width: calc(36 / 3.75 * 1vw);
    height: calc(36 / 3.75 * 1vw);
    background-size: calc(20 / 3.75 * 1vw);
  }
  .assets .modal-column-4 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(24 / 3.75 * 1vw) calc(13 / 3.75 * 1vw);
    margin-bottom: calc(40 / 3.75 * 1vw);
  }
}
/* ▲モーダル②▲ */

/* ▼h6見出し▼ */
.assets .point-box {
  width: 900px;
  margin: 20px 30px 30px;
  padding: 0;
  border: 2px solid #ddd;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}
.assets .point-box h6.request {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  padding: 20px 0 20px 100px;
  background: #ededed url(/html/user_data/assets/img/common/point.png) no-repeat
    left 20px center;
}
.assets .point-box .inner {
  margin: 30px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .point-box {
    width: 100%;
    margin: calc(40 / 3.75 * 1vw) 0px;
  }
  .assets .point-box h6.request {
    line-height: 1.5;
    padding: calc(10 / 3.75 * 1vw) 0 calc(10 / 3.75 * 1vw)
      calc(100 / 3.75 * 1vw);
  }
  .assets .point-box .inner {
    margin: calc(10 / 3.75 * 1vw);
  }
}
/* ▲h6見出し▲ */

/* ▼h1見出し①～h1見出し③▼ */
.assets .p-type03 {
  font-size: 22px;
  height: 70px;
  margin-bottom: 30px;
}
.assets .p-type04 {
  background: url(/html/user_data/assets/img/common/r-t1_bg_stripe.png);
  font-weight: bold;
  margin-bottom: 25px;
  padding: 5px 0;
  width: 100%;
  margin-top: -43px;
  font-size: 20px;
  height: 70px;
}
.assets .p-type04 span {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  padding: 15px;
  width: 100%;
}
.assets .p-type06 {
  background: url(/html/user_data/assets/img/common/r-t1_bg_stripe.png);
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  margin-bottom: 25px;
  padding: 0 0 5px;
  width: 100%;
  margin-top: -43px;
}
.assets .p-type06 span {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  padding: 15px;
  width: 100%;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-type03 {
    font-size: calc(20 / 3.75 * 1vw);
    height: calc(66 / 3.75 * 1vw);
    margin-bottom: calc(30 / 3.75 * 1vw);
    margin-top: -30px;
  }
  .assets .p-type04 {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: calc(18 / 3.75 * 1vw);
    height: calc(66 / 3.75 * 1vw);
  }
  .assets .p-type04 span {
    padding: 15px 0 15px 10px;
  }
  .assets .p-type06 {
    font-size: calc(18 / 3.75 * 1vw);
    line-height: 1.5;
    margin-bottom: 20px;
    height: calc(66 / 3.75 * 1vw);
  }
  .assets .p-type06 span {
    padding: 15px 0 15px 10px;
  }
}
/* ▲h1見出し①～h1見出し③▲ */

/* ▼h3見出し②▼ */
.assets .sub-free-wrap .sub-catch {
  padding-bottom: 10px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .sub-free-wrap .sub-catch {
    padding-bottom: calc(8 / 3.75 * 1vw);
    font-size: calc(12 / 3.75 * 1vw);
  }
}
/* ▲h3見出し②▲ */

/* h2見出し② */
.assets .p-type07 {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  font-size: 16px;
  background: transparent;
  line-height: 1.3;
  justify-content: center;
  /* align-items: center; */
  align-items: flex-end;
}
.assets .p-type07::before {
  content: "";
  display: block;
  height: 23px;
  width: 25px;
  background: url(/html/user_data/category/sp-goods/battery/img-icon01.png)
    no-repeat center top / cover;
  margin-right: 10px;
}
.assets .p-type07::after {
  content: "";
  display: block;
  height: 23px;
  width: 25px;
  background: url(/html/user_data/category/sp-goods/battery/img-icon02.png)
    no-repeat center top / cover;
  margin-left: 10px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-type07 {
    text-align: center;
    font-size: calc(16 / 3.75 * 1vw);
    line-height: 20px;
  }
  /* .assets .p-type07::before {
    height: calc(23 / 3.75 * 1vw);
    width: calc(25 / 3.75 * 1vw);
    margin-right: calc(10 / 3.75 * 1vw);
    background: url(/html/user_data/category/sp-goods/battery/img-icon01.png)
      no-repeat center top / calc(28 / 3.75 * 1vw);
  } */
  .assets .p-type07::after {
    height: calc(23 / 3.75 * 1vw);
    width: calc(25 / 3.75 * 1vw);
    margin-right: calc(10 / 3.75 * 1vw);
  }
}
/* h2見出し② */
/* h3見出し③ */
.assets .p-h3-type02 {
  background: url(/html/user_data/assets/img/common/fpage_ic001.png) left center
    no-repeat;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
  padding-left: 35px;
}
/* /h3見出し③ */

/* h4見出し */
.assets .cstm_txt {
  font-size: 16px;
  line-height: 2;
  margin: 30px 0;
}
@media only screen and (not (min-width: 768px)) {
  .assets .cstm_txt {
    font-size: 13px;
    line-height: 1.7;
    margin: 30px 0;
  }
}
/* /h4見出し */

/* リンク④ */
.assets .order-box-button {
  line-height: 1.8;
  font-size: 13px;
  text-align: center;
}
.assets .order-box-button .order-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e8343d;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  width: 100%;
  max-width: 340px;
  padding: 5px 32px 7px;
}
.assets .order-box-button .order-button._large {
  padding: 10px 32px 12px;
}
.assets .order-box-button .order-button-main {
  display: block;
  font-size: 19px;
  line-height: 1.5;
  font-weight: bold;
  font-style: normal;
}
.assets .order-box-button .order-button .order-button-sub {
  display: block;
  font-size: 11px;
  line-height: 1.3636363636;
  font-weight: bold;
}
.assets .order-box-button .order-button._large .order-button-sub {
  font-size: 13px;
  margin-top: 2px;
}
.assets .order-box-button .order-button::after {
  content: "";
  display: block;
  width: 9px;
  height: 13px;
  background-image: url(/assets/img/common/arrow4_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.assets .order-box-button .order-button._large::after {
  right: 22px;
}
@media screen and (min-width: 768px) {
  .assets .order-box-button .order-button {
    transition: 0.15s ease;
  }
  .assets .order-box-button .order-button:hover {
    background-color: #f24c54;
  }
}
@media only screen and (not (min-width: 768px)) {
  .assets .order-box-button {
    font-size: calc(13 / 3.75 * 1vw);
  }
  .assets .order-box-button .order-button._large {
    padding: 2.6666666667vw 5.3333333333vw 3.2vw;
  }
  .assets .order-box-button .order-button-main {
    font-size: 4.8vw;
  }
  .assets .order-box-button .order-button .order-button-sub {
    font-size: 3.2vw;
    line-height: 1.5555555556;
  }
  .assets .order-box-button .order-button._large .order-button-sub {
    font-size: 2.9333333333vw;
    margin-top: 0.5333333333vw;
  }
  .assets .order-box-button .order-button::after {
    right: 3.4666666667vw;
    width: 2.4vw;
    height: 3.4666666667vw;
  }
  .assets .order-box-button .order-button._large::after {
    right: 4.2666666667vw;
  }
}
/* /リンク④ */

/* リンク⑤ */
@media screen and (min-width: 768px) {
  .assets .p-dl-btn-box {
    padding: 15px 19px;
  }
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-dl-btn-box {
    margin-top: 25px;
  }
}
/* /リンク⑤ */

/* リンク⑥　※入稿テンプレートページVer. */
.assets .p-dl-btn-box-type02 {
  position: relative;
  border: 1px solid #8eddf8;
  background: #f3fcff;
  border-radius: 5px;
  padding: 9px 9px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: 0.2s ease;
  height: 60px;
  width: 180px;
  z-index: 9;
}
.assets .p-dl-btn-box-type02 a.btn-design {
  display: flex;
}
.assets .p-dl-btn-box-type02 a.btn-design img {
  margin: 9px 6px 6px 0px;
  height: fit-content;
}
.assets .p-dl-btn-box-type02 p {
  color: #0a90be;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  text-align: center;
}
.assets .p-dl-btn-box-type02 p .txt-size {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-dl-btn-box-type02:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-dl-btn-box-type02 {
    position: relative;
    padding: 10px 0px 0px 0px;
    margin-top: 15px;
    height: calc(60 / 3.75 * 1vw);
    width: calc(150 / 3.75 * 1vw);
    align-items: center;
  }
  .assets .p-dl-btn-box-type02 a.btn-design {
    align-items: center;
  }
  .assets .p-dl-btn-box-type02 a.btn-design img {
    margin: 3px 4px 8px 0px;
  }
  .assets .p-dl-btn-box-type02 p {
    font-size: calc(12 / 3.75 * 1vw);
    line-height: 1.6;
  }
  .assets .p-dl-btn-box-type02 p .txt-size {
    font-size: calc(16 / 3.75 * 1vw);
  }
}
/* /リンク⑥　※入稿テンプレートページVer. */

/* リンク⑦ */
.assets .link-img-box ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.assets .link-img-box ul li {
  margin-right: 18px;
  margin-bottom: 18px;
}
.assets .link-img-box ul li a {
  border: 1px solid #ccc;
  display: block;
  width: 223px;
}
.assets .link-img-box ul li a:hover p {
  background: #efefef url(/html/user_data/assets/img/common/arrow3_on.png)
    no-repeat right 5px center;
  color: #e8343d;
}
.assets .link-img-box ul li a figure {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  height: auto;
  width: 100%;
}
.assets .link-img-box ul li a figure img {
  display: block;
  height: auto;
  width: auto;
}
.assets .link-img-box ul li a p {
  align-items: center;
  background: #efefef url(/html/user_data/assets/img/common/arrow3_on.png)
    no-repeat right 10px center;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  padding: 10px;
  transition: 0.3s ease;
  line-height: 1.3;
}
.assets .link-img-box ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (not (min-width: 768px)) {
  .assets .link-img-box ul {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px 30px;
  }
  .assets .link-img-box ul li {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 0;
    width: 50%;
    margin-right: 0;
  }
  .assets .link-img-box ul li a {
    display: flex;
    width: 100%;
    border: none;
  }
  .assets .link-img-box ul li a figure {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    width: auto;
    height: auto;
  }
  .assets .link-img-box ul li a p {
    align-items: center;
    background: #fff url(/html/user_data/assets/img/common/arrow3_on.png)
      no-repeat right 10px center;
    color: #333;
    display: flex;
    font-size: 2.66vw;
    font-weight: bold;
    padding: 5.33vw 2.66vw;
    transition: 0.3s ease;
    width: 38vw;
    text-align: left;
    height: 70px;
  }
  .assets .link-img-box .p-link-box .rank {
    padding: 35px 0;
    line-height: 1.5;
  }
}
/* /リンク⑦ */

/* リンク⑧ */
.assets .link-img-box.type02 ul li {
  margin-right: 40px;
  margin-bottom: 20px;
}
.assets .link-img-box.type02 ul li a {
  width: 209px;
}
.assets .link-img-box.type02 ul li a p {
  padding-right: 25px;
}
.assets .link-img-box.type02 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.assets .link-img-box .tab-cont-wrap-p {
  line-height: 1.6;
  font-size: 13px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .link-img-box.type02 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

    border: none;
    margin: 0 0 30px;
  }
  .assets .link-img-box.type02 ul li {
    border: none;

    width: auto;
    margin-right: calc(15 / 3.75 * 1vw);
    margin-bottom: calc(10 / 3.75 * 1vw);
  }
  .assets .link-img-box.type02 ul li a {
    border: 1px solid #ccc;
    display: block;
    width: calc(170 / 3.75 * 1vw);
  }
  .assets .link-img-box.type02 ul li a figure {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    height: auto;
    width: 100%;
  }
  .assets .link-img-box.type02 ul li a figure img {
    display: block;
    height: calc(83 / 3.75 * 1vw);
  }
  .assets .link-img-box.type02 ul li a p {
    align-items: center;
    background: #efefef url(/html/user_data/assets/img/common/arrow3_on.png)
      no-repeat right 10px center;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    padding: 10px;
    transition: 0.3s ease;
    line-height: 1.3;

    width: 100%;
    padding-right: calc(25 / 3.75 * 1vw);
  }
  .assets .link-img-box.type02 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* /リンク⑧ */

/* リンク⑩ */
.assets .price-search-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  margin-bottom: 50px;
}
.assets .price-search-wrap .block-wrap.col-mrg-2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.assets .price-search-wrap .block-wrap.col-mrg-2col ul {
  margin: 0;
  padding: 0;
  font-weight: 500;
  list-style: none;
}
.assets .price-search-wrap .block-wrap ul li a {
  background: url(/html/user_data/assets/img/common/arrow3_on.png) center right
    20px no-repeat;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 245px;
  padding: 25px 60px;
  text-decoration: underline;
}
.assets .price-search-wrap .block-wrap ul li a:hover {
  background: url(/html/user_data/assets/img/common/arrow3_on.png) center right
    18px no-repeat;
  color: #e4373d;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
@media only screen and (not (min-width: 768px)) {
  .assets .price-search-wrap {
    margin-top: -15px;
  }
  .assets .price-search-wrap .price-wrap {
    width: 100%;
  }
  .assets .price-search-wrap .block-wrap.col-mrg-2col ul {
    display: flex;
    flex-wrap: wrap;
  }
  .assets .price-search-wrap .block-wrap ul li {
    width: 50%;
  }
  .assets .price-search-wrap .block-wrap ul li:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .assets .price-search-wrap .block-wrap ul li a {
    width: 100%;
    background: url(/html/user_data/assets/img/common/arrow3_on.png) center
      right 10px / 7px auto no-repeat;
    border-bottom: 1px solid #ddd;
    color: #888;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    text-align: left;
    padding: 0 18px;
  }
}
/* /リンク⑩ */

/* ページ内リンク① */
/* アンカーリンク */
.assets .featureNav {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 90px;
  list-style: none;
  box-sizing: border-box;
  min-height: auto;
  margin-bottom: 60px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .featureNav {
    padding-bottom: 6%;
  }
}
.assets .featureNav.txt-only {
  min-height: auto;
  margin-bottom: 60px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .featureNav.txt-only {
    padding-bottom: 4%;
    margin-bottom: calc(35 / 3.75 * 1vw);
  }
  .assets .featureNav.txt-only li {
    height: auto;
    min-height: auto;
  }
  .assets .featureNav.txt-only li span {
    margin-top: 5px;
    background: none;
  }
  .assets .featureNav.txt-only li a.fNav_txt p {
    margin-bottom: 12px;
  }
  .assets .featureNav.txt-only li a.fNav_txt::after {
    width: 8px;
    height: 8px;
  }
}
.assets .featureNav li {
  border-left: 1px solid #ddd;
  width: calc(33.3333333% - 14px);
  min-height: 70px;
  cursor: pointer;
  pointer-events: auto;
  padding: 0;
}
@media only screen and (not (min-width: 768px)) {
  .assets .featureNav li {
    width: 50%;
    height: 21.3333333333vw;
    border-left: none;
    position: relative;
  }
  .assets .featureNav li::before {
    content: "";
    display: block;
    width: 1px;
    height: 126%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
  }
}
@media (any-hover: hover) {
  .assets .featureNav li:hover span {
    background-position: 0% bottom;
  }
}
.assets .featureNav li:last-child {
  border-right: 1px solid #ddd;
}
@media only screen and (not (min-width: 768px)) {
  .assets .featureNav li:last-child {
    border-right: none;
  }
  .assets .featureNav li:last-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 126%;
    position: absolute;
    right: 0;
    top: 0;
    background: #ddd;
  }
}

  .assets .featureNav li span {
    padding-bottom: 0.2em;
    background: linear-gradient(to right, #ffed98 50%, transparent 50%) 100%
      bottom/201% 60% no-repeat;
    transition: background-position 0.2s ease-out;
    display: inline;
  }

@media only screen and (not (min-width: 768px)) {
  .assets .featureNav li span {
    margin-top: 3px;
    display: block;
  }
}
.assets .featureNav li a.fNav_txt {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  padding-top: 0;
}
.assets .featureNav li a.fNav_txt::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: rotate(-45deg) translateX(-50%);
  position: absolute;
  bottom: 23%;
  left: 50%;
  z-index: 2;
}
@media only screen and (not (min-width: 768px)) {
  .assets .featureNav li a.fNav_txt::after {
    bottom: -1.8666666667vw;
    left: 48%;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-bottom: 0.5333333333vw solid #ccc;
    border-left: 0.5333333333vw solid #ccc;
  }
}
.assets .featureNav li a.fNav_txt p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .featureNav li a.fNav_txt p {
    font-size: 3.4666666667vw;
  }
}
.assets .featureNav li a.fNav_txt p img {
  margin-right: 10px;
  max-width: 34px;
  width: 100%;
}
@media only screen and (not (min-width: 768px)) {
  .assets .featureNav li a.fNav_txt p img {
    margin-right: 0;
  }
}
@media only screen and (not (min-width: 768px)) {
  .assets #printContents .mtResponsive {
    padding: 0 10px 15px;
  }
}
/* アンカーリンク終わり */
/* アンカーリンク3列 */
.assets .featureNav.line_03 li {
  width: calc(27.3333333% - 14px);
}
@media only screen and (not (min-width: 768px)) {
  .assets .featureNav.line_03 li {
    width: 50%;
  }
}
/* アンカーリンク3列終わり */
/* /ページ内リンク① */

/* ページ内リンク② */
.assets .anc-box-scroll-4 {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-evenly;
  margin-bottom: 40px;
}
.assets .anc-box-scroll-4 a {
  background: inherit;
  background-color: #fff;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
  width: 190px;
  height: 57px;
  padding: 1px 13px;
  font-size: 15px;
}
.assets .anc-box-scroll-4 a::after {
  content: "";
  background: url(/html/user_data/assets/img/common/arrow-scroll.png) no-repeat
    center;
  background-size: contain;
  width: 36px;
  height: 24px;
}
.assets .anc-box-scroll-4 a:hover {
  background: inherit;
  background-color: #fff5f5;
}
.assets .anc-box-scroll-4 a span {
  margin-left: 0;
  width: 120px;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (not (min-width: 768px)) {
  .assets .anc-box-scroll-4 {
    margin-bottom: 20px;
    padding: 0;
  }
  .assets .anc-box-scroll-4 a {
    max-width: 400px;
    margin: 0 auto 15px;
    justify-content: space-evenly;
    width: 47%;
    height: calc(60 / 3.75 * 1vw);
    padding: 5px 6px;
    font-size: calc(14 / 3.75 * 1vw);
    text-align: left;
    line-height: 1.3;
  }
  .assets .anc-box-scroll-4 a span {
    margin-left: -3px;
    width: calc(85 / 3.75 * 1vw);
  }
}
/* /ページ内リンク② */
/* ページ内リンク③ */
.assets .anc-img_box-scroll-3 {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}
.assets .anc-img_box-scroll-3 a {
  background: inherit;
  background-color: #fff;
  font-size: 15px;
  width: 310px;
  padding: 0 20px;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}
.assets .anc-img_box-scroll-3 a::before {
  content: url(/html/user_data/category/tote-bag/drawstring-bag/icon-palette.png);
  vertical-align: middle;
  padding-right: 5px;
  padding-top: 4px;
}
.assets .anc-img_box-scroll-3 a:nth-child(2):before {
  content: url(/html/user_data/category/tote-bag/drawstring-bag/icon-calendar.png);
}
.assets .anc-img_box-scroll-3 a:last-child:before {
  content: url(/html/user_data/category/tote-bag/drawstring-bag/icon-balloon.png);
  padding-top: 0;
}
.assets .anc-img_box-scroll-3 a::after {
  content: "";
  background: url(/html/user_data/assets/img/common/arrow-scroll.png) no-repeat
    center;
  background-size: contain;
  width: 32px;
  height: 20px;
}
.assets .anc-img_box-scroll-3 a:hover {
  background: inherit;
  background-color: #fff5f5;
}
.assets .anc-img_box-scroll-3 a span {
  margin-left: -12px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .anc-img_box-scroll-3 {
    margin-bottom: 20px;
  }
  .assets .anc-img_box-scroll-3 a {
    max-width: 400px;
    width: 100%;
    height: calc(60 / 3.75 * 1vw);
    padding: 5px 20px;
    margin: 0 auto 15px;
    font-size: calc(15 / 3.75 * 1vw);
  }
  .assets .anc-img_box-scroll-3 a:nth-child(2)::before {
    padding-top: 4px;
  }
}
/* /ページ内リンク③ */
/* ページ内リンク③_2 */
.assets .p-contact-ann-box {
  border: 1px solid #cccccc;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  margin: 60px auto 0;
  padding: 32px 30px 30px;
  max-width: 824px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-contact-ann-box {
    padding: 27px 9px 20px;
    max-width: 100%;
  }
}

.assets .p-contact-ann-box .ann-title {
  margin-bottom: 35px;
  font-size: 18px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-contact-ann-box .ann-title {
    font-size: calc(16 / 3.75 * 1vw);
  }
}

.assets .p-contact-ann-box .flx-box2 {
  display: flex;
  justify-content: space-between;
}
.assets .p-contact-ann-box .flx-box2 .cont-box {
  max-width: 220px;
  position: relative;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-contact-ann-box .flx-box2 .cont-box {
    max-width: calc(99 / 3.75 * 1vw);
  }
}

.assets .p-contact-ann-box .flx-box2 .cont-box .box-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.assets .p-contact-ann-box .flx-box2 .cont-box:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 260px;
  background: #ddd;
  position: absolute;
  top: 0;
  right: -25px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-contact-ann-box .flx-box2 .cont-box:not(:last-child)::after {
    height: 77%;
    right: calc(-11 / 3.75 * 1vw);
  }
}

@media only screen and (not (min-width: 768px)) {
  .assets .p-contact-ann-box .flx-box2 .cont-box .box-item .title {
    font-size: calc(13 / 3.75 * 1vw);
    line-height: 1.7;
    text-align: center;
  }
}

.assets .p-contact-ann-box .flx-box2 .cont-box .box-item p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-contact-ann-box .flx-box2 .cont-box .box-item p {
    font-size: calc(11 / 3.75 * 1vw);
    line-height: 1.6;
    margin: 15px 0 23px;
  }
}

.assets .p-contact-ann-box .flx-box2 .cont-box .box-item .img {
  margin-top: 22px;
  max-width: 65px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-contact-ann-box .flx-box2 .cont-box .box-item .img {
    margin-top: 15px;
  }
}

.assets .p-contact-ann-box .flx-box2 .cont-box .box-item.box01 .img {
  max-width: 50px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-contact-ann-box .flx-box2 .cont-box .box-item.box01 .img {
    max-width: calc(50 / 3.75 * 1vw);
  }

  .assets .p-contact-ann-box .flx-box2 .cont-box .box-item.box02 .img {
    max-width: calc(60 / 3.75 * 1vw);
  }

  .assets .p-contact-ann-box .flx-box2 .cont-box .box-item.box03 .img {
    max-width: calc(65 / 3.75 * 1vw);
  }
}

.assets .p-contact-ann-box .flx-box2 .cont-box .box-item .link-btn {
  border: #ddd solid 1px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #e8343d;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  transition: 0.3s ease;
  padding: 13px 0;
  margin-top: auto;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-contact-ann-box .flx-box2 .cont-box .box-item .link-btn {
    font-size: calc(13 / 3.75 * 1vw);
    line-height: 1.54;
    text-align: center;
    flex: 1;
    max-height: calc(59 / 3.75 * 1vw);
  }
}

.assets .p-contact-ann-box .flx-box2 .cont-box .box-item .link-btn:hover {
  background: #fff5f5;
  border: 1px solid #f9ccbf;
}

/* ページ内リンク③_2 */

/* ページ内リンク⑭ */
.assets .c-support {
  background: #fff;
  padding: 12px 20px 15px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  width: 100%;
  max-width: 431px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support {
    padding: calc(6 / 3.75 * 1vw) calc(7.5 / 3.75 * 1vw) calc(16 / 3.75 * 1vw)
      calc(15 / 3.75 * 1vw);
    max-width: 100%;
  }
}

.assets .c-support__header {
  display: flex;
  justify-content: space-between;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support__header {
    align-items: center;
  }
}

.assets .c-support__header-img {
  max-width: 86px;
  margin-top: -27px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support__header-img {
    max-width: calc(60 / 3.75 * 1vw);
    margin-top: 0;
  }
}

.assets .c-support__title {
  font-size: 14px;
  font-weight: bold;
  color: #777777;
  line-height: 1.8;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support__title {
    font-size: calc(13 / 3.75 * 1vw);
    font-feature-settings: "palt";
  }
}

.assets .c-support__text {
  font-size: 12px;
  color: #888;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support__text {
    font-size: calc(11 / 3.75 * 1vw);
  }
}

.assets .c-support__body {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

.assets .c-support__contact {
  padding: 0 27px 0 30px;
  border-right: 1px solid #e3e3e3;
  text-align: center;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support__contact {
    padding: 0 calc(13 / 3.75 * 1vw) 0 0;
    font-feature-settings: "palt";
  }
}

.assets .c-support__contact a {
  font-size: 13px;
  font-weight: 500;
  color: #28a3cd;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support__contact a {
    font-size: calc(13 / 3.75 * 1vw);
  }
}

.assets .c-support__contact a::before {
  display: block;
  content: "";
  width: 22px;
  height: 17px;
  background: url("https://www.shop-stationery.com/html/user_data/free/cp/contact.png")
    center / contain no-repeat;
  transition: opacity ease-out 0.3s;
  margin: 0 auto 8px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support__contact a::before {
    width: calc(22 / 3.75 * 1vw);
    height: calc(17 / 3.75 * 1vw);
  }
}

.assets .c-support__tel {
  padding-left: 26px;
  color: #666666;
  text-align: center;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support__tel {
    padding-left: calc(13 / 3.75 * 1vw);
  }
}

.assets .c-support__tel a {
  font-size: 17px;
  font-weight: bold;
  background: url(https://www.shop-stationery.com/html/user_data/free/cp/contact_phone.png)
    left top / 13px 21px no-repeat;
  padding: 5px 0 0 20px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support__tel a {
    font-size: calc(17 / 3.75 * 1vw);
    background: url(https://www.shop-stationery.com/html/user_data/free/cp/contact_phone.png)
      left top / calc(13 / 3.75 * 1vw) calc(21 / 3.75 * 1vw) no-repeat;
    padding: calc(5 / 3.75 * 1vw) 0 0 calc(20 / 3.75 * 1vw);
  }
}

.assets .c-support__tel a:hover {
  color: inherit;
}

.assets .c-support__tel span {
  font-size: 10px;
  display: block;
  margin-top: 8px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support__tel span {
    font-size: calc(10 / 3.75 * 1vw);
  }
}

.assets .c-support--lg {
  padding: 15px 30px 35px;
  background: #fcfcfc;
  border: 1px solid #b8b8b8;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg {
    padding: 22px 10px 13px;
  }
}

.assets .c-support--lg .assets .c-support__header {
  justify-content: center;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__header {
    justify-content: flex-start;
    padding-left: calc(10 / 3.75 * 1vw);
  }
}

.assets .c-support--lg .assets .c-support__title {
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  color: #333333;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__title {
    font-size: calc(17 / 3.75 * 1vw);
    letter-spacing: 0.01em;
    text-align: left;
  }
}

.assets .c-support--lg .assets .c-support__title-small {
  font-size: 15px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__title-small {
    font-size: calc(13 / 3.75 * 1vw);
  }
}

.assets .c-support--lg .assets .c-support__body {
  margin-top: 25px;
  background: #fff;
  border-radius: 10px;
  padding: 11px;
  max-width: 514px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__body {
    padding: 12px 9px 14px;
    max-width: 100%;
    margin-top: 15px;
    position: relative;
  }
}

.assets .c-support--lg .assets .c-support__header-img {
  position: absolute;
  right: 35px;
  bottom: 20px;
  width: 100%;
  max-width: 136px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__header-img {
    width: 100%;
    max-width: calc(69 / 3.75 * 1vw);
    bottom: auto;
    right: 0%;
    top: -99%;
    top: calc(-64 / 3.75 * 1vw);
  }
}

.assets .c-support--lg .assets .c-support__contact {
  padding: 0 52px 0 40px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__contact {
    padding: 0 calc(10 / 3.75 * 1vw) 0 0;
  }
}

.assets .c-support--lg .assets .c-support__contact a::before {
  width: 27px;
  height: 21px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__contact a::before {
    width: calc(22 / 3.75 * 1vw);
    height: calc(17.5 / 3.75 * 1vw);
  }
}

.assets .c-support--lg .assets .c-support__contact a {
  font-size: 15px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__contact a {
    font-size: calc(13 / 3.75 * 1vw);
  }
}

.assets .c-support--lg .assets .c-support__tel {
  padding-left: 50px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__tel {
    padding-left: calc(10 / 3.75 * 1vw);
  }
}

.assets .c-support--lg .assets .c-support__tel a {
  font-size: 20px;
  font-weight: bold;
  background: url(https://www.shop-stationery.com/html/user_data/free/cp/contact_phone.png)
    left top / 15px 25px no-repeat;
  padding: 5px 0 0 24px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__tel a {
    font-size: calc(17 / 3.75 * 1vw);
    background: url(https://www.shop-stationery.com/html/user_data/free/cp/contact_phone.png)
      left top / calc(12 / 3.75 * 1vw) calc(25 / 3.75 * 1vw) no-repeat;
    padding: calc(5 / 3.75 * 1vw) 0 0 calc(21 / 3.75 * 1vw);
  }
}

.assets .c-support--lg .assets .c-support__tel span {
  font-size: 11px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .c-support--lg .assets .c-support__tel span {
    font-size: calc(10 / 3.75 * 1vw);
  }
}
@media (min-width: 768px) {
  .c-support__tel a[href^="tel:"] {
    pointer-events: none !important;
  }
}
/* ページ内リンク⑭ */

/* ページ内リンク⑤ */
.assets a.anc-link {
  font-size: 13px;
  background: url(/html/user_data/assets/img/common/arrow4.png) right top 3px /
    11px auto no-repeat;
  padding-right: 16px;
  text-decoration: underline;
  color: #28a3cd;
  font-weight: 500;
}
.assets a.anc-link:hover {
  text-decoration: none;
}
@media only screen and (not (min-width: 768px)) {
  .assets a.anc-link {
    font-size: calc(13 / 3.75 * 1vw);
    background: url(/html/user_data/assets/img/common/arrow4.png) right top
      calc(3 / 3.75 * 1vw) / calc(11 / 3.75 * 1vw) auto no-repeat;
    padding-right: calc(16 / 3.75 * 1vw);
    text-decoration: underline;
    color: #28a3cd;
    font-weight: 500;
  }
}
/* /ページ内リンク⑤ */

/* ページ内リンク⑥ */
.assets .p-current-cate-srch-box {
  line-height: 1.5;
  color: #333;
}
.assets #anc01,
.assets #anc02,
.assets #anc03,
.assets #anc04,
.assets #anc05,
.assets #anc06,
.assets #anc07,
.assets #anc08,
.assets #anc09,
.assets #anc10 {
  padding-top: 130px;
  margin-top: -130px;
}
.assets #anc_cate-1,
.assets #anc_cate-2,
.assets #anc_cate-3,
.assets #anc_cate-4,
.assets #anc_cate-5,
.assets #anc_cate-6,
.assets #anc_cate-7,
.assets #anc_cate-8,
.assets #anc_cate-9,
.assets #anc_cate-10,
.assets #anc_cate-11,
.assets #anc_cate-12,
.assets #anc_cate-13,
.assets #anc_cate-14,
.assets #anc_cate-15,
.assets #anc_cate-16,
.assets #anc_cate-17,
.assets #anc_cate-18 {
  padding-top: 130px;
  margin-top: -130px;
}
.assets #anc_theme-1,
.assets #anc_theme-2,
.assets #anc_theme-3,
.assets #anc_theme-4,
.assets #anc_theme-5,
.assets #anc_theme-6,
.assets #anc_theme-7,
.assets #anc_theme-8,
.assets #anc_theme-9,
.assets #anc_theme-10 {
  padding-top: 130px;
  margin-top: -130px;
}
.assets #tpl01,
.assets #tpl02,
.assets #tpl03,
.assets #tpl04 {
  padding-top: 130px;
  margin-top: -130px;
}
/* /ページ内リンク⑥ */

/* 注意書き① */
.assets .caution-box_01 {
  padding: 30px 30px 15px;
  width: 92%;
  margin: 0 auto 50px;
  background-color: #fefdef;
}
.assets .caution-box_01 h3 {
  padding: 0 0 10px 0px;
}
.assets .caution-box_01 h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/html/user_data/assets/img/common/ic7.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}
.assets .caution-box_01 .caution-txt {
  margin-left: 5px;
  display: flex;
  margin-bottom: 10px;
}
.assets .caution-box_01 .caution-txt .circleRed {
  font-size: 7px;
  color: #e8373d;
  height: auto;
  line-height: 2.5;
}
.assets .caution-box_01 p {
  margin-left: 15px;
  line-height: 1.8;
}
@media only screen and (not (min-width: 768px)) {
  .assets .caution-box_01 {
    padding: 30px 10px 20px;
    width: 100%;
    margin: 0 auto 70px;
  }
  .assets .caution-box_01 .caution-txt .circleRed {
    padding-top: 13px;
  }
  .assets .caution-box_01 p {
    padding-top: 13px;
    font-size: calc(13 / 3.75 * 1vw);
  }
}
/* /注意書き① */

/* リンク③ */
@media only screen and (not (min-width: 768px)) {
  .assets .p-contact-ann-box .flx-box .cont-box a .link-btn {
    transition: none;
  }
}
/* /リンク③ */

/* ページ内リンク⑧ */
.assets .p-faq-cate-box.type_jump {
  margin: 40px 0 0;
}
.assets .p-faq-cate-box.type_jump ul {
  justify-content: flex-start;
  column-gap: 15px;
}
.assets .p-faq-cate-box.type_jump ul li {
  width: 180px;
}
.assets .p-faq-cate-box.type_jump ul li a {
  background: url(/assets/img/common/arrow5.png) right 9px center / 9px auto
    no-repeat;
}
.assets .p-faq-cate-box.type_jump ul li a:hover {
  background: url(/assets/img/common/arrow5.png) right 9px top 18px / 9px auto
    no-repeat;
}
.assets .p-faq-cate-box.type_jump ul li a.fontlist-cate01::before {
  background: url(/html/user_data/free/fontlist/font_cate_icn01.svg) center
    center / 30px auto no-repeat;
}

.assets .p-faq-cate-box.type_jump ul li a.fontlist-cate02::before {
  background: url(/html/user_data/free/fontlist/font_cate_icn02.svg) center
    center / 30px auto no-repeat;
}

.assets .p-faq-cate-box.type_jump ul li a.fontlist-cate03::before {
  background: url(/html/user_data/free/fontlist/font_cate_icn03.svg) center
    center / 30px auto no-repeat;
}

.assets .p-faq-cate-box.type_jump ul li a.fontlist-cate04::before {
  background: url(/html/user_data/free/fontlist/font_cate_icn04.svg) center
    center / 30px auto no-repeat;
}

.assets .p-faq-cate-box.type_jump ul li a.fontlist-cate05::before {
  background: url(/html/user_data/free/fontlist/font_cate_icn05.svg) center
    center / 30px auto no-repeat;
}

.assets .p-faq-cate-box.type_jump ul li a.fontlist-cate06::before {
  background: url(/html/user_data/free/fontlist/font_cate_icn06.svg) center
    center / 30px auto no-repeat;
}

.assets .p-faq-cate-box.type_jump ul li a.fontlist-cate07::before {
  background: url(/html/user_data/free/fontlist/font_cate_icn07.svg) center
    center / 30px auto no-repeat;
}

.assets .p-faq-cate-box.type_jump ul li a.fontlist-cate08::before {
  background: url(/html/user_data/free/fontlist/font_cate_icn08.svg) center
    center / 30px auto no-repeat;
}

.assets .p-faq-cate-box.type_jump ul li a.fontlist-cate09::before {
  background: url(/html/user_data/free/fontlist/font_cate_icn09.svg) center
    center / 30px auto no-repeat;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-faq-cate-box.type_jump {
    margin: calc(30 / 3.75 * 1vw) 0px calc(10 / 3.75 * 1vw);
  }
  .assets .p-faq-cate-box.type_jump ul {
    column-gap: calc(10 / 3.75 * 1vw);
  }
  .assets .p-faq-cate-box.type_jump ul li {
    width: 48.5%;
  }
  .assets .p-faq-cate-box.type_jump ul li a {
    background: url(/assets/img/common/arrow5.png) right calc(6 / 3.75 * 1vw)
      center / calc(8 / 3.75 * 1vw) auto no-repeat;
  }
  .assets .p-faq-cate-box.type_jump ul li a:hover {
    background: url(/assets/img/common/arrow5.png) right calc(6 / 3.75 * 1vw)
      center / calc(8 / 3.75 * 1vw) auto no-repeat;
  }
}
/* /ページ内リンク⑧ */

/* /ページ内リンク⑨ */
.assets .icon-anc-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 40px;
}
.assets .icon-anc-box li {
  width: calc(25% - 12px);
}
.assets .icon-anc-box li:first-child {
  margin-left: 0;
  margin-right: 0;
}
.assets .icon-anc-box li img {
  border: 1px solid #ddd;
}
.assets .icon-anc-box a {
  width: 100%;
  display: block;
  box-shadow: 0 3px 8px 0 rgba(10, 2, 4, 0.1);
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #e8343d;
  border: #ddd solid 1px;
  display: inline-block;
  padding: 8px 0 8px 20px;
  text-align: center;
  margin: 5px auto 0;
  min-width: auto;
  background: url(/html/user_data/assets/img/common/ic35.png) center left 10px
    no-repeat;
  background-color: #fff;
  line-height: 1.5;
}
.assets .icon-anc-box a:hover {
  background-color: #fff5f5;
  border-color: #f9ccbf;
}

@media only screen and (not (min-width: 768px)) {
  .assets .icon-anc-box {
    justify-content: space-between;
    display: flex;
    padding: 0;
  }
  .assets .icon-anc-box li {
    width: 47%;
    margin: 0;
  }
  .assets .icon-anc-box a {
    width: 100%;
    font-size: 13px;
    padding: 8px 0 8px 20px;
    line-height: 2.4;
    background: url(/html/user_data/assets/img/common/ic35.png) center left 5px
      no-repeat;
    margin: 5px 0 20px;
  }
}
/* /ページ内リンク⑨ */

/* ページ内リンク⑩ */
.assets .checkicon-anc {
  background: #fefdef;
  padding: 20px 0;
  margin-top: 20px;
}
.assets .checkicon-anc .flex-box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 10px;
  width: 640px;
  margin: 0 auto 10px auto;
  align-items: center;
}
.assets .checkicon-anc .flex-box01 img {
  width: 25px;
  height: 25px;
}
.assets .checkicon-anc .flex-box01 p {
  font-size: 18px;
  width: 435px;
}
.assets .checkicon-anc .flex-box01 .bold {
  font-weight: bold;
}
.assets .checkicon-anc .flex-box01 .anc-btn {
  align-items: center;
  border: 1px solid #28a3cd;
  border-radius: 20px;
  color: #28a3cd;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin: auto auto 0;
  height: 35px;
  position: relative;
  transition: 0.3s ease;
  width: 150px;
  background: #fff url(/html/user_data/assets/img/common/arrow_nairedaishi.png)
    no-repeat right 15px center;
  background-size: auto 8px;
  pointer-events: auto !important;
}
.assets .checkicon-anc .flex-box01 .anc-btn:hover {
  background-color: rgba(255, 237, 152, 0.3);
}
@media only screen and (not (min-width: 768px)) {
  .assets .checkicon-anc .flex-box01 {
    width: 92%;
    column-gap: 7px;
    justify-content: space-between;
  }
  .assets .checkicon-anc .flex-box01 img {
    width: 15px;
    height: 15px;
    margin-bottom: 27px;
  }
  .assets .checkicon-anc .flex-box01 .bold {
    font-size: calc(14 / 3.75 * 1vw);
    width: 62%;
  }
  .assets .checkicon-anc .flex-box01 a {
    font-size: calc(13 / 3.75 * 1vw);
  }
}
/* /ページ内リンク⑩ */

/* ランキング② */
.assets .tab-ranking-block {
  padding-bottom: 75px;
}

.assets .tab-ranking-block .p-link-box.scroll .type01.width-free {
  padding: 0 70px 0 50px;
  width: auto;
}

.assets .tab-ranking-block .tab-wrap {
  margin: -10px 0 0;
}

.assets .tab-ranking-block .tab-wrap .poptabs {
  font-size: 0;
  margin-bottom: 20px;
}

.assets .tab-ranking-block .tab-wrap .poptabs > div {
  padding: 0;
}

.assets .tab-ranking-block .tab-wrap .poptabs input {
  display: none;
}

.assets .tab-ranking-block #popgroup1_content,
.assets .tab-ranking-block #popgroup2_content,
.assets .tab-ranking-block #popgroup3_content,
.assets .tab-ranking-block #popgroup4_content,
.assets .tab-ranking-block #popgroup5_content,
.assets .tab-ranking-block #popgroup6_content {
  display: none;
}

.assets .tab-ranking-block #poprankingfield > .poptabs .tab_item {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 6);
  text-align: center;
  border-bottom: #ddd solid 1px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  height: 50px;
  margin: 10px 0 40px;
  line-height: 50px;
  background: #fff;
  border-left: 1px solid #eee;
}

.assets .tab-ranking-block .tab-wrap .poptabs .tab_item span {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  transition: 0.2s ease-out;
  width: 100%;
}

.assets .tab-ranking-block .tab-wrap .poptabs .tab_item:hover {
  color: #e8343d;
}

.assets .tab-ranking-block .tab-wrap .poptabs .tab_item:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -5px;
  background-color: #fed6d6;
  border: 1px solid #f5a3a3;
  transform: translateY(-5px) rotate(45deg);
  border-top: none;
  border-left: none;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.assets
  .tab-ranking-block
  #poprankingfield
  > .poptabs
  input:checked
  + .tab_item {
  background-color: #fed6d6;
  border-bottom-color: #f5a3a3;
  color: #e8343d;
  pointer-events: none;
}

.assets .tab-ranking-block .tab-wrap .poptabs + div > * {
  display: none;
}

.assets .tab-ranking-block .tab-wrap .poptabs + div > *:first-child {
  display: block;
}

.assets .tab-ranking-block .tab-wrap .poptabs input:checked + .tab_item {
  background-color: #fed6d6;
  border-bottom-color: #f5a3a3;
  color: #e8343d;
  pointer-events: none;
}

.assets .tab-ranking-block .tab-wrap .poptabs input:checked + .tab_item:before {
  opacity: 1;
  transform: translateY(0) rotate(45deg);
}

.assets
  .tab-ranking-block
  #poprankingfield
  > .poptabs
  #popgroup1:checked
  ~ #popgroup1_content,
.assets
  .tab-ranking-block
  #poprankingfield
  > .poptabs
  #popgroup2:checked
  ~ #popgroup2_content,
.assets
  .tab-ranking-block
  #poprankingfield
  > .poptabs
  #popgroup3:checked
  ~ #popgroup3_content,
.assets
  .tab-ranking-block
  #poprankingfield
  > .poptabs
  #popgroup4:checked
  ~ #popgroup4_content,
.assets
  .tab-ranking-block
  #poprankingfield
  > .poptabs
  #popgroup5:checked
  ~ #popgroup5_content,
.assets
  .tab-ranking-block
  #poprankingfield
  > .poptabs
  #popgroup6:checked
  ~ #popgroup6_content {
  display: block;
}

.assets .tab-ranking-block .tab-wrap .poptabs .input {
  display: none;
}

.assets .tab-ranking-block #poprankingfield .tab_content {
  font-size: 13px;
}

.assets .tab-ranking-block .tab-wrap .tab_content {
  margin: 15px 0 25px;
}

.form input[type="radio"] + span:before {
  border: #ddd solid 1px;
  border-radius: 50%;
  background-color: #fff;
}

.form input[type="radio"] + span:after {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #333;
  top: 6px;
  left: 6px;
  opacity: 0;
}

.assets .tab-ranking-block .blueLineLink a {
  color: #27a3cd;
  text-decoration: underline;
  line-height: 1.5;
}

.assets .tab-ranking-block .blueLineLink a:after {
  content: "";
  background: url(/html/user_data/assets/img/common/cm_arr01.svg) center top /
    6px 14px no-repeat;
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-left: 9px;
}

.assets .tab-ranking-block .p-link-box.scroll .type01 {
  background: #fff url(/html/user_data/assets/img/common/arrow-scroll.png) right
    15px center / 30px auto no-repeat;
}

.assets .tab-cont-wrap .show-spnr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form input,
  .form textarea,
  .form select,
  .form button {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    font-family: inherit;
    box-shadow: none;
    font-size: 13px;
    padding: 0;
    margin: 0;
  }

  .form input[type="checkbox"],
  .form input[type="radio"] {
    width: 0;
    height: 0;
    vertical-align: top;
  }
}

@media only screen and (not (min-width: 768px)) {
  .assets .tab-ranking-block #poprankingfield > .poptabs .tab_item {
    font-size: 3.46vw;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 6);
    text-align: center;
    background-color: #fff;
    border-bottom: #ddd solid 1px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    height: 13.33vw;
    margin-bottom: 5px;
    line-height: 1.5;
  }

  .assets .tab-ranking-block #poprankingfield > .poptabs .tab_item span {
    height: 13.33vw;
    font-size: calc(14 / 3.75 * 1vw);
  }

  .assets .tab-ranking-block #poprankingfield > .poptabs .tab_item span.lh {
    line-height: 1.3;
  }

  .assets .tab-ranking-block .tab-cont-wrap .show-spnr {
    height: calc(270 / 3.75 * 1vw);
  }

  .assets .tab-ranking-block .p-link-box.scroll .type01.width-free {
    display: flex;
    height: calc(70 / 3.75 * 1vw);
    font-size: calc(14 / 3.75 * 1vw);
    line-height: 1.5;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

/* /ランキング② */

/* ランキング③ */
.assets .recs-item .cate.orank.tam01 .cf:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.assets .recs-item .cate.orank.tam01 .priceList table th,
.priceList table td {
  font-size: 13px;
}

.assets .recs-item .cate.orank.tam01 .priceList table th,
.priceList table td {
  font-size: 13px;
}

.assets .recs-item .cate.orank.tam01 .pd-hs .tx {
  line-height: 1.5;
}

.assets .recs-item .cate.orank.tam01 .pd-hs .prs .p {
  font-size: 13px;
}

.assets .recs-item .cate.orank.tam01 .pd-hs .prs .p div:last-child b {
  vertical-align: bottom;
}

.assets .recs-item .cate.orank.tam01 .right {
  width: 40%;
}

.assets .recs-item .cate.orank.tam01 .list .c {
  text-align: right;
}

.assets .recs-item .cate.orank.tam01 .list .e {
  position: relative;
}

.assets .recs-item .cate.orank.tam01 ._seq {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  padding: 5px;
  font-size: 13px;
}

.assets .recs-item .cate.orank.tam01 ._seq1 {
  position: static;
  background-color: #d0ac62;
  color: #fff;
  width: 70px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px;
}

.assets .recs-item .cate.orank.tam01 ._seq2,
.assets .recs-item .cate.orank.tam01 ._seq3,
.assets .recs-item .cate.orank.tam01 ._seq4,
.assets .recs-item .cate.orank.tam01 ._seq5 {
  margin-bottom: 0;
}

.assets .recs-item .cate.orank.tam01 .list {
  display: flex;
  flex-wrap: wrap;
}

.assets .recs-item .cate.orank.tam01 .list .c {
  padding-bottom: 5px;
}

.assets .recs-item .cate.orank.tam01 .right.cf .e {
  float: left;
  width: calc(50% - 40px);
  margin: 0 0 20px 20px;
}

.assets .recs-item .cate.orank.tam01 .right.cf .c {
  padding-top: 10px;
}

.assets .recs-item .cate.orank {
  display: flex;
  justify-content: space-between;
}

.assets .recs-item .cate.orank .left {
  width: 56%;
}

.assets .recs-item .cate.orank .right {
  width: 40%;
  margin-left: 10px;
  margin-top: 28px;
}

.assets .recs-item .cate.orank .right.cf .e {
  float: left;
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
}

.assets .cate.orank .right.cf img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.assets .cate.orank .right.cf p {
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.3;
}

.assets .recs-item .cate.orank .right.cf .p {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #333;
}

.assets .recs-item .cate.orank .right.cf .p b {
  font-size: 14px;
}

.assets .recs-item .cate.orank .list .e {
  position: relative;
}

.assets .cate.orank .list .e .image {
  border: #ddd solid 1px;
  text-align: center;
  padding: 2px;
  background-color: #fff;
}

.assets .recs-item .cate.orank ._seq {
  display: block;
  position: absolute;
  left: 0;
  bottom: 98%;
  background-color: #f5f5f5;
  color: #6d6d6d;
  font-weight: bold;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  padding: 3px;
  font-size: 13px;
}

.assets .recs-item .cate.orank ._seq:after {
  content: "位";
}

.assets .recs-item .cate.orank .left h4 {
  font-weight: bold;
  margin: 15px 0 10px;
  font-size: 14px;
  line-height: 1.3;
}

.assets .recs-item .cate.orank .pd-hs {
  padding-bottom: 10px;
}

.assets .recs-item .cate.orank .pd-hs .lf {
  float: left;
  width: 270px;
  transition: transform 0s ease;
}

.assets .recs-item .cate.orank .pd-hs .imgs {
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 10px;
  height: auto;
  position: relative;
}

.assets .recs-item .cate.orank .pd-hs .rh {
  float: right;
  width: 240px;
}

.assets .recs-item .cate.orank .pd-hs h3 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.assets .recs-item .cate.orank .pd-hs h3 + p {
  font-size: 11px;
  color: #999;
}

.assets .recs-item .cate.orank .pd-hs .prs {
  border-bottom: #bbb dotted 1px;
  padding-bottom: 10px;
}

.assets .recs-item .cate.orank .pd-hs .prs .p {
  font-weight: bold;
}

.assets .recs-item .cate.orank .pd-hs .prs .p div {
  padding-top: 7px;
}

.assets .recs-item .cate.orank .pd-hs .prs .p span {
  margin-left: 10px;
  text-decoration: line-through;
  display: inline-block;
}

.assets .recs-item .cate.orank .pd-hs .prs .p div:last-child span {
  text-decoration: none;
}

.assets .recs-item .cate.orank .pd-hs .prs .p div:nth-child(2) span {
  color: #e8343d;
  margin: 0;
  padding-left: 53px;
  background: url(http://www.shop-stationery.com/html/user_data/assets/img/ic22.png)
    no-repeat 0 0;
  padding-top: 1px;
}

.assets .recs-item .cate.orank .pd-hs .prs .p div:last-child b {
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
}

.assets .recs-item .cate.orank .priceList p.title {
  font-size: 12px;
  font-weight: bold;
}

.assets .recs-item .cate.orank .priceList p.note {
  font-size: 11px;
  padding-bottom: 16px;
}

.assets .recs-item .cate.orank .priceList table:first-child {
  float: left;
  margin-right: 4%;
}

.assets .recs-item .cate.orank .priceList table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: #ddd solid 1px;
  margin: 5px 0 2px;
}

.assets .recs-item .cate.orank .priceList table th,
.priceList table td {
  border: #ddd solid 1px;
  text-align: center;
  padding: 5px 10px;
}

.assets .recs-item .cate.orank .priceList table th {
  font-size: 12px;
  color: #888;
  background-color: #f9f9f9;
}

.assets .recs-item .cate.orank .priceList table td table {
  border: none;
}

.assets .recs-item .cate.orank .priceList table td.th {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px;
  width: auto;
  background: none;
}

.assets .recs-item .cate.orank .pd-hs .tx {
  margin-bottom: 10px;
  font-size: 12px;
}

.assets .recs-item .cate.orank .pd-hs .tx h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.assets .recs-item .cate.orank ._seq1 {
  position: static;
  background-color: #d0ac62;
  color: #fff;
  width: 70px;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 4px;
}

.assets .recs-item .cate.orank ._seq2 {
  background-color: #b6bcc1;
  color: #fff;
  padding: 4px;
  margin-bottom: 12px;
}

.assets .recs-item .cate.orank ._seq3 {
  background-color: #a15326;
  color: #fff;
  padding: 4px;
  margin-bottom: 12px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .recs-item .cate.orank {
    text-align: left;
    display: block;
    padding-right: calc(10 / 3.75 * 1vw);
  }

  .assets .recs-item .cate.orank.tam01.ot {
    padding-right: 0;
  }

  .assets .recs-item .cate.orank .pd-hs h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .assets .recs-item .cate.orank .left h4 {
    font-size: 13px;
    line-height: 1.2;
  }

  .assets .recs-item .cate.orank .pd-hs .tx {
    line-height: 1.3;
  }

  .assets .recs-item .cate.orank .left {
    width: 100%;
  }

  .assets .recs-item .cate.orank .pd-hs {
    padding-bottom: 10px;
  }

  .assets .recs-item .cate.orank .pd-hs .imgs {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
    height: auto;
    position: relative;
  }

  .assets .recs-item .cate.orank .pd-hs .lf {
    float: left;
    width: 50%;
    transition: transform 0s ease;
  }

  .assets .recs-item .cate.orank .pd-hs .rh {
    float: right;
    width: 45%;
    text-align: left;
  }

  .assets .cf:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }

  .assets .recs-item .cate.orank .right {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .assets .recs-item .cate.orank .right.cf .e:first-child {
    margin-left: 10px;
  }

  .assets .recs-item .cate.orank ._seq {
    display: block;
    width: 48px;
    height: 22px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
  }

  .assets .recs-item .cate.orank ._seq::after {
    content: "位";
    font-size: 11px;
    font-weight: normal;
  }

  .item-sub.p-sub-tam-rank-box {
    padding: 0 0 0 calc(10 / 3.75 * 1vw);
    width: 97%;
  }

  .item-sub.p-sub-tam-rank-box h2 {
    padding: 0 calc(10 / 3.75 * 1vw) 0 0;
  }

  .item-sub.p-sub-tam-rank-box h2 + p {
    padding-bottom: 0;
    line-height: 1.5;
  }

  .assets .recs-item .cate.orank.tam01 .pd-hs .prs .p div:last-child b {
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
  }

  .assets .recs-item .cate.orank.tam01 .pd-hs .prs .p {
    font-size: 11px;
    line-height: 1.8;
    font-weight: normal;
  }

  .assets .recs-item .cate.orank.tam01 .left h4 {
    line-height: 1.5;
    margin: 0;
  }

  .assets .recs-item .cate.orank.tam01 .left p {
    font-size: 12px;
    line-height: 1.5;
  }

  .assets .recs-item .cate.orank.tam01 .pd-hs .prs {
    border: none;
  }

  .assets .recs-item .cate.orank.tam01 .priceList table th,
  .priceList table td {
    font-size: 12px;
    padding: 7px 10px;
    vertical-align: middle;
  }

  .assets .recs-item .cate.orank.tam01 .priceList p.note {
    font-size: 11px;
    padding-bottom: 0;
  }

  .assets .recs-item .cate.orank.tam01 .right {
    width: auto;
    margin-top: 30px;
  }

  .assets .recs-item .cate.orank .right.cf .p {
    text-align: left;
  }

  .item-sub.product-smallcategory.stainless-tumbler.naire .col2-cont img {
    width: 100%;
  }

  .assets .recs-item .cate.orank.tam01 .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: nowrap;
  }

  .assets .recs-item .cate.orank.tam01 .list:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }

  .assets .recs-item .cate.orank.tam01 .list .c {
    text-align: left;
  }

  .assets .recs-item .cate.orank.tam01 ._seq {
    display: block;
    position: static !important;
    bottom: 100%;
    left: 0;
    font-weight: bold;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    padding: 5px;
    font-size: 13px;
  }

  .assets .recs-item .cate.orank.tam01 ._seq1 {
    position: static;
    color: #d0b237;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank1.png) no-repeat;
    background-size: 100% auto;
  }

  .assets .recs-item .cate.orank.tam01 ._seq2 {
    color: #8b8b8b;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank2.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
  }

  .assets .recs-item .cate.orank.tam01 ._seq3 {
    color: #ae7d53;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank3.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
  }

  .assets .recs-item .cate.orank.tam01 ._seq4 {
    color: #84aa59;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank4.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
  }

  .assets .recs-item .cate.orank.tam01 ._seq {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-weight: bold;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    padding: 5px;
    font-size: 15px;
  }

  .assets .recs-item .cate.orank ._seq1.ot {
    position: static;
  }

  .assets .recs-item .cate.orank.tam01 .left p {
    margin-bottom: 12px;
  }

  .assets .recs-item .cate.orank.tam01 .priceList.ot table th,
  .priceList.ot table td {
    font-size: 12px;
    padding: 7px 10px;
    vertical-align: middle;
  }

  .assets .recs-item .cate.orank ._seq1 {
    color: #d0b237;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank1.png) no-repeat;
    background-size: 100% auto;
  }

  .assets .recs-item .cate.orank ._seq2 {
    color: #8b8b8b;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank2.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
  }

  .assets .recs-item .cate.orank ._seq3 {
    color: #ae7d53;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank3.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
  }
}

/* /ランキング③ */

/* ランキング④ */
.assets .top-rank .t-ranking-box {
  position: relative;
}

.assets .top-rank .t-ranking-box .tab-switch-wrap ul {
  display: flex;
  justify-content: space-between;
}

.assets .top-rank .t-ranking-box .tab-switch-wrap ul li {
  align-items: center;
  background: #fff;
  box-shadow: 0 1px 0 #ddd;
  border-left: 1px solid #eee;
  display: flex;
  position: relative;
  width: 25%;
}

.assets .top-rank .t-ranking-box .tab-switch-wrap ul li:first-child {
  border-left: none;
}

.assets .top-rank .t-ranking-box .tab-switch-wrap ul li label {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  transition: 0.2s ease-out;
  width: 100%;
}

.assets .top-rank .t-ranking-box .tab-switch-wrap ul li label:hover {
  color: #e6393d;
  cursor: pointer;
}

.assets .top-rank .t-ranking-box .tab-switch-wrap ul li::before {
  background-color: #fed6d6;
  border: 1px solid #f5a3a3;
  border-top: none;
  border-left: none;
  bottom: -6px;
  content: "";
  height: 10px;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transform: translateY(-5px) rotate(45deg);
  width: 10px;
}

.assets .top-rank .t-ranking-box .tab-switch-wrap ul li.current {
  background: #fed6d6;
  border-bottom: 1px solid #f5a3a3;
  color: #e6393d;
}

.assets .top-rank .t-ranking-box .tab-switch-wrap ul li.current::before {
  bottom: -10px;
  opacity: 1;
  transition: all 0.15s ease-in-out;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap {
  margin-top: 20px;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap h3 {
  display: none;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap .ranking-item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  row-gap: 40px;
  width: 100%;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap .ranking-item-box .cont {
  width: 220px;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap .ranking-item-box .cont a {
  margin-bottom: 10px;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap .ranking-item-box .cont a img {
  border: 1px solid #eee;
  height: 248px;
  object-fit: cover;
  width: 220px;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap .ranking-item-box .cont .name {
  font-weight: 700;
  min-height: 2.4em;
  line-height: 18px;
  margin: 10px 0;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap .ranking-item-box .cont .s-num {
  color: #999;
  font-size: 12px;
  margin-bottom: 6px;
  text-align: right;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  .ranking-item-box
  .cont
  .rank-price-box {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  .ranking-item-box
  .cont
  .rank-price-box
  .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  .ranking-item-box
  .cont
  .rank-price-box
  .price
  span {
  font-size: 11px;
  font-weight: 500;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  .ranking-item-box
  .cont
  .rank-price-box
  .rank {
  background: #f5f5f5;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  width: 40px;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  .ranking-item-box
  .cont
  .rank-price-box
  .rank.top3 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  width: 70px;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  .ranking-item-box
  .cont
  .rank-price-box
  .rank.top3.fst {
  background: #d0ac62;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  .ranking-item-box
  .cont
  .rank-price-box
  .rank.top3.sec {
  background: #b6bcc1;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  .ranking-item-box
  .cont
  .rank-price-box
  .rank.top3.thr {
  background: #a15326;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap .ranking-item-box .cont.cont-l {
  width: 305px;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  .ranking-item-box
  .cont.cont-l
  a {
  min-height: 344px;
  width: 305px;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  .ranking-item-box
  .cont.cont-l
  a
  img {
  height: 344px;
  object-fit: cover;
  width: 305px;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap input,
.assets .top-rank .t-ranking-box .tab-cont-wrap .cont-outer {
  display: none;
}

.assets .top-rank .t-ranking-box .tab-cont-wrap input:checked + div {
  display: flex;
}

.assets .top-rank .t-ranking-box .p-link-box {
  padding: 10px 0 0;
}

.assets .top-rank .t-ranking-box .p-link-box a {
  width: 492px;
}

.assets
  .top-rank
  .t-ranking-box
  .tab-cont-wrap
  input:checked
  + div
  .cont-outer {
  display: flex;
}

@media only screen and (not (min-width: 768px)) {
  .assets .top-rank .t-ranking-box {
    padding-left: calc(10 / 3.75 * 1vw);
    padding-top: calc(59 / 3.75 * 1vw);
  }

  .assets .top-rank .t-ranking-box h2 {
    font-size: calc(18 / 3.75 * 1vw);
    line-height: calc(27 / 3.75 * 1vw);
    margin-bottom: 0;
  }

  .assets .top-rank .t-ranking-box .tab-switch-wrap {
    display: none;
  }

  .assets .top-rank .t-ranking-box .tab-switch-wrap ul li label {
    font-size: calc(15 / 3.75 * 1vw);
    height: calc(50 / 3.75 * 1vw);
  }

  .assets .top-rank .t-ranking-box .tab-cont-wrap {
    margin-top: calc(20 / 3.75 * 1vw);
  }

  .assets .top-rank .t-ranking-box .tab-cont-wrap .cont-outer {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .cont-outer::-webkit-scrollbar {
    display: none;
  }

  .assets .top-rank .t-ranking-box .tab-cont-wrap h3 {
    display: block;
    font-size: calc(16 / 3.75 * 1vw);
    margin-bottom: calc(20 / 3.75 * 1vw);
  }

  .assets .top-rank .t-ranking-box .tab-cont-wrap .ranking-item-box {
    flex-wrap: nowrap;
    margin-bottom: calc(10 / 3.75 * 1vw);
    padding-bottom: calc(10 / 3.75 * 1vw);
    row-gap: 0;
    width: auto;
  }

  .assets .top-rank .t-ranking-box .tab-cont-wrap .ranking-item-box .cont {
    margin-right: calc(13 / 3.75 * 1vw);
    width: calc(100 / 3.75 * 1vw);
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    .rank-img {
    align-items: center;
    background: url("/item_images/top/bg_rank4.png") center center/contain
      no-repeat;
    color: #84aa59;
    display: flex;
    font-size: calc(14 / 3.75 * 1vw);
    font-weight: bold;
    height: calc(22 / 3.75 * 1vw);
    justify-content: center;
    line-height: 1.8;
    margin-bottom: 5px;
    padding-bottom: calc(2 / 3.75 * 1vw);
    text-align: center;
    width: calc(48 / 3.75 * 1vw);
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    .rank-img::after {
    content: "位";
    display: inline-block;
    font-size: calc(12 / 3.75 * 1vw);
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    .rank-img.fst {
    background: url("/item_images/top/bg_rank1.png") center center/contain
      no-repeat;
    color: #d0b237;
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    .rank-img.sec {
    background: url("/item_images/top/bg_rank2.png") center center/contain
      no-repeat;
    color: #8b8b8b;
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    .rank-img.thr {
    background: url("/item_images/top/bg_rank3.png") center center/contain
      no-repeat;
    color: #ae7d53;
  }

  .assets .top-rank .t-ranking-box .tab-cont-wrap .ranking-item-box .cont a {
    border: none;
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    a
    img {
    height: auto;
    width: calc(100 / 3.75 * 1vw);
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    .name {
    font-size: calc(12 / 3.75 * 1vw);
    height: auto;
    line-height: 1.5;
    margin-bottom: calc(10 / 3.75 * 1vw);
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    .s-num {
    font-size: calc(11 / 3.75 * 1vw);
    text-align: left;
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    .rank-price-box {
    justify-content: flex-start;
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    .rank-price-box
    .price {
    font-size: calc(13 / 3.75 * 1vw);
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont
    .rank-price-box
    .rank {
    display: none;
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont.cont-l {
    width: calc(100 / 3.75 * 1vw);
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont.cont-l
    a {
    border: none;
    height: auto;
    width: calc(100 / 3.75 * 1vw);
  }

  .assets
    .top-rank
    .t-ranking-box
    .tab-cont-wrap
    .ranking-item-box
    .cont.cont-l
    a
    img {
    height: auto;
    width: calc(100 / 3.75 * 1vw);
  }

  .assets .top-rank .t-ranking-box .tab-cont-wrap .cont-outer {
    display: flex;
    margin-bottom: calc(15 / 3.75 * 1vw);
  }

  .assets .top-rank .t-ranking-box .p-link-box {
    padding: calc(20 / 3.75 * 1vw) calc(10 / 3.75 * 1vw) 0 0;
  }

  .assets .top-rank .t-ranking-box .p-link-box a {
    height: calc(70 / 3.75 * 1vw);
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

.assets .top-rank .t-ranking-box .tab-cont-wrap div .show-spnr {
  display: none;
}

@media screen and (max-width: 767px) {
  .assets .top-rank .t-ranking-box .tab-cont-wrap div .show-spnr {
    display: flex;
  }
}

.assets .top-rank .t-ranking-box .tab-cont-wrap input:checked + div .show-spnr {
  display: flex;
  width: 100%;
}

/* /ランキング④ */

/* ランキング⑤ */

.assets .column-4_no1 p {
  font-size: 13px;
  line-height: 1.5;
}

.assets .column-4_no1 .fBox {
  border: none;
  padding: 60px 0 40px 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.assets .column-4_no1 .fBox h2.title {
  color: #555;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.assets .column-4_no1 .fBox h2.title .tumblr-small {
  font-size: 14px;
  line-height: 3;
}

.assets .column-4_no1 .fBox .read {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}

.assets .column-4_no1 .hitems-tam {
  display: flex;
}

.assets .column-4_no1 .hitems-tam .list .e {
  float: left;
  width: calc(25% - 15px);
  margin: 0 0 20px 20px;
  position: relative;
}

.assets .column-4_no1 .hitems-tam .list .e:first-child {
  margin-left: 0;
}

.assets .column-4_no1 .hitems-tam ._seq1 {
  display: block;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  position: static;
  background-color: #d0ac62;
  color: #fff;
  width: 70px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 4px;
}

.assets .column-4_no1 .hitems-tam .e.brand.thermos {
  background: url(/html/user_data/category/tumbler-bottle/stainless-tumbler/logo-thermos.jpg)
    no-repeat 0 0;
  background-size: 85px auto;
}

.assets .column-4_no1 .hitems-tam .e.brand.atlas {
  background: url(/html/user_data/category/tumbler-bottle/stainless-tumbler/logo-atlas.jpg)
    no-repeat 0 0;
  background-size: 75px auto;
}

.assets .column-4_no1 .hitems-tam .e.brand.zojirushi {
  background: url(/html/user_data/category/tumbler-bottle/stainless-tumbler/logo-zojirushi.jpg)
    no-repeat 0 0;
  background-size: 115px auto;
}

.assets .column-4_no1 .hitems-tam .e.brand.zalatto {
  background: url(/html/user_data/category/tumbler-bottle/stainless-tumbler/logo-zalatto.jpg)
    no-repeat 0 5px;
}

.assets .column-4_no1 .hitems-tam .brand ._seq1 {
  margin: 2px 0 10px 124px;
}

.assets .column-4_no1 .hitems-tam .brand.thermos ._seq1 {
  margin: 2px 0 10px 124px;
  margin-left: 90px;
}

.assets .column-4_no1 .hitems-tam .brand.atlas ._seq1 {
  margin-left: 80px;
}

.assets .column-4_no1 .hitems-tam .brand.zalatto ._seq1 {
  margin-left: 110px;
}

.assets .column-4_no1 .hitems-tam ._seq:after {
  content: "位";
}

.assets .column-4_no1 .hitems-tam .list .e .image {
  text-align: center;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 10px;
}

.assets .column-4_no1 .hitems-tam .list img {
  width: 183px;
  object-fit: contain;
}

.assets .column-4_no1 .hitems-tam .list h3 {
  font-size: 14px;
  font-weight: bold;
}

.assets .column-4_no1 .hitems-tam .list .c-tam {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #999;
  padding-bottom: 10px;
  font-weight: 500;
}

.assets .column-4_no1 .hitems-tam .list .p {
  display: block;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  padding-top: 10px;
}

.assets .column-4_no1 .hitems-tam .list .p b {
  font-size: 16px;
}

.assets .column-4_no1 .hitems-tam .txt {
  margin-top: 25px;
  line-height: 1.5;
  font-size: 13px;
  min-height: 85px;
}

.assets .column-4_no1 .hitems-tam .p-link-box {
  margin-top: 5px;
}

.assets .column-4_no1 .hitems-tam .p-link-box a {
  font-size: 14px;
  min-width: initial;
  min-width: auto;
  width: 100%;
  padding: 12px 28px 12px 16px;
  background-position: right 16px center;
}

.assets .column-4_no1 .hitems-tam .p-link-box.brand-choice a {
  line-height: 1.5;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .assets .column-4_no1 .hitems-tam .list h3 {
    min-height: 37px;
  }
}

@media only screen and (not (min-width: 768px)) {
  .assets .column-4_no1 .fBox h2.title {
    color: #555;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    margin: 0 0 10px;
  }

  .assets .column-4_no1 .fBox h2.title .tumblr-small {
    font-size: 13px;
  }

  .assets .column-4_no1 .fBox .read {
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
  }

  .assets .column-4_no1 .hitems-tam {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 -35px 0;
    text-align: left;
  }

  .assets .column-4_no1 .fBox .hitems-tam .list {
    font-size: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .assets .column-4_no1 .hitems-tam .list .c-tam {
    text-align: left;
    margin: 5px 0 10px;
    padding: 0;
  }

  .assets .column-4_no1 .hitems-tam .e.brand.thermos {
    background: url(/html/user_data/category/tumbler-bottle/stainless-tumbler/logo-thermos.jpg)
      no-repeat 0 3px;
    background-size: 40% auto;
  }

  .assets .column-4_no1 .fBox .hitems-tam .e {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    white-space: normal;
    width: 45%;
    margin-bottom: 30px;
  }

  .assets .column-4_no1 .fBox .hitems-tam .e:nth-child(odd) {
    margin-left: 0;
  }

  .assets .column-4_no1 .hitems-tam .brand ._seq1 {
    margin-left: 50% !important;
    width: 55px;
    padding-bottom: 8px;
    position: static;
    color: #d0b237;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank1.png) no-repeat;
    background-size: 100% auto;
  }

  .assets .column-4_no1 .hitems-tam .list ._seq:after {
    content: "位";
    font-size: 11px;
    font-weight: normal;
  }

  .assets .column-4_no1 .hitems-tam .list .e .image {
    padding: 0;
    margin-bottom: 0;
  }

  .assets .column-4_no1 .hitems-tam .e h3 {
    font-weight: bold;
    padding-top: 5px;
    font-size: 14px;
    min-height: 45px;
  }

  .assets .column-4_no1 .hitems-tam .e .c {
    display: block;
    font-size: 11px;
    color: #888;
    text-align: left;
    margin: 5px 0 10px;
    padding-top: 0;
  }

  .assets .column-4_no1 .hitems-tam .e .p {
    display: block;
    font-size: 10px;
    color: #333;
    text-align: left;
    padding-top: 0;
  }

  .assets .column-4_no1 .hitems-tam .e .p b {
    font-size: 14px;
  }

  .assets .column-4_no1 .hitems-tam .e.brand .p-link-box {
    padding: 0 0;
  }

  .assets .column-4_no1 .hitems-tam .p-link-box a {
    padding: 12px 24px 12px 8px;
    font-size: 13px;
  }

  .assets .column-4_no1 .fBox .hitems-tam .e:nth-child(even) {
    margin-right: 0;
  }

  .assets .column-4_no1 .hitems-tam .e.brand.atlas {
    background: url(/html/user_data/category/tumbler-bottle/stainless-tumbler/logo-atlas.jpg)
      no-repeat 0 0;
    background-size: 45% auto;
  }

  .assets .column-4_no1 .hitems-tam .e.brand.zojirushi {
    background: url(/html/user_data/category/tumbler-bottle/stainless-tumbler/logo-zojirushi.jpg)
      no-repeat 0 6px;
    background-size: 45% auto;
  }

  .assets .column-4_no1 .hitems-tam .e.brand.zalatto {
    background: url(/html/user_data/category/tumbler-bottle/stainless-tumbler/logo-zalatto.jpg)
      no-repeat 0 5px;
    background-size: 45% auto;
  }

  .assets .column-4_no1 .hitems-tam .e.brand.thermos img,
  .assets .column-4_no1 .hitems-tam .e.brand.atlas img {
    width: 188px;
    height: 212px;
  }

  .assets .column-4_no1 .hitems-tam .e.brand.zojirushi img {
    width: 188px;
    height: auto;
  }

  .assets .column-4_no1 .hitems-tam .p-link-box.brand-choice a {
    line-height: 1.3;
  }
}

/* /ランキング⑤ */

/* ランキング⑥ */
.assets .rank_enlarge-no1 .cate.orank {
  display: flex;
  justify-content: space-between;
}

.assets .rank_enlarge-no1 .cate.orank .left {
  width: 56%;
}

.assets .rank_enlarge-no1 .cate.orank .pd-hs {
  padding-bottom: 10px;
}

.assets .rank_enlarge-no1 .cate.orank .pd-hs .imgs {
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 10px;
  height: auto;
  position: relative;
}

.assets .rank_enlarge-no1 .cate.orank .pd-hs .imgs {
  float: left;
  width: 270px;
  transition: transform 0s ease;
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 10px;
  height: auto;
  position: relative;
}

.assets .rank_enlarge-no1 .cate.orank .pd-hs .rh {
  float: right;
  width: 240px;
}

.assets .rank_enlarge-no1 .cate.orank ._seq {
  display: block;
  position: absolute;
  left: 0;
  bottom: 98%;
  background-color: #f5f5f5;
  color: #6d6d6d;
  font-weight: bold;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  padding: 3px;
  font-size: 13px;
}

.assets .rank_enlarge-no1 .cate.orank ._seq:after {
  content: "位";
}

.assets .rank_enlarge-no1 .cate.orank .pd-hs h3 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.assets .rank_enlarge-no1 .cate.orank .pd-hs h3 + p {
  line-height: 1.5;
  font-size: 11px;
  color: #999;
}

.assets .rank_enlarge-no1 .cate.orank .left h4 {
  font-weight: bold;
  margin: 15px 0 10px;
  font-size: 14px;
  line-height: 1.3;
}

.assets .rank_enlarge-no1 .cate.orank .pd-hs .tx {
  margin-bottom: 10px;
  font-size: 12px;
}

.assets .rank_enlarge-no1 .cate.orank .pd-hs .tx p {
  font-size: 13px;
  line-height: 1.5;
}

.assets .rank_enlarge-no1 .cate.orank .right {
  width: 40%;
  margin-left: 10px;
  margin-top: 28px;
}

.assets .rank_enlarge-no1 .cate.orank .right.cf .e {
  position: relative;
  float: left;
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
}

.assets .rank_enlarge-no1 .cate.orank ._seq1 {
  position: static;
  background-color: #d0ac62;
  color: #fff;
  width: 70px;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 4px;
}

.assets .rank_enlarge-no1 .cate.orank ._seq2 {
  background-color: #b6bcc1;
  color: #fff;
  padding: 4px;
  margin-bottom: 12px;
}

.assets .rank_enlarge-no1 .cate.orank ._seq3 {
  background-color: #a15326;
  color: #fff;
  padding: 4px;
  margin-bottom: 12px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .rank_enlarge-no1 .cate.orank {
    text-align: left;
    display: block;
    padding-right: calc(10 / 3.75 * 1vw);
  }

  .assets .rank_enlarge-no1 .cate.orank .left {
    width: 100%;
  }

  .assets .rank_enlarge-no1 .cate.orank .pd-hs {
    padding-bottom: 10px;
  }

  .assets .rank_enlarge-no1 .cate.orank .pd-hs .imgs {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
    height: auto;
    position: relative;
    float: left;
    width: 50%;
    transition: transform 0s ease;
  }

  .assets .rank_enlarge-no1 .cate.orank .pd-hs .rh {
    float: right;
    width: 45%;
    text-align: left;
  }

  .assets .rank_enlarge-no1 .cate.orank ._seq {
    display: block;
    width: 48px;
    height: 22px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
  }

  .assets .rank_enlarge-no1 .cate.orank ._seq::after {
    content: "位";
    font-size: 11px;
    font-weight: normal;
  }

  .assets .rank_enlarge-no1 .cate.orank .pd-hs h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .assets .rank_enlarge-no1 .cate.orank .left h4 {
    font-size: 13px;
    line-height: 1.2;
  }

  .assets .rank_enlarge-no1 .cate.orank .pd-hs .tx p {
    font-size: calc(13 / 3.75 * 1vw);
  }

  .assets .rank_enlarge-no1 .cate.orank .right {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .assets .rank_enlarge-no1 .cate.orank .right.cf .e:first-child {
    margin-left: 10px;
  }

  .assets .rank_enlarge-no1 .cate.orank ._seq1 {
    color: #d0b237;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank1.png) no-repeat;
    background-size: 100% auto;
  }

  .assets .rank_enlarge-no1 .cate.orank ._seq2 {
    color: #8b8b8b;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank2.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
  }

  .assets .rank_enlarge-no1 .cate.orank ._seq3 {
    color: #ae7d53;
    font-size: 15px;
    background: url(/html/user_data/assets/img/common/bg_rank3.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
  }
}

/* /ランキング⑥ */

/* 手動ランキング共通デザイン */

.assets .cate.orank .right.cf h3 {
  font-size: 13px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.3;
}

.assets .cate.orank .right.cf a {
  display: block;
  position: relative;
}

.assets .cate.orank .right.cf .c {
  display: block;
  font-size: 11px;
  color: #999;
  padding-top: 3px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .cate.orank .right.cf h3 {
    font-size: 12px;
  }
}

/* /手動ランキング共通デザイン */

/* 商品一覧　共通デザイン */
.assets .item-view-block {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  padding-top: 10px;
  padding-bottom: 50px;
}

.assets .item-view-block .item-detail-wrap {
  border: none;
}

.assets .item-view-block .item-detail-wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 20px;
  width: 25%;
}

.assets .item-view-block .item-detail-wrap .item-img-wrap .img-box {
  position: relative;
  border: 0.5px solid #eee;
}

.assets .item-view-block .item-detail-wrap .item-img-wrap .img-box a img {
  width: 100%;
  object-fit: contain;
}

.assets .item-view-block .item-detail-wrap .item-spec-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 10px;
  height: auto;
  /* flex: 1; */
}

.assets .item-view-block .item-detail-wrap .item-spec-wrap .sub-lead {
  font-size: 11px;
  font-weight: bold;
}

.assets .item-view-block .item-detail-wrap .item-spec-wrap h3 {
  font-weight: 700;
  line-height: 18px;
  margin-top: 8px;
  min-height: 40px;
}

.assets .item-view-block .item-detail-wrap .item-spec-wrap .siri {
  display: flex;
  align-items: flex-end;
  color: #999;
  font-size: 12px;
  flex: 1;
  justify-content: flex-end;
  margin: 10px 0 0;
}

.assets .item-view-block .item-detail-wrap .item-spec-wrap .price {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

.assets .item-view-block .item-detail-wrap .item-spec-wrap .price .tax {
  font-size: 11px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .assets .item-view-block .item-detail-wrap {
    padding: calc(10 / 3.75 * 1vw) calc(10 / 3.75 * 1vw) calc(20 / 3.75 * 1vw);
    width: 50%;
  }

  .assets .item-view-block.gallery .item-img-wrap img {
    max-width: none;
    width: 100%;
  }

  .assets .item-view-block .item-detail-wrap .item-spec-wrap {
    margin-top: calc(10 / 3.75 * 1vw);
  }

  .assets .item-view-block .item-detail-wrap .item-spec-wrap .sub-lead {
    font-size: calc(11 / 3.75 * 1vw);
  }

  .assets .item-view-block .item-detail-wrap .item-spec-wrap h3 {
    line-height: calc(18 / 3.75 * 1vw);
  }

  .assets .item-view-block.gallery .item-spec-wrap .siri {
    margin: calc(10 / 3.75 * 1vw) 0;
  }

  .assets .item-view-block .item-detail-wrap .item-spec-wrap .price {
    font-size: calc(16 / 3.75 * 1vw);
  }

  .assets .item-view-block .item-detail-wrap .item-spec-wrap .price .tax {
    font-size: calc(11 / 3.75 * 1vw);
  }
}

/* /商品一覧　共通デザイン */

/* 商品一覧② */
.assets .pickup-column_01 .item-wrap .reco a div.cf img {
  width: 208px;
  height: 234px;
}
/* 打消し */
.assets .pickup-column_01 .item-wrap .reco div .tx .read-more-b a {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 40px;
  margin-left: auto;
  right: -9px;
  /* margin-top: -22px; */
  top: 24px;
  z-index: 2;
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-position: center;
  background-repeat: no-repeat;
}
.assets
  .pickup-column_01
  .item-wrap
  .reco
  div
  .tx
  .read-more-b
  a.r-more:before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 10px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  /* background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f7f7)); */
  border: 1px solid #eee;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgb(10 2 4 / 10%);
}
.assets .pickup-column_01 .item-wrap .reco div .tx .read-more-b a:hover::after {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.assets .pickup-column_01 .item-wrap .reco div .tx .read-open .r-more.on {
  top: auto;
  /* bottom: 0; */
  padding-top: 10px;
}
.assets .pickup-column_01 .item-wrap .reco div .tx .read-open .r-more.on:after {
  bottom: 20px;
  transform: rotate(135deg);
}
.assets .pickup-column_01 .item-wrap .reco div .tx .read-more-b.read-open {
  overflow: visible;
}

.assets .pickup-column_01 {
  padding-bottom: 25px;
}
.assets .pickup-column_01 .puropose::after {
  transform: scale(-1, 1);
}
.assets .pickup-column_01 .item-wrap .reco div .tx .read-more-b .r-more:after {
  content: "";
  position: absolute;
  bottom: 23px;
  height: 6px;
  width: 6px;
  right: 23px;
  border: 1px solid;
  border-color: transparent transparent #555 #555;
  transform: rotate(-45deg);
}
.assets .pickup-column_01 .item-wrap {
  margin-bottom: 100px;
}
.assets .pickup-column_01 .item-wrap figure {
  margin: 0;
}
.assets .pickup-column_01 .item-wrap .item-main-box {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 40px;
}
.assets .pickup-column_01 .item-wrap .item-main-box .main-box {
  width: 458px;
  border: 1px solid #d4d4d4;
}
.assets .pickup-column_01 .item-wrap .item-main-box .main-box img {
  display: block;
  width: 460px;
  height: 520px;
  object-fit: cover;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box {
  display: flex;
  flex-direction: column;
  width: 475px;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box .detail-txt {
  font-size: 14px;
  color: #555;
}
.assets
  .pickup-column_01
  .item-wrap
  .item-main-box
  .detail-box
  .detail-txt.small {
  font-size: 13px;
  color: #333;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box a p {
  transition: 0.3s ease;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box a:hover p {
  color: #e8343d;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box p.item-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box p.item-num {
  margin-bottom: 8px;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box p.item-price {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}
.assets
  .pickup-column_01
  .item-wrap
  .item-main-box
  .detail-box
  p.item-price
  .price {
  font-size: 20px;
  vertical-align: baseline;
  margin-left: 10px;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box .type-icon {
  margin-bottom: 10px;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box .type-icon img {
  margin-right: 8px;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box .sub-box {
  display: flex;
  margin: auto 0 0;
  height: auto;
  align-items: flex-start;
}
.assets .pickup-column_01 .item-wrap .item-main-box .detail-box .sub-box img {
  border: 1px solid #d4d4d4;
  display: block;
  margin-right: 8px;
}
.assets .pickup-column_01 .puropose {
  line-height: 1.5;
  display: flex;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  margin: 45px 0 30px;
  align-items: center;
}
.assets .pickup-column_01 .puropose::before,
.assets .pickup-column_01 .puropose::after {
  background: url(/html/user_data/assets/img/common/purpose_ico01.png) center
    center / contain no-repeat;
  content: "";
  display: block;
  margin: 0 10px;
  position: relative;
  top: -2px;
  height: 29px;
  width: 31px;
  mix-blend-mode: multiply;
}
.assets .pickup-column_01 .item-wrap .reco {
  display: flex;
  /* justify-content: space-between; */
  padding: 0 6px;
  /* margin-bottom: 35px; */
  flex-wrap: wrap;
}
.assets .pickup-column_01 .item-wrap .reco > div {
  display: block;
  width: 222px;
  margin-bottom: 35px;
  margin-right: 20px;
  /* 商品コメント開閉用に調整 */
}
.assets .pickup-column_01 .item-wrap .reco > div:nth-child(4n) {
  margin-right: 0;
}
.assets .pickup-column_01 .item-wrap .reco a {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  color: #555555;
}
.assets .pickup-column_01 .item-wrap .reco a span {
  margin-bottom: 5px;
  line-height: 1.3;
  display: block;
  font-weight: bold;
  font-size: 12px;
}
.assets .pickup-column_01 .item-wrap .reco a span.p {
  line-height: 1;
}
.assets .pickup-column_01 .item-wrap .reco a span.tall {
  height: 3em;
}
.assets .pickup-column_01 .item-wrap .reco a h3 {
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s ease;
  line-height: 1.3;
}
.assets .pickup-column_01 .item-wrap .reco a:hover h3 {
  color: #e8343d;
}
.assets .pickup-column_01 .item-wrap .reco a .c {
  font-weight: normal;
  font-size: 10px;
  text-align: right;
  margin: auto 0 0;
  padding: 7px 0 5px;
}
.assets .pickup-column_01 .item-wrap .reco a .p {
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}
.assets .pickup-column_01 .item-wrap .reco a .p b {
  font-size: 15px;
}
.assets .pickup-column_01 .item-wrap .reco a div.cf {
  align-items: center;
  border: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  height: 248px;
  margin-bottom: 10px;
  width: 222px;
}
.assets .pickup-column_01 .item-wrap .reco a div {
  align-items: center;
  border: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  height: 248px;
  margin-bottom: 10px;
  width: 222px;
}
.assets .pickup-column_01 .item-wrap .reco a div img {
  width: 208px;
  height: 234px;
}
.assets .pickup-column_01 .item-wrap .reco div .tx p.read-more-b {
  line-height: 1.5;
  padding-top: 5px;
  margin: 0;
  /* line-height: 1.2em; */
  font-size: 12px;
  font-weight: 500;
  word-wrap: break-word;
  max-height: 120px;
  overflow: hidden;
  display: -webkit-box;
  height: 4.8em;
  position: relative;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.assets .pickup-column_01 .item-wrap .reco div .tx p.read-open {
  max-height: none !important;
  height: auto !important;
  -webkit-line-clamp: unset;
}
.assets .pickup-column_01 .item-wrap .reco p.read-more-b a {
  display: block;
}
.assets .pickup-column_01 .item-wrap .reco div a {
  height: auto;
}
.assets .pickup-column_01 .item-wrap .reco div .tx p.read-more-b span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 40px;
  margin-left: auto;
  right: -9px;
  /* margin-top: -22px; */
  top: 24px;
  z-index: 2;
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-position: center;
  background-repeat: no-repeat;
}
.assets .pickup-column_01 .item-wrap .reco div .tx p.read-more-b span:before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 10px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7)); */
  border: 1px solid #eee;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgb(10 2 4 / 10%);
}
.assets .pickup-column_01 .item-wrap .reco div .tx p.read-more-b span:after {
  content: "";
  position: absolute;
  bottom: 23px;
  height: 6px;
  width: 6px;
  right: 23px;
  border: 1px solid;
  border-color: transparent transparent #555 #555;
  transform: rotate(-45deg);
}
.assets .pickup-column_01 .item-wrap .reco div .tx p.read-open .r-more {
  top: auto;
  /* bottom: 0; */
  padding-top: 10px;
  display: block;
  bottom: -45px;
}
.assets .pickup-column_01 .item-wrap .reco div .tx p.read-open .r-more:after {
  bottom: 20px;
  transform: rotate(135deg);
}
.assets .pickup-column_01 .item-wrap .reco div .tx p.read-more-b.read-open {
  overflow: visible;
}
@media only screen and (not (min-width: 768px)) {
  .assets .pickup-column_01 {
    padding: 0 10px;
  }
  .assets .pickup-column_01 .item-wrap {
    margin-top: 0;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box {
    display: block;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box .main-box {
    width: 100%;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box .main-box img {
    width: 100%;
    height: auto;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box .detail-box {
    width: 100%;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box .detail-box p {
    font-size: 13px;
    margin-top: 20px;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box .detail-box p.item-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box .detail-box .item-num {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: -15px !important;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box .detail-box .type-icon {
    margin-bottom: 20px;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box .detail-box .sub-box {
    justify-content: space-between;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box .detail-box .sub-box a {
    display: block;
    position: relative;
    padding: 1px;
    /* width: 44.8vw; */
  }
  .assets
    .pickup-column_01
    .item-wrap
    .item-main-box
    .detail-box
    .sub-box
    a:after {
    content: "";
    width: 34px;
    height: 34px;
    position: absolute;
    background: url(/assets/img/print/ic24.png) no-repeat;
    background-size: 100% 100%;
    bottom: 10px;
    right: 10px;
  }
  .assets .pickup-column_01 .puropose {
    margin: 0;
    font-size: 4.26vw;
  }
  .assets .pickup-column_01 .puropose::before,
  .assets .pickup-column_01 .puropose::after {
    margin: 0 2vw;
    position: relative;
    top: -2px;
    height: 7.73vw;
    width: 8.26vw;
  }
  .assets .pickup-column_01 .item-wrap .reco {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .assets .pickup-column_01 .item-wrap .reco > div {
    width: 43.8vw;
    margin-bottom: 8vw;
    margin-top: 4vw;
    margin-right: 4%;
  }
  .assets .pickup-column_01 .item-wrap .reco a span {
    font-size: 11px;
  }
  .assets .pickup-column_01 .item-wrap .reco a .c {
    text-align: left;
    padding: 10px 0 3px;
  }
  .assets .pickup-column_01 .item-wrap .reco a .p {
    text-align: left;
  }
  .assets
    .pickup-column_01
    .item-wrap
    .item-main-box
    .detail-box
    .detail-txt.small {
    margin-top: 0;
  }
  .assets .pickup-column_01 .item-wrap .item-main-box .detail-box .sub-box img {
    width: calc(170 / 3.75 * 1vw);
    margin-right: 0;
  }
  .assets .pickup-column_01 .item-wrap .reco a div {
    width: auto;
    height: auto;
  }
  .assets .pickup-column_01 .item-wrap .reco a div img {
    width: 100%;
    height: auto;
  }
  .assets .pickup-column_01 .item-wrap .reco > div:nth-child(2n) {
    margin-right: 0;
  }
}

/* /商品一覧② */

/* セール表記用共通CSS */
.assets .item-wrap .reco > div .price.sale {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: bold;
  flex-wrap: wrap;
  margin-top: -2px;
}

.assets .item-wrap .reco > div a:hover .price.sale {
  color: red;
  font-size: 10px;
}

.assets .item-wrap .reco > div .price.sale .price-block {
  display: flex;
  align-items: flex-end;
  color: red;
  font-size: 15px;
}

.assets .item-wrap .reco > div .price.sale .price-block .tax {
  font-size: 10px;
  margin-bottom: 2px;
}

.assets .item-wrap .reco > div .price.sale .pre-info {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-right: 10px;
  line-height: 16px;
  height: 16px;
}
.assets .item-wrap .reco > div:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767.99px) {
  .assets .item-wrap .reco > div .price.sale {
    margin-top: calc(7 / 3.75 * 1vw);
    font-size: calc(16 / 3.75 * 1vw);
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767.99px) {
  .assets .item-wrap .reco > div .price.sale .price-block {
    margin-top: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767.99px) {
  .assets .item-wrap .reco > div .price.sale .pre-info {
    font-size: calc(12 / 3.75 * 1vw);
    margin-right: calc(5 / 3.75 * 1vw);
    line-height: calc(16 / 3.75 * 1vw);
    height: calc(16 / 3.75 * 1vw);
  }
}
/* /セール表記用共通CSS */

/* モーダル①-2 */
.assets .modal-column-2.tipe_02 {
    margin: 17px 0 30px;
}
.assets .modal-column-2.tipe_02 ul li {
    width: calc((100% - 30px) / 2);
}
.assets .modal-column-2 ul li .modal-images-thumb {
    aspect-ratio: auto;
}
.assets .modal-column-2.tipe_02 ul li figcaption {
    margin: 5px 0 -5px;
    font-size: 14px;
    line-height: 1.8;
}
@media only screen and (not (min-width: 768px)) {
    .assets .modal-column-2.tipe_02 {
        margin: calc(24 / 3.75 * 1vw) 0 calc(20 / 3.75 * 1vw);
    }
    .assets .modal-column-2.tipe_02 ul li {
        width: calc((100% - (30 / 3.75 * 1vw)) / 2);
    }
    .assets .modal-column-2.tipe_02 ul li figcaption {
        margin: 0 0 calc(-4 / 3.75 * 1vw);
        font-size: calc(13 / 3.75 * 1vw);
        line-height: 1.6;
    }
}
/* /モーダル①-2 */

/* モーダル②-2 */
.assets .modal-column-4.type_02 .pd-grid._2col {
  margin: 0;
}
.assets .modal-column-4.type_02 .pd-grid._2col ul  {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 17px;
  margin-bottom: 40px;
}
.assets .modal-column-4.type_02 .pd-grid._2col ul li {
  width: auto;
}
.assets .modal-column-3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 45px;
  margin-bottom: 40px;
}
.assets .modal-column-4.type_02 {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 17px;
  display: grid;
  grid-template-rows: auto;
}
.assets .modal-column-4.type_02 .pd-grid._2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 17px;
    display: grid;
    grid-template-rows: auto;
}
.assets .column-4_type1 .item-detail-wrap .modal-images-thumb, .assets .column-4_type2 .item-detail-wrap .modal-images-thumb, .assets .modal-column-3 .item-detail-wrap .modal-images-thumb, .assets .modal-column-4 .item-detail-wrap .modal-images-thumb {
  width: auto;
  aspect-ratio: auto;
}
.assets .column-4_type1 .item-detail-wrap+figcaption, .assets .column-4_type2 .item-detail-wrap+figcaption, .assets .modal-column-3 .item-detail-wrap+figcaption, .assets .modal-column-4 .item-detail-wrap+figcaption {
  margin: 5px 0 -5px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
.assets .column-4_type1 .item-detail-wrap .item-modal .item-modal-images, .assets .column-4_type2 .item-detail-wrap .item-modal .item-modal-images, .assets .modal-column-3 .item-detail-wrap .item-modal .item-modal-images, .assets .modal-column-4 .item-detail-wrap .item-modal .item-modal-images {
  max-width: 50vw;
}
.assets .column-4_type2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 17px;
  display: grid;
  grid-template-rows: auto;
}
.assets .column-4_type2 .item-detail-wrap .item-modal .item-modal-images {
  max-height: 50vh;
}
.assets .column-4_type2 .item-detail-wrap+figcaption {
    margin: 5px 0 -5px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}
.assets .column-4_type1 {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 17px;
  display: grid;
    grid-template-rows: auto;
}
@media only screen and (not (min-width: 768px)) {
  /* 
  .printing-datails .modal-column-4.type_02 .item-detail-wrap .item-modal .item-modal-images {
      max-height: 80vh;
  } */
  .assets .modal-column-4.type_02 {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(24 / 3.75 * 1vw) calc(13 / 3.75 * 1vw);
  }
  .assets .modal-column-4.type_02:has(> .pd-grid__item) {
      grid-template-columns: auto;
  }
  .assets .modal-column-4.type_02 .pd-grid._2col ul {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(24 / 3.75 * 1vw) calc(13 / 3.75 * 1vw);
    margin-bottom: calc(40 / 3.75 * 1vw);
  }
  .assets .modal-column-4.type_02 .pd-grid._2col .item-detail-wrap .item-lupe-button {
    width: calc(30 / 3.75* 1vw);
    height: calc(30 / 3.75* 1vw);
    background-size: calc(14 / 3.75* 1vw);
  }
  .assets .column-4_type1 .item-detail-wrap+figcaption, .assets .column-4_type2 .item-detail-wrap+figcaption, .assets .modal-column-3 .item-detail-wrap+figcaption, .assets .modal-column-4 .item-detail-wrap+figcaption {
    margin: calc(5 / 3.75 * 1vw) 0 calc(-5 / 3.75 * 1vw);
    font-size: calc(13 / 3.75* 1vw) !important;
  }
  .assets .column-4_type1 .item-detail-wrap .item-modal .item-modal-images, .assets .column-4_type2 .item-detail-wrap .item-modal .item-modal-images, .assets .modal-column-3 .item-detail-wrap .item-modal .item-modal-images, .assets .modal-column-4 .item-detail-wrap .item-modal .item-modal-images {
    max-width: 80vw;
  }
  .assets .column-4_type2 {
      grid-template-columns: repeat(2, 1fr);
      gap: calc(24 / 3.75 * 1vw) calc(13 / 3.75 * 1vw);
    }
    .assets .column-4_type2:has(> .pd-grid__item) {
      grid-template-columns: auto;
    }
    .assets .column-4_type2 .item-detail-wrap .item-modal .item-modal-images {
      max-height: 80vh;
    }
    .assets .column-4_type2 .item-detail-wrap+figcaption {
      margin: calc(5 / 3.75 * 1vw) 0 calc(-5 / 3.75 * 1vw);
  }
    .assets .column-4_type1 {
      grid-template-columns: repeat(2, 1fr);
      gap: calc(24 / 3.75 * 1vw) calc(13 / 3.75 * 1vw);
    }
    .assets .modal-column-4.type_02 .pd-grid._2col {
      grid-template-columns: repeat(2, 1fr);
  gap: calc(24 / 3.75 * 1vw) calc(13 / 3.75 * 1vw);
    }
}

/* /モーダル②-2 */

/* モーダル③ */
.assets .modal-column-3 p.red-disk {
  margin-bottom: 10px;
}
.assets .modal-column-3 p.red-disk::before {
  vertical-align: middle;
}
.assets .modal-column-3 ul li.modal-arrow {
  position: relative;
}
.assets .modal-column-3 ul li.modal-arrow::after {
  position: absolute;
  right: -29px;
  top: 103px;
  content: "";
  width: 14px;
  height: 27px;
  background: #E8343D;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media only screen and (not (min-width: 768px)) {
  .assets .modal-column-3 ul {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: calc(24 / 3.75 * 1vw) calc(35 / 3.75 * 1vw);
    margin-bottom: calc(40 / 3.75 * 1vw);
  }
  .assets .modal-column-3 ul li.sp-fluid {
    grid-column: 1 / 3;
    width: calc(200 / 3.75 * 1vw);
  }
  .assets .modal-column-3 ul li.modal-text {
    width: auto;
  }
  .assets .modal-column-3 p.red-disk {
    margin-bottom: calc(10 / 3.75 * 1vw);
  }
  .assets .modal-column-3 p.red-disk::before {
    margin-right: calc(5 / 3.75 * 1vw);
    font-size: calc(8 / 3.75 * 1vw);
  }
  .assets .modal-column-3 ul li.modal-arrow::after {
    right: calc(-25 / 3.75 * 1vw);
    top: calc(51 / 3.75 * 1vw);
    width: calc(14 / 3.75 * 1vw);
    height: calc(27 / 3.75 * 1vw);
  }
}
/* /モーダル③ */

/* 共通指定 */
.assets .bold {
  font-size: 15px;
  font-weight: bold;
}
/* /共通指定 */

/* 切り替えタブ※jsなし */
.assets .tab-switch-wrap_none-js {
  border-bottom: 1px solid #CCCCCC;
}
.assets .tab-switch-wrap_none-js ul {
  align-items: flex-end;
  justify-content: space-evenly;
  display: flex;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
}
.assets .tab-switch-wrap_none-js ul li {
  background: #fff;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.assets .tab-switch-wrap_none-js ul li span {
  align-items: center;
  background: #EEEEEE;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  height: 47px;
  justify-content: center;
  transition: .15s ease;
  width: 450px;
  padding: 0 10px;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.assets .tab-switch-wrap_none-js ul li.current {
  bottom: -1px;
}
.assets .tab-switch-wrap_none-js ul li.current span {
  background: #fff;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: 50px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .tab-switch-wrap_none-js {
    margin: 0;
  }
  .assets .tab-switch-wrap_none-js ul {
    justify-content: space-between;
    padding: 0 calc(10 / 3.75 * 1vw);
    font-size: calc(15 / 3.75 * 1vw);
    height: calc(50 / 3.75 * 1vw);
  }
  .assets .tab-switch-wrap_none-js ul li {
    /* background: #F6F6F6; */
    margin-left: 0;
    width: 49.5%;
  }
  .assets .tab-switch-wrap_none-js ul li span {
    background: #ddd;
    border-top-left-radius: calc(10 / 3.75 * 1vw);
    border-top-right-radius: calc(10 / 3.75 * 1vw);
    height: calc(47 / 3.75 * 1vw);
    width: 100%;
    font-size: calc(11 / 3.75 * 1vw);
  }
  .assets .tab-switch-wrap_none-js ul li.current span {
    border-top-left-radius: calc(10 / 3.75 * 1vw);
    border-top-right-radius: calc(10 / 3.75 * 1vw);
    width: 100%;
    font-size: calc(11 / 3.75 * 1vw);
    height: calc(50 / 3.75 * 1vw);
  }
}
/* /切り替えタブ※jsなし */

/* 一覧⑤ */
.assets .p-search-item-block .inner p.tab-cont-wrap-p {
  line-height: 1.6;
  font-size: 13px;
}

/* /一覧⑤ */
/* 一覧③※ピックアップ商品部分は一覧②のcssを使用 */
.assets .pickup-column_01.type02 {
  line-height: 1.5;
}

.assets .pickup-column_01.type02 h3.ttl.mb {
  font-weight: bold;
  font-size: 18px;
  margin: 35px 0 -5px;
}

.assets .pickup-column_01.type02 .staff_report {
  background-color: #f2f2f2;
  position: relative;
  margin: 90px 0 20px;
  border-radius: 10px;
  border: 2px solid #d4d4d4;
}

.assets .pickup-column_01.type02 .staff_report h4 {
  position: absolute;
  top: -35px;
  font-weight: bold;
  font-size: 16px;
}

.assets .pickup-column_01.type02 .staff_report .staff_icon {
  position: absolute;
  top: -83px;
  left: 169px;
  z-index: -5;
  height: 130px;
  width: auto;
}

@media only screen and (not (min-width: 768px)) {
  .assets .pickup-column_01.type02 .staff_report .staff_icon.staff2 {
    position: absolute;
    top: -55px;
    font-weight: bold;
    font-size: 16px;
    height: 98px;
    width: auto;
  }
}

.assets .pickup-column_01.type02 .staff_report .txt {
  padding: 25px 50px;
  line-height: 1.8;
  margin-bottom: 0;
  color: #333;
  font-size: 13px;
}

.assets .pickup-column_01.type02 .p-link-box {
  margin: 20px 0 80px;
}

.assets .pickup-column_01.type02 .p-link-box .type01 {
  width: 490px;
}

.assets .pickup-column_01.type02 .reco-list h3.ttl {
  font-weight: bold;
  margin: 35px 0 5px;
  font-size: 18px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .pickup-column_01.type02 .staff_report .txt {
    padding: 20px;
    line-height: 1.8;
    font-size: 13px;
  }

  .assets .pickup-column_01.type02 .p-link-box {
    margin: 0 0 10px;
  }

  .assets .pickup-column_01.type02 .p-link-box.pc-none {
    margin: 0 0 100px;
  }

  .assets .pickup-column_01.type02 .p-link-box .type01 {
    width: 100%;
  }

  .assets .pickup-column_01.type02 .item-main-box .main-box {
    margin-bottom: 20px;
  }

  .assets .pickup-column_01.type02 .p-sub-ranking-box02 .inner .flx-box {
    margin: 20px 0px 0px;
  }
}

/* /一覧③ */

/* 一覧⑥ */
.assets .p-search-item-block.type02 .p-h3-type02 {
  padding: 0 0 0 35px;
  line-height: 1.8;
}
.assets .p-search-item-block.type02 .inner p.tab-cont-wrap-p {
  line-height: 1.6;
  font-size: 13px;
}
.assets .p-search-item-block.type02 .tab-cont-wrap .search-item-selected-wrap .item-view-block {
  padding-top: 10px;
  justify-content: center;
}
.assets .p-search-item-block.type02 .tab-cont-wrap .search-item-selected-wrap .item-view-block .item-detail-wrap {
  border: none;
}
.assets .p-search-item-block.type02 .tab-cont-wrap .search-item-selected-wrap .item-view-block .item-detail-wrap.column1-txt {
  padding: 10px 10px 20px;
}
.assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.column1-txt .img-box {
  padding: 23px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d1d1;
}
.assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap {
  display: flex;
}
.assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.column1-txt .item-spec-wrap p {
  line-height: 1.5;
}
.assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap h3 {
  min-height: 40px;
}
.assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap .item-spec-wrap-01 .siri {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}
.assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap .item-spec-wrap-01 .price {
  margin-top: 6px;
  color: #333;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block {
    padding-bottom: 20px;
  }
  .assets .p-search-item-block.type02 .p-h3-type02.sp-none {
    font-size: 18px;
    margin: 35px 0 0 55px;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .search-item-selected-wrap .item-view-block .item-detail-wrap {
    width: 22%;
    padding: 10px 10px 20px;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.column1-txt.sp-none {
    width: 25%;
    padding-right: 40px;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.column1-txt.sp-none .img-box {
    padding: 8px;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.sp-none .img-box img {
    display: block;
        margin: 0 auto;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap h3 {
    margin-top: 0;
  }
  .assets .p-search-item-block.type02 .inner .tab-cont-wrap .search-item-selected-wrap:nth-child(2n) {
    background: #efefef;
    padding-top: 10px;
  }
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-search-item-block.type02 {
    padding: 0;
  }
  .assets .p-search-item-block.type02 .inner .tab-cont-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .assets .p-search-item-block.type02 .p-h3-type02.pc-none {
    font-size: calc(16 / 3.75 * 1vw);
        margin: 15px 0 10px 10px;
    text-align: left;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .search-item-selected-wrap .item-view-block {
    padding-top: 0;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: flex-start;
        padding-bottom: 0;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.column1-txt.pc-none {
    width: 95%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    flex-flow: nowrap;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.column1-txt.pc-none .item-img-wrap {
    width: 80%;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.column1-txt.pc-none .img-box {
    padding: 10px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #d1d1d1;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.pc-none .img-box img {
    max-width: none;
    width: 100%;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.column1-txt.pc-none .item-spec-wrap {
    width: 80%;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.sp-ml10 {
    margin-left: 10px;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap h3 {
    font-size: calc(12 / 3.75 * 1vw);
    margin: 0;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap.column1-txt .item-spec-wrap p {
    font-size: calc(14 / 3.75 * 1vw);
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap {
    width: 32%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap .item-spec-wrap-01 .siri {
    font-size: calc(11 / 3.75 * 1vw);
        display: block;
  }
  .assets .p-search-item-block.type02 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap .item-spec-wrap-01 .price {
    display: block;
    font-size: calc(13 / 3.75 * 1vw);
  }
  
  .assets .p-search-item-block.type02 .inner .tab-cont-wrap .search-item-selected-wrap {
    background: none;
  }
  .assets .p-search-item-block.type02 .inner .tab-cont-wrap .search-item-selected-wrap .bg-efefef {
    background: #efefef;
        margin: 20px 0;
  }
}
/* /一覧⑥ */

/* 一覧⑦ */
.assets .anc-link-box_04.wide-shadow .anc-link-wrap ul li {
  box-shadow: 0 3px 8px 0 rgba(10, 2, 4, .1);
}
.assets .anc-link-box_04.column-4 .anc-link-wrap {
  margin: 0 20px;
}
.assets .anc-link-box_04.column-4 .anc-link-wrap ul li a {
  padding-left: 18px;
}

.assets .p-search-item-block.type03 .contents-box {
  display: flex;
  flex-direction: column;
  row-gap: 110px;
  margin-top: -110px;
}
.assets .p-search-item-block.type03 .anc-link-box_04 {
  padding: 30px 0 50px;
}
.assets .p-search-item-block.type03 .anc-link-box_04 .anc-link-wrap ul {
  margin-bottom: 0;
}
.assets .p-search-item-block.type03 .inner .bdr-box {
  border: 2px solid #c5c5c5;
}
.assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 {
  background-color: #c5c5c5;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #fff), color-stop(.75, #fff), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 20px 20px;
  padding: 10px;
}
.assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner {
  background: #fff;
  display: flex;
  align-items: center;
  height: 165px;
  justify-content: space-between;
}
.assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner .txt-box {
  padding-left: 45px;
}
.assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner .txt-box p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner .txt-box h3 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  line-height: 1.15;
  padding-top: 5px;
  display: inline-block;
  text-shadow: 1px 1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, -1px -1px 0 #333, 1px 0 0 #333, 0 1px 0 #333, -1px 0 0 #333, 0 -1px 0 #333;
}
.assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner .img-box {
  height: 165px;
    overflow: hidden;
}
.assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner .img-box.box01 {
  margin-right: 55px;
  padding-top: 10px;
  width: 185px;
}
.assets .p-search-item-block.type03 .inner .wrap05 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 45px 10px;
}
.assets .p-search-item-block.type03 .inner .wrap05 .title-box02-wrap {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0;
  width: 690px;
}
.assets .p-search-item-block.type03 .inner .wrap05 .title-box02-wrap h4.ul-txt-01 {
  margin-bottom: 30px;
    width: 209px;
}
.assets .p-search-item-block.type03 .inner .wrap05 .title-box02-wrap h4.ul-txt-01 span {
  background: url(/html/user_data/assets/img/common/cate_btm_line.png) center bottom no-repeat;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}
.assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap .item-view-block .item-detail-wrap {
  border: none;
}

.assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap .item-view-block .item-detail-wrap .item-img-wrap h3 {
    padding-top: 10px;
    min-height: 35px;
  }
.assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap {
  display: flex;
}
.assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap .item-spec-wrap-01 .siri {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
}
.assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap .item-view-block .item-detail-wrap .item-spec-wrap .item-spec-wrap-01 .price {
  margin-top: 6px;
  color: #333;
  align-items: baseline;
  line-height: 1;
}
.assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap .item-view-block .item-detail-wrap .more {
  margin-top: 20px;
  padding: 0;
}
.assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap .item-view-block .item-detail-wrap .more a {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #e8343d;
  border: #ddd solid 1px;
  border-radius: 5px;
  height: auto;
  padding: 8px 0 8px 20px;
  min-width: 0;
  text-align: left;
  box-shadow: 0 3px 8px 0 rgba(10, 2, 4, .1);
  background: #fff url(/assets/img/common/icn_link_arr_g.png) right 26px center / 8px auto no-repeat;
}
.assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap .item-view-block .item-detail-wrap .more a:hover {
  border-color: #f9ccbf;
  background: #fff5f5 url(/assets/img/common/icn_link_arr_g_on.png) right 26px center / 8px auto no-repeat;
}
@media screen and (min-width: 768px) {
  .assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap.sp-none .item-view-block {
    padding: 10px 0 20px;
  }
}
@media only screen and (not (min-width: 768px)) {
  .assets .anc-link-box_04.column-4 .anc-link-wrap {
    margin: 0 4px;
  }
  .assets .anc-link-box_04.column-4 .anc-link-wrap ul li {
    width: 48%;
    height: 50px;
    padding-left: calc(36 / 3.75 * 1vw);
  }
  .assets .anc-link-box_04.column-4 .anc-link-wrap ul li a {
    padding-left: 0;
    line-height: 1.5;
    text-align: left;
  }

  .assets .p-search-item-block.type03 .anc-link-box_04 {
    padding: 30px 0 40px;
  }
  .assets .p-search-item-block.type03 .inner .bdr-box {
    padding: 0;
  }
  .assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner {
    height: auto;
        padding: calc(10 / 3.75 * 1vw) calc(5 / 3.75 * 1vw);
  }
  .assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner .txt-box {
    padding-left: 10px;
  }
  .assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner .txt-box p {
    font-size: calc(12 / 3.75 * 1vw);
  }
  .assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner .txt-box h3 {
    font-size: calc(26 / 3.75 * 1vw);
    font-weight: bold;
    color: #7c7c7c;
    line-height: 1.25;
    letter-spacing: -.03em;
    padding-top: 5px;
    text-shadow: none;
  }
  .assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner .img-box.box01 {
    margin-right: 10px;
    position: relative;
    width: 135px;
  }
  .assets .p-search-item-block.type03 .inner .bdr-box .title-wrap01 .inner .img-box.box01 img {
    position: absolute;
    bottom: 10px;
  }
  .assets .p-search-item-block.type03 .inner .wrap05 {
    padding: 10px;
  }
  .assets .p-search-item-block.type03 .inner .wrap05 .title-box02-wrap.pc-none {
    justify-content: center;
    margin-top: 30px;
  }
  .assets .p-search-item-block.type03 .inner .wrap05 .title-box02-wrap.pc-none h4.ul-txt-01 {
    width: 100%;
        text-align: center;
  }
  .assets .p-search-item-block.type03 .inner .wrap05 .title-box02-wrap.pc-none h4.ul-txt-01 span {
    width: 80%;
        margin: 0 auto;
  }
  .assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap.pc-none .item-view-block {
    margin-top: 0;
    padding: 0;
  }
  .assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap.pc-none .item-view-block .item-detail-wrap .item-spec-wrap .item-spec-wrap-01 .siri {
    font-size: calc(11 / 3.75 * 1vw);
        display: block;
  }
  .assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap.pc-none .item-view-block .item-detail-wrap .item-spec-wrap .item-spec-wrap-01 .price {
    display: block;
        font-size: calc(13 / 3.75 * 1vw);
  }
  .assets .p-search-item-block.type03 .inner .wrap05 .tab-cont-wrap .item-view-block .item-detail-wrap .more a {
    background: url(/html/user_data/assets/img/common/arrow3.png) no-repeat right 10px center;
  }
}
/* /一覧⑦ */

/*=========================================*/



/* ▼コラム①▼ */
.assets .print-colomn {
  width: 100%;
  border: 5px solid #f2f2f2;
}
.assets .print-colomn p {
  line-height: 1.8;
  font-size: 13px;
}
.assets .print-colomn-inner {
  padding: 25px;
}
.assets .print-colomn-title {
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  padding: 20px;
  background-image: repeating-linear-gradient(
    -45deg,
    #f3f3f3 0px 7px,
    #fff 6px 9px
  );
}
.assets .daishi.col2 {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}
.assets .daishi.col2 .col2-cont:first-child {
  width: 30%;
  margin-right: 40px;
}
.assets .daishi.col2 .col2-cont:first-child::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 44.5%;
  border-left: 12px solid #0a90be;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.assets .daishi.col2 > div:nth-child(2) {
  width: 40%;
}
.assets .daishi.col2 .col2-cont figcaption {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
}
.assets .daishi.col2 .col2-cont figcaption span {
  font-weight: normal;
}
.assets .print-colomn-inner .flex-box03 {
  display: flex;
  column-gap: 70px;
  margin-bottom: 45px;
}
.assets .col2-cont.large {
  width: 100%;
}
.assets .col2-cont02.large {
  width: 60%;
  margin: 0 auto;
}
.assets .col2-cont02.small {
  text-align: center;
  margin-top: 20px;
}
.assets .col2-cont.small {
  width: 100%;
}
.assets .col2.col2-1 {
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 40px;
}
.assets .col3 {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 20px;
  width: 50%;
}
@media only screen and (not (min-width: 768px)) {
  .assets .print-colomn-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
  }
  .assets .print-colomn-title .p-14px {
    font-size: 13px;
  }
  .assets .print-colomn-inner {
    padding: 20px calc(10 / 3.75 * 1vw);
  }
  .assets .daishi.col2 .col2-cont:first-child {
    width: 40%;
  }
  .assets .daishi.col2 > div:nth-child(2) {
    width: 45%;
  }
  .assets .daishi.col2 .col2-cont:first-child::after {
    top: 30%;
    left: 47%;
  }
  .assets .col3 {
    width: 100%;
  }
  .assets .col2-cont.large {
    text-align: center;
  }
  .assets .col2-cont02.large {
    width: 100%;
  }
  .assets .print-colomn-inner .flex-box03 {
    flex-flow: column;
    row-gap: 20px;
  }
  .assets .col2-cont02.small {
    text-align: left;
  }
}
/* ▲コラム①▲ */

/* ▼コラム②▼ */
.assets .area04 {
  border: 1px solid #e8343d;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 30px;
  border-radius: 5px;
}
.assets .area04 h4.manners {
  font-size: 20px;
  font-weight: bold;
}
.assets .area04 h4.manners::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 43px;
  background-image: url(/html/user_data/free/option/wrapping/ic_manners.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}
.assets .area04 .txt {
  margin-right: 30px;
  margin-bottom: 40px;
  line-height: 1.3;
  padding-left: 20px;
}
.assets .area04 .cont02-img {
  font-size: 11px;
  text-align: center;
  margin-bottom: 30px;
}
.assets .area04 .cont02 {
  margin: 0 40px 40px;
  line-height: 1.3;
}
.assets .area04 .cont02-img img {
  margin-bottom: 15px;
}
.assets .area04 .block02 .flx-box img {
  margin-bottom: 20px;
}
.assets .area04 .block02 .title-sub {
  width: 520px;
  margin: 0 auto 15px;
}
.assets .area04 .block03 .flx-box .title {
  border: none;
  font-weight: bold;
  padding: 10px 0 20px;
  margin: 0;
}
.assets .area04 .block03 .flx-box .po-abs {
  position: absolute;
  top: -25px;
  left: -25px;
}
.assets .wrap-wrapping p {
  color: #222;
  font-size: 13px;
  line-height: 1.5;
}
.assets .area04 .block02 .flx-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 520px;
}
.assets .area04 .block03 .flx-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 560px;
}
.assets .area04 .block03 .flx-box .box-l,
.area04 .block03 .flx-box .box-r {
  border: 2px solid #c9c9c9;
  border-radius: 12px;
  width: 260px;
  position: relative;
  text-align: center;
  margin: 30px 0 0;
}
.assets .area04 .block03 .flx-box .txt {
  font-size: 12px;
  padding: 0 10px;
  margin: 15px 0;
  text-align: left;
  line-height: 1.3;
}
.assets .area04 .info {
  color: #e8343d;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (not (min-width: 768px)) {
  .assets .pd-box {
    padding: 0 10px;
  }
  .assets .area04 {
    padding: 10px 9px;
  }
  .assets .area04 .manners-icon {
    text-align: center;
  }
  .assets .area04 h4.manners-sp {
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
  }
  .assets .area04 .block02 .flx-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
    width: 100%;
  }
  .assets .area04 .block02 .flx-box img {
    margin-bottom: 10px;
    width: 49%;
    height: auto;
  }
  .assets .area04 .block03 .flx-box {
    display: block;
    width: 100%;
  }
  .assets .area04 .block03 .flx-box .box-l,
  .area04 .block03 .flx-box .box-r {
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px;
    margin: 25px 0 0;
  }
  .assets .area04 .block03 .flx-box .box-l .box-wrap-l-sp,
  .assets .area04 .block03 .flx-box .box-r .box-wrap-r-sp {
    display: flex;
  }
  .assets .area04 .block03 .flx-box .box-l .box-wrap-l-sp .txt,
  .assets .area04 .block03 .flx-box .box-r .box-wrap-r-sp .txt {
    width: 65%;
    padding: 0 10px 0 5px;
    line-height: 1.5;
    margin: 5px 5px 0 0;
  }
  .assets .area04 .block03 .flx-box .po-abs {
    position: absolute;
    top: -15%;
    left: 83.5%;
  }
  .assets .area04 .info {
    font-size: 12.5px;
    margin-bottom: 20px;
  }
  .assets .area04 .block02 .title-sub {
    width: 100%;
    margin-top: calc(30 / 3.75 * 1vw);
  }
  .assets .area04 .txt {
    padding-left: 0;
    margin-right: 0;
    line-height: 1.5;
  }
  .assets .area04 .cont02 {
    margin: 0;
    line-height: 1.5;
  }
}
/* ▲コラム②▲ */

/* ▼コラム③▼ */
.assets .wrap-wrapping .area02 .block03 .flx-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #f2f2f2;
  margin: 0 auto 50px;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box .indent-txt {
  font-size: 13px;
  margin-bottom: 13px;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box .indent-txt span {
  color: #27a3cd;
  font-weight: bold;
}
.assets .wrap-wrapping .col-red {
  color: #e8343d;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box .caption {
  font-size: 13px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .img-wrap {
  width: 55%;
  height: 100%;
  margin: 20px;
  display: flex;
  background: #fff;
  justify-content: space-around;
  padding-bottom: 15px;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .img-box {
  text-align: center;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box {
  padding: 25px 15px 10px;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .txt-box,
.wrap-wrapping .area02 .block03 .flx-box .img-box {
  box-sizing: border-box;
  width: 42%;
}
.assets .wrap-wrapping .area02 .block03 .flx-box .img-wrap .img-ttlbox {
  color: #28a3cd;
  padding: 15px 0 0;
  border-bottom: 1px solid #28a3cd;
  width: 75%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.assets .wrap-wrapping p {
  color: #222;
  font-size: 13px;
  line-height: 1.5;
}
.assets .wrap-wrapping .p-h3-type01.noshi {
  margin-left: calc(10 / 3.75 * 1vw);
  top: 30px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .wrap-wrapping .area02 .block03 .flx-box {
    display: flex;
    flex-flow: column-reverse;
    width: 100%;
    background: #f2f2f2;
    margin: 0 auto 50px;
  }
  .assets .wrap-wrapping .area02 .block03 .flx-box .img-wrap {
    width: 95%;
    height: auto;
    /* margin: 10px auto; */
    margin: 35px auto 10px;
    display: flex;
    background: #fff;
    justify-content: space-around;
    padding-bottom: 15px;
  }
  .assets .wrap-wrapping .area02 .block03 .flx-box .txt-box {
    padding: 0 10px 10px;
    box-sizing: border-box;
    width: 100%;
  }
}
/* ▲コラム③▲ */

/* ▼コラム④▼ */
.assets .heatstroke .knowledge {
  background-color: #f2f2f2;
  position: relative;
  margin-top: 120px;
}
.assets .heatstroke .knowledge .container .upper-child:first-child {
  margin-right: 8px;
}
.assets .heatstroke .knowledge .container .upper {
  display: flex;
}
.assets .heatstroke .knowledge .container .lower {
  padding: 20px;
  margin: 8px 16px 16px;
  background-color: #fff;
}
.assets .heatstroke .knowledge .container {
  padding-bottom: 1px;
}
.assets .heatstroke .knowledge .container .lower li {
  margin-bottom: 10px;
}
.assets .heatstroke .knowledge .container .lower p {
  font-size: 15px;
}
.assets .page_heatstroke {
  line-height: 1.5;
}
.assets .page_heatstroke .knowledge {
  background-color: #f2f2f2;
  position: relative;
  margin-top: 120px;
}
.assets .heatstroke .knowledge .container .upper-child {
  width: 50%;
  padding: 20px;
  margin: 16px 16px 8px;
  background-color: #fff;
}
.assets .heatstroke .knowledge .title {
  position: absolute;
  top: -45px;
  left: 89px;
  font-weight: bold;
  font-size: 19px;
}
.assets .heatstroke .knowledge .title-img {
  position: absolute;
  top: -79px;
  left: 11px;
  z-index: -5;
  height: 95px;
}
.assets .ecogoods_wrap .heatstroke .knowledge .container .upper .txt {
  font-size: 13px;
}
.assets .heatstroke .knowledge .container .lower .underline {
  background: linear-gradient(transparent 50%, rgba(232, 52, 61, 0.25) 50%);
  font-weight: bold;
}
.assets .ecogoods_wrap blockquote {
  font-size: 13px;
  margin: 13px 40px;
}
.assets .ecogoods_wrap .p-link-box .type01 {
  width: 490px;
}
.assets .heatstroke .knowledge .container .lower {
  padding: 20px;
  margin: 8px 16px 16px;
  background-color: #fff;
}
.assets .heatstroke .knowledge .container .lower h4 {
  font-size: 18px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .page_heatstroke .knowledge {
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
    margin-top: 100px;
    text-align: left;
    padding: 14px;
  }
  .assets .ecogoods_wrap .heatstroke .knowledge .title {
    font-size: 16px;
    top: -57px;
  }
  .assets .ecogoods_wrap .heatstroke .knowledge .title-img {
    position: absolute;
    top: -65px;
    left: 17px;
    z-index: -5;
    height: 80px;
  }
  .assets .heatstroke .knowledge .container .upper-child {
    width: 100%;
    margin: 0 0 20px;
    margin-right: 8px;
  }
  .assets .ecogoods_wrap .heatstroke .knowledge .container .upper {
    display: block;
    padding: 20px 0 0 0;
  }
  .assets .page_heatstroke .knowledge .container .lower {
    margin: 0;
    padding: 20px;
  }
  .assets .ecogoods_wrap .knowledge .container .lower h4 {
    font-size: 16px;
  }
  .assets .ecogoods_wrap .knowledge .container .lower p {
    font-size: 12px;
  }
  .assets .ecogoods_wrap .heatstroke .knowledge .title-img {
    position: absolute;
    top: -65px;
    left: 17px;
    z-index: -5;
    height: 80px;
  }
  .assets .ecogoods_wrap .p-link-box .type01 {
    width: 100%;
  }
  .assets .heatstroke .p-link-box {
    margin: 0 0 10px;
  }
  .assets .ecogoods_wrap blockquote {
    overflow-wrap: break-word;
  }
}
/* ▲コラム④▲ */

/* 注意書き① */
.assets .caution-box_01 {
  padding: 30px 30px 15px;
  width: 92%;
  margin: 0 auto 50px;
  background-color: #fefdef;
}
.assets .caution-box_01 h3 {
  padding: 0 0 10px 0px;
}
.assets .caution-box_01 h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/html/user_data/assets/img/common/ic7.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}
.assets .caution-box_01 .caution-txt {
  margin-left: 5px;
  display: flex;
  margin-bottom: 10px;
}
.assets .caution-box_01 .caution-txt .circleRed {
  font-size: 7px;
  color: #e8373d;
  height: auto;
  line-height: 2.5;
}
.assets .caution-box_01 p {
  margin-left: 15px;
  line-height: 1.8;
}
@media only screen and (not (min-width: 768px)) {
  .assets .caution-box_01 {
    padding: 30px 10px 20px;
    width: 100%;
    margin: 0 auto 70px;
  }
  .assets .caution-box_01 .caution-txt .circleRed {
    padding-top: 13px;
  }
  .assets .caution-box_01 p {
    padding-top: 13px;
    font-size: calc(13 / 3.75 * 1vw);
  }
}
/* /注意書き① */

/* ▼注意書き②▼ */
.assets .notic04-box {
  padding: 21px 20px 11px;
  border: 1px solid #e6393d;
  margin: 0 auto;
  width: 840px;
}
.assets .notic04-box p {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.assets .notic04-box p img {
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.assets .notic04-box p a {
  text-decoration: underline;
  color: #28a3cd;
}
@media only screen and (not (min-width: 768px)) {
  .assets .notic04-box {
    margin: 0 2.6666666667vw 8vw;
    padding: 1.8666666667vw 2.1333333333vw 2.9333333333vw;
    width: auto;
  }
  .assets .notic04-box p img {
    width: calc(22 / 3.75 * 1vw);
    margin-right: calc(6 / 3.75 * 1vw);
  }
  .assets .notic04-box p {
    display: block;
    font-size: calc(14 / 3.75 * 1vw);
    line-height: calc(21 / 3.75 * 1vw);
    margin-bottom: 0;
    text-indent: calc(-28 / 3.75 * 1vw);
    padding-left: calc(28 / 3.75 * 1vw);
  }
}
/* ▲注意書き②▲ */

/* ▼注意書き③▼ */
.assets .deliv-notice-wrap {
    max-width: 700px;
    margin-inline: auto;
    margin-bottom: 32px;
}
.assets .deliv-notice {
    background-color: #fff9ee;
    border: none;
    min-width: 600px;
    display: inline-block;
    text-align: left;
    padding: 13px 20px;
}
.assets .deliv-notice-wrap .deliv-notice .deliv-notice-title {
    font-size: 13px;
    line-height: 1.6153846154;
    font-weight: 700;
    color: #333;
    margin-bottom: 7px;
}
.assets .deliv-notice .deliv-notice-item {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    padding-left: 12px;
}
.assets .deliv-notice .deliv-notice-item::before {
    content: "";
    background-color: #ddc188;
    width: 8px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 7px;
    left: 0;
}
.assets .deliv-notice .deliv-notice-item-notice::before {
    content: "※";
    color: rgb(230, 57, 61);
    font-size: 12px;
    line-height: 1.58333;
}
@media only screen and (not (min-width: 768px)) {
  .assets .deliv-notice-wrap {
    margin-bottom: 6.6666666667vw;
  }
  .assets .deliv-notice {
        min-width: 100%;
        padding: 2.1333333333vw 2.6666666667vw 3.2vw;
    }
  .assets .deliv-notice .deliv-notice-title {
        font-size: 3.4666666667vw;
        line-height: 1.6153846154;
        margin-bottom: .5333333333vw;
    }    
  .assets .deliv-notice .deliv-notice-item {
      font-size: 3.2vw;
      line-height: 1.5833333333;
      padding-left: 3.4666666667vw;
  }    
  .assets .deliv-notice .deliv-notice-item::before {
        width: 2.13333vw;
        top: 1.86667vw;
    }  
    .assets .deliv-notice .deliv-notice-item-notice::before {
        font-size: 3.2vw;
        line-height: 1.5833333333;
    }    
}
/* ▲注意書き③▲ */

/* ▼注意書き④▼ */
.assets .sched .tx1 {
  background-color: #fff9ee;
  padding: 20px;
  margin-bottom: 60px;
  margin-top: -30px;
}
.assets .sched .tx1 p.rd {
  color: #e8343d;
  margin-bottom: 10px;
  font-size: 15px;
}
.assets .sched .tx1 p {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}
@media only screen and (not (min-width: 768px)) {
  .assets .sched {
    margin: calc(25 / 3.75 * 1vw) 0 calc(35 / 3.75 * 1vw) 0;
    text-align: left;
    background-color: #f6f6f6;
  }
}
/* ▲注意書き④▲ */

/* 一覧⑨ */
.assets .fpage .orank {
  display: flex;
}

.assets .fpage .orank .list {
  margin: 0 -10px;
  padding-bottom: 20px;
}

.assets .fpage .orank .e {
  float: left;
  width: calc(20% - 20px);
  margin: 0 10px 20px 10px;
}

.assets .fpage.graduate .orank .list .e .underline {
  text-align: center;
  padding-bottom: 15px;
}

.assets .fpage .orank .e:nth-child(5n + 1) {
  clear: both;
}

.assets .fpage .orank .wrap {
  display: block;
  position: relative;
  border: none;
}

.assets .fpage .orank a {
  display: block;
  position: relative;
}

.assets .fpage .orank h3 {
  font-size: 13px;
  font-weight: bold;
  padding-top: 10px;
  min-height: 50px;
  line-height: 1.5;
}

.assets .fpage .orank .c {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #999;
  padding: 3px 0 6px;
}

.assets .fpage .orank .p {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #333;
}

.assets .fpage .orank .p b {
  font-size: 16px;
}

.assets .fpage .orank.list .e {
  position: relative;
}

.assets .fpage .orank.list .e .image {
  border: #ddd solid 1px;
  text-align: center;
  padding: 2px;
  background-color: #fff;
}

.assets .fpage .orank ._seq {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f5f5f5;
  color: #6d6d6d;
  font-weight: bold;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  padding: 3px;
  font-size: 13px;
}

.assets .fpage .orank ._seq:after {
  content: "位";
}

.assets .fpage .orank ._seq1 {
  background-color: #d0ac62;
  color: #fff;
}

.assets .fpage .orank ._seq2 {
  background-color: #b6bcc1;
  color: #fff;
}

.assets .fpage .orank ._seq3 {
  background-color: #a15326;
  color: #fff;
}

.assets .fpage .orank .left h4 {
  font-weight: bold;
  margin: 15px 0 10px;
  font-size: 14px;
}

.assets .p-sub-ranking-box .anc-link-wrap ul li {
  width: 170px;
  margin: 20px auto;
  font-size: 13px;
  height: 48px;
  background: url(/assets/img/common/icn_anc01.png) left 13px center / 19px auto
    no-repeat;
  align-items: center;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 0 #bbb;
  line-height: 42px;
  justify-content: center;
  transition: 0.15s ease;
}

.assets .fpage.graduate .orank .list .e .underline {
  text-align: center;
  padding-bottom: 15px;
}

.assets .fpage.graduate .orank .list .e .underline span {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 0.2em;
  background: linear-gradient(to right, #ffed98 50%, transparent 50%) 100%
    bottom / 200% 50% no-repeat;
  -webkit-transition: background-position 0.2s ease-out;
  transition: background-position 0.2s ease-out;
  background-position: 0% bottom;
}

.assets .fpage.club .p-sub-ranking-box .anc-link-wrap ul li.ls {
  letter-spacing: -1px;
  padding-left: 25px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .fpage .orank {
    display: flex;
  }

  .assets .fpage.club .orank .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .assets .fpage.club .orank .list .e {
    width: 48%;
    margin: 0;
    margin-bottom: 30px;
  }

  .assets .fpage .orank .wrap {
    display: block;
    position: relative;
    border: none;
  }

  .assets .fpage.club .orank .c {
    text-align: left;
  }

  .assets .fpage.club .p-sub-ranking-box {
    padding: 0;
  }

  .assets .p-sub-ranking-box .anc-link-wrap ul {
    flex-wrap: wrap;
    font-size: calc(13 / 3.75 * 1vw);
    margin-bottom: 0;
    row-gap: calc(12 / 3.75 * 1vw);
  }

  .assets .fpage.club .p-sub-ranking-box .anc-link-wrap ul li {
    width: 100%;
    background: url(/assets/img/common/icn_anc01.png) left calc(13 / 3.75 * 1vw)
      center / calc(19 / 3.75 * 1vw) auto no-repeat;
    border-radius: 5px;
    padding-left: calc(18 / 3.75 * 1vw);
    justify-content: flex-start;
    line-height: calc(42 / 3.75 * 1vw);
  }
}
/* /一覧⑨ */

/* ▼メリット②　※カテゴリ下▼ */
.assets .item-sub.nonwoven-bag.tokucho h4 {
font-weight: bold;
margin-bottom: 10px;
line-height: 1.5;
}
/* ▲メリット②　※カテゴリ下▲ */

/* ▼ステップ/特徴①▼ */
.assets .block-choice-blue .flx-wrap .flx-box:nth-child(5):after,
.assets .block-choice-blue .flx-wrap .flx-box:nth-child(6):after {
  content: none;
}
/* ▲ステップ/特徴①▲ */

/* ▼ステップ/特徴②▼ */
@media only screen and (not (min-width: 768px)) {
.assets .fpage .howto-step-wrap .step-box figure.full-width{
  height: auto;
}
}
/* ▲ステップ/特徴②▲ */

/* ▼ほしい！ノベルティの4つの特徴▼ */
@media not all and (min-width: 768px) {
  .assets .t-feat-box {
    padding: 0 calc(10 / 3.75 * 1vw) 0;
  }
  .assets .t-feat-box h2 {
    margin-bottom: calc(5 / 3.75 * 1vw);
  }
}
.assets .t-feat-box .flx-box {
  background: #F9F9F9;
  display: flex;
  height: 362px;
  justify-content: space-between;
}
@media not all and (min-width: 768px) {
  .assets .t-feat-box .flx-box {
    background: none;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    row-gap: calc(10 / 3.75 * 1vw);
  }
}
.assets .t-feat-box .flx-box .cont-box {
  background: #F9F9F9;
  border-left: 1px solid #DDDDDD;
  line-height: 20px;
  padding: 20px;
  width: 25%;
}
@media not all and (min-width: 768px) {
  .assets .t-feat-box .flx-box .cont-box {
    border-left: none;
    border-bottom: 1px solid #DDDDDD;
    line-height: calc(20 / 3.75 * 1vw);
    min-height: calc(150 / 3.75 * 1vw);
    padding: calc(20 / 3.75 * 1vw);
    width: 100%;
  }
}
.assets .t-feat-box .flx-box .cont-box h3 {
  align-items: center;
  display: flex;
  font-weight: 700;
  height: 40px;
  margin-bottom: 14px;
}
@media not all and (min-width: 768px) {
  .assets .t-feat-box .flx-box .cont-box h3 {
    font-size: calc(15 / 3.75 * 1vw);
    height: auto;
    margin-bottom: calc(10 / 3.75 * 1vw);
  }
}
.assets .t-feat-box .flx-box .cont-box p {
  font-size: 13px;
}
@media not all and (min-width: 768px) {
  .assets .t-feat-box .flx-box .cont-box p {
    font-size: calc(13 / 3.75 * 1vw);
    width: calc(222 / 3.75 * 1vw);
  }
}
.assets .t-feat-box .flx-box .cont-box:nth-child(1) {
  background: url("/item_images/top/feat_img01.png") center bottom 20px/120px auto no-repeat;
  border: none;
}
@media not all and (min-width: 768px) {
  .assets .t-feat-box .flx-box .cont-box:nth-child(1) {
    background: #F9F9F9 url("/item_images/top/feat_img01.png") right calc(15 / 3.75 * 1vw) bottom calc(10 / 3.75 * 1vw)/calc(84 / 3.75 * 1vw) auto no-repeat;
    border-bottom: 1px solid #DDDDDD;
  }
}
.assets .t-feat-box .flx-box .cont-box:nth-child(2) {
  background: url("/item_images/top/feat_img02.png") center bottom 20px/88px auto no-repeat;
}
@media not all and (min-width: 768px) {
  .assets .t-feat-box .flx-box .cont-box:nth-child(2) {
    background: #F9F9F9 url("/item_images/top/feat_img02.png") right calc(15 / 3.75 * 1vw) bottom calc(10 / 3.75 * 1vw)/calc(69 / 3.75 * 1vw) auto no-repeat;
  }
}
.assets .t-feat-box .flx-box .cont-box:nth-child(3) {
  background: url("/item_images/top/feat_img03.png") center bottom 20px/94px auto no-repeat;
}
@media not all and (min-width: 768px) {
  .assets .t-feat-box .flx-box .cont-box:nth-child(3) {
    background: #F9F9F9 url("/item_images/top/feat_img03.png") right calc(15 / 3.75 * 1vw) bottom calc(10 / 3.75 * 1vw)/calc(77 / 3.75 * 1vw) auto no-repeat;
  }
}
.assets .t-feat-box .flx-box .cont-box:nth-child(4) {
  background: url("/item_images/top/feat_img04.png") center bottom 20px/154px auto no-repeat;
}
@media not all and (min-width: 768px) {
  .assets .t-feat-box .flx-box .cont-box:nth-child(4) {
    background: #F9F9F9 url("/item_images/top/feat_img04.png") right calc(15 / 3.75 * 1vw) bottom calc(10 / 3.75 * 1vw)/calc(90 / 3.75 * 1vw) auto no-repeat;
  }
}
/* ▲ほしい！ノベルティの4つの特徴▲ */

/* ▼安心の入稿サポート▼ */
@media only screen and (not (min-width: 768px)) {
	.assets .design-guide h2 {
		padding: 0 calc(10 / 3.75 * 1vw);
	}
}

.assets .design-guide .cstm_txt {
	font-size: 13px;
	margin: 0 0 10px;
}
			
@media only screen and (not (min-width: 768px)) {
	.assets .design-guide .cstm_txt {
		font-size: calc(13 / 3.75 * 1vw);
		padding: 0 calc(10 / 3.75 * 1vw);
	}
}

.assets .support-submission .support__item-text {
	line-height: 1.8;
    font-size: 13px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .support-submission .support__item-text {
		font-size: calc(13 / 3.75 * 1vw);
	}
}

.assets .support {
    margin: 0;
}

@media only screen and (not (min-width: 768px)) {
    .assets .support {
        padding: 0;
        margin-top: 25px;
    }
}

.assets .support .support__title {
    font-size: 19px;
    font-weight: bold;
    color: #666;
    text-align: center
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__title {
        font-size: calc(17 / 3.75* 1vw);
        line-height: 1.7;
        padding: 0 calc(8 / 3.75* 1vw);
    }
}

.assets .support .support__inner {
    /* background: #f9f9f9;
    border-color: #eee;
    padding: 33px 30px 30px; */
    margin-top: 20px;
    margin-bottom: 348px;
	margin-bottom: 448px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .support .support__inner {
    margin-top: 10px;
    margin-bottom: calc(25 / 3.75* 1vw) !important;
    /* padding: 0 calc(10 / 3.75* 1vw);
    border: 1px solid #EEEEEE;
		background: #f9f9f9; */
  }
}

/* 安心の入稿サポート カテゴリ用 */
.product_page .assets .support .support__inner {
  margin-bottom: 285px;
}
@media only screen and (not (min-width: 768px)) {
    .product_page .assets .support .support__inner {
        margin-bottom: calc(-55 / 3.75 * 1vw) !important;
    }
}

.assets .support .support__items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
		gap: 30px;
    }
}

.assets .support .support__items .simulator_bubble {
	position: absolute;
	background: #f9f9f9;
	top: 236px;
    left: 128px;
}

@media only screen and (not (min-width: 768px)) {
	.assets .support .support__items .simulator_bubble {
		position: relative;
		padding: calc(10 / 3.75 * 1vw);
    /* margin: calc(-10 / 3.75 * 1vw); */
    margin: calc(-10 / 3.75 * 1vw) 0;
    background: #fff;
		top: auto;
    left: auto;
    z-index: 2;
	}
}

.assets .support .support__items .simulator_bubble::before {
    content: '';
    width: 100%;
    height: 15px;
    position: absolute;
    background: url(/html/user_data/assets/img/common/PC_DS_triangle.png) no-repeat center;
    left: 0;
    top: -12px;
}

@media only screen and (not (min-width: 768px)) {
	.assets .support .support__items .simulator_bubble::before {
		content: '';
		width: 100%;
		height: 28px;
		position: absolute;
		background: url(/html/user_data/assets/img/common/SP_DS_triangle.png) no-repeat center;
		left: 0;
    top: -6px;
    z-index: -1;
	}
}

.assets .support .support__items .simulator_bubble h3 {
	padding: 8px 0 4px;
    text-align: center;
    background: #1db9c6;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
}

.assets .support .support__items .simulator_bubble .bubble_flex {
	display: flex;
	column-gap: 27px;
	padding: 30px 40px;
	border: 4px solid #1db9c6;
}

@media only screen and (not (min-width: 768px)) {
	.assets .support .support__items .simulator_bubble .bubble_flex {
		flex-direction: column;
		padding: calc(5 / 3.75 * 1vw) calc(24 / 3.75 * 1vw) calc(10 / 3.75 * 1vw);
		background: #f9f9f9;
    align-items: center;
	}
}

.assets .support .support__items .simulator_bubble .img-box {
	width: 297px;
}

@media only screen and (not (min-width: 768px)) {
	.assets .support .support__items .simulator_bubble .img-box {
		text-align: center;
    width: auto;
	}
	.assets .support .support__items .simulator_bubble .img-box img {
		width: calc(229 / 3.75 * 1vw);
	}
}

.assets .support .support__items .simulator_bubble .txt-box {
	text-align: center;
}

.assets .support .support__items .simulator_bubble .txt-box img {
	width: 275px;
	border-bottom: 3px dashed #cccccc;
    padding-bottom: 4px;
}

.assets .support .support__items .simulator_bubble .txt-box .p-type07 {
  font-weight: bold;
}

@media only screen and (not (min-width: 768px)) {
	.assets .support .support__items .simulator_bubble .txt-box .p-type07 {
		font-size: calc(17 / 3.75 * 1vw);
		margin-top: calc(10 / 3.75 * 1vw);
	}
	.assets .support .support__items .simulator_bubble .txt-box .p-type07::after {
		margin-right: 0;
	}
}

@media only screen and (not (min-width: 768px)) {
	.assets .support .support__items .simulator_bubble .img-box .simulator_logo {
		width: calc(280 / 3.75 * 1vw);
		border-bottom: 3px dashed #cccccc;
		padding-bottom: 4px;
		margin-bottom: 8px;
	}
}

.assets .support .support__items .simulator_bubble .txt-box ul {
	text-align: left;
	line-height: 1.3;
  font-size: 14px;
}

@media only screen and (not (min-width: 768px)) {
	.assets .support .support__items .simulator_bubble .txt-box ul {
		font-size: calc(13 / 3.75 * 1vw);
	}
}

.assets .support .support__items .simulator_bubble .txt-box li {
	padding-left: 16px;
	position: relative;
	margin-bottom: 9px;
}

@media only screen and (not (min-width: 768px)) {
	.assets .support .support__items .simulator_bubble .txt-box li {
		margin-bottom: calc(5 / 3.75 * 1vw);
	}
}

.assets .support .support__items .simulator_bubble .txt-box li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #1db9c6;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
	left: 0;
	top: 4px;
}

.assets .support .support__items .simulator_bubble .txt-box .p-link-box .type01 {
	width: 275px;
	height: 37px;
	margin-top: 13px;
	font-size: 13px;
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__item {
        padding: 20px 0 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
        gap: calc(15 / 3.75 * 1vw);
        background: none;
    }

	.assets .support .support__item.simulator {
		/* padding: calc(16 / 3.75 * 1vw) 0 calc(30 / 3.75 * 1vw); */
    padding: calc(30 / 3.75 * 1vw) calc(10 / 3.75 * 1vw);
	}

	.assets .support .support__item.data {
		padding-top: calc(30 / 3.75 * 1vw);
	}
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__item:not(:last-child) {
        border-bottom: 1px solid #DDDDDD;
    }
}

.assets .support .support__item-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #666;
    text-align: center
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__item-title {
        font-size: calc(15 / 3.75* 1vw);
        width: 100%;
    }
}

.assets .support .support__item-lead {
    font-size: 13px;
    display: block;
    font-weight: 500
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__item-lead {
        font-size: calc(12 / 3.75* 1vw);
        margin-bottom: 5px;
    }
}

.assets .support .support__item-img {
    max-width: 280px;
    margin: 12px auto 0
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__item-img {
        max-width: calc(162 / 3.75* 1vw);
        flex: 1;
        margin-top: 0;
    }
}

.assets .support .support__item-img.--sm {
    max-width: 248px
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__item-img.--sm {
        max-width: calc(143 / 3.75* 1vw);
    }
}

.assets .support .support__item-text {
    margin-top: 12px;
    color: #707070
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__item-text {
        max-width: calc(178 / 3.75* 1vw);
        margin-top: 0;
    }
}

.assets .support .support__btn {
    border: #ddd solid 1px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8343d;
    font-weight: 700;
    width: 100%;
    transition: .3s ease;
    padding: 13px 15px;
    margin: 15px auto 0;
    max-width: 240px;
    font-size: 13px;
    box-shadow: 0px 2px 0px #00000026;
    display: flex;
    font-feature-settings: "palt";
    position: relative;
    background: #fff
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__btn {
        margin-top: 0;
        font-size: calc(13 / 3.75* 1vw);
        max-width: calc(240 / 3.75* 1vw);
        padding: calc(13 / 3.75* 1vw) calc(15 / 3.75* 1vw);
    }
}

.assets .support .support__btn::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(https://www.shop-stationery.com/assets/img/common/icn_link_arr_g.png) no-repeat center/100%;
    position: absolute;
    right: 15px;
    transition: .3s ease
}

@media only screen and (not (min-width: 768px)) {
    .assets .support .support__btn::after {
        width: calc(8 / 3.75* 1vw);
        height: calc(12 / 3.75* 1vw);
    }
}

.assets .support .support__btn:hover {
    background: #fff5f5;
    border-color: #f9ccbf
}

.assets .support .support__btn:hover::after {
    background: url(https://www.shop-stationery.com/assets/img/common/icn_link_arr_g_on.png)no-repeat center/100%
}

.assets .support .p-link-box .type01 {
    background: #fff url(https://www.shop-stationery.com/assets/img/common/icn_link_arr_g.png) right 26px center / 8px auto no-repeat;
    margin-top: 25px
}

.assets .support .p-link-box .type01:hover {
    background: #fff5f5 url(https://www.shop-stationery.com/assets/img/common/icn_link_arr_g_on.png) right 26px center / 8px auto no-repeat;
    border: 1px solid #f9ccbf
}

.assets .support .link {
    font-size: 14px;
    font-weight: bold;
    color: #28a3cd;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    line-height: 1
}


.assets .support-submission .support__items {
    gap: 14px;
    padding: 0;
	position: relative;
}

@media only screen and (not (min-width: 768px)) {
	.assets .support-submission .support__items {
    	padding: 25px 0 30px;
	}
}

.assets .support-submission .support__item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #f9f9f9;
    border-color: #eee;
}

@media only screen and (not (min-width: 768px)) {
    .assets .support-submission .support__item {
        border: none!important;
        /* padding: 0; */
        padding: calc(30 / 3.75 * 1vw) calc(10 / 3.75 * 1vw);
    }
}

.assets .support-submission .support__item-title {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 88px;
    color: #333
}

@media only screen and (not (min-width: 768px)) {
    .assets .support-submission .support__item-title {
        padding-bottom: calc(8 / 3.75* 1vw);
        padding-left: calc(87 / 3.75* 1vw);
    }
}

.assets .support-submission .support__item-title.--ds {
    border-bottom: 3px solid #cb468d;
    background: url(https://www.shop-stationery.com/html/user_data/free/10service/howto-design_sakusei-icon.png)no-repeat left 0 center/ 78px
}

@media only screen and (not (min-width: 768px)) {
    .assets .support-submission .support__item-title.--ds {
        background: url(https://www.shop-stationery.com/html/user_data/free/10service/howto-design_sakusei-icon.png)no-repeat left 0 center/ calc(72 / 3.75* 1vw);
    }
}

.assets .support-submission .support__item-title.--sim {
    padding-left: 66px;
    border-bottom: 3px solid #1db9c6;
    background: url(https://www.shop-stationery.com/html/user_data/free/10service/howto-design_simulator-icon.png)no-repeat left 0 center/ 58px
}

@media only screen and (not (min-width: 768px)) {
    .assets .support-submission .support__item-title.--sim {
        padding-left: calc(87 / 3.75* 1vw);
        background: url(https://www.shop-stationery.com/html/user_data/free/10service/howto-design_simulator-icon.png)no-repeat left calc(10 / 3.75* 1vw) center/ calc(58 / 3.75* 1vw);
    }
}

.assets .support-submission .support__item-title.--data {
    border-bottom: 3px solid #bca924;
    background: url(https://www.shop-stationery.com/html/user_data/free/design_data/design_data_app01.png)no-repeat left 0 center/ 75px
}

.assets .support-submission .support__item-text {
        padding-bottom: 0;
}

@media only screen and (not (min-width: 768px)) {
    .assets .support-submission .support__item-text {
        max-width: 100%;
        padding-bottom: 0;
    }
}

.assets .support-submission .support__btn {
    margin-top: auto
}
/* ▲安心の入稿サポート▲ */

/* ▼ページ内リンク⑪▼ */
.assets .type-srch-box ul{
        display: flex;
    flex-wrap: wrap;
    column-gap: 13px;
    row-gap: 10px;
}
.assets .type-srch-box ul li{
    align-items: center;
    border: 1px solid #ddd;
    display: flex;
    height: 100px;
    transition: .2s ease-out;
    width: calc( 33.333333% - 15px );
    border-radius: 5px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);    
}  
.assets .type-srch-box ul li a{
align-items: center;
    color: #333333;
    display: flex;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    height: 100%;
    transition: .2s ease-out;
    width: 100%;
}
.assets .type-srch-box ul li a:hover{
    color: #e8343d;
}
.assets .type-srch-box ul li img{
    object-fit: contain;
    width:75px;
    height: auto;
    z-index: 0;
    margin: 0 5px;
}
@media only screen and (not (min-width: 768px)) {
    .assets .type-srch-box ul{
        justify-content: space-around;
        column-gap: 0;    
    }
    .assets .type-srch-box ul li{
        width: calc(50% - 10px);
        height: calc(80 / 3.75 * 1vw) ;  
        padding: 0 5px 0 0;              
    }
    .assets .type-srch-box ul li a{
  font-size: calc(14 / 3.75 * 1vw) ;
    }
    .assets .type-srch-box ul li img{
        width:60px;
        margin: 0;
    }
}
/* ▲ページ内リンク⑪▲ */

/* ▼ページ内リンク①_2▼ */
.assets .p-link-box .type-gray-btn{
    box-shadow: rgba(0, 0, 0, .16) 0 3px 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    width: 400px;
    background: url(/html/user_data/assets/img/common/arrow4_w_down.png) right 26px center / 12px no-repeat #616161;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 5px;
    margin: 30px auto 50px;
    transition: .2s ease-out;
    align-items: center;
    justify-content: center;
}
.assets .p-link-box .type-gray-btn:hover{
    opacity: 0.7;
}
.assets .p-link-box-ranking{
    display: flex;
    justify-content: flex-end;
}
.assets .p-link-box-ranking .type-gray-btn-ranking{
    box-shadow: rgba(0, 0, 0, .16) 0 3px 0;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    width: 196px;
    background: url(/html/user_data/assets/img/common/arrow4_w_down.png) right 10px center / 8px no-repeat #616161;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 50px;
    transition: .2s ease-out;
    align-items: center;
    justify-content: center;
}
.assets .p-link-box-ranking .type-gray-btn-ranking:hover{
    opacity: 0.7;
}
@media only screen and (not (min-width: 768px)) {
.assets .p-link-box .type-gray-btn{
    width: 315px;
    }
  }
/* ▲ページ内リンク①_2▲ */

			
/* モーダル③　始まり */
.assets .modal-column-2.tipe_02 {
	flex: 1;
}

.assets .ds-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 25px 20px;
}
.assets .ds-modal-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 19px;
  border-radius: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}
.assets .ds-modal-box._fluid {
  grid-column: 1 / 3;
}
.assets .ds-modal-box > .assets {
  flex: 1;
}
.assets .ds-modal-box__title {
  margin: -5px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}
.assets .ds-modal-box__text {
  margin: -5px 0;
  line-height: 1.8;
  font-size: 13px;
}
.assets .ds-modal-box__text small span {
  color: #e8343d;
}
.assets .ds-modal-box__arrow {
  width: 14px;
  height: 27px;
  margin: 73px auto auto;
  background: #e8343d;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media only screen and (not (min-width: 768px)) {
  .assets .ds-grid {
    display: flex;
    flex-direction: column;
    gap: calc(25 / 3.75 * 1vw);
  }
  .assets .ds-modal-box {
    padding: calc((20 / 3.75 * 1vw) - 1px);
    border-radius: calc(10 / 3.75 * 1vw);
  }
  .assets .ds-modal-box__title {
    margin: calc(-5 / 3.75 * 1vw) 0;
    font-size: calc(15 / 3.75 * 1vw);
  }
  .assets .ds-modal-box__text {
    margin: calc(-5 / 3.75 * 1vw) 0;
  }
  .assets .ds-modal-box__arrow {
    width: calc(16 / 3.75 * 1vw);
    height: calc(27 / 3.75 * 1vw);
    margin: calc(51 / 3.75 * 1vw) auto auto;
  }
  .assets .ds-modal-box__arrow._flow {
    width: calc(182 / 3.75 * 1vw);
    height: calc(36 / 3.75 * 1vw);
    margin: calc(9 / 3.75 * 1vw) auto calc(5 / 3.75 * 1vw);
    background: url("/html/user_data/free/data_support/mordal-flow.png") center /
      contain no-repeat;
    clip-path: none;
  }
}
/* モーダル③　終わり */

/* モーダル③_2　始まり */
.assets .ds-modal-box._fluid .modal-column-2.tipe_02 ul li {
  width: calc((100% - 120px) / 4);
}
@media only screen and (not (min-width: 768px)) {
  .assets .ds-modal-box._fluid .modal-column-2.tipe_02 ul li {
    width: calc((100% - (30 / 3.75 * 1vw)) / 2);
  }
}

.assets .ds-modal-box._fluid {
  grid-column: 1 / 3;
}

.assets .modal-column-2.tipe_02 p.red-disk::before {
	vertical-align: middle;
}
.assets p.red-disk::before {
    content: "●";
    font-size: 8px;
    color: #e8343d;
    margin-right: 5px;
}
@media only screen and (not (min-width: 768px)) {
    .assets .modal-column-2.tipe_02 p.red-disk::before {
        margin-right: calc(5 / 3.75 * 1vw);
        font-size: calc(8 / 3.75 * 1vw);
    }
}

/* モーダル③_2　終わり */

/* モーダル④　始まり */
.assets .modal-column-3 p.red-disk {
	line-height: 1.8;
	font-size: 15px;
}
/* モーダル④　終わり */

/* モーダル④_2　始まり */
.assets .modal-column-3 p {
	line-height: 1.8;
    font-size: 13px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .modal-column-3 p {
		font-size: calc(13 / 3.75 * 1vw);
	}
}
/* モーダル④_2　終わり */

/* 吹き出し①　始まり */
.assets .pd-fukidashi p {
	line-height: 1.8;
    font-size: 13px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .pd-fukidashi p {
		font-size: calc(13 / 3.75 * 1vw);
	}
	.assets .pd-fukidashi img {
		height: auto;
	}
}
.assets .pd-fukidashi {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.assets .pd-fukidashi .pd-fukidashi__chat {
  position: relative;
  width: 680px;
  padding: 19px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.assets .pd-fukidashi .pd-fukidashi__chat::after {
  position: absolute;
  top: 56px;
  left: -16px;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  transform-origin: top right;
  rotate: -45deg;
}
.assets .pd-fukidashi .pd-fukidashi__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -4px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  background-image: url(https://www.shop-stationery.com/html/user_data/free/towel/care_point.png);
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: 58px;
  padding-left: 68px;
}
.assets .pd-fukidashi .pd-fukidashi__text {
  margin-top: 9px;
}
.assets .pd-fukidashi .pd-fukidashi__icon {
  flex-shrink: 0;
}
.assets .pd-fukidashi .pd-fukidashi__link {
  margin-top: 14px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .pd-fukidashi {
    gap: calc(13 / 3.75 * 1vw);
  }
  .assets .pd-fukidashi .pd-fukidashi__chat {
    width: auto;
    padding: calc((15 / 3.75 * 1vw) - 1px);
    border-radius: calc(10 / 3.75 * 1vw);
  }
  .assets .pd-fukidashi .pd-fukidashi__chat::after {
    top: calc(19 / 3.75 * 1vw);
    left: calc(-16 / 3.75 * 1vw);
    width: calc(16 / 3.75 * 1vw);
    height: calc(16 / 3.75 * 1vw);
  }
  .assets .pd-fukidashi .pd-fukidashi__title {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(7 / 3.75 * 1vw);
    margin: 0 0 calc(-4 / 3.75 * 1vw);
    font-size: calc(15 / 3.75 * 1vw);
    background-size: calc(58 / 3.75 * 1vw);
    background-position: inherit;
    padding: calc(20 / 3.75* 1vw) 0 0;
  }
  .assets .pd-fukidashi .pd-fukidashi__text {
    margin-top: calc(10 / 3.75 * 1vw);
  }
  .assets .pd-fukidashi .pd-fukidashi__icon {
    width: calc(60 / 3.75 * 1vw);
  }
  .assets .pd-fukidashi .pd-fukidashi__link {
    margin-top: calc(15 / 3.75 * 1vw);
  }
}
/* 吹き出し①　終わり */

/* 吹き出し②　始まり */
.assets .ds-fukidashi-container p {
	line-height: 1.8;
    font-size: 13px;
}

.assets .ds-fukidashi-container img {
	height: auto;
}

.assets .ds-fukidashi-container {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.assets .ds-fukidashi-container .ds-fukidashi {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.assets .ds-fukidashi-container .ds-fukidashi._reverse {
    flex-direction: row-reverse;
}

.assets .ds-fukidashi-container .ds-fukidashi+.ds-fukidashi {
    margin-top: 20px;
}

.assets .ds-fukidashi-container .ds-main-img {
    flex-shrink: 0;
}

.assets .ds-fukidashi-container .ds-fukidashi__chat {
    position: relative;
    padding: 19px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.assets .ds-fukidashi-container .ds-fukidashi__chat::after {
    position: absolute;
    top: 15px;
    right: -16px;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    transform-origin: top left;
    rotate: 45deg;
}

.assets .ds-fukidashi-container .ds-fukidashi._reverse .ds-fukidashi__chat::after {
    right: initial;
    left: -16px;
    border-right: none;
    border-left: 1px solid #ccc;
    transform-origin: top right;
    rotate: -45deg;
}

.assets .ds-fukidashi-container .ds-fukidashi__title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: -2.5px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
}

.assets .ds-fukidashi-container .ds-fukidashi__text {
    margin-top: 7px;
}

.assets .ds-fukidashi-container .ds-fukidashi__title img {
    flex-shrink: 0;
    margin-top: 2.5px;
}

.assets .ds-fukidashi-container .ds-fukidashi__icon {
    flex-shrink: 0;
}

@media only screen and (not (min-width: 768px)) {
	.assets .ds-fukidashi-container p {
		font-size: calc(13 / 3.75 * 1vw);
	}

    .assets .ds-fukidashi-container {
        flex-direction: column;
        gap: calc(30 / 3.75 * 1vw);
    }

    .assets .ds-fukidashi-container .ds-fukidashi {
        gap: calc(10 / 3.75 * 1vw);
    }

    .assets .ds-fukidashi-container .ds-fukidashi + .ds-fukidashi {
        margin-top: calc(20 / 3.75 * 1vw);
    }

    .assets .ds-fukidashi-container .ds-main-img {
        width: calc(320 / 3.75 * 1vw);
        margin: 0 auto;
    }

    .assets .ds-fukidashi-container .ds-main-img img {
        width: 100%;
    }

    .assets .ds-fukidashi-container .ds-fukidashi__chat {
        padding: calc((20 / 3.75 * 1vw) - 1px);
        border-radius: calc(10 / 3.75 * 1vw);
        box-shadow: 0 calc(3 / 3.75 * 1vw) calc(6 / 3.75 * 1vw) rgba(0, 0, 0, 0.16);
    }

    .assets .ds-fukidashi-container .ds-fukidashi__chat::after {
        top: calc(15 / 3.75 * 1vw);
        right: calc(-16 / 3.75 * 1vw);
        width: calc(16 / 3.75 * 1vw);
        height: calc(16 / 3.75 * 1vw);
    }

    .assets .ds-fukidashi-container .ds-fukidashi._reverse .ds-fukidashi__chat::after {
        left: calc(-16 / 3.75 * 1vw);
    }

    .assets .ds-fukidashi-container .ds-fukidashi__title {
        gap: calc(8 / 3.75 * 1vw);
        margin: calc(-5 / 3.75 * 1vw) 0;
        font-size: calc(15 / 3.75 * 1vw);
    }

    .assets .ds-fukidashi-container .ds-fukidashi__text {
        margin-top: calc(7 / 3.75 * 1vw);
    }

    .assets .ds-fukidashi-container .ds-fukidashi__title img {
        margin-top: calc(5 / 3.75 * 1vw);
        width: calc(17 / 3.75 * 1vw);
    }

    .assets .ds-fukidashi-container .ds-fukidashi__icon {
        width: calc(52 / 3.75 * 1vw);
    }

    .assets .ds-fukidashi-container .ds-fukidashi__icon img {
        width: 100%;
    }
}

/* 吹き出し②　終わり */

/* ページ内リンク⑮ 始まり */
.assets .c-support-y-link{
    display: block;
    width: 545px;
    margin: 0 auto;
}
.assets .c-support-y-link:hover{
    opacity: 0.7;
    color: #333333;
}
.assets .c-support-y {   
  margin: 60px auto 0 ;    
  padding: 12px 10px 0;
  border: 1px solid #FFC832;
  background-color: #F9F9F9;
  width: 545px;
}

.assets .c-support-y__header p{
  font-size: 22px;  
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.assets .c-support-y__header p span{
    font-size: 28px ;
    background:linear-gradient(transparent 60%, #FFFF6B 100%);
}

.assets .c-support-y__body {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}

.assets .c-support-y__img{
    z-index: 1;
}

.assets .c-support-y__img img{
    margin-bottom: -10px;
} 

.assets .c-support-y__text p::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/html/user_data/assets/img/common/bnr_icon_check.png);
    background-size: contain;
    vertical-align: bottom;
    margin-right: 5px;
}

.assets .c-support-y__text p{
    font-size: 17px;
    font-weight: bold;
    border-bottom: 2px #F9CCBF solid;
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;    
}
.assets .c-support-y__bottom{
    width: 545px;
    background-color:#FFC832;
    color: #fff;
    margin: 0 auto;
    padding: 5px 0;
}

.assets .c-support-y__bottom ul{
    display: flex;
    justify-content: space-evenly;
}

.assets .c-support-y__tel{
    border-right: 1px #FFF solid;
    padding-right: 27px;
}
.assets .c-support-y__tel_number{
    display: block;
    font-family:Jost, sans-serif;
    font-size: 25px;
    font-weight: bold;
}
.assets .c-support-y__tel_number_sp{
    display: contents;    
}
.assets .c-support-y__tel_number::before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 19px;
    background-image: url(/html/user_data/assets/img/common/tel_icon_white.png);
    background-size: contain;
    margin-right: 5px;
}
.assets .c-support-y__tel span{
    font-size: 12px;
}
.assets .c-support-y__bottom{
    width: 545px;
}
.assets .c-support-y__bottom .type01{
    align-items: center;
    background: #fff url(/assets/img/common/icn_link_arr_g.png) right 10px center / 8px auto no-repeat;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #E6393D;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    width: 215px;
    margin-top: 2px;
}
@media only screen and (not (min-width: 768px)) {
.assets .c-support-y-link {
    width: auto;
}  
.assets .c-support-y {
    width: auto;  
    padding: 12px 0 0;  
  }
.assets .c-support-y__header {
    align-items: center;
    }
.assets .c-support-y__header p{
    font-size: calc(20 / 3.75 * 1vw);
    line-height: 1.5;
    }
.assets .c-support-y__header p span{
    font-size: calc(23 / 3.75 * 1vw) ;
    }
.assets .c-support-y__text p{
font-size: calc(14 / 3.75 * 1vw);
    margin-right: 0;
}
.assets .c-support-y__tel span{
    font-size: calc(12 / 3.75 * 1vw);
}
.assets .c-support-y__img img{
    width:calc(140 / 3.75 * 1vw);
    height: auto;
    margin-bottom: calc(-8 / 3.75 * 1vw); 
}
.assets .c-support-y__tel_number_sp{
     display: block;
    font-family:Jost, sans-serif;
    font-size: calc(25 / 3.75 * 1vw);
    font-weight: bold;       
}   
.assets .c-support-y__tel_number_sp:hover{
    color: #fff;
}
.assets .c-support-y__tel_number_sp::before{
    content: "";
    display: inline-block;
    width: calc(23 / 3.75 * 1vw);
    height: calc(19 / 3.75 * 1vw);
    background-image: url(/html/user_data/assets/img/common/tel_icon_white.png);
    background-size: contain;
    margin-right: 5px;
}
.assets .c-support-y__tel{
    border-right: 0;
    padding-right: 0;
}
.assets .c-support-y__bottom{
    width: auto;
}
.assets .c-support-y .mr20{
    margin-right:20px !important;
}
}
/* ページ内リンク⑮ 終わり */

/* リンクバナー②_2(テキスト無し) 始まり */
.assets .p-spl-ft-box02 .flx-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.assets .p-spl-ft-box02 .flx-box li {
  width: 49%;
}
.bnr-border{
	border: 1px solid #eee;
  box-sizing: border-box;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-spl-ft-box02 .flx-box {
    display: block;
    text-align: center;
    margin: 0 calc(10 / 3.75 * 1vw);
  }
  .assets .p-spl-ft-box02 .flx-box li {
    width: auto;
    margin-bottom: 30px;
  }
  .assets .p-spl-ft-box02 .flx-box li:last-child {
    margin-bottom: 0;
  }
  .assets .p-spl-ft-box02 .flx-box li img {
    width: 100%;
  }
}
/* リンクバナー②_2(テキスト無し) 終わり */

/* リンクバナー②_3(テキスト無し) 始まり */
.assets .p-spl-ft-box01{
  display: flex;
  justify-content: center;
}
.assets .p-spl-ft-box01 img {
  width: 475px;
  height: auto;
  text-align: center;
}
@media only screen and (not (min-width: 768px)) {
  .assets .p-spl-ft-box01{
  padding: 0 calc(10 / 3.75 * 1vw);
  }  
  .assets .p-spl-ft-box01 img {
    width: 100%;
  }
}
/* リンクバナー②_3(テキスト無し) 終わり */

/* 吹き出し③　始まり */
.assets .staff {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin: 60px 0;
}
.assets .staff .staff-comment {
    background: #FFFFF3;
    border: 2px solid #ccc;
    padding: 20px 30px;
    position: relative;
    border-radius: 5px;
    width: 85%;
}
@media only screen and (not (min-width: 768px)) {
    .assets .staff .staff-comment {
        padding: 10px;
    }
}
.assets .staff .staff-comment::before {
    content: url(/html/user_data/free/guide/staff-comment.png);
    position: absolute;
    left: -10px;
    top: 45%;
}
.assets .staff .staff-comment p {
    line-height: 1.8;
    font-size: 13px;
}
@media only screen and (not (min-width: 768px)) {
    .assets .staff .staff-comment p {
        font-size: calc(13 / 3.75 * 1vw);
    }
}
.assets .staff .staff-comment .bold {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
@media only screen and (not (min-width: 768px)) {
    .assets .staff .staff-comment .bold {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: calc(14 / 3.75 * 1vw);
    }
}
/* 吹き出し③　終わり */

/* アイコン一覧　始まり */
.assets .c-tag-list {
  display: inline-block;
  padding: 2px 3px;
  line-height: 1;
  color: #E8343D;
  text-decoration: none;
  letter-spacing: -0.05em;
  background-color: #fff;
  border: 1px solid #E8343D;
  border-radius: 2px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.assets .c-tag-list.ico {
  padding-right: 15px;
  margin-top: 2px;
}
.assets .c-tag-list.ico.tag1 {
  background: url(/assets/img/common/print-icon/tag1-img.png) right 3px center / 9px auto no-repeat;
}
.assets .c-tag-list.ico.tag2 {
  background: url(/assets/img/common/print-icon/tag2-img.png) right 3px center / 9px auto no-repeat;
}
.assets .c-tag-list.ico.tag3 {
  background: url(/assets/img/common/print-icon/tag3-img.png) right 3px center / 9px auto no-repeat;
}
.assets .c-tag-list.ico.tag4 {
  background: url(/assets/img/common/print-icon/tag4-img.png) right 3px bottom 3px / 12px auto no-repeat;
  padding-right: 18px;
}
.assets .c-tag-list.ico.tag5 {
  background: url(/assets/img/common/print-icon/tag5-img.png) right 0px center / 9px auto no-repeat;
  padding-right: 12px;
}
.assets .c-tag-list.ico.tag6 {
  background: url(/assets/img/common/print-icon/tag6-img.png) right 0px center / 7px auto no-repeat;
  padding-right: 10px;
}
.assets .ico-no-print {
  color: #999;
  border: 1px solid #999;
}
/* アイコン一覧　終わり */

/* ランキング①　始まり */
.assets .p-sub-ranking-box .inner .flx-box {
  justify-content: flex-start;
  column-gap: 27px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .p-sub-ranking-box .inner .flx-box {
    justify-content: space-between;
    column-gap: 0;
  }
}
/* ランキング①　終わり */

/* リンクバナー③ */
.assets .purpose-tgall.column-a  .p-link-box a {
  width: 500px;
  height: 70px;
}

@media only screen and (not (min-width: 768px)) {
	.assets .purpose-tgall.column-a {
		padding: 0 calc(10 / 3.75 * 1vw);
	}
	.assets .purpose-tgall.column-a .p-link-box {
    padding: calc(20 / 3.75 * 1vw) 0 calc(50 / 3.75 * 1vw);
	}
  .assets .purpose-tgall.column-a  .p-link-box a {
    width:100%;
    height: calc(55 / 3.75 * 1vw);
  }
	.assets .purpose-tgall.column-a .p-link-box span {
    display: block;
    background: none;
    padding: 0;
    text-align: center;
  }
}

/* ランキング①_2　始まり */
.assets .p-sub-ranking-box .cm-vscroll .cont .read-more {
  padding-top: 10px;
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 500;
  word-wrap: break-word;
  max-height: 120px;
  overflow: hidden;
  display: -webkit-box;
  height: 4em;
  position: relative;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.assets .p-sub-ranking-box .cm-vscroll .cont .read-open {
  max-height: none!important;
  height: auto!important;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.assets .p-sub-ranking-box .cm-vscroll .cont .read-more span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 40px;
  margin-left: auto;
  right: 0;
  top: 5px;
  z-index: 2;
  background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background-position: center;
  background-repeat: no-repeat;
}

.assets .p-sub-ranking-box .cm-vscroll .cont .read-more span:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  vertical-align: middle;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgb(10 2 4 / 10%);
}

.assets .p-sub-ranking-box .cm-vscroll .cont .read-more .r-more:after {
  content: "";
  position: absolute;
  bottom: 14px;
  height: 6px;
  width: 6px;
  right: 12px;
  border: 1px solid;
  border-color: transparent transparent #555 #555;
  transform: rotate(-45deg);
}

.assets .p-sub-ranking-box .cm-vscroll .cont .read-more span:hover::after {
  opacity: .3;
  transition: opacity .3s;
}

@media only screen and (not (min-width: 768px)) {
  .assets .p-sub-ranking-box .cm-vscroll .cont .read-more span:hover::after {
    opacity:1;
  }
}

.assets .p-sub-ranking-box .cm-vscroll .cont .read-open .r-more {
  top: auto;
  bottom: -40px;
}

@media only screen and (not (min-width: 768px)) {
  .assets .p-sub-ranking-box .cm-vscroll .cont .read-open .r-more {
    bottom:-36px;
  }
}

.assets .p-sub-ranking-box .cm-vscroll .cont .read-open .r-more:after {
  bottom: 10px;
  transform: rotate(135deg);
}
/* ランキング①_2　終わり */

/* ▼ リンク⑤_2　始まり　▼  */
@media screen and (min-width: 768px) {
	.assets .p-dl-btn-box.type03 {
		padding: 14px 18px 12px 18px;
		z-index: 9999;
		width: 378px;
		box-shadow: 0 2px 0 #ddd;
		transition: none;
		position: relative
	}

	.assets .p-dl-btn-box.type03 .oc-box {
		transition: none
	}

	.assets .p-dl-btn-box.type03 .temp-dl {
		position: relative;
		padding-right: 20px
	}

	.assets .p-dl-btn-box.type03.open::after {
		content: none
	}

	.assets .p-dl-btn-box.type03 .temp-dl::before,.assets .p-dl-btn-box.type03 .temp-dl::after {
		position: absolute;
		content: "";
		top: 50%;
		right: 2px;
		transform: translateY(-50%);
		content: "";
		background-color: #28a3cd;
		width: 14px;
		height: 2px;
		display: block;
		border-radius: 2px;
		transition: transform .15s ease , opacity .15s ease
	}

	.assets .p-dl-btn-box.type03 .temp-dl::after {
		transform: translateY(-50%) rotate(90deg)
	}

	.assets .p-dl-btn-box.type03.open .temp-dl::after {
		transform: translateY(-50%) rotate(0);
		opacity: 0
	}

	.assets .p-dl-btn-box.type03.open .oc-box {
		margin-top: 15px
	}

	.assets .p-dl-btn-box.type03 .oc-box .wait a {
		background-color: #ccc;
		pointer-events: none;
		cursor: not-allowed
	}

	.assets .p-dl-btn-box.type03 .oc-box dl {
		border-bottom: 1px solid #b1e1f2
	}

	.assets .p-dl-btn-box.type03 .oc-box dd {
		padding-top: 9px;
		padding-bottom: 9px
	}

	.assets .p-dl-btn-box.type03 .oc-box {
		border-bottom: 1px solid #b1e1f2
	}

	.assets .p-dl-btn-box.type03.open {
		height: auto
	}

	.assets .p-dl-btn-box.type03.open .oc-box {
		width: 100%
	}

	.assets .p-dl-btn-box.type03>p {
		width: 100%;
		font-size: 15px
	}
}

@media only screen and (not (min-width: 768px)) {

.assets .p-dl-btn-box.type03 {
    position: relative;
    transition: none;
    width: 100%;
    cursor: pointer;
    left: 0;
    align-items: flex-start;
    padding-left: 4.8vw;
    box-shadow: 0 2px 0 #ddd;
}

.assets .p-dl-btn-box.type03 p img {
    margin-right: 2.1333333333vw;
}

.assets .p-dl-btn-box.type03.open::after {
    content: none;
}

.assets .p-dl-btn-box.type03.open .temp-dl::after {
    transform: rotate(0);
    opacity: 0;
}

.assets .p-dl-btn-box.type03 .oc-box {
    transition: none;
}

.assets .p-dl-btn-box.type03 .prd-print-temp-dl {
    margin-top: 4vw;
}

.assets .p-dl-btn-box.type03 .temp-dl::before,.assets .p-dl-btn-box.type03 .temp-dl::after {
    position: absolute;
    content: "";
    top: 6.1333333333vw;
    right: 5.3333333333vw;
    content: "";
    background-color: #28a3cd;
    width: 3.7333333333vw;
    height: .5333333333vw;
    display: block;
    border-radius: 2px;
    transition: transform .15s ease , opacity .15s ease;
}

.assets .p-dl-btn-box.type03 .temp-dl::after {
    transform: rotate(90deg);
}

}
/* ▲ リンク⑤_2　終わり　▲  */

/* ▼ レビュー③　始まり　▼ */
.assets .p-voice {
	padding: 50px 0 80px;
}

.assets .p-voice .p-voice__flex {
	display: flex;
	gap: 30px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .p-voice__flex {
		flex-direction: column;
		gap: 15px;
	}
}

.assets .p-voice .p-voice__header {
	width: 157px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .p-voice__header {
		width: 100%;
		padding: 0 calc(30 / 3.75* 1vw) 0 calc(15 / 3.75* 1vw);
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		gap: 5px;
		align-items: flex-end;
	}
}

.assets .p-voice .p-voice__text {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.64;
	color: #707070;
	padding: 11px 15px 12px;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	position: relative;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .p-voice__text {
		flex: 1;
		font-size: calc(15 / 3.75* 1vw);
		padding: 10px 10px 10px 15px;
	}
}

.assets .p-voice .p-voice__text::after {
	content: '';
	display: block;
	width:  17px;
	height: 17px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -9px;
	transform: translateX(-50%) rotate(-45deg);
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .p-voice__text::after {
		width: calc(10 / 3.75* 1vw);
		height: calc(10 / 3.75* 1vw);
		left: calc(-5 / 3.75* 1vw);
		bottom: auto;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		z-index: 1;
	}
}

.assets .p-voice .p-voice__img {
	margin: 17px auto 0;
	max-width: 137px;
	position: relative;
	left: 10px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .p-voice__img {
		max-width: calc(67 / 3.75* 1vw);
		margin: 0;
		left: auto;
	}
}

.assets .p-voice .p-voice__flex {
	gap: 10px;
}

.assets .p-voice .voice-card__title {
	line-height: 1.4;
}

.assets .p-voice .voice-slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	margin: auto;
}
@media only screen and (not (min-width: 768px)) {
		.assets .p-voice .voice-slider-container {
		width: calc(100% - calc(20 / 3.75* 1vw));
		gap: calc(10 / 3.75* 1vw);
	}
}

.assets .p-voice .voice-slider-wrapper {
	overflow: hidden;
	max-width: 743px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-slider-wrapper {
		max-width: 100%;
	}
}

.assets .p-voice .voice-slider {
	display: flex;
	transition: transform 0.4s ease;
	gap: 20px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-slider {
		gap: calc(15 / 3.75* 1vw);
	}
}

.assets .p-voice .voice-slide {
	flex: 0 0 260px;
	display: flex;
	flex-direction: column;
	gap: 10px; 
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-slide {
		flex: 0 0 calc(223 / 3.75* 1vw);
		gap: calc(10 / 3.75* 1vw);
	}
}

.assets .p-voice .voice-card {
	background: #F9F9F9;
	border-radius: 10px;
	padding: 22px 20px 20px;
	position: relative;
}

.assets .p-voice .voice-card:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: #f9f9f9;
	position: absolute;
	transform: rotate(-45deg);
	bottom: -6px;
	left: 35px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-card:after {
		width: calc(15 / 3.75* 1vw);
		height: calc(15 / 3.75* 1vw);
		left: calc(35 / 3.75* 1vw);
		bottom: calc(-6 / 3.75* 1vw);
	}
}

.assets .p-voice .voice-card__title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-card__title {
		font-size: calc(14 / 3.75* 1vw);
		line-height: 1.64;
	}
}

.assets .p-voice .voice-card__stars {
	margin-bottom: 10px;
	display: flex;
	gap: 3px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-card__stars {
		gap: calc(3 / 3.75* 1vw);
	}
}

.assets .p-voice .voice-card__stars img {
	width: 16px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-card__stars img {
		width: calc(16 / 3.75* 1vw);
	}
}

.assets .p-voice .voice-card__text {
	font-size: 13px;
	line-height: 1.76;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-card__text {
		font-size: calc(13 / 3.75* 1vw);
	}
}

.assets .p-voice .voice-card__user {
	padding-left: 20px;
	display: flex;
	align-items: baseline;
	gap: 10px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-card__user {
		padding-left: calc(20 / 3.75* 1vw);
		gap: calc(10 / 3.75* 1vw):
	}
}

.assets .p-voice .voice-card__icon {
	width: 17px;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-card__icon {
		width: calc(17 / 3.75* 1vw);
	}
}

.assets .p-voice .voice-card__name {
	font-size: 13px;
	font-weight: bold;
	color: #707070;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-card__name {
		font-size: calc(13 / 3.75* 1vw);
	}
}

.assets .p-voice .voice-slider-nav {
	display: block;
	width: 15px;
	height: 15px;
	background: transparent;
	border: none;
	border-bottom: 3px solid #B9B9B9;
	border-left: 3px solid #B9B9B9;
	cursor: pointer;
}
@media only screen and (not (min-width: 768px)) {
	.assets .p-voice .voice-slider-nav {
		width: calc(15 / 3.75* 1vw);
		height: calc(15 / 3.75* 1vw);
	}
	.assets .p-voice .voice-slider-container {
		gap: calc(5 / 3.75* 1vw)
	}

	.assets .p-voice .voice-card {
		border-radius: calc(10 / 3.75* 1vw);
	}

	.assets .p-voice .voice-slider-nav {
		width: calc(10 / 3.75* 1vw);
		height: calc(10 / 3.75* 1vw);
		padding: calc(4 / 3.75 * 1vw);
		border-width: 2px;
	}
}

.assets .p-voice .voice-slider-nav:disabled {
	opacity: 0.3;
}

.assets .p-voice .prev {
	transform: rotate(45deg);
}

.assets .p-voice .next {
	transform: rotate(225deg);
}
/* ▲ レビュー③ 終わり ▲ */

/* ▼ コラム⑤ 始まり ▼ */
.assets .design-page-template .design-about-text {
  font-size: 13px;
  line-height: 1.8;
}

@media only screen and (not (min-width: 768px)) {
  .assets .design-page-template .design-about-text {
    font-size: calc(13 / 3.75 * 1vw);
    line-height: 1.6;
  }
}

.assets .design-page-template .design-page-template__main-img {
  width: 100%;
  max-width: 615px;
  margin: 25px auto 0;
}
@media only screen and (not (min-width: 768px)) {
  .assets .design-page-template .design-page-template__main-img {
    max-width: calc(342 / 3.75 * 1vw);
  }
}

.assets .design-page-template .design-page-template__items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-bottom: 60px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .design-page-template .design-page-template__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 30px;
  }
}

.assets .design-page-template .design-page-template__item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #b8b8b8;
}
@media only screen and (not (min-width: 768px)) {
  .assets .design-page-template .design-page-template__item {
    padding: 20px 15px 25px;
    gap: 20px;
  }
}

.assets .design-page-template .design-page-template__item .p-h3-type01 {
  margin: 0;
}

.assets .design-page-template .design-page-template__text {
  font-size: 12px;
  line-height: 1.75;
  color: #606060;
}

@media only screen and (not (min-width: 768px)) {
  .assets .design-page-template .design-page-template__img {
    max-width: calc(270 / 3.75 * 1vw);
    margin: 0 auto;
  }
}

.assets .design-page-template .design-page-template__item .design-link {
  padding: 4px 20px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .design-page-template .design-page-template__item .design-link {
    max-width: calc(300 / 3.75 * 1vw);
    margin: 0 auto;
  }
}

.assets .design-page-template .design-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 40px;
  border: 1px solid #cc468d;
  color: #cc468d;
  padding: 4px 20px 4px 10px;
  border-radius: 20px;
  /* min-width: 300px; */
  width: 100%;
  transition: background-color 0.3s ease;
  line-height: 1.4615384615;
  font-weight: bold;
  line-height: 1;
  font-size: 13px;
}
@media only screen and (not (min-width: 768px)) {
  .assets .design-page-template .design-link {
    height: calc(50 / 3.75 * 1vw);
    height: 50px;
    border-radius: calc(25 / 3.75 * 1vw);
    font-size: calc(13 / 3.75 * 1vw);
  }
}

.assets .design-page-template .design-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url(/html/user_data/free/towel/arrow_sakusei.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.assets .design-page-template .design-link:hover {
  background: rgba(255, 237, 152, 30%);
}
/* ▲ コラム⑤ 終わり ▲ */