@charset "UTF-8";

.main .idxTitleArea {
	position: relative;
	width: 100%;
	height: 360px;
	background: url(../images/training_title.jpg) center 0 no-repeat;
	background-size: cover;
	text-shadow: 0px 0px 8px #000,  0px 0px 8px #000;
	color: #fff;
}

.main .idxTitleArea .basicTitle {
	position: absolute;
	top: 43%;
	right: 0;
	left: 0;
	width: 1080px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	/*color: #fff;*/
}

.main .bodyArea .leadCopy {
	margin-bottom: 40px;
}

.main .bodyArea .section {
	padding: 40px 0;
	border-top: 1px solid #3397fd;
}

.main .bodyArea .section + .section {
	/*padding: 40px;
	border: 8px solid #99cbfe;
	box-sizing: border-box;*/
	padding: 0;
	border: none;
}

.main .bodyArea .section .subTitle {
	font-size: 18px;
	font-weight: bold;
	color: #3397fd;
}

.main .bodyArea .section .comment2021 {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 4px;
	line-height: 1.75;
}

.main .bodyArea .section .trainingWrapper {
	display: flex;
	margin: 40px 0;
}

.main .bodyArea .section .trainingWrapper .chart {
	position: relative;
	width: 420px;
	height: auto;
}

.main .bodyArea .section .trainingWrapper .chart img {
	display: block;
	width: 100%;
	height: auto;
}

.main .bodyArea .section .trainingWrapper .chart img.chartSp {
	display: none;
}

.main .bodyArea .section .otherTrainingWrapper {
	width: calc( 100% - 460px );
	height: auto;
	margin-left: 40px;
	color: #0068b7;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining {
	width: 100%;
	height: auto;
	padding: 16px 24px 8px;
	color: #0068b7;
	border: 4px solid #c6e7f9;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining .otherTrainingTitle {
	padding-bottom: 16px;
	font-weight: bold;
	line-height: 1.75;
	border-bottom: 1px solid #0068b7;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining .otherTrainingTitle br {
	display: none;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining ol {
	margin-top: 16px;
	margin-left: 16px;
	list-style-type: disc;
	font-size: 15px;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining ol li {
	line-height: 1.75;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining ol li + li{
	margin-top: 4px;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining ol li:last-child {
	list-style-type: none;
	text-align: right;
}

.main .bodyArea .section .otherTrainingWrapper .otherTrainingNotice {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.75;
	text-indent: -1em;
	margin-left: 1em;
}

.main .bodyArea .section  ul {
	/*margin-top: 40px;*/
}

.main .bodyArea .section  ul li {
	width: calc( 50% - 20px );
	margin-right: 40px;
	font-size: 12px;
	line-height: 1.75;
	float: left;
}

.main .bodyArea .section  ul li:last-child {
	margin-right: 0;
}

.main .bodyArea .section  ul li .trainingPic {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.main .bodyArea .section  ul li .trainingPic img {
	display: block;
	width: 100%;
	height: auto;
}

.main .bodyArea .section .notice {
	/*margin-top: 4px;*/
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
	line-height: 1.75;
}


.main .bodyArea .voiceArea {
	margin: 64px 0 0;
	padding: 24px 32px;
	border-radius: 8px;
	background: #f3f6f6;
	border: 1px solid #3397fd;
}

.main .bodyArea .voiceArea .voiceTitle {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #3397fd;
}

.main .bodyArea .voiceArea ul {
}

.main .bodyArea .voiceArea ul li {
	position: relative; /*基準位置*/
	padding-left: 1em;
	
}

.main .bodyArea .voiceArea ul li + li {
	margin-top: 4px;
	
}

.main .bodyArea .voiceArea ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 8px; /*点の幅*/
    height: 8px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 1.1em; /*点の位置*/
    content: "";
    background: #3397fd; /*点の色*/
}


/* ------------------------------------------------------------ */

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

.main .bodyArea .leadCopy {
	margin-bottom: 24px;
}

.main .bodyArea .section {
	padding: 24px 0;
	border-top: 1px solid #3397fd;
}

.main .bodyArea .section .subTitle {
	font-size: 18px;
	font-weight: bold;
	color: #3397fd;
	letter-spacing: 0;
}


.main .bodyArea .section .trainingWrapper .chart {
	position: relative;
	width: calc( 50% - 12px );
	height: auto;
}

.main .bodyArea .section .otherTrainingWrapper {
	width: calc( 50% - 12px );
	height: auto;
	margin-left: 24px;
	color: #0068b7;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining {
	width: 100%;
	height: auto;
	padding: 16px 16px 8px;
	color: #0068b7;
	border: 4px solid #c6e7f9;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining .otherTrainingTitle {
	padding-bottom: 8px;
	font-weight: bold;
	line-height: 1.75;
	border-bottom: 1px solid #0068b7;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining .otherTrainingTitle br {
	display: block;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining ol {
	margin-top: 16px;
	margin-left: 16px;
	list-style-type: disc;
	font-size: 14px;
}

.main .bodyArea .section .otherTrainingWrapper .otherTraining ol li + li{
	margin-top: 2px;
}







.main .bodyArea .section  ul li {
	width: calc( 50% - 12px );
	margin-right: 24px;
	float: left;
}


.main .bodyArea .voiceArea {
	margin: 40px 0;
	padding: 16px 24px;
	line-height: 2em;
	border-radius: 8px;
	background: #f3f6f6;
	border: 1px solid #3397fd;
}

.main .bodyArea .voiceArea .voiceTitle {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #3397fd;
}

.main .bodyArea .voiceArea ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 6px; /*点の幅*/
    height: 6px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.85em; /*点の位置*/
    content: "";
    background: #3397fd; /*点の色*/
}


}


/* ------------------------------------------------------------ */

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


.main .bodyArea .section .subTitle {
	font-size: 14px;
	font-weight: bold;
	line-height
	color: #3397fd;
}

/*.main .bodyArea .section .chart .icon_zoom {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
}*/


.main .bodyArea .voiceArea .voiceTitle {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #3397fd;
}

}


/* ------------------------------------------------------------ */

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

.main .bodyArea .section {
	padding: 20px 0 10px;
	border-top: 1px solid #3397fd;
}



.main .bodyArea .section .trainingWrapper {
	display: block;
	margin: 24px 0 0;
}

.main .bodyArea .section .trainingWrapper .chart {
	position: relative;
	width: 100%;
	height: auto;
}

.main .bodyArea .section .trainingWrapper .chart img.chartSp {
	display: block;
}

.main .bodyArea .section .trainingWrapper .chart img.chartPc {
	display: none;
}

.main .bodyArea .section .otherTrainingWrapper {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-top: 24px;
	color: #0068b7;
}



.main .bodyArea .section + .section .subTitle + p  {
	margin-top: 15px;
}

.main .bodyArea .section  ul {
	margin-top: 8px;
}

.main .bodyArea .section  ul li {
	width: 100%;
	margin-right: 0;
	margin-top: 32px;
	float: none;
}




}

