@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
.LO-content-wrap {
  margin-top: 10px;
}

h2 {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h2.center {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

h2.content-title {
  padding: 0 10px 5px;
  border-bottom: 1px solid #5ebdba;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  font-size: 18px;
}

.HTMLeditor .btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.HTMLeditor .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 60px;
  background: #5ebdba;
  border-radius: 50px;
  text-decoration: none;
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}


.HTMLeditor .btn-wrap .btn+.btn {
  margin-top: 15px;
}

.Content-article {
  margin-bottom: 40px;
}

.HTMLeditor p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.HTMLeditor li + li{
  margin: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content01
-----------------------------------------------------------
----------------------------------------------------------- */
.content01 {
  margin-bottom: 15px;
}

.FV-wrap picture {
  display: block;
  margin-bottom: 15px;
}

.FV-wrap picture img {
  width: 100%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content02
-----------------------------------------------------------
----------------------------------------------------------- */
.FV-banner-wrap .flex-wrap>div {
  width: 100%;
}

.FV-banner-wrap .flex-wrap>div+div {
  margin-top: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content03
-----------------------------------------------------------
----------------------------------------------------------- */
.FV-under-wrap.flex-wrap>div {
  width: 100%;
}

.FV-under-wrap.flex-wrap>div+div {
  margin-top: 15px;
}

.FV-under-wrap.text-wrap {
  margin-top: 10px;
}

.FV-under-wrap.btn-wrap {
  margin-top: 30px;
}

.FV-under-wrap.btn-wrap .btn+.btn {
  margin-top: 15px
}

.FV-under-wrap.btn-wrap .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  width: 90%;
  height: 60px;
  margin: 0 auto;
  padding-right: 15px;
}

.FV-under-wrap.btn-wrap .btn a:before {
  content: "";
  background: url(/img/btn_arrow.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 10px;
  height: 21px;
}

.FV-under-wrap.btn-wrap .btn.order a {
  background: #5ebdba;
}

.FV-under-wrap.btn-wrap .btn.recommend a {
  background: #f08777;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content04
-----------------------------------------------------------
----------------------------------------------------------- */
.toc-wrap .toc-002 {
  border: 2px solid #aaa;
  border-radius: 3px;
}

.toc-wrap .toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #aaa;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.toc-wrap .toc-002 label::after {
  content: "[開く]";
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-left: 7px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
}

.toc-wrap .toc-002:has(:checked) label::after {
  content: "[閉じる]";
}

.toc-wrap .toc-002 input {
  display: none;
}

.toc-wrap .toc-002 ol {
  list-style-type: decimal;
  margin: 0;
  overflow: hidden;
}

.toc-wrap .toc-002>ol {
  height: 0;
}

.toc-wrap .toc-002:has(:checked)>ol {
  height: auto;
  padding: 15px 40px 20px;
}

.toc-wrap .toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

.toc-wrap .toc-002 li {
  font-size: 15px;
  padding-left: 10px;
}

.toc-wrap .toc-002 li+li {
  margin-top: 12px;
}

.toc-wrap .toc-002 a {
  color: #333;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content05
-----------------------------------------------------------
----------------------------------------------------------- */
/* オススメ３選 */
.recommend-wrap .pickup-wrap {
  margin: 0 0 40px;
}

.recommend-wrap .pickup-wrap h3 {
  text-align: center;
}

.recommend-wrap .pickup-wrap ul {
  margin: 15px 0;
}

.recommend-wrap .pickup-wrap ul li {
  /* border: 1px solid #5ebdba; */
  /* padding-bottom: 15px; */
  margin-bottom: 40px;
}

.recommend-wrap .pickup-wrap ul li .price-wrap {
  background-color: #efefef;
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.recommend-wrap .pickup-wrap ul li .price-wrap p{
  margin: 0;
}
.recommend-wrap .pickup-wrap ul li .price-wrap .price{
color: #fc1f48;
}

.recommend-wrap .pickup-wrap ul li .img-wrap {
  text-align: center;
}


.recommend-wrap .pickup-wrap ul li .text-wrap {
margin-bottom: 20px;
}

.recommend-wrap .pickup-wrap ul li .item-name {
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}

.recommend-wrap .pickup-wrap ul li .item-btn-wrap {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  background: #f08777;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50px;
  text-decoration: none;
}

.recommend-wrap .pickup-wrap ul li .item-btn-wrap a {
  color: #fff;
  text-decoration: none;
}



.recommend-wrap .flex-wrap .recommend-item {
  border: 1px solid #5ebdba;
  position: relative;
  padding-bottom: 15px;
}

.recommend-wrap .flex-wrap .recommend-item+.recommend-item {
  margin-top: 10px;
}

.recommend-wrap .flex-wrap .recommend-item:before {
  content: "";
  background: url(/img/lp/icon_recommend.png);
  background-size: 60px auto;
  background-repeat: no-repeat;
  width: 60px;
  height: 59px;
  position: absolute;
  top: 55px;
  left: 10px;
}

.recommend-wrap .flex-wrap .recommend-item .item-name {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 76px;
  line-height: 1.3;
  background: #ddf1f1;
}

.recommend-wrap .flex-wrap .recommend-item .item-name p {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.3;
}

.recommend-wrap .flex-wrap .recommend-item .item {
  padding: 0 10px;
}

.recommend-wrap .flex-wrap .recommend-item .item .img-wrap {
  text-align: center;
  margin: 10px 0;
}

.recommend-wrap .flex-wrap .recommend-item .item .label-wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
  border-top: 1px solid #5ebdba;
  border-bottom: 1px solid #5ebdba;
  padding: 10px 5px;
  margin-bottom: 8px;
}

.recommend-wrap .flex-wrap .recommend-item .item .label-wrap span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: #5ebdba;
  padding: 6px 12px 5px;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  text-align: center;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap {
  display: flex;
  gap: 20px;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .left-wrap {
  flex: 1;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .left-wrap>p {
  margin: 8px 0 0;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .left-wrap .price-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  gap: 5px;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .left-wrap .price-wrap .unit {
  font-size: 13px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .left-wrap .price-wrap .price {
  font-size: 24px;
  color: #fc1f48;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.recommend-wrap .flex-wrap .recommend-item .item .text-wrap .right-wrap {
  width: 105px;
}

.recommend-wrap .flex-wrap .recommend-item .item .item-btn-wrap {
  margin-top: 5px;
}

.recommend-wrap .flex-wrap .recommend-item .item .item-btn-wrap a {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #5ebdba;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0;
}


/* --------------------------------------------------------
-----------------------------------------------------------
content06
-----------------------------------------------------------
----------------------------------------------------------- */
.merit-wrap {
  background: #fef7ea;
  padding: 30px 15px 25px;
}

.merit-wrap h2 {
  font-size: 20px;
  line-height: 1.4;
}

.merit-wrap .circle-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 10px;
  margin-top: 30px;
}

.merit-wrap .circle-wrap .circle {
  background: #fff;
  width: calc((100% - 10px) / 2);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 !important;
  border: 3px solid #5ebdba;
  border-radius: 50%;
  position: relative;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


.merit-wrap .circle-wrap .circle .top {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;
  line-height: 1;
}

.merit-wrap .circle-wrap .circle .top .num {
  font-size: 46px;
}

.merit-wrap .circle-wrap .circle .top .text-top {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.1em;
  margin-bottom: 10px;
}

.merit-wrap .circle-wrap .circle .bottom {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: -0.1em;
}

.merit-wrap .circle-wrap .circle.circle03 {
  padding-top: 13px;
}

.merit-wrap .circle-wrap .circle.circle03 .bottom {
  font-size: 32px;
  margin-top: 5px;
  margin-bottom: 0;
}

.merit-wrap .circle-wrap .circle.circle04 {
  padding-top: 15px;
}

.merit-wrap .circle-wrap .circle.circle04 .top {
  font-size: 26px;
}

.merit-wrap .circle-wrap .circle.circle04 .bottom {
  letter-spacing: -0.05em;
}

.merit-wrap .circle-wrap .circle:nth-of-type(1):before {
  content: "";
  background-image: url(/img/lp/icon_merit01.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
  width: 65px;
  height: 55px;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-wrap .circle-wrap .circle:nth-of-type(2):before {
  content: "";
  background-image: url(/img/lp/icon_merit02.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 56px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-wrap .circle-wrap .circle:nth-of-type(3):before {
  content: "";
  background-image: url(/img/lp/icon_merit03.svg);
  background-repeat: no-repeat;
  background-size: 58px auto;
  width: 58px;
  height: 58px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-wrap .circle-wrap .circle:nth-of-type(4):before {
  content: "";
  background-image: url(/img/lp/icon_merit04.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
  width: 65px;
  height: 40px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-wrap.content-inner>p {
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content07
-----------------------------------------------------------
----------------------------------------------------------- */
.itemlist-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}

.itemlist-wrap ul li {
  width: calc((100% - 10px) / 2);
  border: 1px solid #ccc;
  position: relative;
}

.itemlist-wrap ul li a {
  text-decoration: none;
  color: #444;
  height: 100%;
  display: block;
  padding: 10px 10px 40px;
}

.itemlist-wrap ul li a .text-wrap::before {
  content: "more";
  background-size: 9px 16px;
  position: absolute;
  bottom: 7px;
  right: 5px;
  display: block;
  padding: 5px 25px 5px 20px;
  border-radius: 24px;
  background-color: #71bdb8;
  color: #fff;
}

.itemlist-wrap ul li a .text-wrap:after {
  content: "";
  width: 10px;
  height: 20px;
  background: url(/img/common/icon_arrow_next2.svg) no-repeat center center;
  background-size: 6px 15px;
  position: absolute;
  bottom: 11px;
  right: 15px;
}

.itemlist-wrap ul li .img-wrap img {
  width: 100%;
  margin: 5px 0;
  background-color: #fffaeb;
}

.itemlist-wrap ul li .products-name {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.itemlist-wrap ul li .item-name {
  font-size: 14px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 10px;
  border-bottom: 2px solid #8cd4d2;
  padding-bottom: 3px;
}

.itemlist-wrap ul li .text-wrap {
  font-size: 13px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content08 ※テンプレートランキング 未使用
-----------------------------------------------------------
----------------------------------------------------------- */
/* .scene-wrap .template-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.scene-wrap .template-wrap>div {
  border: 1px solid #ccc;
  padding: 15px 20px;
  position: relative;
}

.scene-wrap .template-wrap .template .img-wrap {
  margin-bottom: 10px;
}

.scene-wrap .template-wrap .template:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 46px;
  padding-top: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 10px;
  color: #FFF;
}

.scene-wrap .template-wrap .template:nth-of-type(1):before {
  content: "1";
  background-image: url(/img/index/crown01.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.scene-wrap .template-wrap .template:nth-of-type(2):before {
  content: "2";
  background-image: url(/img/index/crown02.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.scene-wrap .template-wrap .template:nth-of-type(3):before {
  content: "3";
  background-image: url(/img/index/crown03.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.scene-wrap .template-wrap .template p.title {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.scene-wrap .link-wrap ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
}

.scene-wrap .link-wrap span{
  display: none;
} */

/* --------------------------------------------------------
-----------------------------------------------------------
content08
-----------------------------------------------------------
----------------------------------------------------------- */
.scene-wrap .HTMLeditor {
  overflow: hidden;
}

.scene-wrap .inner-wrap {
  overflow-x: auto;
}

.scene-wrap .flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
  width: 890px;
}

.scene-wrap .flex-wrap>div {
  width: 290px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scene-wrap .flex-wrap p.title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
  /* font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
}

.scene-wrap .flex-wrap>div img {
  width: 100%;
}

.scene-wrap .text-wrap p {
  margin-bottom: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content010※お客様の声未使用
-----------------------------------------------------------
----------------------------------------------------------- */
/* .content010 .voice-wrap>.flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  position: relative;
}

.content010 .voice-wrap>.flex-wrap+.flex-wrap {
  margin-top: 20px;
}

.content010 .voice-wrap>.flex-wrap .customer {
  position: absolute;
  bottom: 10px;
  right: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.content010 .voice-wrap>.flex-wrap .customer img {
  width: 25px;
}

.content010 .voice-wrap>.flex-wrap .customer p {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
}

.content010 .voice-wrap>.flex-wrap .voice {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 20px 15px 50px;
}

.content010 .voice-wrap>.flex-wrap .voice .img-wrap img {
  width: 100%;
}

.content010 .voice-wrap>.flex-wrap .voice .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.content010 .voice-wrap>.flex-wrap .voice .text {
  font-size: 14px;
  line-height: 1.6;
} */

/* --------------------------------------------------------
-----------------------------------------------------------
.content011
-----------------------------------------------------------
----------------------------------------------------------- */
.design-wrap .flex-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.design-wrap .flex-wrap .right-wrap .title {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
}

.design-wrap .flex-wrap .right-wrap .text {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.6;
  /* font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
}

/* .design-wrap .flex-wrap .right-wrap p:nth-child(2) {
  margin-bottom: 0;
} */

.design-wrap h3 {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin: 0 17px 10px;
  position: relative;
}

.design-wrap h3::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #7fc9c8;
  border-right: 0;
  top: 6px;
  left: -16px;
}
.design-wrap .howto-wrap p,
.illustration-wrap p{
  margin-bottom: 0;
}

.design-wrap .img-wrap {
  margin-bottom: 5px;
}

.design-wrap .howto-wrap {
  margin-top: 30px;
}

.design-wrap .howto-wrap .title-wrap {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.design-wrap .howto-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  flex-direction: row;
  justify-content: center;
}

.design-wrap .howto-wrap ul li:nth-child(3) {
  order: -1;
  width: 355px !important
}

.design-wrap .howto-wrap li {
  display: flex;
  width: calc((100% - 10px) / 2);
  flex-direction: column;
}

.design-wrap .howto-wrap li+li {
  margin-top: 0;
}


.design-wrap .howto-wrap li .img-wrap {
  text-align: center;
  border: 1px solid #dbdbdb;
  margin: 0px 0 7px;
}

.design-wrap .howto-wrap ul span.bold {
  display: inline;
  font-size: 14px;
}

.design-wrap .howto-wrap li .text-wrap {
  padding: 0 5px;
}

.design-wrap .howto-wrap li .text-wrap p {
  margin-bottom: 0;
}

.design-wrap .illustration-wrap {
  margin-top: 30px;
}

.design-wrap .illustration-wrap ul {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.design-wrap .illustration-wrap li {
  border: 1px solid #dbdbdb;
  padding: 14px;
}

.design-wrap .illustration-wrap .title-wrap {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  line-height: 1.2;
}

.design-wrap .illustration-wrap li span {
  font-size: 16px;
  font-weight: bold;
}

.design-wrap .illustration-wrap .img-wrap {
  margin: 10px 0 5px;
}

.design-wrap .illustration-wrap .text-wrap ul {
  margin: 10px 0 0;
  gap: 5px;
  padding: 15px;
}

.design-wrap .illustration-wrap .text-wrap li {
  margin: 0;
  padding: 0;
  border: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content014
-----------------------------------------------------------
----------------------------------------------------------- */
.quality-wrap.wash-caution-wrap {
  margin-bottom: 65px;
  padding-top: 30px;
}

.quality-wrap.wash-caution-wrap h3 {
  text-align: center;
}

.quality-wrap.wash-caution-wrap .sub-title,
.quality-wrap.wash-caution-wrap .caution-wrap .caution-title {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  margin: 0;
  text-align: center;
}

.quality-wrap.wash-caution-wrap .caution-wrap {
  padding: 12px 20px 55px;
  border: 1px solid;
  margin-top: 30px;
  position: relative;
}

.quality-wrap.wash-caution-wrap .caution-wrap:before {
  content: "";
  background: url(/web-box/upload/item_img/common/wash_img02.webp);
  background-size: 120px auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 120px;
  height: 120px;
}

.quality-wrap.wash-caution-wrap .caution-wrap .caution-title {
  text-align: center;
}

.quality-wrap.wash-caution-wrap .caution-wrap .caution-text {
  margin: 10px 0 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content015
-----------------------------------------------------------
----------------------------------------------------------- */
.price-wrap .price-wrap .content-body {
  position: relative;
}

.price-wrap .price-wrap .content-body .tab-input {
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.price-wrap .price-wrap .content-body .tab-btn-wrap {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px 8px;
}

.price-wrap .price-wrap .content-body .tab-btn-wrap li {
  width: calc((100% - 8px) / 2);
  margin: 0;
}

.price-wrap .price-wrap .content-body .tab-btn-wrap li label {
  color: #666;
  border: 1px solid #5ebdba;
  background: #fff;
  display: block;
  cursor: pointer;
  padding: 8px 7px 6px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.price-wrap .price-wrap .content-body .tab-body {
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #fff;
  margin: 0;
  padding: 0;
}

.price-wrap .price-wrap .content-body #tab-input01:checked~.tab-body.tab01,
.price-wrap .price-wrap .content-body #tab-input02:checked~.tab-body.tab02,
.price-wrap .price-wrap .content-body #tab-input03:checked~.tab-body.tab03,
.price-wrap .price-wrap .content-body #tab-input04:checked~.tab-body.tab04,
.price-wrap .price-wrap .content-body #tab-input05:checked~.tab-body.tab05,
.price-wrap .price-wrap .content-body #tab-input06:checked~.tab-body.tab06,
.price-wrap .price-wrap .content-body #tab-input07:checked~.tab-body.tab07,
.price-wrap .price-wrap .content-body #tab-input08:checked~.tab-body.tab08,
.price-wrap .price-wrap .content-body #tab-input09:checked~.tab-body.tab09,
.price-wrap .price-wrap .content-body #tab-input10:checked~.tab-body.tab10,
.price-wrap .price-wrap .content-body #tab-input11:checked~.tab-body.tab11 {
  height: auto;
  opacity: 1;
}

.price-wrap .price-wrap .content-body #tab-input01:checked~.tab-btn-wrap .tab01 label,
.price-wrap .price-wrap .content-body #tab-input02:checked~.tab-btn-wrap .tab02 label,
.price-wrap .price-wrap .content-body #tab-input03:checked~.tab-btn-wrap .tab03 label,
.price-wrap .price-wrap .content-body #tab-input04:checked~.tab-btn-wrap .tab04 label,
.price-wrap .price-wrap .content-body #tab-input05:checked~.tab-btn-wrap .tab05 label,
.price-wrap .price-wrap .content-body #tab-input06:checked~.tab-btn-wrap .tab06 label,
.price-wrap .price-wrap .content-body #tab-input07:checked~.tab-btn-wrap .tab07 label,
.price-wrap .price-wrap .content-body #tab-input08:checked~.tab-btn-wrap .tab08 label,
.price-wrap .price-wrap .content-body #tab-input09:checked~.tab-btn-wrap .tab09 label,
.price-wrap .price-wrap .content-body #tab-input10:checked~.tab-btn-wrap .tab10 label,
.price-wrap .price-wrap .content-body #tab-input11:checked~.tab-btn-wrap .tab11 label {
  color: #fff;
  background: #5ebdba;
}

.price-wrap .price-wrap .content-body .sub-section-body ul {
  max-height: 265px;
  overflow-y: auto;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 13px;
  margin: 0;
  font-weight: bold;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li:nth-of-type(odd) {
  background: #ddf1f1;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li.item-name {
  background: #5ebdba;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 8px 10px;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li .name {
  font-size: 15px;
}

.price-wrap .price-wrap .content-body .sub-section-body ul li .name:before,
.price-wrap .price-wrap .content-body .sub-section-body ul li .size:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}

.price-wrap .btn-wrap .recommend a {
  background: #f08777;
}

.price-wrap .btn-wrap a:before {
  content: "";
  background: url(/img/btn_arrow.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 10px;
  height: 21px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content016
-----------------------------------------------------------
----------------------------------------------------------- */
.question-wrap .faq-wrap {
  margin-top: 20px;
}

.question-wrap .faq-wrap .faq {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  padding-right: 10px;
}

.question-wrap .faq-wrap .faq+.faq {
  margin-top: 20px;
}

.question-wrap .faq-wrap .faq:last-child {
border: none;
}


.question-wrap .faq-wrap .faq .question {
  position: relative;
  font-weight: bold;
  padding: 3px 0 0 40px;
  margin-bottom: 15px;
  font-size: 15px;
}

.question-wrap .faq-wrap .faq .answer {
  position: relative;
  padding: 0 0 0 40px;
}

.question-wrap .faq-wrap .faq .question::before,
.question-wrap .faq-wrap .faq .answer::before {
  font-weight: bold;
  display: inline-block;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 27px;
  width: 25px;
  text-align: center;
  left: 5px;
  text-decoration: none;
}

.question-wrap .faq-wrap .faq .question::before {
  content: 'Q';
  color: #4e75c3;
}

.question-wrap .faq-wrap .faq .answer::before {
  content: 'A';
  color: #ff4227;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content017
-----------------------------------------------------------
----------------------------------------------------------- */
.content017 {
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.content017 .content-wrap .title {
  min-height: 40px;
  line-height: 30px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

.content017 .content-wrap .title span.text {
  font-size: 17px;
  position: relative;
}

.content017 .content-wrap .title span.text .num {
  font-size: 35px;
}

.content017 .content-wrap .title span.text:before,
.content017 .content-wrap .title span.text:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #333;
  position: absolute;
}

.content017 .content-wrap .title span.text:before {
  transform: rotate(-30deg);
  top: -6px;
  left: -18px;
}

.content017 .content-wrap .title span.text:after {
  transform: rotate(30deg);
  top: -6px;
  right: -18px;
}

.content017 .content-wrap .text-wrap {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* sample-wrap
--------------------------------------------------------- */
.content017 .sample-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 0 10px;
}

.content017 .sample-wrap .sample {
  background-color: #fff;
}

.content017 .sample-wrap .sample .sample-title {
  border-radius: 10px;
  margin: 0 auto;
  background: #ff809e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  position: relative;
  padding: 10px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.content017 .sample-wrap .sample.free-wrap .sample-title {
  background: #00a0e8;
}

.content017 .sample-wrap .sample .sample-title:before {
  border-color: #ff809e transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  display: block;
  bottom: -14px;
}

.content017 .sample-wrap .sample.free-wrap .sample-title:before {
  border-color: #00a0e8 transparent transparent transparent;
}

.content017 .sample-wrap .sample .content {
  padding: 35px 14px 30px;
  border: 3px solid #fc82a0;
}

.content017 .sample-wrap .sample .free-content {
  border: 3px solid #00a0e8;
}

.content017 .sample-wrap .sample .content .top-wrap {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px !important;
}

.content017 .sample-wrap .sample .content .top-wrap span {
  color: #ff4542;
}

/*----- point-wrap ----- */
.content017 .sample-wrap .sample .content .point-wrap {
  text-align: center;
  background-color: #fef4dd;
  padding: 15px;
  margin-bottom: 15px;
  height: 180px;
}

.content017 .sample-wrap .sample .content .point-wrap .title {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.0;
  font-family: DINosaur, ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
  margin: 0 auto 10px;
  color: #fc82a0;
}

.content017 .sample-wrap .sample .content.free-content .point-wrap .title {
  color: #00a0e8;
}

.content017 .sample-wrap .sample .content .point-wrap p {
  font-size: 17px;
  margin-bottom: 10px;
}

.content017 .sample-wrap .sample .content .point-wrap .text {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.content017 .sample-wrap .sample .content .point-wrap .text span {
  font-size: 52px;
  line-height: 40px;
}

/*----- note-wrap ----- */
.content017 .sample-wrap .sample .content .note-wrap .title {
  width: 74px;
  background-color: #828282;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 2px;
  margin: 0 auto 5px;
}

/*----- link-wrap ----- */
.content017 .sample-wrap .sample .content .link-wrap {
  margin-top: 15px;
}

.content017 .sample-wrap .sample .content .link-wrap a.btn-link {
  width: 270px;
  border-radius: 40px;
  margin: 0 auto;
  background: #ff809e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  position: relative;
  cursor: pointer;
  padding: 10px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.content017 .sample-wrap .sample .content .link-wrap a.btn-link:before {
  content: "";
  background-image: url(/web-box/contents/cabinet/upload/print/img/blanket/icon/arrow_white.svg);
  background-size: 9px auto;
  width: 10px;
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.content017 .sample-wrap .sample .content.free-content .link-wrap a.btn-link {
  background: #00a0e8;
}

/* --------------------------------------------------------
-----------------------------------------------------------
content018
-----------------------------------------------------------
----------------------------------------------------------- */
.contact-wrap h2.center {
  margin-bottom: 25px;
}

.contact-wrap .flex-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.contact-wrap .flex-wrap .icon-wrap {
  width: 30px;
}

.contact-wrap .flex-wrap .tel-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.contact-wrap .flex-wrap .tel-wrap .num-wrap {
  color: #5ebdba;
}

.contact-wrap .flex-wrap .tel-wrap .num-wrap .num {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

.contact-wrap .flex-wrap .tel-wrap .num-wrap .open {
  font-size: 14px;
  padding-left: 3px;
}

.contact-wrap .flex-wrap .form-btn-wrap {
  width: 100%;
}

.contact-wrap .flex-wrap .form-btn-wrap a {
  margin: 0 auto;
  width: 90%;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #5ebdba;
  border-radius: 50px;
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.contact-wrap .flex-wrap .form-btn-wrap a img {
  width: 30px;
}