/*----------------------------------------*/
/* ローワーページCSS */
/* lower-page.css */
/*----------------------------------------*/


/* .sec-decoration-top:first */
.lower-page .sec-decoration-top:first-child {
	margin-top: 11.5vw;
}
.lower-page .sec-decoration-top:first-child::before {
	top: -8vw;
}
.lower-page .sec-decoration-top:last-child {
	padding-bottom: 150px;
}
@media (max-width: 767px) {
	.lower-page .sec-decoration-top:first-child {
		margin-top: calc(11.5vw + 20px);
		padding-top: 40px;
	}
	.lower-page .sec-decoration-top:last-child {
		padding-bottom: 100px;
	}
}


/*----------------------------------------*/
/* .pankuzu */
/*----------------------------------------*/

.lower-page .pankuzu {
	margin-bottom: 50px;
}
.lower-page .pankuzu .aioseo-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: fit-content;
	background-color: var(--white);
	border-radius: 20px;
	font-size: 14px;
	padding: 15px 30px;
	color: var(--gray);
}
.lower-page .pankuzu .aioseo-breadcrumbs a {
	color: var(--gray);
	text-decoration: none;
	color: var(--gray);
}
.lower-page .pankuzu .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
	position: relative;
	color: transparent;
	display: inline-block;
	width: 2em;
	height: 1em;
}
.lower-page .pankuzu .aioseo-breadcrumbs .aioseo-breadcrumb-separator::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	display: block;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #5F6368;
}
@media (min-width: 768px) {
	.lower-page .pankuzu a {
		transition: opacity 0.3s;
	}
	.lower-page .pankuzu a:hover {
		opacity: 0.6;
	}
}
@media (max-width: 767px) {
	.lower-page .pankuzu {
		margin-bottom: 80px;
	}
	.lower-page .pankuzu .aioseo-breadcrumbs {
		border-radius: 15px;
		font-size: 13px;
		padding: 13px 20px;
	}
}


/*----------------------------------------*/
/* .page-header */
/*----------------------------------------*/

.lower-page .page-header {
	overflow: hidden;
}
.lower-page .page-header .page-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.35em;
}
.lower-page .page-header .en-title {
	background-color: var(--yellow2);
	line-height: 1.25;
	width: fit-content;
}
@media (max-width: 767px) {
	.lower-page .page-header {
	}
	.lower-page .page-header .page-title {
		font-size: 32px;
	}
}


/*----------------------------------------*/
/* ul.ul */
/*----------------------------------------*/

.lower-page ul.ul {
	list-style: none;
	padding: 0;
	margin: 1.75em 0;
	line-height: 2em;
}
.lower-page ul.ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.lower-page ul.ul li:last-child {
	margin-bottom: 0;
}
.lower-page ul.ul li::before {
	content: "・";
}


/*----------------------------------------*/
/* ol.ol */
/*----------------------------------------*/

.lower-page ol.ol {
	list-style: none;
	padding: 0;
	margin: 1.75em 0;
	line-height: 2em;
	counter-reset: number 0;  
}
.lower-page ol.ol li {
	padding-left: 2em;
	text-indent: -2em;
}
.lower-page ol.ol li:last-child {
	margin-bottom: 0;
}
.lower-page ol.ol li::before {
	counter-increment: number 1;
	content: counter(number) ".";
	display: inline-block;
	width: 2em;
	text-indent: 0;
	padding-right: 0.5em;
	text-align: right;
}


/*----------------------------------------*/
/* ul.circle-yellow */
/*----------------------------------------*/

.lower-page ul.circle-yellow {
	list-style: none;
	padding: 0;
	margin: 1.75em 0;
}
.lower-page ul.circle-yellow li {
	position: relative;
	padding-left: 1.25em;
	margin-bottom: 0.5em;
}
.lower-page ul.circle-yellow li:last-child {
	margin-bottom: 0;
}
.lower-page ul.circle-yellow li::before {
	content: "";
	position: absolute;
	top: 0.25em;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	background-color: var(--yellow1);
	border-radius: 1em;
	height: 1em;
	width: 1em;
}
@media (max-width: 767px) {
	.lower-page ul.circle-yellow {
		font-size: 16px;
		margin: 1.5em 0;
	}
	.lower-page ul.circle-yellow li {
		padding-left: 1.5em;
	}
}

/*----------------------------------------*/
/* table */
/*----------------------------------------*/

.lower-page .page-body table {
	line-height: 1.8;
	width: 100%;
	background-color: var(--white);
	border-top: solid 1px var(--gray-dd);
	border-left: solid 1px var(--gray-dd);
}
.lower-page .page-body table tbody td > *:first-child {
	margin-top: 0;
}
.lower-page .page-body table tbody td > *:last-child {
	margin-bottom: 0;
}
.lower-page .page-body .border-table tbody th,
.lower-page .page-body .border-table tbody td {
	vertical-align: top;
	border-right: solid 1px var(--gray-dd);
	border-bottom: solid 1px var(--gray-dd);
}
.lower-page .page-body .border-table tbody th {
	padding: 15px 20px;
}
.lower-page .page-body .border-table tbody td {
	padding: 15px 20px;
}
@media (min-width: 768px) {
	.lower-page .page-body .border-table tbody tr:last-child th {
	}
	.lower-page .page-body .border-table tbody tr:last-child td {
	}
}
@media (max-width: 767px) {
	.lower-page .page-body .block-table tbody th, 
	.lower-page .page-body .block-table tbody td {
		display: block;
		width: 100%;
		padding: 12px 15px;
	}
	.lower-page .page-body .border-table tbody tr:last-child td {
	}
}


/*----------------------------------------*/
/* .hasimg-pagetitle-wrap */
/*----------------------------------------*/

.lower-page .hasimg-pagetitle-wrap {
	display: flex;
	align-items: center;
	padding-bottom: 120px;
}
.lower-page .hasimg-pagetitle-wrap .container {
	max-width: 1240px;
}
.lower-page .hasimg-pagetitle-wrap .hasimg-pagetitle-row {
	align-items: center;
}
.lower-page .hasimg-pagetitle-wrap .mask1.yellow-shadow {
	max-width: 483px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.lower-page .hasimg-pagetitle-wrap {
		padding-bottom: 18%;
	}
	.lower-page .hasimg-pagetitle-wrap .mask1.yellow-shadow {
		max-width: 100%;
		margin-top: 55px;
	}
}


