@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 index
-----------------------------------------------------------
----------------------------------------------------------- */
#index .Content-block {
  margin-bottom: 50px;
}

.index-title-block {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0;
  border-bottom: 1px solid #ccc;
  padding-left: 5px;
  padding-bottom: 2px;
}
.index-title-block::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ff3340;
}

/*
-----------------------------------------------------------
 slider
----------------------------------------------------------- */
#index #index-main-slider {
  padding-bottom: 40px;
  visibility: hidden;
}

#index #index-main-slider .bx-wrapper {
  position: relative;
}

#index #index-main-slider .JS-slider {
  position: relative;
}

#index #index-main-slider li span {
  display: block;
}

/*
---------------------------------------------------------
 bx-pager
--------------------------------------------------------- */
#index #index-main-slider .bx-wrapper .bx-pager {
  text-align: center;
  bottom: -29px;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 60px;
  line-height: 1;
}

#index #index-main-slider .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0px 7px;
  vertical-align: top;
}

#index #index-main-slider .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  text-indent: -9999px;
  outline: none;
  background: #CCC;
  border: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}

#index #index-main-slider .bx-wrapper .bx-pager .bx-pager-item .active {
  background: #f74854;
}

/*
---------------------------------------------------------
 bx-controls-direction
--------------------------------------------------------- */
#index #index-main-slider .bx-wrapper .bx-controls-direction .bx-prev, #index #index-main-slider .bx-wrapper .bx-controls-direction .bx-next {
  position: absolute;
  bottom: -29px;
  display: block;
  width: 30px;
  height: 22px;
  text-indent: -9999px;
  outline: none;
}

#index #index-main-slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: 8px;
}

#index #index-main-slider .bx-wrapper .bx-controls-direction .bx-next {
  right: 8px;
}

#index #index-main-slider .bx-wrapper .bx-controls-direction .bx-prev:after, #index #index-main-slider .bx-wrapper .bx-controls-direction .bx-next:after {
  content: '';
  display: block;
  width: 10px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

#index #index-main-slider .bx-wrapper .bx-controls-direction .bx-prev:after {
  background: url("/img/index/arrow_help_link.svg") no-repeat center;
  background-size: 9px auto;
  left: 0;
  transform: rotate(180deg);
  right: 2px;
}

#index #index-main-slider .bx-wrapper .bx-controls-direction .bx-next:after {
  background: url("/img/index/arrow_help_link.svg") no-repeat center;
  background-size: 9px auto;
  left: 2px;
  right: 0;
}

.main-img-wrap {
  margin-bottom: 15px;
}

/*
---------------------------------------------------------
rss-wrap
--------------------------------------------------------- */
#index .rss-wrap {
  background: #f9f9f9 url("/img/common/beta/repeat_bg.svg");
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 42px;
}

#index .rss-wrap .rss-title,
#index .rss-wrap .rss-list,
#index .rss-wrap .rss-more {
  display: table-cell;
  vertical-align: middle;
}

#index .rss-wrap .rss-title {
  background: #666;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  width: 55px;
  text-align: center;
}

#index .rss-wrap .title-wrap {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#index .rss-wrap .rss-list {
  padding: 7px;
  line-height: 1.4;
  font-size: 12px;
}

#index .rss-wrap .rss-list a {
  color: #666;
  text-decoration: none;
}

#index .rss-wrap .rss-list .date-wrap {
  padding-right: 10px;
}

#index .rss-wrap .rss-more {
  width: 75px;
  text-align: center;
}

#index .rss-wrap .rss-more a {
  color: #666;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

/*
---------------------------------------------------------
service-wrap
--------------------------------------------------------- */
#index .service-wrap {
  /* @mixin:SP-content-body */
  padding-left: 12px;
  padding-right: 12px;
}

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

#index .service-wrap .service-title-block .img-wrap {
  margin-right: 2px;
  width: 50%;
  display: inline-block;
}

#index .service-wrap .service-title-block strong {
  font-size: 20px;
  color: #FB4C4C;
  margin-left: 5px;
}

/* comment
--------------------------------------------------------- */
#index .service-wrap .service-comment {
  background-color: #FFE16B;
  padding: 6px 6px;
  border-radius: 200px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  position: relative;
}

#index .service-wrap .service-comment.MOD-blue01 {
  background-color: #DAEFEE;
  transform: translate(11px, -11px);
}

#index .service-wrap .service-comment.MOD-blue02 {
  background-color: #A6D0DD;
}

