@charset "UTF-8";
/*トップページ・国の取組*/
/*　トップ・国の取り組み*/
a {
  text-decoration: none;
}
p {
  word-break: normal;
}
.chapter p {
  max-width: 880px;
}
.chapter.bg_blue {
  max-width: 100%;
  margin: 0;
  padding: 20px 0 60px;
  text-align: center;
}
.chapter.bg_blue p {
  max-width: 860px;
}
.text_box {
  max-width: 66vw;
  max-width: 800px;
  margin: 0 auto;
}
.text_box p {
  padding-bottom: 20px;
  font-size: 1.4rem;
  word-break: break-all;
}
@media screen and (max-width:820px) {
  .btn, a.btn {
    margin: 0 10px;
    padding: 10.5px 1em 9.5px;
  }
}
/*サブナビゲーション*/
.sub-nav {
  margin: 0;
}
#sub-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
}
#sub-nav li {
  margin: 0 10px;
  height: 60px;
}
#sub-nav li a {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  border: 2px solid #1C5A4F;
  border-radius: 30px;
  background-color: #fff;
  height: 38px;
  padding: 10px 20px 10px 20px;
}
#sub-nav li a::after {
  content: url("../img/arrow_02.svg");
  display: inline-block;
  width: 10px;
  position: relative;
  right: -6px;
}
#sub-nav li a:hover, #sub-nav li a:focus {
  background-color: #f2f2f2;
}
@media screen and (max-width:820px) {
  #sub-nav {
    padding-top: 20px;
  }
  #sub-nav li {
    height: 34px;
    margin: 4px;
  }
  #sub-nav li a {
    font-size: 0.8rem;
    padding: 6px 16px 6px 16px;
  }
}
/*text-aligh */
.ta_left {
  text-align: left;
}
.ta_right {
  text-align: right;
}
.ta_center {
  text-align: center;
  margin: 0 auto;
}
/*font-size*/
.fs_14 {
	font-size: 0.875rem;
}
.fs_16 {
  font-size: 1rem;
}
.fs_18 {
  font-size: 1.125rem;
}
.fs_20 {
  font-size: 1.25rem;
}
.fs_22 {
  font-size: 1.375rem;
}
@media screen and (max-width:820px) {
  .fs_14 {
	font-size: 0.7rem;
}
.fs_16 {
  font-size: 0.875rem;
}
.fs_18 {
  font-size: 1rem;
}
  .fs_20 {
    font-size: 1rem;
  }
  .fs_22 {
    font-size: 1.1rem;
  }
}
/*color*/
.fc_dark-green {
  color: #1C5A4F;
}
.fc_green {
  color: #226E3C;
}
#fc_black {
  color: #000;
}
/*font-weight*/
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
/*背景色*/
.bg_white {
  background-color: #fff;
}
.bg_blue {
  background-color: #D3E8D7;
}
/*width*/
.w_40 {
  width: 40%;
}
.w_60 {
  width: 60%;
}
.w_62 {
	width: 62%;
}
.w_80 {
  width: 80%;
}
/*余白の調整*/
.mg-b_20 {
  margin-bottom: 20px;
}
.mg-b_50 {
  margin-bottom: 50px;
}
@media(max-width: 767px) {
  .mg-b_20 {
    margin-bottom: 14px;
  }
  .mg-b_50 {
    margin-bottom: 24px;
  }
}
/*トップページ*/
.top_ttl {
  font-size: 1.875rem;
  color: #7C4A28;
}
.top_ttl img {
  width: 50px;
  margin: 0 8px 6px 0;
}
#top_btn {
  max-width: 380px;
  border: none;
  background-color: #b45d00;
  border-radius: 14px;
  padding: 8px 10px;
  margin: 0 auto;
  font-weight: 500;
  transition: .3s;
}
#top_btn a {
  font-size: 1.375rem;
  color: #fff;
}
#top_btn:hover {
  transform: scale(1.1);
}
#top_btn::after {
  content: url("../img/arrow_01.svg");
  display: inline-block;
  width: 18px;
  position: relative;
  right: -10px;
  top: 2px;
}
@media(max-width: 820px) {
  #top_btn {
    width: 260px;
    border-radius: 14px;
  }
  #top_btn::after {
    width: 12px;
  }
  #top_btn a {
    font-size: 1rem;
  }
}
.orange_btn {
  width: 340px;
  background-color: #b45d00;
  border-radius: 14px;
  padding: 10px 20px 10px 18px;
  margin: 20px auto;
  font-weight: 500;
  transition: .3s;
}
.orange_btn a {
  font-size: 1.2rem;
  color: #fff;
}
.orange_btn:hover {
  transform: scale(1.1);
}
.orange_btn::after {
  content: url("../img/arrow_01.svg");
  display: inline-block;
  width: 18px;
  position: relative;
  right: -10px;
  transform: rotate(-90deg);
}
.orange_btn a:focus {
  outline: 1px solid #ffffff !important;
}
@media(max-width: 820px) {
  .orange_btn {
    max-width: 280px;
    border-radius: 16px;
    margin: 0 auto;
  }
  .orange_btn a {
    font-size: 1rem;
  }
  .orange_btn::after {
    width: 14px;
  }
}
.h1_area {
  top: 20px;
  left: 80px;
  text-align: center;
}
.h1_area h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 30px auto 20px;
}
@media(max-width: 820px) {
  .h1_area {
    margin: 0 auto;
    position: static;
    width: calc(100% - 40px);
  }
  .h1_area h1 {
    font-size: 1.2rem;
  }
}
.wrap p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0 auto;
  text-align: left;
}
.top_img {
  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
h2.top-lead {
  font-size: 2rem;
  font-weight: 600;
  color: #1C5A4F;
  margin: 0 auto;
}
.lead-text {
  font-size: 1.25rem;
}
.lead-text_02 {
  font-size: 1.125rem;
  padding: 0 20px;
  text-align: center;
}
@media(max-width: 820px) {
  h2.top-lead {
    font-size: 140%;
    padding-top: 40px;
  }
  .lead-text {
    font-size: 1rem;
    line-height: 1.6;
    word-break: break-all;
    padding: 0 20px;
  }
  .lead-text_02 {
    font-size: 100%;
  }
  .h.text {
    padding: 0 20px;
  }
}
.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  line-height: 1.2;
  color: #1E7D6D;
  margin: 30px;
}
.scroll-indicator span:last-child {
  opacity: 0.5;
}
.scroll-indicator span:nth-child(2) {
  opacity: 0.8;
}
@media(max-width: 820px) {
  .scroll-indicator {
    margin: 20px auto;
    line-height: 0.8;
  }
}
@media(max-width: 820px) {
  .top_ttl {
    font-size: 1.4rem;
    line-height: 1;
    margin: 30px auto 20px;
    word-break: normal;
    padding: 0 20px;
  }
  .top_ttl img {
    width: 28px;
    margin: 0 4px 6px 0;
    ;
  }
  .text_box p {
    padding: 0 20px 14px;
    margin: 0 auto;
    line-height: 1.8;
  }
  .wrap p {
    max-width: 860px;
    font-size: 100%;
    line-height: 1.6;
  }
  .chapter.bg_blue {
    padding: 20px 0 60px;
  }
}
#nav_00 {
  scroll-margin-top: 60px;
}
#nav_01, #nav_03 {
  margin-bottom: 80px;
}
#nav_01, #nav_02, #nav_03, #nav_04, #nav_03-2 {
  scroll-margin-top: 90px;
}
@media screen and (max-width:820px) {
  #nav_01, #nav_02, #nav_03, #nav_04, #nav_03-2 {
    scroll-margin-top: 62px;
  }
  #nav_01, #nav_03 {
    margin-bottom: 60px;
  }
  #nav_03.chapter {
    padding-top: 20px;
  }
}
/*コラム*/
.colum {
  margin: 40px auto 50px;
  width: auto;
  max-width: 700px;
  background-color: #E5EABD;
  border-radius: 100px;
  padding: 40px 40px 0;
}
.colum_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.colum_lead {
  padding: 20px 0;
  width: 90%;
}
.colum ul li p {
  margin: 10px auto 10px !important;
  font-size: 1rem;
  line-height: 1.8;
  width: 90%;
}
.colum_label {
  background-color: #fff;
  color: #226E3C;
  border-radius: 6px;
  padding: 4px;
  width: 130px;
  font-weight: 600;
  margin: 0;
}
.colum-text {
  display: none;
}
#colum-1.accordion, #colum-2.accordion {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 170px;
  margin: 0;
}
.posiy_colum {
  margin-left: 90px;
  margin-bottom: 20px;
}
.posiy_colum img {
  width: 88px;
  height: auto;
}
@media screen and (max-width:820px) {
  .colum {
    margin: 10px auto 30px;
    padding: 30px 0 10px;
    border-radius: 30px;
  }
  .colum_ttl {
    font-size: 130%;
    margin-bottom: 10px;
  }
  .colum_lead {
    padding: 0 !important;
  }
  .colum p {
    font-size: 90%;
  }
  .colum ul li {
    width: 94%;
    margin: 0 auto;
  }
  .colum ul li p {
    margin: 6px 0 20px 20px !important;
    padding: 0;
    font-size: 93.4%;
    line-height: 1.6;
  }
  .colum_label {
    width: 120px;
    margin-top: 16px;
  }
  .posiy_colum {
    bottom: 10px;
    right: 10px;
  }
  .posiy_colum img {
    width: 50px
  }
  #colum-1.accordion, #colum-2.accordion {
    padding-left: 60px;
  }
  .posiy_colum {
    margin-left: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width:718px) {
  .colum {
    margin: 10px 10px 30px;
  }
}
#text_point_1.text_point, #text_point_2.text_point, #text_point_3.text_point, #text_point_4.text_point, #text_point_5.text_point {
  text-align: center;
  font-size: 1.125em;
  color: #1C5A4F;
  font-weight: 600;
  margin: 20px auto 80px;
}
#text_point_1.text_point {
  margin: 0;
  padding: 0;
}
#text_point_4.text_point, #text_point_5.text_point {
  margin-bottom: 40px;
}
.text_point_3 {
  font-size: 1.4rem;
  color: #1C5A4F;
  font-weight: 600;
  text-decoration: underline dotted 6px #fff;
  padding: 6px 0;
  margin: 10px 0;
}
.keyword {
  width: 50%;
  max-width: 550px;
  margin: 30px auto;
}
.keyword p {
  margin: 10px auto;
}
strong.marker {
  background: linear-gradient(transparent 50%, #fffeab7d 50%);
  padding-bottom: 0.3em;
  font-weight: 500;
}
@media screen and (max-width:820px) {
  #text_point_1.text_point, #text_point_2.text_point, #text_point_3.text_point, #text_point_4.text_point, #text_point_5.text_point {
    margin: 0px auto 10px;
    word-break: normal;
    padding: 0 20px;
    font-size: 100%;
  }
  .text_point_3 {
    font-size: 110%;
    margin: 0;
  }
  .keyword {
    width: 90%;
    max-width: 450px;
    margin: 10px auto;
  }
  strong.marker {
    padding-bottom: 0;
  }
}
.np-curve_img {
  padding: 20px 0 0;
  width: 96%;
  max-width: 500px;
  height: auto;
}
.curve_img, .ecosystem_services_img {
  margin: 30px auto 50px;
}
.curve_img img {
  width: 96%;
  max-width: 880px;
  height: auto;
  border-radius: 18px;
}
.ecosystem_services_img img {
  width: 96%;
  max-width: 880px;
  height: auto;
}
.posiy {
  width: 160px;
}
.posiy_cry {
  width: 100px;
  padding-bottom: 30px;
}
@media screen and (max-width:820px) {
  .curve_img, .ecosystem_services_img {
    margin: 14px auto 40px;
  }
  .posiy {
    width: 100px;
  }
  .posiy_cry {
    padding: 0 0 30px;
    width: 80px;
  }
}
#to-links, #to-news {
  font-size: 1.6rem;
}
#to-links::after, #to-news::after {
  content: "";
  display: block;
  margin: 0.4em auto;
  width: 46px;
  border: 1px solid #1C5A4F;
}
#links p, #news p {
  font-size: 1rem;
  text-align: center;
}
#main .imgbox p {
  text-align: left;
}
#link-group h2::after {
  content: none;
}
#link-group time, #link-group i {
  font-size: 1rem;
}
#main .news h2 > .cat {
  font-size: 1rem;
}
#news {
  background-color: #E5EABD;
}
@media screen and (max-width:820px) {
  #to-links, #to-news {
    font-size: 1.3rem;
  }
  #links p, #news p {
    font-size: 100%;
    line-height: 1.5;
  }
}
.guide-nav {
  margin: 0;
  padding: 66px 0 54px;
  background: #c0d5cc url("../img/btm_bg.jpg") no-repeat center;
  background-size: cover;
}
#target-nav section.guide-business h3::before {
  background-image: url("../img/icon_business.svg");
  background-repeat: no-repeat;
}
#target-nav section.guide-local h3::before {
  background-image: url("../img/icon_local.svg");
  background-repeat: no-repeat;
}
#target-nav section.guide-people h3::before {
  background-image: url("../img/icon_people.svg");
  background-repeat: no-repeat;
}
#target-nav h3 {
  font-size: 1.1rem;
}
.guide-nav h3 {
  font-size: 1.5rem;
  text-align: center;
}
.guide-nav p.nav {
  background-color: transparent;
  padding: 10px 20px;
}
.guide-nav .btn.detail {
  background-color: #5C791E;
  border: none;
}
.guide-nav .btn.detail::after {
  content: url(../img/arrow_01.svg);
  display: inline-block;
  width: 12px;
  position: relative;
  right: -8px;
  top: 8px;
  transform: rotate(-90deg);
}
.guide-nav .btn.detail:hover {
  background-color: #a4bd4fa3;
  color: #333;
}
.guide-nav .btn.detail:hover::after {
  content: url(../img/arrow_02.svg);
  transform: rotate(-90deg);
}
.target-btn.btn.detail:focus {
  background-color: #a4bd4fa3;
  color: #000;
}
#footer span, #footer h3, #footer h4, #footer li {
  color: #fff;
}
@media screen and (max-width:820px) {
  .guide-nav {
    background-size: cover;
  }
  #target-nav h3 {
    font-size: 100%;
  }
  #target-nav section {
    padding: 0;
  }
  .nav a.btn:not(.link) {
    padding: 6px 20px;
  }
  .guide-nav {
    padding: 20px 0;
  }
  .guide-nav h3 {
    margin: 0 auto;
    width: auto;
  }
  .guide-nav .btn.detail::after {
    right: -4px;
  }
  #target-nav section h3::before {
    margin: 0 auto;
  }
  #target-nav section p {
    padding: 0 0 14px 0;
  }
  .guide-nav .grid > .col {
    padding: 6px;
  }
}
/*国の取組*/
#heading {
  position: relative;
}
.efforts_posiy {
  position: absolute;
  bottom: 10px;
  right: 30px;
  width: 180px;
}
#efforts-wrap {
  margin: 0 auto;
}
#efforts-wrap #sub-nav {
  padding-top: 60px;
  margin-top: 0;
}
#efforts-wrap h3 {
  color: #1C5A4F;
  font-size: 1.25rem;
  max-width: 880px;
  text-align: left;
  margin: 1.6em auto 1em;
}
@media screen and (max-width:820px) {
  #efforts-wrap h3 {
    font-size: 1rem;
    padding-left: 20px;
    margin-top: 24px;
  }
  .efforts_posiy {
    position: relative;
    width: 150px;
    left: 30px;
  }
}
.vision_2050 {
	border: solid 1px #294760;  
	width: 760px;
    margin: 0 auto;
	font-weight: 600;
}
.vision_2050 th,.vision_2050 td,.mission_2030 th,.mission_2030 td {
	text-align: center;
	
}
.vision_2050 th {
	padding: 4px;
	border: solid 1px #294760;
	background-color: #2A7593;
    color: #fff;
	font-size: 1.2rem;
}
.vision_2050 td,.mission_2030 td {
	font-weight: 600;
	font-size: 1rem;
	align-items: center;
}
.vision_2050 td:first-child {
	border-right: solid 1px #294760;
}