/*----------------------------------------*/
/* .simple-pagetitle-wrap */
/*----------------------------------------*/

.lower-page .simple-pagetitle-wrap {
	padding: 100px 0 30px;
}
.lower-page .simple-pagetitle-wrap .container {
	max-width: 1240px;
}
@media (max-width: 767px) {
	.lower-page .simple-pagetitle-wrap {
		padding-top: 0;
	}
}

/*----------------------------------------*/
/* .big-title-wrap */
/*----------------------------------------*/

.lower-page .big-title-wrap {
	text-align: center;
	margin-bottom: 60px;
}
.lower-page .big-title-wrap .big-title {
	font-size: 48px;
	margin-bottom: 0.25em;
}
.lower-page .big-title-wrap .big-title span {}
.lower-page .big-title-wrap .en-title {
	background-color: var(--yellow2);
	line-height: 1.25;
	width: fit-content;
	display: inline-block;
}
@media (max-width: 767px) {
	.lower-page .big-title-wrap {
		margin-bottom: 50px;
	}
	.lower-page .big-title-wrap .big-title {
		font-size: 32px;
	}
}


/*--------------------------------------------------*/
/* ページネーション */
/*--------------------------------------------------*/

.archive-page .pagination-wrap {
	text-align: center;
	margin-top: 65px;
}
.archive-page .pagination-wrap nav {
	display: inline-block;
}
.archive-page .pagination {
	position: relative;
	border-radius: 0;
	margin: 0;
}
.archive-page .pagination .page-link {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bgblue);
	color: var(--black);
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	font-size: 12px;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	margin: 0 5px;
}
.archive-page .pagination .page-item.active .page-link {
	background-color: var(--footergray);
	color: var(--white);
	transition: 0.5s;
}
.archive-page .pagination .page-link:hover,
.archive-page .pagination .page-item.active .page-link:hover {
	opacity: 1;
}
.archive-page .pagination .prev,
.archive-page .pagination .next,
.archive-page .pagination .prev:hover,
.archive-page .pagination .next:hover {
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
	background-position: center center;
	background-repeat: no-repeat;
}
.archive-page .pagination .prev {
	position: absolute;
	left: -50px;
	top: 0;
}
.archive-page .pagination .next {
	position: absolute;
	right: -50px;
	top: 0;
}
.archive-page .pagination .prev:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "\f104";
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 20px;
	color: var(--footergray);
}
.archive-page .pagination .next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 20px;
	color: var(--footergray);
}
@media (min-width: 576px) {
	.archive-page .pagination .page-link:hover,
	.archive-page .pagination .page-item.active .page-link:hover {
		background-color: var(--footergray);
		color: var(--white);
	}
	.archive-page .pagination .prev:hover,
	.archive-page .pagination .next:hover {
		background-color: rgba(0,0,0,0);
		color: rgba(0,0,0,0);
	}
	.archive-page .pagination .prev:hover {
		background-position: calc(50% - 5px) center;
	}
	.archive-page .pagination .next:hover {
		background-position: calc(50% + 5px) center;
	}
}
@media (max-width: 991px) {
	.archive-page .pagination-wrap {
		margin-top: 60px;
	}
}
@media (max-width: 575px) {
	.archive-page .pagination .page-link {
		width: 30px;
		height: 30px;
		margin: 0 5px;
	}
	.archive-page .pagination .prev {
		background-size: 7px;
		left: -40px;
	}
	.archive-page .pagination .next {
		background-size: 7px;
		right: -40px;
	}
}


/*----------------------------------------*/
/* .about-chiki-lab-page */
/*----------------------------------------*/

/* .introduction-sec */
.about-chiki-lab-page .introduction-sec {}
.about-chiki-lab-page .introduction-sec dl.introduction-dl {
	margin: 0;
}
.about-chiki-lab-page .introduction-sec dl.introduction-dl dt {
	margin: 0;
}
.about-chiki-lab-page .introduction-sec dl.introduction-dl dd {
	margin: 0;
}
.about-chiki-lab-page .introduction-sec .fs20 {
	line-height: 2;
	margin-bottom: 65px;
}
.about-chiki-lab-page .introduction-sec h3 {
	font-size: 24px;
	margin-top: 26px;
	margin-bottom: 13px;
}
.about-chiki-lab-page .introduction-sec h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.about-chiki-lab-page .introduction-sec {
		padding-bottom: 50px;
	}
	.about-chiki-lab-page .introduction-sec .row > *:not(:last-child) {
		margin-bottom: 70px;
	}
	.about-chiki-lab-page .introduction-sec .fs20 {
		margin-bottom: 75px;
	}
	.about-chiki-lab-page .introduction-sec h3 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.about-chiki-lab-page .introduction-sec h4 {
		font-size: 16px;
	}
}

