@charset "utf-8";
/*////////////////////////////////////////////////////////////////

	サイクルポート　トップページ

///////////////////////////////////////////////////////////////*/

/* 自転車館
------------------------------------------------------------------*/
.jitensyakan {
  margin-bottom: 50px;
  font-family: verdana, meiryo, sans-serif;
}
.jitensyakan-ttl {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.jitensyakan-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 10px;
  margin-bottom: 10px;
}
.jitensyakan-list li {
  width: 136px;
  min-height: 332px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.jitensyakan-list-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 0 5px 10px;
}
.jitensyakan-list_img {
  margin-bottom: 10px;
}
.jitensyakan-list_img img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.jitensyakan-list_item {
  margin-bottom: 10px;
  text-align: justify;
}
.jitensyakan-list_item a:hover {
  text-decoration: none;
}
.jitensyakan-list_price {
  margin-bottom: 10px;
  font-weight: bold;
  color: #c40000;
}
.jitensyakan-list_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 45px;
  background-color: #3ea917;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.jitensyakan-list_btn a:hover {
  text-decoration: none;
}
.jitensyakan-link {
  text-align: right;
}
.jitensyakan-link a {
  color: #0034ca;
  text-decoration: underline;
}
.jitensyakan-link a:hover {
  text-decoration: none;
}
.jitensyakan-link a::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  border: 4.5px solid transparent;
  border-left: 5px solid #a22629;
  border-right: none;
  vertical-align: middle;
}
.jitensyakan-link a::after {
  content: "";
  padding-left: 3px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(/public/img/common/icon_another_link.svg) right center no-repeat;
  vertical-align: middle;
}
/* ====================================================
  サイクルポート設置の基礎知識
====================================================*/
.merit-sec {
  margin-top: 40px;
  margin-bottom: 48px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.merit-sec_hd {
  margin-bottom: 16px;
  padding: 10px 10px 10px 20px;
  background-color: #c40000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.merit-box {
  margin: 0 20px 40px;
}
.merit-box_hd-sub {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.merit-block {
  margin: 0 10px 32px 10px;
}
.merit-block_hd-sub {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.merit-block_lead {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}
.merit-block_list-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 46px;
  margin: 0 10px 8px 10px;
  .merit-block_margin {
    position: relative;
    width: 228px;
    text-align: center;
  }
  img {
    display: block;
    margin-bottom: 8px;
    width: 228px;
    height: 174px;
    object-fit: contain;
  }
  .merit-block_margin_note {
  position: absolute;
  top:48%;
  left: 8%;
  font-size: 14px;
  text-align: right;
  letter-spacing:-0.07em
  }
}
.merit-block_list {
  li {
    display: flex;
  }
  img {
    display: flex;
    margin-bottom: 25px;
    max-width: 228px;
    height: 171px;
    object-fit: contain;
  }
  .file_04 {
    max-width: 227px;
    height: 170px;
  }
  .pic_option {
    height: 80px;
    margin-bottom: 8px;
  }
}
.merit-block_center {
  height: 189px;
  display: flex;
  align-items: center;
  .merit-block_step {
    margin-left: 40px;
  }
  .merit-block_right {
    margin-left: 24px;
    
  }
}
.merit-block_strong {
  letter-spacing: -0.05em;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: bold;
}
.merit-block_step_hd {
  color: #c40000;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.merit-block_txt {
  font-size: 13px;
  line-height: 1.3;
  text-align: justify;
}
.merit-block_link {
  text-align: right;
  text-decoration: none;
  color: #2467c5;
  font-size: 13px;
}
.merit-block_link a {
  color: #2467c5;
}
.merit-block_list-number {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 46px;
  img {
    width: 228px;
    object-fit: contain;
  }
  .ttl {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
  }
  .ttl:before {
    position: relative;
    display: inline-flex;
    height: 25px;
    width: 25px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #c40000;
    font-weight: 700;
    color: #fff;
    margin-right: 6px;
    counter-increment: number 1;
    content: counter(number) "";
    line-height: 25px;
  }
}
.merit-block_headline {
  position: relative;
  margin-bottom: 24px;
  padding: 10px;
  background-color: #eee;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.merit-block_list-roof {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px 2px;
  li {
    width: 103px;
  }
  img {
    width: 103px;
    height: 103px;
    margin-bottom: 8px;
  }
}
.merit-block_list-roof-strong {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.merit-block_list-roof-note {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  font-size: 11px;
  margin: 5px 0;
  padding: 5px 0;
  line-height: 1.3;
}
.merit-block_list-roof-note2 {
  font-size: 11px;
  line-height: 1.3;
}
.merit-block_txt-option{
  font-size: 13px;
  line-height: 1.2;
  text-align: justify;
}
.merit-block_note {
  font-size: 14px;
  text-align: right;
  letter-spacing:-0.07em
}

/* ====================================================
  理想の自転車置き場を作ろう！施工事例集
====================================================*/
.example-sec {
  margin: 0 20px 40px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.example-sec_lead {
  margin-left: 10px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 32px;
}
.example-sec_hd {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
  font-weight: bold;
}
.example-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
  margin: 0 10px 40px 10px;
  img {
    display: block;
    margin: 0 auto 16px;
    width: 100%;
    object-fit: contain;
  }
}
.example-block_txt {
  font-size: 14px;
  text-align: justify;
  height: 120px;
}
.example-block_link {
  margin-top: 16px;
  text-align: right;
  color: #2467c5;
}
.example-block_link a {
  font-size: 14px;
  color: #2467c5;
  background-size: 8px;
}
.example-block_note {
  margin-bottom: 8px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}