@charset "UTF-8";

* {
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}

img {
	width: 100%;
}

/* 表示切替 */
.brpc {
	display: block;
}

.brsp {
	display: none;
}

/* HEADER */
.header {
	position: relative;
	background: url(../img/title.jpg) no-repeat top center;
	background-size: cover auto;
	height: 382px;
	margin-bottom: 60px;
}

.header::after {
	content: "";
	position: absolute;
	left: calc((100% - 1400px) / 2);
	top: 0;
	height: 100%;
	width: 1400px;
	box-shadow: -5px -5px 10px #fff inset;
}

@media (max-width : 1400px) {
	.header {
		background-size: cover;
		height: auto;
	}

	.header::after {
		width: 100%;
		box-shadow: inherit;
	}

	.header h1 img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

.header h1 {
	color: transparent;
}

/* MESSAGE */
.message {
	margin: 0 auto;
	padding: 0 20px;
}

.message article {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.03em;
	margin-bottom: 50px;
}

.message article article {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

.message article .mes_img {
	width: 25%;
	padding-right: 3%;
}

.message article .mes_img p {
	font-size: 14px;
	margin-bottom: 0.7em;
	text-align: center;
	line-height: 1;
	font-weight: 500;
}

.message article .mes_txt {
	width: 75%;
	margin-top: -4px;
}

.message article .mes_txt p {
	margin-bottom: 0.7em;
}

/* EVENT title */
/* NEWSLETTER title */
/* MEETING title */
/* SUPPORT title */
.event h2,
.newsletter h2,
.meeting h2,
.report h2,
.support h2 {
	font-size: 57px;
	color: #68bbef;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.05em;
	margin-bottom: 35px;
}

.event h2::after,
.newsletter h2::after,
.meeting h2::after,
.report h2::after,
.support h2::after {
	display: block;
	color: #000;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 18px;
}

.event h2::after {
	content: "アカシア120記念行事予定";
}

.newsletter h2::after {
	content: "記念事業特集";
}

.meeting h2::after {
	content: "実行委員会";
}
.report h2::after {
	content: "";
}

.support h2::after {
	content: "";
}



/* EVENT */
.event {
	margin: 0 auto;
	padding: 0 20px;
}

.event article {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.03em;
	margin-bottom: 50px;
}

.event article h1.date {
	position: relative;
	color: #68bbef;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.event article h1.date::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #68bbef;
}

.event article article {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	margin-bottom: 38px;
}

.event article article h1.tit-event {
	color: #cc0001;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 9px;
}

.event article ul li {
	list-style: none;
	position: relative;
	padding-left: 16px;
}

.event article ul.ul-circle li::before {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	width: 14px;
	height: 14px;
	background-color: #000;
	border-radius: 50%;
}

.event article ul.ul-dot li::before {
	position: absolute;
	left: 4px;
	top: 12px;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 50%;
}

.event article ul.ul-dot li {
	margin-bottom: 0.3em;
}

.event article ul.ul-circle li:nth-last-child(1),
.event article ul.ul-dot li:nth-last-child(1) {
	margin-bottom: 0.5em;
}

.event .b-box {
	padding: 1.0em;
	text-align: center;
}

.event .small {
	font-size: 14px;
}

.event article article.tour h1.tit-event {
	position: relative;
}

.event article article.tour h1.tit-event::before {
	content: "アカシア会特別企画";
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.03em;
	margin-bottom: 3px;
}

.event .border {
	border: 1px #999 solid;
}

.event article article.tour ol {
	counter-reset: count 0;
	list-style: none;
}

.event article article.tour ol>li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 0.3em;
}

.event article article.tour ol>li::before {
	position: absolute;
	top: 0;
	left: 4px;
	content: counter(count);
	counter-increment: count 1;
	font-size: 13px;
	background-color: inherit;
}

.event article article.tour ol>li::after {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	border: 1px #000 solid;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	line-height: 1;
}

/* SUPPORT */
.support {
	margin: 0 auto;
	padding: 0 20px;
}

.support article {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.03em;
	margin-bottom: 50px;
}

.support article article {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	margin-bottom: 38px;
}

.support article h1 {
	position: relative;
	color: #68bbef;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.support article>h1.tit::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #68bbef;
}

.support article p {
	margin-bottom: 0.7em;
}

.support article article h1.tit-support {
	color: #cc0001;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 9px;
	padding-bottom: 0;
}

.support .photo {
	display: flex;
	flex-wrap: wrap;
}

.support article article .photo p.copy {
	justify-content: flex-end;
}

.support .photo>div {
	width: calc((100% / 2) - 2px);
	margin-top: 4px;
}

.support .photo>div:nth-child(2n-1) {
	margin-right: 2px;
}

.support .photo>div:nth-child(2n-2) {
	margin-left: 2px;
}

.support article article h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
	background-color: #68bbef;
	color: #fff;
	margin: 0;
	font-size: 100%;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.support article article .photo img {
	vertical-align: bottom;
}

.support article article .photo p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 26px;
	color: #000;
	margin: 0 0 0.7em;
	font-size: 14px;
	font-weight: 400;
}

