@charset "UTF-8";
.cont_ttl_01 {
  background: url(../img/nebatopics/ttl_01_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0 40px;
}
.cont_ttl_01 p {
  color: #fff;
  text-align: center;
}
.txt_brd {
	color: #444;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
  width: 17.9%;
  margin: 15px 40% 20px;
}
.txt_brd:before, .txt_brd:after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #fff;
	display: block;
}
.txt_brd:before {
	margin-right: .4em;
}
.txt_brd:after {
	margin-left: .4em;
}
.cont_ttl_01 .sub_txt {
  font-size: 1.4rem;
  line-height: 2em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.cont_ttl_01 {
  padding: 30px 0 20px;
}
.cont_ttl_01 p img {
  width: 70%;
  margin: 0 15%;
}
.txt_brd {
  font-size: 1.5rem;
  width: 40%;
  margin: 4% 30% 1%;
}
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
.txt_brd {
  font-size: 1.5rem;
  width: 50%;
  margin: 4% 25 1%;
}
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.sp_sub_txt {
  margin: 7% 0 3%;
}
.sp_sub_txt .sub_txt{
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  color: #005400;
  text-align: center;
  line-height: 1.5em;
}
}

.news {
  margin: 40px 0;
}
.cont_ttl p{
  font-size: 1.5rem;
  margin: 0 0 30px;
  text-align: center;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cont_ttl p, .news .news_link p{
  line-height: 1em;
  padding: 1.5rem 0;
}

.news p, .news li, .news a{
  color: #666464;
  text-decoration: none;
}
.news li {
  font-size: 1.2rem;
  margin: 0 0 10px;
  display: flex;
}
.news li a+a {
  line-height: 2.8rem;
}
.news .cat {
  border-radius: 15px;
  width: 60px;
  display: block;
  background: #f4f4f6;
  padding: 2px 20px 1px;
  margin: 0 10px 0 0;
  line-height: 2em;
  text-align: center;
}
.news .date {
  margin: 0 25px 0 0;
}
.news .news_link {
  margin: 15px 0 0;
}
.news .news_link p{
  font-size: 2rem;
  margin: 0 0 0 15px;
  text-align: center;
}
.news li a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news li a:hover {
  opacity: 0.6;
}
.news .news_link a:hover,.news li a+a:hover{
  text-decoration: underline;
  opacity: 0.6;
}

@media screen and (min-width: 769px) {

.news .news_cont li a+a {
  position: relative;
  padding-left: 115px;
}
.news .news_cont .cat {
  width: 65px;
}
.news .news_cont .date {
  margin: 0 0 0 0;
  width: 115px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

}


@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

.cont_ttl p{
  font-size: 1.85rem;
  margin-bottom: 0;
}

.news {
  margin: 3% 0 4% 0;
}
.news .news_link {
  margin: 0 0 0 0;
}
.news .news_link p{
  text-align: center;
}
.news li {
    margin: 0 0 1em;
    display: inherit;
}
.news li a:first-child {
    float: left;
}
.news li a+a span {
    display: block;
}
}

.sec01 {
  padding: 50px 0 60px;
}

.sec01_img ul{
  display: flex;
}
.sec01_img ul li{
  margin: 0 10px 0 0;
}
.sec01_img ul li:last-child{
  margin: 0 0 0 0;
}


@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */

}
