@charset "UTF-8";
/*----------------------------------------------------
HOUDAI PAGE
----------------------------------------------------*/
.breadcrumb .breadcrumb_list a {
    color: #1280b3;
}
.sp_display {
  display: none !important;
}
.lower_h2 {
  font-size: 2.7rem;
  color: #47515b;
  text-align: center;
}
.lower_h2:before {
  content: url(../img/option/houdai/head_line_gray01.webp);
  margin-right: 20px;
  vertical-align: 0.2em;
}
.lower_h2:after {
  content: url(../img/option/houdai/head_line_gray02.webp);
  margin-left: 20px;
  vertical-align: 0.2em;
}
.option24h_inner {
  width: 960px;
  margin: 0 auto 40px;;
}
.option24h_about_box {
  margin: 40px 0 80px;
}
.option24h_about_box .intro_text {
  color: #47515b;
  font-size: 1.6rem;
  margin-top: 25px;
  text-align: center;
}
.option24h_about_box .img_box {
  margin-top: 50px;
}
.time_box .img_box {
  margin-top: 55px;
}

/* オプションスライダー */
#optionSlide_wrapper {
    overflow:hidden;
    position:relative;
    width:100%;
    margin-top: 50px;
}
.optionSlide {
    position:relative;
}
.other_option {
  margin-top: 70px;
}
#optionSlide_wrapper .bx-wrapper {
    margin:0 auto;
    position:relative;
}

/* オプション - コントローラー */
#optionSlide_wrapper .bx-wrapper .bx-prev {
    left:10px;
  position: absolute;
    background:url(../img/top/slide_L.webp) no-repeat left center;
}

#optionSlide_wrapper .bx-wrapper .bx-next {
    right:10px;
  position: absolute;
    background:url(../img/top/slide_R.webp) no-repeat right center;
}

#optionSlide_wrapper .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 15px;
    outline: 0;
    width: 27px;
    height: 265px;
    text-indent: -9999px;
    z-index: 1;
}

/* オプションスライド 内容 */

.optionSlide li a {
  width: 100%;
  display: block;
  text-decoration: none;
}

.optionSlide .option_img {
  width: 250px;
  height: 155px;
  display: table-cell;
  vertical-align: middle;
  background: #d9f3ff;
}

.optionSlide li:nth-child(even) .option_img {
  background: #defafc;
}

  .optionSlide .option_img img {
    margin: 0 auto;
  }
  
.optionSlide .option_text {
  text-align: center;
  height: 110px;
  border: 1px solid #e3e3e3;
  position: relative;
  background: #fff;
}

  .optionSlide .option_text dt {
    color: #0279af;
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 11px;
  }
  
  .optionSlide .option_text dd {
    color: #333;
  }

  .optionSlide .option_text .corner {
    position: absolute;
    bottom: 0;
    right: 0;
  }

@media screen and (max-width: 640px) {
  .sp_display {
    display: block !important;
  }
  .pc_display {
    display: none !important;
  }
  .option24h_inner {
    width: 100%;
    padding: 0 20px;
  }
  .lower_h2:before {
    content: url(../img/option/24hoption/sp_head_line_gray01.webp);
    margin-right: 10px;
  }
  .lower_h2:after {
    content: url(../img/option/24hoption/sp_head_line_gray02.webp);
    margin-left: 10px;
  }
  .option24h_about_box {
    margin-bottom: 50px;
  }
  .option24h_about_box .intro_text {
    font-size: 2.0rem;
    margin-top: 25px;
  }
  .option24h_about_box .img_box {
    margin-top: 20px;
  }
  .time_box .img_box {
    margin: 25px 0 20px;
  }

  /* オプション */

  #optionSlide_wrapper {
    width: 100%;
    margin: 30px auto 0;
  }

  /* オプション - コントローラー */
  #optionSlide_wrapper .bx-wrapper .bx-prev {
    left: 10px;
    position: absolute;
    z-index: 90;
  }

  #optionSlide_wrapper .bx-wrapper .bx-next {
    right: 10px;
    position: absolute;
    z-index: 90;
  }

  /* オプションスライド 内容 */

  .optionSlide li {
    margin: 0 35px;
  }

  .optionSlide li a {
    text-decoration: none;
  }

  .optionSlide .option_text dt {
    font-size: 0.9em;
  }

  .optionSlide .option_text dd {
    font-size: 0.7em;
  }

  .optionSlide .option_text {
    border: 2px solid #e3e3e3;
  }

  /* オプション - コントローラー */
  #optionSlide_wrapper .bx-wrapper .bx-prev {
    left:0;
    opacity:0.6;
    background:url(../img/top/slide_L.webp) no-repeat center center , #e3e3e3;
  }

  #optionSlide_wrapper .bx-wrapper .bx-next {
    right:0;
    opacity:0.6;
    background:url(../img/top/slide_R.webp) no-repeat center center , #e3e3e3;
  }

  #optionSlide_wrapper .bx-wrapper .bx-controls-direction a {
    width:35px;
    height:265px;
  }

}