/* NEWSLETTER */
.newsletter {
	margin: 0 auto;
	padding-top: 8px;
}

.newsletter div {
	background-color: #eee;
	margin: 0 auto;
	padding: 35px 15px 120px;
}

.newsletter div article {
	display: flex;
	/* 3つ目から
	justify-content: flex-start; */
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	text-align: left;
}

.newsletter div article a {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% / 3 - 20px);
	height: 100%;
	margin: 0 10px 30px;
	text-decoration: none;
}

.newsletter div article a::before {
	display: flex;
	content: "";
	background: url(../img/icon_pdf.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 31px;
	margin-bottom: 4px;
}

.newsletter div article a p {
	color: #000;
	font-size: 14px;
	margin-top: 1px;
}

/* MEETING */
.meeting {
	margin: 0 auto;
	padding-top: 58px;
}

.meeting div {
	background-color: #eee;
	margin: 0 auto;
	padding: 35px 15px 120px;
}

.meeting div article {
	display: flex;
	/* 3つ目から
	justify-content: flex-start; */
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	text-align: left;
}

.meeting div article a {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% / 3 - 20px);
	height: 100%;
	margin: 0 10px 30px;
	text-decoration: none;
}

.meeting div article a::before {
	display: flex;
	content: "";
	background: url(../img/icon_pdf.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 31px;
	margin-bottom: 4px;
}

.meeting div article a p {
	color: #000;
	font-size: 14px;
	margin-top: 1px;
}

/* MEETING */
.report {
	margin: 0 auto;
	padding-top: 58px;
}

.report div {
	background-color: #eee;
	margin: 0 auto;
	padding: 35px 15px 120px;
}

.report div article {
	display: flex;
	/* 3つ目から
	justify-content: flex-start; */
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	text-align: left;
}

.report div article a {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% / 3 - 20px);
	height: 100%;
	margin: 0 10px 30px;
	text-decoration: none;
}

.report div article a::before {
	display: flex;
	content: "";
	background: url(../img/icon_pdf.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 31px;
	margin-bottom: 4px;
}

.report div article a p {
	color: #000;
	font-size: 14px;
	margin-top: 1px;
}

/* ORGANIZATION */
.organization {
	margin: 0 auto;
	padding: 0 20px;
}

.organization h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	color: #000;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
}

.organization article {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.03em;
}

.organization article article {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.organization article article h1 {
	margin-bottom: 5px;
}

.organization article dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px #666 dotted;
}

.organization article dt {
	display: flex;
	justify-content: flex-end;
	width: 50%;
	border-bottom: 1px #666 dotted;
	padding: 10px 20px;
}

.organization article dt.org_txt3 {
	padding-right: 4em;
}

.organization article dt.org_txt4 {
	padding-right: 3em;
}

.organization article dt.org_txt5 {
	padding-right: 2em;
}

.organization article dt.org_txt6 {
	padding-right: 1em;
}

.organization article dd {
	display: flex;
	justify-content: flex-start;
	width: 50%;
	padding: 10px 20px 10px 1em;
	border-bottom: 1px #666 dotted;
}

.organization article dd span {
	padding-right: 0.7em;
}

/* FOOTER */
.footer {
	padding: 38px 15px 58px;
}

.footer p {
	font-size: 16px;
	line-height: 1;
}

