@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
.bgtotalcol {
  background-color: #eea6ab;
}

.bgheigakucol {
  background-color: #F5A21B;
}

.bgtsushincol {
  background-color: #a0d2d4;
}

.bgothercol {
  background-color: #ACA7D0;
}

.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.outerWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 95%;
  }
  .inrWidth {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 80%;
  }
  .outerWidth {
    width: 86.6%;
  }
}
#BF2023 .h3_treatment {
  margin-bottom: 15px;
}
#BF2023 .h2_underBorder {
  margin-bottom: 70px;
}
#BF2023 .contentsBox {
  margin-bottom: 24px;
}
#BF2023 .private__flex--img {
  position: relative;
}
#BF2023 .private__flex--img .bf2023_thum-deco {
  position: absolute;
  width: auto;
  right: -56px;
  top: -56px;
}
#BF2023 .bf2023_ankerArea .combtn {
  font-size: 1.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#BF2023 .bf2023_ankerArea .combtn.btn01 {
  background-color: #009e47;
}
#BF2023 .bf2023_ankerArea .combtn.btn02 {
  background-color: #c00000;
}
#BF2023 .bf2023_ankerArea .combtn span {
  display: block;
  font-size: 1.3rem;
}
#BF2023 .combtn {
  line-height: 1.4;
}
#BF2023 .private__flex {
  display: block;
  margin-bottom: 45px;
}
#BF2023 .private__flex--txt {
  width: 100%;
  margin-right: 0;
  margin-top: 15px;
}
#BF2023 .private__flex--img {
  width: 100%;
  margin-top: 20px;
  margin-right: 0;
}
#BF2023 .private__flex--img img {
  width: 100%;
  border-radius: 10px;
}
#BF2023 .bf2023_cont:nth-of-type(n+2) {
  margin-top: 50px;
}
#BF2023 .bf2023_cont:nth-of-type(n+2) .bf2023_cont-ttl span::before, #BF2023 .bf2023_cont:nth-of-type(n+2) .bf2023_cont-ttl span::after {
  background-color: #c00000;
}
#BF2023 .bf2023_cont:nth-of-type(n+2) .bf2023_cont-txtArea .txt01 {
  color: #c00000;
}
#BF2023 .bf2023_cont:nth-of-type(n+2) .bf2023_cont-btnArea .combtn {
  background-color: #c00000;
}
#BF2023 .bf2023_cont-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
#BF2023 .bf2023_cont-ttl span {
  position: relative;
}
#BF2023 .bf2023_cont-ttl span::before, #BF2023 .bf2023_cont-ttl span::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #009e47;
  position: absolute;
  top: 12px;
}
#BF2023 .bf2023_cont-ttl span::before {
  left: -70px;
}
#BF2023 .bf2023_cont-ttl span::after {
  right: -70px;
}
#BF2023 .bf2023_cont-txtArea {
  text-align: center;
  margin-top: 10px;
}
#BF2023 .bf2023_cont-txtArea .txt01 {
  font-weight: bold;
  font-size: 1.9rem;
  color: #009e47;
}
#BF2023 .bf2023_cont-txtArea .txt02 {
  font-weight: bold;
  font-size: 2.4rem;
}
#BF2023 .bf2023_cont-timeTable {
  margin: 20px auto 0;
  max-width: 570px;
}
#BF2023 .bf2023_cont-timeTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.9rem;
  line-height: 1.3;
}
#BF2023 .bf2023_cont-timeTable dl:nth-of-type(n+2) {
  margin-top: 25px;
}
#BF2023 .bf2023_cont-timeTable dl dt {
  width: 60px;
  text-align: right;
  margin-right: 25px;
}
#BF2023 .bf2023_cont-timeTable dl dd {
  width: calc(100% - 85px);
}
#BF2023 .bf2023_cont-timeTable dl dd p:nth-of-type(n+2) {
  margin-top: 5px;
}
#BF2023 .bf2023_cont-timeTable dl dd .ttl {
  font-weight: bold;
}
#BF2023 .bf2023_cont-timeTable dl dd .txt {
  font-size: 1.7rem;
}
#BF2023 .bf2023_cont-timeTable dl dd .imgArea {
  width: 200px;
  margin-top: 5px;
}
#BF2023 .bf2023_cont-timeTable dl dd .imgArea img {
  border-radius: 15px;
}
#BF2023 .bf2023_cont-ann {
  margin: 10px auto 0;
  max-width: 400px;
}
#BF2023 .bf2023_cont-btnArea {
  margin-top: 20px;
}
#BF2023 .bf2023_cont-btnArea .combtn {
  background-color: #009e47;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #BF2023 .h3_treatment {
    margin-bottom: 15px;
  }
  #BF2023 .h2_underBorder {
    margin-bottom: 40px;
  }
  #BF2023 .combtn {
    margin: auto;
  }
  #BF2023 .combtn02 {
    height: 75px;
  }
  #BF2023 .private__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  #BF2023 .private__flex--txt {
    width: 100%;
    margin: 20px auto 0;
  }
  #BF2023 .private__flex--img {
    width: 100%;
    margin-top: 0px;
    margin-right: unset;
  }
  #BF2023 .private__flex--img .bf2023_thum-deco {
    right: -10px;
    top: -15px;
    width: 80px;
  }
  #BF2023 .bf2023_ankerArea .combtn {
    height: 65px;
    text-align: center;
  }
  #BF2023 .bf2023_ankerArea .combtn:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #BF2023 .bf2023_cont:nth-of-type(n+2) {
    margin-top: 40px;
    padding-bottom: 50px;
  }
  #BF2023 .bf2023_cont-ttl {
    font-weight: bold;
    font-size: 2.2rem;
  }
  #BF2023 .bf2023_cont-timeTable {
    margin-top: 15px;
  }
  #BF2023 .bf2023_cont-timeTable dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.7rem;
  }
  #BF2023 .bf2023_cont-timeTable dl dt {
    width: 60px;
    text-align: right;
    margin-right: 10px;
  }
  #BF2023 .bf2023_cont-timeTable dl dd {
    width: calc(100% - 70px);
  }
  #BF2023 .bf2023_cont-timeTable dl dd.imgFlex {
    display: block;
  }
  #BF2023 .bf2023_cont-timeTable dl dd.imgFlex .txtArea {
    width: 100%;
  }
  #BF2023 .bf2023_cont-timeTable dl dd.imgFlex .imgArea {
    width: 200px;
    border-radius: 10px;
    margin-right: 0;
    margin-top: 5px;
  }
  #BF2023 .bf2023_cont-btnArea {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=bf2023.css.map */