#index .service-wrap .service-comment.MOD-red01 {
  background-color: #FFCFCF;
}

#index .service-wrap .service-comment.MOD-red02 {
  background-color: #FFE6E6;
}

#index .service-wrap .service-comment.MOD-yellow {
  background-color: #FFE16B;
}

#index .service-wrap .service-comment:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

#index .service-wrap .service-first-left-wrap {
  width: 100%;
}

#index .service-wrap .service-first-right-wrap {
  width: 100%;
  margin-left: 0;
}

#index .service-wrap .service-first-right-wrap ul {
  display: flex;
  justify-content: space-between;
}

#index .service-wrap .service-first-right-wrap ul li {
  width: 49%;
  margin-top: 0;
}

#index .service-wrap .service-first-left-wrap .service-comment-wrap {
  /* width: 55%; */
  position: relative;
  z-index: 1;
}

#index .service-wrap .service-first-left-wrap .service-comment {
  padding: 6px 5px;
}

#index .service-wrap .service-first-left-wrap .service-comment.MOD-blue01 {
  transform: translateX(-3px);
}

#index .service-wrap .service-first-left-wrap .service-comment.MOD-blue01:before {
  bottom: 9px;
  right: -1px;
  border-width: 13px 0 2px 15px;
  border-left-color: #DAEFEE;
}

#index .service-wrap .service-first-left-wrap .service-comment.MOD-blue02:before {
  top: 14px;
  right: -5px;
  border-width: 1px 0 11px 12px;
  border-left-color: #A6D0DD;
}

#index .service-wrap .service-first-center-wrap .service-comment-wrap {
  /* width: 55%; */
  /* z-index: 2; */
  position: relative;
}

#index .service-wrap .service-first-center-wrap .service-comment.MOD-red01 {
  font-weight: bold;
  font-size: 16px;
  color: #E50505;
  text-align: center;
  z-index: 1;
  line-height: 1;
}

#index .service-wrap .service-first-center-wrap .service-comment.MOD-red01:before {
  bottom: 9px;
  right: -1px;
  border-width: 13px 0 2px 15px;
  border-left-color: #FFCFCF;
}

#index .service-wrap .service-first-center-wrap .service-comment.MOD-red02 {
  padding: 8px 3px;
  width: 66%;
  transform: translateX(-10px);
}

#index .service-wrap .service-first-center-wrap .service-comment.MOD-red02:before {
  top: 14px;
  right: -5px;
  border-width: 1px 0 11px 12px;
  border-left-color: #FFE6E6;
}

#index .service-wrap .service-first-right-wrap .service-point-title {
  color: #fb4b4d;
  font-weight: bold;
  padding: 0px 12px;
  font-size: 17px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.3;
  position: relative;
}

#index .service-wrap .service-first-right-wrap .service-point-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ff5e5e;
  display: block;
  top: 7px;
  left: 0;
}

#index .service-wrap .service-first-right-wrap span.point-txt {
  border: 1px solid #fb4b4d;
  padding: 6px 5px 6px 49px;
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
}

#index .service-wrap .service-first-right-wrap span.point-no {
  display: block;
  background-color: #fb4b4d;
  width: 45px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  padding: 5px 0;
  letter-spacing: 0;
}

#index .service-wrap .service-first-right-wrap span.point-no span.p-title {
  font-size: 10px;
  display: block;
  line-height: 1;
}

#index .service-wrap .service-first-right-wrap span.point-no span.p-num {
  font-size: 20px;
  line-height: 1;
}

#index .service-wrap .service-first-right-wrap li {
  position: relative;
}

/* service-detail-wrap
--------------------------------------------------------- */
#index .service-wrap .service-detail-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}

#index .service-wrap .point-box {
  width: 100%;
  padding: 10px;
  background-color: #FEFFE8;
  margin-bottom: 14px;
}

#index .service-wrap .point-box .top-wrap {
  align-items: center;
  /* 縦中央寄せ */
}

#index .service-wrap .point-box .top-point-wrap {
  padding: 8px 5px;
  background-color: #FB4B4D;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  width: 26%;
}

#index .service-wrap .point-box.point02 .top-point-wrap {
  background-color: #707070;
}

#index .service-wrap .point-box .top-txt-wrap {
  font-size: 16px;
  font-weight: bold;
  margin-left: 8px;
  width: 71%;
  line-height: 1.3;
}

#index .service-wrap .point-box .middle-wrap {
  margin-bottom: 10px;
}

