/*====================================================
//// class .breadcrumb
====================================================*/

.breadcrumb .innerBox {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 8px 0;
}

.breadcrumb li {
	color: #fff;
	font-size: 1.4rem;
	padding-right: 1.5em;
	position: relative;
}

.breadcrumb li:after {
	content: '>';
	font-size: 1.4rem;
	position: absolute;
	right: .4em;
}

.breadcrumb li:last-child {
	padding-right: 0;
}

.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb a {
	color: #fff;
	line-height: 1.2;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
	.breadcrumb .innerBox {
		padding: 5px 0;
	}
	.breadcrumb li {
		font-size: 1.2rem;
	}
	.breadcrumb li:after {
		font-size: 1.2rem;
	}
}

@media screen and (max-width:580px) {}

/* ////////// PC ////////// */

@media print,
screen and (min-width: 769px) {}

/* ////////// tablet ////////// */

@media screen and (min-width:769px) and (max-width:959px) {}


/*====================================================
////class .bodyText
====================================================*/

.bodyText {
	line-height: 2.0;
}

.bodyText .main-head {}

.bodyText h1 {
	font-size: 4rem;
	margin: 30px 0 30px;
	padding: 10px 5px;
	position: relative;
}

.bodyText h2 {
	font-size: 3.2rem;
	margin: 30px 0 30px;
}

.bodyText h3 {
	font-size: 2.1rem;
	margin: 30px 0 20px;
	padding-left: 20px;
	position: relative;
}

.bodyText h3:before {
	background: #b9985e;
	border-radius: 2px;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 100%;
}

.bodyText h4 {
	font-size: 2.6rem;
	margin: 30px 0 20px;
}

/*
.bodyText h4:before {
	background: #b9985e;
	border-radius: 5px;
	content: '';
	margin: auto;
	position: absolute;
	top: calc(.5em - 2px);
	left: 0;
	width: 9px;
	height: 9px;
}
*/

.bodyText h5 {
	font-size: 2.0rem;
	margin: 30px 0 20px;
	padding-left: 15px;
	position: relative;
}

.bodyText h5:before {
	background: #b9985e;
	content: '';
	margin: auto;
	position: absolute;
	top: calc(.5em - 0px);
	left: 0;
	width: 5px;
	height: 5px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
	margin-top: 0;
}

h1.deco_none,
h2.deco_none,
h3.deco_none,
h4.deco_none,
h5.deco_none,
ul.deco_none li {
	padding: 0;
}

h1.deco_none:before,
h2.deco_none:before,
h3.deco_none:before,
h4.deco_none:before,
h5.deco_none:before,
ul.deco_none li:before {
	display: none;
}

.bodyText ul.circle li {
	line-height: 1.4;
	margin: .5em 0;
	padding-left: 20px;
	position: relative;
}

.bodyText ul.circle li:before {
	background: #b9985e;
	border-radius: 50px;
	content: '';
	margin: auto;
	position: absolute;
	top: calc(.5em - 4px);
	left: 0;
	width: 16px;
	height: 16px;
}

.bodyText .color-green:before,
.bodyText ul.color-green li:before {
	background: #66bc38;
}

.bodyText .color-pink:before,
.bodyText ul.color-pink li:before {
	background: #ee99be;
}

.bodyText .color-yellow:before,
.bodyText ul.color-yellow li:before {
	background: #f9de4b;
}

.bodyText .color-blue:before,
.bodyText ul.color-blue li:before {
	background: #1792D4;
}

.bodyText p:not(.nospace):first-letter {
	margin-left: 1em;
}

.bodyText p a:not(.linkBtn):not(.button) {
	-webkit-text-decoration: underline dotted 1px;
	text-decoration: underline dotted 1px;
	text-underline-position: under;
}

.bodyText p a:not(.linkBtn):hover {
	-webkit-text-decoration-color: #8b6e5e;
	text-decoration-color: #8b6e5e;
}

/*
.bodyText p {
	margin: 1.4em 0;
}
.bodyText p:last-child {
	margin-bottom: 0;
}
*/

.wp-block-buttons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-buttons > .wp-block-button {
	display: inline-block;
	margin: 0 20px 0 0 !important;
}

.wp-block-button:last-child {
	margin-right: 0 !important;
}

.wp-block-button__link {
	background: transparent;
	margin: 20px 0 !important;
}

.bodyText hr {
	background: #b9985e;
	margin: 60px auto;
	width: 200px;
	max-width: none;
}

.bodyText hr.is-style-wide {
	width: 100%;
}

.bodyText hr.is-style-dots {
	background: none;
	border-top: dotted 1px #ccc;
	width: 100%;
}

.wp-block-separator.is-style-dots:before {
	display: none !important;
}

