@charset "UTF-8";
/* =====================
	のし
 ======================= */
.noshi_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.noshi_nav_list > li {
  width: 100%;
}

.noshi_nav_list > li a {
  color: #1B120F !important;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  letter-spacing: 0.05em;
  padding: 4px 40px 4px 10px;
}

.noshi_nav_list > li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #E7190A;
  border-bottom: 2px solid #E7190A;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.noshi_nav.noshi_01 .noshi_nav_list > li:first-child a {
  pointer-events: none;
  background: #F8F8F5;
  border-color: #1B120F;
}

.noshi_nav.noshi_02 .noshi_nav_list > li:nth-child(2) a {
  pointer-events: none;
  background: #F8F8F5;
  border-color: #1B120F;
}

.noshi_nav.noshi_03 .noshi_nav_list > li:nth-child(3) a {
  pointer-events: none;
  background: #F8F8F5;
  border-color: #1B120F;
}

.noshi_nav.noshi_04 .noshi_nav_list > li:nth-child(4) a {
  pointer-events: none;
  background: #F8F8F5;
  border-color: #1B120F;
}

.noshi_nav.noshi_05 .noshi_nav_list > li:nth-child(5) a {
  pointer-events: none;
  background: #F8F8F5;
  border-color: #1B120F;
}

.noshi_container {
  background: #F8F8F5;
  margin: 60px -15px 80px;
  padding: 15px;
}

.noshi_container_inner {
  background: #FFFFFF;
  padding: 60px 17px;
}

.noshi_container_inner + .noshi_container_inner {
  margin-top: 60px;
}

.noshi_block + .noshi_block {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #DDDDDD;
}

.noshi_notice {
  color: #76716F;
  font-size: 1.2rem;
  line-height: 1.83333;
  margin-top: 16px;
}

.ttl28 + .noshi_notice {
  margin: -20px 0 40px;
}

.noshi_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 60px;
}

.noshi_type_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.noshi_type_item .pic {
  width: 82.25806%;
  margin: 0 auto;
}

.noshi_type_item .pic img {
  display: block;
  width: 100%;
}

.noshi_type_item .name {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.1rem;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  margin: 16px 0;
}

.noshi_type_item .name span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.noshi_type_item .subname {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
}

.noshi_type_item .detail {
  background: #F8F8F5;
  padding: 20px;
  margin-top: 20px;
}

.noshi_type_item .detail dl {
  margin: 0;
}

.noshi_type_item .detail dl dt {
  font-weight: 700;
}

.noshi_type_item .detail dl dd {
  margin: 0;
}

.noshi_type_item .detail dl dd + dt {
  margin-top: 16px;
}

.noshi_type + .noshi_notice {
  margin-top: 20px;
}

.noshi_faq {
  margin: 50px 0;
}

.noshi_faq:first-child {
  margin-top: 0;
}

.noshi_faq:last-child {
  margin-bottom: 0;
}

.noshi_faq dt {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.noshi_faq dt:before {
  content: "Q.";
  font-size: 3rem;
  line-height: 1.0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.noshi_faq dd {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px 12px;
}

.noshi_faq dd:before {
  content: "A.";
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 3rem;
  line-height: 1.0;
  color: #14459F;
}

.noshi_faq dd > figure {
  grid-column: 1 / 3;
  margin: 0;
  text-align: center;
}

.wrapping_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 50px;
}

.wrapping_list:first-child {
  margin-top: 0;
}

.wrapping_list_item {
  width: 100%;
  background: #F8F8F5;
  padding: 30px;
}

.wrapping_list_item .name {
  text-align: center;
  color: #14459F;
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}

.wrapping_list_item .pic {
  margin: 16px 0;
  text-align: center;
}

.wrapping_list_item .txt + .txt {
  margin-top: 8px;
  line-height: 1.3;
}

.wrapping_list_item .txt small {
  font-size: 1.2rem;
}

.noshi_anchor {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px 8px;
  margin-bottom: 30px;
}

.noshi_anchor_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  width: 100%;
  height: 100%;
  color: #1B120F;
}