#index .service-wrap .point-box.point01 .middle-wrap {
  background: url("/img/index/point01_naire.png") no-repeat 57% 14px;
  background-size: 158px;
}

#index .service-wrap .point-box.point01 .middle-wrap .middle-left-wrap {
  width: 43%;
  background: url("/img/index/point01_wakaru.png") no-repeat center 63px;
  background-size: contain;
  transform: translateX(-7px);
}

#index .service-wrap .point-box.point01 .middle-wrap .middle-right-wrap {
  width: 35%;
  padding-top: 20px;
  background: url("/img/index/point01_hajimete.png") no-repeat center bottom;
  background-size: 103px;
  padding-bottom: 120px;
  transform: translateX(7px);
}

#index .service-wrap .point-box.point01 .middle-wrap .service-comment {
  font-size: 12px;
  padding: 6px 6px;
}

#index .service-wrap .point-box.point01 .middle-wrap .middle-left-wrap .service-comment:before {
  bottom: -10px;
  right: 20px;
  border-width: 4px 16px 10px 11px;
  border-left-color: #daefee;
}

#index .service-wrap .point-box.point01 .middle-wrap .middle-right-wrap .service-comment:before {
  bottom: -9px;
  left: 20px;
  border-width: 2px 19px 14px 14px;
  border-right-color: #FFE16B;
  border-width: 4px 11px 10px 0;
}

#index .service-wrap .point-box .bottom-wrap a.Link-text {
  color: #FB4B4D;
  font-weight: bold;
}

#index .service-wrap .point-box.point01 .bottom-wrap .link-wrap {
  position: relative;
  font-weight: bold;
  padding-left: 12px;
}

#index .service-wrap .point-box.point01 .bottom-wrap .link-wrap:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ff5e5e;
  display: block;
  top: 7px;
  left: 0;
}

#index .service-wrap .point-box .middle-wrap .service-img.MOD-hajimete {
  width: 31%;
}

#index .service-wrap .point-box .middle-wrap .service-comment-wrap {
  width: 43%;
}

#index .service-wrap .point-box .middle-wrap .service-img.MOD-operator {
  width: 26%;
  padding-top: 40px;
}

#index .service-wrap .point-box.point02 .middle-wrap .service-comment.MOD-blue01 {
  margin-bottom: 0;
}

#index .service-wrap .point-box.point02 .middle-wrap .service-comment.MOD-blue01:before {
  top: 14px;
  left: -12px;
  border-width: 11px 18px 2px 0;
  border-right-color: #DAEFEE;
}

#index .service-wrap .point-box.point02 .middle-wrap .service-comment.MOD-blue02 {
  transform: translate(24px, -8px);
  margin-bottom: 0;
}

#index .service-wrap .point-box.point02 .middle-wrap .service-comment.MOD-blue02:before {
  top: 14px;
  left: -12px;
  border-width: 11px 18px 2px 0;
  border-right-color: #A6D0DD;
}

#index .service-wrap .point-box.point02 .middle-wrap .service-comment.MOD-red01 {
  font-size: 13px;
  font-weight: bold;
  color: #e50505;
  padding: 13px 12px;
  transform: translate(-3px, 0);
}

#index .service-wrap .point-box.point02 .middle-wrap .service-comment.MOD-red01:before {
  border-left-color: #FFCFCF;
  top: 12px;
  right: -6px;
  border-width: 2px 0 12px 14px;
}

#index .service-wrap .point-box .bottom-wrap .bottom-title {
  font-weight: bold;
  margin-bottom: 7px;
  position: relative;
  padding-left: 12px;
}

#index .service-wrap .point-box .bottom-wrap .bottom-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ff5e5e;
  display: block;
  top: 7px;
  left: 0;
}

#index .service-wrap .point-box .bottom-wrap .Flex-container.col02 > div {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 2px solid #E82832;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  padding: 9px 6px 9px 41px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  background-size: 31px auto;
  position: relative;
}

#index .service-wrap .point-box .bottom-wrap .name-wrap {
  font-size: 11px;
  color: #444;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
}

#index .service-wrap .point-box .bottom-wrap .service-title {
  font-size: 15px;
  color: #FB4C4C;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
}

#index .service-wrap .point-box .bottom-wrap .Flex-container {
  justify-content: space-between;
}

#index .service-wrap .point-box .bottom-wrap .yuso-wrap {
  width: 49%;
}

