﻿@charset "UTF-8";
/* フリーページ共通 */
.fp_container_contents h1,
.fp_container_contents h2,
.fp_container_contents h3,
.fp_container_contents h4 {
  color: #222;
}
.fp_container_contents h1 {
  padding-right: 0;
  padding-left: 0;
}
.fp_container_contents .is_Pc {
  display: none;
}

.fp_container_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.fp_container_sidebar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fp_sidebar_head--br {
  display: inline-block;
}

.fp_contaner_sidebar--list {
  display: none;
}

.fp_container_banner {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.fp_container_banner ul li + li {
  margin-top: 20px;
}

.fp_container_siderbar--head {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: bold;
}

.fp_container_siderbar--link-suppl {
  font-size: 12px;
  color: #666;
}

.fp_container_nav--list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 20px 0 60px;
}
.fp_container_nav--item {
  padding-left: 15px;
  background: url(../../../img/design/icn-arrow-select.svg) no-repeat;
  background-position: left center;
}

.fp_common_contents--block {
  position: relative;
  z-index: 0;
  padding-top: 44px;
  padding-bottom: 64px;
  margin-top: -44px;
  border-top: none;
}
.fp_common_contents--block::before {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #d8d8d8;
}
.fp_common_contents--block h2 {
  margin-bottom: 25px;
}
.fp_common_contents--block h3 {
  color: #c62a19;
}
.fp_common_contents--block table {
  margin-top: 20px;
}
.fp_common_contents--block th,
.fp_common_contents--block td {
  padding: 8px;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #fff;
}
.fp_common_contents--block th {
  background: #d6d6d6;
}
.fp_common_contents--block td {
  background: #f7f7f7;
}

.fp_common_txt + .fp_common_txt {
  margin-top: 12px;
}
.fp_common_txt--indent {
  padding-left: 14px;
  margin-top: 12px;
  text-indent: -14px;
}
.fp_common_txt--list {
  margin-top: 8px;
}
.fp_common_txt--list li {
  padding-left: 14px;
  text-indent: -14px;
}

.fp_common_red {
  color: #c62a19;
}

.fp_common_title {
  margin: 30px 0 12px;
  color: #c62a19;
}

.fp_common_image {
  margin: 20px 0;
}

/* ご利用ガイド */
.pages-guide {
  background: #fff;
}
.pages-guide .fp_container_banner {
  margin-top: 40px;
}

.fp_container_sidebar--guideList {
  display: none;
}

.fp_guide_kv {
  display: none;
}

.fp_guide_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}

.fp_guide_item {
  border: solid 1px #e3e3e3;
}

.fp_guide_icon--img {
  margin-right: 10px;
  margin-bottom: 3px;
  vertical-align: bottom;
}
.fp_guide_icon--img.begin {
  width: 14px;
}
.fp_guide_icon--img.user {
  width: 20px;
  margin-bottom: 0;
}
.fp_guide_icon--img.cart {
  width: 20px;
}
.fp_guide_icon--img.calendar {
  width: 20px;
}
.fp_guide_icon--img.wear {
  width: 21px;
}
.fp_guide_icon--img.repeat {
  width: 22px;
  margin-bottom: 0;
}
.fp_guide_icon--img.point {
  width: 22px;
  margin-bottom: 0;
}
.fp_guide_icon--img.pass {
  width: 24px;
}

.fp_guide_description--link {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  background-color: #f0f0f0;
  border-bottom: solid 1px #e3e3e3;
}
.fp_guide_description--link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.fp_guide_description--txt {
  padding: 15px;
  font-size: 12px;
}

/* 便利なサービス */
.pages-service {
  background: #fff;
}
.pages-service .is_Pc {
  display: none;
}
.pages-service h1 {
  font-size: 26px;
  padding-left: 0;
}
.pages-service h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.pages-service h3 {
  margin-bottom: 15px;
}
.pages-service .fp_container_sidebar {
  margin: 80px 0 0;
}
.pages-service .fp_container_banner {
  margin-top: 40px;
}

.fp_service_kv {
  margin: 20px -15px 30px;
}

.fp_service_rental--pic {
  margin: 20px 0 0;
}

.fp_service_btn {
  margin-top: 10px;
}
.fp_service_btn.application .btn {
  width: 300px;
}

.fp_service_block {
  margin-top: 80px;
}
.fp_service_block--suit h2 {
  padding-left: 34px;
  text-indent: -34px;
}
.fp_service_block--suit h3 {
  text-align: center;
  margin: 20px 0;
}
.fp_service_block--point .fp_service_list {
  margin-bottom: 40px;
}
.fp_service_block--point h3 {
  font-size: 16px;
}
.fp_service_block--gift h3 {
  font-size: 14px;
  text-align: center;
}

.fp_service_list--2column li + li {
  margin-top: 80px;
}

