@charset "UTF-8";

@import url("/assets/css/font/font.css");
@import url("/assets/css/basic.css");

/* common */
#title-block h2 {
	font-size: 1.2em !important;
}
#title-block p {
	font-size: 1em !important;
}
#title-block p.lead-top {
	font-size: 1.05em !important;
}
@media (min-width: 785px) {
	#title-block h2 {
		font-size: 1.4em !important;
	}
	#title-block p.lead-top {
		font-size: 1.3em !important;
	}
}
@media (min-width: 1200px) {
	#title-block h2 {
		font-size: 1.8em !important;
	}
	#title-block p {
		font-size: 1.1em !important;
	}
	#title-block p.lead-top {
		font-size: 1.5em !important;
	}
}

/* Toppage */
.home {
	background-image: url(/assets/img/header-toppage.jpg);
	background-repeat: no-repeat;
	background-position: center 65%;
}
.page-about,
.page-constitution,
.page-officer,
.page-membership {
	background-image: url(/assets/img/header-about.jpg);
	background-repeat: no-repeat;
	background-position: center 77%;
}
.page-topics {
	background-image: url(/assets/img/header-topics.jpg);
	background-repeat: no-repeat;
	background-position: center 58%;
}
.page-reports {
	background-image: url(/assets/img/header-reports.jpg);
	background-repeat: no-repeat;
	background-position: center 10%;
}
.page-studies,
.page-newsletter {
	background-image: url(/assets/img/header-studies.jpg);
	background-repeat: no-repeat;
	background-position: center 83%;
}
.page-column {
	background-image: url(/assets/img/header-column.jpg);
	background-repeat: no-repeat;
	background-position: center 58%;
}
.page-member {
	background-image: url(/assets/img/header-member.jpg);
	background-repeat: no-repeat;
	background-position: center 70%;
}
.page-contact {
	background-image: url(/assets/img/header-contact.jpg);
	background-repeat: no-repeat;
	background-position: center 20%;
}
.page-privacypolicy,
.page-sitepolicy,
.page-404 {
	background-image: url(/assets/img/header-policy.jpg);
	background-repeat: no-repeat;
	background-position: center 12%;
}
.page-about::before,
.page-constitution::before,
.page-officer::before,
.page-reports::before,
.page-studies::before,
.page-newsletter::before,
.page-membership::before,
.page-contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	animation: fadeIn 1.7s forwards;
}
#home {
	background-size: 140%;
	height: 240px;
	margin-top: 60px;
}
#header-contents {
	background-size: 170%;
	height: 160px;
	margin-top: 60px;
}
#header-contents .text-position {
	top: 60px;
	padding-left: 30px;
}
#header-contents h1 {
	font-size: 1.05em !important;
	font-weight: 500 !important;
}
#header-contents h5 {
	opacity: 0.8;
	font-size: 0.8em !important;
}
#home .header-toppage {
	left: 42%;
	width: 70%;
}
#home .header-toppage img {
	width: auto;
	margin-bottom: 20px;
}
#home .shape,
#header-contents .shape {
	position: absolute;
	z-index: 2;
}
#home .shape-bottom,
#header-contents .shape-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}
#home .shape-bottom > svg,
#header-contents .shape-bottom > svg {
	width: 100%;
	height: auto;
	margin-bottom: -10px;
	transform-origin: top center;
}

@media (min-width: 576px) {
	#home {
		background-size: cover;
		background-size: cover;
		height: 300px;
	}
	#home .header-toppage {
		left: 40%;
		width: 60%;
	}
	#home .header-toppage img {
		margin-bottom: 60px;
	}
	#header-contents {
		background-size: cover;
		height: 200px;
	}
	#header-contents .text-position {
		top: 70px;
		padding-left: 90px;
	}
}
@media (min-width: 785px) {
	#home {
		height: 360px;
	}
	#home .header-toppage img {
		width: 850px;
	}
	#header-contents {
		height: 210px;
	}
	#header-contents h1 {
		font-size: 1.6em !important;
	}
	#header-contents h5 {
		font-size: 1.15em !important;
	}
	#header-contents .text-position {
		top: 80px;
		padding-left: 130px;
	}
}
@media (min-width: 992px) {
	#home {
		height: 430px;
		margin-top: 120px;
	}
	#home .header-toppage img {
		margin-bottom: 80px;
	}
	#header-contents {
		height: 260px;
		margin-top: 120px;
	}
	#header-contents .text-position {
		top: 90px;
		padding-left: 120px;
	}
}
@media (min-width: 1200px) {
	#home {
		height: 490px;
	}
	#header-contents {
		height: 320px;
	}
	#header-contents .text-position {
		top: 110px;
		padding-left: 170px;
	}
}
@media (min-width: 1600px) {
	#home {
		height: 550px;
	}
	#home .header-toppage img {
		margin-bottom: 100px;
	}
	#header-contents {
		height: 440px;
	}
	#header-contents .text-position {
		top: 170px;
		padding-left: 330px;
	}
}

