@charset "utf-8";
/*----------------------------------------
	タイトル関連
-----------------------------------------*/
/*固定ページ見出しH"*/
.main_wrap h2,.midashi02{
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
	padding:0.5em 1em;
  color: #FFFFFF;
  background-color: #313131;
  border-radius: 15px;
}
.main_wrap h2::before,.midashi02::before{
  content: "";
  width: 5px;
  height: 70%;
  background-color: #0D955A;
  border-radius: 10px;
  position: absolute;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main_wrap h3,.midashi03{
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 500;
	font-family: 'Shippori Mincho', serif;
  position: relative;
	padding: 10px 0 10px 20px;
	border-left: 5px solid #4977BC;
}
.main_wrap h4,.midashi04 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
padding: 0.7em;
	background:#EAF6FD;
	font-family: 'Shippori Mincho', serif;
}
.main_wrap h5,.midashi05 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
color: #1F1E63;

}
.main_wrap h6{
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  margin-top: 0;
}
.main_wrap p {
  margin-bottom: 40px;
}
.main_wrap p, .main_wrap table, .main_wrap ul, .main_wrap ol {
  line-height: 2;
}
@media(max-width: 767px) {
.main_wrap h1, .midashi01 ,.main_wrap h2, .midashi02 {
    font-size: 2.4rem;
  }
  .main_wrap h3,.midashi03 {
    font-size: 2.2rem;
  }
  .main_wrap h4 ,.midashi04{
    font-size: 2.0rem;
  }
  .main_wrap h5,.midashi05 {
    font-size: 1.8rem;
  }
  .main_wrap h6,.midashi06 {
    font-size: 1.8rem;
  }
  .main_wrap p {
    margin-bottom: 40px;
  }
.main_wrap table, .main_wrap ul, .main_wrap ol {
font-size: 1.4rem;
	}
}
/*----------------------------------------
	リンク関連
-----------------------------------------*/
.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:  #0071bc !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 #00979B;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 0;
}
.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;
  border: 2px solid #313131; /* ボーダーの色と太さ */
  outline: none;
  transition: ease .2s;
  padding: 1em 25px 1em 25px;
  line-height: 1;
   background :#FFFFFF;
	text-align: center;
	max-width: 250px;
	width: 100%;
  color: #313131;
   z-index: 1;
}
.bt_base::after {
  background: #0D955A;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.bt_base:hover {
  color: #fff;
}
.bt_base:hover::after {
  transform: scale(1, 1);
}
.bt_base::before {
  content: "";
  width: 7px;
  height: 100%;
  background-color: #0D955A;
  position: absolute;
  left: 0;
  top: 0;
}

/*----------------------------------------
	レイアウト関連
-----------------------------------------*/
.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: 12px;
	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;
   width: calc(100% / 2 - 20px);
}
.col-2_list .col_box{
	max-width: 540px;
	 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;
   width: calc(100% / 3 - 20px);
}
.col-3_list .col_box{
	max-width: 330px;
	 width: calc(100% / 3 - 20px);
}
.col_box {
	margin-bottom: 40px;
}
.col_box .box{
	margin-top: -10px;
}
.col_box p,.col_box .box{
	/*margin-bottom: 0!important;*/
}	
@media(max-width: 767px) {
  .main_wrap .alignright, .main_wrap .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }
.col_box {
	margin: 0 auto 20px auto;
}	
/*2列レイアウト*/
.col-2_list{
	 flex-direction: column;
}	
.col-2_list .col_box{
	 width: 100%;
}
/*3列*/
.col-3_list {
	 gap: 10px 10px;
	flex-direction: column;
}
.col-3_list .col_box{
	 width: 100%;
}
}
@media(max-width: 550px) {

}
/*----------------------------------------
	リスト関連
-----------------------------------------*/
ul.list {
  margin-bottom: 40px;
	padding: 0;
}
ul.list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
	list-style: none;
}
ul.list li:before {
  content: "";
  background-color: #0D955A;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  display: block;
  border-radius: 50px;
  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;
}
.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%;
  font-weight: bold;
  color:#0D955A;
  font-style: italic;
	text-align: right;
}
@media(max-width: 767px) {}
/*----------------------------------------
	囲みボックス
-----------------------------------------*/
.box {
  background: #EAF6FD;
  padding: 1em;
  margin-bottom: 20px;
  position: relative;
}
.box p {
  margin-bottom: 0 !important;
	font-size: 88%;
}
@media screen and (max-width: 767px) {}
/*----------------------------------------
	引用文
-----------------------------------------*/
.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: 767px) {
	.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{
	width: 100%;
	margin-bottom: 40px;
	border-top:1px solid #b3b3b3;
    }
.main_wrap table,.main_wrap table td,.main_wrap table th {
    border-collapse: collapse;
    }
.main_wrap table td,.main_wrap table th {
   padding: 1em 0.5em;
    }
.main_wrap table th {
	border-bottom: 2px solid #0D955A;
	width: 25%;
  text-align: center;
  font-weight: 700;
    }
.main_wrap table td {
	border-bottom:1px solid #b3b3b3;
    }

@media screen and (max-width: 550px){
.main_wrap table th {
	border-bottom: 1px solid #0D955A;
	width: 30%;
    }
	.main_wrap table td,.main_wrap table th {
   padding: 1em 0.5em;
    }
}