.bodyText + hr {
	margin: 60px auto;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
	.bodyText h1 {
		font-size: 2.8rem;
	}
	.bodyText h2 {
		font-size: 2.6rem;
	}
	.bodyText h3 {
		font-size: 2.2rem;
	}
	.bodyText h4 {
		font-size: 2.0rem;
	}
	.bodyText h5 {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:480px) {}

/* ////////// PC ////////// */

@media print,
screen and (min-width: 769px) {}

/* ////////// tablet ////////// */

@media screen and (min-width:769px) and (max-width:959px) {}

@media screen and (min-width:1200px) {}


/*====================================================
////id #overview
====================================================*/

#overview .detailBox .txtBox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
	#overview #detail-1 .detailBox {
		padding: 30px 0;
	}
	#overview #detail-1 .imgBox figure {
		height: 40vw;
		margin: 20px auto 0;
		max-width: 400px;
		padding-top: 0;
	}
	#overview #detail-2 .whiteBox {
		padding: 0 20px;
	}
	#overview #detail-2 .detailBox {
		padding: 30px 0;
	}
	#overview #detail-2 .imgBox {
		padding-bottom: 5px;
	}
	#overview #detail-2 .imgBox figure {
		margin: 0 auto 15px;
		padding-top: 0;
		width: 100%;
		max-width: 200px;
		height: 40vw;
		max-height: 150px;
	}
}

@media screen and (max-width:500px) {}

/* ////////// PC ////////// */

@media print,
screen and (min-width: 769px) {
	#overview #detail-1 .detailBox {
		padding: 60px 0;
	}
	#overview #detail-1 .imgBox {
		margin-left: 50px;
		width: 35%;
	}
	#overview #detail-1 .imgBox figure {
		padding-top: 100%
	}
	#overview #detail-2 .whiteBox {
		margin-top: 20px;
		padding: 10px 100px;
	}
	#overview #detail-2 .detailBox {
		padding: 40px 0;
	}
	#overview #detail-2 .imgBox {
		margin-right: 40px;
		padding-bottom: 5px;
		width: 26%;
	}
	#overview #detail-2 .imgBox figure {
		padding-top:
	}
}

/* ////////// tablet ////////// */

@media screen and (min-width:769px) and (max-width:959px) {
	#overview #detail-1 .imgBox {
		margin-left: 30px;
	}
	#overview #detail-2 .whiteBox {
		padding: 0 40px;
	}
	#overview #detail-2 .imgBox {
		margin-right: 25px;
	}
}

@media screen and (min-width:1200px) {}

/*====================================================
////id #message
====================================================*/

#message .tab_content-inner > .headBox .bgBox {
	top: auto;
	bottom: 0;
	left: -100vw;
	opacity: .5;
	height: calc(100% + 30px);
	width: 300vw;
}

#message .tab_content-inner > .headBox h2 {
	font-size: 2.4rem;
	margin: 0;
	padding: 25px 0;
}

#message .item:last-child {
	padding-bottom: 0;
}

#message .item .txtBox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
	#message .item {
		padding: 40px 0;
	}
	#message #content-1 .imgBox figure {
		margin: 20px auto;
		padding: 0;
		width: 300px;
		height: 300px;
	}
	#message #content-2 h2 {
		font-size: 2.2rem;
		line-height: 1.4;
	}
	#message #content-2 h2 .first {
		display: block;
		font-size: 1.8rem;
		margin-bottom: .5em;
	}
	#message #content-2 h2 br {
		display: none;
	}
	#message #content-2 .item .box-inner {
		display: grid;
	}
	#message #content-2 .imgBox {
		grid-row: 3;
		max-width: 300px;
		margin: 20px auto 0;
	}
	#message #content-2 .imgBox figure {
		margin: 0px auto 0;
		padding: 0;
		width: 300px;
		height: 200px;
	}

}

@media screen and (max-width:500px) {}

/* ////////// PC ////////// */

@media print,
screen and (min-width: 769px) {
	#message .item {
		padding: 60px 0;
	}
	#message #content-1 .item:nth-child(even) {}
	#message #content-1 h3 {
		width: calc(65% - 30px);
	}
	#message #content-1 .item:nth-child(even) h3 {
		margin-left: calc(35% + 50px);
	}
	#message #content-1 .imgBox {
		float: right;
		margin: -50px 0 0 50px;
		width: 35%;
	}
	#message #content-1 .item:nth-child(even) .imgBox {
		float: left;
		margin: -50px 50px 0 0;
	}
	#message #content-1 .imgBox figure {
		padding-top: 100%
	}
	#message #content-2 .item .box-inner {
		max-width: 800px;
		margin: auto;
	}
	#message #content-2 .imgBox {
		float: right;
		margin: -50px 0 0 50px;
		width: 46%;
	}
	#message .clear {
		clear: both;
	}
}

/* ////////// tablet ////////// */

@media screen and (min-width:769px) and (max-width:959px) {
	#message .tab {
		font-size: 1.9rem;
	}
	#message #content-1 .item:nth-child(even) h3 {
		margin-left: calc(35% + 30px);
	}
	#message #content-1 .imgBox {
		margin-left: 30px;
	}
	#message #content-1 .item:nth-child(even) .imgBox {
		margin: -60px 30px 0 0;
	}
	#message #content-2 .imgBox {
		float: right;
		margin: -50px 0 0 30px;
		width: 40%;
	}

}

@media screen and (min-width:1200px) {}

