.titleArea{
	padding-top: 70px;
}
.section{
	margin-top: 0;
}

.issues{
}
.issues>li{
	list-style-type: decimal;
	padding-left: 1em;
	margin-left: 1em;
	margin-bottom: 15px;
	color: #0060b0;
}
.issues>li>ul,
.issues>li>div{
	margin-top: 5px;
	color: #333;
}
.issues>li>ul>li{
	list-style-type: disc;
	padding-left: 1em;
	margin-left: 1em;
	line-height: 2;
}

.issues li::marker{
	font-weight: bold;
}

.issues .bold{
	font-weight: bold;
}

.issues .border{
	border: 1px solid #666;
	padding: 20px;
}

.blueBox {
	border: 5px solid #ccdff3;
	padding: 30px 50px;
}

.blueBox p {
	text-align: justify;
}

.blueBox.blueBox--intro {
	position: relative;
	z-index:1
}

.blueBox.blueBox--intro:after {
	content:'';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #eaf3fa;
	z-index: -1;
}

.blueBox.blueBox--intro .large {
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .04em;
}

@media screen and (min-width: 600px) {
	.blueBox.blueBox--intro {
		font-size: 14px;
		margin-right: -100px;
		padding: 30px 35px;
	}

	.blueBox.blueBox--intro:after {
		width: calc(100% - 8px);
		height: calc(100% - 8px);
	}

	.blueBox.blueBox--intro .large {
		font-size: 20px;
	}

	.blueBox .blueBox__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.blueBox .blueBox__txtBox {
		width: 480px;
	}

	.blueBox .blueBox__imgBox {
		width: 200px;
		text-align: center;
	}

	.blueBox .blueBox__imgBox .name {
		font-size: 16px;
	}

	.blueBox.blueBox--profile {
		margin-right: -100px;
	}
}

@media screen and (max-width: 599px) {

	.blueBox.blueBox--intro p {
		font-size: 12px;
	}

	.blueBox.blueBox--intro .large {
		font-size: 16px;
	}

	.blueBox.blueBox--intro .company {
		line-height: 1.4;
		display: inline-block;
	}

	.blueBox.blueBox--intro:after {
		width: calc(100% - 8px);
		height: calc(100% - 8px);
	}

	.blueBox .blueBox__imgBox {
		align-items: center;
		display: flex;
		justify-content: space-between;
		text-align: center;
	}

	#mainContent .blueBox .blueBox__img {
		width: calc(180 / 600 * 100vw);
	}

	.blueBox .blueBox__imgBox .name {
		font-size: 16px;
	}
}

.blueBox .left {
	text-align: right;
}

.layoutCol {
	display: flex;
	justify-content: space-between;
}

.layoutCol .layoutCol__item {
	width: 48%;
}

.color--blue {
	color: #0060b0;
}

@media screen and (max-width: 599px) {
	.blueBox {
		border: 5px solid #ccdff3;
		padding: 15px 8%;
	}
	.layoutCol {
		display: block;
	}
	
	.layoutCol .layoutCol__item {
		width: 100%;
	}
}

.grayBox {
	border: 2px solid #ccc;
	padding: 30px 50px;
}

.grayBox p {
	text-align: justify;
}

@media screen and (min-width: 600px) {
	.grayBox .grayBox__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.grayBox.grayBox--profile {
		margin-right: -100px;
	}
}

@media screen and (max-width: 599px) {
	.grayBox {
		border: 2px solid #ccc;
		padding: 15px 8%;
	}
}

@media screen and (max-width: 599px) {
	#mainContent .img-table-status,
	#mainContent .img-table-result{
		max-width: none;
		width: 100%;
	}
}

.heading {
	color: #0060b0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid #d2d2d2;
}

@media screen and (min-width: 600px) {
	.heading {
		margin: 0 -100px 25px 0;
	}
}

.heading.heading--middle {
	color: #0060b0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	padding-bottom: 0;
	border-bottom: none;
}

@media screen and (min-width: 600px) {
	.heading.heading--middle {
		margin: 0 0 15px 25px;
	}
}

.heading.heading--small {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: none;
}

@media screen and (max-width: 599px) {
	.heading.heading--small {
		margin: 25px 0 15px;
	}
}

.txt {
	margin-bottom: 25px;
}

@media screen and (min-width: 600px) {
	.txt {
		margin: 0 -100px 25px 0;
	}
}

@media screen and (max-width: 599px) {
	.txt .linkArea{
		text-align: left;
	}
}