.fp_service_icon--img {
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.fp_service_icon--img.rental {
  margin-bottom: 2px;
}
.fp_service_icon--img.shop {
  margin-right: 12px;
}
.fp_service_icon--img.member-card {
  width: 27px;
}

.fp_service_item--img {
  margin: 20px 0 15px;
}

.fp_service_card--name {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.fp_service_item--more {
  position: relative;
  display: block;
  color: #00498f;
  text-align: center;
  font-weight: bold;
}
.fp_service_item--more::after {
  position: absolute;
  content: "";
  margin-left: 8px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #00498f;
  border-right: solid 1px #00498f;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.fp_service_wrap--pay {
  margin: 20px 0;
  padding: 15px;
  border: solid 1px #e3e3e3;
}

.fp_service_pay--img {
  width: 190px;
}

.fp_service_pay--txt {
  display: block;
  margin-top: 10px;
  color: #666;
}

.fp_container_sidebar--serviceList {
  margin: 0 -15px;
}
.fp_container_sidebar--serviceList + .fp_container_siderbar--head {
  margin-top: 40px;
}
.fp_container_sidebar--serviceList .fp_container_sidebar--item {
  border-top: solid 1px #d5d5d5;
  min-height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp_container_sidebar--serviceList .fp_container_sidebar--item:last-of-type {
  border-bottom: solid 1px #d5d5d5;
}
.fp_container_sidebar--serviceList .fp_container_siderbar--link {
  display: block;
  padding: 19px 15px;
  padding-right: 10px;
  line-height: 24px;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #222;
  background-color: #f0f0f0;
}
.fp_container_sidebar--serviceList .fp_container_siderbar--link:not(:is(.is_active)) {
  position: relative;
}
.fp_container_sidebar--serviceList .fp_container_siderbar--link:not(:is(.is_active)):after {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.fp_container_sidebar--serviceList .fp_container_siderbar--link.is_active {
  padding-left: 14px;
  background-color: #d9e3ee;
  color: #00498f;
}

.pages-faq {
  background: #fff;
}
.pages-faq h1 {
  padding: 20px 0 10px;
  font-size: 26px;
}
.pages-faq h2 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}
.pages-faq .is_Pc {
  display: none;
}

.fp_faq_kv {
  margin: 20px -15px 40px;
}

.fp_faq_item + .fp_faq_item {
  margin-top: 80px;
}

.fp_faq_btn {
  margin-top: 10px;
}

.fp_faq_suppl--block {
  margin: 80px -15px 0;
  padding: 0 15px;
  background: #FAFAFA;
}

.fp_faq_item--more {
  position: relative;
  display: block;
  color: #00498f;
  text-align: right;
  font-weight: bold;
  line-height: 1;
  padding-right: 16px;
}
.fp_faq_item--more::after {
  position: absolute;
  content: "";
  margin-left: 8px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #00498f;
  border-right: solid 1px #00498f;
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fp_faq_suppl--item {
  padding: 20px 0;
}
.fp_faq_suppl--item + .fp_faq_suppl--item {
  border-top: solid 1px #E3E3E3;
}

.fp_faq_suppl--txt {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}

/* よくある質問一覧 */
.pages-faq-all, .pages-faq-detail {
  background: #fff;
}
.pages-faq-all h1, .pages-faq-detail h1 {
  color: #222;
  font-size: 26px;
  margin-top: 11px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.pages-faq-all .fp_faq_suppl--block {
  display: none;
}

.fp_faqAll_wrap {
  margin: 0 -15px;
}
.fp_faqAll_wrap h2 {
  color: #222;
  font-size: 18px;
  padding: 0 15px 20px 15px;
  margin-top: 40px;
  margin-bottom: 0;
  border-bottom: solid 1px #d5d5d5;
}
.fp_faqAll_wrap h3 {
  color: #222;
  font-size: 14px;
  position: relative;
  padding: 20px 50px 20px 15px;
  margin: 0;
  background: #f0f0f0;
}
.fp_faqAll_wrap h3:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #c4c4c4;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fp_faqAll_wrap h3:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  background: #c4c4c4;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fp_faqAll_wrap h3.faq_active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.fp_faqAll_wrap .fp_faqAll_list--level1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 0;
}
.fp_faqAll_wrap .fp_faqAll_list--level3 {
  border-top: solid 1px #d5d5d5;
  display: none;
}
.fp_faqAll_wrap .fp_faqAll_item--link {
  position: relative;
  display: block;
  color: #222;
  padding: 20px;
  padding-right: 50px;
  line-height: 1.4285714286;
  width: 100%;
  min-height: 64px;
}
.fp_faqAll_wrap .fp_faqAll_item--link:after {
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 2;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.fp_faqAll_wrap .fp_faqAll_item--level2 {
  border-bottom: solid 1px #d5d5d5;
}
.fp_faqAll_wrap .fp_faqAll_item--level2 + .fp_faqAll_item--level2 {
  margin-top: 0;
}
.fp_faqAll_wrap .fp_faqAll_item--level3 + .fp_faqAll_item--level3 {
  border-top: solid 1px #f0f0f0;
}

.fp_faq_detail--topic {
  border-top: solid 1px #e3e3e3;
  margin-top: 20px;
  padding: 22px 0 20px;
}
.fp_faq_detail--topic + .fp_faq_detail--wrap {
  display: none;
}
.fp_faq_detail--txt {
  display: none;
}
.fp_faq_detail--quest {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-left: 24px;
  margin-bottom: 21px;
}
.fp_faq_detail--quest:before {
  position: absolute;
  content: "Q";
  color: #00498f;
  font-size: 18px;
  left: 0;
  top: -4px;
}
.fp_faq_detail--answer {
  position: relative;
  padding-left: 24px;
}
.fp_faq_detail--answer:before {
  position: absolute;
  content: "A";
  color: #c62a19;
  font-weight: bold;
  font-size: 18px;
  left: 0;
  top: -4px;
}
.fp_faq_detail--image {
  margin-top: 30px;
}
.fp_faq_detail--wrap {
  margin-top: 50px;
}
.fp_faq_detail--wrap .action .btn {
  position: relative;
  padding-left: 46px;
}
.fp_faq_detail--wrap .action .btn:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #00498f;
  border-left: solid 2px #00498f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: auto;
  left: 94px;
  margin-top: 2px;
}

.pages-exchange .fp_container_banner {
  margin-top: 0;
}
.pages-exchange h3 {
  font-size: 18px;
}
.pages-exchange h4 {
  margin: 15px 0 8px;
  font-weight: normal;
  padding: 0;
}
.pages-exchange .action .btn {
  margin-top: 20px;
}

.pages-fitting {
  background: #fff;
}
.pages-fitting .fp_container_banner {
  margin-top: 0;
}
.pages-fitting h2 {
  margin-bottom: 16px;
}
.pages-fitting .action {
  display: block;
  margin-top: 10px;
  margin-left: 0;
}
.pages-fitting .action + .fp_common_txt {
  margin-top: 20px;
}

.fp_fitting_block {
  margin: 20px 0;
  padding: 15px 20px;
  background: #f0f0f0;
}

.fp_fitting_deliver--icon {
  width: 22px;
  vertical-align: text-top;
  margin-right: 2px;
}

.pages-gift .fp_container_kv {
  display: none;
}
.pages-gift .fp_common_contents--block {
  margin-top: 0;
  padding-bottom: 0;
}
.pages-gift .btn {
  margin: 30px 0 20px;
}

.fp_gift_contents--image {
  width: 250px;
  margin: 0 auto 20px;
}
.fp_gift_contents--image img {
  width: 100%;
}

.pages-member h3 {
  margin: 30px 0 12px;
}
.pages-member .btn {
  margin-top: 20px;
}
.pages-member .fp_container_banner {
  margin-top: 0;
}

.fp_member_reserve--icon {
  margin-right: 4px;
}

.pages-point .btn {
  margin-top: 20px;
  min-width: 280px;
  width: auto;
}
.pages-point #point_online .action .btn {
  width: 320px;
}
.pages-point .fp_common_image {
  margin: 5px 0 0;
}
.pages-point .fp_common_image + .fp_common_txt {
  margin-top: 15px;
}
.pages-point table {
  width: 100%;
  margin: 20px 0;
}
.pages-point tr th:first-of-type, .pages-point tr td:first-of-type {
  width: 62px;
}
.pages-point tr th:nth-of-type(n+2), .pages-point tr td:nth-of-type(n+2) {
  width: 130px;
}
.pages-point td[colspan="2"] span {
  display: inline-block;
}
.pages-point .fp_container_banner {
  margin-top: 0;
}

.fp_point_benefits {
  padding-top: 64px;
  margin-top: -64px;
}

.pages-product .fp_common_contents--block {
  margin-top: -24px;
  padding-bottom: 24px;
}
.pages-product .fp_sizeselect_sample {
  margin: 0 0 20px;
}
.pages-product .fp_product_btn .btn {
  min-width: 280px;
  width: 100%;
  max-width: 400px;
  padding: 12px 10px;
  font-size: 13px;
}
.pages-product .fp_product_btn + .fp_common_txt {
  margin-top: 30px;
}
.pages-product dl {
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px auto;
  grid-template-columns: 120px auto;
  border-bottom: 1px dotted #ccc;
  padding: 6px 0;
}
.pages-product dl:first-of-type {
  border-top: 1px dotted #ccc;
}
.pages-product dl + .fp_sizeguide_img {
  margin-top: 30px;
}
.pages-product dt span {
  background: #00498f;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin-right: 6px;
  width: 25px;
  text-align: center;
}
.pages-product h3 {
  margin: 25px 0 12px;
}
.pages-product .action {
  margin-top: 20px;
}
.pages-product .fp_common_title b {
  color: #222;
}
.pages-product .fp_sizeselect_hand--explain:nth-of-type(n+2) {
  width: 100%;
}
.pages-product .fp_sizeselect_hand--explain:nth-of-type(3) {
  margin-left: 0;
}
.pages-product .fp_repearname_sleeve {
  font-size: 14px;
}
.pages-product .fp_faq_suppl--block {
  margin-top: 40px;
}
.pages-product .fp_product_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.fp_product_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-bottom: 40px;
}

.fp_product_size--img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fp_product_size--img-list li {
  aspect-ratio: 1/1;
}
.fp_product_size--img-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fp_product_size--list {
  margin: 30px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
.fp_product_size--list + h2 {
  margin-top: 30px;
}

.fp_product_size--item {
  padding: 15px;
  border: solid 1px #d8d8d8;
}
.fp_product_size--item .action {
  margin: 0;
}

.fp_product_size--detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: bold;
}

.fp_product_self--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

.fp_product_self--item-txt {
  margin-top: 8px;
}

.fp_product_self--img {
  margin-bottom: 12px;
}

.pages-repair_name .fp_container_kv {
  margin: 20px 0;
}
.pages-repair_name .fp_container_kv img {
  width: 100%;
}
.pages-repair_name h3 {
  padding-top: 60px;
  margin-top: -60px;
}
.pages-repair_name .fp_container_nav--list {
  margin-bottom: 40px;
}
.pages-repair_name .fp_common_title {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.pages-repair_name .fp_common_title + .fp_repairname_list {
  margin-bottom: 30px;
}
.pages-repair_name .fp_common_txt b {
  display: block;
  color: #c62a19;
  margin-top: -20px;
  padding-bottom: 60px;
}
.pages-repair_name .fp_container_banner {
  margin-top: 0;
}

.fp_repairname_list {
  font-size: 12px;
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
.fp_repairname_list + .fp_common_txt {
  margin-bottom: 30px;
}
.fp_repairname_list.fp_repearname_sleeve .fp_repairname_item--img {
  margin-bottom: 15px;
}
.fp_repairname_list.fp_repearname_sleeve li {
  display: block;
}
.fp_repairname_list.fp_repearname_sleeve img {
  width: auto;
}

.fp_repairname_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fp_repairname_item--img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.fp_repairname_item--img img {
  width: 100%;
}

.fp_repairname_item--num {
  display: none;
}

.fp_repairname_item--txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 12px;
}

.pages-sizeguide .fp_common_contents--block {
  margin-top: 0;
  padding-bottom: 20px;
}
.pages-sizeguide dl {
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px auto;
  grid-template-columns: 120px auto;
  border-bottom: 1px dotted #ccc;
  padding: 4px 0;
}
.pages-sizeguide dl:first-of-type {
  border-top: 1px dotted #ccc;
}
.pages-sizeguide dl + .fp_sizeguide_img {
  margin-top: 30px;
}
.pages-sizeguide dt img {
  vertical-align: middle;
  margin-right: 4px;
}
.pages-sizeguide h3 {
  margin-bottom: 12px;
}
.pages-sizeguide .action {
  margin-top: 20px;
}

.fp_sizeguide_block {
  margin-bottom: 40px;
}

.fp_sizeguide_explain .fp_common_txt {
  margin-bottom: 20px;
}

.fp_sizeguide_img {
  margin-bottom: 12px;
}
.fp_sizeguide_img + dl {
  border-top: 1px dotted #ccc;
}

.fp_sizeguide_finish--img img {
  width: 100%;
}
.fp_sizeguide_finish--list {
  margin-top: 20px;
}
.fp_sizeguide_finish--list li + li {
  margin-top: 30px;
}

.pages-sizeselect img {
  width: 100%;
}
.pages-sizeselect .fp_container_kv {
  margin: 20px 0;
}
.pages-sizeselect .action .btn {
  margin-top: 20px;
}
.pages-sizeselect .action + .fp_common_txt {
  margin: 20px 0;
}
.pages-sizeselect h3 {
  margin-top: 25px;
}
.pages-sizeselect .fp_container_banner {
  margin-top: 0;
}

.fp_sizeselect_map {
  margin: 20px 0 0;
}
.fp_sizeselect_map img {
  width: 100%;
}
.fp_sizeselect_map + .fp_common_txt {
  margin-top: 20px;
}

.fp_sizeselect_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.fp_sizeselect_list li img {
  width: 150px;
}
.fp_sizeselect_list + .action .btn {
  margin-top: 40px;
}

.fp_sizeselect_size--block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 15px;
  margin: 24px 0 12px;
}

.fp_sizeselect_size--img > .fp_common_txt {
  margin: 20px 0;
}

.fp_sizeselect_sample {
  margin-top: 20px;
}

.fp_sizeselect_hand--explain + .fp_sizeselect_hand--explain {
  margin-top: 15px;
}
.fp_sizeselect_hand--explain:nth-of-type(n+2) {
  display: inline-block;
  width: calc(50% - 5px);
}
.fp_sizeselect_hand--explain:nth-of-type(3) {
  margin-left: 6px;
}
.fp_sizeselect_hand--explain img {
  width: 100%;
}

.pages-order h1 {
  margin-bottom: 50px !important;
}
.pages-order .action.is_Pc {
  display: none;
}
.pages-order .fp_container_banner {
  display: none;
}
.pages-order .fp_faq_suppl--block {
  margin-top: -40px;
}
.pages-order .c-black {
  color: #222;
}
.pages-order .action {
  display: block;
  margin-top: 20px;
}
.pages-order .action .btn {
  margin-top: 0;
}
.pages-order table + .fp_common_txt {
  margin-top: 12px;
}
.pages-order table {
  margin-top: 12px;
  width: 100%;
}
.pages-order th {
  font-weight: bold;
}
.pages-order th, .pages-order td {
  font-size: 12px;
  text-align: left;
  padding: 12px 10px;
}
.pages-order .fp_common_txt a {
  text-decoration: underline;
}
.pages-order .fp_common_txt--list li a {
  text-decoration: underline;
}
.pages-order .fp_fitting_deliver--icon {
  margin-right: 4px;
}

.fp_order_space {
  padding-left: 14px;
}

.pages-welcome .block-inner {
  padding: 0;
}
.pages-welcome #lp_wrapper {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.pages-welcome .masthead {
  width: 100%;
  aspect-ratio: 375/340;
  height: 340px;
  display: block;
}
.pages-welcome .masthead_inner {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.pages-welcome .masthead_inner img[data-id=mh_type1] {
  position: absolute;
  height: 19px;
  top: 7.8125%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: MastfadeInUp;
          animation-name: MastfadeInUp;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .masthead_inner img[data-id=mh_type2] {
  position: absolute;
  height: 80px;
  top: 15.625%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: MastfadeInUphalf;
          animation-name: MastfadeInUphalf;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .masthead_inner img[data-id=mh_type3] {
  position: absolute;
  height: 38px;
  top: 42.1875%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-name: MastfadeInUp;
          animation-name: MastfadeInUp;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .masthead_inner img[data-id=mh_type4] {
  position: absolute;
  left: 0;
  bottom: -2%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: bounceEX;
          animation-name: bounceEX;
}
.pages-welcome .masthead_inner img[data-id=mh_type5] {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: bounceEX;
          animation-name: bounceEX;
}
.pages-welcome .masthead_bg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.pages-welcome #nav_area {
  width: 100%;
  padding: 40px 0;
  display: block;
  background: #fffb98;
}
.pages-welcome .con_wrap {
  width: 93.75%;
  display: block;
  margin: 0 auto;
  padding-bottom: 10%;
}
.pages-welcome .con_wrap2 {
  width: 87.5%;
  display: block;
  margin: 0 auto;
}
.pages-welcome .pt8 {
  padding-top: 8% !important;
}
.pages-welcome .pb13 {
  padding-bottom: 13% !important;
}
.pages-welcome .navlist li {
  float: left;
  width: 315px;
  display: block;
}
.pages-welcome .navlist li:nth-child(2) {
  margin: 0 17.5px;
}
.pages-welcome h2 {
  position: relative;
}
.pages-welcome #lp_wrapper section {
  background: #fff;
}
.pages-welcome .sec01_h2 {
  text-align: center;
  width: 100%;
  padding: 14px 0;
  min-height: 90px;
  background: url("/img/usr/pages/welcome/sec01h2_bg.png") center center no-repeat;
  background-size: cover;
}
.pages-welcome .sec02_h2 {
  width: 100%;
  padding: 0 30px;
  min-height: 90px;
  background: url("/img/usr/pages/welcome/sec03h2_bg.png") center center no-repeat;
  background-size: cover;
}
.pages-welcome .sec03_h2 {
  width: 100%;
  padding: 5% 0;
  min-height: 30.9333333333%;
  background: url("/img/usr/pages/welcome/sec03h2_bg.png") center center no-repeat;
  background-size: cover;
}
.pages-welcome h2 img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pages-welcome .sec03_h2 img {
  margin-top: -8%;
}
.pages-welcome .colum4img, .pages-welcome .colum3img {
  width: 100%;
  display: block;
  margin-bottom: 2%;
}
.pages-welcome .colum4img li {
  margin-bottom: 4.6875%;
  position: relative;
  width: 100%;
  display: block;
}
.pages-welcome .colum4img li:nth-child(even) {
  float: right;
}
.pages-welcome .colum4img li:nth-child(odd) {
  float: left;
}
.pages-welcome .colum4img li h3, .pages-welcome .colum3img li h3 {
  color: #004990;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.pages-welcome .colum4img li .caption {
  color: #000000;
  position: absolute;
  top: 300px;
  left: 50%;
  width: 360px;
  font-size: 14px;
  text-align: justify;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.2px;
}
.pages-welcome .colum4img li h3 {
  font-size: 1.6rem;
  top: 13.6363636364%;
}
.pages-welcome .colum3img li h3 {
  font-size: 1.4rem;
  top: 80%;
}
.pages-welcome .colum3img li:nth-child(3) h3 {
  top: 74%;
}
.pages-welcome .colum4img li .commentimg {
  position: absolute;
  top: 39%;
  left: 38.3333333333%;
  width: 55.5%;
}
.pages-welcome .colum3img li .commentimg {
  position: absolute;
  top: -4.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 92%;
}
.pages-welcome .commentimg2 {
  width: 85%;
  display: block;
  margin: 0 auto 4%;
}
.pages-welcome #lp_wrapper .commentimg, .pages-welcome #lp_wrapper .commentimg2 {
  opacity: 0;
}
.pages-welcome #lp_wrapper .is-active {
  opacity: 1 !important;
}
.pages-welcome .colum3img li {
  margin-bottom: 7.5%;
  position: relative;
  float: left;
  width: 48.3333333333%;
}
.pages-welcome .colum3img li:nth-child(2) {
  float: right;
}
.pages-welcome .colum3img li:nth-child(3) {
  width: 100%;
}
.pages-welcome .colum3img li:nth-child(3) .last_wrap_list {
  width: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.pages-welcome .fadeInUphalf {
  -webkit-animation-name: MastfadeInUphalf;
          animation-name: MastfadeInUphalf;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .slideInL2R {
  -webkit-animation-name: SlideInl2r;
          animation-name: SlideInl2r;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .NmlfadeInUp {
  -webkit-animation-name: NmlfadeInUp;
          animation-name: NmlfadeInUp;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .dur_type1 {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  opacity: 0;
}
.pages-welcome .dur_type2 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  opacity: 0;
}
.pages-welcome .dur_type3 {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  opacity: 0;
}
.pages-welcome .dur_type4 {
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  opacity: 0;
}
.pages-welcome .member_btn {
  width: 86.6666666667%;
  display: block;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10% auto 8%;
  color: #fff;
  background: #f06034;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
.pages-welcome .service_btn {
  width: 63.3333333333%;
  display: block;
  padding: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  background: #004990;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
.pages-welcome .valimid {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.pages-welcome #sec03 h3 {
  font-size: 2rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pages-welcome .clumn3_fleft {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 490px;
  padding: 40px;
  background: #fff;
  position: relative;
  border-top: 10px solid #eeeeee;
  border-right: 5px solid #eeeeee;
  border-bottom: 5px solid #eeeeee;
  border-left: 10px solid #eeeeee;
}
.pages-welcome .clumn3_fright {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 490px;
  padding: 40px;
  background: #fff;
  position: relative;
  border-top: 10px solid #eeeeee;
  border-right: 10px solid #eeeeee;
  border-bottom: 5px solid #eeeeee;
  border-left: 5px solid #eeeeee;
}
.pages-welcome .clumn3_full {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 0 8% 0;
  background: #fff;
  position: relative;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 8%;
}
.pages-welcome .clumn3_full .imgarea {
  width: 500px;
  float: left;
}
.pages-welcome .clumn3_full .imgarea img {
  width: 100%;
}
.pages-welcome .clumn3_full .c_area {
  width: 360px;
  float: right;
  position: relative;
}
.pages-welcome .clumn3_full:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pages-welcome .cap_tile {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.75rem;
  margin: 4% auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  width: 90%;
  display: block;
  letter-spacing: -0.4px;
}
.pages-welcome .cap_shopsearch {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.75rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: -0.4px;
  width: 100%;
  display: block;
}
.pages-welcome .cap_btn {
  background: #004990;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  width: 207px;
  margin: 0 auto;
  border-radius: 4px;
  display: block;
  position: relative;
  font-size: 1.25rem;
}
.pages-welcome .miniimg_float {
  width: 37%;
  float: left;
  display: block;
}
.pages-welcome .float_right_area {
  width: 54%;
  float: right;
  display: block;
  margin: 0 auto 4%;
}
.pages-welcome #modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000000000000000000000000000000;
}
.pages-welcome #modal_inner {
  width: 90%;
  background: #fff;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 500px;
  overflow-y: hidden;
  overflow-x: hidden;
  left: 50%;
  position: absolute;
}
.pages-welcome .shoplist_tbl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.pages-welcome .shoplist_tbl th {
  background: #999;
  color: #fff;
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.pages-welcome .shoplist_tbl th.storename {
  background: #008f65;
  font-size: 1.5rem;
  font-weight: bold;
}
.pages-welcome .shoplist_tbl td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.pages-welcome .tab_inner_content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pages-welcome .gender_list {
  margin: 0 auto;
  width: 94%;
  display: block;
  padding: 3% 0;
}
.pages-welcome .gender_list li {
  float: left;
  width: 49%;
  margin: 0 0 2%;
}
.pages-welcome .gender_list li:nth-child(even) {
  float: right;
}
.pages-welcome .tab_wrap_area {
  border-bottom: 3px solid #004990;
  margin: 8% 0 0 0;
}
.pages-welcome .ladies_bottom {
  border-bottom: 3px solid #fd4f46 !important;
}
.pages-welcome .tab_wrap_area:not(.ladies_bottom) + .tab_inner_content[data-id=mens_category] {
  opacity: 1;
}
.pages-welcome .tab_wrap_area:not(.ladies_bottom) + .tab_inner_content[data-id=mens_category] .gender_list, .pages-welcome .tab_wrap_area:not(.ladies_bottom) + .tab_inner_content[data-id=mens_category] .mens_btn {
  display: block;
}
.pages-welcome .tab_wrap_area:not(.ladies_bottom) + .tab_inner_content[data-id=mens_category] + .tab_inner_content[data-id=ladies_category] {
  opacity: 0;
}
.pages-welcome .tab_wrap_area:not(.ladies_bottom) + .tab_inner_content[data-id=mens_category] + .tab_inner_content[data-id=ladies_category] .gender_list, .pages-welcome .tab_wrap_area:not(.ladies_bottom) + .tab_inner_content[data-id=mens_category] + .tab_inner_content[data-id=ladies_category] .ladies_btn {
  display: none;
}
.pages-welcome .ladies_bottom + .tab_inner_content[data-id=mens_category] {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.pages-welcome .ladies_bottom + .tab_inner_content[data-id=mens_category] .gender_list, .pages-welcome .ladies_bottom + .tab_inner_content[data-id=mens_category] .mens_btn {
  display: none;
}
.pages-welcome .ladies_bottom + .tab_inner_content[data-id=mens_category] + .tab_inner_content[data-id=ladies_category] {
  opacity: 1;
}
.pages-welcome .ladies_bottom + .tab_inner_content[data-id=mens_category] + .tab_inner_content[data-id=ladies_category] .gender_list, .pages-welcome .ladies_bottom + .tab_inner_content[data-id=mens_category] + .tab_inner_content[data-id=ladies_category] .ladies_btn {
  display: block;
}
.pages-welcome .category_mens_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  background: #004990;
  text-align: center;
  padding: 4% 4% 3%;
  float: left;
  width: 50%;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.pages-welcome .category_ladies_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  background: #fd4f46;
  text-align: center;
  padding: 4% 4% 3%;
  float: left;
  width: 50%;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.pages-welcome .non_active {
  padding: 3% 4% 1%;
  margin-top: 3%;
}
.pages-welcome .mens_btn {
  width: 100%;
  display: block;
  padding: 4%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  background: #004990;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
.pages-welcome .ladies_btn {
  width: 100%;
  display: block;
  padding: 4%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  background: #fd4f46;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
.pages-welcome .modal_inner_sng_ttl {
  color: #666;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 5px;
  text-align: center;
  display: block;
  border-bottom: 1px solid #999;
  position: relative;
}
.pages-welcome .modal_inner_sng_wrap {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  padding-bottom: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pages-welcome .point_area, .pages-welcome .iconimg {
  float: left;
  width: 35%;
}
.pages-welcome .point_txt, .pages-welcome .txtimg {
  float: right;
  width: 60%;
}
.pages-welcome .point_area_ex {
  width: 100%;
  position: relative;
  display: block;
}
.pages-welcome .point_txt_ex {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.pages-welcome .point_list li {
  margin: 0 0 10%;
}
.pages-welcome .point_list li:last-child {
  margin: 0;
}
.pages-welcome .point_list h3 {
  color: #004990;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  padding: 1.5% 0 1.5%;
  line-height: 1.6rem;
}
.pages-welcome .point_list .caption, .pages-welcome .point_list .point_caption {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  padding: 1.5% 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.pages-welcome .point_list .underline {
  text-decoration: underline;
}
.pages-welcome .point_txt_ex .underline {
  text-align: right;
  display: block;
}
.pages-welcome .member_btn, .pages-welcome .service_btn, .pages-welcome .mens_btn, .pages-welcome .ladies_btn, .pages-welcome .cap_btn {
  position: relative;
}
.pages-welcome .member_btn .icon_arrow, .pages-welcome .service_btn .icon_arrow, .pages-welcome .mens_btn .icon_arrow, .pages-welcome .ladies_btn .icon_arrow, .pages-welcome .cap_btn .icon_arrow {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.pages-welcome .underline {
  text-decoration: underline;
}
.pages-welcome .underline .icon_arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.pages-welcome #sec01 h3 {
  color: #00498f;
  font-size: 18px;
  line-height: 1.3;
}
.pages-welcome #sec01 .sec01_h3 {
  line-height: 1;
  padding: 0 20px;
}
.pages-welcome #sec02 .gender_list li:nth-of-type(n+7) {
  display: none;
}
.pages-welcome #sec02 .mens_btn, .pages-welcome #sec02 .ladies_btn {
  margin-top: 10px;
}
.pages-welcome #sec02 .con_wrap > .cf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.pages-welcome #sec02 h3:first-child.is-active {
  position: relative;
  padding: 4% 4% 3%;
}
.pages-welcome #sec02 h3:first-child.is-active::after {
  position: absolute;
  content: "";
  width: 200%;
  bottom: -5px;
  left: 0;
  border-bottom: 5px solid #004990;
  -webkit-transition: border-bottom 0.5s;
  transition: border-bottom 0.5s;
}
.pages-welcome #sec02 h3:last-child.is-active {
  position: relative;
  padding: 4% 4% 3%;
}
.pages-welcome #sec02 h3:last-child.is-active::after {
  position: absolute;
  content: "";
  width: 200%;
  bottom: -5px;
  left: -100%;
  border-bottom: 5px solid #fd4f46;
  -webkit-transition: border-bottom 0.5s;
  transition: border-bottom 0.5s;
}
.pages-welcome .cf:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
}

@-webkit-keyframes SlideInl2r {
  from {
    opacity: 0;
    -webkit-transform: translate(-40%, 0);
            transform: translate(-40%, 0);
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes SlideInl2r {
  from {
    opacity: 0;
    -webkit-transform: translate(-40%, 0);
            transform: translate(-40%, 0);
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes MastfadeInUphalf {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 25%);
            transform: translate(-50%, 25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes MastfadeInUphalf {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 25%);
            transform: translate(-50%, 25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes MastfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes MastfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes NmlfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes NmlfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes bounceEX {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  60%, 76.5%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  70%, 73% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }
  85% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1%, 0);
            transform: translate3d(0, -1%, 0);
  }
  95% {
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }
}
@keyframes bounceEX {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  60%, 76.5%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  70%, 73% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }
  85% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1%, 0);
            transform: translate3d(0, -1%, 0);
  }
  95% {
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }
}
.pages-digilab {
  /** ▼sec01 **/
  /** ▼sec02 **/
  /** ▼sec03 **/
  /** ▼sec04 **/
  /** ▼sec05 **/
  /** ▼animation **/
  /*クーポン店舗検索導線*/
}
.pages-digilab .block-inner {
  width: 100%;
  padding: 0;
}
.pages-digilab .container {
  padding: 0;
}
.pages-digilab .is_Pc {
  display: none;
}
.pages-digilab #lp_wrap {
  padding: 0;
  background: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 13px;
  line-height: 1.7;
}
.pages-digilab #lp_wrap .container {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.pages-digilab #lp_wrap section {
  display: block;
  margin: 0;
  width: 100%;
  padding: 15% 0;
  position: relative;
}
.pages-digilab #lp_wrap .pc_only {
  display: none;
}
.pages-digilab #lp_wrap .wrap_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pages-digilab #lp_wrap .ttl_area {
  text-align: center;
  display: block;
  margin-bottom: 10%;
  position: relative;
}
.pages-digilab #lp_wrap .subttl,
.pages-digilab #lp_wrap .subttl * {
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: baseline;
}
.pages-digilab #lp_wrap .text_big {
  font-size: 2.5rem;
}
.pages-digilab #lp_wrap .text_small {
  font-size: 1.2rem;
}
.pages-digilab #sec01 .ttl_area {
  padding: 0 100px;
}
.pages-digilab #sec02 .ttl_area, .pages-digilab #sec04 .ttl_area {
  padding: 0 60px;
}
.pages-digilab #sec01, .pages-digilab #sec03, .pages-digilab #sec05 {
  background: #fff;
}
.pages-digilab #sec02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#246aaf), to(#004990));
  background: linear-gradient(to bottom, #246aaf, #004990);
  background: -moz-linear-gradient(to bottom, #246aaf, #004990);
}
.pages-digilab #sec04 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eee));
  background: linear-gradient(to bottom, #f7f7f7, #eee);
  background: -moz-linear-gradient(to bottom, #f7f7f7, #eee);
}
.pages-digilab #lp_wrap .masthead {
  text-align: center;
  padding: 12% 0 0 0;
  background: url(../../../img/usr/pages/digilab/bg_mv.jpg) no-repeat;
  background-size: cover;
}
.pages-digilab #lp_wrap .masthead h1 {
  margin-bottom: 12%;
}
.pages-digilab #lp_wrap section#sec01 {
  text-align: center;
  padding-bottom: 20%;
}
.pages-digilab #sec01 p + p {
  margin-top: 40px;
}
.pages-digilab #sec01 .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3% 0 0;
  position: absolute;
  bottom: 0;
  width: 100vw;
  margin-left: -5%;
}
.pages-digilab #sec01 .imgarea img {
  width: 20%;
  height: 100%;
}
.pages-digilab .wrap_merit li {
  width: 440px;
  color: #fff;
}
.pages-digilab .wrap_merit li + li {
  margin-top: 15%;
}
.pages-digilab .wrap_merit li p:last-child {
  text-align: justify;
}
.pages-digilab #lp_wrap #sec02 .subttl {
  line-height: 1.5;
  padding: 1.3rem 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15rem;
}
.pages-digilab .wrap_step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10%;
}
.pages-digilab .wrap_step li > img {
  padding-right: 5%;
  width: 40%;
}
.pages-digilab .wrap_step .subttl {
  margin-top: -1rem;
}
.pages-digilab .wrap_step .subttl img {
  width: auto;
  height: 20px;
}
.pages-digilab #sec03 .container > p + p {
  margin-top: 1.2rem;
}
.pages-digilab .wrap_shoplist {
  margin-top: -5px;
}
.pages-digilab .wrap_shoplist li {
  width: 100%;
  margin-top: 5px;
}
.pages-digilab .wrap_shoplist li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 14px;
  padding: 0.8rem 1.2rem;
  -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.pages-digilab .wrap_shoplist li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.pages-digilab span.shop_name {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.pages-digilab div.shop_icon {
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /* letter-spacing: 0.05rem; */
  margin-right: 0.5rem;
}
.pages-digilab div.shop_icon span + span {
  margin-left: 0.2rem;
}
.pages-digilab span.shop_icon01 {
  color: #004990;
}
.pages-digilab span.shop_icon02 {
  color: #5c5c5c;
}
.pages-digilab span.icon_arrow {
  width: 6px;
  height: 6px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 2.5%;
  top: 50%;
}
.pages-digilab #lp_wrap section#sec05 {
  padding-bottom: 5%;
}
.pages-digilab .wrap_video {
  border: 1px solid #eee;
  margin: auto;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.pages-digilab .wrap_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pages-digilab .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.pages-digilab .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.pages-digilab .fadeInUp, .pages-digilab .fadeInUp02, .pages-digilab .fadeInUp03, .pages-digilab .fadeInUp04 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.pages-digilab select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pages-digilab select::-ms-expand {
  display: none;
}
.pages-digilab .select {
  position: relative;
}
.pages-digilab .select:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 1;
}
.pages-digilab .js-area-select {
  display: block;
  width: 100%;
  background: #fff;
  color: #222;
  border: 1px solid #888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  /* font-weight: bold; */
  padding: 1rem 1.2rem 1rem 1.5rem;
}
.pages-digilab .area_name {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.pages-digilab #lp_wrap .shop_area {
  padding: 30px 0 0;
}
.pages-digilab #lp_wrap .shop_area:first-of-type {
  padding: 60px 0 0;
}
.pages-digilab .flex-btn_4 {
  display: block;
  width: 48.5%;
  margin: 0 auto;
  /*float:left;*/
  text-align: center;
  font-size: 1.2rem;
}
.pages-digilab .flex-btn_4:nth-child(even) {
  margin: 0 0 0 0;
  float: left;
}
.pages-digilab .bg_whi_wrap {
  width: 100%;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 30px;
}
.pages-digilab #coupon_linkbtn_wrap {
  width: 90%;
  margin: 30px auto 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fp_outline_contents .fp_common_contents--block {
  margin-top: 32px;
  border-top: solid 1px #d8d8d8;
  padding-top: 32px;
  padding-bottom: 0;
}
.fp_outline_contents .fp_common_contents--block:before {
  content: none;
}
.fp_outline_contents h3 {
  color: #222;
}
.fp_outline_contents .fp_common_title {
  margin-top: 20px;
}
.fp_outline_contents .action + .action .btn {
  margin-top: 15px;
}

