.logo{
  width: 100%;
  margin-bottom: 30px;
}

.article{
  margin: 0 0 30px 0;
}

.article_title {
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px 0;
}

.article_title span{
  font-size: 24px;
  font-weight: 600;
}

.article_text {
  font-size: 18px;
}

.l-flex{
  padding: 20px 0;
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: dotted 2px #aaa;
  border-bottom: dotted 2px #aaa;
}

.case{
  width: 68%;
  font-size: 16px;
}
.case_text{
  margin: 0 0 10px 0;
}
.case_list{
  padding-left: 1.2em;
}
.case_item{
  list-style-type: disc;
}
.case_item:not(:last-child){
  margin: 0 0 10px 0;
}

.link{
  width: 30%;
}
.link_item:not(:last-child){
  margin: 0 0 30px 0;
}
.link_item a{
  padding: 20px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.link_item.police-miyagi a{
  background: #1a539b;
  border: solid 2px #1a539b;
}
.link_item.police-miyagi a:hover{
  color: #1a539b;
  background: #fff;
}
.link_item.pref-miyagi a{
  background: #106724;
  border: solid 2px #106724;
}
.link_item.pref-miyagi a:hover{
  color: #106724;
  background: #fff;
}

.fig-dj{
  max-width: 680px;
  margin: 0 auto 50px;
}
.fig-dj figcaption{
  font-size: 0.9em;
}

.btn{
  margin: 0 0 50px 0;
}
.btn_item{
  width: 500px;
  margin: 0 auto;
}
.btn_item a{
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #f04b5e;
  border: solid 2px #f04b5e;
  border-radius: 50vh;
  display: block;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_item a:hover{
  color: #f04b5e;
  background: #fff;
}

.sponsor{
  min-height: calc(100vh - 194px);
  margin: 0 0 50px 0;
}
.sponsor_title{
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.sponsor_list{
  width: 80%;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* justify-content: space-around; */
  flex-wrap: wrap;
}
.sponsor_list::after{
  content: "";
  display: block;
  width: 32%;
}
.sponsor_item{
  width: 32%;
  margin: 0 0 20px 0;
}
.sponsor_item a{
  display: block;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .article_title {
    font-size: 18px;
  }
  .article_text {
    font-size: 16px;
  }

  .l-flex{
    flex-direction: column;
  }

  .case,
  .link{
    width: 100%;
  }

  .case{
    margin: 0 0 30px 0;
  }

  .link_list{
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  .btn_item{
    width: 380px;
  }

  .sponsor_title{
    font-size: 16px;
  }
  .sponsor_list{
    width: 90%;
  }
  .sponsor_item{
    width: 48%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

}

@media screen and (max-width: 400px) {
  .article_title{
    font-size: 16px;
  }

  .article_title span{
    font-size: 20px;
  }

  .case{
    font-size: 14px;
  }

  .btn_item{
    width: 90%;
  }
  
}

	
