@charset "utf-8";
/*----------------------------------------
	タイトル関連
-----------------------------------------*/
/*固定ページ見出しH"*/
.main_wrap h1, .midashi01 ,.main_wrap h2, .midashi02{
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 175%;
    font-weight: 700;
    position: relative;
    margin-top: 0;
	padding: 15px 5px;
	border-bottom: 2px solid #006837;
	border-top: 2px solid #006837;
	text-align: center;
}
.main_wrap h3,.midashi03 {
   line-height: 1.5;
font-size: 150%; 
font-weight: 700;
 margin-bottom: 20px; 
 color: var(--main-green);
  border-bottom: 2px solid var(--main-green);
  padding-bottom: 10px;
}

.main_wrap h4,.midashi04 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 113%;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfb8a8;
  color: var(--main-green);
}
.main_wrap h4::before,.midashi04::before {
  content: "";
  width: 55%;
  height: 2px;
  background-color: var(--main-green);
  position: absolute;
  left: 0;
  bottom: 0;

}
.main_wrap h5,.midashi05 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 107%;
  font-weight: 600;
  position: relative;
	padding-left: 10px;
	border-left: 5px solid #006837;

}
.main_wrap h6,.midashi06 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 107%;
  font-weight: 600;
  position: relative;
  margin-top: 0;
padding: 0 0 10px 20px;

}
.main_wrap h6::before {
	content: "";
	width: 10px;
	height: 10px;
	background:var(--main-green);
	position: absolute;
	border-radius: 50px;
	left: 0;
	top: 0.4em;
}

