@charset "utf-8";
/* CSS Document */
.wrap_cont {
  border: 1px solid #0068b7;
  padding: 5%;
  max-width: 960px;
  width: 100%;
  padding: 30px 20px 20px;
  margin: 50px auto;
}
#pageTitle {
  display: table;
  width: 100%;
  background: #2b66b1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  padding: 25px 0 40px;
  line-height: 1.5;
  margin-top: 20px;
}
#pageTitle .ttx_area {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
#pageTitle span {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #pageTitle .ttx_area {
    width: 100%;
    padding-left: 10px;
  }
}
.event_ttl {
  font-size: 23px;
  line-height: 1.4;
  padding: 10px 5px;
  display: block;
  border-radius: 15px;
  background: #2b66b1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.event_ttl span {
  font-size: 1.35em;
}
.campain {
  color: #2b66b1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  border: solid 4px #2b66b1;
  border-radius: 30px;
  padding: 30px 10px;
}
.campain_txt {
  text-align: left;
  max-width: 680px;
  margin: 0 auto;
}
.el_btn-more {
  margin: 0 auto;
}
.mb30 {
  margin-bottom: 30px
}
.event {
  color: #1B1A1A;
}
.pc {
  display: none;
}
@media screen and (max-width: 960px) {
  .pc {
    display: block;
  }
  .event_ttl {
    font-size: 20px;
  }
  .event_ttl span {
    font-size: 1.25em;
  }
  .menu .right .box .btn_box {
    margin-bottom: 0;
  }
}
del {
  background-image: linear-gradient(#fe3464, #fe3464);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  color: #888;
  margin: 0 0.4em;
  text-decoration: none;
}
.bl_bnr_img {
  max-width: 500px;
  width: 100%;
  margin-left: 0px;
}
.red_l {
  color: #EB0C10;
  font-size: 2em;
  font-weight: bold
}
.campain_txt.bold {
  font-weight: bold;
  font-size: 1.2em
}
.flex_box {
  display: flex;
  flex-wrap: nowrap;
}
.flex_box01 {
  width: 70%;
}
.flex_box02 {
  width: 30%;
}
@media screen and (max-width: 680px) {
  .flex_box {
    display: flex;
    flex-wrap: wrap;
  }
  .flex_box01 {
    width: 100%;
    padding: 8px;
  }
  .flex_box02 {
    width: 100%;
    padding: 8px;
  }
}
.syunki_area {
  text-align: center;
}
.syunki_font01 {
  font-family: HGP創英ﾌﾟﾚｾﾞﾝｽEB, serif;
  font-size: 28pt;
  letter-spacing: 2.65pt;
  font-weight: bold;
}
.syunki_font02 {
  font-family: HGP創英ﾌﾟﾚｾﾞﾝｽEB, serif;
  font-size: 16pt;
}
.syunki_font03 {
  font-family: HGP創英ﾌﾟﾚｾﾞﾝｽEB, serif;
  font-size: 21.3333px;
}
.syunki_font04 {
  font-size: 16pt;
}
.syunki_font05 {
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  font-size: 14pt;
  color: red;
}
.syunki_font06 {
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  font-size: 11pt;
}
@media screen and (max-width: 960px) {
  .syunki_font02 {
    font-size: 16px;
  }
  .syunki_font03 {
    font-size: 18px;
  }
}
.bl_feature_btn.annai {
  font-size: 1.6em !important;
  font-weight: bold;
}
.btn_box {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}
.b_box .inner .common-ttl {
  font-size: 25px;
}
@media (max-width: 768px) {
  .b_box .inner .common-ttl {
    font-size: 20px;
  }
  .btn_box {
    flex-wrap: wrap;
  }
  .bl_feature_btn.annai {
    font-size: 20px !important
  }
}
.btn_box li {
  margin: 1rem;
}
.btn {
  width: 320px;
  max-width: 450px;
  min-width: 185px;
  text-align: center;
  padding: 20px;
  color: #ffffff;
  border-radius: 20px 0 20px 0;
  display: inline-block;
  transition: .3s;
  position: relative;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.btn.pink {
  background: #ff7bac;
}
.btn.blue {
  background: #0068b7;
}
.btn:after {
  /*font-family: "Font Awesome 5 Free";*/
  font-weight: 900;
  content: "→";
  position: absolute;
  right: 5%;
  color: #fff100;
}