@charset "UTF-8";
.cont_ttl_01 {
  background: url(../img/nebainfo/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: 23%;
  margin: 15px 37% 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;
  color: #005400;
  text-align: center;
  line-height: 1.5em;
}
}


.cont_ttl p{
  margin: 0 0 30px;
  text-align: center;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cont_ttl p{
  line-height: 1em;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.cont_ttl p{
  font-size: 2rem;
  margin-bottom: 0;
}
}


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

.sec01_img ul{
  display: inline-flex;
  flex-wrap: wrap;
}
.sec01_img ul li{
  width: 205px;
  height: 190px;
  margin: 0 24.6px 0 0;
}
.sec01_img ul li a{
  display: block;
}
.sec01_img ul li a span{
  height: 148px;
  margin: 0 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #005400;
}
.sec01_img ul li a img{
  z-index: -999;
}
.sec01_img ul li a p{
font-size: 1.2rem;
}
.sec01_img ul li:nth-child(4n){
  margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.sec01 {
    padding: 1% 0 6%;
}

.sec01.btg{
  width: 92%;
  margin: auto;
}
.wrap.btg_sp{
  width: 100%;
  margin: auto;
}

.sec01_img ul li {
  width: 48%;
  height: 190px;
  margin: 0 4% 0 0;
}
.sec01_img ul li:nth-child(2n) {
  margin: 0 0 0 0;
}
}

.sec03_btn p a{
  width: 300px;
  background: #005400;
  border-radius: 25px;
  font-size: 1.4rem;
  padding: 20px 10px 17px;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #fff;
}


@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までの幅の場合に適応される */

}