.fp_common_num--list {
  margin-top: 8px;
  padding-left: 17px;
}
.fp_common_num--list li {
  list-style: decimal;
  padding: 0;
  text-indent: 0;
}

.fp_privacy_sign {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 20px 0 0;
  text-align: right;
}

.pages-terms .action .btn {
  margin-top: 20px;
}

.fp_terms_wrap {
  margin-top: 20px;
}

.fp_terms_txt {
  margin-top: 12px;
}

.pages-security .fp_common_contents--block {
  padding-top: 0;
  border-top: 0;
}
.pages-security h2 {
  margin-bottom: 12px;
  font-size: 18px;
}

.fp_truste_img {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

.pages-commerce .action .btn {
  margin-top: 15px;
}
.pages-commerce .fp_common_contents--block {
  border-top: none;
  padding-top: 0;
}
.pages-commerce .fp_common_txt--list + .fp_common_txt {
  margin-top: 20px;
}
.pages-commerce dl {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
.pages-commerce dl:first-of-type {
  border-top: 1px solid #c8c8c8;
}
.pages-commerce dt {
  font-weight: bold;
  background: #f8f8f8;
  padding: 15px;
  border-bottom: 1px solid #c8c8c8;
}
.pages-commerce dd {
  padding: 15px 15px 30px;
}

.fp_commerce_inner--block + .fp_common_txt {
  margin-top: 15px;
}

.fp_pitata_contents img {
  width: 100%;
}
.fp_pitata_contents .action {
  margin: 0;
}
.fp_pitata_contents .action .btn {
  width: auto;
  min-width: 280px;
  margin-top: 15px;
}
.fp_pitata_contents .action + .fp_common_txt {
  margin-top: 20px;
}
.fp_pitata_contents .fp_service_block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #e3e3e3;
}

.fp_pitata_block--explain + .fp_pitata_block--explain {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #e3e3e3;
}

.fp_pitata_block--grid .fp_common_image {
  margin-top: 0;
}
.fp_pitata_block--grid .fp_common_txt {
  word-break: break-all;
}
.fp_pitata_block--grid img {
  width: 100%;
}
.fp_pitata_block--grid .action .btn {
  margin-top: 30px;
}

.fp_members_contents .fp_container_kv {
  margin-top: 20px;
}
.fp_members_contents .fp_container_kv img {
  width: 100%;
}
.fp_members_contents .fp_service_btn {
  margin: 12px 0 0;
}
.fp_members_contents .action .btn {
  margin-top: 0;
  width: auto;
  min-width: 300px;
  font-size: 12px;
  padding: 10px 12px;
  height: auto;
}
.fp_members_contents .action + .fp_common_txt {
  margin-top: 12px;
}
.fp_members_contents .fp_service_block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #e3e3e3;
}
.fp_members_contents h3 {
  margin: 20px 0 12px;
}