.noshi_anchor_item a .pic {
  width: 40.54054%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.noshi_anchor_item a .pic img {
  width: 100%;
  display: block;
}

.noshi_anchor_item a .txt {
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.noshi_anchor_item a .txt:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #E7190A;
  border-bottom: 2px solid #E7190A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 3px;
}

.noshi_header {
  margin-bottom: 36px;
}

.noshi_header .ttl {
  width: 100%;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", HiraMinProN-W3, "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.noshi_header .pic {
  width: 100%;
  margin: 0;
}

.noshi_header .pic img {
  width: 100%;
  display: block;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
  .noshi_type.noshi_type_col3 {
    row-gap: 30px;
  }
  .noshi_type.noshi_type_col3 .noshi_type_item {
    display: grid;
    grid-template-columns: 41.93548% 1fr;
  }
  .noshi_type.noshi_type_col3 .noshi_type_item .pic {
    grid-row: 1 / 3;
    width: 100%;
  }
  .noshi_type.noshi_type_col3 .noshi_type_item .name {
    text-align: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0;
    padding-bottom: 5px;
  }
  .noshi_type.noshi_type_col3 .noshi_type_item .subname {
    text-align: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0;
    padding-top: 5px;
  }
  .noshi_type.noshi_type_col3 .noshi_type_item .detail {
    grid-column: 1 / 3;
  }
}

/* タブレット以上
  ------------------------ */
@media (min-width: 768px) {
  .noshi_nav_list {
    gap: 20px 30px;
    max-width: 930px;
    margin: 0 auto;
  }
  .noshi_nav_list > li {
    width: calc((100% - 30px) / 2);
  }
  .noshi_nav_list > li a {
    border: 1px solid #DDDDDD !important;
    padding: 16px 40px 16px 20px;
    font-size: 1.8rem;
  }
  .noshi_container {
    margin: 80px 0 120px;
    padding: 8%;
  }
  .noshi_container_inner {
    padding: 100px 9.52381%;
  }
  .noshi_container_inner + .noshi_container_inner {
    margin-top: 80px;
  }
  .noshi_block + .noshi_block {
    margin-top: 60px;
    padding-top: 60px;
  }
  .noshi_notice {
    font-size: 100%;
  }
  .ttl28 + .noshi_notice {
    margin: -30px 0 50px;
  }
  .noshi_type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
  .noshi_type_item {
    width: calc((100% - 60px) / 2);
  }
  .noshi_type_item .pic {
    width: 100%;
  }
  .noshi_type_item .name {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  .noshi_type_item .name span {
    line-height: 1.625;
  }
  .noshi_type_item .detail {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .noshi_type + .noshi_notice {
    margin-top: 50px;
  }
  .noshi_type.noshi_type_col3 {
    gap: 60px 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .noshi_type.noshi_type_col3 .noshi_type_item {
    width: calc((100% - 90px) / 3);
  }
  .noshi_type.noshi_type_col3 .noshi_type_item .name {
    font-size: 2.4rem;
  }
  .noshi_faq {
    margin: 60px 0;
  }
  .noshi_faq dt {
    font-size: 2.1rem;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .noshi_faq dd {
    gap: 50px 20px;
  }
  .wrapping_list {
    gap: 40px;
    margin-top: 60px;
  }
  .wrapping_list_item {
    width: calc((100% - 40px) / 2);
  }
  .wrapping_list_item .name {
    margin-bottom: 20px;
  }
  .wrapping_list_item .pic {
    margin: 20px 0;
  }
  .wrapping_list_item .txt small {
    font-size: 1.3rem;
  }
  .noshi_anchor {
    grid-template-columns: repeat(3, auto);
    gap: 32px 36px;
    margin-bottom: 50px;
  }
  .noshi_anchor_item a {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .noshi_anchor_item a .pic {
    width: 90px;
  }
  .noshi_anchor_item a .txt {
    font-size: 2.1rem;
  }
  .noshi_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .noshi_header .ttl {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
  .noshi_header .pic {
    width: 340px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* PC
  ------------------------ */

/*# sourceMappingURL=map/noshi.css.map */
