@charset "UTF-8";
/* template（style.cssに反映予定） */
.l-container {
  margin-left: 0;
}

/* 共通 */
.indexsection-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}

/* kv */
.kv {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.kv img {
  width: 100%;
}

/* ボタン */
.btn-top-apply {
  font-size: 18px;
  background-color: #ff0033;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 10px 55px;
  border-radius: 29px;
  text-decoration: none;
}
.btn-top-apply span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.btn-top-apply span:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  width: 30px;
  height: 28px;
  display: inline-block;
  content: "";
  background: url(/common_c/images/common/icon-apply.svg) no-repeat top left;
}

/* 障害情報 */
.top_emergency .heademergency {
  background-color: #fff;
  margin-bottom: -40px;
}

/* お知らせ */
.topic-area {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

/* ナビゲーション */
.top-gnavi {
  background-color: #F4F5F8;
  padding: 15px 0;
}
.top-gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 530px;
  gap: 0 20px;
  margin: 0 auto;
}
.top-gnavi ul li {
  width: 90px;
}
.top-gnavi ul li a {
  display: block;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.top-gnavi ul li a:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(/common_c/images/common/icon-gnavi-plan.svg) no-repeat center center;
  background-size: 60px 60px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: 15px;
}
.top-gnavi ul li a:after {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 8px 0px #e5e5e5;
          box-shadow: 3px 3px 8px 0px #e5e5e5;
  border-radius: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
  z-index: 1;
}
.top-gnavi ul li a span {
  display: block;
  text-align: center;
  margin-top: 38px;
  line-height: 1;
}
.top-gnavi ul li:nth-child(2) a:before {
  background: url(/common_c/images/common/icon-gnavi-lineup.svg) no-repeat center center;
  background-size: 34px 60px;
}
.top-gnavi ul li:nth-child(3) a:before {
  background: url(/common_c/images/common/icon-gnavi-sim.svg) no-repeat center center;
  background-size: 48px 60px;
}
.top-gnavi ul li:nth-child(4) a:before {
  background: url(/common_c/images/common/icon-gnavi-service.svg) no-repeat center center;
  background-size: 60px 60px;
}
.top-gnavi ul li:nth-child(5) a:before {
  background: url(/common_c/images/common/icon-gnavi-support.svg) no-repeat center center;
  background-size: 60px 60px;
}
.top-gnavi ul li.sale a em {
  content: "";
  width: 28px;
  height: 29px;
  background: url(/common_c/images/common/icon-gnavi-lineup-sale.svg) no-repeat top center;
  display: block;
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 3;
}

/* キャンペーン/おトク情報 */
.cp-otoku {
  padding: 60px 0 40px;
}
.cp-otoku h2 {
  margin-bottom: 30px;
}
.cp-otoku .indexsection-title {
  color: #ff0033;
}
.cp-otoku .indexreccomend {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}
.cp-otoku .bnr-campaign-list-top-wrapper {
  padding-bottom: 20px;
}
.cp-otoku .bnr-campaign-list-top-wrapper li {
  height: 325px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px -3px #c4c4c4;
          box-shadow: 0px 0px 15px -3px #c4c4c4;
  border-radius: 10px;
}
.cp-otoku .bnr-campaign-list-top-wrapper li img, .cp-otoku .bnr-campaign-list-top-wrapper li source {
  height: 325px;
  width: 325px;
}
.cp-otoku .btn-top {
  font-size: 16px;
  border: 1px solid #323232;
  padding: 10px;
  border-radius: 25px;
  min-width: 275px;
  display: inline-block;
  font-weight: bold;
}

