@charset "UTF-8";

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

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

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

h2.content-title {
  padding: 0 15px 5px;
  border-bottom: 1px solid #5ebdba;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}

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

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

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

p {
  font-size: 15px;
  line-height: 1.8;
}

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

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


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

.text-wrap span.article-title {
  font-size: 18px;
  font-weight: bold;
}

.text-wrap p span {
  font-family: YuGothic, '游ゴシック', sans-serif, Arial, 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 18px 5px;
  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: 12px solid #5ebdba;
  border-right: 0;
  top: 8px;
  left: -17px;
}

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

span.bold {
  font-weight: bold;
  display: inline;
}

.btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
  margin: 25px 0;
}


.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: 25px;
  font-weight: bold;
  position: relative;
  width: 385px;
  height: 70px;
  margin: 0 auto;
  padding-right: 15px;
  border-radius: 50px;

}

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

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

.three-column {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
  justify-content: space-around;
  margin-bottom: 15px;
}

.three-column li,
.three-column>div {
  width: calc((100% - 60px) / 3);
  margin: 0;
}

.three-column li+li {
  margin-top: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
fv-block
-----------------------------------------------------------
----------------------------------------------------------- */
.fv-block p {
  font-size: 15px;
  line-height: 1.8;
}

.fv-block picture {
  display: block;
  margin-bottom: 30px;

}

.fv-block .btn-wrap {
  margin-bottom: 55px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
anchor-block
-----------------------------------------------------------
----------------------------------------------------------- */
.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: 15px 20px;
  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 10px;
}

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

.item-list-block ul li.recommend::before {
  content: "";
  width: 101px;
  height: 31px;
  background: url(/web-box/upload/item_img/common/list_recommend.svg) no-repeat center center;
  background-size: 101px 31px;
  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 15px;
}

.item-list-block ul li a::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: 20px;
  right: 26px;
}

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

.item-list-block ul li .img-wrap img {
  width: 100%;
  margin: 0 0 15px 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 {
  color: #ed293e;
  font-size: 20px;
}



.item-list-block ul li .products-name {
  margin-bottom: 5px;
  font-size: 20px;
  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: 15px;
  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: 12px;
}



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

.intro-block .reason-wrap .text-wrap {
  margin-bottom: 15px;
}

.intro-block ul {
  margin-top: 10px;
}

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

.intro-block ul li p {
  margin-top: 10px;
}

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

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

.recommend-block li {
  margin: 0;
  text-align: center;
}

.recommend-block li+li {
  margin: 0;
}

.recommend-block li .img-wrap {
  margin: 10px 0;
}

.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: 180px;
  margin: auto;
}

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

.recommend-block ul span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

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

.recommend-block .btn-wrap {
  margin: 50px 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: 25px;
  font-weight: bold;
  position: relative;
  width: 385px;
  height: 70px;
  margin: 0 auto;
  padding-right: 15px;
  border-radius: 50px;
  background: #f08777;
}


/* --------------------------------------------------------
-----------------------------------------------------------
design-block
-----------------------------------------------------------
----------------------------------------------------------- */
.design-block .img-wrap {
  margin: 0 0 10px;
}

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

.design-block .point-wrap li {
  width: calc((100% - 30px) / 3);
  margin: 0;
}

.design-block .point-wrap li .img-wrap {
  margin-bottom: 10px;
}

.design-block .point-wrap li .text-wrap {
  padding: 0 10px;
}

/* .design-block .point-wrap ul span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
} */

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

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

.web-design-block .howto-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
  justify-content: space-around;
}

.web-design-block .howto-wrap li {
  width: calc((100% - 30px) / 3);
  margin: 0;
}

.web-design-block .howto-wrap li .img-wrap {
  margin-bottom: 10px;
}

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

.web-design-block .howto-wrap ul span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
}

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

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

.web-design-block .illustration-wrap li {
  display: flex;
  gap: 30px;
  align-items: center;
}

.web-design-block .illustration-wrap li .img-wrap {
  width: calc((100% - 30px) / 2);
  margin: 0;
}

.web-design-block .illustration-wrap li .title-wrap {
  text-align: left;
}

.web-design-block .illustration-wrap li .text-wrap {
  width: 450px;
}

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

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

.web-design-block .illustration-wrap li li {
  display: list-item;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
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: 15px;
}

.faq-block .faq-wrap .faq .answer {
  position: relative;
  padding: 3px 0 0px 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;
}

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

.price-block .price-wrap .content-body .tab-btn-wrap li {
  width: calc((100% - 30px) / 4);
  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: 10px 27px 8px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
}

.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: 300px;
  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: 17px;
  font-weight: bold;
  margin: 0;
}

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

.price-block .price-wrap .content-body .sub-section-body ul li.item-name {
  background: #5ebdba;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

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

.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: 40px;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}

.price-block .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}

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


/* .price-block .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px 30px;
}

.price-block .flex-wrap .recommend-item {
  width: calc((100% - 30px) / 2);
  border: 1px solid #5ebdba;
  position: relative;
  padding-bottom: 15px;
}

.price-block .flex-wrap .recommend-item:before {
  content: "";
  background: url(/img/lp/icon_recommend.png);
  background-size: 75px 73px;
  background-repeat: no-repeat;
  width: 75px;
  height: 73px;
  position: absolute;
  top: 70px;
  left: 10px;
}

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

.price-block .flex-wrap .recommend-item .item {
  padding: 0 30px;
}

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

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

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

.price-block .flex-wrap .recommend-item .item .text-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}


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

.price-block .flex-wrap .recommend-item .item .text-wrap .left-wrap>p {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.price-block .flex-wrap .recommend-item .item .text-wrap .left-wrap .price-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 8px;
  gap: 13px;
}

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

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

.price-block .flex-wrap .recommend-item .item .text-wrap .right-wrap {
  width: 120px;
}

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

.price-block .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: 360px;
  background: #5ebdba;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50px;
  text-decoration: none;
} */


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

.sample-block .content-title {
  margin-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

.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 34px 30px;
  border: 4px solid #fc82a0;
}

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

.sample-block .sample-wrap .sample .content .top-wrap {
  text-align: center;
  font-size: 20px;
  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: 20px;
  margin-bottom: 20px;
  height: 190px;
}

.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-bottom: 15px;
  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: 15px;
  font-weight: bold;
  color: #fff;
  padding: 2px;
  margin-bottom: 10px;
}

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

.sample-block .sample-wrap .sample .content .link-wrap a.btn-link {
  width: 300px;
  border-radius: 40px;
  margin: 0 auto;
  background: #ff809e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  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-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 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: 56px;
  font-weight: bold;
  line-height: 1;
}

.contact-block .flex-wrap .tel-wrap .num-wrap .open {
  font-size: 17px;
  padding-left: 5px;
  margin-top: -3px;
}

.contact-block .flex-wrap .form-btn-wrap a {
  width: 385px;
  height: 70px;
  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: 24px;
  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: 30px;
}