#index .service-wrap .point-box .bottom-wrap .yuso-wrap {
  background-image: url("/img/index/point02_yuso.png");
}

#index .service-wrap .point-box .bottom-wrap .tegaki-wrap {
  width: 49%;
}

#index .service-wrap .point-box .bottom-wrap .tegaki-wrap {
  background-image: url("/img/index/point02_tegaki.png");
}

#index .service-wrap .point-box .bottom-wrap a.service-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*
-----------------------------------------------------------
 .item-wrap .item-menu-wrap
----------------------------------------------------------- */
#index .item-wrap .item-menu-wrap .service-paper-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

#index .item-wrap .item-menu-wrap .service-paper-block > div {
  width: calc((100% - 10px) / 2);
}

#index .item-wrap .item-menu-wrap a {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #ccc;
  padding: 12px 8px 40vw;
  background-position: left 8px bottom 24px;
  background-size: 41vw auto;
  letter-spacing: 0;
  height: 100%;
}
#index .item-wrap .item-menu-wrap a::before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 6px;
  left: 0;
  background: url(/img/index/arrow_item_menu.svg) no-repeat center center;
  background-size: contain;
}

#index .item-wrap .item-menu-wrap .naire-item-wrap a {
  background-image: url(/img/index/menu_naire02.png);
}

#index .item-wrap .item-menu-wrap .original-item-wrap a {
  background-image: url("/img/index/menu_original02.png");
}

#index .item-wrap .item-menu-wrap .concept-wrap {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

#index .item-wrap .item-menu-wrap .naire-item-wrap .concept-wrap,
#index .item-wrap .item-menu-wrap .naire-item-wrap .title-wrap,
#index .item-wrap .item-menu-wrap .original-item-wrap .concept-wrap,
#index .item-wrap .item-menu-wrap .original-item-wrap .title-wrap {
  color: #333;
}

#index .item-wrap .item-menu-wrap .title-wrap {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
  letter-spacing: 0.03em;
}

#index .item-wrap .item-menu-wrap .txt-wrap {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  font-weight: normal;
  width: calc(100% - 67px);
}

#index .item-wrap .item-menu-wrap .comment-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-9deg);
  letter-spacing: 0;
  line-height: 1.2;
  position: absolute;
  bottom: 79px;
  right: 5px;
  font-size: 11px;
  font-weight: normal;
  padding-top: 4px;
  color: #333;
}

#index .item-wrap .item-menu-wrap .comment-wrap strong {
  font-size: 13px;
  color: #F41C31;
}

/*
-----------------------------------------------------------
item-rbox
----------------------------------------------------------- */
/* item-rbox
--------------------------------------------------------- */
#index .item-rbox .img-wrap {
  text-align: center;
}

#index .item-rbox a {
  background-color: #FFF;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #444;
  padding: 15px 12px 12px;
  position: relative;
  border: 1px solid #ccc;
}
#index .item-rbox a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #afafaf transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#index .item-rbox a::after {
  content: "";
  width: 5px;
  height: 12px;
  position: absolute;
  bottom: 4px;
  right: 6px;
  background: url(/img/common/enter_detail.svg) no-repeat center center;
  z-index: 10;
  background-size: 5px auto;
}

/*
-----------------------------------------------------------
 item-introduce-wrap
----------------------------------------------------------- */
#index .item-introduce-wrap .link-wrap a {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 10px 4px;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  position: relative;
  background: #FFF;
}
#index .item-introduce-wrap .link-wrap a:after {
  content: "";
  position: absolute;
  background: url(/img/common/beta/arrow_beta_menu.svg);
  background-repeat: no-repeat;
  width: 5px;
  height: 11px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

#index .item-introduce-wrap .slip-title {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 37px;
  font-weight: bold;
  padding: 10px 20px;
}

#index .item-introduce-wrap .slip-content {
  padding: 16px 12px 30px;
  background-color: #f7f7f7;
}

#index .item-introduce-wrap .slip-top-wrap .title-wrap {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

#index .item-introduce-wrap .slip-top-wrap .img-wrap {
  text-align: center;
}

#index .item-introduce-wrap .slip-top-wrap .img-wrap img {
  max-height: 180px;
}

#index .item-introduce-wrap .slip-top-wrap .body-wrap .txt-wrap {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 8px;
  font-size: 12px;
  color: #666;
  line-height: 1.7;
}

