@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
.Wrapper {
  font-family: '游ゴシック', sans-serif, Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif !important;
  font-size: 14px;
}

.LO-content-wrap {
  margin-top: 10px;
  padding: 0 20px;
}

.Page-title {
  font-size: 21px;
}

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

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

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

.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: '游ゴシック', sans-serif, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}


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

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

p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: normal;
}

p.paragraph {
  display: block;
  margin-bottom: 20px;
}

p.paragraph:last-child {
  margin: 0;
}

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

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

.text-wrap p span {
  font-family: '游ゴシック', sans-serif, Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
}

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;
}

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;
}

.content-wrap {
  margin: 30px 0 0;
}


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

span.bold {
  font-weight: bold;
}

.HTMLeditor li+li {
  margin-top: 0;
}


.btn-wrap {
  margin: 20px 0;
}

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

.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;
  border-radius: 50px;
}

.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;
}

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

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

.three-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
fv-block
-----------------------------------------------------------
----------------------------------------------------------- */

.fv-block picture {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}



/* --------------------------------------------------------
-----------------------------------------------------------
anchor-block
-----------------------------------------------------------
----------------------------------------------------------- */
.anchor-block ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
}

.anchor-block ul li+li {
  margin-top: 0 !important;
}

.anchor-block ul li {
  width: calc((100% - 10px) / 2);
  min-height: 54px;
  flex: initial;
}

.anchor-block ul li a::before {
  transform: rotate(90deg);
}

.anchor-block.bottom ul li a::before {
  transform: rotate(-90deg);
}


/* --------------------------------------------------------
-----------------------------------------------------------
item-list-block
-----------------------------------------------------------
----------------------------------------------------------- */

.item-list-block .tab-area {
  position: relative;
}

.item-list-block .tab-area .tab-input {
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.item-list-block .tab-area .tab-btn-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
}

.item-list-block .tab-area .tab-btn-wrap li {
  border: none;
}

.item-list-block .tab-area .tab-btn-wrap li label {
  border: 1px solid #dcdcdc;
  display: block;
  cursor: pointer;
  padding: 10px 5px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
}

.item-list-block .tab-area .tab-body {
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #FFF;
  margin: 0;
  padding: 0;
}

.item-list-block .tab-area #tab-list-input01:checked~.tab-body.tab01,
.item-list-block .tab-area #tab-list-input02:checked~.tab-body.tab02 {
  height: auto !important;
  opacity: 1;
  padding: 20px 0 0;
}

.item-list-block .tab-area #tab-list-input01:checked~.tab-btn-wrap .tab01 label,
.item-list-block .tab-area #tab-list-input02:checked~.tab-btn-wrap .tab02 label {
  color: #FFF;
  background: #5ebdba;
}

.item-list-block ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
  padding: 0 5px;
}

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

.item-list-block ul li.recommend::before {
  content: "";
  width: 82px;
  height: 31px;
  background: url(/web-box/upload/item_img/common/list_recommend.svg) no-repeat center center;
  background-size: 82px auto;
  position: absolute;
  top: -9px;
  left: -5px;
  z-index: 2;
}

.item-list-block ul li a {
  text-decoration: none;
  color: #444;
  height: 100%;
  display: block;
  padding: 10px 10px 45px;
}

.item-list-block 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;
}

.item-list-block 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;
}

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

.item-list-block ul li .detail-wrap {
  display: flex;
  flex-direction: column;
}

.item-list-block ul li .price-one {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
}

.item-list-block ul li .price-one .yen {
  font-size: 20px;
  color: #ed293e;
}


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

.item-list-block 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;
}

.item-list-block ul li .text-wrap {
  font-size: 13px;
}

.item-list-block li+li {
  margin-top: 0;
}


/* --------------------------------------------------------
-----------------------------------------------------------
intro-block
-----------------------------------------------------------
----------------------------------------------------------- */
.intro-block .reason-wrap .img-wrap {
  margin: 0 0 5px;
}

.intro-block .reason-wrap img {
  object-fit: cover;
  height: 200px !important;
  width: 100%;
}

.intro-block .reason-wrap .text-wrap {
  margin: 0 0 20px;
}

.intro-block ul {
  margin: 0 0 20px;
}

.intro-block ul li {
  text-align: center;
}

.intro-block ul li img {
  margin-bottom: 10px;
}

.intro-block ul li span {
  font-weight: bold;
}

/* --------------------------------------------------------
-----------------------------------------------------------
recommend-block
-----------------------------------------------------------
----------------------------------------------------------- */
.recommend-block .size-wrap {
  margin-top: 10px;
}

.recommend-block .size-wrap img {
  width: 100%;
}


.recommend-block ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0 10px;
}

.recommend-block li {
  border: 1px solid #dbdbdb;
  padding: 14px;
  text-align: center;
}

.recommend-block li .img-wrap {
  margin-bottom: 5px;
  height: 230px;
  width: 100%;
  object-fit: cover;
  object-position: right bottom;
  overflow: hidden;
}

.recommend-block li .item-btn-wrap {
  margin-top: 10px;
}

.recommend-block li .item-btn-wrap a {
  display: block;
  background: #5ebdba;
  padding: 8px 30px 7px 36px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  width: 170px;
  margin: auto;
}


.recommend-block ul p {
  padding: 0 10px;
}

.recommend-block ul span {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px;
}

.recommend-block ul span.under-line {
  display: inline;
  font-size: 14px;
}

.recommend-block .btn-wrap {
  margin: 30px 0 0;
}

.recommend-block .btn-wrap.other 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;
  border-radius: 50px;
  background: #f08777;
}

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

.design-block .point-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  flex-direction: row;
  justify-content: space-around;
}

.design-block .point-wrap li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
  width: calc((100% - 10px) / 2);
  height: auto;
}

.design-block .point-wrap li .title-wrap {
  display: flex;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 5px;
}

.design-block .point-wrap li .img-wrap {
  margin: 0px 0 7px;
  border: 1px solid #dbdbdb;
}


.design-block .point-wrap li .text-wrap {
  padding: 0 5px;
  margin-bottom: auto;
}

.design-block .point-wrap li:nth-child(1) {
  width: 355px;
}



/* --------------------------------------------------------
-----------------------------------------------------------
web-design-block
-----------------------------------------------------------
----------------------------------------------------------- */

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

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

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

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


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

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

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

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

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

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

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

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

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

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


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

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

.price-block .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-block .price-wrap .content-body .tab-btn-wrap li {
  width: calc((100% - 8px) / 2);
  margin: 0;
}

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

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

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

.price-block .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-block .price-wrap .content-body .sub-section-body ul li:nth-of-type(odd) {
  background: #ddf1f1;
}

.price-block .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-block .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-block .price-wrap .content-body .sub-section-body ul li .name {
  font-size: 15px;
}

.price-block .price-wrap .content-body .sub-section-body ul li .name:before,
.price-block .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-block .btn-wrap .recommend a {
  background: #f08777;
}

.price-block .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;
}

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

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

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

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

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

.faq-block .faq-wrap .faq .question::before,
.faq-block .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;
}

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

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



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

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

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

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

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

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

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

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

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

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

.sample-block .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;
}

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

.sample-block .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;
}

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

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

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

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

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

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

.sample-block .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;
}

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

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

.sample-block .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;
}

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

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

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

.sample-block .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;
}

.sample-block .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%);
}

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

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

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

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

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

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

.contact-block .flex-wrap .tel-wrap .num-wrap .num {
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
}

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

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

.contact-block .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-block .flex-wrap .form-btn-wrap a img {
  width: 25px;
}