@charset "utf-8";
/* CSS Document */

/*背景*/
.bg_blue {
  background: #e9f4f9;
  margin: 0 auto 30px;
}
/*タイトル・テキスト*/
.sp_rate .top .section h2 {
  font-size: 2.2rem;
  color: #05659f;
}
.sp_rate .top .section h3 {
  display: block;
  color: #05659f;
  font-weight: bold;
  background: none;
  padding: 0;
  margin: 20px auto 0;
}
/*ボタン*/
.sp_rate .btn_container {
  display: flex;
}
.sp_rate .btn_container>.ace-section:has(>.btn_box) {
  width: 235px !important;
  margin: 0 20px 0 0;
}
.sp_rate .btn_container>.ace-section:has(>.btn_box):last-of-type {
  margin: 0;
}
.sp_rate .btn_box .productButton .btn_box>a {
  border: 2px solid #ccc;
  background: #fff;
}
.sp_rate .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl>.ic_arrow {
  position: relative;
  margin-left: 20px;
}
.sp_rate .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl::before {
  content: "発";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 1px;
}
.sp_rate .word_04 .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl::before {
  margin-left: 6.5rem;
}
.sp_rate .word_03 .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl::before {
  margin-left: 4.9rem;
}
/*注意*/
.info_sprate {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
}
.info_sprate>h4 {
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
}
.info_sprate>h4>img {
  width: 100px;
  margin: 0 5px 0 0;
}
.info_sprate ul li {
  position: relative;
  padding: 0 0 0 15px;
}
.info_sprate ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #05659f;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  top: 9px;
  left: 0;
}
/*SP*/
@media screen and (max-width: 767px) {
  /*タイトル・テキスト*/
  .sp_rate .top .section h3 {
    font-size: 1.8rem;
    margin: 20px 10px 0;
  }
  /*ボタン*/
  .sp_rate .btn_container {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .sp_rate .btn_container>.ace-section:has(>.btn_box) {
    width: 48%!important;
    margin: 0 auto;
  }
  .sp_rate .btn_container>.ace-section:has(>.btn_box):last-of-type {
    margin: 0 1%;
  }
  .sp_rate .btn_box .productButton {
    width: 100% !important;
  }
  .sp_rate .btn_box .productButton .btn_box>a {
    padding: 5px;
  }
  .sp_rate .btn_box .productButton .btn_box>a .btn_ttl {
    font-size: 1.2rem;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
  }
  .sp_rate .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl>.ic_arrow {
    width: 13px;
    margin: 5px 2px 5px 15px;
  }
  .sp_rate .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl::before {
    top: 4px;
  }
  .sp_rate .word_04 .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl::before {
    margin-left: 4.6rem;
  }
  .sp_rate .word_03 .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl::before {
    margin-left: 3.5rem;
  }
  /*注意*/
  .info_sprate {
    margin: 10px 20px;
  }
}