@charset "utf-8";
/*------------------------------------------------------------
	application
------------------------------------------------------------*/
body {
	background-color: #AE0000;
}
@media all and (min-width: 897px) {
	#main {
		justify-content: space-between;
	}
	#main .lInnerBox {
		padding: 26rem 0 10rem 5.8rem;
		width: 24rem;
		background-color: #005BAC;
	}
	#main .lInnerBox .achorUl {
		position: sticky;
		top: 15rem;
		left: 0;
		z-index: 1;
	}
	#main .lInnerBox .achorUl li,
	#main .lInnerBox .achorUl a {
		color: #fff;
		font-size: 1.8rem;
		font-weight: 900;
	}
	#main .lInnerBox .achorUl .title {
		margin-bottom: 1.5rem;
	}
	#main .lInnerBox .achorUl a {
		padding-left: 2rem;
		background: url(../img/common/icon04.png) no-repeat left top 0.6rem / 1.3rem;
	}
	#main .lInnerBox .achorUl a:hover {
		opacity: 0.7;
	}
	#main .lInnerBox .achorUl > li {
		margin-bottom: 5.7rem;
	}
	#main .lInnerBox .achorUl .linkUl li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
}
#main .rInnerBox {
	margin-left: auto;
	width: calc(100% - 30rem);
}
#main .application {
	padding: 20.4rem 0 21.5rem;
	background-color: #fff;
}
#main .application .content {
	max-width: 92rem;
	padding: 0 9rem 0 0;
}
#main .application .headLine01 {
	margin-bottom: 8.7rem;
}
#main .application .headLine01 .en {
	font-size: 9.4rem;
	color: #D6000F;
	line-height: 1.11;
}
#main .application .headLine01 .jp {
	margin: 1rem -0.7rem 0 0;
	font-size: 2rem;
}
#main .application .tag {
	margin-bottom: 6.4rem;
	padding: 1rem 5.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 7.2rem;
	width: fit-content;
	text-align: center;
	color: #D6000F;
	font-size: 1.8rem;
	letter-spacing: 0.072rem;
	border-radius: 4rem;
	border: 1px solid #D6000F;
}
#main .application .h_title {
	margin-bottom: 4.8rem;
	color: #D6000F;
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: 0.128rem;
}
#main .application .textUl {
	margin-bottom: 20.5rem;
}
#main .application .textUl li {
	padding: 5rem 0;
	border-top: 1px solid #4D4D4D;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .application .textUl li:last-child {
	border-bottom: 1px solid #4D4D4D;
}
#main .application .textUl .lText {
	margin-top: 0.2rem;
	width: 23rem;
	font-weight: 900;
	font-size: 2rem;
}
#main .application .textUl .rText {
	flex: 1;
	line-height: 2;
}
.comBtn01 a {
	letter-spacing: 0.064rem;
}
@media all and (max-width: 896px) {
	#main {
		display: block;
	}
	#main .rInnerBox {
		width: auto;
	}
	#main .application {
		padding: 8.5rem 0 7rem;
	}
	#main .application .content {
		margin: 0;
		padding: 0 3.8rem;
	}
	#main .application .headLine01 {
		margin-bottom: 3rem;
	}
	#main .application .headLine01 .en {
		line-height: 1;
	}
	#main .application .tag {
		margin-bottom: 4rem;
		padding: 0.5rem 2.5rem;
		min-height: 3.3rem;
		font-size: 1.4rem;
		letter-spacing: 0.056rem;
		border-radius: 1.8rem;
	}
	#main .application .h_title {
		margin-bottom: 3.3rem;
		font-size: 2.5rem;
		letter-spacing: 0.25rem;
	}
	#main .application .title {
		margin-bottom: 5.5rem;
		font-size: 1.6rem;
		line-height: 1.75;
		font-family: "Montserrat", sans-serif;
	}
	#main .application .textUl {
		margin-bottom: 5.5rem;
	}
	#main .application .textUl li {
		padding: 2.7rem 0;
		display: block;
		border-color: #999 !important;
	}
	#main .application .textUl .lText {
		margin-bottom: 0.8rem;
		width: auto;
		font-size: 1.6rem;
	}
	#main .application .textUl .rText {
		line-height: 1.96;
	}
}