.divide_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.divide_wrap.vision{
	background-color:#DEF0F9;
}
.divide {
	width: 50%;
	height: 54px;
	display: flex;
	font-size: 0.9rem;
    font-weight: 600;
	align-items: center;
	text-align: left;
	padding-left: 6px;
}
.divide:nth-child(odd) {
	border-right: solid 1px #294760;
}
.divide:nth-child(1),.divide:nth-child(2){
	border-bottom: solid 1px #294760;
}
.cell {
	font-size: 1.2rem;
	color: #0B4A5E;
	padding-right: 12px;
}
.cell span {
	font-size: 0.8rem;
	padding-right: 2px;
	
}
.mission_2030 {
	border: solid 1px #176B33;  
	width: 760px;
    margin: 4px auto 30px;
	font-weight: 600;
}
.mission_2030 th {
	padding: 4px;
	border: solid 1px #176B33;
	background-color: #237E53;
    color: #fff;
	font-size: 1.2rem;
}
.mission_2030 p {
	font-size: 0.88rem;
	padding: 16px 0 0;
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
}
.mission_2030 td:first-child {
	border-right: solid 1px #237E53;
}
.divide_wrap.mission {
	padding: 0;
	margin: 4px 0;
}
.target_2030 {
	position: relative;
	width: 32%;
	height: 96px;
	
}
.target_2030 span {
	position: absolute;
	bottom: 6px;
    left: 18px;
    width: 116px;
	background-color: #fff;
    padding: 2px;
    font-size: 0.7rem;
}
.target_2030:nth-child(1) {
	background-color: #CEEFC7;
	border-radius: 10px;
}
.target_2030:nth-child(2) {
	background-color: #FFE5B0;
	border-radius: 10px;
}
.target_2030:nth-child(2) p {
	padding: 26px 0 0;
}
.target_2030:nth-child(3) {
	background-color: #FFD5C5;
	border-radius: 10px;
}
@media screen and (max-width:820px){
	.vision_2050,.mission_2030 {
		width: 550px;
	}
	.vision_2050 td, .mission_2030 td {
		font-size: 78%;
	}
	.divide {
		font-size: 88%;
	}
	.cell {
		font-size: 1rem;
	}
	.cell span {
		font-size: 0.4rem;
	}
	.vision_2050 th,.mission_2030 th {
		font-size: 96%;
	}
	.divide {
    height: 44px;
	}
	.target_2030 {
		margin: 6px 0;
		height: 82px;
	}
	.target_2030 p {
		font-size: 90%;
	}
	.target_2030 span {
		left: 4px;
		width: 100px;
	}
}
@media screen and (max-width:560px){
	.vision_2050,.mission_2030 {
		width: 350px;
	}
	.vision_2050 th, .mission_2030 th {
        font-size: 70%;
    }
	.vision_2050 td, .mission_2030 td {
		font-size: 0.5rem;
	}
	.divide {
		padding-left: 2px;
		height: 32px;
		line-height: 1.3;
	}
	.cell {
		padding-right: 4px;
		width: 40px;
	}
	.target_2030 {
		margin: 2px 0;
		height: 68px;
	}
	.target_2030 span {
		left: 5px;
        width: 60px;
        bottom: 10px;
		font-size: 82%;
	}
	.mission_2030 p {
		padding: 16px 2px 0;
	}
	.mission_2030 td {
		margin:0;
		padding: 0;
	}
	.target_2030:nth-child(2) p {
	        padding-top: 16px;
}
	.target_2030 p {
		padding-top: 16px;
	}
}
.caption{
    font-size: 1rem;
    line-height: 1.2;
	padding: 8px  0;
	text-align: center;
  }