/* 選べる料金プラン */
.plan-area .indexsection-title {
  font-size: 26px;
  margin-bottom: 40px;
}
.plan-area #plan_oyakowari .plan-inner {
  max-width: 1070px;
}
.plan-area #plan_oyakowari .plan-detail-tab-item:last-of-type {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.plan-area .plan-ouchi-ab-none {
  display: none !important;
}
.plan-area .plan-table.plan-ouchi-ab-none {
  display: table !important;
}
.plan-area .plan-accordion-ex .accordion-icon {
  background-color: #ff0033;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.plan-area .plan-accordion-ex .accordion-icon span {
  background: #fff;
}
.plan-area .plan-accordion-ex .accordion-icon span:nth-child(1) {
  height: 10px;
  left: 9px;
  top: 5px;
}
.plan-area .plan-accordion-ex .accordion-icon span:nth-child(2) {
  width: 10px;
  left: 5px;
  top: 9px;
}
.plan-area .plan-txt-ex.index-bold {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.plan-area #top-plan-slider {
  display: block;
  max-width: 1070px;
  margin: 0 auto 20px;
}
.plan-area #top-plan-slider h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.plan-area #top-plan-slider .bnr-small-slider-wrapper2 {
  position: relative;
  overflow: hidden;
}
.plan-area .top-none {
  display: none;
}
.plan-area .top-none + .plan-accordion-ex {
  border-top: dotted 2px #ccc;
}
.plan-area .plan-detail-tab-content.plan-detail-tab-content-ouchi .plan-ouchi-ab-none {
  display: block !important;
}

/* 豊富な製品ラインアップ */
.indexlineup {
  padding-top: 60px;
  padding-bottom: 60px;
}
.indexlineup .indexsection-title {
  font-size: 32px;
  margin-bottom: 40px;
}
.indexlineup .l-inner {
  max-width: 1040px;
}
.indexlineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.indexlineup-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.indexlineup-list-item h3 {
  font-size: 16px;
  font-weight: bold;
}
.indexlineup-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px 20px 20px;
}
.indexlineup-list-item a span {
  text-align: center;
}
.indexlineup-list-item a span img {
  width: 80%;
}
.indexlineup-list-item a h3 {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  text-align: center;
}
.indexlineup .btn-top {
  font-size: 14px;
  border: 1px solid #323232;
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  min-width: 275px;
  display: inline-block;
  font-weight: bold;
}

/* ワイモバイルのおすすめポイント */
#osusume_a {
  padding-top: 60px;
  padding-bottom: 60px;
}
#osusume_a .indexsection-title {
  font-size: 32px;
  margin-bottom: 40px;
}
#osusume_a .btn-top {
  font-size: 16px;
  border: 1px solid #323232;
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  min-width: 275px;
  display: inline-block;
  font-weight: bold;
  margin-top: 25px;
}
#osusume_a .indexmessage-inner {
  /*
  padding-bottom: 30px;
  */
}

/* おすすめ情報 */
.indexosusume {
  padding-top: 60px;
  padding-bottom: 60px;
}
.indexosusume .indexreccomend .indexsection-title {
  font-size: 24px;
}
.indexosusume .indexreccomend .btn-top {
  font-size: 16px;
  border: 1px solid #323232;
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  min-width: 275px;
  display: inline-block;
  font-weight: bold;
  margin-top: 25px;
}

/* お知らせ */
.indexinfo {
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
}
.indexinfo .indexsection-title {
  font-size: 24px;
  margin-bottom: 40px;
}
.indexinfo-more {
  text-align: center;
}
.indexinfo .tab {
  margin-bottom: 0 !important;
}
.indexinfo .tab-list {
  padding: 0;
}
.indexinfo .tab-list-item {
  font-size: 16px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  color: #7C7E87;
  background-color: #DFE1E9;
}
.indexinfo .tab-list-item.is-active {
  color: #fff;
  border: 0;
  background-color: #ff0033;
}
.indexinfo .list-info-item:first-child {
  border-top: none;
}
.indexinfo .list-info-item {
  border-bottom: 1px solid #7C7E87;
}
.indexinfo .list-info-item > a {
  padding: 26px 20px 26px 110px;
}
.indexinfo .list-info-item > a:after {
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  background-image: url(/common_c/images/index/icon_arrow.svg);
  z-index: 1;
}
.indexinfo .list-info-item > a.list-info-blank:after {
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  background-image: url(/common_c/images/index/icon_blank.svg);
  z-index: 1;
}
.indexinfo .list-info-item .list-info-category {
  border: 1px solid #ff0033;
  color: #ff0033;
  font-weight: bold;
  border-radius: 2px;
}
.indexinfo .btn-top {
  font-size: 16px;
  border: 1px solid #323232;
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  min-width: 275px;
  display: inline-block;
  font-weight: bold;
  margin-top: 25px;
}