/*====================================================
////id #donors
====================================================*/

#donors #detail-1 .detailBox {
	margin-top: 30px;
}

#donors .detailBox .txtBox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#donors #detail-2 .detailBox ul {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
	#donors .detailBox {
		display: grid;
	}
	#donors .detailBox .imgBox {
		grid-row: 3;
		max-width: 300px;
		margin: 20px auto 0;
	}
	#donors .detailBox .imgBox figure {
		margin: 0px auto 0;
		padding: 0;
		width: 300px;
		height: 200px;
	}
	#donors #detail-2 .detailBox {
		margin: 10px 0;
	}
	#donors #detail-2 .detailBox ul li {
		margin: 0 0 15px;
	}
	#donors #detail-2 .detailBox ul:last-child li:last-child {
		margin: 0;
	}

}

@media screen and (max-width:500px) {}

/* ////////// PC ////////// */

@media print,
screen and (min-width: 769px) {
	#donors .detailBox .imgBox {
		float: right;
		margin: -50px 0 0 50px;
		width: 35%;
	}
	#donors .detailBox .clear {
		clear: both;
	}
	#donors #detail-2 .detailBox ul {
		margin: 0 10px;
	}
	#donors #detail-2 .detailBox ul li {
		font-size: 1.8rem;
		margin: 0 0 35px;
	}
	#donors #detail-2 .detailBox ul li:last-child {
		margin-bottom: 0;
	}
}

/* ////////// tablet ////////// */

@media screen and (min-width:769px) and (max-width:959px) {
	#donors .detailBox .imgBox {
		float: right;
		margin: -50px 0 0 30px;
		width: 40%;
	}
	#donors #detail-2 .detailBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#donors #detail-2 .detailBox ul:first-child li:last-child {
		margin-bottom: 35px;
	}
}

@media screen and (min-width:1200px) {}

/*====================================================
////id #posts_list
====================================================*/

#posts_list ul {
	margin: 0 auto;
}

#posts_list ul {
	display: grid;
	grid-gap: 15px;
}

#posts_list ul li {
	display: grid;
	grid-gap: 10px;
	letter-spacing: .05em;
	padding: 10px;
}

#posts_list ul .date {
	font-size: 1.4rem;
	text-align: right;
}

#posts_list ul li > div:nth-child(3) {
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	padding: 0 15px;
}

#posts_list ul li.bg-l_pink > div:nth-child(3) {
	background: #db6e85;
}

#posts_list ul li.bg-l_blue > div:nth-child(3) {
	background: #2d6cae;
}

#posts_list ul li .wpulike {
	margin: 0 0 0 auto;
	padding: 0;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
	#posts_list .headBox {
		margin-bottom: 30px;
	}
	#posts_list ul {
		grid-template-columns: repeat(2, 1fr);
	}
	#posts_list ul li {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto 1fr auto;
		max-width: 320px;
	}
	#posts_list ul a {
		grid-column: span 2;
		margin: 0;
	}
	#posts_list ul .date {
		grid-column: 2;
		grid-row: 2;
	}
	#posts_list ul li > div:nth-child(3) {
		grid-column: 1;
		grid-row: 2;
	}
	#posts_list ul .title {
		grid-column: span 2;
	}
	#posts_list ul .wpulike {
		grid-column: span 2;
	}
}

@media screen and (max-width:680px) {
	#posts_list ul {
		grid-template-columns: 1fr;
		width: 320px;
	}
}

/* ////////// PC ////////// */

@media print,
screen and (min-width: 769px) {
	#posts_list .headBox {
		margin-bottom: 40px;
	}
	#posts_list ul {
		grid-template-columns: repeat(3, 1fr);
		max-width: 1000px;
	}
	#posts_list ul li {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto 1fr auto;
		max-width: 320px;
	}
	#posts_list ul a {
		grid-column: span 2;
		margin: 0;
	}
	#posts_list ul .date {
		grid-column: 2;
		grid-row: 2;
	}
	#posts_list ul li > div:nth-child(3) {
		grid-column: 1;
		grid-row: 2;
	}
	#posts_list ul .title {
		grid-column: span 2;
	}
	#posts_list ul .wpulike {
		grid-column: span 2;
	}
}

/* ////////// tablet ////////// */

@media screen and (min-width:769px) and (max-width:959px) {
	#posts_list ul {
		grid-template-columns: repeat(2, 1fr);
		max-width: 650px;
	}
}

@media screen and (min-width:1200px) {}

/*====================================================
////id #request
====================================================*/

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {}

@media screen and (max-width:500px) {}

/* ////////// PC ////////// */

@media print,
screen and (min-width: 769px) {}

/* ////////// tablet ////////// */

@media screen and (min-width:769px) and (max-width:959px) {}

@media screen and (min-width:1200px) {}

/*====================================================
////id 
====================================================*/

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {}

@media screen and (max-width:500px) {}

/* ////////// PC ////////// */

@media print,
screen and (min-width: 769px) {}

/* ////////// tablet ////////// */

@media screen and (min-width:769px) and (max-width:959px) {}

@media screen and (min-width:1200px) {}