#home-contents .contents-block {
	background-color: #fff;
}
#home-contents .contents-block .image {
	height: 150px;
}
#home-contents .contents-block .row:nth-child(1) .image {
	background-image: url(/assets/img/header-about.jpg);
	background-repeat: no-repeat;
	background-size: 145%;
	background-position: 90% 75%;
}
#home-contents .contents-block .row:nth-child(2) .image {
	background-image: url(/assets/img/header-reports.jpg);
	background-repeat: no-repeat;
	background-size: 160%;
	background-position: 62% 30%;
}
#home-contents .contents-block .row:nth-child(3) .image {
	background-image: url(/assets/img/header-studies.jpg);
	background-repeat: no-repeat;
	background-size: 160%;
	background-position: 62% 80%;
}
#home-contents .contents-block .row:nth-child(4) .image {
	background-image: url(/assets/img/header-column.jpg);
	background-repeat: no-repeat;
	background-size: 150%;
	background-position: 95% 40%;
}
#home-contents .contents-block .row:nth-child(5) .image {
	background-image: url(/assets/img/header-contact.jpg);
	background-repeat: no-repeat;
	background-size: 200%;
	background-position: 45% 20%;
}
#home-contents .btn {
	font-size: 0.9em;
	padding: 0.3em 1.4em;
}
@media (min-width: 576px) {
	#home-contents .contents-block .image {
		height: 230px;
	}
	#home-contents .btn {
		font-size: 1em;
		padding: 0.35em 1.5em;
	}
}
@media (min-width: 992px) {
	#home-contents .contents-block {
		background-color: #f9f9f9;
	}
	#home-contents .contents-block .image {
		height: auto;
	}
	#home-contents .contents-block .row:nth-child(1) .image {
		background-position: 90% 75%;
	}
	#home-contents .contents-block .row:nth-child(2) .image {
		background-position: 62% 0%;
	}
	#home-contents .contents-block .row:nth-child(3) .image {
		background-position: 62% 90%;
	}
	#home-contents .contents-block .row:nth-child(4) .image {
		background-position: 95% 35%;
	}
	#home-contents .contents-block .row:nth-child(5) .image {
		background-position: 45% 0%;
	}
}
@media (min-width: 1400px) {
	#home-contents .contents-block {
		font-size: 1.1em !important;
	}
}

/* About */
#about-contents h4,
#contact-contents h4,
#membership-contents h4 {
	font-size: 1.2em !important;
}
@media (min-width: 992px) {
	#about-contents h4,
	#contact-contents h4,
	#membership-contents h4 {
		font-size: 1.3em !important;
	}
}

/* Membership */
#membership-contents .margin-contents-1 {
	margin-bottom: 6em;
}
#membership-contents .accordion-body a:hover {
	color: #fff !important;
}
#membership-contents .accordion-collapse .btn {
	width: 18em !important;
}
#offcanvasConstitution {
	--bs-offcanvas-width: 100% !important;
	height: 100% !important;
	padding: 63px 0 0 0;
}
@media (min-width: 992px) {
	#offcanvasConstitution {
		--bs-offcanvas-width: 80% !important;
		padding: 150px 0 0 0;
	}
}

/* Officer */
#officer-contents table {
	border-top: 1px solid rgba(0, 0, 0, 0.4);
}
#officer-contents table tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#officer-contents table th {
	color: #111;
	text-align: center;
	letter-spacing: 1em;
	padding: 0.7em 0 0.7em 1em !important;
	background-color: rgba(15, 76, 152, 0.1);
}
#officer-contents table td {
	text-align: left;
	color: #111;
}
#officer-contents table td:nth-child(1) {
	padding: 0.8em 0 0 1em !important;
	color: rgba(15, 76, 152, 1) !important;
}
#officer-contents table td:nth-child(2) {
	padding: 0 0 0.5em 0.75em !important;
	font-size: 1.3em;
}
#officer-contents table td:nth-child(5) {
	padding: 0 0 1em 0 !important;
}
@media (min-width: 576px) {
	#officer-contents table td {
		font-size: 1em;
		text-align: center;
	}
	#officer-contents table td:nth-child(1) {
		padding: 1em 1em !important;
	}
	#officer-contents table td:nth-child(2) {
		padding: 1em 1em !important;
		font-size: 1em;
	}
	#officer-contents table td:nth-child(3),
	#officer-contents table td:nth-child(4) {
		padding: 1em 1em !important;
	}
}

