/*
Theme Name:BlankSlate Chlid
Template:blankslate
Version:1.0
*/

h1,h2,h3,h4,h5,h6 {
	line-height: 1.35;
}

p {
	line-height: 2;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #37b;
	text-decoration: none;
	transition: opacity 0.2s;
}

a:hover {
	opacity: 0.6;
}

address {
	font-style: normal;
}

.hidden,
.sp_br {
	display: none;
}

figure.wp-block-image {
	margin: 0px;
	line-height: 0;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Nunito Sans', 'M PLUS 1p', sans-serif;
	color: #333;
	line-height: 1.5;
	word-warp: break-word;
	overflow-wrap: break-word;
}

input,
textarea,
select,
option {
	font-family: 'Nunito Sans', 'M PLUS 1p', sans-serif;
}

body::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("img/bg.svg") no-repeat center / cover;
	opacity: 0.15;
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	z-index: -1;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

#header,
#container,
#footer {
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 0px auto;
	position: relative;
}

#header {
	padding-top: 42px;
	padding-bottom: 30px;
}

#menu_button {
	display: none;
}

[for="menu_button"] {
	width: 55px;
	height: 55px;
	padding-left: 0.5px;
	color: #555;
	font-size: 0.88rem;
	font-weight: 900;
	line-height: 26px;
	background-color: #dbe9ee;
	position: fixed;
	top: 20px;
	left: calc(50% + 600px);
	transform: translateX(-100%);
	border: #555 solid 3px;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 99;
}

[for="menu_button"]::before,
[for="menu_button"]::after {
	content: "";
	width: calc(100% - 10px);
	height: 3px;
	line-height: 0;
	background-color: #555;
	border-radius: 100px;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	transition: top 0.3s, transform 0.3s;
}

[for="menu_button"]::after {
	top: 22px;
}

#menu_button:checked ~ [for="menu_button"]::before {
	top: 16px;
	transform: translate(-50%, -50%) rotate(-18deg);
}

#menu_button:checked ~ [for="menu_button"]::after {
	top: 16px;
	transform: translate(-50%, -50%) rotate(18deg);
}

#site-title,
#site-title * {
	margin: 0px;
	line-height: 0;
}

#site-title a {
	margin-left: -5px;
	display: inline-block;
}

#site-title img {
	width: 240px;
}

.header_feature {
	white-space: nowrap;
	position: absolute;
	top: 45px;
	left: 560px;
	z-index: 1;
}

.header_feature_title {
	font-size: 0.9rem;
	position: absolute;
	top: 1px;
	left: 0px;
}

.header_feature_ul {
	margin: 0px;
	padding: 0px 0px 0px 90px;
	list-style-type: none;
	display: flex;
	gap: 3px 10px;
}

.header_feature_ul a {
	font-size: 0.9rem;
	display: block;
}

.header_searches {
	position: absolute;
	top: 36px;
	left: 268px;
}

.header_navigation {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.2s;
	z-index: 9;
}

#menu_button:checked ~ .header_navigations .header_navigation {
	opacity: 1;
	pointer-events: auto;
}

.header_navigation::before {
    content: "";
    width: 100%;
    height: 150%;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: -1;
}

.header_menu_ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
}

.header_menu_ul li {
	margin: 0px;
	display: block;
}

.header_menu_ul li::after {
	content: "";
	width: 100%;
	border-bottom: #7dafc2 solid 1px;
	display: block;
}

.header_menu_ul a {
	padding: 13px 80px 10px 15px;
	color: #666;
	font-size: 0.9rem;
	font-weight: 500;
	white-space: nowrap;
	position: relative;
	display: block;
}

.header_menu_ul a::before,
.header_menu_ul .current_page_item a::before {
	content: "▶";
	width: 16px;
	height: 16px;
	color: rgb(255, 255, 255);
	font-size: 7px;
	background-color: #7dafc2;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1px 0px 0px 1.5px;
	border-radius: 100%;
}

.header_search,
.footer_search {
	font-size: 0px;
	white-space: nowrap;
}

.header_search input,
.footer_search input {
	vertical-align: top;
	display: inline-block;
}

.search_field {
	width: 235px;
	height: 39px;
	padding: 0px 17px;
	font-size: 1rem;
	background-color: #eee;
	border: none;
}

.footer_search_field {
	width: 250px;
}

.search_submit {
	width: 38px;
	height: 38px;
	color: #fff;
	font-size: 1rem;
	background-color: #666;
	border: none;
	cursor: pointer;
	transition: opacity 0.2s;
}

.search_submit:hover {
	opacity: 0.7;
}

.header_search {
	margin-bottom: 15px;
}

.header_filter {
	font-size: 0px;
	display: flex;
	align-items: center;
	gap: 0px 12px;
}

.header_filter input,
.header_filter select {
	height: 38px;
	padding: 0px 10px;
	font-size: 1rem;
	background-color: #eee;
	border: none;
	border-radius: 0px;
}

