@charset "UTF-8";
/* ==================================
	共通パーツ
================================== */
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
}

.l_main {
  margin-bottom: 30px;
}

.m_sec {
  width: 1000px;
  margin: 0 auto;
  padding-top: 90px;
}

.m_sec .e_ttl_lv2 {
  text-align: center;
  margin: 0 0 26px;
}

.m_sec .e_lead {
  text-align: center;
}

/* サイクルメイト特典 共通 */
.m_blk_benefits {
  background: #e4e6f1;
  margin: 20px 0 0;
}

.m_blk_benefits .m_ttl_benefits {
  position: relative;
  background: #003e81;
  padding-left: 16px;
  padding-bottom: 12px;
}

.m_blk_benefits .m_ttl_benefits .e_ttl_lv3 {
  position: relative;
  top: -2px;
}

.m_blk_benefits .m_ttl_benefits .e_ttl_ico {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* .m_blk_benefits .m_ttl_benefits:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 7.5px 0 7.5px;
    border-color: #003e81 transparent transparent transparent;
  } */
.m_blk_benefits .e_lead_benefits {
  text-align: center;
}

.m_blk_benefits .m_cnts_benefits {
  padding: 0 16px 16px;
  letter-spacing: -0.4em;
}

.m_blk_benefits .m_cnts_benefits .e_cnts_benefits {
  display: inline-block;
  letter-spacing: normal;
}

/* ==================================
      個別指定
  ================================== */
/* メインビジュアル */
.m_mv {
  background-image: url(../../common/images/lp_mate/bg_mv.jpg);
  height: 530px;
  width: 100%;
  text-align: center;
  padding-top: 28px;
  background-size: cover;
  background-position: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.m_mv .e_img img {
  margin-left: 192px;
  overflow: hidden;
  width: 1086px;
}

.m_anchor {
  background-color: #f6f7f9;
  border-bottom: 1px solid #e8e8ea;
}

.m_anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m_anchor ul li {
  width: 200px;
  padding: 16px 0;
}

.m_anchor ul li a {
  font-size: 15px;
  width: 100%;
  height: 48px;
  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;
  border-right: 1px solid #e8e8ea;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.m_anchor ul li a:hover {
  opacity: 0.6;
}

.m_anchor ul li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #003e80;
  border-bottom: 0;
  margin-left: 10px;
}

.m_anchor ul li:first-child a {
  border-left: 1px solid #e8e8ea;
}

/* .m_anc_present {
    /* background-color: #0c1d59; 
    border-bottom: 1px solid #003e81;
  }
  .m_anc_present .e_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
  }
  .m_anc_present .e_btn {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: opacity 0.2s;
    border: 1px solid #003e81;
    padding: 0 12px;
    box-sizing: border-box;
    transition: 0.1s linear;
  }
  .m_anc_present .e_btn .txt {
    background-image: url(../../common/images/lp_mate/txt_btnpresentanc_on.png);
    background-size: contain;
    display: flex;
  }
  .m_anc_present .e_btn .txt img {
    transition: 0.1s linear;
  }
  
  .m_anc_present .e_btn .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #003e81 transparent transparent transparent;
    transition: 0.1s linear;
  }
  .m_anc_present .e_btn:hover {
    background-color: #e6ebf1;
    border-color: #e6ebf1;
  }
  .m_anc_present .e_btn:hover .txt img {
    opacity: 0;
  }
  .m_anc_present .e_btn:hover .arrow {
    border-color: #003e81 transparent transparent transparent;
  } */
/* お知らせ*/
.m_notice {
  width: 1000px;
  border: 2px solid #dc0824;
  margin: 80px auto 0 auto;
  text-align: center;
  font-weight: bold;
  color: #dc0824;
  padding: 21px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.75;
  font-size: 20px;
}