.fp_members_block h2 {
  color: #00498f;
}
.fp_members_block img {
  width: 100%;
}
.fp_members_block dl {
  border: 1px solid #e0e0e7;
  border-bottom: none;
}
.fp_members_block dl:last-of-type {
  border-bottom: 1px solid #e0e0e7;
}
.fp_members_block dt {
  background: #f0f0f2;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #e0e0e7;
}
.fp_members_block dd {
  padding: 15px;
}
.fp_members_block .action .btn {
  min-width: 200px;
  font-size: 14px;
}

.fp_members_card--info-title {
  position: relative;
  padding: 15px;
  font-weight: bold;
  background: #e0e0e7;
}
.fp_members_card--info-title:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #a2a8c0;
  border-top: solid 1px #a2a8c0;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.fp_members_card--info-title.is_active:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.fp_menbers_card--info {
  display: none;
}

.fp_members_explain--block {
  padding: 25px;
  border: solid 1px #e3e3e3;
  margin: 20px 0;
}
.fp_members_explain--block h3 {
  margin-top: 0;
}
.fp_members_explain--block .fp_common_image {
  width: 220px;
}

.fp_members_center {
  padding: 0;
  text-align: center;
}

.fp_giftcard_contents .fp_container_kv {
  margin: 0 0 30px;
}
.fp_giftcard_contents img {
  width: 100%;
}
.fp_giftcard_contents h2 {
  font-size: 20px;
}
.fp_giftcard_contents .fp_service_block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #e3e3e3;
}

