@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@400..700&display=swap');

/* ------------------------
	var
------------------------ */
:root {
	--f08:0.5rem;--f09:0.5625rem;--f10:0.625rem;--f11:0.6875rem;--f12:0.75rem;--f13:0.8125rem;--f14:0.875rem;--f15:0.9375rem;--f16:1.0rem;--f17:1.0625rem;--f18:1.125rem;--f19:1.1875rem;--f20:1.25rem;--f21:1.3125rem;--f22:1.375rem;--f23:1.4375rem;--f24:1.5rem;--f25:1.5625rem;--f26:1.625rem;--f27:1.6875rem;--f28:1.75rem;--f29:1.8125rem;--f30:1.875rem;--f31:1.9375rem;--f32:2.0rem;--f33:2.0625rem;--f34:2.125rem;--f35:2.1875rem;--f36:2.25rem;--f37:2.3125rem;--f38:2.375rem;--f39:2.4375rem;--f40:2.5rem;--f41:2.5625rem;--f42:2.625rem;--f43:2.6875rem;--f44:2.75rem;--f45:2.8125rem;--f46:2.875rem;--f47:2.9375rem;--f48:3.0rem;--f49:3.0625rem;--f50:3.125rem;--f51:3.1875rem;--f52:3.25rem;--f53:3.3125rem;--f54:3.375rem;--f55:3.4375rem;--f56:3.5rem;--f57:3.5625rem;--f58:3.625rem;--f59:3.6875rem;--f60:3.75rem;
	--c01:#50A8D5;--c02:#EFF8FD;--c03:#FFDC2B;--c04:#FFBE4D;
}