/* 自転車総合保証サービス「サイクルメイト」とは */
.m_sec_what .e_cap {
  width: 675px;
  margin: 23px auto 0;
  border: 1px solid #dddddd;
  padding: 13px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_sec_what .e_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m_sec_what .e_price div span {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.m_sec_what .e_price div:first-child {
  padding-right: 43px;
  margin-right: 43px;
  border-right: 1px solid #dddddd;
}

/* サイクルメイト特典 */
.m_sec_benefits .e_benefitlist {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m_sec_benefits .e_benefitlist li {
  width: 323px;
}

.m_sec_benefits .e_benefitlist li img {
  width: 100%;
}

.m_sec_benefits .e_benefitlist.--single li {
  width: 100%;
}

.m_sec_benefits .e_benefitnotes {
  margin-top: 14px;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  margin-bottom: 30px;
  font-size: 12px;
}

.m_sec_benefits .e_conditionlist {
  margin-top: 30px;
}

.m_sec_benefits .e_conditionlist li {
  padding-left: 14px;
  position: relative;
  font-size: 16px;
}

.m_sec_benefits .e_conditionlist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #333;
  display: block;
}

.m_sec_benefits .e_ancbtn {
  width: 240px;
  height: 50px;
  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;
  border: 1px solid #003e80;
  color: #003e80;
  font-weight: bold;
  margin: 30px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}

.m_sec_benefits .e_ancbtn:hover {
  background-color: #003e80;
  color: #fff;
}

.m_sec_benefits .e_ancbtn:hover:after {
  border-top: 8px solid #fff;
}

.m_sec_benefits .e_ancbtn:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #003e80;
  border-bottom: 0;
  margin-left: 10px;
}

/* アプリ登録・連携特典 */
.sec_app {
  padding-top: 90px;
}

.sec_app .e_heading {
  text-align: center;
  margin-bottom: 30px;
}

.sec_app .e_container {
  padding: 60px 80px;
  border: 2px solid #003e80;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_app .e_container-head {
  text-align: center;
  margin-bottom: 18px;
}

.sec_app .e_container .e_btn {
  width: 434px;
  height: 50px;
  background-color: #dc0824;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  padding: 0 12px;
  font-size: 16px;
  margin-bottom: 64px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec_app .e_container .e_btn:hover {
  background-color: #e3384e;
}

.sec_app .e_container .e_btn::after {
  content: "";
  background-image: url(../images/lp_mate/icon_blank.png);
  width: 13px;
  height: 10px;
  display: block;
  position: absolute;
  right: 12px;
}

.sec_app .e_detail {
  padding-left: 270px;
  position: relative;
}

.sec_app .e_detail > img {
  position: absolute;
  left: 0;
}

.sec_app .e_detail .e_head {
  margin-top: 44px;
  margin-bottom: 17px;
}

.sec_app .e_detail .e_head:first-child {
  margin-top: 0;
}

.sec_app .e_detail p {
  font-size: 16px;
  line-height: 1.5;
}

.sec_app .e_detail .e_table table {
  border-collapse: collapse;
  border-top: 1px solid #e4e6f1;
  width: 100%;
}

.sec_app .e_detail .e_table table tr {
  border-bottom: 1px solid #e4e6f1;
}

.sec_app .e_detail .e_table table th {
  padding: 15px 25px 15px 0;
  text-align: left;
  font-size: 16px;
}

.sec_app .e_detail .e_table table td {
  padding: 15px 0;
  font-size: 16px;
}

.sec_app .e_detail .e_table table ul li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.sec_app .e_detail .e_table table small {
  font-size: 12px;
}

.sec_app .e_detail .e_table + p {
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
}

.sec_app .e_detail .e_present {
  margin-top: 30px;
}

.sec_app .e_detail .e_present-head {
  text-align: center;
  margin-bottom: 15px;
}

.sec_app .e_detail .e_present-table img {
  width: auto;
}

/* サイクルメイトカード */
.m_sec_other {
  background: #e4e6f1;
  padding: 75px 0;
  margin-top: 90px;
}

.m_sec_other .e_txt {
  text-align: center;
}

.m_sec_other .e_list {
  margin-top: 30px;
  text-align: center;
  letter-spacing: -0.4em;
}

.m_sec_other .e_list .e_li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 16px;
}

.m_sec_other .e_list .e_li img {
  display: block;
}

.e_note {
  width: 689px;
  margin: 30px auto 0 auto;
  padding-top: 30px;
  border-top: 1px solid #cdd5e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.e_note .e_card {
  width: auto;
}

.e_note .e_text {
  font-size: 14px;
  line-height: 1.5;
  /* width: 506px; */
  margin-left: 10px;
}

.e_note .e_text small {
  font-size: 12px;
  margin-top: 6px;
  display: block;
}

.e_list_benefits_cnts__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.sec_present .e_table table tr td small {
  font-size: 12px;
}

.sm-size {
  display: block;
  margin-top: 1em;
}

.sm-size + .sm-size {
  margin-top: 0.25em;
}

/* 盗難に遭われた方*/
.sec_theft {
  padding-top: 80px;
}

.sec_theft .h {
  text-align: center;
}

.sec_theft .e_step {
  text-align: center;
  margin-top: 32px;
}

.sec_theft .e_step img {
  width: 1000px;
}

.sec_theft .e_dl {
  width: 1000px;
  margin: 30px auto 0;
}

.sec_theft .e_dl dt {
  color: #003e80;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 16px;
}

.sec_theft .e_dl dd {
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5ebf2;
  margin-bottom: 28px;
}

.sec_theft .e_dl dd:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sec_theft .e_dl .e_notelist {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 18px;
}

.sec_theft .e_dl .e_conditionlist li {
  padding-left: 14px;
  position: relative;
}

.sec_theft .e_dl .e_conditionlist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #333;
  display: block;
}
/*# sourceMappingURL=style.css.map */