#index .item-introduce-wrap .link-box a {
  background: url(/img/index/arrow_introduce_link.svg) no-repeat right center;
  padding-right: 20px;
  opacity: 1;
}

#index .item-introduce-wrap .label-wrap {
  margin-bottom: 10px;
}

#index .item-introduce-wrap .label-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}

#index .item-introduce-wrap .label-wrap li {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  padding: 7px 13px 4px;
  font-size: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
}

/*
---------------------------------------------------------
item-introduce-wrap naire-introduce-wrap
--------------------------------------------------------- */
#index .naire-introduce-wrap p,
#index .naire-introduce-wrap ul,
#index .naire-introduce-wrap li + li {
  margin: 0;
}

#index .item-introduce-wrap.naire-introduce-wrap .slip-body-wrap {
  margin-bottom: 30px;
}

#index .item-introduce-wrap.naire-introduce-wrap .slip-top-wrap .body-wrap {
  margin-top: 6px;
}

#index .naire-introduce-wrap .naire-item-wrap + .naire-item-wrap {
  margin-top: 20px;
}

#index .naire-introduce-wrap .naire-item-wrap .naire-item-title-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

#index .naire-introduce-wrap .naire-item-wrap .naire-item-title-wrap .naire-item-title {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  background: url(/img/common/icn_title.svg) no-repeat left 2px;
  background-size: 18px auto;
  padding-left: 25px;
  white-space: nowrap;
}

/* .naire-reciept-wrap
----------------------------------------------------------- */
#index .naire-introduce-wrap .naire-item-wrap.naire-reciept-wrap .naire-item-copy {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  padding: 0 10px;
}

#index .naire-introduce-wrap .naire-item-wrap.naire-reciept-wrap .naire-item-copy .icon {
  background: url(/img/index/bg_no1.svg) no-repeat center bottom;
  background-size: contain;
  width: 30px;
  height: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: center;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 1px;
  margin: 0 5px 3px 0;
}

#index .naire-introduce-wrap .naire-item-wrap.naire-reciept-wrap .naire-item-copy .text-wrap {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 14px;
}

#index .naire-introduce-wrap .naire-item-wrap.naire-reciept-wrap .naire-item-copy .price,
#index .naire-introduce-wrap .naire-item-wrap.naire-reciept-wrap .naire-item-copy .unit {
  color: #fb4c4c;
}

#index .naire-introduce-wrap .naire-item-wrap.naire-reciept-wrap .naire-item-copy .price {
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0;
}

#index .naire-introduce-wrap .naire-item-wrap .naire-item-body .bottom-text {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  margin-top: 8px;
  color: #777;
  text-align: end;
}

#index .naire-introduce-wrap .naire-item-wrap .item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#index .naire-introduce-wrap .naire-item-wrap .item-list .item + .item {
  margin-top: 15px;
}

#index .naire-introduce-wrap .naire-item-wrap .item-list .item .link {
  display: block;
  height: 100%;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #FFF;
  padding: 10px;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-title-wrap {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-title-wrap .title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-title-wrap .sub {
  font-size: 13px;
  margin-left: 2px;
  margin-bottom: 2px;
  letter-spacing: 0;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-title-wrap .label {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  border: 1px solid #ccc;
  background: #FFF;
  padding: 3px 11px 1px;
  font-size: 13px;
  margin-left: 25px;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body {
  height: calc(100% - 45px);
  display: flex;
  flex-direction: column;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .text {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .img {
  max-width: 40%;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .img img {
  max-height: 100%;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .right-wrap {
  flex: 1;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .right-wrap .text {
  font-size: 12px;
  padding-left: 50px;
  position: relative;
}
#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .right-wrap .text:before {
  content: "サイズ：";
  position: absolute;
  top: 0;
  left: 0;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .price-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .price-wrap .price01 {
  font-size: 14px;
  line-height: 1.25;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .price-wrap .price02 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  line-height: 1;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .price-wrap .price02 .price {
  color: #ff3a51;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .price-wrap .price02 .unit {
  color: #ff3a51;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 7px 3px;
}

#index .naire-introduce-wrap .naire-item-wrap .item .item-body .column .price-wrap .price02 .kome {
  color: #808080;
  position: absolute;
  font-size: 11px;
  bottom: 30px;
  right: 1px;
}

/* naire-delivery-wrap
----------------------------------------------------------- */
#index .naire-introduce-wrap .naire-item-wrap.naire-delivery-wrap .item .item-body .text {
  padding: 0 !important;
}
#index .naire-introduce-wrap .naire-item-wrap.naire-delivery-wrap .item .item-body .text:before {
  content: none !important;
}

#index .naire-introduce-wrap .naire-item-wrap.naire-delivery-wrap .naire-item-title-wrap .naire-item-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
  margin-left: 10px;
}

#index .naire-introduce-wrap .naire-item-wrap.naire-delivery-wrap .naire-item-title-wrap .naire-item-label li {
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-size: 11px;
  background: #FFF;
}

/*
---------------------------------------------------------
item-introduce-wrap original-introduce-wrap
--------------------------------------------------------- */
#index .item-introduce-wrap.original-introduce-wrap .slip-body-wrap {
  margin-bottom: 35px;
}
#index .item-introduce-wrap.original-introduce-wrap .slip-body-wrap:last-child {
  margin-bottom: 0;
}

#index .item-introduce-wrap.original-introduce-wrap .slip-body-title {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  background: url(/img/common/icn_title.svg) no-repeat left 2px;
  background-size: 18px auto;
  padding-left: 25px;
}

#index .item-introduce-wrap.original-introduce-wrap .slip-content {
  background-color: #f7f7f7;
  position: relative;
}