.txt .link{
	color: #333333;
	text-decoration: underline;
}

.txt .small{
	font-size: 10px;
}


.ratioArea .ratioArea__ttl {
	color: #0060b0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.ratioArea .ratioArea__ttl .small {
	font-size: 10px;
}
.ratioArea .caption {
	padding-top: 10px;
}

@media screen and (min-width: 600px) {
	.ratioArea .caption {
		text-align: right;
	}
}

@media screen and (min-width: 600px) {

	.ratioArea .ratioArea__column {
		display: flex;
		justify-content: space-between;
	}

	.ratioArea .ratioArea__column.ratioArea__column--paid {
		justify-content: center;
		gap: 70px;
	}

	.ratioArea .ratioArea__card {
		width: 330px;
	}

	.ratioArea .ratioArea__column--paid .ratioArea__card {
		width: 290px;
	}

	.ratioArea .ratioArea__ttl .year{
		font-size: 10px;
	}
}

@media screen and (min-width: 600px) {
	.supportArea .supportArea__list {
		padding: 0 0 130px 25px;
	}
}

.supportArea .supportArea__column {
	width: 100%;
}

@media screen and (min-width: 600px) {
	.supportArea .supportArea__column {
		display: flex;
		justify-content: space-between;
		margin-left: 70px;
		position: relative;
		width: 600px;
	}
}

@media screen and (min-width: 600px) {
	.supportArea .supportArea__column .caption {
		position: absolute;
		bottom: -30px;
		right: -80px;
	}
}

@media screen and (max-width: 599px) {
	.supportArea .supportArea__column .caption {
		padding-top: 20px;
		text-align: right;
	}
}

@media screen and (min-width: 600px) {
	.supportArea .supportArea__card {
		width: fit-content;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}

@media screen and (max-width: 599px) {
	.supportArea .supportArea__card {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}

@media screen and (max-width: 599px) {
	#mainContent .supportArea .supportArea__img {
		width: calc(300 / 600 * 100vw);
		margin: 0 auto;
	}
}

.supportArea .supportArea__ttl {
	color: #0060b0;
	height: 44px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 600px) {
	.attemptArea {
		margin-right: -100px;
	}
}

.attemptArea .blueBox {
	padding: 30px 35px;
}

.attemptArea .blueBox:first-child {
	border: none;
}

@media screen and (max-width: 599px) {
	.attemptArea .blueBox {
		padding: 20px 25px;
	}
}

@media screen and (min-width: 600px) {
	.attemptArea .blueBox__inner {
		display: flex;
		justify-content: space-between;
	}
}

.attemptArea .blueBox__ttl {
	color: #0060b0;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
	.attemptArea .blueBox__ttl {
		font-size: 14px;
		padding-bottom: 10px;
	}
}
.attemptArea .blueBox__heading {
	font-weight: bold;
}

@media screen and (min-width: 600px) {
	.attemptArea .blueBox__heading {
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.attemptArea .blueBox__heading {
		font-size: 14px;
	}
}

.attemptArea .blueBox__heading--line {
	border-bottom: #000000 solid 1px;
	margin-bottom: 5px;
	display: inline-block;
}

.attemptArea .blueBox .blueBox__txt {
		font-size: 14px;
}

@media screen and (max-width: 599px) {
	.attemptArea .blueBox .blueBox__txt {
		font-size: 10px;
	}
}

.attemptArea .blueBox__img + .blueBox__img {
	margin-top: 20px;
}

@media screen and (max-width: 599px) {
	.attemptArea .blueBox__item--multipul {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

@media screen and (max-width: 599px) {
	.attemptArea .blueBox__visual + .blueBox__visual {
		margin-top: 10px;
	}
}

@media screen and (min-width: 600px) {
	.attemptArea .heading {
		width: 800px;
	}
}


.attemptArea .blueBox + .blueBox {
	margin-top: 75px;
}

@media screen and (max-width: 599px) {
	.attemptArea .blueBox + .blueBox {
		margin-top: 30px;
	}
}

.attemptArea .blueBox__item {
    align-self: flex-start;
	font-size: 14px;
	width: 350px;
}

.attemptArea .blueBox__item--full {
	width: 100%;
}

@media screen and (max-width: 599px) {
	.attemptArea .blueBox__item {
		font-size: 10px;
		width: 100%;
	}
}

.attemptArea .blueBox__item:not(:first-child):not(.blueBox__item--img) {
	width: 330px;
}