/* ------------------------
	reset
------------------------ */
header, footer, nav, section, aside, article {
	display: block;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input, select, textarea, button {
	outline: none;
}
abbr, acronym {
	border: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit] {
	cursor: pointer;
}
select,
input[type=radio],
input[type=checkbox] {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
* {
	box-sizing: border-box;
}

/* ------------------------
	elements
------------------------ */
html {
	font-size: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: var(--f16);
	-webkit-text-size-adjust: none;
	line-height: 1.8;
	font-weight: 400;
	font-style: normal;
	color: #000;
	padding: 80px 0 0;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	body {
		padding: 60px 0 0;
	}
}
.notoserifjp {
	font-family: "Noto Serif JP", serif;
}
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
a:link {
	color: var(--c01);
	text-decoration: none;
}
a:visited {
	color: var(--c01);
	text-decoration: none;
}
a:hover {
	color: var(--c01);
	text-decoration: none;
}
img {
	border: none;
	width: auto;
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 15px;
}
hr{
	clear: both;
	border-top: 1px solid #ccc;
	margin: 2em 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt05 {
	padding-top: 5px;
}
.mt10 {
	padding-top: 10px;
}
.mt15 {
	padding-top: 15px;
}
.mt20 {
	padding-top: 20px;
}
.mt30 {
	padding-top: 30px;
}
.mt40 {
	padding-top: 40px;
}
.mt50 {
	padding-top: 50px;
}
.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.2em;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 15px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
table.table_border {
	clear: both;
	width: 100%;
	border: none;
}
table.table_border th {
	background: none;
	background: #f6f6f6;
	border: none;
	padding: 15px 20px;
	font-size: var(--f18);
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #82A4C7;
	font-weight: 700;
	white-space: nowrap;
	width: 15%;
	position: relative;
}
table.table_border td {
	background: none;
	background: #fff;
	border: none;
	padding: 15px 20px;
	font-size: var(--f18);
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #82A4C7;
	border-left: 1px solid #82A4C7;
}
table.table_border tbody tr:nth-child(1) th,
table.table_border tbody tr:nth-child(1) td {
	border-top: none;
}
table.table_noborder {
	clear: both;
	width: 100%;
	border: none;
	margin: 0;
}
table.table_noborder th {
	background: none;
	border: none;
	padding: 0 0 15px;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	white-space: nowrap;
	width: 25%;
}
table.table_noborder td {
	background: none;
	border: none;
	padding: 0 0 15px 10px;
	vertical-align: top;
	text-align: left;
}
table th small,
table td small {
	display: block;
	padding: 2px 0 0;
	font-size: 0.8em;
	font-weight: 400;
}
ul.ulist > li {
	list-style: disc;
}
ol.olist > li {
	list-style: decimal;
}
ul.ulist > li,
ol.olist > li {
	margin: 0 0 0 25px;
}
dl.dlist dt {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 2px;
}
dl.dlist dd {
	margin: 0 0 5px 12px;
}
.display_pc {
	display: inline-block;
}
.display_tb {
	display: none;
}
.display_sp {
	display: none;
}
.blue {
	color: var(--c01);
}
a.tel {
	pointer-events: none;
	color: #000 !important;
}
a.link {
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.display_tb {
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		width: auto !important;
		height: auto !important;
	}
	.alignleft img,
	.alignright img,
	.aligncenter img,
	img.alignleft,
	img.alignright,
	img.aligncenter {
		display: block;
		margin: 0 auto 10px;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	table.table_border th {
		display: block;
		padding: 8px;
		font-size: var(--f14);
		width: auto;
		position: relative;
	}
	table.table_border th br {
		display: none;
	}
	table.table_border td {
		display: block;
		padding: 8px 8px 8px 15px;
		font-size: var(--f14);
		border-top: 1px solid #82A4C7 !important;
		border-left: none;
	}
	table.table_noborder th {
		padding: 0 0 12px;
	}
	table.table_noborder td {
		padding: 0 0 12px;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: inline-block;
	}
	a.tel {
		pointer-events: inherit;
		color: var(--c01) !important;
		text-decoration: underline;
	}
}
@media screen and (min-width: 768px) {
	a:hover,
	input[type=button]:hover,
	input[type=submit]:hover,
	button[type=submit]:hover {
		opacity: 0.8;
	}
	a,
	input[type=button],
	input[type=submit],
	button[type=submit] {
		transition: all 0.2s ease;
	}
}


/* ------------------------
	header
------------------------ */
#header {
	width: 100%;
	height: 80px;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #efefef;
}
#header * {
	transition: all 0.2s ease;
}
#header_frame {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
	height: 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	width: 358px;
}
#header h1 a {
	display: block;
}
#header_donate a {
	display: block;
	background: var(--c01);
	font-size: var(--f20);
	color: #fff;
	line-height: 60px;
	width: 300px;
	border-radius: 100px;
	white-space: nowrap;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#header {
		height: 60px;
	}
	#header_frame {
		height: 60px;
	}
	#header h1 {
		width: 240px;
	}
	#header_donate a {
		font-size: var(--f12);
		line-height: 50px;
		width: 80px;
	}
}

/* ------------------------
	content
------------------------ */
#main {
	clear: both;
	display: block;
	width: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.contents {
	padding: 100px 0 100px;
	position: relative;
}
.contents_box {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.top120 {
	padding-top: 120px !important;
}
.top100 {
	padding-top: 100px !important;
}
.top80 {
	padding-top: 80px !important;
}
.top60 {
	padding-top: 60px !important;
}
.top40 {
	padding-top: 40px !important;
}
.top0 {
	padding-top: 0 !important;
}
.bottom120 {
	padding-bottom: 120px !important;
}
.bottom100 {
	padding-bottom: 100px !important;
}
.bottom80 {
	padding-bottom: 80px !important;
}
.bottom60 {
	padding-bottom: 60px !important;
}
.bottom40 {
	padding-bottom: 40px !important;
}
.bottom0 {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	#main {
	}
	.contents {
		padding: 50px 0 50px;
	}
	.contents_box {
		padding: 0 15px;
	}
	.top120 {
		padding-top: 60px !important;
	}
	.top100 {
		padding-top: 50px !important;
	}
	.top80 {
		padding-top: 45px !important;
	}
	.top60 {
		padding-top: 40px !important;
	}
	.top40 {
		padding-top: 35px !important;
	}
	.bottom120 {
		padding-bottom: 60px !important;
	}
	.bottom100 {
		padding-bottom: 50px !important;
	}
	.bottom80 {
		padding-bottom: 45px !important;
	}
	.bottom60 {
		padding-bottom: 40px !important;
	}
	.bottom40 {
		padding-bottom: 35px !important;
	}
}