.main_wrap p {
  margin-bottom: 1em;
}
.main_wrap p, .main_wrap table, .main_wrap ul, .main_wrap ol {
  line-height: 2;
}
.main_wrap h3:not(:first-of-type),.main_wrap h4,.main_wrap h5{
  margin-top: 2em;
}
@media(max-width: 768px) {
.main_wrap h1, .midashi01 ,.main_wrap h2, .midashi02 {
    font-size: 138%;
  }
  .main_wrap h3,.midashi03 {
    font-size: 119%;
  }
  .main_wrap h4,.midashi04 {
    font-size: 113%;
  }
  .main_wrap h5,.midashi05 {
    font-size: 100%;
  }
  .main_wrap h6,.midashi06 {
    font-size: 88%;
  }
  .main_wrap p {
    margin-bottom: 40px;
  }
.main_wrap table, .main_wrap ul, .main_wrap ol {
	  font-size: 88%;
	}
}
/*----------------------------------------
	リンク関連
-----------------------------------------*/
.main_wrap p a,.main_wrap ul a,.main_wrap ol a,.main_wrap table a{
	color: #0071bc;
	text-decoration: underline;
}
.main_wrap p a:hover,.main_wrap ul a:hover,.main_wrap ol a:hover,.main_wrap table a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.main_wrap p a:visited {
  color: #006AB7;
  text-decoration: underline;
}
/*リンクテキスト*/
a.link_txt {
  position: relative;
  padding: 0.5em 0.5em 0.5em 0;
  vertical-align: middle;
  color:  var(--main-green) !important;
  padding-left: 20px;
}
a.link_txt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #006837;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 0;
}
a.link_txt[target="_blank"]:after {
  content: "";
  width: 15px;
  height: 20px;
  background: url("../images/ico_link.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
	  margin-right: 5px;
}
.main_wrap a[href$=".pdf"]:after {
  content:"\f1c1"!important;
	background:none!important;
  display: inline-block;
  margin-left: 5px;
	font-family: FontAwesome;
	vertical-align: middle;
	  width: auto;
  height: auto;
	color: #006837;
}
a.link_txt:hover {
  opacity: 0.7;
}
/*-------------------------------------*/
/*	ボタン	*/
/*-------------------------------------*/
.bt_base {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em 25px 1em 25px;
  line-height: 1;
	text-align: center;
  max-width: 250px;
  width: 100%;
  border-radius: 50px;
  transition: 0.3s;
}
.bt_base::before{
  content: "";
  width: 7px;
  height: 7px;
      position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 50px;
    transition: 0.3s;
}
.bt_base:hover:before,a:hover .bt_base:before{
    right: 15px;
    background-color:#FFFFFF!important;
}
.bt_base:hover ,a:hover .bt_base{
   border: 1px solid #FFFFFF!important;
  color: #FFFFFF!important;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 178, 52, 0.99) 48.18%,rgba(0, 85, 49, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 178, 52, 0.99) 48.18%, rgba(0, 85, 49, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.4818,rgba(0, 178, 52, 0.99) ),color-stop(1,rgba(0, 85, 49, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 178, 52, 0.99) 48.18%, rgba(0, 85, 49, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 178, 52, 0.99) 48.18%, rgba(0, 85, 49, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B234', endColorstr='#005531' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 178, 52, 0.99) 48.18%, rgba(0, 85, 49, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B234',endColorstr='#005531' , GradientType=1);
}
.bt_base.c_beige {
  border: 1px solid #ac9590;
  background-color: #FFFFFF;
  color: #ac9590;
}
.bt_base.c_beige::before {
  background-color: #ac9590;
}
.bt_base.c_white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.bt_base.c_white::before {
  background-color: #FFFFFF;
}



.main_wrap .bt_base03[target="_blank"]:after {
	background-size: contain!important;
  background: url("../images/ico_link-w.svg") no-repeat center;
}
.main_wrap .bt_base03:hover[target="_blank"]:after {
  background: url("../images/ico_link.svg") no-repeat center;
}
.main_wrap .bt_base03[href$=".pdf"]:after {
	color: #FFFFFF;
}
.main_wrap .bt_base03:hover[href$=".pdf"]:after {
	color: #006837;
}


/*戻るボタン*/
.bt_back{
  color: #ac9590;
  display: inline-block;
  padding: 5px 0;
  z-index: 1;
}
.bt_back::before{
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('../images/ico_back.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/*----------------------------------------
	レイアウト関連
-----------------------------------------*/
.main_wrap img {
  margin-bottom: 10px;
  border: none !important;
}
.main_wrap p.parent {
  margin-bottom: 0 !important;
}
.main_wrap .aligncenter {
  display: block;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.main_wrap .alignleft {
  float: left;
  margin-right: 20px;
  max-width: 100%;
}
.main_wrap .alignright {
  float: right;
  margin-left: 20px;
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 20px;
}
.wp-caption img {
  margin-bottom: 10px;
  padding: 0;
  border: 0 none;
  display: block;
}
.wp-caption .wp-caption-text {
  /*margin-right: 20px;  右側の余白調整 */
  font-size: 88% !important;
}
p.wp-caption-text {
  margin-bottom: 40px;
	font-size: 88%;
	margin-top: 0px;
    line-height: 1.5;
}

/*2列レイアウト*/
.col-2_list {
	display: flex;
	flex-wrap: wrap;
	 gap: 20px 20px;
	justify-content: space-between;
}
.col-2_list::after{
  content:"";
  display: block;
  	max-width: 600px;
   width: calc(100% / 2 - 20px);
}
.col-2_list .col_box{
	max-width: 600px;
	 width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
	display: flex;
	flex-wrap: wrap;
	 gap: 20px 20px;
	justify-content: space-between;
	
}
.col-3_list::after{
  content:"";
  display: block;
  	max-width: 420px;
   width: calc(100% / 3 - 20px);
}
.col-3_list .col_box{
	max-width: 420px;
	 width: calc(100% / 3 - 20px);
}

/*3列 →2列*/
.col-3_list02 {
	display: flex;
	flex-wrap: wrap;
	 gap: 20px 20px;
	justify-content: space-between;
}
.col-3_list02::after{
  content:"";
  display: block;
   width: calc(100% / 3 - 20px);
}
.col-3_list02 .col_box{
	max-width: 330px;
	 width: calc(100% / 3 - 20px);
}
/*4列*/
.col-4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-4_list::after {
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
}
.col-4_list::before {
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
  order:1;
}
.col-4_list .col_box {
  width: calc(100% / 4 - 20px);
}
@media(max-width: 768px) {
  .main_wrap .alignright, .main_wrap .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }
/*2列レイアウト*/
.col-2_list {
	 gap: 10px 10px;
}
.col-2_list .col_box{
	 width: calc(100% / 2 - 10px);
}
/*3列*/
.col-3_list {
	 gap: 10px 10px;
}
.col-3_list .col_box{
	 width: calc(100% / 2 - 10px);
}
/*4列*/
.col-4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
}
.col-4_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 10px);
}
.col-4_list::before {
  content: "";
  display: block;
  width: calc(100% / 1- 10px);
  order:1;
}
.col-4_list .col_box {
  width: calc(100% / 2 - 10px);
}
}
@media(max-width: 550px) {
	
/*2列レイアウト*/
.col-2_list .col_box{
	 width: calc(100% / 1 - 10px);
}
/*3列*/
.col-3_list {
	 gap: 10px 10px;
}
.col-3_list .col_box{
	 width: calc(100% / 1 - 10px);
      margin: 0 auto;
}
/*3列 →2列*/
.col-3_list02 {
	 gap: 20px 10px;
}
.col-3_list02::after{
  content:"";
  display: block;
   width: calc(100% / 2 - 10px);
}
.col-3_list02 .col_box{
	max-width: 330px;
	 width: calc(100% / 2 - 10px);
}
}
/*----------------------------------------
	リスト関連
-----------------------------------------*/
.main_wrap ul,.main_wrap ul.list {
  margin-bottom: 40px;
	padding: 0;
}
.main_wrap ul li,.main_wrap ul.list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
	list-style: none;
   line-height: 1.8;
}
.main_wrap ul li:last-child ,.main_wrap ul.list li:last-child {
  margin-bottom: 0;
}
.main_wrap ul li:before,.main_wrap ul.list li:before {
  content: "";
  background-color: #000000;
  border-radius: 50px;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  display: block;
  left: 0;
  top: 0.8em;
  position: absolute;
}
.main_wrap ol,ol.num_list {
  margin-bottom: 40px;
  counter-reset: number; /*数字をリセット*/
  list-style-type: none; /*数字を一旦消す*/
}
.main_wrap ol,ol.num_list {
  counter-reset: item;
}
.main_wrap ol li,ol.num_list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  line-height: 1.8;
  margin-bottom: 1em;
}
.main_wrap ol li:last-child ,ol.num_list li:last-child {
  margin-bottom: 0;
}
.main_wrap ol li:before ,ol.num_list li:before {
  counter-increment: item;
  content: counter(item)".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 113%;
	text-align: right;
}
@media(max-width: 768px) {}
/*----------------------------------------
	囲みボックス
-----------------------------------------*/
.main_wrap .box {
  background: #EEF3F8;
  padding: 1em;
  margin-bottom: 40px;
  position: relative;
}
.main_wrap .box p {
  margin-bottom: 0 !important;
	font-size: 88%;
}
@media screen and (max-width: 768px) {}
/*----------------------------------------
	引用文
-----------------------------------------*/
.main_wrap blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    background: #fafafa;
    color: #555;
	margin-bottom: 40px;
}