.fp_giftcard_img {
  margin-top: 15px;
}

.fp_paidy_contents .fp_service_block {
  margin-top: 40px;
}

.fp_service_paidy--list + .fp_common_txt {
  margin-top: 40px;
  text-align: center;
}

.fp_service_paidy--item {
  padding: 30px 20px;
  background: #e7f3fa;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 15px;
  margin-bottom: 20px;
}

.fp_service_paidy--img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.fp_service_paidy--img img {
  width: 100%;
}

.fp_service_paidy--explain {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.fp_service_paidy--explain .fp_service_paidy--title {
  display: none;
}

.fp_service_paidy--title {
  margin-bottom: 20px;
  text-align: center;
}
.fp_service_paidy--title img {
  width: 50px;
}

.fp_service_paidy--btn {
  background: -webkit-gradient(linear, left top, right top, from(#E5258C), color-stop(96.36%, #863BD4));
  background: linear-gradient(90deg, #E5258C 0%, #863BD4 96.36%);
  color: #fff;
  border-radius: 15px;
  max-width: 500px;
  margin: 20px auto 0;
  padding: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp_service_paidy--btn img {
  width: 32%;
  margin-right: 20px;
}
.fp_service_paidy--btn .m-icon-arrow_right {
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 10px;
}

.m-title-xlarge {
  text-align: center;
}

.m-icon-review img {
  width: auto;
  height: 2.8rem;
  padding-right: 0.5rem;
}

#service_amazonimg {
  display: block;
}

#service_amazon section {
  margin-top: 12%;
  padding-top: 10px;
}

#service_amazon section:first-of-type {
  margin-top: 10%;
}

.service_block {
  margin: 0 0 20px;
}

#service_amazon .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service_amazon h3,
#service_amazon h4,
#service_amazon h5,
#service_amazon .btn-nav,
#service_amazon .ex_ttl {
  font-weight: bold;
  color: #004990;
}

#service_amazon h3 {
  text-align: center;
  font-size: 1.8rem;
  margin: 8% 0;
}

#service_amazon h4 {
  font-size: 1.8rem;
  margin: 25px 0;
  padding-bottom: 2px;
  border-bottom: solid 3px #004990;
}

#service_amazon h5 {
  padding: 2% 2% 2% 10%;
  margin-bottom: 8%;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #ffffff;
  background: #004990;
  position: relative;
}

#service_amazon h5:before {
  content: "";
  position: absolute;
  left: 4%;
  top: 30%;
  width: 10px;
  height: 40%;
  background: #ffffff;
}

/*nav*/
#service_amazon .nav {
  margin: 4% 0;
}

#service_amazon .nav ul {
  background: #f0f0f0;
  padding: 0 4%;
}

#service_amazon .nav li {
  margin-left: 0;
  border-bottom: 1px solid #ffffff;
}