/* Topics / Member */
#home-contents article .row,
#topics-list article .row,
#member-list article .row {
	width: 100%;
}
#home-contents article .row div:nth-child(1),
#topics-list article .row div:nth-child(1),
#member-list article .row div:nth-child(1) {
	width: 20%;
}
#home-contents article .row div:nth-child(2),
#topics-list article .row div:nth-child(2),
#member-list article .row div:nth-child(2) {
	width: auto;
}
#home-contents article .row div:nth-child(3),
#topics-list article .row div:nth-child(3),
#member-list article .row div:nth-child(3) {
	width: 5%;
}
@media (min-width: 576px) {
	#home-contents article .row div:nth-child(1),
	#topics-list article .row div:nth-child(1),
	#member-list article .row div:nth-child(1) {
		width: 27%;
	}
	#home-contents article .row div:nth-child(2),
	#topics-list article .row div:nth-child(2),
	#member-list article .row div:nth-child(2) {
		width: 700px;
	}
	#home-contents article .row div:nth-child(3),
	#topics-list article .row div:nth-child(3),
	#member-list article .row div:nth-child(3) {
		width: 10%;
	}
}
@media (min-width: 1400px) {
	#home-contents article .row div:nth-child(2),
	#topics-list article .row div:nth-child(2),
	#member-list article .row div:nth-child(2) {
		width: 730px;
	}
}
@media (min-width: 1900px) {
	#home-contents article .row div:nth-child(2),
	#topics-list article .row div:nth-child(2),
	#member-list article .row div:nth-child(2) {
		width: 810px;
	}
}

#topics-contents img,
#member-contents img {
	max-width: 100%;
	height: auto;
	margin: 0.5em 0;
}
@media (min-width: 800px) {
	#topics-contents img,
	#member-contents img {
		min-width: 800px;
	}
}

/* Member */
#member-login {
	padding: 60px 0 40px 0;
}
#wpmem_login {
	width: auto !important;
}
.wpmem_msg,
.login_status,
#wpmem_login .form-check-input,
#wpmem_login .form-check-label {
	display: none;
}
@media (min-width: 992px) {
	#member-login {
		padding: 180px 0 90px 0;
	}
}

/* Reports */
#reports-list .caution div {
	font-size: 0.8em;
	text-indent: -1em;
	padding-left: 1em;
}
#reports-list .caution div::before {
	content: "※";
}
#reports-list table td {
	padding: 0.5em 1em.5em 1em;
}
#reports-list table td:nth-child(2) {
	padding-top: 0;
}
#reports-list table td .card {
	border: none !important;
	background-color: transparent !important;
}
#reports-list table td .badge,
#reports-contents table td .badge {
	padding: 0.7em 1em 0.7em 1em;
	width: 8em;
}

#reports-contents {
	font-size: 0.9em;
	line-height: 1.5;
}
#reports-contents h4 {
	font-size: 1.1em !important;
	margin: 2em 0 0.5em 0;
}
#reports-contents table.sheet {
	width: 100%;
	margin: 0.3em 0 0 0;
}
#reports-contents table.sheet td {
	padding: 0.7em;
}
#reports-contents table.sheet,
#reports-contents table.sheet td {
	border: 1px solid rgba(15, 76, 152, 0.5);
}
#reports-contents table.sheet .separate {
	background-color: rgba(15, 76, 152, 0.1);
	text-align: center;
	width: 1em;
}
#reports-contents table.sheet ul {
	list-style: none;
	margin: 1em 0 0 -2em;
}
#reports-contents table.sheet li {
	padding: 0.8em 0 0 0;
	line-height: 1.3;
}
#reports-contents table.sheet li:nth-child(1) {
	padding: 0;
}
#reports-contents h4:nth-child(1) {
	margin: 0em 0 0.5em 0;
}
#reports-contents .small {
	font-size: 0.8em !important;
}
#reports-contents table.sheet strong.bk {
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.25 !important;
}
#reports-contents table.sheet strong.sub {
	display: block;
	margin: 2.3em 0 -0.5em 0em;
	background-color: rgba(15, 76, 152, 0.15);
	text-align: center;
	font-size: 0.85em !important;
	width: 10em;
	padding: 0.2em 0.5em;
	border-radius: 5px;
	border: 1px solid rgba(15, 76, 152, 1);
	color: rgba(15, 76, 152, 1);
	font-weight: 600;
}
#reports-contents table.sheet .youtube {
	margin: 0.5em 0 0 0;
	padding: 0;
}
#reports-contents table.sheet iframe {
	width: 100%;
	height: 190px;
}
@media (min-width: 576px) {
	#reports-list .caution div {
		font-size: 0.9em;
	}
	#reports-list table td {
		padding: 0.5em 2em.5em 2em;
	}
	#reports-list table td:nth-child(2) {
		padding: 0.5em 2em.5em 2em;
	}

	#reports-contents {
		font-size: 1.1em;
	}
	#reports-contents h4 {
		font-size: 1.2em !important;
	}
	#reports-contents table.sheet ul {
		margin: 1em 0 0 -1.5em;
	}
	#reports-contents table.sheet strong.bk {
		font-size: 1em;
		line-height: 1.7;
	}
	#reports-contents table.sheet iframe {
		width: auto;
		height: auto;
		min-width: 480px;
		min-height: 270px;
	}
}

