@charset "UTF-8";body {
  background: #fff
}

#contents3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

#contents4 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.head_block-catch {
  font-size: 32px;
  text-align: center;
  background-color: #ffc107;
  color: #fff;
  padding: 10px;
  font-weight: 700
}

.head_block-catch.blue {
  background-color: #0754ff;
  border-bottom: solid 1px #0b348f
}

.head_block-comme {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700
}

.run-title {
  border-bottom: dashed 1px #ffc107;
  background: linear-gradient(to bottom,rgba(255,193,7,1) 0%,rgba(255,228,148,1) 6%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
  padding: 16px;
  font-size: 24px;
  margin-top: 80px
}

.run-title.blue {
  border-bottom: dashed 1px #0b348f;
  background: linear-gradient(to bottom,rgba(7,84,255,1) 0%,rgb(75 131 255) 6%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%)
}

.run-comme {
  margin: 0
}

.run-caption {
  font-size: 20px;
  margin: 40px 0 10px
}

.run-item-block {
  display: flex;
  flex-wrap: wrap;
  border-top: dashed 1px #222;
  border-left: dashed 1px #222
}

.run-item-unit {
  width: calc(100% / 3);
  border-right: dashed 1px #222;
  border-bottom: dashed 1px #222;
  box-sizing: border-box
}

.run-item-unit-full {
  width: 100%;
  border-right: dashed 1px #222;
  border-bottom: dashed 1px #222;
  box-sizing: border-box
}

.run-item-unit-2 {
  width: calc(100% / 2);
  border-right: dashed 1px #222;
  border-bottom: dashed 1px #222;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

.run-item-catch {
  padding: 10px 20px;
  border-bottom: dashed 1px #222;
  margin: 0;
  font-size: 16px;
  background: #ffeb3b;
  text-align: justify;
  min-height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}

.run-item-catch.blue {
  background: #97c0ff
}

.run-item-unit-full .run-item-image {
  width: 100%;
  padding: 10px;
  border-bottom: dashed 1px #222;
  height: auto;
  max-height: 100%
}

.run-item-image {
  width: 100%;
  padding: 10px;
  border-bottom: dashed 1px #222;
  height: 350px;
}

.run-item-image img {
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto
}

.run-item-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  height: 118px;
  padding: 10px;
  border-bottom: dashed 1px #222;
  justify-content: center
}

.run-item-wrap-auto {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  padding: 10px;
  border-bottom: dashed 1px #222;
  justify-content: center;
  min-height: 100px
}

.run-item-name {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  text-align: center
}

.run-item-price {
  margin: 0;
  text-align: center
}

.run-item-buy {
  display: block;
  margin: 0 auto;
  padding: 10px;
  background: #ff9800;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  width: 164px;
  margin: 10px auto;
  border:solid 1px #ff9800;
}

.run-item-buy:hover {
  background: #fff;
  color:#ff9800;
}

.run-navi-btn {
  border: 3px solid #3F51B5;
  color: #000;
  background-color: #FFC107;
  text-align: center;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  display: block;
  width: 70%;
  margin: 40px auto;
  font-weight: 700
}

.run-navi-btn.blue {
  background-color: #022f7a;
  color: #fff
}

@media only screen and (max-width: 767px) {
  body {
    background:#fff
  }

  #contents3 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
  }

  #contents4 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
  }

  .head_block-catch {
    font-size: 30px;
    text-align: center;
    background-color: #ffc107;
    color: #fff;
    padding: 10px;
    font-weight: 700
  }

  .head_block-comme {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700
  }

  .run-title {
    border-bottom: dashed 1px #ffc107;
    background: linear-gradient(to bottom,rgba(255,193,7,1) 0%,rgba(255,228,148,1) 6%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    padding: 16px;
    font-size: 20px;
    margin-top: 30px
  }

  .run-comme {
    margin: 0;
    font-size: 14px
  }

  .run-caption {
    font-size: 20px;
    margin: 30px 0 10px
  }

  .run-item-block {
    display: flex;
    flex-wrap: wrap;
    border-top: dashed 1px #222;
    border-left: dashed 1px #222
  }

  .run-item-unit {
    width: 100%;
    border-right: dashed 1px #222;
    border-bottom: dashed 1px #222;
    box-sizing: border-box
  }

  .run-item-unit-2 {
    width: 100%;
    border-right: dashed 1px #222;
    border-bottom: dashed 1px #222;
    box-sizing: border-box
  }

  .run-item-catch {
    padding: 10px 10px;
    border-bottom: dashed 1px #222;
    margin: 0;
    font-size: 15px;
    background: #ffeb3b;
    text-align: left;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px
  }

  .run-item-image {
    width: 100%;
    padding: 10px;
    border-bottom: dashed 1px #222;
    height: auto;
    /* max-height: 158px; */
  }

  .run-item-image img {
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto
  }

  .run-item-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    height: auto;
    padding: 10px;
    border-bottom: dashed 1px #222;
    justify-content: center
  }

  .run-item-wrap-auto {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    padding: 10px;
    border-bottom: dashed 1px #222;
    justify-content: center;
    margin-bottom: auto
  }

  .run-item-name {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-align: left
  }

  .run-item-price {
    margin: 0;
    text-align: center
  }

  .run-item-buy {
    display: block;
    margin: 0 auto;
    padding: 10px;
    background: #ff9800;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    width: 164px;
    margin: 10px auto
  }

  .run-navi-btn {
    border: 3px solid #3F51B5;
    color: #000;
    background-color: #FFC107;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin: 30px auto;
    font-weight: 700
  }
}
