body {
  font-family: 'Noto Serif JP', serif, '小塚ゴシックPr6N', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.keyword-img-box img {
  width: 100%;
}
.oyako-img-box img {
  width: 100%;
}
.img{
  text-align: center;
  margin-bottom: 50px;
}

.ttl {
  background-image: url(../img/title-back-1.png), url(../img/title-back-2.png);
  background-position: left top,right bottom;
  color: #009380;
  font-size: 30px;
  margin: 80px auto;
  min-height: 200px;
  padding-top: 60px;
  position: relative;
  text-align: center;
  width: 945px;
  height: 320px;
}

.ttl-attention{
  font-size: 40px;
}

.ttl::before{
    content: "19.";
    position: absolute;
    color: #009380;
    font-size: 45px;
    left: 49px;
    top: 28px;
}

.intro {
  font-size: 22px;
  margin: 50px auto;
  width: 900px;
}

.intro-attention{
  text-align: center;
  font-size: 29px;
}

.red-text {
  color: #FC4850;
}

.cnt-ttl {
  border-top: 10px dashed;
  border-bottom: 10px dashed;
  color: #009380;
  font-size: 34px;
  margin-bottom: 15px;
  padding: 30px 0;
  text-align: center;
}

.cnt-back {
  background-color: rgba(253, 223, 179, 0.4);
  margin-top: -15px;
  padding-bottom: 15px;
}

.cnt-wrapper {
  margin: 0 auto;
  width: 900px;
}

.cnt {
  font-size: 22px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}

/*.cnt-img{
  height: 50px;
}*/
.green-ttl{
  background-color: #299481;
  border: solid 7px #299481;
  color: #fff;
  font-size: 25px;
  font-family: '小塚ゴシックPr6N';
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: 10px;
}

.attention-text{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.blue-text{
  color: blue;
}
.attention-textback{
  background-color: #fdf1e1;
  padding: 11px;
  width: 162px;
  height: 50px;
}
.blue-text{
  display: block;
  text-align: center;
}
.cnt-mini-text{
  display: flex;
  justify-content: flex-start;
}
.attention-textback-right{
  padding: 13px;
  width: 607px;
}
.cnt-keyword{
  background-color: white;
  padding: 15px;
  margin-bottom: 16px
  margin-top: -40px;
  border: 2px solid;
  display: block;
  margin-bottom: 16px;
  margin-top:-40px;
}

.cnt-text-under3{
  border-top: 3px solid #299481;
  border-bottom: 3px solid #299481;
  padding: 10px;
  background-color: white;
  color:#299481 ;
  width:400px;
  margin: 0 auto;
  font-weight: bold;
 font-size: xx-large;
}
.cnt-textbox-under3{
  text-align: center;
}
.cnt-text-under2{
  color: #299481;
}
.cnt-text-under1{
  
}
.cnt-textbox-under1{
  margin: 0 auto;
  width: 492px;
}
.cnt-textbox-under2{
  margin: 0 auto;
  width: 904px;
}


/*それぞれの記事で必要なコードは以下に追記*/
.oyako-img-box{
  width: 650px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.keyword-img-box{
  width: 70px;
}
.ttl-box{
  display: flex;
  align-items: center;
}
.check-more{
  font-size: 30px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.to-gakubukenkyukai{
  display: block;
  text-decoration: underline!important;
}