/* スマホのみ表示 */
@media (max-width : 768px) {

	/* 表示切替 */
	.brpc {
		display: none;
	}

	.brsp {
		display: block;
	}

	/* HEADER */
	.header {
		margin-bottom: 20px;
	}

	/* MESSAGE */
	.message article {
		font-size: 15px;
		margin-bottom: 50px;
		display: block;
	}

	.message article .mes_img {
		width: 100%;
		max-width: 220px;
		margin: 0 auto;
		padding-right: 0;
	}

	.message article .mes_txt {
		width: 100%;
		margin-top: 0;
	}

	/* EVENT title */
	/* NEWSLETTER title */
	/* MEETING title */
	/* SUPPORT title */
	.event h2,
	.newsletter h2,
	.meeting h2,
	.support h2 {
		font-size: 44px;
		margin-bottom: 35px;
	}

	.event h2::after,
	.newsletter h2::after,
	.meeting h2::after {
		font-size: 21px;
	}

	/* EVENT */
	.event article {
		font-size: 15px;
	}

	.event article h1.date {
		font-size: 23px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.event article article {
		margin-bottom: calc(100vw * 38 / 768);
	}

	.event article article h1.tit-event {
		font-size: 20px;
		font-weight: 700;
	}

	.event article ul li {
		padding-left: 14px;
	}

	.event article ul.ul-circle li::before {
		left: 0;
		top: 6px;
		width: 12px;
		height: 12px;
	}

	.event article ul.ul-dot li::before {
		left: 4px;
		top: 12px;
		width: 4px;
		height: 4px;
	}

	.event article ul.ul-dot li {
		margin-bottom: calc(100vw * 0.03 / 768);
	}

	/* NEWSLETTER */
	.newsletter {
		padding-top: calc(100vw * 8 / 768);
	}

	.newsletter div {
		padding: calc(100vw * 35 / 768) 15px calc(100vw * 120 / 768);
	}

	.newsletter div article a {
		width: calc((100% / 2) - 10px);
		margin: 0 5px calc(100vw * 30 / 768);
	}

	.newsletter div article a::before {
		width: 20px;
		height: 24px;
	}

	.newsletter div article a p {
		font-size: 13px;
	}

	/* SUPPORT */
	.support article article {
		margin-bottom: calc(100vw * 38 / 768);
	}

	.support article h1 {
		font-size: 23px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.support article article h1.tit-support {
		font-size: 20px;
		font-weight: 700;
	}

	.support article article .photo p {
		margin-top: 0;
		font-size: 13px;
	}

	/* MEETING */
	.meeting {
		padding-top: calc(100vw * 58 / 768);
	}

	.meeting div {
		padding: calc(100vw * 35 / 768) 15px calc(100vw * 120 / 768);
	}

	.meeting div article a {
		width: calc((100% / 2) - 10px);
		margin: 0 5px calc(100vw * 30 / 768);
	}

	.meeting div article a::before {
		width: 20px;
		height: 24px;
	}

	.meeting div article a p {
		font-size: 13px;
	}

	/* ORGANIZATION */
	.organization h2 {
		margin-top: 30px;
		margin-bottom: 10px;
		color: #000;
		font-size: 21px;
		font-weight: 600;
		letter-spacing: 0;
	}

	.organization article {
		font-size: 15px;
	}

	.organization article article {
		margin-bottom: 20px;
	}

	/* FOOTER */
	.footer {
		padding: calc(100vw * 38 / 768) calc(100vw * 15/ 768) calc(100vw * 58 / 768);
	}

	.footer p {
		font-size: 14px;
	}

	.sp_on {
		display: block;
	}

	.pc_on {
		display: none;
	}
}

/* SUPPORT */
@media screen and (max-width: 600px) {
	.support .photo {
		display: block;
	}

	.support .photo>div {
		width: 100%;
		margin-top: 4px;
	}

	.support .photo>div:nth-child(2n-1) {
		margin-right: 0;
	}

	.support .photo>div:nth-child(2n-2) {
		margin-left: 0;
	}
}

/* ページトップへ戻る（.scrollTop）
-------------------------------------- */
.scrollTop {
	display: block;
}

.scrollTop {
	position: fixed;
	right: 57px;
	right: 67px;
	bottom: 15px;
	bottom: 27px;
	opacity: 0;
	transition: opacity 1s, all 0.7s ease-in-out 0s;
	z-index: 40;
	clear: both;
	font-weight: 600;
}

.scrollTop a {
	background-color: #fff;
	background-color: #68bbef;
	color: #68bbef;
	font-size: 10px;
	font-size: 25px;
	font-size: 20px;
	width: 55px;
	height: 55px;
	width: 45px;
	height: 45px;
	padding: 7px 4px;
	text-align: center;
	display: block;
	border: 2px solid #68bbef;
	border-radius: 50%;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
}

.scrollTop a:hover {
	background-color: #68bbef;
	background-color: #fff;
	color: #fff;
	color: #68bbef;
	border-color: #fff;
	border-color: #68bbef;
}

.scrollTop a::before,
.scrollTop a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.scrollTop a,
.scrollTop a::before,
.scrollTop a::after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

/* 条件を満たしたあとに追加するクラス */
.fadein {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.scrollTop {
		bottom: 40px;
		right: 10px;
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
	opacity: 0;
}

/* その場 */
.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* fadeUpをするアイコンの動き */
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* donation.html */
.demo1 h2 {
	color: #cc0001;
	font-size: 23px;
	font-weight: 500;
	margin-top: 0.7em;
	margin-bottom: 16px;
	margin-bottom: 9px;
	padding-bottom: 0;
}

.demo1 .tit {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	color: #000;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

.demo1 {
	margin: 0 auto;
	padding: 0 20px;
}

.demo1 article {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.03em;
	margin-bottom: 50px;
}

.demo1 article article {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	margin-bottom: 38px;
}

.demo1 article h1 {
	position: relative;
	color: #68bbef;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.demo1 article h1 span {
	color: #68bbef;
	font-size: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.demo1 article h1::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #68bbef;
}

.demo1 article p {
	margin-bottom: 0.7em;
}

.demo1 article h4,
.demo1 article h5 {
	margin-top: 1.5em;
}

.demo1 article h3 {
	position: relative;
	margin-top: 1em;
	padding-left: 1em;
	font-size: 100%;
	letter-spacing: 0.05em;
}

.demo1 article h3::before {
	position: absolute;
	left: 0;
	content: "＜";
}

.demo1 article h3::after {
	position: absolute;
	content: "＞";
}

.demo1 article ul li {
	list-style: none;
	position: relative;
	padding-left: 16px;
	margin-bottom: 0.3em;
}

.demo1 article ul.ul-circle>li::before {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	width: 14px;
	height: 14px;
	background-color: #000;
	border-radius: 50%;
}

.demo1 article ul.ul-dot>li::before {
	position: absolute;
	left: 4px;
	top: 12px;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 50%;
}

.demo1 article ul.refe-mark {
	font-size: 14px;
	line-height: 1.5;
}

.demo1 article ul.refe-mark>li::before {
	position: absolute;
	left: 0;
	content: "※";
}

.demo1 article h2.tit2,
.demo1 article h4.tit2 {
	color: #cc0001;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 16px;
	margin-bottom: 9px;
	padding-bottom: 0;
}

.demo1 .c1 {
	counter-reset: count 0;
	list-style: none;
}

.z1 {
	background-color: #eee;
	margin: 0.7em 0 0;
	padding: 20px
}

.demo1 article .z1 p {
	font-weight: 700;
	margin-bottom: 0;
}

.z1 dl {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
}

.z1 dt {
	width: 6em;
	margin-bottom: 0.3em;
}

.z1 dd {
	width: calc(100% - 6em);
	margin-bottom: 0.3em;
}

.sp_only {
	display: none;
}

.demo1 article.c1 h3.b1::before,
.demo1 article h3.b1::after {
	content: "";
}

.demo1 article ol {
	counter-reset: count 0;
	list-style: none;
}

.demo1 article ol>li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 0.3em;
}

.demo1 article ol>li::before {
	position: absolute;
	left: 4px;
	content: counter(count);
	counter-increment: count 1;
	font-size: 13px;
}

.demo1 article ol>li::after {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	border: 1px #000 solid;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	line-height: 1;
}

.demo1 article ul.maru-mark>li::before {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	border: 1px #000 solid;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

.demo1 .signature {
	margin-top: 2em;
	display: flex;
}

.demo1 .signature>p {
	width: 7em;
}

.demo1 .name {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	flex-flow: column;
	margin-left: auto;
	width: 100%;
	max-width: 23em;
}

.demo1 .small {
	font-size: 14px;
}

table {
	border-collapse: collapse;
	width: calc(100% - 16px);
	font-size: 14px;
	line-height: 1.2;
	margin-left: 16px;
	margin-bottom: 0.7em;
}

table th {
	text-align: center;
	font-weight: 400;
}

table th,
table td {
	border: 1px #666 solid;
	padding: 7px;
}

table tr:nth-child(3) td:nth-child(3),
table tr:nth-child(3) td:nth-child(4),
table tr:nth-child(4) td:nth-child(3),
table tr:nth-child(4) td:nth-child(4) {
	text-align: center;
}

.demo1 article p.mar-b0 {
	margin-top: 0.7em;
	margin-bottom: 0;
	margin-left: 16px;
}

.a1 p {
	margin-left: 16px;
	margin-bottom: 0.7em;
}

.a1 .refe-mark {
	margin-left: 16px;
	margin-bottom: 0.7em;
}

.red {
	color: #cc0001;
}

.btn-donation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
	height: 60px;
	color: #fff;
	background-color: #cc0001;
	border: 2px #cc0001 solid;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: .2s;
}

.btn-donation:hover {
	color: #cc0001;
	background-color: #fff;
}

.btn-public {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
	height: 60px;
	color: #fff;
	background-color: #68bbef;
	border: 2px #68bbef solid;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: .2s;
	margin-top: 10px;
}

.btn-public:hover {
	color: #68bbef;
	background-color: #fff;
}

/* 固定ボタン */
.btn-fixed-donationa {
	display: block;
	position: fixed;
	/*
	left: 41px;
	bottom: 15px;
	*/
	right: 57px;
	bottom: 80px;
	z-index: 40;
	font-weight: 600;
}

.btn-fixed-donationa a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #cc0001;
	color: #fff;
	font-size: 20px;
	font-size: 16px;
	width: 75px;
	height: 75px;
	padding: 7px 4px;
	text-align: center;
	border: 2px solid #cc0001;
	border-radius: 50%;
	text-decoration: none;
	letter-spacing: 0.07em;
	line-height: 1.2;
}

.btn-fixed-donationa a:hover {
	background-color: #fff;
	color: #cc0001;
	border-color: #cc0001;
}

.btn-fixed-donationa a::before,
.btn-fixed-donationa a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn-fixed-donationa a,
.btn-fixed-donationa a::before,
.btn-fixed-donationa a::after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

/* 固定ボタン */
.btn-fixed {
	display: block;
	position: fixed;
	/*
	left: 41px;
	bottom: 15px;
	*/
	right: 57px;
	bottom: 80px;
	z-index: 40;
	font-weight: 600;
}

.btn-fixed a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #68bbef;
	color: #fff;
	font-size: 20px;
	font-size: 14px;
	width: 75px;
	height: 75px;
	padding: 7px 4px;
	text-align: center;
	border: 2px solid #68bbef;
	border-radius: 50%;
	text-decoration: none;
	letter-spacing: 0.07em;
	line-height: 1.2;
}

.btn-fixed a:hover {
	background-color: #fff;
	color: #68bbef;
	border-color: #68bbef;
}

.btn-fixed a::before,
.btn-fixed a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn-fixed a,
.btn-fixed a::before,
.btn-fixed a::after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

/* 長方形 */
.arrow_down {
	font-size: 40px;
	position: relative;
	width: 0.6em;
	height: 1em;
	background-color: #cc0001;
	margin: 0 auto 30px;
}

/* 三角 */
.arrow_down::before {
	position: absolute;
	top: 0.6em;
	left: -0.5em;
	width: 0;
	height: 0;
	content: "";
	border-top: 0.8em solid #cc0001;
	border-left: 0.8em solid transparent;
	border-right: 0.8em solid transparent;
}

@media screen and (max-width: 768px) {
	.demo1 .signature {
		margin-top: 2em;
		display: block;
	}

	.demo1 .signature p {
		margin-bottom: 0.3em;
	}

	.demo1 .signature>p {
		width: 100%;
	}

	.demo1 .name {
		display: block;
		max-width: 100%;
	}

	.btn-fixed-donationa {
		bottom: 40px;
		left: 10px;
		right: inherit;
	}

	.demo1 article article {
		margin-bottom: calc(100vw * 38 / 768);
	}

	.demo1 article h1 {
		font-size: 23px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.demo1 article h1 span {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
	}
}

@media screen and (max-width: 600px) {
	.z1 dl {
		font-size: 14px;
		line-height: 1.5;
	}

	.sp_only {
		display: block;
	}
}

input.checkbox1[type="checkbox"] {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: -1px 1px 0;
}

input.checkbox1[type="checkbox"]:checked:before {
	position: absolute;
	top: 1px;
	left: 4px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	content: '';
}


/* タブ */
.tabs {
	display: flex;
	flex-wrap: wrap;
}

.tab_label {
	color: #68bbef;
	font-weight: bold;
	border: solid 2px #68bbef;
	position: relative;
	z-index: 1;
	cursor: pointer;
	padding: 5px 15px;
	width: calc(50% - 3px);
	text-align: center;
}

.tab_label:nth-of-type(1) {
	margin-right: 3px;
}

.tab_label:nth-of-type(2) {
	margin-left: 3px;
}

.tab_label:hover {
	opacity: 0.75;
}

.tab_content {
	flex: 100%;
	display: none;
	overflow: hidden;
	margin-top: 20px;
}

input[name="tab_switch"] {
	display: none;
}

.tabs input:checked+.tab_label {
	color: #fff;
	background-color: #68bbef;
}

.tabs input:checked+.tab_label::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #68bbef transparent transparent transparent;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	transition: all 0.3s ease 0s;
}

#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content,
#tab03:checked~#tab03_content {
	display: block;
}

.tab_content {
	position: relative;
	animation: fadeIn 1s ease;
}