/*
#service_amazon .nav ul + ul{
	margin-top: 4%;
}
#service_amazon .nav li + li{
	margin-left: 16%;
}
#service_amazon .nav li:nth-last-child(2){
	border: none;
}
#service_amazon .nav ul li:nth-child(2){
	margin-left: 8%;
}
#service_amazon .nav li:last-child{
	margin-left: 8%;
	border: none;
	border-top: 1px solid #ffffff;
}
*/
#service_amazon .nav ul + ul li:last-child {
  margin-top: 2%;
  margin-right: 0;
  border: none;
}

#service_amazon .nav ul li:last-child {
  border: none;
}

#service_amazon .nav .btn-nav {
  position: relative;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 4%;
  padding-left: 0;
  display: block;
}

#service_amazon .nav a .m-icon-arrow_down {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #004990;
  border-bottom: 2px solid #004990;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.sec_set {
  margin-bottom: 50px;
}

.sec_set .step {
  background: #e7f3fa;
  padding: 20px 12px;
  margin-bottom: 20px;
}

.sec_set .step:last-child {
  margin-bottom: 40px;
}

.sec_set p {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}

.sec_set .step dt {
  margin: 0 auto 20px;
  width: 16%;
  max-width: 93px;
}

.sec_set .step .step_img {
  margin: 0 auto;
  width: 80%;
}

.sec_set .step .step_txt {
  margin-top: 15px;
}

.sec_set dd span {
  margin-top: 20px;
  display: inline-block;
}

#service_amazon .btn-post {
  background: #666;
  color: #fff;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto;
  padding: 0.7rem 0;
  font-size: 1.2rem;
}

#service_amazon .btn-post .m-icon-arrow_right {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#service_amazon .btn85w {
  width: 85%;
}

.m-title-xlarge {
  text-align: center;
}

.service_header_text {
  margin-bottom: 0px;
}

.m-icon-mailmag img {
  width: auto;
  height: 21px;
  padding-right: 0.5rem;
}

#service_mailmag img {
  display: block;
}

#service_mailmag section {
  margin-top: 12%;
  padding-top: 10px;
}

#service_mailmag section:first-of-type {
  margin-top: 10%;
}

#service_mailmag .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service_mailmag h4,
#service_mailmag h5 {
  font-weight: bold;
  color: #004990;
  text-align: center;
}

#service_mailmag h4 {
  font-size: 1.8rem;
  margin: 10px 0 15px;
  line-height: 1.4;
}

#service_mailmag h5 {
  font-size: 1.6rem;
}

#service_mailmag .annotation {
  font-size: 1.2rem;
  padding-top: 1rem;
}

#service_mailmag .link {
  text-decoration: underline;
  color: #004990;
  position: relative;
  margin-left: 15px;
  display: block;
  margin-top: 1rem;
}

#service_mailmag .link:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #004890;
  position: absolute;
  left: -15px;
  top: 5px;
}

#service_mailmag .intro {
  padding: 1rem 0 2rem;
}

#service_mailmag .register .member,
#service_mailmag .register .non-member {
  padding: 5% 12% 6%;
  text-align: center;
  border: 2px solid #222;
}

#service_mailmag .register .member {
  border: 2px solid #222;
}

#service_mailmag .register h5 {
  margin-bottom: 1rem;
}

#service_mailmag .register .member h5 {
  color: #222;
}

#service_mailmag .register .non-member {
  border: 2px solid #004990;
  margin-top: 16px;
}

#service_mailmag .register .non-member h6 {
  color: #004990;
}

#service_mailmag .register .non-member h6:last-of-type {
  margin-top: 1rem;
}

#service_mailmag .register .m-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0;
  border-radius: 4px;
  color: #fff;
  background: #222;
  font-weight: bold;
}

#service_mailmag .register .m-icon-arrow_right {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#service_mailmag .register .non-member .m-btn {
  background: #004990;
}

#benefit h4 span {
  font-weight: bold;
  font-size: 1.6rem;
}

#benefit .bene_list li {
  border: 2px solid #004990;
  margin-bottom: 12px;
}

#benefit .bene_list .bene_img {
  background: #004990;
  width: 35%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#benefit > ul > li:nth-child(1) > div.bene_img > img {
  width: 70%;
  margin-left: 10%;
  margin-top: -10px;
}

#benefit > ul > li:nth-child(2) > div.bene_img > img {
  width: 70%;
}

#benefit > ul > li:nth-child(3) > div.bene_img > img {
  width: 80%;
  margin-left: -5px;
}

#benefit > ul > li:nth-child(4) > div.bene_img > img {
  width: 78%;
}

#benefit .bene_txt {
  padding: 1rem;
  width: 65%;
}

#benefit .bene_txt p {
  color: #004990;
}

#benefit .link_delivery {
  text-align: center;
  margin-top: 0.5rem;
}

#benefit .link_delivery a {
  border-bottom: solid 1px #004990;
  padding-left: 0.5rem;
  color: #004990;
  font-size: 1.2rem;
}

#benefit .link_delivery a span {
  color: #004990;
  font-size: 1rem;
}

#benefit > ul > li:nth-child(3) > div.bene_txt > h5 {
  letter-spacing: -0.04em;
}

#setting .set_list > li {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #004990;
  line-height: 2;
}

#setting .child_list {
  font-size: 1.4rem;
  color: #222;
  line-height: 1.6;
}

#setting .attention_list {
  margin: 2rem auto 3rem;
}

#setting .attention_list li {
  font-size: 1.4rem;
  padding-bottom: 4px;
  padding-left: 1rem;
  text-indent: -1rem;
}

.infolinks02 {
  clear: both;
}

.mb20 {
  margin-bottom: 20px;
}

ul.infolinks02 li a {
  background: url(/sp/service/concierge/img/bg_sort_mark.gif) no-repeat right #efefef;
  background-size: 12px 33px;
  padding: 8px 8px;
  display: block;
  line-height: 100%;
  border-bottom: 1px solid #fff;
}

#content_select01,
#content_select02,
#content_select03,
#content_select04 {
  clear: both;
}

#content_select04 {
  margin-top: 50px;
}

#content_select05 {
  padding-top: 60px;
  margin-top: -24px;
}

.anchor_link {
  margin-top: -50px;
  padding-top: 50px;
  overflow: hidden;
}

.concierge_wrap img {
  float: left;
  vertical-allign: bottom;
}

.concierge_q_a {
  clear: both;
  margin: 20px auto;
  width: 90%;
  height: auto;
}

.open img {
  border-top: 3px #002b54 solid;
  border-right: 3px #002b54 solid;
  border-left: 3px #002b54 solid;
  border-bottom: 3px #002b54 solid;
  width: 100%;
  height: auto;
}

.close img {
  border-top: 3px #002b54 solid;
  border-right: 3px #002b54 solid;
  border-left: 3px #002b54 solid;
  border-bottom: none;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
}

.accordion_contents img {
  border-top: none;
  border-right: 3px #002b54 solid;
  border-left: 3px #002b54 solid;
  border-bottom: 3px #002b54 solid;
  width: 100%;
  height: auto;
}

.not_float {
  float: none !important;
}

/*** 2020.4.6画像からテキストに変更修正 ***/
.select01,
.select03 {
  margin: 20px 0 40px;
}

.select01_1 div p {
  line-height: 1.6;
}

.select01 img {
  display: block;
  width: 200px;
  margin: 0 auto 16px;
  float: none;
}

.select_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #af8f38;
  margin: 2% 0;
}

.select01_2 {
  margin-top: 24px;
}

.content_select02_imgs {
  margin: 0 auto 60px;
}

/* tel_area */
.tel_area {
  border-top: solid 2px #af8f38;
  border-bottom: solid 2px #af8f38;
  padding: 3% 0;
}

.tel_area dl {
  margin: 0 auto;
  text-align: center;
}

.tel_area dl * {
  display: inline-block;
  text-align: left;
}

.select03_1 .tel_area dd {
  font-weight: bold;
  font-size: 1.2rem;
}

.tel_comment {
  background: #eeeeee;
  padding: 4%;
  line-height: 1.6;
}

.tel_comment li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

li.tel_textgroup {
  padding-left: 0;
  text-indent: 0;
  font-size: 1.2rem;
}

.tel_ttl {
  font-family: "futura_abold";
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  color: #af8f38;
}

.tel_ttl img {
  width: 25px;
  margin-top: 4%;
}

.tel_time {
  display: table;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 12px auto;
}

.txt_red {
  color: #de1642;
}

.select03_1 .tel_comment {
  margin: 4% 0;
}

.guideline {
  padding: 16px 0 24px;
  line-height: 1.5;
  clear: both;
}

.guideline dt {
  font-size: 13px;
}

.guideline dd {
  padding-left: 14px;
  margin-top: 8px;
}

.guideline dd + dt {
  margin-top: 16px;
}

.guideline ol {
  padding-left: 1.4em;
}

.guideline li {
  margin-top: 0.25em;
}

.guideline .decimal li {
  list-style: decimal;
}

.guideline .alpha li {
  list-style: lower-alpha;
}

.tel {
  margin-top: 16px;
  text-align: center;
}

.tel_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "futura_abold";
  font-size: 37px;
  font-weight: 700;
  color: #004990;
}

.tel_num .icon {
  width: 30px;
  height: 30px;
  fill: #004990;
}

.tel_text {
  font-size: 13px;
  color: #004990;
  margin-top: 8px;
}

.tel_notice {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.75;
}

.contact_type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1fr;
  grid-template-columns: 70px 1fr;
  -ms-grid-rows: -webkit-min-content -webkit-min-content;
  -ms-grid-rows: min-content min-content;
  grid-template-rows: -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 16px;
  margin-top: 24px;
}

.contact_type + .contact_type {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 24px;
}

.contact_type_num {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  font-size: 13px;
  color: #fff;
  background-color: #004990;
}

.contact_type_num em {
  font-family: "futura_abold";
  font-size: 28px;
  font-weight: 700;
  margin-left: 8px;
}