.header_filter_from,
.header_filter_to {
	position: relative;
	display: inline-block;
}

#from_date_clear,
#to_date_clear {
	width: 18px;
	height: 18px;
	padding: 0.1px 0px 0px 0.1px;
	color: #fff;
	font-size: 0.88rem;
	border: none;
	background-color: #666;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.2s;
}

#from_date_clear:hover,
#to_date_clear:hover {
	opacity: 0.6;
}

.header_filter_between {
	margin: 0px -5px;
}

#container {
	padding-bottom: 70px;
}

#from_date,
#to_date {
	width: 128px;
}

#category_select {
	width: 125px;
}

.header_filter_between {
	font-size: 1rem;
}

.front_columns1 {
	margin-bottom: 32px;
	display: flex;
	justify-content: space-between;
	gap: 35px;
}

.front_guide {
	flex: 1;
}

.front_category {
	margin-bottom: 20px;
	position: relative;
}

.front_category_title {
	margin: 0px 0px 12px;
	font-size: 1.45rem;
	display: flex;
	align-items: center;
}

.front_category_icon {
	width: 32px;
	margin-left: 1px;
	margin-right: 6.5px;
	transform: translate(0px, -1.5px);
	display: inline-block;
}

.front_category_more {
	position: absolute;
	top: 3px;
	left: 258px;
}

.front_category_more a {
	font-size: 0.85rem;
	font-weight: 700;
	white-space: nowrap;
}

.front_category_more a::after {
	content: "＞";
	margin-left: 2px;
	font-weight: 900;
	transform: translateY(1px);
	display: inline-block;
}

.front_category_ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap:wrap;
	gap: 6px 0px;
}

.front_category_ul li {
	width: 16%;
}