#index .item-introduce-wrap.original-introduce-wrap .slip-top-wrap {
  margin-bottom: 28px;
}

#index .item-introduce-wrap.original-introduce-wrap .slip-top-wrap .body-wrap {
  padding-top: 7px;
}

/* estimate-wrap
----------------------------------------------------------- */
#index .item-introduce-wrap.original-introduce-wrap .estimate-btn-wrap a {
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  color: inherit;
  margin: 0 auto;
  height: 114px;
  padding: 0 0 10px 33px;
}
#index .item-introduce-wrap.original-introduce-wrap .estimate-btn-wrap a::before {
  content: "";
  width: 185px;
  height: 100%;
  background: url(/img/index/item_estimate.png) no-repeat center center;
  display: block;
  position: absolute;
  z-index: 10;
  background-size: contain;
  left: 0;
  top: 0;
}

#index .item-introduce-wrap.original-introduce-wrap .estimate-btn-wrap a span {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
  background: #fb4c4c url(/img/common/arrow_next_white.svg) no-repeat right 15px center;
  background-size: 8px auto;
  display: block;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  color: #FFF;
  padding: 11px 24px 11px 34px;
  border-radius: 7px;
  letter-spacing: 0.05em;
  font-size: 20px;
}

/* example-wrap
--------------------------------------------------------- */
#index .original-introduce-wrap .example-wrap .example-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}

#index .original-introduce-wrap .example-wrap .example-list li {
  width: calc((100% - 10px) / 2);
  position: relative;
}
#index .original-introduce-wrap .example-wrap .example-list li:before {
  content: "";
  width: 5px;
  height: 12px;
  position: absolute;
  bottom: 5px;
  right: 7px;
  background: url(/img/common/enter_detail.svg) no-repeat center center;
  z-index: 10;
  background-size: 5px auto;
}
#index .original-introduce-wrap .example-wrap .example-list li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #fb4c4c transparent;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
#index .original-introduce-wrap .example-wrap .example-list li:last-child::before, #index .original-introduce-wrap .example-wrap .example-list li:last-child:after {
  content: none;
}

#index .original-introduce-wrap .example-wrap .example-list .item a {
  display: block;
  height: 100%;
  border: 1px solid #ccc;
  text-decoration: none;
  color: inherit;
  background: #FFF;
  overflow: hidden;
}

#index .original-introduce-wrap .example-wrap .example-list .item .item-title {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
  margin-top: 10px;
}

#index .original-introduce-wrap .example-wrap .example-list .item .item-body {
  padding: 9px;
}

#index .original-introduce-wrap .example-wrap .example-list .item .img-wrap {
  text-align: center;
}

#index .original-introduce-wrap .example-wrap .example-list .item .txt-wrap {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #666;
  font-size: 12px;
  margin-top: 5px;
}

#index .original-introduce-wrap .example-wrap .example-list .more-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#index .original-introduce-wrap .example-wrap .example-list .more-link a {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #555;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

/* make-wrap
--------------------------------------------------------- */
#index .item-introduce-wrap.original-introduce-wrap .make-wrap .item-make-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}

#index .item-introduce-wrap.original-introduce-wrap .make-wrap .item-make-list li {
  width: calc((100% - 10px) / 2);
}

