@charset "utf-8";
/*==========================================================
	common
==========================================================*/


/* a01
--------------------------------------------------------------*/
#ac01 .plan-box {
	border-top: 1px solid var(--keyColor);
	border-bottom: 1px solid var(--keyColor);
	border-left: 1px solid var(--keyColor);
	border-right: 1px solid var(--keyColor);
	border-radius: 20px 20px 20px 20px;
	overflow: hidden;
	box-sizing: border-box;
}

#ac01 .color-box {
	padding: 24px 32px 32px;
	box-sizing: border-box;
}

/* #ac01 .plan-box+.plan-box {
	margin-top: 32px;
} */

#ac01 .plan-box .ttl {
	min-height: 56px;
	background: linear-gradient(90deg, #0055B8 0%, #00A0DF 100%);
	color: #fff;
	padding: 6px 16px;
	box-sizing: border-box;
	display: flex;
	column-gap: 6px;
	align-items: center;
	border-radius: 20px 20px 0 0;
}

#ac01 .plan-box .plan-box-contents {
	padding: 20px 24px;
}

#ac01 .plan-box .plan-box-contents .list-circle+.ttl-lead {
	margin-top: 20px;
}

#ac06 .col-3.target {
	gap: 20px 4%;
}

#ac06 .col-3.target>*,
#ac01 .col-2.target>* {
	background: linear-gradient(90deg, rgba(105, 176, 207, 0.15) 0%, rgba(181, 189, 197, 0.15) 100%);
	border-radius: 20px;
	padding: 26px 43px;
	box-sizing: border-box;
	text-align: center;
}

#ac06 .col-3.target>* {
	padding: 26px 20px;
}

#ac01 .col-2.target>*:last-child {
	background: transparent;
	text-align: left;
	padding: 0;
}

#ac06 .col-3.target .title,
#ac01 .col-2.target .title {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

#ac06 .col-3.target .title {
	margin-bottom: 8px;
}

#ac06 .col-3.target .num,
#ac01 .col-2.target .num {
	color: var(--keyColor);
	font-size: 3.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	margin-top: 8px;
}

#ac06 .col-3.target .num {
	line-height: 1.2;
	margin-bottom: 0;
}

#ac06 .col-3.target .num>span,
#ac01 .col-2.target .num>span {
	font-size: 1.4rem;
}

/*==========================================================
	DX contents
==========================================================*/
.dx section:nth-child(n+2) {}

.dx section:nth-child(n+3) {
	/*margin-top: 72px;*/
}

/*- title -----------------------------------------*/
p {
	margin-bottom: 2em;
}


/*- list -----------------------------------------*/
/*ul.list-circle li{
	list-style-type: none;
	position: relative;
	padding-left: 1em;
}
ul.list-circle li:before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "";
	background: #0055B8;
}
ol.list-num li{
	list-style-type: none;
	position: relative;
	padding-left: 1em;
}
ol.list-num li:before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "";
	background: #0055B8;
}*/

/*- width -----------------------------------------*/
.w30-Per {
	width: 30%;
}

/*- table -----------------------------------------*/
.table-default {
	color: #17254C;
	border-collapse: collapse;
}

.table-default th {
	background: #E4E7EA;
	border-bottom: 1px solid #AFBCC5;
	border-right: 1px solid #AFBCC5;
	font-size: 1.5rem;
	padding: 14px 12px;
}

.table-default td {
	border-bottom: 1px solid #AFBCC5;
	border-right: 1px solid #AFBCC5;
	padding: 16px 12px;
	text-align: left;
}

.table-default th:last-child,
.table-default td:last-child {
	border-right: none;
}

.table-default thead th {
	font-size: 1.4rem;
}

.table-default th strong {
	font-size: 1.8rem;
	font-weight: bold;
}

.table-default td ul.list-circle {
	margin-top: 0;
}

@media only screen and (max-width:979px) {
	.table-default th {
		font-size: 1.3rem;
	}

	.table-default th strong {
		font-size: 1.4rem;
	}
}

/*- figure -----------------------------------------*/
figure {
	margin-top: 50px;
}

figure figcaption {
	font-size: 16px !important;
	font-weight: 700 !important;
	margin-bottom: 2em;
}

/*
figure img{
    width: 880px;
}
*/
@media only screen and (max-width:979px) {
	figure figcaption {
		font-size: 15px !important;
	}
}


.dx #trainingPlan {
	/*max-width: 880px;*/
	margin: 0 auto;
}

@media only screen and (max-width:979px) {
	.dx #trainingPlan {
		font-size: 1.2rem;
	}
}

.dx #trainingPlan dl dt {
	background: #0155b8;
	color: #fff;
	border-radius: 15px;
	padding: 20px 10px;
	text-align: center;
	margin-bottom: 10px;
}

.dx #trainingPlan dl dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dx #trainingPlan dl dd dl {
	width: 31%;
	border: 2px solid #0155b8;
	border-radius: 15px;
}

.dx #trainingPlan dl dd dl dt {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 15px 10px;
}

.dx #trainingPlan dl dd dl dd {
	display: block;
	padding: 0 15px 15px 15px;
}

.dx #trainingPlan dl dd dl:nth-of-type(2) {
	border: 2px solid #b3e2f6;
}

.dx #trainingPlan dl dd dl:nth-of-type(2) dt {
	background: #b3e2f6;
	color: #000;
}

.dx #trainingPlan dl dd dl:nth-of-type(2) dd ul.list-circle li::before {
	background: #58b7e5;
}

.dx #trainingPlan dl dd dl:nth-of-type(3) {
	border: 2px solid #cad1d7;
}

.dx #trainingPlan dl dd dl:nth-of-type(3) dt {
	background: #cad1d7;
	color: #17254c;
}

.dx #trainingPlan dl dd dl:nth-of-type(3) dd ul.list-circle li::before {
	background: #a0adb5;
}

@media only screen and (max-width:979px) {
	.dx #trainingPlan ul.list-circle {
		line-height: 1.5;
	}

	.dx #trainingPlan ul.list-circle li::before {
		top: 6px;
	}
}


/* a02
--------------------------------------------------------------*/
#ac06 .col-3.target>*,
#ac02 .col-2.target>* {
	background: linear-gradient(90deg, rgba(105, 176, 207, 0.15) 0%, rgba(181, 189, 197, 0.15) 100%);
	border-radius: 20px;
	padding: 26px 43px;
	box-sizing: border-box;
	text-align: center;
}

#ac02 .col-2.target>*:last-child {
	background: transparent;
	text-align: left;
	padding: 0;
}

#ac06 .col-3.target .title,
#ac02 .col-2.target .title {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

#ac06 .col-3.target .num,
#ac02 .col-2.target .num {
	color: var(--keyColor);
	font-size: 3.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	margin-top: 8px;
	margin-bottom: 0;
}

#ac06 .col-3.target .num>span,
#ac02 .col-2.target .num>span {
	font-size: 1.4rem;
}

@media only screen and (max-width:979px) {

	/* a02
--------------------------------------------------------------*/
	#ac06 .col-3.target>* {
		padding: 20px;
	}

}