/* .activities-sec */
.about-chiki-lab-page .activities-sec {}
.about-chiki-lab-page .activities-sec .activities-list {
	margin-top: 60px;
	margin-bottom: 15px;
}
.about-chiki-lab-page .activities-sec .activities-list .article {
	display: block;
	color: var(--black);
	text-decoration: none;
	margin-bottom: 40px;
}
.about-chiki-lab-page .activities-sec .activities-list .article dl dt {
	margin-bottom: 20px;
}
.about-chiki-lab-page .activities-sec .activities-list .article dl dt img {
	width: 100%;
}
.about-chiki-lab-page .activities-sec .activities-list .article .list-title {
	font-size: 20px;
	line-height: 1.45;
	margin-bottom: 0.6em;
}
.about-chiki-lab-page .activities-sec .activities-list a .list-title {
	text-decoration: underline;
}
.about-chiki-lab-page .activities-sec .activities-list .article p {
}
@media (min-width: 768px) {
	.about-chiki-lab-page .activities-sec .activities-list a {
		transition: opacity 0.3s;
	}
	.about-chiki-lab-page .activities-sec .activities-list a:hover {
		opacity: 0.6;
	}
	.about-chiki-lab-page .activities-sec .activities-list a:hover .list-title {
		text-decoration: none;
	}
}
@media (max-width: 767px) {
	.about-chiki-lab-page .activities-sec .activities-list {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.about-chiki-lab-page .activities-sec .activities-list .article {
		margin-bottom: 60px;
	}
	.about-chiki-lab-page .activities-sec .activities-list .article .list-title {
		font-size: 16px;
	}
}

/* .crowdfunding-sec */
.about-chiki-lab-page .crowdfunding-sec {
	padding: 50px 0;
}

/* .supporters-sec */
.about-chiki-lab-page .supporters-sec {
	padding: 50px 0;
}

/* .overview-sec */
.about-chiki-lab-page .overview-sec {
	padding: 50px 0;
}

/* .member-sec */
.about-chiki-lab-page .member-sec {}
.about-chiki-lab-page .member-sec .big-title-wrap {
	margin-bottom: 90px;
}
.about-chiki-lab-page .member-sec .member-list {
	margin-top: 70px;
}
.about-chiki-lab-page .member-sec .member-list + .medium-title {
	margin-top: 4.5em;
}
.about-chiki-lab-page .member-sec .row {
	margin: -40px -30px;
}
.about-chiki-lab-page .member-sec .row > * {
	padding: 40px 30px;
}
.about-chiki-lab-page .member-sec dl.member-dl {}
.about-chiki-lab-page .member-sec dl.member-dl dt {}
.about-chiki-lab-page .member-sec dl.member-dl dt > * {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.about-chiki-lab-page .member-sec dl.member-dl dt .img-copyright::after {
	font-size: 12px;
	margin-top: 1.25em;
}
.about-chiki-lab-page .member-sec dl.member-dl dt figure.img-blue img {}
.about-chiki-lab-page .member-sec dl.member-dl dd {}
.about-chiki-lab-page .member-sec dl.member-dl dd .position {
	font-size: 15px;
	margin-bottom: 0.25em;
}
.about-chiki-lab-page .member-sec dl.member-dl dd .list-title {
	font-size: 24px;
	margin-bottom: 0.75em;
}
.about-chiki-lab-page .member-sec .link-btn-list {
	margin-top: 30px;
}
.about-chiki-lab-page .member-sec .link-btn-list > ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: -5px;
}
.about-chiki-lab-page .member-sec .link-btn-list > ul > li {
	padding: 5px;
}
.about-chiki-lab-page .member-sec .link-btn-list .btn {}
/* .chief */
.about-chiki-lab-page .member-sec .chief {
	margin-top: 0;
}
.about-chiki-lab-page .member-sec .chief dl.member-dl {
	align-items: center;
}
.about-chiki-lab-page .member-sec dl.member-dl dt figure.nowprinting img {
	background-color: var(--bgblue);
}
@media (max-width: 767px) {
	.about-chiki-lab-page .member-sec {
		margin-top: calc(11.5vw + 40px);
		padding-top: 40px;
		padding-bottom: 70px;
		margin-bottom: calc(11.5vw + 20px);
	}
	.about-chiki-lab-page .member-sec .big-title-wrap {
		margin-bottom: 60px;
	}
	.about-chiki-lab-page .member-sec .row {
		margin: -25px -15px;
	}
	.about-chiki-lab-page .member-sec .row > * {
		padding: 25px 15px;
	}
	.about-chiki-lab-page .member-sec .member-list {
		margin-top: 40px;
	}
	.about-chiki-lab-page .member-sec .member-list + .medium-title {
		margin-top: 3.5em;
	}
	.about-chiki-lab-page .member-sec dl.member-dl dt > * {
		width: 80%;
	}
	.about-chiki-lab-page .member-sec .chief dl.member-dl {
		margin-top: 0;
		margin-bottom: 0;
	}
	.about-chiki-lab-page .member-sec .chief dl.member-dl > * {
		padding-top: 0;
		padding-bottom: 0;
	}
	.about-chiki-lab-page .member-sec dl.member-dl dt .img-copyright::after {
		font-size: 11px;
	}
}

/* .message-sec */
.about-chiki-lab-page .message-sec {
	padding-top: 150px;
}
@media (max-width: 767px) {
	.about-chiki-lab-page .message-sec {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.about-chiki-lab-page .message-sec .fs20 {
		font-size: 16px;
	}
	.about-chiki-lab-page .message-sec .fs20 p {
		line-height: 1.75;
	}
}

/* .profile-sec */
.about-chiki-lab-page .profile-sec {
	padding-top: 40px;
	padding-bottom: 80px;
}
.about-chiki-lab-page .profile-sec .profile-title {
	font-size: 20px;
	margin-bottom: 1em;
}
@media (max-width: 767px) {
	.about-chiki-lab-page .profile-sec {
		padding-bottom: 80px;
	}
	.about-chiki-lab-page .profile-sec .img-copyright {
		margin: 15px 0 30px;
	}
}


/*----------------------------------------*/
/* 記事ページ基本 */
/* .post-article */
/*----------------------------------------*/

.lower-page .post-article {}
.lower-page .post-article .entry-header {
	margin-bottom:  50px;
}
.lower-page .post-article .entry-header .date {
	color: var(--gray);
	font-weight: 700;
	margin-bottom: 15px;
}
.lower-page .post-article .entry-header .entry-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 30px;
}
.lower-page .post-article .entry-header img {
	border: 1px solid #eeeeee;
}
.lower-page .post-article .entry-content {
	word-break: break-all;
}
.lower-page .post-article .entry-content h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
	margin: 3em 0 1.25em;
}
.lower-page .post-article .entry-content h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	margin: 2.75em 0 1.0em;
}
.lower-page .post-article .entry-content h3::after {
	content: "";
	margin-top: 0.75em;
	display: block;
	height: 5px;
	background-color: var(--bgblue);
	border-left: solid 30px var(--yellow2);
}
.lower-page .post-article .entry-content h4 {
	font-size: 18px;
	font-weight: 700;
	text-indent: -1.25em;
	padding-left: 1.25em;
	margin: 2.25em 0 0.75em;
}
.lower-page .post-article .entry-content h4::before {
	content: "●";
	color: var(--yellow2);
	width: 1.25em;
	display: inline-block;
	text-indent: 0;
	padding: 0;
}
.lower-page .post-article .entry-content img {
	border: 1px solid #eeeeee;
}
.lower-page .post-article .entry-content p a,
.lower-page .post-article .entry-content ul a,
.lower-page .post-article .entry-content ol a {
	color: #0F4A76;
	text-decoration: underline;
}
.lower-page .post-article .entry-content > *:first-child {
	margin-top: 0;
}
.lower-page .post-article .entry-content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.75em;
	line-height: 2em;
}
.lower-page .post-article .entry-content ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.lower-page .post-article .entry-content ul li:last-child {
	margin-bottom: 0;
}
.lower-page .post-article .entry-content ul li::before {
	content: "・";
}
.lower-page .post-article .entry-content ol {
	list-style: none;
	padding: 0;
	margin: 0 0 1.75em;
	line-height: 2em;
	counter-reset: number 0;  
}
.lower-page .post-article .entry-content ol li {
	padding-left: 2em;
	text-indent: -2em;
}
.lower-page .post-article .entry-content ol li:last-child {
	margin-bottom: 0;
}
.lower-page .post-article .entry-content ol li::before {
	counter-increment: number 1;
	content: counter(number) ".";
	display: inline-block;
	width: 2em;
	text-indent: 0;
	padding-right: 0.5em;
	text-align: right;
}
.lower-page .post-article .entry-content .wp-caption {
	margin: 3em 0;
}
.lower-page .post-article .entry-content .wp-caption .wp-caption-text {
	font-size: 80%;
	line-height: 1.8;
	margin-top: 1em;
}
.lower-page .post-article .entry-content blockquote {
	font-style: italic;
	color: #666666;
	border-left: 10px solid #eeeeee;
	padding-left: 20px;
	margin: 2em 0;
}
@media (min-width: 768px) {
	.lower-page .post-article .container {
		max-width: 1000px;
	}
	.lower-page .post-article .entry-content p a,
	.lower-page .post-article .entry-content ul a,
	.lower-page .post-article .entry-content ol a {
		transition: opacity 0.3s;
	}
	.lower-page .post-article .entry-content p a:hover,
	.lower-page .post-article .entry-content ul a:hover,
	.lower-page .post-article .entry-content ol a:hover  {
		opacity: 0.6;
	}
}
@media (max-width: 767px) {
	.lower-page .post-article .entry-header .date {
		margin-bottom: 10px;
	}
	.lower-page .post-article .entry-header .entry-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.lower-page .post-article .entry-content {}
	.lower-page .post-article .entry-content h2 {
		font-size: 22px;
	}
	.lower-page .post-article .entry-content h3 {
		font-size: 18px;
	}
	.lower-page .post-article .entry-content h3::after {
		height: 4px;
		border-left: solid 20px var(--yellow2);
	}
	.lower-page .post-article .entry-content h4 {
		font-size: 16px;
	}
	.lower-page .post-article .entry-content blockquote {
		padding-left: 10px;
	}
}




