@charset "UTF-8";
.cont_ttl_02 .cont_ttl_02_in{
  display: inline-flex;
  padding: 59px 0 0 107px;
}
.cont_ttl_02 .cont_ttl_02_in .txt_sub {
  font-size: 1.5rem;
    color: #005400;
    margin: 14px 0 0 10px;
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.cont_ttl_02 .cont_ttl_02_in{
  display: block;
  padding: 8% 0 7% 0;
}
.cont_ttl_02 .cont_ttl_02_in p{
  text-align: center;
}
.cont_ttl_02 .cont_ttl_02_in .txt_sub {
    margin: 1% 0 0 0;
}
.cont_ttl_02 .cont_ttl_02_in .txt_sub span{
  display: none;
}
}
.txt_brd:before, .txt_brd:after {
	content: "";
	flex-grow: 1;
	border-top: 2px 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;
}
.cont_ttl_uline p{
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #005400;
  text-align: left;
  font-size: 2rem;
  color: #005400;
}
.cont_ttl_uline p span {
  font-size: 2rem;
  margin: 0 0.3em 0 0;
}
.link_btn {
  margin: 45px 0 0;
}
.link_btn ul {
  display:table;
	table-layout:fixed;
	width:100%;
	text-align:center;
}
.link_btn ul li{
  display:table-cell;
vertical-align:middle;
  text-align: center;
}

.link_btn ul li a{
  display: block;
  background: #e0e0e2;
  color: #005400;
  padding: 15px 0 15px;
  font-size: 1.1rem;
  margin: 0 15px 0 0;
}
.link_btn ul li:last-child a{
  margin: 0 0 0 0;
}
.wrap.btg {
  padding: 40px 0 50px;
}

.sec02{
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.cont_ttl_uline p{
  font-size: 1.6rem;
}
.cont_ttl_uline p span{
  vertical-align: bottom;
  margin-top: 1px;
}
.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%;
}
.link_btn {
  margin: 0 0 7%;
}
.link_btn ul {
  display: block;
  width: 108%;
  margin: 0 -4%;
}
.link_btn ul li {
    display: block;
}
.link_btn ul li a {
  margin: 0 0 1px 0;
}
.sec02 {
  margin: 0 0 6%;
  padding-top: 1%;
}
.sec02_txt_link ul li::after {
  margin: 0 15px;
}
}
@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;
}
.cont_ttl p{
  line-height: 1em;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.cont_ttl p{
  font-size: 2rem;
}
}


.sec01 {
  padding: 50px 0 10px;
}
#sec03.sec01{
  padding-bottom: 50px;
}

.sec01_img ul{
  display: inline-flex;
  flex-wrap: wrap;
}
.sec01_img ul li{
  width: 205px;
  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;
line-height: 1.4;
}
.sec01_img ul li:nth-child(4n){
  margin: 0 0 0 0;
}
.sec01_img ul li:nth-child(n+5){
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.sec01 {
    padding: 1% 0 6%;
}
#sec03.sec01{
    padding: 1% 0 6%;
}
.sec01_img ul li,
.sec01_img ul li:nth-child(n+5){
  width: 48%;
  margin: 0;
}
.sec01_img ul li:nth-child(2n) {
  margin: 0 0 0 0;
}
.sec01_img ul li:nth-child(n+3){
  margin-top: 5%;
}

#sec03 .sec01_img ul li,
#sec03 .sec01_img ul li:nth-child(n+5){
  width: 100%;
}
#sec03 .sec01_img ul li:nth-child(n+2){
  margin-top: 5%;
}

}
.sec02_txt_link ul li {
  float: left;
}
.sec02_txt_link ul li::after {
  content: "/";
  margin: 0 20px;
  font-size: 1.5em;
}
.sec02_txt_link ul li:last-child::after {
  content: "";
}
.sec02_txt_link ul li a{
  color: #666464;
  font-size: 1.5rem;
  line-height: 2em;
}

.link_area{
  position: relative;
/*  border-top: 1px solid #005400;	*/
  padding: 10px 0 10px;
  margin-bottom: 30px;
}

.cont_ttl {
    color: #005400;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 16px;
}
.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{
  width: 300px;
  margin: 0 auto;
}
.link_area .btn a{
  display: block;
  border-radius: 50px;
  background-color:#005400;
  padding: 20px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .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: 70%;
    border-radius: 40px;
  }
  .link_area .btn a {
    font-size: 1.1rem;
    padding: 5%;
  }
  .cont_ttl {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 2%;
  }
}

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

}