/* ------------------------
	footer
------------------------ */
#footer {
	position: relative;
}
#footer * {
	transition: all 0.2s ease;
}
#footer_frame {
	max-width: 1230px;
	padding: 0 15px 50px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer_left p {
	margin: 15px 0 0;
}
#footer_right ul li:nth-child(1) {
	margin: 0 0 15px;
}
#footer_right ul li a {
	display: block;
	background: #fff;
	color: var(--c01);
	border: 1px solid var(--c01);
	line-height: 60px;
	width: 300px;
	border-radius: 100px;
	white-space: nowrap;
	text-align: center;
}
#footer small {
	display: block;
	width: 100%;
	background: #fff;
	padding: 12px 10px;
	text-align: center;
	font-size: var(--f12);
	color: #000;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}
#footer_pagetop {
	position: fixed;
	bottom: 90px;
	right: 15px;
	z-index: 99;
	display: none;
}
#footer_pagetop a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: var(--c01);
}
#footer_pagetop a img {
	width: 12px;
}
#footer_link {
	display: none;
}
#footer_pc {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
}
#footer_pc a {
	display: inline-block;
	background: var(--c03);
	color: #000;
	padding: 10px 10px 10px 30px;
	border-radius: 10px 0 0 0;
	text-align: center;
	line-height: 1.3;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: relative;
}
#footer_pc a::before {
	display: block;
	content: "";
	width: 10px;
	height: 14px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: var(--c04);
	position: absolute;
	top: calc(50% - 7px);
	left: 10px;
}
#footer_pc a dl dt {
	font-size: var(--f18);
	font-weight: 700;
	margin: 0 0 3px;
}
#footer_pc a dl dd:nth-of-type(1) {
	font-size: var(--f18);
}
#footer_pc a dl dd:nth-of-type(2) {
	font-size: var(--f12);
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 0 0 100px;
	}
	#footer_frame {
		padding: 0 15px 25px;
		display: block;
	}
	#footer_left {
		text-align: center;
	}
	#footer_left h1 {
		width: 340px;
		margin: 0 auto;
	}
	#footer_left p {
		margin: 15px 0 0;
		font-size: var(--f12);
	}
	#footer_right ul {
		width: 340px;
		margin: 15px auto 0;
		display: flex;
		justify-content: space-between;
	}
	#footer_right ul li {
		display: block;
		margin: 0 !important;
		width: 48%;
	}
	#footer_right ul li a {
		display: block;
		line-height: 50px;
		width: 100%;
		font-size: var(--f12);
	}
	#footer_pagetop {
		bottom: 110px;
	}
	#footer_pc {
		display: none;
	}
	#footer_link {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	#footer_link p {
		margin: 0;
	}
	#footer_link p a {
		display: block;
		line-height: 50px;
		text-align: center;
		background: var(--c01);
		color: #fff;
		position: relative;
	}
	#footer_link p a:before {
		display: block;
		content: "";
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		width: 8px;
		height: 12px;
		background: #fff;
		position: absolute;
		top: 38%;
		right: 5px;
	}
	#footer_link ul {
		display: flex;
		justify-content: space-between;
	}
	#footer_link ul li {
		width: 50%;
		text-align: center;
	}
	#footer_link ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #000;
		background: var(--c03);
		font-size: var(--f12);
		line-height: 1.3;
		position: relative;
	}
	#footer_link ul li:nth-child(2) a {
		background: var(--c04);
	}
	#footer_link ul li:nth-child(3) a {
		background: #F56115;
	}
	#footer_link ul li a:before {
		display: block;
		content: "";
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		width: 8px;
		height: 12px;
		background: #fff;
		position: absolute;
		top: 38%;
		right: 5px;
	}
}