.contact_type_title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.contact_type_body {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.contact_type_body img {
  width: 10%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  float: none;
}

.notice {
  padding: 16px;
  background-color: #eee;
  font-size: 12px;
  line-height: 1.5;
}

.notice li {
  padding-left: 1em;
  text-indent: -1em;
}

.notice li::before {
  content: "※";
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  position: relative;
  padding-right: 16px;
  margin: auto;
  font-size: 13px;
  color: #fff;
  background-color: #008f65;
  border-radius: 4px;
}

.button .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: #fff;
}

.button .arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  fill: #fff;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 40px;
}

.m-title-xlarge {
  text-align: center;
}

.m-icon-review img {
  width: auto;
  height: 2.8rem;
  padding-right: 0.5rem;
}

#service_review img {
  display: block;
}

#service_review section {
  margin-top: 12%;
  padding-top: 10px;
}

#service_review section:first-of-type {
  margin-top: 10%;
}

#service_review .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service_review h4,
#service_review h5,
#service_review .btn-nav,
#service_review .ex_ttl {
  font-weight: bold;
  color: #004990;
  text-align: center;
}

#service_review h4 {
  font-size: 1.8rem;
  margin: 10px 0;
  padding: 0;
}

#service_review h5 {
  font-size: 1.6rem;
  margin: 0 0 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#service_review h5:before,
#service_review h5:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #004990;
}

#service_review h5:before {
  margin-right: 1rem;
}

#service_review h5:after {
  margin-left: 1rem;
}

#service_review .annotation {
  font-size: 1.2rem;
  padding-top: 1rem;
}

#service_review .nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14px;
}

#service_review .nav .btn-nav {
  height: 70px;
  border-radius: 4px;
  background: #f0f0f0;
  padding: 10px 10px 25px;
  vertical-align: middle;
  line-height: 1.4;
  position: relative;
  font-size: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

#service_review .nav a .m-icon-arrow_down {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #004990;
  border-bottom: 2px solid #004990;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

#service_review #about .mark {
  margin-bottom: 1rem;
}

#about .mark mark {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #f6da40));
  background-image: linear-gradient(transparent 60%, #f6da40 50%);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-style: normal;
}

#see .see_cont {
  background: #e7f3fa;
  padding: 20px 12px;
}

#see .see01 img {
  margin: 0 auto;
  width: 80%;
}

#see .see01 p {
  margin: 15px 0 30px;
}

#see .see01 p:last-of-type {
  margin-bottom: 0;
}

#see .ex_ttl {
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
}

#see .ex {
  padding: 12px;
}

#see .ex_cont {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}

#see .star {
  width: 50%;
  padding: 5px 0;
}

#howto .step {
  background: #e7f3fa;
  padding: 20px 12px;
  margin-bottom: 20px;
}

#howto .step:last-child {
  margin-bottom: 40px;
}

#howto p {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}

#howto .step dt {
  margin: 0 auto 20px;
  width: 16%;
  max-width: 93px;
}

#howto .step .step_img {
  margin: 0 auto;
  width: 80%;
}

#howto .step .step_txt {
  margin-top: 15px;
}

#service_review .btn-post {
  background: #222;
  color: #fff;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  /*font-size: 1.6rem;*/
}

#service_review .btn-post .m-icon-arrow_right {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#service_review #guideline {
  border-top: 1px solid #999;
  padding: 20px 0 30px;
  margin-top: 15%;
}

#guideline h4 {
  color: #222;
}

#guideline p,
#guideline ul li {
  color: #666;
  font-size: 1.2rem;
}

#guideline .guide_txt {
  padding-bottom: 1rem;
}

#guideline .child_list {
  text-indent: 1.5rem;
}

/*dl.torioki_caution_list{margin:10px;}
dl.torioki_caution_list dt{font-weight:bold;}
dl.torioki_caution_list dd{padding-left:1em;text-indent:-1em;}*/
.service_col {
  padding: 20px 0 0;
}

.kv {
  background: #fff;
}

.m-listTitle_title {
  font-size: 1.4rem;
  padding-top: 10px;
}

.service_text {
  color: #6e7590;
  line-height: 1.6;
  margin-top: 10px;
}

.atobarai_content {
  background: #fff;
}

.atobaraiBox {
  padding-bottom: 15px;
  border-bottom: solid 1px #e0e0e7;
}

ul.stepList {
  padding-top: 15px;
}

ul.stepList li {
  margin-bottom: 10px;
}

.clf {
  display: block;
}

.clf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.service_sectionbox ul.stepList p.stepImg {
  float: left;
  width: 32%;
}

.service_sectionbox ul.stepList li div.txtArea {
  float: right;
  width: 65%;
  padding-top: 30px;
}

ul.stepList li#step01 p.stepTit {
  border-bottom: 1px dashed #6ec8f2;
  color: #13baee;
}

ul.stepList li#step02 p.stepTit {
  border-bottom: 1px dashed #fac100;
  color: #f08c00;
}

ul.stepList li#step03 p.stepTit {
  border-bottom: 1px dashed #f2a8c8;
  color: #e5438f;
}

ul.stepList li#step04 p.stepTit {
  border-bottom: 1px dashed #96c519;
  color: #81be25;
}

ul.stepList li p.stepTit {
  padding-bottom: 2px;
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: bold;
}

.service_sectionbox .txBox {
  padding: 15px 0 30px;
}

.txBox .red {
  color: #de1642;
}

.meritbox {
  font-size: 0;
}

.meritbox li {
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 7px 0 5px;
}

.ansin {
  color: #fff;
  font-weight: bold;
  background-color: #e7224f;
  border-radius: 15px;
  padding: 4px 10px 2px;
  font-size: 1.6rem;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 12px;
}

.b_box {
  color: #fff;
  font-weight: bold;
  background-color: #084b8f;
  border-radius: 15px;
  padding: 4px 10px 2px;
  font-size: 1.6rem;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

span.pink {
  color: #e7224f;
}

.b-line_txt {
  font-weight: bold;
  color: #084b8f;
  padding: 3px 0 1px;
  border-bottom: 2px solid #084b8f;
  border-top: 2px solid #084b8f;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 12px;
}

.benribox img {
  margin-bottom: 10px;
}

.benribox img.last {
  margin-bottom: 50px;
}

.b-line_txt .g_box {
  color: #fff;
  background-color: #009077;
  border-radius: 5px;
  font-size: 60%;
  margin-left: 8px;
  padding: 3px 6px 2px;
  position: relative;
  top: -2px;
}

.stepimg {
  padding: 20px 0;
}

.steptxt {
  padding: 12px;
}

.ic_02 {
  width: 100%;
  text-align: center;
}

.ic_02 img {
  width: 12%;
}

.point_ic {
  color: #e71947;
  padding-left: 10px;
}

.pink_link {
  color: #e71947;
  text-decoration: underline;
  padding: 5px 0 0 10px;
}

.service_sectionbox .y-colorbox {
  background-color: #ffffcd;
}

.service_sectionbox .b-colorbox {
  background-color: #e6f3fb;
  padding-bottom: 20px;
}

.service_sectionbox .p-colorbox {
  background-color: #fae8e8;
  margin-top: 20px;
}

.bt_area {
  text-align: left;
  margin: 15px 0;
}

.bt_area img {
  width: 48%;
}

.g-border {
  color: #8e92ad;
  border: 1px solid #8e92ad;
  margin-top: 20px;
}

/*.service_col .service_col_inner p,
.service_col .service_col_inner dd{
    color: #6e7491;
    line-height: 1.6;
}
*/
.service_col .service_col_inner h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  padding: 0 0 3px 0;
  font-weight: bold;
}

.section_01 {
  margin: 20px 0;
}

.sub_line {
  background: #fdffc6;
  padding: 20px;
  margin: 10px 0;
}

.sub_line p {
  line-height: 1.6;
  background: url(/sp/service/torioki/img/ic_01.png) no-repeat 1px 0;
  background-size: 8%;
  padding-left: 36px;
  font-size: 1.3rem;
}

.colmn_2 {
  /*float:left;
    width:323px;
    margin-right:30px;*/
  margin-top: 20px;
}

.colmn_2:nth-child(2n) {
  /*  margin-right:0;*/
}

.colmn_2 h3 {
  font-size: 16px;
  margin-bottom: 10px;
  background: #008f65;
  /*background:#de1642;*/
  padding: 3px 10px;
  color: #FFF;
  border-radius: 4px;
}

.colmn_2 h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #008f65;
}

.colmn_2 p {
  margin-top: 10px;
}

.btn_area {
  margin: 30px 0 10px;
}

.btn-w80p {
  margin-bottom: 20px;
}

.service_col .service_col_inner .txt_colmn {
  /*	float: left;
  width: 360px;
  margin-right: 17px;*/
}

.service_col .service_col_inner .fig {
  /*	float: left;
  width: 300px;*/
  width: 80%;
  margin: 10px auto;
  display: block;
}

.section_01 h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 7px;
}

.btn_link {
  width: 120px;
  margin: 15px 0 30px;
}

.caution_list {
  border: solid 1px #CCCCCC;
  padding: 20px;
  color: #6e7491;
  line-height: 1.6;
  font-size: 90%;
}

.caution_list li {
  text-indent: -1em;
  padding-left: 0.5em;
}

.caution_list li.m-link {
  text-indent: inherit;
}

.caution_list li.m-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.caution_list li.m-link a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #239bc9;
  border-right: 1px solid #239bc9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.caution_list li a {
  color: #239bc9;
}

.m-btn {
  font-size: 1.3rem;
  border-radius: 4px;
  color: #fff;
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  background: #004990;
  margin-bottom: 20px;
}
.m-btn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.attention {
  color: #233485;
  font-weight: bold;
}

h3.headerLv3 {
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: normal;
  background: #000;
  font-weight: bold;
}

.number {
  margin: 0 5px 10px;
}

.number h4.headerLv4_sub {
  margin-left: 0;
}

.headerLv4_sub {
  color: #CF1424;
  font-weight: bold;
  border-bottom: 1px dotted #CF1424;
  padding: 3px;
  margin: 4px 5px 0;
  margin-bottom: 5px;
}

