@charset "utf-8";
#telephone-response #contents h2 {
  text-align: center;
  font-weight: normal;
  color: #12566c;
}
#telephone-response #contents h3 {
  font-weight: normal;
  color: #12566c;
}
#telephone-response #sec02 p, #telephone-response #sec03 p, #telephone-response #sec04 p {
  font-size: 1.4rem;
  font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 2;
}
#telephone-response #sec02 p + p {
  margin-top: 25px;
}
#telephone-response #sec03 .merit_box {
  background-color: #FFFFFF;
}
#telephone-response #sec04 .program_box {
  background-color: #FFFFFF;
}
#telephone-response #sec04 .step_flow h4 {
  font-weight: normal;
  color: #12566c;
  text-align: center;
}
#telephone-response #sec04 .step_flow .txt {
  color: #FFFFFF;
  font-family: "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  border-radius: 10px;
  background-color: #39c3d4;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
#telephone-response .list_style01 li {
  padding-left: 1em;
  position: relative;
  font-size: 1.4rem;
  font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 2;
}
#telephone-response .list_style01 li:before {
  width: 2px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 5px;
  border-radius: 5px;
  background-color: #000000;
  content: "";
}
#telephone-response #sec05 h3 span.step_icon {
  color: #FFFFFF;
  background-color: #12566c;
}
#telephone-response .ol_style {
  counter-reset: number;
}
#telephone-response .ol_style > li {
  padding-left: 1.6em;
  position: relative;
}
#telephone-response .ol_style > li:before {
  counter-increment: number;
  content: counter(number)".";
  color: #333333;
  position: absolute;
  left: 0px;
  top: -1px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

pcSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px), print {
  #telephone-response #contents h2 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
  #telephone-response #contents h3 {
    font-size: 2.5rem;
  }
  #telephone-response #sec02 {
    margin: 0 0 65px;
  }
  #telephone-response #sec03 {
    margin: 0 0 65px;
  }
  #telephone-response #sec03 .merit_box {
    padding: 45px;
  }
  #telephone-response #sec03 .merit_box p + h3 {
    margin-top: 45px;
  }
  #telephone-response #sec04 {
    margin: 0 0 65px;
  }
  #telephone-response #sec04 .program_box {
    padding: 45px;
  }
  #telephone-response #sec04 h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  #telephone-response #sec04 .lead {
    margin-bottom: 25px;
  }
  #telephone-response #sec04 .step_flow {
    margin-bottom: 35px;
  }
  #telephone-response #sec04 .step_flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -4.5%;
    flex-wrap: wrap;
  }
  #telephone-response #sec04 .step_flow ul li {
    margin: 0 4.5%;
    flex-basis: 24%;
  }
  #telephone-response #sec04 .step_flow h4 {
    font-size: 2.5rem;
  }
  #telephone-response #sec04 .step_flow .txt {
    padding: 20px 0;
    letter-spacing: -0.06em;
    font-size: 2rem;
    position: relative;
  }
  #telephone-response #sec04 .step_flow .txt:after {
    background-image: url(../../images/telephone-response/bg_telephone-response_02.png);
    width: 39px;
    margin: auto 0;
    height: 57px;
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -65px;
    content: "";
  }
  #telephone-response #sec04 .step_flow ul li:last-of-type .txt:after {
    display: none;
  }
  #telephone-response #sec05 h3 {
    margin: 50px 0 20px;
  }
  #telephone-response #sec05 h3 span.step_icon {
    padding: 6px 20px 4px;
    font-size: 2rem;
    margin-right: 15px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IE Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #telephone-response #sec05 h3 span.step_icon {
    padding: 8px 20px 1px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

spSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width: 767px) {
  #telephone-response #contents h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #telephone-response #contents h3 {
    font-size: 1.8rem;
  }
  #telephone-response #sec01 .picbox {
    padding-bottom: 30px;
}
  #telephone-response #sec02 {
    margin: 0 0 30px;
  }
  #telephone-response #sec02 p + p {
    margin-top: 15px;
  }
  #telephone-response #sec03 {
    margin: 0 0 30px;
  }
  #telephone-response #sec03 .merit_box {
    padding: 15px 3.5%;
  }
  #telephone-response #sec03 .merit_box p + h3 {
    margin-top: 30px;
  }
  #telephone-response #sec04 {
    margin: 0 0 30px;
  }
  #telephone-response #sec04 .program_box {
    padding: 15px 3.5%;
  }
  #telephone-response #sec04 h3 {
    margin-bottom: 15px;
  }
  #telephone-response #sec04 .lead {
    margin-bottom: 15px;
  }
  #telephone-response #sec04 .step_flow {
    margin-bottom: 15px;
  }
  #telephone-response #sec04 .step_flow ul li {
    position: relative;
  }
  #telephone-response #sec04 .step_flow ul li:after {
    background-image: url(../../images/telephone-response/bg_telephone-response_02_sp.png);
    width: 58px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -30px;
    content: "";
    background-size: 100% auto;
  }
  #telephone-response #sec04 .step_flow ul li:last-of-type:after {
    display: none;
  }
  #telephone-response #sec04 .step_flow ul li + li {
    margin-top: 30px;
  }
  #telephone-response #sec04 .step_flow h4 {
    font-size: 2rem;
  }
  #telephone-response #sec04 .step_flow .txt {
    padding: 10px 0;
    height: auto !important;
  }
  #telephone-response #sec05 h3 {
    margin: 30px 0 15px;
  }
  #telephone-response #sec05 h3 span.step_icon {
    padding: 5px 8px;
    font-size: 1.4rem;
    margin-right: 5px;
  }
  #telephone-response #sec06 {
    padding: 0 0 30px;
  }
}
