@charset "utf-8";


/*** Support Styles ***/


/* Common
------------------------------------------------------------- */

.support_cont_wrapper {
	position: relative;
}



/* Floating Button
------------------------------------------------------------- */

.float_button_box {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 40px;
	padding: 0 17px;
	position: sticky;
	left: 0;
	bottom: 0;
	margin: auto 0 0 0;
	z-index: 100;
}

.float_button_box.mode_pc {
	display: none;
}

.float_button_box > div {
	width: 50%;
	max-width: 200px;
	margin-top: 0;
	transition: 0.3s margin;
}

.float_button_box > div:hover {
	margin-top: -10px;
}

.float_button_box > div:hover p a {
	padding-bottom: 10px;
}

.float_button_box > div > p {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 2px;
}

.float_button_box > div > p > a {
	display: block;
	position: relative;
	line-height: 40px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	border-radius: 6px 6px 0 0;
	background-color: #666;
	text-decoration: none;
	border: 1px solid #fff;
	border-bottom: 0;
	transition: 0.3s background-color, 0.3s padding;
}

.float_button_box > div > p > a span {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.float_button_box > div > p > a br {
	display: none;
}

.float_button_box > div.btn_process > p > a {
	background-color: #f26363;
}

.float_button_box > div.btn_eligible > p > a {
	background-color: #f88927;
}

.float_button_box > div.btn_support > p > a {
	background-color: #6ba8da;
}

.float_button_box > div:hover.btn_process > p > a {
	background-color: #eb3737;
}

.float_button_box > div:hover.btn_eligible > p > a {
	background-color: #f67301;
}

.float_button_box > div:hover.btn_support > p > a {
	background-color: #4994d1;
}




/* Support Anchor Link
------------------------------------------------------------- */

.support_menu_box {
	margin: 0 0 60px 0;
	padding: 30px 30px 10px 30px;
	background-color: #d5d5d5;
	background: linear-gradient(0deg,#eee 0%, #d5d5d5 100%);
}

.support_menu_box ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.support_menu_box ul li {
	margin: 0 0 20px 0;
	padding: 0;
	height: 36px;
	width: calc(50% - 15px);
}

.support_menu_box ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	line-height: 36px;
	white-space: nowrap;
	text-align: center;
	font-size: 1.5rem;
	color: #151515;
	background-color: #fff;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
	transition: 0.3s background-color;
}

.support_menu_box ul li a:hover,
.support_menu_box ul li a:active {
	background-color: #f2f2f2;
	transform: translate(1px, 1px);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}




/* Article
------------------------------------------------------------- */

.article_title + .support_scale,
.column_title + .support_scale {
	text-align: right;
	margin: -10px 0 20px 0;
	padding: 0 10px 10px 10px;
	font-size: 1.4rem;
	white-space: nowrap;
	line-height: 1;
	border-bottom: 1px dashed #d5d5d5;
	color: #ef0b8b;
}

.article_title + .support_scale::before,
.column_title + .support_scale::before {
	display: inline-block;
	content: "\f06a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.2em;
}

.support_cont_box {
	margin-bottom: 40px;
	padding: 0;
	display: flex;
	flex-direction: column;

}

.support_cont_box::after {
	content:"";
	display:block;
	clear:both;
	float: none;
}

.support_cont_box > p {
	margin-bottom: 10px;
}

/* Grant Contents */

.support_cont_box .grant_box {
	background-color: #e2eff9;
	padding: 20px;
	max-width: 540px;
	margin: 0 auto;
}

.support_cont_box .grant_box p.grant_cont {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 10px;
}

.support_cont_box .grant_box p.grant_cont span {
	display: inline-block;
}

.support_cont_box .grant_box p.grant_cont span:first-child {
	margin: 0 auto 0 0;
}

.support_cont_box .grant_box p.grant_cont span:last-child {
	margin: 0 0 0 auto;
	white-space: nowrap;
}

.grant_indent {
	padding-left: 5em;
	text-indent: -5em;
}



/* Article Images */

.support_cont_box > .img_right {
	order: 10;
}


/* Article Notes */

.support_cont_box > .note, .support_cont_box > .note2 {
	order: 20;
}

.support_cont_box > .note > h4,
.support_cont_box > .note2 > h4 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.support_cont_box > .note > h4 + p,
.support_cont_box > .note2 > h4 + p {
	padding-left: 20px;
}


/* Table */

.support_cont_box .bus_grant_table td.bus_scale {
	white-space: nowrap;
}

.support_cont_box .bus_grant_table td.bus_grant {
	white-space: nowrap;
	text-align: center;
}

.support_cont_box .bus_grant_table td.bus_note {
	min-width: 15em;
	vertical-align: top;
}

.process_table td {
	width: 50%;
	vertical-align: top;
	min-width: 20em;
}



/* Eligible
------------------------------------------------------------- */

.eligible_note {
	margin-bottom: 80px;
	padding: 0 0 0 20px;
}

.eligible_note > h5 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.eligible_note > h5 + p {
	padding-left: 20px;
}

.eligible_note ul.indent {
	margin-top: 10px;
}

.eligible_note ul.indent li {
	text-indent: -1.3em;
	margin-left: 2.2em;
}



/* Process
------------------------------------------------------------- */








/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {



}





/* for MiddleSize(540-787)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {

	.support_cont_box {
		display: block;
		flex-direction: row;
	}

	/* Article Images */

	.support_cont_box > .img_right {
		order: 0;
	}

	.support_cont_box > .img_center.img_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.support_cont_box > .img_center.img_flex > div {
		width: calc(50% - 15px);
		margin-right: 30px;
	}

	.support_cont_box > .img_center.img_flex > div:nth-child(2n) {
		margin-right: 0;
	}

	/* Article Notes */

	.support_cont_box > .note, .support_cont_box > .note2 {
		order: 0;
	}

}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Common
	------------------------------------------------------------- */

	.support_cont_wrapper {
		padding-right: 80px;
	}


	/* Floating Button
	------------------------------------------------------------- */

	.float_button_box {
		display: block;
		width: 80px;
		height: 220px;
		padding: 20px 0 0 0;
		position: sticky;
		margin: 0 -60px 0 auto;
		bottom: auto;
		top: 60px;
	}

	.float_button_box + .contents_inner_box,
	.float_button_box + hr + .contents_inner_box {
		margin-top: -220px;
	}

	.float_button_box.mode_pc {
		display: block;
	}

	.float_button_box.mode_sp {
		display: none;
	}

	.float_button_box > div {
		width: 80px;
		height: 80px;
		max-width: none;
		margin-bottom: 20px;
		transform-origin: center center;
		transition: 0.3s transform;
		border-radius: 50%;
	}

	.float_button_box > div:hover {
		margin-top: 0;
		transform: scale(1.15, 1.15);
	}

	.float_button_box > div > p {
		padding: 0;
	}

	.float_button_box > div > p > a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		line-height: 1.2;
		font-size: 1.4rem;
		border: 2px solid rgba(255,255,255,0.7);
		border-radius: 50%;
		box-shadow: 1px 2px 2px rgba(0,0,0,0.15), inset 2px 2px 3px rgba(255,255,255,0.5), inset -2px -2px 3px rgba(0,0,0,0.2);
		transition: 0.3s background-color, 0.3s transform, 0.3s box-shadow;
	}

	.float_button_box > div:hover p a {
		padding-bottom: 0;
		box-shadow: 1px 4px 4px rgba(0,0,0,0.15), inset 2px 2px 3px rgba(255,255,255,0.5), inset -2px -2px 3px rgba(0,0,0,0.2);
	}

	.float_button_box > div > p > a > span {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.float_button_box > div.btn_process > p > a > span {
		padding-top: 0.5em;
	}

	.float_button_box > div > p > a br {
		display: inline;
	}


	/* Support Anchor Link
	------------------------------------------------------------- */

	.support_menu_box {
		padding: 30px 40px 10px 40px;
	}

	.support_menu_box ul {
		flex-wrap: nowrap;
	}

	.support_menu_box ul li {
		width: calc(25% - 20px);
	}


	/* Article
	------------------------------------------------------------- */

	/* Grant Contents */

	.support_cont_box .grant_box {
		padding: 30px;
		max-width: 640px;
	}

	.support_cont_box .grant_box p.grant_cont {
		font-size: 2.2rem;
	}



}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {

	/* Common
	------------------------------------------------------------- */

	.support_cont_wrapper {
		padding-right: 100px;
		max-width: 1280px;
		margin: 0 auto;
	}


	/* Floating Button
	------------------------------------------------------------- */

	.float_button_box {
		margin-right: -60px;
		top: 140px
	}




	/* Support Anchor Link
	------------------------------------------------------------- */

	.support_menu_box ul {
		justify-content: center;
	}

	.support_menu_box ul li {
		width: 200px;
		margin: 0 40px 20px 0;
	}

	.support_menu_box ul li:last-child {
		margin-right: 0;
	}


	/* Article
	------------------------------------------------------------- */

	.support_cont_box {
		margin-bottom: 60px;
		padding: 0 0 0 20px;
	}



	/* Article Images */

	.support_cont_box > .img_center.img_flex {
		flex-wrap: nowrap;
	}

	.support_cont_box > .img_center.img_flex > div {
		width: calc(25% - 22.5px);
		margin-right: 30px;
	}

	.support_cont_box > .img_center.img_flex > div:nth-child(2n) {
		margin-right: 30px;
	}

	.support_cont_box > .img_center.img_flex > div:nth-child(4n) {
		margin-right: 0;
	}

}





/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1080px) {


}





/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1280px) {

	/* Common
	------------------------------------------------------------- */

	.support_cont_wrapper {
		padding-right: 120px;
	}


	/* Floating Button
	------------------------------------------------------------- */

	.float_button_box {
		width: 100px;
		height: 260px;
		margin-right: -80px;
	}

	.float_button_box + .contents_inner_box,
	.float_button_box + hr + .contents_inner_box {
		margin-top: -260px;
	}

	.float_button_box > div {
		width: 100px;
		height: 100px;
	}

	.float_button_box > div > p > a {
		line-height: 1.3;
		font-size: 1.6rem;
	}


}






/*** Print Styles ***/

@media print{

	/* Common
	------------------------------------------------------------- */

	.support_cont_wrapper {
		padding-right: 0;
	}


	/* Floating Button
	------------------------------------------------------------- */

	.float_button_box {
		display: none !important;
	}

	.float_button_box + .contents_inner_box,
	.float_button_box + hr + .contents_inner_box {
		margin-top: 0;
	}

	/* Support Anchor Link
	------------------------------------------------------------- */

	.support_menu_box {
		display: none;
	}




}
