/*強調文字（太文字）*/
.font_0 {
  font-weight: bold;
}
/*強調文字（大文字）*/
.font_1 {
  font-weight: bold;
  font-size: 1.5rem !important;
}
/*強調文字（色）*/
.font_2 {
  color: #a6d4cc !important;
  font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
  color: #a6d4cc !important;
  font-weight: bold;
  font-size: 1.5rem !important;
  line-height: 1.5;
}
/*画像枠*/
.bd {
  border: 1px #ddd solid;
}
/*画像サイズ*/
.wd80 {
  width: 80% !important;
}
.wd60 {
  width: 60% !important;
}
.sp-br {
  display: none;
}
.text-wrap {
  width: 60%;
  margin: 0 auto;
}
/*インデント */
.txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}
/*背景色タイトル */
.bg-color {
  background: #87d3aa;
  padding: 0.5em;
  color: #fff;
}
.color-red {
  background-color: #ffe5e5;
}
.color-blue {
  background-color: #e5f9ff;
}
.tx-right {
  text-align: right !important;
}
.tx-flex {
  text-align: center !important;
}
.flow-img {
  width: 15% !important;
}
.flexWrap .font_3 {
  position: absolute;
  top: -53px;
  left: 0;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
  color: #a6d4cc;
  margin-top: 50px;
}
.flexWrap.reverse .font_3 {
  left: 51%;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
  .wd80 {
    width: 100% !important;
  }
  .wd60 {
    width: 100% !important;
  }
  .font_3 {
    font-size: 1.1rem !important;
  }
  .text-wrap {
    width: 100%;
  }
  .tx-flex {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .flexWrap .font_3 {
    position: relative;
    top: 0;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .flexWrap.reverse .font_3 {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .flexWrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .flexWrap .imgContent {
    width: 100%;
  }
}