.text_point_02 {
  background-color: #e5eef4;
  border-radius: 20px;
  width: 90%;
  max-width: 580px;
  margin: 10px auto 40px;
  padding-top: 30px;
}
.text_point_ttl {
  font-size: 1.125em;
  margin: 0;
}
.text_point_02 ol {
  font-size: 1.125em;
  margin: 0 auto;
  padding: 10px 0 30px 19px;
  max-width: 460px;
}
.text_point_02 ol li {
  padding-left: 4px;
  text-align: left;
  font-size: 1.125rem;
  word-break: normal;
}
.text_point_02 ol li::marker {
  display: marker;
  color: #1C5A4F;
}
.ns-img_wrap {
  text-align: center;
}
.ns-img_ttl {
  background-color: #1E7D6D;
  font-size: 1rem;
  padding: 0px 40px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  width: 560px;
  margin: 20px auto 20px;
}
.ns-img_wrap img {
  width: 96%;
  max-width: 700px;
  margin-bottom: 60px;
}
.senryaku_img, .water-wheel {
  margin: 0 auto 30px;
  width: 96%;
  max-width: 600px;
  height: auto;
}
@media screen and (max-width:820px) {
	.caption {
		font-size: 90%;
	}
  #efforts-wrap #sub-nav {
    padding-top: 20px;
    padding-left: 0;
  }
  .text_point_02 {
    padding: 16px;
    margin: 10px auto 20px;
	font-size: 0.838rem;
  }
  .text_point_02 ol {
    padding: 10px 10px 8px 20px;
  }
  .text_point_02 ol li {
    font-size: 0.94rem;
	margin-bottom: 0.2em;
  }
  .ns-img_ttl {
    font-size: 98%;
    width: 96%;
    border-radius: 40px;
    line-height: 1;
    padding: 10px;
  }
  .ns-img_wrap img {
    padding: 0 10px;
    margin-bottom: 0;
  }
}
#plan-wrap {
  margin: 0 auto 40px;
  max-width: 880px
}
.plan_wrap li {
  list-style: none;
  position: relative;
  border: solid 5px #197435;
  background-color: #F5F5F5;
  border-radius: 50px;
  margin: 70px auto;
  text-align: center;
}
.plan_wrap li:first-child {
  margin-top: 100px;
}
.plan_wrap li h4 span {
  position: absolute;
  top: -26px;
  left: 30px;
  background-color: #197435;
  border-radius: 10px;
  width: 220px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 8px;
}
.plan_ttl {
  font-size: 1.75rem;
  font-weight: 600;
  color: #197435;
  text-align: center;
  padding: 30px 0 26px;
  margin: 0;
  line-height: 1.3em;
}
.plan_ttl span.text {
	font-size: 1.4rem;
    position: static;
	background-color: #F5F5F5;
	color: #197435;
	padding: 0;
}
.plan-img_wrap {
  display: flex;
  justify-content: center;
}
.plan-img_wrap img {
  height: 200px;
  width: auto;
  margin: 0 5px;
}
#plan_lead, #plan_lead_2, #plan_lead_3, #plan_lead_4, #plan_lead_5 {
  width: 86%;
  margin: 20px auto 30px;
}
.accordion {
  text-align: center;
  margin: 14px 0 24px;
}
.accordion button {
  background-color: #fff;
  border: solid 1px rgba(148, 148, 148, 1.00);
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 36px 12px 30px;
  height: 50px;
}
.accordion button::after {
  content: url("../img/arrow_02.svg");
  display: inline-block;
  width: 10px;
  position: relative;
  right: -16px;
}
.accordion button:hover, .accordion button:focus {
  background-color: #e6e6e6;
}
.accordion.active button::after, .accordion button.active::after {
  transform: translateY(-50%) rotate(180deg);
  top: 16px;
  right: -18px;
}
@media screen and (max-width:820px) {
  .plan_wrap {
    padding: 0 !important;
  }
  .accordion button {
    border-radius: 10px;
    padding: 6px 30px 6px;
    height: 40px;
  }
	.plan_ttl span.text{
		font-size: 1.1rem;
	}
}
.content {
display: none;
  width: 86%;
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.3s ease-out;
  padding: 0 10px;
}
.content.active {
  max-height: 1600px;
  height: auto;
  padding: 10px;
}
.content img {
  width: 50%;
}
.content p {
  font-size: 1rem;
}
.content_ttl {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}
.plan_list {
  width: 80%;
  margin: 0 auto;
}
.plan_list h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1C5A4F;
  text-align: left;
  margin: 0;
}
.bullet {
  padding-right: 4px;
}

