@charset "UTF-8";

/* ============================================================
  Variables
============================================================ */
/* ============================================================
  Break Point
============================================================ */
.only-pc {
	display: block !important;
}

.only-sp {
	display: none !important;
}

.only-pc--inline {
	display: inline !important;
}

@media only screen and (max-width: 1024px) {

	.only-pc,
	.only-pc--inline {
		display: none !important;
	}

	.only-sp {
		display: block !important;
	}
}

/* ============================================================
  Font Family
============================================================ */
/* ============================================================
  Font Size
============================================================ */
@media only screen and (max-width: 1024px) {
	body {
		font-size: 0.875em;
	}
}

large {
	font-size: 1.375em;
}

@media only screen and (max-width: 1024px) {
	large {
		font-size: 1em;
	}
}

/* ============================================================
  Color
============================================================ */
/* ============================================================
  その他
============================================================ */
.header-image {
	background: #fff url(/nature/biodiversity/30by30alliance/img/kyousei/kyousei-header-img.jpg) no-repeat center top;
	background-size: cover;
	height: 300px;
}

@media only screen and (max-width: 1024px) {
	.header-image {
		background: #fff url(/nature/biodiversity/30by30alliance/img/kyousei/kyousei-header-img-sp.jpg) no-repeat center top;
		height: 155px;
	}
}

main>h1.ttl {
	font-size: 2.25em;
	margin-top: 2em;
	text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
	main h2.ttl {
		font-size: 2.25em;
	}
}

@media only screen and (max-width: 1024px) {
	main h2.ttl {
		font-size: 1.57em;
	}
}

main h2.ttl.-blc {
	color: #333;
	font-weight: normal;
}

@media only screen and (min-width: 1025px) {
	main h2.ttl.-blc {
		font-size: 1.75rem;
	}
}

@media only screen and (max-width: 1024px) {
	main h2.ttl.-blc {
		font-size: 1.25rem;
	}
}

main h2.lead-txt-center {
	line-height: 2.375em;
	font-weight: normal;
}

@media only screen and (max-width: 1024px) {
	main h2.lead-txt-center {
		margin: -3em 1em 3em 1em;
	}
}

main h3.ttl-box {
	margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
	main .btn.-small {
		min-width: 532px;
	}
}

@media only screen and (max-width: 1024px) {
	main .btn.-small {
		min-width: 366px;
	}
}

main .btn-box>div h3 {
	font-weight: normal;
	margin: 0.8em;
}

@media only screen and (min-width: 1025px) {
	main .btn-box>div h3 {
		font-size: 1.25rem;
	}
}

main .btn.-green {
	background-color: #368076;
	border-color: transparent;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 0.7em;
	margin-top: 1em;
	width: 70%;
}

@media only screen and (min-width: 1025px) {
	main .btn.-green {
		font-size: 1.5rem;
	}
}

main .btn.-green::after {
	content: none;
}

main .btn.-green:hover {
	opacity: 0.5;
}

.section-lead {
	padding-top: 0;
}

@media only screen and (min-width: 1025px) {
	.lead-txt-center {
		margin-bottom: 80px;
	}
}

.disabled {
	border: 1px solid #707070 !important;
	padding-right: 3em !important;
}

.disabled::after {
	content: none !important;
}

.matching-schedule-img img {
	width: 100%;
}

@media only screen and (min-width: 1025px) {
	.matching-schedule-img {
		padding: 0;
		width: 852px;
	}
}

@media only screen and (max-width: 1024px) {
	.matching-schedule-img {
		padding-right: 2em;
	}

	.matching-schedule-img img {
		max-width: 100%;
	}
}


/*-----アンカー-------*/
.ancList{
	background-color: #368076;
}

.ancList ul {
	padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}

@media only screen and (max-width:1024px) {
  .ancList ul {
    padding: 3px;
      display: flex;
      flex-wrap: wrap;
      gap: 1px 8px;
  }
}

.ancList ul li {
    position: relative;
}

.ancList ul li a{
    color: #fff;
	padding-left: 16px;
    position: relative;
}
@media only screen and (max-width:1024px) {
  .ancList ul li a {
    color: #fff;
    padding-left: 16px;
    position: relative;
    font-size: 10px;
  }
}

.ancList ul li a:hover {
	text-decoration: underline;
}

.ancList ul li a::before {
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    rotate: 45deg;
    top: .8em;
    left: 0;
}
@media only screen and (max-width:1024px) {
  .ancList ul li a::before {
    content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border-right: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      rotate: 45deg;
      top: .8em;
      left: 0;
  }
}

/*-----メインコンテンツ-------*/
.content.certificate{
	margin-bottom: 40px;
}

.content.certificate.box {
	border: solid 2px #368076;
}

.content.certificate.explanation {
	list-style-type: square;
	position: relative;
	margin-top: 15px;
	margin-bottom: 0px;
}

main .link-text{
	color: #0000EE; 
	text-decoration: underline;
}

main .normal-text{
	color:#333;
}


.acceleration{
    text-align: center;
}

.acceleration-image{
	width: 70%; 
    height: auto; 
	margin-bottom: 20px;
	margin-bottom: 40px;
}

.about-matching{
    text-align: center;
}

.about-matching-image{
	width: 70%; 
    height: auto; 
	margin-top: 40px;
	margin-bottom: 40px;
}

.Forest-check-Sheet{
	text-align: center;
}
.Forest-check-Sheet-image {
    width: 70%; 
    height: auto; 
	margin-top: 40px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
	.Forest-check-Sheet-image {
		width: 100%; 
		height: auto; 
		margin-top: 40px;
		margin-bottom: 40px;
	}
  }

.r6-schedule-img {
    width: 70%; 
    height: auto; 
	margin-top: 40px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
	.r6-schedule-img {
		width: 100%; 
		height: auto; 
		margin-top: 40px;
		margin-bottom: 40px;
	}
  }

main .btn.-white {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 10em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 0.7em;
	margin-top: 1em;
	width: 70%;
}

@media only screen and (max-width:1024px) {
	main .btn.-white {
		font-size: 0.875em;
		max-width: calc(100% - 2em);
		min-height: 50px;
		min-width: calc(100% - 2em);
		padding: 0.7em 1em 0.7em 4em
	}
}

main .btn.-white:after {
	color: #333;
	content: "\e901";
	float: right;
	font-family: "icomoon";
	font-size: 1em;
	margin-bottom: 0.1em
}

@media only screen and (max-width:1024px) {
	main .btn.-white:after {
		font-size: 0.9em
	}
}

main .btn.-white:hover {
	background-color: #368076;
	color: #fff
}

main .btn.-white:hover:after {
	color: #fff
}

main .subsidy-list{
	margin: 40px;
}