.front_category_ul a {
	height: 41px;
	padding: 12px 0px 10px;
	color: #fff;
	font-size: 0.92rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	white-space: nowrap;
	background-color: #37b;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.front_category_ul li:nth-of-type(1) a {background-color: #37b;}
.front_category_ul li:nth-of-type(2) a {background-color: #59b;}
.front_category_ul li:nth-of-type(3) a {background-color: #758;}
.front_category_ul li:nth-of-type(4) a {background-color: #a76;}
.front_category_ul li:nth-of-type(5) a {background-color: #894;}
.front_category_ul li:nth-of-type(6) a {background-color: #595;}
.front_category_ul li:nth-of-type(7) a {background-color: #477;}
.front_category_ul li:nth-of-type(8) a {background-color: #c57;}
.front_category_ul li:nth-of-type(9) a {background-color: #b36;}
.front_category_ul li:nth-of-type(10) a {background-color: #c70;}
.front_category_ul li:nth-of-type(11) a {background-color: #c90;}
.front_category_ul li:nth-of-type(12) a {background-color: #669;}

.front_category_ul li a[href*="人権・差別・ジェンダー"] {
	font-size: 0.78rem;
}

@media(max-width: 1230px) {
	.front_category_ul li a[href*="人権・差別・ジェンダー"] {
		font-size: 1vw;
		letter-spacing: -0.2px;
	}
}

@media(max-width: 1023px) {
	.front_category_ul li a[href*="人権・差別・ジェンダー"] {
		font-size: 1.45vw;
	}
}

@media(max-width: 667px) {
	.front_category_ul li a[href*="人権・差別・ジェンダー"] {
		font-size: 0.92rem;
	}
}

@media(max-width: 360px) {
	.front_category_ul li a[href*="人権・差別・ジェンダー"] {
		font-size: 4.1vw;
	}
}

.front_category_dot {
	margin: 0px -0.2em;
}

.front_prefecture {
	margin-right: 10px;
	position: relative;
}

.front_prefecture_image {
	width: 500px;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	z-index: -1;
}

.front_prefecture_ul {
	margin: 0px;
	padding: 10px 0px;
	list-style-type: none;
	white-space: nowrap;
	background-color: rgba(255, 255, 255, 0.7);
}

.front_prefecture_ul > li {
	padding: 5px 0px 0px 20px;
	border-bottom: #999 solid 1px;
}

.front_prefecture_block {
	font-weight: 500;
	display: inline-block;
}

.front_prefecture_hokkaido {
	margin-right: -1em;
}

.front_prefecture_subul {
	padding: 8px 0px 10px 40px;
	display: inline-block;
}

.front_prefecture_subul > li {
	display: inline-block;
}

.front_prefecture_subul > li:nth-last-of-type(n + 2) {
	margin-right: 10px;
}

.front_prefecture_subul a {
	font-weight: 500;
}

.front_prefecture_koiki {
	position: absolute;
	top: 50%;
	right: -8px;
}

.front_prefecture_koiki a {
	padding: 14px 21px 12px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	background-color: #37b;
	border-radius: 1000px;
	opacity: 1;
	display: inline-block;
	transform: translateY(-50%);
}

.front_topics {
	width: 300px;
	margin-top: -16px;
}

.front_topics_heading {
	margin-bottom: 3px;
	color: #555;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: right;
	position: relative;
	overflow: hidden;
}

.front_topics_link {
	margin-bottom: 10px;
	display: block;
}

.front_topics_thumbnail {
	width: 300px;
	height: 424px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #666;
	line-height: 0;
}

.front_topics_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.front_topics_title {
	margin: 0px;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.5;
}

.front_topics_pdf {
	text-align: right;
}

.front_topics_pdf a {
	padding: 14px 16px 13px 19px;
	color: #fff;
	font-size: 1.1rem;
	background-color: #a55;
	border-radius: 5px;
	display: inline-block;
}

.front_columns2 {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.front_news {
	width: 680px;
	flex: none;
	position: relative;
}

.front_news_heading {
	padding-left: 5px;
	margin-bottom: 3px;
	font-size: 1.7rem;
	font-weight: 500;
}

.fornt_news_more {
	position: absolute;
	top: 9.5px;
	left: 126px;
}

.fornt_news_more a {
	font-size: 0.85rem;
	font-weight: 700;
	white-space: nowrap;
}

.fornt_news_more a::after {
	content: "＞";
	margin-left: 2px;
	font-weight: 900;
	transform: translateY(1px);
	display: inline-block;
}

.newslist_posts {
	max-width: 720px;
	margin: 0px auto 90px;
}

.front_news_posts {
	max-width: 680px;
	margin: 0px;
}

.newslist_article {
	position: relative;
}

.newslist_article::before {
	content: "";
	width: 100%;
	border-bottom: #999 solid 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
}

.newslist_link {
	padding: 16px 42px 9px 5px;
	position: relative;
	display: block;
}

.newslist_link::after {
	content: "▶";
	width: 26px;
	height: 26px;
	padding: 2px 0px 0px 2px;
	color: #fff;
	font-size: 11px;
	background-color: #7dafc2;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
}

.newslist_date {
	margin-bottom: 6px;
	padding: 2.8px 8px 2px;
	color: #fff;
	font-size: 0.86rem;
	background-color: #7dafc2;
	border-radius: 3px;
	display: inline-block;
}

.newslist_title {
	margin: 0px;
	color: #555;
	font-size: 1.2rem;
	font-weight: 500;
}

.front_donate {
	width: calc(100% - 720px);
	height: 300px;
	flex: none;
	position: relative;
}

.front_donate_link {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: block;
}

.front_donate_text {
	padding: 0.6em 1.2em 0.52em 1.2em;
	color: #fff;
	font-size: 1.65rem;
	white-space: nowrap;
	background-color: #a97;
	border-radius: 100px;
	position: absolute;
	bottom: 32px;
	left: -10px;
}

.front_donate_image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center right;
	z-index: -1;
}

.informationlist_headline {
	margin: 30px 0px 40px;
}

.informationlist_count {
	font-size: 1.1rem;
	white-space: nowrap;
	position: absolute;
	top: 14px;
	left: 205px;
}

.informationlist_count_num {
	margin: 0px 0.15em;
}

.informationlist_items {
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.informationlist_items_item {
	padding: 7.5px 29px 5.5px 15px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.2;
	background-color: #7dafc2;
	border-radius: 100px;
	position: relative;
	display: inline-block;
}

.informationlist_items_remove {
	width: 15px;
	height: 15px;
	padding: 0px;
	background-color: #fff;
	border: none;
	border-radius: 1000px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(0px, -50%);
	transition: opacity 0.2s;
}

.informationlist_items_remove:hover {
	opacity: 0.6;
}

.informationlist_items_remove::before {
	content: "";
	width: 5.5px;
	border-bottom: #7dafc2 solid 2.5px;
	display: block;
}

.informationlist_posts {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
}

.informationlist_posts_article {
	width: 23.5%;
	min-width: 210px;
	position: relative;
	flex: none;
	transition: opacity 0.2s;
}

.informationlist_posts_date {
	margin-bottom: 2px;
	color: #333;
	font-size: 0.96rem;
	display: inline-block;
}

.informationlist_posts_title {
	margin: 0px 0px 18px;
	color: #333;
	font-size: 1.35rem;
	line-height: 1.25;
}

.informationlist_posts_thumbnail {
	width: 210px;
	height: 297px;
	object-fit: cover;
	overflow: hidden;
}

.informationlist_posts_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

.informationlist_posts_permalink:hover .informationlist_posts_thumbnail img {
	transform: scale(1.1);
}

.nav-links {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
}

.nav-links >span,
.nav-links >a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	font-size: 1.2rem;
	font-weight: 700;
	white-space: nowrap;
	vertical-align: middle;
}

.nav-links > span.current {
	color: #fff;
	background-color: #7dafc2;
}

.news_article {
	max-width: 600px;
	margin: 0px auto;
}

.news_date {
	margin: 60px 0px 8px;
	padding: 5px 10px 3px;
	color: #fff;
	background-color: #7dafc2;
	border-radius: 3px;
	display: inline-block;
}

.news_title {
	margin: 0px auto 50px;
	padding: 0px 0px 12px;
	font-size: 1.7rem;
	font-weight: 500;
	border-bottom: #7dafc2 solid 1px;
}

.information_date {
	margin: 48px 0px 2px;
	display: inline-block;
}

.information_title,
.group_title {
	margin: 0px auto 28px;
	font-size: 1.7rem;
}

.group_title {
	margin: 60px auto 50px;
}

.information_columns,
.group_columns {
	display: flex;
	gap: 30px;
}

.information_texts,
.group_texts {
	flex: 1;
}

.information_texts_pdf {
	margin: 15px auto 45px;
}

.information_texts_pdf a {
	padding: 14px 16px 12px 19px;
	color: #fff;
	font-size: 1.1rem;
	background-color: #a55;
	border-radius: 5px;
	display: inline-block;
}

.information_texts_dl,
.group_texts_dl {
	margin: 0px 0px 60px;
}

.information_texts_dl dt,
.information_texts_dl dd,
.group_texts_dl dt,
.group_texts_dl dd {
    margin: 0px;
    padding: 5px 5px;
    font-size: 1.1rem;
}

.information_texts_dl dt,
.group_texts_dl dt {
    border-bottom: #999 solid 1px;
}

.information_texts_dl dt::before,
.group_texts_dl dt::before {
    content: "▢ ";
}

.information_texts_block:nth-last-of-type(n + 2) dd,
.group_texts_block:nth-last-of-type(n + 2) dd {
    margin-bottom: 25px;
}

.information_texts_list,
.group_texts_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
}

.search_link {
	font-size: 1.1rem;
}

.search_link::after {
	content: "";
	width: 1.3em;
	height: 1.3em;
	margin-top: 0.05em;
	margin-left: 0.3em;
	background: url("img/search_white.svg") no-repeat center / 60% auto, #37b;
	border-radius: 6px;
	vertical-align: top;
	display: inline-block;
}

.information_related {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.information_thumbnail,
.group_thumbnail {
    width: 420px;
    flex: none;
}

.information_thumbnail img,
.group_thumbnail img {
    width: 100%;
    box-shadow: 0px 0px 5px #666;
}

.single_back {
	margin-top: 75px;
	margin-bottom: 30px;
	text-align: center;
}

.single_back_button {
	padding: 18px 30px 16px;
	color: #fff;
	font-size: 1.15rem;
	border: none;
	background-color: #7dafc2;
	border-radius: 5px;
	cursor: pointer;
	transition: opacity 0.2s;
}

.single_back_button:hover {
	opacity: 0.6;
}

.headline {
	margin: 70px auto 45px;
	font-size: 2.1rem;
	text-align: center;
}

.page_article,
.information_article,
.group_article {
	max-width: 920px;
	margin: 0px auto;
}

.newslist_headline {
	margin-bottom: 25px;
}

.category_sections {
	margin: 75px auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 45px 0px;
	display: none;
}

.category_sections::before {
	content: "";
	width: 100vw;
	height: calc(100% + 30px);
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}

.category_section {
	width: 19%;
	padding: 0px 15px 0px 6px;
	border-right: #666 solid 1px;
	flex: none;
}

.category_section_title {
	margin: 0px auto 18px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
}

.category_section_ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.category_section_ul li {
	margin-bottom: 5px;
	padding-left: 24px;
	position: relative;
}

.category_section_ul li::before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #048;
	border-radius: 3px;
	position: absolute;
	top: 6px;
	left: 0px;
}

.category_section_ul a {
	line-height: 1.4;
	display: inline-block;
}

.category_query {
	max-width: 300px;
	margin: 0px auto 100px;
	position: relative;
}

.category_query_field {
	width: 100%;
	padding: 10px 22px;
	font-size: 1.1rem;
	background-color: #fff;
	border: #ccc solid 2px;
	border-radius: 1000px;
}

.category_query_clear {
	width: 22px;
	height: 22px;
	padding: 0px;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	background-color: #777;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.2s;
}

.category_query_clear:hover {
	opacity: 0.6;
}

.category_list {
	margin: 0px auto 60px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
}

.category_list a {
	padding: 11px 10px 11px 23px;
	color: #fff;
	font-weight: 500;
	background-color: #37b;
	border-radius: 6px;
	display: block;
}

.category_list_count {
	margin-left: -0.2em;
}

.manage_what_heading {
	margin: 72px auto 35px;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

.manage_what_heading::after {
	content: "・・・";
	margin-left: 0.1em;
	letter-spacing: -0.5em;
}

.manage_whats {
	margin: 0px auto 80px;
	padding: 20px 40px;
	background-color: #ecf3f9;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.manage_whats::after {
	content: "";
	clear: both;
	display: block;
}

.manage_whats_figure {
	width: 320px;
	margin: 0px 0px 0px 25px;
	line-height: 0;
	float: right;
}

.manage_proposer_heading {
	margin: 0px auto 30px;
	font-size: 1.8rem;
	text-align: center;
}

.manage_proposer_ul {
	max-width: 590px;
	margin: 0px auto 100px;
	padding: 30px 10px 0px;
	list-style-type: none;
	border-top: #999 solid 1px;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 23px;
}

.manage_proposer_ul li {
	font-size: 1.2rem;
	white-space: nowrap;
}

.manage_proposer_ul::after {
	content: "50音順";
	margin-left: 10px;
	padding: 4px 14px 3.5px 13px;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	background-color: #7dafc2;
	border-radius: 1000px;
	transform: translateY(-0.1em);
	display: inline-block;
}

.manage_supporter_heading {
	margin: 0px auto 30px;
	font-size: 1.8rem;
	text-align: center;
}

.manage_supporter_ul {
	margin: 0px auto 40px;
	padding: 35px 15px 0px;
	border-top: #999 solid 1px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 25px;
}

.manage_supporter_ul li {
	font-weight: 500;
}

.manage_supporter_dates {
	text-align: right;
}

.manage_supporter_date {
	margin: 0px;
	padding: 8px 17px 5px;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 500;
	background-color: #7dafc2;
	border-radius: 1000px;
	display: inline-block;
}

.request_summary_heading {
	margin: 70px 0px 40px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.4;
	display: flex;
	justify-content: center;
}

.request_summary_ul {
	max-width: 525px;
	margin: 0px auto 75px;
	padding: 36px 0px;
	list-style-type: none;
	position: relative;
}

.request_summary_ul::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #ecf3f9;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
}

.request_summary_ul li {
	padding-left: 35px;
	font-size: 0.96rem;
	font-weight: 500;
	position: relative;
}

.request_summary_ul li::before {
	content: "";
	width: 1.6em;
	height: 1.6em;
	background: url("img/check.svg") no-repeat center / contain;
	position: absolute;
	top: -0.15em;
	left: 0px;
	display: block;
}

.request_summary_ul li:nth-last-of-type(n + 2) {
	margin-bottom: 15px;
}

.request_summary_adjust {
	text-indent: -0.35em;
}

.request_summary_ul a {
	font-size: 1.1rem;
	white-space: nowrap;
}

.request_sends_columns {
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.request_sends_column1 {
	width: 305px;
}

.request_sends_column1 h2 {
	margin: 0px 0px 25px;
	font-size: 1.5rem;
}

.request_sends_column1 ol {
	margin: 0px 0px 0px 22px;
	padding: 0px;
}

.request_sends_column1 li {
	font-size: 1rem;
}

.request_sends_column1 li:nth-last-of-type(n + 2) {
	margin-bottom: 5px;
}

.request_sends_column2 h2 {
	margin: 0px;
	font-size: 1.15rem;
	font-weight: 500;
}

.request_sends_email {
	margin: 0px;
	line-height: 1;
}

.request_sends_email a {
	font-size: 1.8rem;
	font-weight: 700;
	white-space: nowrap;
}

.office_contents table {
	max-width: 540px;
	margin: 0px auto;
	table-layout: fixed;
}

.office_contents tr {
	border-bottom: #999 solid 1px;
}

.office_contents tr:nth-of-type(1) {
	border-top: #999 solid 1px;
}

.office_contents td {
	padding: 15px 23px;
	border: none;
}

.office_contents td:nth-of-type(1) {
	width: 170px;
	white-space: nowrap;
}

.office_contents a[href^="mailto:"] {
	white-space: nowrap;
}

.donate_lead {
	margin: 0px auto 50px;
}

.donate_payment_title {
	margin: 0px auto 25px;
	font-size: 1.45rem;
	font-weight: 500;
	text-align: center;
}

.donate_payment_title br {
	display: none;
}

.donate_bank {
	min-height: 310px;
	padding: 35px 20px;
	line-height: 1.8;
	background-color: #f3f3f3;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.donate_stripe {
	min-height: 310px;
	padding: 30px 0px;
	line-height: 0;
	background-color: #eee;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.grouplist_query {
	max-width: 300px;
	width: 100%;
	margin: 0px auto 65px;
	position: relative;
}

.grouplist_query_field {
	width: 100%;
	padding: 10px 21px;
	font-size: 1.1rem;
	border: #999 solid 2px;
	border-radius: 1000px;
	display: block;
}

.grouplist_query_clear {
	width: 22px;
	height: 22px;
	padding: 0.03em 0px 0px 0.02em;
	color: #fff;
	font-size: 1.15rem;
	background-color: #999;
	border: none;
	border-radius: 1000px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.2s;
}

.grouplist_query_clear:hover {
	opacity: 0.7;
}

.grouplist_posts {
	max-width: 720px;
	margin: 0px auto 35px;
}

.grouplist_article {
	position: relative;
}

.grouplist_article::before {
	content: "";
	width: 100%;
	border-bottom: #999 solid 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
}

.grouplist_link {
	padding: 20px 42px 13px 0px;
	position: relative;
	display: block;
}

.grouplist_link::after {
	content: "▶";
	width: 26px;
	height: 26px;
	padding: 2px 0px 0px 2px;
	color: #fff;
	font-size: 11px;
	background-color: #7dafc2;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
}

.grouplist_prefecture_ul,
.grouplist_category_ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}

.grouplist_prefecture_ul {
	margin-right: 5px;
}

.grouplist_prefecture_ul li,
.grouplist_category_ul li {
	margin-bottom: 5px;
	padding: 2.8px 8px 2px;
	color: #fff;
	font-size: 0.86rem;
	white-space: nowrap;
	background-color: #7dafc2;
	border-radius: 3px;
	display: inline-block;
}

.grouplist_prefecture_ul li:nth-last-of-type(n + 2),
.grouplist_category_ul li:nth-last-of-type(n + 2) {
	margin-right: 5px;
}

.grouplist_title {
	margin: 0px;
	color: #555;
	font-size: 1.35rem;
	font-weight: 500;
}

.contact_lead {
	margin: 0px auto 45px; 
	text-align: center;
}

.contact_form {
	max-width: 700px;
	margin: 0px auto;
}

.contact_form p,
.contact_form label {
	position: relative;
	display: block;
}

.contact_form_header {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.contact_form_header + span {
	margin-left: 230px;
	display: block;
}

.contact_form_required {
	margin-right: 10px;
	padding: 8px 10px 7px;
	color: #c33;
	font-size: 0.88rem;
	line-height: 1;
	border: #c33 solid 1px;
	background-color: #fff;
	transform: translate(0px, -0.5px);
	display: inline-block;
}

.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"],
.contact_form textarea {
	width: 100%;
	padding: 12px 18px;
	font-size: 1rem;
	line-height: 1.5;
	border: none;
	background-color: #eee;
}

.contact_form_buttons {
	text-align: center;
}

.contact_form_confirm,
.contact_form_back,
.contact_form_submit {
	width: 200px;
	height: 70px;
	margin: 10px;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	line-height: 70px;
	border: none;
	border-radius: 8px;
	background-color: #369;
	cursor: pointer;
	display: inline-block;
	transition: opacity 0.2s;
}

.contact_form_confirm:hover,
.contact_form_back:hover,
.contact_form_submit:hover {
	opacity: 0.6;
}

.contact_form_hidden {
	display: none;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-spinner {
	display: none !important;
}

.privacy-policy h2.wp-block-heading {
	margin: 50px 0px;
	font-size: 1.6rem;
	font-weight: 500;
	overflow: hidden;
	position: relative;
}

.privacy-policy h2.wp-block-heading::after {
	content: "";
	width: 100%;
	margin-left: 15px;
	border-bottom: #7dafc2 solid 2px;
	position: absolute;
	bottom: 18px;
	display: inline-block;
}

.tradelaw_tables table {
	table-layout: fixed;
}

.tradelaw_tables tr {
	border-bottom: #7dafc2 solid 1px;
}

.tradelaw_tables td {
	padding: 15px;
	font-size: 0.92rem;
	border: none;
}

.tradelaw_tables td:nth-of-type(1) {
	width: 260px;
}

.footer_logo,
.footer_logo * {
	margin: 0px;
	line-height: 0;
}

.footer_logo {
	margin-bottom: 8px;
}

.footer_logo {
	margin-left: -10px;
}

.footer_logo img {
	max-width: 310px;
	width: 80vw;
}

.footer_contact {
	margin: 0px 0px 45px;
	line-height: 1.8;
}

.footer_contact a {
	font-weight: 500;
}

.footer_navigations {
	position: absolute;
	bottom: 92px;
	right: 0px;
}

.footer_search {
	margin-bottom: 28px;
}

.footer_navigation {
	width: 293px;
}

.footer_menu_ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0px;
}

.footer_menu_ul li:nth-of-type(odd) {
	width: 40%;
}

.footer_menu_ul li:nth-of-type(even) {
	width: 60%;
}

.footer_menu_ul a {
	color: #555;
	font-size: 0.86rem;
	font-weight: 500;
	white-space: nowrap;
}

.error404_text {
	max-width: 305px;
	margin: 0px auto;
	transform: translate(5px, 0px);
}

#copyright {
	padding: 18px 0px;
	color: #fff;
	font-size: 0.94rem;
	position: relative;
}

#copyright::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #7dafc2;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
}

#copyright span {
	display: inline-block;
}

@media(max-width: 1230px) {
	label[for="menu_button"] {
		left: auto;
		right: 15px;
		transform: none;
	}
}

@media(max-width: 1200px) {
	.front_news {
		width: calc(100% - 480px);
	}
	
	.front_donate {
		width: 450px;
	}
}

@media(max-width: 1080px) {
	.front_prefecture_koiki {
		margin-top: 95px;
	}
}

@media(max-width: 1023px) {
	.header_feature {
		margin-bottom: 0px;
		white-space: normal;
		position: relative;
		top: 5px;
		left: 0px;
	}
	
	.header_feature_ul {
		flex-wrap: wrap;
	}
	
	.header_feature_ul a {
		font-size: 0.88rem;
	}
	
	.header_navigations {
		width: 100%;
		height: 100%;
		padding-left: 20px;
		position: fixed;
		top: 0px;
		left: 0px;
		opacity: 0;
		pointer-events: none;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
		transition: opacity 0.2s;
		z-index: 9;
	}
	
	#menu_button:checked ~ .header_navigations {
		opacity: 1;
		pointer-events: auto;
	}
	
	.header_navigations::before {
		content: "";
		width: 100%;
		height: 150%;
		background-color: rgba(255, 255, 255, 0.95);
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		z-index: -1;
	}
	
	.header_searches {
		width: 285px;
		padding-top: 18px;
		position: static;
		order: 1;
	}
	
	.header_filter {
		display: block;
	}
	
	.header_filter_between {
		margin: 0px 5px;
	}
	
	.header_filter select {
		margin-top: 10px;
		display: block;
	}
	
	#category_select {
		width: 180px;
	}
	
	.header_navigation {
		width: auto;
		height: auto;
		position: static;
		opacity: 1;
		pointer-events: none;
	}
	
	.header_navigation::before {
		content: none;
	}
	
	.header_menu_ul a {
		padding-top: 10px;
		padding-bottom: 7px;
	}
	
	.front_columns1 {
		margin-bottom: 80px;
		display: block;
	}
	
	.front_guide {
		margin-bottom: 80px;
	}
	
	.front_topics {
		width: 100%;
	}
	
	.front_topics_heading {
		margin-bottom: 8px;
		text-align: center;
	}
	
	.front_topics_content {
		max-width: 450px;
		margin: 0px auto;
		padding: 0px 10px;
	}
	
	.front_topics_thumbnail {
		width: 100%;
		height: auto;
	}
	
	.front_columns2 {
		margin-bottom: 35px;
		display: block;
	}
	
	.front_news {
		max-width: 520px;
		width: 100%;
		margin: 0px auto 95px;
	}
	
	.front_donate {
		max-width: 525px;
		width: 100%;
		height: 320px;
		margin: 0px auto;
	}
	
	.front_donate_text {
		font-size: 1.9rem;
		bottom: 28px;
	}
}

@media (max-width: 930px) {
	.informationlist_posts {
		gap: 40px 5%;
	}
	
	.informationlist_posts_article {
		width: 30%;
	}
}

@media(max-width: 900px) {
	.information_thumbnail,
	.group_thumbnail {
		width: 360px;
	}
}

@media(max-width: 800px) {
	.information_columns,
	.group_columns {
		display: block;
	}
	
	.information_texts,
	.group_texts {
		margin-bottom: 65px;
	}
	
	.information_thumbnail,
	.group_thumbnail {
		max-width: 360px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.manage_whats {
		padding: 15px 30px;
	}
	
	.manage_whats_figure {
		width: 270px;
		margin-left: 22px;
	}
	
	.contact_form_header {
		margin: 45px 0px -5px;
		position: static;
		display: block;
	}
	
	.contact_form_header + span {
		margin: 0px;
	}
	
	.front_columns2 {
		margin-bottom: 65px;
	}
	
	.footer_navigations {
		margin-bottom: 90px;
		position: static;
	}
	
	.footer_search {
		margin-bottom: 28px;
	}
	
	.footer_navigation {
		width: 100%;
	}
	
	.footer_menu_ul {
		gap: 10px 25px;
	}
	
	.footer_menu_ul li:nth-of-type(n) {
		width: auto;
	}
	
	.footer_logo {
		margin-bottom: 100px;
		text-align: center;
		display: block;
	}
	
	.footer_contact {
		margin-bottom: 30px;
		text-align: right;
	}
}

@media (max-width: 730px) {
	.informationlist_posts {
		gap; 40px 10%;
	}
	
	.informationlist_posts_article {
		width: 45%;
	}
}

@media(max-width: 765px) {
	.donate_payment_columns {
		display: block !important;
	}
	
	.donate_bank {
		min-height: auto;
		margin-bottom: 55px !important;
	}
}

@media(max-width: 667px) {
	.front_category {
		margin-bottom: 50px;
	}
	
	.front_category_title {
		margin-top: 15px;
	}
	
	.front_category_more {
		top: auto;
		bottom: -50px;
		left: auto;
		right: 0px;
	}
	
	.front_category_ul li {
		width: 49%;
	}
	
	.nav-links >span,
	.nav-links >a {
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		color: #666;
		font-size: 1.1rem;
	}
	
	.manage_whats {
		padding: 20px;
	}
	
	.manage_whats_figure {
		max-width: 360px;
		width: 100%;
		margin: 10px auto 25px;
		float: none;
	}
	
	.manage_proposer_ul {
		padding-bottom: 75px;
	}
	
	.manage_proposer_ul::after {
		margin: 0px auto;
		position: absolute;
		left: 50%;
		bottom: 0px;
		transform: translateX(-50%);
	}
	
	.request_sends_columns {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.request_sends_column1 {
		margin-bottom: 35px;
	}
}

@media(max-width: 650px) {
	.front_prefecture_image {
		margin-left: -1vw;
		opacity: 0.3;
	}
	
	.front_prefecture_block,
	.front_prefecture_subul {
		white-space: normal;
		display: block;
	}
	
	.front_prefecture_block {
		padding-top: 8px;
		font-size: 0.98rem;
	}
	
	.front_prefecture_ul {
		background-color: transparent;
		position: relative;
	}
	
	.front_prefecture_ul > li {
		padding-left: 8px;
	}
	
	.front_prefecture_subul {
		padding-top: 5px;
		padding-left: 10px;
		display: flex;
		flex-wrap: wrap;
		gap: 3px 10px;
	}
	
	.front_prefecture_subul > li:nth-last-of-type(n + 2) {
		margin-right: 0px;
	}
	
	.front_prefecture_subul a {
		white-space: nowrap;
	}
	
	.front_prefecture_koiki {
		margin: -70.5px 3px 95px 0px;
		text-align: right;
		position: static;
	}
	
	.front_prefecture_koiki a {
		padding: 10px 18px 9px;
		font-size: 1rem;
		position: relative;
		transform: none;
		z-index: 1;
	}
}

@media(max-width: 600px) {
	.header_navigations {
		padding: 10px 20px 0px;
		flex-direction: column;
		gap: 10px;
	}
	
	.header_navigation {
		width: 100%;
		display: block;
	}
	
	.header_searches {
		width: 100%;
		padding: 0px;
		order: 0;
	}
	
	.header_search {
		margin-bottom: 10px;
	}
	
	.header_filter {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.header_filter_between {
		margin: 0px -5px;
	}
	
	.header_filter select {
		margin: 0px;
	}
	
	.manage_what_heading {
		max-width: 280px;
		text-align: left;
		white-space: nowrap;
	}
	
	.manage_what_heading .sp_br {
		display: inline;
	}
	
	.manage_whats {
		padding: 25px 20px;
	}
	
	.office_contents td {
		display: block;
	}
	
	.office_contents td:nth-of-type(1) {
		padding-bottom: 2px;
		padding-left: 19px;
	}
	
	.office_contents td:nth-of-type(2) {
		padding-top: 0px;
		font-size: 1.05rem;
		line-height: 1.35;
	}
}

@media(max-width: 525px) {
	.manage_proposer_ul {
		justify-content: space-between;
		gap: 0px;
	}
	
	.manage_proposer_ul li {
		font-size: 1.1rem;
	}
	
	.contact_lead {
		text-align: left;
	}
	
	.contact_lead br {
		display: none;
	}
}

@media (max-width: 500px) {
	.informationlist_posts {
		max-width: 285px;
		margin-left: auto;
		margin-right: auto;
		gap: 30px 0px;
	}
	
	.informationlist_posts_article {
		width: 100%;
	}
	
	.informationlist_posts_thumbnail {
		width: 260px;
		height: 368px;
		margin: 0px auto;
	}
	
	.request_sends_column2 h2 {
		font-size: 1.1rem;
	}
	
	.request_sends_email a {
		font-size: 1.7rem;
	}
}

@media(max-width: 460px) {
	.header_filter {
		width: 285px;
	}
	
	.front_donate {
		height: 70vw;
	}
	
	.front_donate_text {
		font-size: 6.6vw;
		bottom: 6vw;
	}
}

@media(max-width: 450px) {
	.manage_proposer_ul {
		padding-top: 60px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 18px;
	}
	
	.manage_proposer_ul li {
		font-size: 1.2rem;
		font-weight: 500;
	}
	
	#copyright {
		padding: 22px 0px;
		font-weight: 500;
	}
	
	#copyright .sp_br {
		display: inline;
	}
}

@media(max-width: 375px) {
	.donate_payment_title br {
		display: inline;
	}
}

@media(max-width: 360px) {
	.manage_what_heading {
		max-width: 78vw;
		font-size: 6.65vw;
	}
	
	.request_sends_column1 {
		width: 100%;
	}
}

@media(max-width: 350px) {
	.donate_stripe {
		min-height: 305px;
	}
	
	.donate_stripe > * {
		transform: scale(0.9);
	}
}

@media(max-width: 375px) and (max-height: 630px) {
	.search_field {
		width: calc(100% - 100px);
	}
}