.plan_list p {
  width: 100%;
  margin: 10px 0px 30px 10px;
  font-size: 1rem;
  line-height: 1.7;
}
.plan_list p:last-child {
  margin-bottom: 40px;
}
.plan_flex {
  display: flex;
  justify-content: center;
}
.plan-detail {
  width: 90%;
}
.plan_detail img {
  width: 40vw;
  max-width: 400px;
  height: auto;
  margin: 40px auto 0;
  border-radius: 10px;
}
.plan_detail h5 {
  font-size: 1.2rem;
  text-align: center;
}
.plan_detail {
  caption-side: bottom;
}
.plan_caption{
    font-size: 0.88rem;
    line-height: 1.2;
	padding: 8px  0;
	text-align: center;
}
@media screen and (max-width:820px) {
  .content {
    width: 92%;
  }
  .content.active {
    max-height: none;
  }
  #plan-wrap {
    margin-bottom: 0;
  }
  .plan_wrap li {
    margin: 36px 10px;
  }
  .plan_wrap li:first-child {
    margin-top: 50px;
  }
  .plan_wrap li h4 span {
    word-break: auto-phrase;
    top: -22px;
    left: 10px;
    width: 130px;
    font-size: 1rem;
  }
  .plan-img_wrap img {
    width: 100px;
    height: 100px;
  }
  .plan_ttl {
    padding: 14px 10px 6px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .plan_ttl h4 span.text {
	font-size: 1.375rem;
    position: static;
    background-color: #F5F5F5;
    color: #197435;
    padding: 0;
	}
  #plan_lead, #plan_lead_2, #plan_lead_3, #plan_lead_4, #plan_lead_5 {
    width: 92%;
    margin-bottom: 10px;
  }
  .plan_list {
    width: 100%;
  }
  .plan_list h5 {
    margin: 0;
    word-break: normal;
    margin-bottom: 0.2rem;
    font-size: 100%;
  }
  .plan_list p {
    margin: 0px 0px 20px 10px;
    font-size: 98%;
    line-height: 1.6;
  }
  .plan_detail img {
    width: 80vw;
    margin: 24px auto 0;
  }
  .plan_detail h5 {
    text-align: left;
    word-break: normal;
    margin: 30px 0 10px;
    font-size: 110%;
  }
  .plan_detail p {
    font-size: 98%;
    line-height: 1.6;
  }
  p.nav {
    padding: 10px;
  }
  p.nav span {
    font-size: 98%;
    line-height: 1.6;
  }
.plan_caption {
	word-break: break-word;
    font-size: 80%;
	text-align: left;
	}
}