/* CMギャラリー */
.indexcm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.indexcm .indexsection-title {
  margin-bottom: 40px;
}
.indexcm-item {
  display: block;
  width: 635px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.indexcm-item:after {
  content: "";
  display: block;
  background: url(../images/common/icon/icon_play.svg) no-repeat center center;
  background-size: 83px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.indexcm .btn-top {
  font-size: 16px;
  border: 1px solid #323232;
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  min-width: 275px;
  display: inline-block;
  font-weight: bold;
  margin-top: 25px;
}

/* 公式SNS */
.indexsns {
  padding-top: 60px;
  padding-bottom: 60px;
}
.indexsns .indexsection-title {
  font-size: 24px;
  margin-bottom: 40px;
}

/* 重要なお知らせ */
.emergency2 {
  padding-bottom: 40px;
}
.emergency2 .heademergency {
  background-color: #fff;
  margin-left: 0;
}
.emergency2 .heademergency .l-inner {
  max-width: 1040px;
}
.emergency2 .heademergency .heademergency-table.heademergency-table-red {
  display: block;
}
.emergency2 .heademergency .heademergency-table.heademergency-table-red tbody, .emergency2 .heademergency .heademergency-table.heademergency-table-red tr {
  display: block;
  width: 100%;
}
.emergency2 .heademergency .heademergency-table.heademergency-table-red th {
  display: block;
  font-size: 15px;
  font-weight: bold;
  background-color: #323232;
  border-radius: 10px 10px 0 0;
  width: 100%;
  padding: 9px 0;
}
.emergency2 .heademergency .heademergency-table.heademergency-table-red td {
  display: block;
  background-color: #F4F5F8;
  border-radius: 0 0 10px 10px;
  width: 100%;
  border-right: 0;
  border-top: 0;
}
.emergency2 .heademergency .heademergency-table.heademergency-table-red td:last-child {
  border-bottom: 0;
}
.emergency2 .heademergency .heademergency-table.heademergency-table-red td .heademergency-table-message {
  padding: 20px 40px 20px 40px;
}
.emergency2 .heademergency .heademergency-table.heademergency-table-red td .heademergency-table-message:after {
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 16px;
  width: 11px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  background-image: url(/common_c/images/index/icon_arrow.svg);
  z-index: 1;
}

@media (max-width: 768px) {
  /* ナビゲーション */
  .top-gnavi {
    padding: 22px 0;
  }
  .top-gnavi ul {
    width: 96%;
    gap: 0;
    margin: 0 auto;
  }
  .top-gnavi ul li {
    width: 20%;
    height: auto;
  }
  .top-gnavi ul li a {
    font-size: 13px;
  }
  .top-gnavi ul li a:before {
    width: 60px;
    height: 60px;
    top: 0;
    background-size: 36px 36px;
  }
  .top-gnavi ul li a:after {
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }
  .top-gnavi ul li a span {
    margin-top: 8px;
  }
  .top-gnavi ul li:nth-child(2) a:before {
    background-size: 20px 36px;
  }
  .top-gnavi ul li:nth-child(3) a:before {
    background-size: 29px 36px;
  }
  .top-gnavi ul li:nth-child(4) a:before {
    background-size: 36px 36px;
  }
  .top-gnavi ul li:nth-child(5) a:before {
    background-size: 36px 36px;
  }
  .top-gnavi ul li.sale a em {
    top: -7px;
    right: -1px;
  }
  /* 追従ナビ */
  .l-footer-control {
    display: none !important;
  }
  /* ボタン */
  .btn-top-apply span {
    font-size: 15px;
    padding-left: 30px;
  }
  .btn-top-apply span:before {
    margin-top: -12px;
    width: 24px;
    height: 23px;
    background: url(/common_c/images/common/icon-apply.svg) no-repeat top left;
    background-size: 24px 23px;
  }
  /* トピック */
  .indextopic {
    padding-left: 20px;
    width: auto;
  }
  /* キャンペーン */
  .cp-otoku {
    padding: 40px 0;
  }
  .cp-otoku h2 {
    font-size: 23px;
  }
  .cp-otoku .bnr-campaign-list-top-wrapper {
    width: 306px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 15px;
  }
  .cp-otoku .bnr-campaign-list-top-wrapper .bnr-campaign-top {
    width: 306px;
    max-width: 100%;
  }
  .cp-otoku .bnr-campaign-list-top-wrapper .bnr-campaign-top li {
    height: 305px;
  }
  .cp-otoku .bnr-campaign-list-top-wrapper .bnr-campaign-top li img, .cp-otoku .bnr-campaign-list-top-wrapper .bnr-campaign-top li source {
    height: 305px;
    width: 305px;
  }
  .cp-otoku .btn-top {
    min-width: 225px;
  }
  /* 障害情報 */
  .top_emergency .heademergency {
    margin: 20px 0px -20px 0;
    background: none;
    padding: 0;
  }
  /* 重要なお知らせ */
  .emergency2 {
    padding-bottom: 20px;
  }
  .emergency2 .heademergency .heademergency-table.heademergency-table-red th {
    font-size: 14px;
  }
  .emergency2 .heademergency .heademergency-table.heademergency-table-red td {
    padding: 0;
  }
  .emergency2 .heademergency .heademergency-table.heademergency-table-red td .heademergency-table-message {
    padding: 15px 10px;
  }
  .emergency2 .heademergency .heademergency-table.heademergency-table-red td .heademergency-table-message:after {
    width: 8px;
    height: 12px;
    margin-top: -6px;
    right: 10px;
    background-size: 8px 12px;
  }
  /* 選べる料金プラン */
  .plan-area .indexsection-title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .plan-area #top-plan-slider h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .plan-area #top-plan-slider .bnr-small-slider-wrapper2 {
    width: 220px;
    max-width: 100%;
    overflow: visible;
    margin: 0 auto;
  }
  .plan-area #top-plan-slider .bnr-small-slider-wrapper2 bnr-small-slider2 {
    width: 220px;
    max-width: 100%;
  }
  .plan-area #top-plan-slider .swiper-pagination {
    bottom: -20px;
  }
  /* 選べるラインアップ */
  .indexlineup {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .indexlineup .indexsection-title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .indexlineup .indexlineup-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .indexlineup .indexlineup-list-item {
    width: calc(50% - 10px);
  }
  .indexlineup .indexlineup-list-item span {
    margin-bottom: 5px;
  }
  .indexlineup .indexlineup-list-item h3 {
    font-size: 13px;
  }
  .indexlineup .btn-top {
    min-width: 225px;
  }
  /* ワイモバイルのおすすめポイント */
  #osusume_a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #osusume_a .indexsection-title {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  #osusume_a .btn-top {
    font-size: 14px;
    min-width: 225px;
  }
  #osusume_a .indexmessage-inner {
    padding-bottom: 20px;
  }
  /* おすすめ情報 */
  .indexosusume {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .indexosusume .indexsection-title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .indexosusume .indexreccomend .btn-top {
    font-size: 14px;
    min-width: 225px;
  }
  /* CMギャラリー */
  .indexcm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .indexcm .indexsection-title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .indexcm-item {
    width: 100%;
  }
  .indexcm-item:after {
    background-size: 43px 43px;
  }
  .indexcm h4 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .indexcm .btn-top {
    font-size: 14px;
    min-width: 225px;
  }
  /* お知らせ */
  .indexinfo {
    padding: 40px 15px 40px;
  }
  .indexinfo .l-inner {
    padding: 0;
  }
  .indexinfo .indexsection-title {
    font-siez: 21px;
    margin-bottom: 25px;
  }
  .indexinfo .tab-list-item {
    height: 32px;
    font-size: 14px;
  }
  .indexinfo .list-info-item > a {
    text-indent: 0;
    padding: 10px 25px 10px 10px;
  }
  .indexinfo .list-info-item > a p {
    display: block;
  }
  .indexinfo .list-info-item > a.list-info-blank:after, .indexinfo .list-info-item > a:after {
    right: 10px;
  }
  .indexinfo .btn-top {
    font-size: 14px;
    min-width: 225px;
  }
  /* SNS */
  .indexsns {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .indexsns .indexsection-title {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .indexsns .bottom-sns-list {
    margin-bottom: 0;
  }
  .indexsns .bottom-sns-list-item img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 375px) {
  /* 選べるラインアップ */
  .indexlineup .indexlineup-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
/* icon-animation-2021-10-06 */
.box-product-image {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-top: 15px;
}
.box-product-image span {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  background-image: url(/common_c/images/index/purpose_fee.png);
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-position: 0 0;
}
.box-product-image span.icon_move {
  background-image: url(/common_c/images/index/purpose_fee_noloop.gif);
}

.indexpurpose-image-campaign span {
  background-image: url(/common_c/images/index/purpose_campaign.png);
}
.indexpurpose-image-campaign span.icon_move {
  background-image: url(/common_c/images/index/purpose_campaign_noloop.gif);
}
.indexpurpose-image-shop span {
  background-image: url(/common_c/images/index/purpose_shop.png);
}
.indexpurpose-image-shop span.icon_move {
  background-image: url(/common_c/images/index/purpose_shop_noloop.gif);
}
.indexpurpose-image-store span {
  background-image: url(/common_c/images/index/purpose_store.png);
}
.indexpurpose-image-store span.icon_move {
  background-image: url(/common_c/images/index/purpose_store_noloop.gif);
}

.box-block-link:hover {
  opacity: 1;
}
.box-block-link:hover .box-product-image span.icon_move {
  background-image: url(/common_c/images/index/purpose_fee_loop.gif);
}
.box-block-link:hover .indexpurpose-image-campaign span.icon_move {
  background-image: url(/common_c/images/index/purpose_campaign_loop.gif);
}
.box-block-link:hover .indexpurpose-image-shop span.icon_move {
  background-image: url(/common_c/images/index/purpose_shop_loop.gif);
}
.box-block-link:hover .indexpurpose-image-store span.icon_move {
  background-image: url(/common_c/images/index/purpose_store_loop.gif);
}

/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {
  .index3point ul li p {
    font-size: 11px;
  }
  .index3point ul li small {
    font-size: 9px;
  }
}
/* kv切り替え用 */
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 目的から探す＆お手続きはこちらから_ABテスト用 */
/* 目的から探す */
.indexpurpose-image-ymotoku span {
  background-image: url(/common_c/images/index/purpose_ymotoku.png);
}
.indexpurpose-image-transfer span {
  background-image: url(/common_c/images/index/purpose_transfer.png);
}
.indexpurpose-image-kihen span {
  background-image: url(/common_c/images/index/purpose_kihen.png);
}
.indexpurpose-image-new span {
  background-image: url(/common_c/images/index/purpose_new.png);
}

@media (max-width: 768px) {
  .indexpurpose_b .box-product {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .indexpurpose_b .box-product-image {
    margin-top: 0;
    height: auto;
    margin-bottom: 2px;
  }
  .indexpurpose_b .box-product-image span {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    margin: 0 auto;
  }
}
.indexpurpose_b a.box-block-link:hover {
  opacity: 0.7;
}

/* お手続きはこちらから */
.procedures .box-product.d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 5px 20px;
}
@media (max-width: 768px) {
  .procedures .box-product.d-flex {
    padding: 5px;
  }
}
.procedures h3 {
  margin: 0 auto;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .procedures h3 {
    padding-right: 15px;
  }
}
.procedures h3 span:before, .procedures h3 span:after {
  content: "";
  background: #ff0033;
  width: 2px;
  height: 1.25em;
  margin: 0 0.8em 4px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.procedures h3 span:before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.procedures h3 span:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.procedures .box-product-image {
  width: 120px;
  height: 60px;
}
@media (max-width: 768px) {
  .procedures .box-product-image {
    width: 80px;
    padding-left: 10px;
  }
}
.procedures span {
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  margin: 0 auto;
}
.procedures a.box-block-link:hover {
  opacity: 0.7;
}