/*----------------------------------------*/
/* .reaserch-result-page */
/*----------------------------------------*/

/* .article-sec */
.reaserch-result-page .article-sec {}
.reaserch-result-page .article-sec .anchor-wrap {
	font-size: 14px;
	margin-bottom: 65px;
}
.reaserch-result-page .article-sec .anchor-wrap ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: -5px;
	padding: 0;
}
.reaserch-result-page .article-sec .anchor-wrap ul li {
	display: flex;
	margin: 0;
	padding: 5px;
}
.reaserch-result-page .article-sec .anchor-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	line-height: 1;
	color: var(--black);
	margin: 0;
	padding: 13px 25px;
	min-height: 100%;
	border-radius: 40px;
	background-color: var(--white);
	text-decoration: none;
}
.reaserch-result-page .article-sec .anchor-wrap ul li a::before {
	font-family: "Material Symbols Sharp";
	content: "\e5db";
	font-weight: 400;
	line-height: 1;
	transform: scale(1.4) translateY(0.05em);
	transform-origin: right;
	margin-right: 0.125em;
	color: #999999;
}
.reaserch-result-page .article-sec .anchor-wrap ul li a span {}
.reaserch-result-page .article-sec .article-list {}
.reaserch-result-page .article-sec article {
	background-color: var(--white);
	padding: 60px 0;
	margin-bottom: 30px;
}
.reaserch-result-page .article-sec article:last-child {
	margin-bottom: 0;
}
.reaserch-result-page .article-sec article > .container {
	max-width: 900px;
}
.reaserch-result-page .article-sec article .entry-header {
	margin-bottom: 35px;
}
.reaserch-result-page .article-sec article .title {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.reaserch-result-page .article-sec article .title a {
	color: #333333;
	text-decoration: underline;
}
.reaserch-result-page .article-sec article .entry-header .icatch-img {
	margin: 50px 0;
}
.reaserch-result-page .article-sec article .content {
	margin-bottom: 40px;
}
.reaserch-result-page .article-sec article .content p {}
.reaserch-result-page .article-sec article .youtube-video {
	width: 100%;
	aspect-ratio: 16 / 9;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin-bottom: 50px;
}
.reaserch-result-page .article-sec article .youtube-video iframe {
	width: 100%;
	height: 100%;
}
.reaserch-result-page .article-sec article .download-title {
	font-size: 100%;
	margin-bottom: 15px;
}
.reaserch-result-page .article-sec article .pdf-title {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0;
}
.reaserch-result-page .article-sec article .article-link + .pdf-title {
	margin-top: 20px;
}
.reaserch-result-page .article-sec article .article-link {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--black);
	padding: 10px 20px;
	margin-bottom: 10px;
	min-height: 60px;
	background-color: var(--bgblue);
	text-decoration: none;
	transition: opacity 0.3s;
}
.reaserch-result-page .article-sec article .pdf-title + .article-link {
	margin-top: 20px;
}
.reaserch-result-page .article-sec article .pdf-text {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.7;
}
.reaserch-result-page .article-sec article .date-title {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 7px;
}
.reaserch-result-page .article-sec article .article-link + .date-title {
	margin-top: 15px;
}
.reaserch-result-page .article-sec article .article-link:last-child {
	margin-bottom: 0;
}
.reaserch-result-page .article-sec article .article-link:hover {
	opacity: 0.6;
}
.reaserch-result-page .article-sec article .article-link.pdf {
}
.reaserch-result-page .article-sec article .article-link.pdf::before {
	content: "";
	flex-shrink: 0;
	flex-grow: 0;
	width: 32px;
	height: 32px;
	margin-right: 14px;
	background-image: url(../img/common/pdf-ico.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.reaserch-result-page .article-sec article .article-link.link::before {
	content: "";
	flex-shrink: 0;
	flex-grow: 0;
	width: 32px;
	height: 21px;
	margin-right: 14px;
	background-image: url(../img/common/arrow-up-right-from-square-solid.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	.reaserch-result-page .article-sec .anchor-wrap ul li a {
		transition: background-color 0.3s;
	}
	.reaserch-result-page .article-sec .anchor-wrap ul li a:hover {
		background-color: var(--yellow2);
	}
}
@media (max-width: 767px) {
	.reaserch-result-page .article-sec .anchor-wrap ul {
		margin: -3px;
	}
	.reaserch-result-page .article-sec .anchor-wrap ul li {
		padding: 3px;
	}
	.reaserch-result-page .article-sec .anchor-wrap ul li a {
		padding: 8px 10px;
		border-radius: 10px;
	}
	.reaserch-result-page .article-sec article {
		padding: 20px 0;
		margin-bottom: 25px;
	}
	.reaserch-result-page .article-sec article .entry-header {
		margin-bottom: 25px;
	}
	.reaserch-result-page .article-sec article .title {
		font-size: 18px;
	}
	.reaserch-result-page .article-sec article .content {
		margin-bottom: 30px;
	}
	.reaserch-result-page .article-sec article .youtube-video {
		margin-bottom: 30px;
	}
	.reaserch-result-page .article-sec article .pdf-title {
		font-size: 14px;
	}
	.reaserch-result-page .article-sec article .article-link + .pdf-title {
		margin-top: 18px;
	}
	.reaserch-result-page .article-sec article .article-link {
		font-size: 14px;
		padding: 10px 15px;
		min-height: 50px;
	}
	.reaserch-result-page .article-sec article .pdf-text {
		font-size: 14px;
	}
	.reaserch-result-page .article-sec article .article-link.pdf::before {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.reaserch-result-page .article-sec article .article-link.link::before {
		width: 20px;
		height: 13px;
		margin-right: 10px;
	}
}
@media (max-width: 575px) {
	.reaserch-result-page .article-sec .anchor-wrap {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.reaserch-result-page .article-sec .anchor-wrap ul li {
		width: 100%;
	}
	.reaserch-result-page .article-sec .anchor-wrap ul li a {
		width: 100%;
	}
}

/*----------------------------------------*/
/* .single-research_results */
/*----------------------------------------*/

.single-research_results {}
.single-research_results .page-body {}
.single-research_results .page-body .single-sec {
	padding: 100px 0;
}
.single-research_results .page-body article {
	background-color: var(--white);
	padding: 80px 0;
	margin-bottom: 30px;
}
.single-research_results .page-body article .container {
	max-width: 1000px;
}
.single-research_results .page-body .btn-wrap {
	margin-top: 80px;
	text-align: center;
}
.single-research_results .page-body .btn-wrap .btn {}
@media (min-width: 768px) {
	.single-research_results .page-body .container {
		max-width: 1240px;
	}
}
@media (max-width: 767px) {
	.single-research_results .page-body .single-sec {
		padding: 65px 0;
	}
	.single-research_results .page-body article {
		padding: 40px 0;
	}
	.single-research_results .page-body .btn-wrap {
		margin-top: 60px;
	}
}


/*----------------------------------------*/
/* .notification-page */
/*----------------------------------------*/

/* .simple-pagetitle-wrap */
.notification-page .simple-pagetitle-wrap.has-category-list .category-list {
	margin-top: 60px;
	font-size: 14px;
}
.notification-page .simple-pagetitle-wrap.has-category-list .category-list ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: -5px;
	padding: 0;
}
.notification-page .simple-pagetitle-wrap.has-category-list .category-list ul li {
	display: flex;
	margin: 0;
	padding: 5px;
}
.notification-page .simple-pagetitle-wrap.has-category-list .category-list ul li a {
	display: block;
	font-weight: 700;
	line-height: 1;
	color: var(--black);
	margin: 0;
	padding: 18px 25px;
	min-height: 100%;
	border-radius: 20px;
	background-color: var(--white);
	text-decoration: none;
}
.notification-page .simple-pagetitle-wrap.has-category-list .category-list ul li a.current {
	background-color: var(--yellow2);
}
@media (min-width: 768px) {
	.notification-page .simple-pagetitle-wrap.has-category-list .category-list ul li a {
		transition: background-color 0.3s;
	}
	.notification-page .simple-pagetitle-wrap.has-category-list .category-list ul li a:hover {
		background-color: var(--yellow2);
	}
}
@media (max-width: 767px) {
	.notification-page .simple-pagetitle-wrap.has-category-list .category-list ul {
		margin: -3px;
	}
	.notification-page .simple-pagetitle-wrap.has-category-list .category-list ul li {
		padding: 3px;
	}
	.notification-page .simple-pagetitle-wrap.has-category-list .category-list ul li a {
		padding: 8px 10px;
		border-radius: 10px;
	}
}

/* .article-sec */
.notification-page .article-sec {
}
.notification-page .article-sec::before {
}
.notification-page .article-sec .link-list {}
.notification-page .article-sec .link-list dl {
	margin-bottom: 75px;
}
.notification-page .article-sec .link-list dl dt figure img {
	aspect-ratio: 3/2;
	object-fit: cover;
	width: 100%;
}
.notification-page .article-sec .link-list dl dt figure {
	margin-bottom: 15px;
}
.notification-page .article-sec .link-list dl dt figure a {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.notification-page .article-sec .link-list dl dt figure a img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.notification-page .article-sec .link-list dl dd .date {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 10px;
}
.notification-page .article-sec .link-list dl dd .list-title {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 0;
}
.notification-page .article-sec .link-list dl dd .category {
	margin-top: 20px;
}
.notification-page .article-sec .link-list dl dd .category ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: -5px;
}
.notification-page .article-sec .link-list dl dd .category ul li {
	padding: 5px;
	margin: 0;
}
.notification-page .article-sec .link-list dl dd .category ul li a {
	background-color: var(--yellow2);
	line-height: 1.25;
	width: fit-content;
	font-size: 14px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.notification-page .article-sec {}
	.notification-page .article-sec .link-list dl {
		margin-bottom: 50px;
	}
	.notification-page .article-sec .link-list dl dt figure {
		margin-bottom: 10px;
	}
	.notification-page .article-sec .link-list dl dd .date {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.notification-page .article-sec .link-list dl dd .list-title {
		font-size: 15px;
		line-height: 1.5;
	}
	.notification-page .article-sec .link-list dl dd .category {
		margin-top: 15px;
	}
	.notification-page .article-sec .link-list dl dd .category ul li a {
		font-size: 13px;
	}
}


/*----------------------------------------*/
/* .single-notification */
/*----------------------------------------*/

.single-notification {}
.single-notification .single-sec {}
.single-notification .single-sec::before {}
.single-notification .post-article .entry-header {
	margin-bottom:  75px;
}
.single-notification .post-article .entry-header .date-cat {
	display: flex;
	margin-bottom: 15px;
}
.single-notification .post-article .entry-header .date-cat .date {
	margin: 0 25px 0 0;
}
.single-notification .post-article .entry-header .date-cat .category {}
.single-notification .post-article .entry-header .date-cat .category ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: -5px;
}
.single-notification .post-article .entry-header .date-cat .category ul li {
	padding: 5px;
	margin: 0;
}
.single-notification .post-article .entry-header .date-cat .category ul li a {
	background-color: var(--yellow2);
	line-height: 1.25;
	width: fit-content;
	color: var(--black);
	font-weight: 700;
}
@media (max-width: 767px) {
	.single-notification .simple-pagetitle-wrap {
		padding-top: 0;
	}
	.single-notification .post-article .entry-header {
		margin-bottom: 50px;
	}
	.single-notification .post-article .entry-header .date-cat .category {
	}
	.single-notification .post-article .entry-header .date-cat .category ul li a {
	}
}

/* .entry-footer */
.single-notification .entry-footer {
	margin-top: 100px;
}
.single-notification .entry-footer .contact-banner {
	margin-bottom: 70px;
}
.single-notification .entry-footer .contact-banner a {
	display: flex;
	align-items: center;
	background-color: var(--bgblue);
	padding: 20px 0;
	text-decoration: none;
	min-height: 160px;
	color: var(--black);
}
.single-notification .entry-footer .contact-banner a .container {
	max-width: 820px;
}
.single-notification .entry-footer .contact-banner a .row {
	align-items: center;
}
.single-notification .entry-footer .contact-banner dl.left-text {
	margin: 0;
}
.single-notification .entry-footer .contact-banner dl.left-text dt {
	font-size: 28px;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 20px;
}
.single-notification .entry-footer .contact-banner dl.left-text dt span {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.single-notification .entry-footer .contact-banner dl.left-text dt span::after {
	content: "";
	position: absolute;
	top: -10px;
	right: -5px;
	background-color: var(--yellow1);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	z-index: -1;
}
.single-notification .entry-footer .contact-banner dl.left-text dd {
	font-weight: 700;
	margin: 0;
}
.single-notification .entry-footer .contact-banner .btn-wrap {
	text-align: right;
}
.single-notification .entry-footer .contact-banner .btn,
.single-notification .entry-footer .contact-banner .btn:hover {
	opacity: 1;
}
@media (min-width: 768px) {
	.single-notification .entry-footer .contact-banner a {
		transition: opacity 0.3s;
	}
	.single-notification .entry-footer .contact-banner a:hover {
		opacity: 0.6;
	}
}
@media (max-width: 767px) {
	.single-notification .entry-footer .contact-banner dl.left-text {
		text-align: center;
	}
	.single-notification .entry-footer .contact-banner .btn-wrap {
		margin-top: 20px;
		text-align: center;
	}
}

.single-notification .entry-footer .donation-banner {
	line-height: 1.8;
	background-color: var(--bgblue);
	padding: 40px;
	margin: 100px 0 70px 0;
}
.single-notification .entry-footer .donation-banner h6 {
	font-size: 120%;
	line-height: 1.8;
	margin: 0 0 2em 0;
}
.single-notification .entry-footer .donation-banner dl {
	margin: 0;
}
.single-notification .entry-footer .donation-banner dl + dl {
	margin-top: 2.5em;
}
.single-notification .entry-footer .donation-banner dl dt {
	max-width: 480px;
	margin: 0 auto 20px auto;
}
.single-notification .entry-footer .donation-banner + .contact-banner {
	margin-top: -40px;
}
@media (min-width: 768px) {
	.single-notification .entry-footer .donation-banner h6,
	.single-notification .entry-footer .donation-banner dl dd {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.single-notification .entry-footer .donation-banner {
		padding: 30px 20px;
	}
}

.single-notification .entry-footer .prev-next {
	border-top: solid 1px var(--gray-dd);
	border-bottom: solid 1px var(--gray-dd);
	padding: 30px 0;
	font-size: 14px;
}
.single-notification .entry-footer .prev-next a {
	color: var(--black);
	text-decoration: none;
}
.single-notification .entry-footer .prev-next .row {
	margin: 0;
}
.single-notification .entry-footer .prev-next .row > * {
	padding: 0;
}
.single-notification .entry-footer .prev-next .prev-ico {
	display: inline-block;
	padding: 0 0.5em 0 0;
	align-items: center;
}
.single-notification .entry-footer .prev-next .prev-ico::before {
	display: block;
	content: "\e2ea";
	font-family: "Material Symbols Sharp";
	color: var(--black);
	transform: translateY(0.1em);
}
.single-notification .entry-footer .prev-next .next-ico {
	display: inline-block;
	padding: 0 0 0 0.5em;
	align-items: center;
}
.single-notification .entry-footer .prev-next .next-ico::before {
	display: block;
	content: "\e5e1";
	font-family: "Material Symbols Sharp";
	color: var(--black);
	transform: translateY(0.1em);
}
@media (min-width: 768px) {
	.single-notification .entry-footer .prev-next a {
		transition: opacity 0.3s;
	}
	.single-notification .entry-footer .prev-next a:hover {
		opacity: 0.6;
	}
}
@media (max-width: 767px) {
	.single-notification .entry-footer .prev-next {
		padding: 20px 0;
		font-size: 13px;
	}
}


/*----------------------------------------*/
/* メディア掲載一覧 */
/* archive-publication.php */
/*----------------------------------------*/

.publication-page .simple-pagetitle-wrap {}
.publication-page .publication-sec {}
.publication-page .publication-sec::before {}
.publication-page .publication-sec .publication-list {
	margin-top: 45px;
	margin-bottom: 80px;
}
.publication-page .publication-sec .publication-list a {
	color: var(--black);
	text-decoration: none;
}
.publication-page .publication-sec .publication-list > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.publication-page .publication-sec .publication-list > ul > li {
	position: relative;
	border-top: solid 1px #DDDDDD;
	padding: 18px 0;
}
.publication-page .publication-sec .publication-list > ul > li:last-child {
	border-bottom: solid 1px #DDDDDD;
}
.publication-page .publication-sec .publication-list > ul > li::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	display: block;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #5F6368;
}
.publication-page .publication-sec dl.article-dl {
	padding-right: 40px;
	margin: 0;
}
.publication-page .publication-sec dl.article-dl > dt {
	display: flex;
	font-size: 14px;
	margin-bottom: 9px;
}
.publication-page .publication-sec dl.article-dl > dt .date {
	margin-right: 1em;
}
.publication-page .publication-sec dl.article-dl > dd {
	margin-bottom: 0;
}
.publication-page .publication-sec dl.article-dl > dd > a {
	color: #0F4A76;
	text-decoration: underline;
}
.publication-page .publication-sec .mail-magazine-banner {}
.publication-page .publication-sec .mail-magazine-banner > a {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	background-color: var(--bgblue);
	max-width: 800px;
	padding: 35px;
	margin: 0 auto;
	color: var(--black);
	text-decoration: none;
}
.publication-page .publication-sec .mail-magazine-banner dl.left-text {
	text-align: center;
	margin: 0 15px 0 0;
}
.publication-page .publication-sec .mail-magazine-banner dl.left-text dt {
	font-size: 28px;
	margin-bottom: 5px;
}
.publication-page .publication-sec .mail-magazine-banner dl.left-text dd {
	font-size: 15px;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.publication-page .publication-sec .publication-list a {
		transition: opacity 0.3s;
	}
	.publication-page .publication-sec .publication-list a:hover {
		opacity: 0.6;
	}
}
@media (max-width: 767px) {
	.publication-page .simple-pagetitle-wrap {
		padding-top: 0;
	}
	.publication-page .publication-sec {}
	.publication-page .publication-sec .publication-list {
		margin-top: 0;
	}
	.publication-page .publication-sec .publication-list > ul > li {
		padding: 20px 0;
	}
	.publication-page .publication-sec .publication-list > ul > li::after {
		right: 10px;
		width: 5px;
		height: 5px;
	}
	.publication-page .publication-sec dl.article-dl {
		padding-right: 30px;
	}
	.publication-page .publication-sec dl.article-dl > dd {
		font-size: 14px;
		line-height: 1.7;
	}
}


/*----------------------------------------*/
/* プライバシーポリシー PRIVACY POLICY */
/* privacy.php */
/* .privacy-page */
/*----------------------------------------*/

.privacy-page section {}
.privacy-page section h2 {
	font-size: 28px;
	margin-bottom: 1.75em;
}
.privacy-page section h3 {
	font-size: 24px;
	margin: 2.5em 0 1.5em;
}
.privacy-page section h4 {
	font-size: 20px;
	margin: 2.5em 0 1.5em;
}
.privacy-page section p {}
.privacy-page section p a {
	color: var(--black);
	text-decoration: underline;
}
.privacy-page section .container > *:first-child {
	margin-top: 0;
}
.privacy-page .bg-white {
	padding: 30px 0 90px;
}
.privacy-page .bg-white:last-child {
	padding-bottom: 150px;
}
@media (min-width: 768px) {
	.privacy-page section .container {
		max-width: 1000px;
	}
}
@media (max-width: 767px) {
	.privacy-page section h2 {
		font-size: 24px;
	}
	.privacy-page section h3 {
		font-size: 18px;
	}
	.privacy-page section h4 {
		font-size: 17px;
	}
	.privacy-page .bg-white {
		padding: 20px 0 60px;
	}
	.privacy-page .bg-white:last-child {
		padding-bottom: 100px;
	}
}


/*----------------------------------------*/
/* 寄付をする DONATE */
/* donate.php */
/* .donate-page */
/*----------------------------------------*/

.donate-page {}
@media (min-width: 768px) {
	.donate-page .container {
		max-width: 1000px;
	}
}

/* .introduction-sec */
.donate-page .main-sec {
	padding-bottom: 10px;
}
.donate-page .main-sec .main-sec-inner:not(:last-child) {
	margin-bottom: 160px;
}
.donate-page .main-sec .donate-title {
	font-size: 28px;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
.donate-page .main-sec .medium-title {
	font-size: 28px;
}
.donate-page .main-sec .medium-title span::after {
	width: 40px;
	height: 40px;
	top: -10px;
	right: -15px;
}
.donate-page .main-sec .btn-wrap {
	margin-top: 55px;
}
@media (max-width: 767px) {
	.donate-page .main-sec .main-sec-inner:not(:last-child) {
		margin-bottom: 100px;
	}
	.donate-page .main-sec .donate-title {
		font-size: 22px;
	}
	.donate-page .main-sec .donate-title br {
		display: none;
	}
	.donate-page .main-sec .btn-wrap {
		margin-top: 35px;
	}
}

/* .donate-list */
.donate-page .main-sec .donate-list {
	margin-top: 55px;
	margin-bottom: 100px;
}
.donate-page .main-sec .donate-list .row {}
.donate-page .main-sec .donate-list .row > * {}
.donate-page .main-sec .donate-list dl {}
.donate-page .main-sec .donate-list dl dt {
	margin-bottom: 20px;
}
.donate-page .main-sec .donate-list dl dd {}
.donate-page .main-sec .donate-list dl dd .list-title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 0.75em;
}
.donate-page .main-sec .donate-list dl dd p {}
@media (max-width: 767px) {
	.donate-page .main-sec .donate-list dl {
		margin-bottom: 40px;
	}
	.donate-page .main-sec .donate-list .row > *:last-child dl {
		margin-bottom: 0;
	}
	.donate-page .main-sec .donate-list dl dd .list-title {
		font-size: 18px;
		margin-bottom: 0.5em;
	}
}

/* .support-row */
.donate-page .main-sec .support-row {}
@media (min-width: 768px) {
	.donate-page .main-sec .support-row {}
	.donate-page .main-sec .support-row > * {}
}

/* .spot-wrap */
.donate-page .main-sec .spot-wrap {}
.donate-page .main-sec .spot-wrap .btn-wrap {
	margin-top: 40px;
}
@media (max-width: 767px) {
	.donate-page .main-sec .spot-wrap {
		margin-top: 100px;
	}
}

/* .faq-wrap */
.donate-page .main-sec .faq-wrap {}
.donate-page .main-sec .faq-wrap .faq-list {}
.donate-page .main-sec .faq-wrap .faq-list dl {
	margin-bottom: 50px;
}
.donate-page .main-sec .faq-wrap .faq-list dl dt {
	display: flex;
	align-items: baseline;
	font-size: 20px;
	line-height: 1.45;
	margin-bottom: 15px;
}
.donate-page .main-sec .faq-wrap .faq-list dl dd {
	display: flex;
	align-items: baseline;
	line-height: 2;
	margin: 0;
}
.donate-page .main-sec .faq-wrap .faq-list dl .q-a {
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	color: var(--black);
}
.donate-page .main-sec .faq-wrap .faq-list dl dt .q-a {
	background-color: var(--yellow2);
}
.donate-page .main-sec .faq-wrap .faq-list dl dd .q-a {
	background-color: var(--white);
}
@media (max-width: 767px) {
	.donate-page .main-sec .faq-wrap .faq-list dl {
		margin-bottom: 30px;
	}
	.donate-page .main-sec .faq-wrap .faq-list dl dt {
		font-size: 18px;
	}
	.donate-page .main-sec .faq-wrap .faq-list dl .q-a {
		font-size: 16px;
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

/* .closing-sec */
.donate-page .closing-sec {}
.donate-page .closing-sec .big-text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 2em;
}
@media (min-width: 768px) {
	.donate-page .closing-sec {
		padding-bottom: 180px;
	}
}
@media (max-width: 767px) {
	.donate-page .closing-sec .big-text {
		font-size: 16px;
	}
}


/*----------------------------------------*/
/* ページが見つかりません 404 PAGE NOT FOUND */
/* 404.php */
/* .error-404-page */
/*----------------------------------------*/

.error-404-page .simple-pagetitle-wrap {}
.error-404-page .error-404-sec {
	margin-top: 11.5vw;
	padding-bottom: 150px;
}
.error-404-page .error-404-sec::before {
	top: -8vw;
}
.error-404-page .error-404-sec .error-404-title {
	font-size: 20px;
	font-weight: 700;
	margin: 3.5em 0 1.75em;
}
.error-404-page .error-404-sec .error-404-title:first-child {
	margin-top: 0;
}
.error-404-page .error-404-sec .btn-wrap {
	margin-top: 60px;
}
@media (max-width: 767px) {
	.error-404-page .error-404-sec .error-404-title {
		font-size: 18px;
	}
	.error-404-page .error-404-sec {
		margin-top: calc(11.5vw + 20px);
		padding-top: 40px;
		padding-bottom: 100px;
	}
	.error-404-page .error-404-sec .btn-wrap {
		margin-top: 40px;
	}
}

/*----------------------------------------*/
/* ストーカー規制法改訂プロジェクト */
/*----------------------------------------*/

.stalker-page .page-body .mainimg-wrap {
	margin-bottom: 100px;
}
.stalker-page .page-body .mainimg-wrap .row {
	margin: 0 -5px;
}
.stalker-page .page-body .mainimg-wrap .row > * {
	padding: 0 5px;
	margin-bottom: 10px;
}
.stalker-page .page-body .mainimg-wrap p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	margin: 30px 0 0 0;
}
.stalker-page .page-body .simple-title {
	font-size: 24px;
	margin: 60px 0 20px 0;
}
.stalker-page .page-body .purpose ol {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	max-width: 800px;
	font-size: 110%;
	line-height: 2;
}
.stalker-page .page-body .purpose ol li {
	position: relative;
	margin-top: 80px;
}
.stalker-page .page-body .purpose ol li .num {
	position: absolute;
	left: 30px;
	top: -40px;
	font-size: 56px;
	line-height: 1;
	letter-spacing: 0;
	color: var(--yellow2);
	z-index: 1;
}
.stalker-page .page-body .purpose ol li dl dt {
	position: relative;
	background-color: var(--white);
	border-radius: 20px;
	padding: 20px 30px;
	margin-bottom: 40px;
}
.stalker-page .page-body .purpose ol li dl dt::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	content: "";
	width: 40px;
	height: 20px;
	background-color: var(--yellow2);
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.stalker-page .page-body .purpose ol li dl dd {
	text-align: center;
}
.stalker-page .page-body .row-promoter .figure {
	display: block;
	margin: 0 auto;
}
.stalker-page .page-body .row-promoter .figure + p {
	font-size: 120%;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 15px 0 30px 0;
}
@media (max-width: 767px) {
	.stalker-page .page-body .mainimg-wrap p {
		font-size: 20px;
	}
	.stalker-page .page-body .simple-title {
		font-size: 18px;
	}
	.stalker-page .page-body .purpose ol li .num {
		left: 20px;
	}
	.stalker-page .page-body .purpose ol li dl dt {
		padding: 20px;
	}
	.stalker-page .page-body .row-promoter .figure {
		width: 80%;
		max-width: 320px;
	}
}

/*----------------------------------------*/
/* 決算公告 */
/*----------------------------------------*/

.lower-page ul.public-notice-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.lower-page ul.public-notice-list li {
	margin-bottom: 15px;
}
.lower-page ul.public-notice-list li a {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--black);
	padding: 10px 20px;
	margin-bottom: 10px;
	min-height: 60px;
	background-color: var(--white);
	text-decoration: none;
	transition: opacity 0.3s;
}
.lower-page ul.public-notice-list li a::before {
	content: "";
	flex-shrink: 0;
	flex-grow: 0;
	width: 32px;
	height: 32px;
	margin-right: 14px;
	background-image: url(../img/common/pdf-ico.png);
	background-size: contain;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	.lower-page ul.public-notice-list li a:hover {
		opacity: 0.5;
	}
}
@media (max-width: 767px) {
	.lower-page ul.public-notice-list li a {
		font-size: 14px;
		padding: 10px 15px;
		min-height: 50px;
	}
	.lower-page ul.public-notice-list li a::before {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
}