.main_wrap blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
      content: "\f10e";
  font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.main_wrap blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.main_wrap blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
@media screen and (max-width: 768px) {
	.main_wrap blockquote:before{
    font-size: 20px;
}
.main_wrap blockquote {
    position: relative;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    background: #efefef;
    color: #555;
}
}
/*----------------------------------------
	テーブル関連
-----------------------------------------*/
.main_wrap table,.gaiyo,.history,.location{
	width: 100%;
	margin-bottom: 40px;
  line-height: 1.7;
  font-size: 113%;
    }
.main_wrap table,.main_wrap table td,.main_wrap table th,
.gaiyo,.gaiyo td,.gaiyo th,
.history,.history td,.history th,
.location,.location td,.location th {
    border-collapse: collapse;
    }
.main_wrap table td,.main_wrap table th ,.gaiyo, td,.gaiyo th{

    }
.main_wrap table th ,.gaiyo th,.history th,.location th{
	border-bottom: 2px solid var(--main-green);
	width: 25%;
   padding: 1.2em 0.5em 1.2em 1em;
   font-weight: 700;
   position: relative;
    }
 .main_wrap table tr:last-of-type th ,.gaiyo tr:last-of-type th,.history tr:last-of-type th,.location tr:last-of-type th{
border-bottom:none;
    }   
.history th{
  width: 30%;
   font-weight: normal;
    }
.main_wrap table td,.gaiyo td,.history td,.location td {
	border-bottom:1px solid #cfb8a8;
 padding: 1.2em 0.5em;
    }
     .main_wrap table tr:last-of-type td ,.gaiyo tr:last-of-type td,.history tr:last-of-type td,.location tr:last-of-type td{
border-bottom:none;
    }  
    .main_wrap table td a,.gaiyo td a,.history td a,.location td a{
text-decoration: underline;
    }
        .main_wrap table td a:hover,.gaiyo td a:hover,.history td a:hover,.location td a:hover{
text-decoration: none;
opacity: 0.7;
    }
table hr {
	border-top:1px solid #cfb8a8;
  margin: 1em 0;
    }
@media screen and (max-width: 550px){
  .main_wrap table,.gaiyo{
font-size: 88%;
    }
.history{
font-size: 75%;
    }
.history th{
	width: 40%;
   padding: 0.5em 1em 0.5em 0;
   text-align: right;
    }  
    .history td{
   padding: 0.5em 0;
    } 
       .location{
  font-size: 75%;  
   } 
   .location th{
	width: 30%;
   padding: 1em 1em 1em 0;
   }
    .location td{
   padding: 1em 0.5em;
   }   
.main_wrap table th ,.gaiyo th{
	width: 100%;
  display: block;
  border-bottom:1px solid #cfb8a8;
  padding: 1em 0.5em 0.5em 0.5em;
    }
    .main_wrap table th::before ,.gaiyo th::before{
content: "";
width: 30%;
height: 1px;
background-color: var(--main-green);
position: absolute;
left: 0;
bottom: 0;
    }
    .main_wrap table td ,.gaiyo td{
	width: 100%;
  display: block;
  border: none;
    padding: 0.5em 0 0.5em 0;
    }
}