.contentBoxHj .contentCenterHj .con308 .textCon .middleTitle,
.contentBoxHj .contentCenterHj .con308 .textCon .imgCon:first-child {
  margin: 0;
}
.contentBoxHj .contentCenterHj .con308 .textCon .ac {
  text-align: center;
}
.contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ffc94f;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .bannerTitle {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffc94f;
  border-bottom: 1px solid #ffc94f;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .middleTitle {
  margin-top: 20px;
}
.contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .bannerInbox {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .bannerInbox .flexCon .col2 {
  margin-top: 0;
}
.contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .bannerInbox .flexCon .col2 p {
  font-size: 18.4px;
}
.contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .bannerInbox .flexCon .col2 .txtrow3 p {
  text-align: left;
}
.contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .flex2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .flex2 .textBox {
  width: calc(50% - 20px);
}
.contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .flex2 .textBox .flex3 {
  display: flex;
  justify-content: space-between;
}
.contentBoxHj .contentCenterHj .con308 .textCon .title {
  background-color: #808187;
  padding: 5px 10px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 8px;
  margin-top: 30px;
}
.contentBoxHj .contentCenterHj .con308 .textCon .title .moresmallTitle {
  margin-top: auto;
  color: #fff;
}
.contentBoxHj .contentCenterHj .con308 .textCon .title .moresmallTitle::after {
  content: "";
  background-image: url(../../img/sub/content311/content308_2.png);
  margin: auto 0 -8px 10px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.contentBoxHj .contentCenterHj .con308 .textCon .box {
  margin-top: 30px;
  background-color: #ffe4a7;
  padding: 20px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con308 .textCon .box .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contentBoxHj .contentCenterHj .con308 .textCon .box .flex .txtBox {
  width: calc(100% - 240px);
  margin-top: 20px;
}
.contentBoxHj .contentCenterHj .con308 .textCon .box .flex .imgBox {
  padding: 30px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con308 .textCon .borderBox {
  border: 5px dotted #ffc94f;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 80px;
  position: relative;
}
.contentBoxHj .contentCenterHj .con308 .textCon .borderBox .title2 {
  background-color: #ffc94f;
  box-sizing: border-box;
  border-radius: 100px;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  top: -20px;
  color: #fff;
  text-align: center;
}
.contentBoxHj .contentCenterHj .con308 .textCon .borderBox .eventCaution {
  text-align: center;
}
.contentBoxHj .contentCenterHj .con308 .textCon .borderBox ul {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contentBoxHj .contentCenterHj .con308 .textCon .borderBox ul li {
  text-align: center;
  width: 20%;
}
.contentBoxHj .contentCenterHj .con308 .textCon .borderBox .cong {
  padding-top: 20px;
  color: #ffc94f;
  font-size: 1.2em;
  text-align: center;
}
.contentBoxHj .contentCenterHj .con308 .textCon .borderBox2 {
  border-top: 5px dotted #808187;
  margin-top: 50px;
  padding-top: 20px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con308 .textCon a.linkBox {
  max-width: 350px;
  padding: 10px;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  border-radius: 10px;
  text-align: center;
  background-color: #fef7eb;
  color: #ffc94f;
}
.contentBoxHj .contentCenterHj .con308 .textCon a.linkBoxColor_1 {
  background-color: #ffc94f;
  color: #fef7eb;
}

@media screen and (max-width: 960px) {
  .contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .flex2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .contentBoxHj .contentCenterHj .con308 .textCon .bottomBanner .flex2 .textBox {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .contentBoxHj .contentCenterHj .con308 .textCon .box .flex {
    flex-direction: column-reverse;
  }
  .contentBoxHj .contentCenterHj .con308 .textCon .box .flex .txtBox {
    width: 100%;
    margin-top: 20px;
  }
  .contentBoxHj .contentCenterHj .con308 .textCon .box .flex .imgBox {
    margin: 0 auto;
  }
  .contentBoxHj .contentCenterHj .con308 .textCon .borderBox ul li {
    width: 33.3333333333%;
  }
}/*# sourceMappingURL=con311.css.map */