@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#support .txt {
	font-size: 110%;
}
#support .subsidy .box_flex {
	margin: 50px 0;
}
#support .subsidy dl {
	width: 535px;
}
#support .subsidy dl dt {
	text-align: center;
	color: #fff;
	background: var(--color-primary);
	font-size: 35px;
	font-weight: 900;
	padding: 15px 0 17px;
}
#support .subsidy dl:last-of-type dt {
	background: #4cc3e1;
}
#support .subsidy dl dd {
	background: #f2f2f2;
	text-align: center;
	font-weight: 500;
	font-size: 25px;
	padding: 18px 0;
}
#support .subsidy dl dd b {
	font-size: 28px;
}
#support .intro::before {
	background : linear-gradient(rgba(0,0,0,0.05)), url("../img/bg-kado.png") no-repeat right top;
}
#support .intro .box:not(:last-of-type) {
	margin-bottom: 100px;
}
#support .intro .box h3 {
	text-align: center;
	font-weight: 900;
	font-size: 60px;
	margin-bottom: 70px;
}
#support .intro .box h3 span {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: var(--color-primary);
	font-size: 35px;
	padding: 0 22px 4px;
	margin-bottom: 10px;
}
#support .intro .box:nth-of-type(2) h3 span {
	background: #4cc3e1;
}
#support .intro .box .bg_white {
	background: #fff;
	padding: 50px;
}
#support .intro .box .bg_white h4 {
	text-align: center;
	margin-bottom: 40px;
}
/*
#support .intro .box .bg_white h4 .line {
	font-size: 40px;
	font-weight: 900;
	position: relative;
	z-index: 1;
}
#support .intro .box .bg_white h4 .line::after {
	content: "";
	position: absolute;
	z-index: -1;
	display: inline-block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: calc(100% + 50px);
	background: rgba(123, 219, 153, 0.8);
	height: 14px;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}
*/
#support .intro .box .bg_white h4 .line {
	font-size: 40px;
	font-weight: 900;
	position: relative;
	z-index: 1;
	display: inline-block; /* ←これ追加すると安定 */
}

#support .intro .box .bg_white h4 .line::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 10px);
	background: rgba(123, 219, 153, 0.8);
	height: 14px;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}
#support .intro .box .bg_white h5 {
	text-align: center;
	color: var(--color-primary);
	font-size: 28px;
	margin-bottom: 50px;
}
#support .intro .box .bg_white .info {
	width: 630px;
}
#support .intro .box .bg_white .info table {
	width: 100%;
	margin-bottom: 30px;
}
#support .intro .box .bg_white .info table tr {
	border-bottom: 1px solid #ccc;
}
#support .intro .box .bg_white .info table tr th, #support .intro .box .bg_white .info table tr td {
	padding: 24px 0;
	font-size: 110%;
}
#support .intro .box .bg_white .info table tr:first-of-type th, #support .intro .box .bg_white .info table tr:first-of-type td {
	padding-top: 0;
}
#support .intro .box .bg_white .info table tr th {
	color: var(--color-primary);
	padding-right: 20px;
}
#support .intro .box .bg_white .info table tr td a {
	color: #3cb472;
	text-decoration: underline;
}
#support .intro .box .bg_white .map {
	width: 330px;
}
#support .intro .box .bg_white .map iframe {
	width: 100%;
	height: 100%;
}
#support .example .flex {
	margin-bottom: 90px;
}
#support .example .box {
	width: 525px;
}
#support .example .box h4 {
	background: #f2f2f2 url("../img/bg-kado02.png") no-repeat left top;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	padding: 26px 0 28px;
}
#support .example .box table {
	width: 100%;
}
#support .example .box table tr {
	border-bottom: 1px solid #ccc;
}
#support .example .box table tr th, #support .example .box table tr td {
	padding: 24px 0;
	font-size: 110%;
}
#support .example .box table tr th {
	color: var(--color-primary);
	padding-right: 20px;
	vertical-align: top;
}
#contact_subsidy::before {
	background: linear-gradient(rgba(161, 217, 212, 0.2)), url(../img/bg-kado.png) no-repeat right top;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#support .txt {
		font-size: 105%;
	}
	#support .subsidy dl {
		width: 49%;
	}
	#support .subsidy dl dt {
		font-size: 25px;
	}
	#support .subsidy dl dd {
		font-size: 20px;
		line-height: 1.3;
	}
	#support .subsidy dl dd b {
		font-size: 24px;
	}
	#support .intro .box:not(:last-of-type) {
		margin-bottom: 50px;
	}
	#support .intro .box h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#support .intro .box h3 span {
		font-size: 25px;
	}
	#support .intro .box .bg_white {
		padding: 20px;
	}
	#support .intro .box .bg_white h4 {
		margin-bottom: 20px;
	}
	#support .intro .box .bg_white h4 .line {
		font-size: 30px;
	}
	#support .intro .box .bg_white h5 {
		margin-bottom: 25px;
		font-size: 23px;
	}
	#support .intro .box .bg_white .info {
		width: 60%;
	}
	#support .intro .box .bg_white .info table tr th, #support .intro .box .bg_white .info table tr td {
		padding: 15px 0;
		font-size: 105%;
	}
	#support .intro .box .bg_white .info table tr th {
		white-space: nowrap;
		vertical-align: top;
		padding-right: 15px;
	}
	#support .intro .box .bg_white .map {
		width: 38%;
	}
	#support .example .flex {
		margin-bottom: 50px;
	}
	#support .example .box {
		width: 48%;
	}
	#support .example .box h4 {
		font-size: 24px;
		padding: 16px 0 18px;
	}
	#support .example .box table tr th, #support .example .box table tr td {
		padding: 15px 0;
		font-size: 105%;
	}
	#support .example .box table tr th {
		white-space: nowrap;
		vertical-align: top;
		padding-right: 15px;
	}
	#support .example .box table tr th {
		
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#support .subsidy .box_flex {
		margin: 30px 0;
	}
	#support .subsidy dl {
		width: 100%;
		margin-bottom: 20px;
	}
	#support .subsidy dl:last-of-type {
		margin-bottom: 0;
	}
	#support .subsidy dl dt {
		padding: 10px 0 12px;
		font-size: 22px;
	}
	#support .subsidy dl dd {
		font-size: 18px;
	}
	#support .subsidy dl dd b {
		font-size: 22px;
	}
	#support .intro .box h3 {
		font-size: 25px;
	}
	#support .intro .box h3 span {
		font-size: 22px;
	}
	#support .intro .box .bg_white {
		padding: 15px;
	}
	#support .intro .box .bg_white h4 .line {
		font-size: 26px;
	}
	#support .intro .box .bg_white h4 .line::after {
		width: calc(100% + 20px);
	}
	#support .intro .box .bg_white h5 {
		font-size: 20px;
	}
	#support .intro .box .bg_white .info {
		width: 100%;
	}
	#support .intro .box .bg_white .map {
		width: 100%;
		margin-top: 15px;
	}
	#support .example .flex {
		margin-bottom: 0;
	}
	#support .example .box {
		width: 100%;
		margin-bottom: 30px;
	}
	#support .example .box h4 {
		font-size: 20px;
		padding: 12px 0 14px;
	}
	#support .example .txt {
		text-align: left;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#support .intro .box h3 {
		font-size: 20px;
	}
	#support .intro .box .bg_white h4 .line {
		font-size: 21px;
	}
	#contact_subsidy h3.sub {
		font-size: 23px;
	}
	#contact_subsidy h3.sub .line.short::after {
		width: calc(100% + 43px);
	}
}