@charset "UTF-8";

/*topics01*/
/*topics02*/
.topics_ttl p,
h1{
  color: #005400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2,h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.topics_ttl{
  padding: 40px 0 0 107px;
  font-size: 3.2rem;
  margin-bottom: 40px;
}
.topics_ttl br{
  display: none;
}
.sec04 .topics_ttl br{
  display: none;
}
.topics_ttl p{
  letter-spacing: 0em;
}
.topics_top{
  margin-bottom: 15px;
}
.topics_type{
  float: left;
  background: #F4F4F6;
  padding: 5px 18px;
  border-radius: 10px;
}
.topics_date{
  float: left;
  padding: 3px 28px;
  font-size: 1.2rem
}
.sec01,
.sec02,
.sec03,
.sec04
{
  margin-bottom: 40px;
}
.sec05,
.sec06,
.sec07{
  margin-bottom: 50px;
}
h1{
  font-size: 2.2rem;
}
h2{
  font-size: 1.8rem;
}
h3,
h4{
  font-size: 1.6rem;
  line-height:1.6;
}
h5{
  font-size: 1.4rem;
  line-height:1.6;
}
.cont_ttl{
  margin-bottom: 16px;
}
.cont_ttl br{
  display: none;
}
.img
{
  margin-bottom: 20px;
}
.cont_txt,
.cont_txt p{
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.sec03 p.cont_txt,
.sec04 .cont_txt p,
.sec07 .cont_txt p{
  font-size: 1.0rem;
  letter-spacing: 0;
}
.sec01 .img{
  margin-bottom: 30px;
  text-align: center;
}
.flex{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sec02 .cont_box{
  width: 48%;
}
.sec03 .cont_box{
  width: 31%;
}
.sec04 .cont_txt,
.sec07 .cont_txt{
  width: 47%;
}
.sec04 .img{
  width: 50%;
}
a.pdf_area{
  box-sizing: border-box;
  background-color: #F4F4F6;
  padding: 18px;
  justify-content: flex-start;
  margin-bottom: 50px;
  cursor: pointer;
}
.pdf_area p:first-child{
  width: 50px;
  margin-right: 15px;
}
.pdf_area p img{
  width: 50px;
  /* height: 50px; */
  height: auto;
}
.pdf_area .pdf_txt{
	width: 89%;
}
.pdf_area .pdf_txt p{
  font-size: 1.2rem;
  color: #402800;
  margin-top: 15px;
  line-height: 1.3;
}
.pdf_area .pdf_txt p:first-child{
/*  width: 350px;	*/
  border-bottom: 1px solid #402800;
  margin-bottom: 15px;
  display: inline;
  line-height: 1.8;
}
.pdf_area .pdf_txt p:first-child br{
    display: none;
  }
.link_area{
  position: relative;
/*  border-top: 1px solid #005400;	*/
  padding: 30px 0 50px;
  margin-bottom: 30px;
}

.link_area ul {
  width: 400px;
  margin: 0 auto 24px;
  text-align: center;
}
.link_area ul li {
  display: inline-block;
  border-right: 1px solid #005400;
}
.link_area ul li:last-child{
  border-right: none;
}
.link_area ul a {
  display: block;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-align: center;
  color: #005400;
}
.link_area .btn{
  background-color:#005400;
  width: 340px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 50px;
  border-radius: 25px;
  box-sizing: border-box;
}
.link_area .btn a{
  display: block;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.link_area .page_btn{
  width: 100%;
  position: relative;
  display: block;
}
.link_area .back_btn{
  float: left;
  position: absolute;
  display: block;
  left: 0;
}
.link_area .back_btn a{
  color:#666464;
  display: block;
  line-height: 3.1rem;
  padding-left:38px;
}
.link_area .back_btn a:before{
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/nebatopics/topics01/arrow_back.png") no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
}
.link_area .next_btn{
  float: right;
  position: absolute;
  right: 0;
}
.link_area .next_btn a{
  color:#666464;
  display: block;
  line-height: 3.1rem;
  padding-right:38px;
}
.link_area .next_btn a:after{
  content: "";
  position: absolute;
  right: 0;
  background: url("../img/nebatopics/topics01/arrow_next.png") no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
}

@media screen and (max-width: 768px) {
  .topics_ttl {
    font-size: 1.8rem;
    padding: 8% 0 7% 0;
    margin: 0;
  }
  .topics_ttl p{
     text-align: center;
  }
  .topics_ttl br{
  display: block;
}
  .topics_top{
    margin: 2% 0;
  }
  .topics_top p{
    font-size: 1.2rem;
  }
  .topics_type {
    background: #fff;
    padding: 1% 5%;
    border: 2px solid #666464;
    border-radius: 25px;
  }
  .topics_date {
    padding: 2% 4%;
  }
  .cont_ttl {
    margin-bottom: 2%;
  }
  .cont_ttl br{
  display: block;
  }
  h1{
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cont_txt,
  .cont_txt p,
  .sec03 p.cont_txt,
  .sec04 .cont_txt p,
  .pdf_area .pdf_txt p,
  .sec07 .cont_txt p{
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .sec03 p.cont_txt{
    margin-bottom: 4%;
  }
  .sec01 .img,
  .img,
  .sec07 .video-box{
    margin-bottom: 3%;
    text-align: center;
  }
  .sec01, .sec02, .sec03, .sec04,.sec05, .sec06, .sec07 {
    margin-bottom: 8%;
  }
  h2,h3,h4,h5{
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .flex{
    display: block;
  }
  .sec02 .cont_box,
  .sec03 .cont_box,
  .sec04 .img,
  .sec04 .cont_txt,
  .sec07 .cont_txt{
    width: inherit;
  }
  .img img{
    width: 100%;
  }
  .sec05 .flex{
    display: flex;
  }
  a.pdf_area {
    padding: 3%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3%;
  }
  a.pdf_area p:first-child {
    width: 50px;
    margin-right: 5%;
  }
  a.pdf_area p img {
    width: 100%;
    height: auto;
  }
  a.pdf_area .pdf_txt p:first-child {
    width: 100%;
    border-bottom: none;
    margin: 0;
    line-height: 1.8;
  }
  .pdf_area .pdf_txt p:first-child br{
    display: block;
  }
 .video-box{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
   margin:
  }
  .video-box iframe{
  position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
  .sec07 .video-box iframe{
    width: 100%;
    height: 100%;
  }
  .sec07 .video-box{
    margin-bottom: 8%;
  }
  .link_area ul{
    width: 100%;
    margin: 0 0 8%;
    text-align: center;
  }

  .link_area ul li{
    box-sizing: border-box;
    width: auto;
    padding: 0 1.8%;
  }

  .link_area ul a {
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .link_area {
    border-top: 2px solid #005400;
    padding: 8% 0 8%;
    margin-bottom: 8%;
  }
  .link_area .btn{
    width: initial;
    width: 80%;
    border-radius: 40px;
    margin-bottom: 8%
  }
  .link_area .btn a {
    font-size: 1.1rem;
  }
  .link_area .back_btn a {
    font-size: 0.8rem;
    line-height: 2.5rem;
    padding-left: 35px;
  }
  .link_area .back_btn a:before {
    width: 25px;
    height: 25px;
}
  .link_area .next_btn a {
    font-size: 0.8rem;
    line-height: 2.5rem;
    padding-right: 35px;
  }
  .link_area .next_btn a:after {
    width: 25px;
    height: 25px;
  }

}