#index .item-introduce-wrap.original-introduce-wrap .make-wrap .item-make-list .item-rbox a {
  padding-top: 25px;
}

#index .item-introduce-wrap.original-introduce-wrap .make-wrap .item-make-list .item .title-wrap {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}

#index .item-introduce-wrap.original-introduce-wrap .make-wrap .item-make-list .item .title-wrap .title-large {
  font-size: 18px;
}

#index .item-introduce-wrap.original-introduce-wrap .make-wrap .item-make-list .item .txt-wrap {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #666;
  font-size: 13px;
  margin-top: 10px;
}

#index .item-introduce-wrap.original-introduce-wrap .make-wrap .item-make-list .item .slip-attention {
  font-size: 11px;
  color: #F21E1E;
  margin-top: 3px;
}

#index .item-introduce-wrap.original-introduce-wrap .make-wrap .item-make-list .item.MOD-hayai .title-wrap:before {
  content: "";
  width: 100%;
  height: 45px;
  background: url("/img/index/hukidashi_hayai.png") no-repeat left center;
  display: block;
  position: absolute;
  top: -19px;
  left: -10px;
  z-index: 2;
  background-size: contain;
}

#index .item-introduce-wrap.original-introduce-wrap .make-wrap .item-make-list .item.MOD-kantan .title-wrap:before {
  content: "";
  width: 100%;
  height: 45px;
  background: url("/img/index/hukidashi_kantan.png") no-repeat left center;
  display: block;
  position: absolute;
  top: -16px;
  left: -10px;
  z-index: 2;
  background-size: contain;
}

/* option-wrap
--------------------------------------------------------- */
#index .item-introduce-wrap.original-introduce-wrap .option-wrap .item-option-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}

#index .item-introduce-wrap.original-introduce-wrap .option-wrap .item-option-list li {
  width: calc((100% - 10px) / 2);
}

#index .item-introduce-wrap.original-introduce-wrap .option-wrap .item-option-list .title-wrap {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 5px;
}

#index .item-introduce-wrap.original-introduce-wrap .option-wrap .item-option-list .txt-wrap {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #666;
  font-size: 13px;
  margin-top: 10px;
}

/*
---------------------------------------------------------
hint-wrap
--------------------------------------------------------- */
#index .hint-wrap .Content-body {
  margin-bottom: 20px;
}

#index .hint-wrap .hint-body-title {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  background: url(/img/common/icn_title.svg) no-repeat left 2px;
  background-size: 18px auto;
  padding-left: 25px;
}

#index .hint-wrap .hint-body {
  margin-bottom: 35px;
}

#index .hint-wrap .hint-link-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

#index .hint-wrap .hint-link-box {
  background-color: #f3f3f3;
  display: block;
  padding: 100px 15px 12px;
  text-decoration: none;
  background-size: 90px auto;
  background-position: center 25px;
  background-repeat: no-repeat;
  letter-spacing: 0.05em;
  position: relative;
  width: calc((100% - 15px) / 2);
}
#index .hint-wrap .hint-link-box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #afafaf transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#index .hint-wrap .hint-link-box:after {
  content: "";
  width: 5px;
  height: 12px;
  position: absolute;
  bottom: 4px;
  right: 6px;
  background: url(/img/common/enter_detail.svg) no-repeat center center;
  z-index: 10;
  background-size: 5px auto;
}

#index .hint-wrap .hint-link-box:nth-of-type(1) {
  background-image: url("/img/index/hint_yuso_02.png");
}

#index .hint-wrap .hint-link-box:nth-of-type(2) {
  background-image: url("/img/index/hint_photo_02.png");
}

#index .hint-wrap .hint-link-box .title-wrap {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  color: #333;
}

#index .hint-wrap .hint-link-box .txt-wrap {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 0;
  color: #666;
  font-size: 13px;
  letter-spacing: 0.03em;
}

#index .hint-wrap .hint-link-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#index .hint-wrap .hint-attention {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #666;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 15px;
}

#index .hint-wrap .help-link-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

#index .hint-wrap .help-link-box {
  position: relative;
  width: 32%;
  border: 1px solid #B4B4B4;
  display: block;
  padding: 6px 5px 13px;
  color: #444;
}

#index .hint-wrap .help-link-box .title-wrap {
  font-size: 15px;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
  padding: 35px 0px 0px 0px;
  letter-spacing: 0.02em;
  position: relative;
  align-items: center;
  display: flex;
  min-height: 2em;
}