.clearfix {
  zoom: 100%;
  min-height: 1px;
}

img.fitting_img {
  vertical-align: bottom;
  width: 104px;
  height: 60px;
}

.fitting_contents {
  margin: 0px 5px;
}

.number div {
  float: right;
  padding-left: 5px;
  background: #fff;
}

.txt_indt {
  text-indent: -1em;
  padding-left: 1em;
}

.txt_cl_red {
  color: #CF1424;
}

.caution_box_area {
  background: #edecec;
  border: double 3px #fff;
  padding: 15px;
  margin-top: 10px;
  lien-height: 2rem;
}

.service_blocks {
  padding: 0 0 20px;
}

.heading {
  padding: 20px 0 20px 4px;
}

.heading_2 {
  padding-bottom: 20px;
  background: #fff;
}

p.tile_text {
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 10px 10px;
  margin: 0 !important;
  font-size: 14px;
}

.tile {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
  -webkit-transition: box-shadow 1s;
}

.tile img {
  width: 100%;
}

.tile:hover {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.box {
  background-color: #e5ecf4;
}

.stp {
  line-height: 1;
  padding: 20px 0;
  background-color: #e5ecf4;
}
.stp + img {
  width: 100%;
}

.stp_des {
  width: 100%;
  font-size: 14px;
  padding: 20px;
  margin: 0px !important;
}

.tri {
  text-align: center;
  position: relative;
}

.tri img {
  width: 16%;
}

.red {
  color: #e7224f;
  font-weight: bold;
}

.buy_web {
  width: 100%;
  text-align: center;
}

.buy_web img {
  width: 68%;
}

.under {
  text-decoration: underline !important;
}

.attention_txt {
  padding: 16px;
  margin: 20px 0 !important;
  color: #6e7491;
  border: solid 1px #ccc;
  font-size: 11px;
}

.service_col {
  background: #fff;
  padding: 20px 0;
  font-size: 1.3rem;
}

.intor h3 {
  color: #004990;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 2%;
}

.intor .intor_mark img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  vertical-align: middle;
}

.situation_section {
  margin: 8% 0;
}

.situation_section h3,
.point_section h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  position: relative;
  color: #004990;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.situation_section h3:before,
.situation_section h3:after,
.point_section h3:before,
.point_section h3:after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  content: "";
  display: block;
  height: 2px;
  background: #004990;
}

.point_section h3:before,
.point_section h3:after {
  width: 38%;
}

.point_section .point_set {
  margin-bottom: 8%;
}

.point_section .point_set dt {
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 5px;
  color: #004990;
  font-size: 1.2em;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #ff9600));
  background: linear-gradient(transparent 85%, #ff9600 85%);
}

.situation_section p {
  text-align: center;
  color: #004990;
  font-size: 1.5em;
  font-weight: bold;
  margin: 4% 0;
}

.situation_section .torioki_down span {
  content: "";
  clear: both;
  display: block;
  position: relative;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #004890 transparent transparent transparent;
}

.situation_section .situation_set {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4% 0;
  padding: 4% 1% 4% 8%;
  border: solid 3px #004990;
  border-radius: 16px;
}

.situation_section .situation_set dt {
  width: 64%;
  color: #004990;
  font-size: 1.2em;
  font-weight: bold;
}

.situation_section .situation_set dt span {
  position: relative;
  padding-left: 1em;
  margin-left: -1em;
}

.situation_section .situation_set dt span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 4px solid #ff9600;
  border-bottom: 4px solid #ff9600;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.situation_section .top2 dt span:before {
  top: 1em;
}

.situation_section .situation_set dd {
  width: 36%;
}

.situation_section .situation_set_notice {
  width: 100%;
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  color: #004990;
  margin: 10px -10px 0;
}

.situation_section .situation_set_buttons {
  width: 100%;
  margin: 15px -10px 0;
}

.situation_section .situation_set_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 15px);
  height: 36px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
}

.situation_section .situation_set_button + .situation_set_button {
  margin-left: 25px;
}

.situation_section .situation_set_button.-mens {
  background-color: #a9cbf0;
}

.situation_section .situation_set_button.-ladies {
  background-color: #ffb265;
}

.point_section .point_set_notice {
  font-size: 12px;
  margin-top: 5px;
}

.ticket_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  margin: 20px 0;
}

.m-title-xlarge {
  text-align: center;
}

.m-icon-review img {
  width: auto;
  height: 2.8rem;
  padding-right: 0.5rem;
}

#login_sns img {
  display: block;
}

#login_sns section {
  margin-top: 12%;
  padding-top: 10px;
}

#login_sns section:first-of-type {
  margin-top: 10%;
}

#login_sns .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#login_sns p {
  width: 16rem;
  height: auto;
  margin: 0 auto;
}

#login_sns h3,
#login_sns h4,
#login_sns h5,
#login_sns .btn-nav,
#login_sns .ex_ttl {
  font-weight: bold;
  color: #004990;
  /*text-align: center;*/
}

#login_sns h3 {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 2rem;
}

#login_sns h4 {
  font-size: 1.4rem;
  padding: 10px 0px 10px 30px;
  background: #004990;
  color: #fff;
  margin: 10px 0;
  position: relative;
}

#login_sns h4:before {
  position: absolute;
  top: 25%;
  left: 10px;
  width: 6px;
  height: 50%;
  content: "";
  opacity: 0.4;
  background: #fff;
}

#login_sns h5 {
  font-size: 1.6rem;
  margin: 0 0 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#login_sns h5:before,
#login_sns h5:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #004990;
}

#login_sns h5:before {
  margin-right: 1rem;
}

#login_sns h5:after {
  margin-left: 1rem;
}

#login_sns .annotation {
  font-size: 1.2rem;
  padding-top: 1rem;
}

#login_sns .sns_nav {
  background: #f0f0f0;
  padding: 5% 5%;
}

#login_sns .sns_nav li + li {
  margin-top: 15px;
}

#login_sns .sns_nav .btn-nav {
  position: relative;
  display: block;
  text-decoration: none;
}

#login_sns .sns_nav a .m-icon-arrow_down {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #004990;
  border-bottom: 2px solid #004990;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/*#login_sns .sns_nav .line2 .m-icon-arrow_down {
    bottom: 25px;
}*/
#login_sns #about .mark {
  margin-bottom: 1rem;
}

#about .mark mark {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #f6da40));
  background-image: linear-gradient(transparent 60%, #f6da40 50%);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

#see .see_cont {
  background: #e7f3fa;
  padding: 20px 12px;
}

#see .see01 img {
  margin: 0 auto;
  width: 80%;
}

#see .see01 p {
  margin: 15px 0 30px;
}

#see .see01 p:last-of-type {
  margin-bottom: 0;
}

#see .ex_ttl {
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
}

#see .ex {
  padding: 12px;
}

#see .ex_cont {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}

#see .star {
  width: 50%;
  padding: 5px 0;
}

.step {
  /*background: #e7f3fa;*/
  /*padding: 20px 12px;*/
  /*margin-bottom: 20px;*/
  padding: 20px 12px 0;
}

.step:last-child {
  margin-bottom: 40px;
}

.step dt {
  margin: 0 auto 20px;
  width: 16%;
  max-width: 93px;
}

.step .step_img {
  margin: 0 auto;
  width: 80%;
}

.step .step_txt {
  margin-top: 15px;
}

.step dt {
  margin: 0;
  width: 20%;
  max-width: 100px;
}

.fp_unisize_contents .fp_unisize_title {
  color: #222;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.fp_unisize_contents .fp_common_image {
  text-align: center;
}
.fp_unisize_contents h2 {
  position: relative;
  color: #00498f;
  font-size: 20px;
  text-align: center;
  margin: 40px 0 32px;
}
.fp_unisize_contents h2:before, .fp_unisize_contents h2:after {
  position: absolute;
  content: "";
  background: #00498f;
  width: calc(50% - 90px);
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fp_unisize_contents h2:before {
  left: 0;
}
.fp_unisize_contents h2:after {
  right: 0;
}
.fp_unisize_contents h3 {
  width: 120px;
  margin: 0 auto 20px;
}
.fp_unisize_contents h3 + .fp_common_txt {
  text-align: center;
}
.fp_unisize_contents .fp_common_image {
  width: 60%;
  margin: 0 auto;
}
.fp_unisize_contents .fp_common_image img + img {
  margin-top: 15px;
}

.fp_unisize_block {
  padding: 20px;
  background: #e7f3fa;
  margin-left: auto;
  margin-right: auto;
}
.fp_unisize_block .fp_common_image {
  margin: 20px auto 0;
}
.fp_unisize_block + .fp_unisize_block {
  margin-top: 30px;
  position: relative;
}
.fp_unisize_block + .fp_unisize_block:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #004890 transparent transparent transparent;
  top: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.fp_unisize_step--title {
  background: #00498f;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  margin: 20px 0;
}
.fp_unisize_step--title + .fp_common_txt {
  text-align: center;
}
.fp_unisize_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.fp_unisize_list + .fp_unisize_step--title {
  margin-top: 40px;
}
.fp_unisize_item {
  width: calc(50% - 10px);
}
.fp_unisize_item:nth-of-type(2n) .fp_unisize_img {
  position: relative;
}
.fp_unisize_item:nth-of-type(2n) .fp_unisize_img:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #004890;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
}
.fp_unisize_txt {
  font-size: 12px;
  margin-bottom: 8px;
}
.fp_unisize_other--txt {
  text-align: center;
  font-size: 16px;
  margin: 30px 0;
}
.fp_unisize_other--txt span {
  padding: 2px;
  background: #e5ffbf;
}
.fp_unisize_network--title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.fp_unisize_network--block {
  padding: 25px;
  border: solid 1px #ccc;
}

.pages-container {
  padding-bottom: 60px;
}

@media screen and (max-width: 370px) {
  .pages-digilab .wrap_shoplist li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}