/* ------------------------
	pages
------------------------ */
.title01 {
	font-size: var(--f25);
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: var(--c01);
	padding: 20px 10px;
	border-radius: 100px;
	margin: 0 0 50px;
	position: relative;
}
.title02 {
	font-size: var(--f26);
	line-height: 1.3;
	font-weight: 700;
	color: var(--c01);
	text-align: center;
	margin: 80px 0 30px;
	padding: 0 0 15px;
	border-bottom: 2px solid var(--c01);
}
.title01 + .title02 {
	margin: 50px 0 30px;
}
.more_button {
	margin: 50px 0 0;
}
.more,
a.more {
	display: inline-block;
	background: #fff;
	padding: 12px 15px;
	color: var(--c01);
	border: 1px solid var(--c01);
	font-size: var(--f20);
	font-weight: 700;
	min-width: 280px;
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.more::before,
a.more::before {
	display: block;
	content: "";
	width: 8px;
	height: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: var(--c01);
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
}
@media screen and (max-width: 767px) {
	.title01 {
		font-size: var(--f20);
		padding: 15px 10px;
		margin: 0 0 40px;
	}
	.title02 {
		font-size: var(--f20);
		margin: 60px 0 25px;
		padding: 0 0 12px;
	}
	.title01 + .title02 {
		margin: 40px 0 25px;
	}
	.more_button {
		margin: 30px 0 0;
	}
	.more,
	a.more {
		padding: 8px 15px;
		font-size: var(--f18);
	}
}

/* ------------------------
	index
------------------------ */
.main {
	width: 100%;
	height: 800px;
	background: url("../images/main_back.jpg") no-repeat center center / cover;
	text-align: center;
	position: relative;
}
.main_box {
	padding: 80px 15px 0;
}
.main_box p {
	margin: 0;
}
.salon {
	background: var(--c03);
}
.salon_box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.salon_box dl dt {
	font-size: var(--f25);
	font-weight: 700;
}
.salon_box dl dd ul li:nth-child(1) {
	margin: 0 0 30px;
}
.salon_box dl dd ul li a.more {
	color: #000;
	border: none;
	padding: 20px 10px;
}
.salon_box dl dd ul li a.more::before {
	background: #000;
}
.results_progress_box {
	margin: 50px 0 0;
}
.results_progress_box h3 {
	font-size: var(--f25);
	font-weight: 700;
	color: var(--c04);
	text-align: center;
	margin: 0 0 15px;
}
.results_progress_bar {
	height: 70px;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.results_progress_bar_box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	font-size: min(20px, 2.0vw);
	line-height: 1.3;
	font-weight: 700;
	position: relative;
}
.results_progress_bar_box span {
	white-space: nowrap;
}
.results_progress_bar_now {
	background: var(--c04);
	border-radius: 100px 0 0 100px;
	color: #fff;
}
.results_progress_bar_misc {
	background: var(--c03);
	color: #666;
	z-index: 2;
}
.results_progress_bar_goal {
	background: #ddd;
	border-radius: 0 100px 100px 0;
	color: #666;
}
.results_progress_date {
	text-align: right;
	color: #666;
	margin: 15px 0 0;
}
.request {
	background: var(--c03);
}
.request_box {
	display: flex;
	justify-content: space-between;
}
.request_box dl {
	width: 32%;
	background: #fffbea;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
}
.request_box dl dt strong {
	display: block;
	font-size: var(--f25);
	font-weight: 700;
	margin: 0 0 10px;
}
.request_box dl dd:nth-of-type(1) {
	margin: 3px 0;
	color: var(--c01);
	font-weight: 700;
}
.request_box dl dd:nth-of-type(1) ul li {
	padding: 0 0 0 30px;
	background: url("../images/icon_check.svg") no-repeat left 4px;
	margin: 8px 0;
	text-align: left;
}
.request_box dl dd:nth-of-type(2) {
	width: 100%;
}
.request_box dl dd:nth-of-type(2) div {
	width: max-content;
	padding: 0 15px;
	margin: 0 auto 10px;
	position: relative;
	color: #FFA202;
	font-weight: 700;
}
.request_box dl dd:nth-of-type(2) div::before,
.request_box dl dd:nth-of-type(2) div::after {
	display: block;
	content: "";
	width: 2px;
	height: 50px;
	background: #FFA202;
	position: absolute;
	top: 0;
	left: -10px;
	transform: rotate(-15deg);
}
.request_box dl dd:nth-of-type(2) div::after {
	left: auto;
	right: -10px;
	transform: rotate(15deg);
}
.request_box dl dd:nth-of-type(2) a {
	display: block;
	background: linear-gradient(to bottom, #ffec8b 0%,#ffd506 100%);
	border: 1px solid #F5AA13;
	color: #000;
	font-size: var(--f20);
	text-align: center;
	padding: 25px 5px;
	border-radius: 10px;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
}
.request_box dl dd:nth-of-type(2) a:before {
	display: block;
	content: "";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 20px;
	height: 30px;
	background: #F5AA13;
	position: absolute;
	top: calc(50% - 15px);
	left: 15px;
}
.information {
	padding-bottom: 0;
}
.information_box ul {
	display: flex;
	justify-content: space-between;
}
.information_box ul li {
	width: 31%;
}
.information_box ul li a {
	display: block;
	color: #000;
	line-height: 1.5;
}
.information_box ul li a img {
	width: 100%;
	height: 255px;
	object-fit: cover;
}
.information_box ul li a span:nth-of-type(1) {
	display: block;
	margin: 5px 0 2px;
}
.thanks {
	background: var(--c02);
}
.thanks h2 {
	font-size: var(--f35);
	font-weight: 700;
	color: var(--c01);
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px;
}
.thanks h2 img {
	display: block;
	width: 100px;
	margin: 0 auto 5px;
}
.thanks_box:nth-of-type(2) {
	margin: 100px 0 0;
}
.thanks_box .title01 {
	border-radius: 10px 10px 0 0;
	margin: 0;
	padding: 10px 10px;
}
.thanks_wrap {
	background: #fff;
	padding: 1px 45px 45px;
}
.thanks_wrap h4 {
	font-size: var(--f25);
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: var(--c04);
	padding: 10px 10px;
	border-radius: 100px;
	margin: 50px 0 20px;
	position: relative;
}
.thanks_wrap h4.thanks_gold {
	background: #DBC97D;
}
.thanks_wrap h4.thanks_silver {
	background: #A1B7C3;
}
.thanks_wrap h4.thanks_bronze {
	background: #BCA172;
}
.thanks_list01 {
	display: flex;
	justify-content: center;
}
.thanks_list01 p {
	width: 20%;
}
.thanks_list02 p {
	text-align: center;
	margin: 0;
}
.detail_catch {
	font-size: var(--f20);
	text-align: center;
}
.detail_catch img {
	display: block;
	margin: 10px auto 0;
}
.contact {
	padding-top: 0;
	padding-bottom: 0;
}
.contact_box dl dt {
	font-weight: 700;
	margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
	.information_box ul li a img {
		height: 21vw;
	}
	.thanks_list02 p br {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.request_box {
		display: block;
	}
	.request_box dl {
		width: min(100%, 500px);
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 767px) {
	.main {
		height: 400px;
	}
	.main_box {
		padding: 60px 15px 0;
	}
	.main_box p {
		max-width: 370px;
		margin: 0 auto;
	}
	.salon_box dl {
		display: block;
	}
	.salon_box dl dt {
		font-size: var(--f20);
		margin: 0 0 30px;
	}
	.salon_box dl dd ul li {
		margin: 15px 0 0 !important;
		text-align: center;
	}
	.salon_box dl dd ul li a.more {
		padding: 10px 10px;
	}
	.results_progress_box {
		margin: 30px 0 0;
	}
	.results_progress_box h3 {
		font-size: var(--f20);
		margin: 0 0 15px;
	}
	.results_progress_bar {
		height: 50px;
	}
	.results_progress_bar_box {
		font-size: var(--f12);
	}
	.information_box ul {
		display: block;
	}
	.information_box ul li {
		width: 340px;
		margin: 30px auto 0;
	}
	.information_box ul li a {
		display: block;
		color: #000;
		line-height: 1.5;
	}
	.information_box ul li a img {
		height: 233px;
	}
	.thanks {
		background: var(--c02);
	}
	.thanks h2 {
		font-size: var(--f24);
	}
	.thanks_box:nth-of-type(2) {
		margin: 50px 0 0;
	}
	.thanks_wrap {
		background: #fff;
		padding: 1px 20px 20px;
	}
	.thanks_wrap h4 {
		font-size: var(--f20);
		margin: 30px 0 15px;
	}
	.thanks_list01 {
		flex-wrap: wrap;
	}
	.thanks_list01 p {
		width: 48%;
	}
	.thanks_list02 p {
		text-align: left;
	}
	.detail_catch {
		font-size: var(--f18);
	}
}

/* ------------------------
	donate
------------------------ */
.donate_wrap01 > ul.tab_nav {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.donate_wrap01 > ul.tab_nav li {
	width: 32%;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	font-size: var(--f25);
	line-height: 1.3;
	box-sizing: border-box;
	background: var(--c03);
	padding: 20px 5px;
	border-radius: 10px 10px 0 0;
	transition: all 0.2s ease;
	border-bottom: 4px solid #fff;
}
.donate_wrap01 > ul.tab_nav li.show {
	border-bottom: none;
}
.donate_wrap01 > ul.tab_nav li:nth-child(2) {
	background: var(--c04);
}
.donate_wrap01 > ul.tab_nav li:nth-child(3) {
	background: #F56115;
}
.donate_wrap01 > ul.tab_nav li br {
	display: none;
}
.tab_contents {
	display: none;
}
.donate .contents_box {
	max-width: 1200px;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
.donate_box {
	background: var(--c03);
	padding: 100px 0;
}
.donate_box02 {
	background: var(--c04);
}
.donate_box03 {
	background: #F56115;
}
p.donate_catch:nth-of-type(1) {
	display: inline-block;
	padding: 5px 10px;
	font-size: var(--f22);
	line-height: 1.5;
	border: 1px solid #000;
}
p.donate_catch:nth-of-type(2) {
	display: block;
	font-size: var(--f26);
}
p.donate_catch:nth-of-type(4) {
	background: var(--c03);
	font-size: var(--f26);
	padding: 5px 10px;
	margin: 30px 0 0;
}
.donate_box02 p.donate_catch:nth-of-type(4) {
	background: var(--c04);
}
.donate_box03 p.donate_catch:nth-of-type(4) {
	background: #F56115;
}
.donate_box ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}
.donate_box ul li {
	width: 40%;
	margin: 30px 0 0;
}
.donate_box03.donate_box ul li {
	width: max(30%, 300px);
}
.donate_box ul li a {
	display: block;
	background: linear-gradient(to bottom, #ffec8b 0%,#ffd506 100%);
	border: 1px solid #F5AA13;
	color: #000;
	text-align: center;
	padding: 30px 5px;
	border-radius: 10px;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
}
.donate_box ul li a:before {
	display: block;
	content: "";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 20px;
	height: 30px;
	background: #F5AA13;
	position: absolute;
	top: calc(50% - 15px);
	left: 15px;
}
.donate_box ul li a strong {
	font-size: var(--f38);
}
.donate_box ul li a span {
	font-size: var(--f24);
}
.donate_box ul li a small {
	display: block;
}
.donate_box_notice {
	padding: 30px 0 0;
}
.donate_box_notice p {
	margin: 0 0 10px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.donate_wrap01 > ul.tab_nav li {
		font-size: min(25px, 2.2vw);
	}
}
@media screen and (max-width: 767px) {
	.donate_wrap01 > ul.tab_nav li {
		font-size: max(12px, 2.2vw);
		padding: 15px 5px;
	}
	.donate_wrap01 > ul.tab_nav li br {
		display: block;
	}
	.donate .contents_box {
		padding: 30px 15px;
	}
	.donate_box {
		padding: 30px 15px;
	}
	p.donate_catch:nth-of-type(1) {
		font-size: var(--f14);
	}
	p.donate_catch:nth-of-type(2) {
		font-size: var(--f20);
		line-height: 1.5;
	}
	p.donate_catch:nth-of-type(4) {
		font-size: var(--f20);
		margin: 0 0 20px;
	}
	.donate_box ul {
		display: block;
	}
	.donate_box ul li {
		width: min(100%, 315px) !important;
		margin: 15px auto 0;
	}
	.donate_box ul li a {
		padding: 15px 5px;
	}
	.donate_box ul li a:before {
		width: 10px;
		height: 20px;
		top: calc(50% - 10px);
	}
	.donate_box_notice {
		text-align: left;
	}
	.donate_box_notice p {
		text-align: left;
	}
}