#index .hint-wrap .help-link-box .title-wrap:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px auto;
}

#index .hint-wrap .help-link-box.data-box .title-wrap:before {
  background-image: url("/img/index/help_data_02.svg");
}

#index .hint-wrap .help-link-box.template-box .title-wrap:before {
  background-image: url("/img/index/help_template_02.svg");
}

#index .hint-wrap .help-link-box.inquiry-box .title-wrap:before {
  background-image: url("/img/index/help_inquiry_02.svg");
}

#index .hint-wrap .help-link-box .txt-wrap {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #666;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.7;
}

#index .hint-wrap .help-attention {
  margin-bottom: 10px;
}

#index .hint-wrap .help-link-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*
---------------------------------------------------------
shipmentdate-wrap
--------------------------------------------------------- */
#index .Content-block.shipmentdate-wrap {
  margin-bottom: 0 !important;
}

#index .shipmentdate-wrap .top-wrap .sd-box {
  margin-left: 2%;
  padding: 10px 5px;
  letter-spacing: 0;
  line-height: 1.3;
}

#index .shipmentdate-wrap .top-wrap .sd-box .main-txt {
  color: #FB4C4C;
  font-weight: bold;
  margin-bottom: 8px;
}

#index .shipmentdate-wrap .top-wrap .sd-box:nth-of-type(4n+1) {
  margin-left: 0;
  clear: both;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-attention {
  width: 42%;
  border: 2px solid #FB4C4C;
  text-align: center;
  margin-right: 3%;
  position: relative;
  height: 168px;
  /* letter-spacing: 0; */
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-attention:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 0 83px 20px;
  border-color: transparent transparent transparent #FB4C4C;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-attention:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 0 83px 20px;
  border-color: transparent transparent transparent #fff;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-attention .main-txt {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  padding-top: 65px;
  background: url("/img/index/shipment_date_10oclock.png") no-repeat center top;
  background-size: 74px auto;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-attention p {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  color: #666;
  line-height: 1.5;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-time {
  text-align: center;
  padding: 16px 5px;
  width: 50%;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-time:nth-of-type(even) {
  background-color: #f3f3f3;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-time:nth-of-type(odd) {
  background-color: #f4f4f4;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-time .main-txt {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-time .title-wrap {
  font-family: "游ゴシック", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-time p {
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  color: #666;
}

#index .shipmentdate-wrap .top-wrap .sd-box.sd-txt {
  width: 100%;
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  margin-left: 0;
  padding: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

/*
---------------------------------------------------------
allitem-wrap
--------------------------------------------------------- */
#index .allitem-wrap .allitem-list-box-title {
  background-color: #FFE991;
  padding: 7px 8px;
  /* text-decoration: none; */
  margin-bottom: 7px;
  line-height: 1;
}

#index .allitem-wrap .allitem-list-box-title a,
#index .allitem-wrap .allitem-list-box-title span {
  display: block;
  text-decoration: none;
  color: #444;
  font-size: 17px;
  font-weight: bold;
}

#index .allitem-wrap .allitem-list-box.naire-box .allitem-list-box-title {
  background-color: #ffe991;
}

#index .allitem-wrap .allitem-list-box.original-box .allitem-list-box-title {
  background-color: #FFCFCF;
}

#index .allitem-wrap .allitem-list-box.other-box .allitem-list-box-title {
  background-color: #E4E4E4;
}

#index .allitem-wrap .allitem-list-box-wrap {
  justify-content: space-between;
}

#index .allitem-wrap .allitem-list-box {
  width: 48%;
}

#index .allitem-wrap .allitem-list-box li a {
  text-decoration: none;
  color: #444;
  padding: 4px 0 4px 17px;
  display: block;
  background: url(/img/common/icn_title_s.svg) no-repeat 2px 8px;
  font-size: 13px;
  background-size: 11px auto;
}

#index .allitem-wrap .allitem-list-box li {
  margin-bottom: 5px;
}

/*
---------------------------------------------------------
index-banners-wrap
--------------------------------------------------------- */
#index .index-banners-wrap {
  margin-bottom: 30px;
}

#index .index-banners-wrap .banners-body .banners-link-wrap .banners-link-box {
  margin-bottom: 10px;
}

#index .index-banners-wrap .banners-body .banners-link-wrap .banners-link-box:last-child {
  margin-bottom: 0;
}

#index .index-banners-wrap .banners-body .banners-link-wrap .banners-link-box img {
  width: 100% !important;
}