/* Studies / Newsletter */
#studies-list th,
#newsletter-list th {
	padding: 0.5em 0.6em;
}
#studies-list img,
#newsletter-list img {
	height: 100px;
	border: 1px solid #999;
}
#studies-list .name {
	width: 7rem;
}
#newsletter-list .name {
	width: 5.5rem;
}
#studies-list h3,
#newsletter-list h3 {
	font-size: 1.2em !important;
}
#studies-list .title,
#studies-list .name,
#newsletter-list .title,
#newsletter-list .name {
	font-size: 0.88em !important;
}
@media (min-width: 576px) {
	#studies-list .name,
	#newsletter-list .name {
		width: 10rem;
	}
	#studies-list h3,
	#newsletter-list h3 {
		font-size: 1.4em !important;
	}
	#studies-list .title,
	#studies-list .name,
	#newsletter-list .title,
	#newsletter-list .name {
		font-size: 0.95em !important;
	}
}
@media (min-width: 992px) {
	#studies-list img,
	#newsletter-list img {
		height: 150px;
	}
	#studies-list .name,
	#newsletter-list .name {
		width: 14rem;
	}
	#studies-list .title,
	#studies-list .name,
	#newsletter-list .title,
	#newsletter-list .name {
		font-size: 1em !important;
	}
}
@media (min-width: 1200px) {
	#studies-list h3,
	#newsletter-list h3 {
		font-size: 1.6em !important;
	}
}

/* Column */
#column-search .nav-tabs .nav-link {
	padding: 0.8em 0;
	border-top: 7px solid transparent;
	color: #111;
	font-size: 0.95em;
	background-color: #e5e5e5;
	width: 10em;
}
#column-search .nav-tabs .nav-link.active {
	border-top: 7px solid rgba(184, 0, 12, 1);
	color: #111;
	background-color: #f5f4ef;
}
#column-search .nav-tabs .nav-link:hover {
	border-top: 7px solid rgba(184, 0, 12, 1);
	background-color: #e5e5e5 !important;
}
#column-search .nav-tabs .nav-link.active:hover {
	background-color: #f5f4ef !important;
}
#column-search .card-body {
	font-size: 0.88em;
}
#column-list .card h6 {
	font-size: 0.9em !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
#column-list .card h3 {
	text-indent: -2.9em;
	padding-left: 2.9em;
	font-size: 0.95em !important;
}
#column-contents h1 {
	font-size: 1.1em !important;
}
@media (min-width: 768px) {
	#column-search .nav-tabs .nav-link {
		font-size: 1.1em;
		width: 14em;
	}
	#column-search .card-body {
		font-size: 1em;
	}
	#column-list .card h6 {
		font-size: 1em !important;
	}
	#column-list .card h3 {
		font-size: 1.1em !important;
	}
	#column-contents h1 {
		font-size: 1.3em !important;
	}
}
#searchsubmit {
	background-color: rgba(184, 0, 12, 1) !important;
	color: #fff;
}
.search-form input {
	width: 100%;
	height: 60px;
	padding: 5px 15px;
	box-sizing: border-box;
	outline: none;
}
.search-form input::placeholder {
	text-align: center;
	color: #222;
}
.search-form button {
	width: 60px;
	height: 60px;
}
.search-form button::after {
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: "";
}
@media (min-width: 768px) {
	.search-form input {
		width: 34em;
	}
}

/* Contact */
#contact-contents .form-control {
	border: 1px solid #777 !important;
}
#contact-contents .error {
	color: rgba(184, 0, 12, 1) !important;
	font-weight: 600;
	margin: 0.3em 0 0.3em 0.5em !important;
	display: inline-block !important;
}
#contact-contents .short {
	width: 6em !important;
	display: inline-block !important;
}
#contact-contents a {
	color: rgba(184, 0, 12, 1) !important;
}

/* Column｜Privacy Policy｜Constirution */
#column-contents ul,
#column-contents ol,
#constitution-contents ul,
#constitution-contents ol,
#privacypolicy-contents ul,
#privacypolicy-contents ol,
#sitepolicy-contents ul,
#sitepolicy-contents ol {
	margin-top: 0.8em !important;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
