@charset "shift_jis";
body{
	font-family: Helvetica, "ƒqƒ‰ƒMƒmŠpƒS Pro", "Hiragino Kaku Gothic Pro", Arial, "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "sans-serif";
	letter-spacing: 0.04em;
	font-feature-settings: "palt" 1;
	overflow-x: hidden;
}
.blue {
	color: #205af3!important;
}
.mainWrap01{
	max-width: 980px;
	margin: 0 auto;
}
/*====================================
 *
 * PC
 *
 * ====================================*/
@media print, screen and (min-width: 744px) {
	.pc-hidden{display: none;}
	/* ----- .header ----- */
	#header01 {
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		z-index: 1;
	}
	#header01 #headerContents {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1440px;
		min-height: 74px;
		margin: 0 auto;
		padding: 5px 48px;
	}
	#header01 #headerContents .heading01Title {
		font-size: 1.6rem;
		color: #205af3;
		font-weight: bold;
		line-height: 1.6;
	}
	#header01 #headerContents .heading01Title > img {
		width: 18px;
		height: 18px;
		margin-left: 4px;
		vertical-align: text-bottom;
	}
	#header01 #headerContents .education_com-mainVisualText {
		font-size: 1.6rem;
		color: #205af3;
		font-weight: bold;
		line-height: 1.6;
	}
	/* ----- .faq-section ----- */
	.faq-section02 {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		background-color: #f5f5fa;
	}
	.faq-section02 .faq-section02Inner {
		max-width: 980px;
		margin: 0 auto;
		padding: 50px 0 30px;
	}
	.faq-section02 .faq-section02Inner >:first-child {
		margin-top: 0 !important;
	}
	/* ----- .faq-heading ----- */
	.faq-heading01 {
		margin: 55px 0 30px;
		padding: 10px 0 15px;
		border-bottom: 1px solid #bbb;
		font-size: 3.0rem;
		font-weight: bold;
		line-height: 1.2;
		letter-spacing: 0.1em;
	}
	.faq-heading02 {
		margin: 30px 0;
		background-color: #205af3;
		border-radius: 5px;
	}
	.faq-heading02 .faq-heading02Inner {
		padding: 10px 20px;
	}
	.faq-heading02 .faq-heading02Title {
		font-size: 2.6rem;
		color: #fff;
		font-weight: 600;
	}
	/* ----- .faq-anchor ----- */
	.faq-anchorBox {
		max-width: 740px;
		margin: 0 auto 40px;
		background-color: #f5f5fa;
		border-radius: 16px;
		padding: 5px 30px;
	}
	.faq-anchorList > li {
		font-size: 1.6rem;
	}
	.faq-anchorList > li + li {
		border-top: 1px solid #ecedf6;
	}
	.faq-anchorList > li > a {
		position: relative;
		display: block;
		padding: 10px 25px 10px 0;
		color: #777d8e;
		font-weight: bold;
		text-decoration: none;
	}
	.faq-anchorList > li > a:hover {
		text-decoration: underline;
	}
	.faq-anchorList > li > a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 5px;
		width: 13px;
		height: 8px;
		margin-top: -4px;
		background: url("/education_program/img-files/faq_ic01.png") no-repeat 0 0 / contain;
	}
	/* ----- .education-list ----- */
	.education-linkList {
		display: flex;
		flex-flow: row wrap;
		margin-top: 70px;
	}
	.education-linkList > li {
		margin: 10px 30px 0 0;
	}
	.education-linkList > li.rowLast {
		margin-right: 0;
	}
	.education-linkList > li > a {
		position: relative;
		padding-left: 13px;
		font-size: 1.6rem;
		color: #131314;
		text-decoration: none;
	}
	.education-linkList > li > a:hover {
		text-decoration: underline;
	}
	.education-linkList > li > a::before {
		content: '';
		position: absolute;
		top: 2px;
		left: 0;
		width: 8px;
		height: 13px;
		background: url("/education_program/img-files/return_ic14.png") no-repeat 0 0 / contain;
	}
	/*----- faq-question -----*/
	.faq-questionWrap {
		margin-top: 30px;
	}
	.faq-question {
		padding: 18px 0;
		background-color: #fff;
		border-radius: 15px;
	}
	.faq-question + .faq-question {
		margin-top: 10px;
	}
	.faq-question .faq-questionHeading {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 60px 0 25px;
		font-size: 1.6rem;
		color: #131314;
		font-weight: bold;
		text-decoration: none;
	}
	.faq-question .faq-questionHeading::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 18px;
		width: 31px;
		height: 31px;
		margin-top: -15.5px;
		background: url("/education_program/img-files/return_ic12.png") no-repeat 0 0 / cover;
		transition: all 0.3s ease-out;
	}
	.faq-question .faq-questionHeading.is-open::before {
		transform: scale(1 , -1);
	}
	.faq-question .faq-questionContent {
		padding: 0 25px;
	}
	.faq-question .faq-questionContentInner + .faq-questionContentInner {
		margin-top: 18px;
		border-top: 2px solid #ebf1ff;
	}
	.faq-question .faq-questionTitle {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 18px;
		padding: 0 30px;
		font-size: 1.6rem;
		color: #131314;
		font-weight: bold;
		text-decoration: none;
	}
	.faq-question .faq-questionTitle::before {
		content: 'Q';
		position: absolute;
		top: -4px;
		left: 0;
		font-size: 2rem;
		color: #205af3;
	}
	.faq-question .faq-questionTitle::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 13px;
		width: 8px;
		height: 5px;
		margin-top: -2.5px;
		background: url("/education_program/img-files/return_ic13.png") no-repeat 0 0 / contain;
		transition: all 0.3s ease-out;
	}
	.faq-question .faq-questionTitle.is-open::after {
		transform: scale(1 , -1);
	}
	.faq-question .faq-questionBody {
		position: relative;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 5px 30px;
		font-size: 1.5rem;
		color: #777d8e;
		font-weight: bold;
	}
	.faq-question .faq-questionBody >:first-child {
		margin-top: 0 !important;
	}
	.faq-question .faq-questionBody::before {
		content: '';
		position: absolute;
		top: 0;
		left: 10px;
		width: 3px;
		height: 100%;
		background-color: #205af3;
	}
	.faq-question .faq-questionContentInner:last-child .faq-questionBody {
		margin-bottom: 0;
	}
	.faq-questionText {
		margin-top: 10px;
	}
	.faq-questionList > li {
		position: relative;
		padding-left: 14px;
	}
	.faq-questionList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.faq-questionList > li > .faq-questionListNest >:first-child {
		margin-top: 0!important;
	}
	.faq-questionImage {
		margin-top: 20px;
		text-align: center;
	}
/* ----- education-button ----- */
	.education-buttonWrap {
		display: flex;
		margin-top: 35px;
	}
	.education-buttonWrap[data-align="center"] {
		justify-content: center;
	}
	.education-buttonWrap >:first-child {
		margin-top: 0 !important;
	}
	.education-button {
		margin-top: 20px;
	}
	.education-button > a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		min-width: 360px;
		min-height: 62px;
		padding: 5px 10px;
		border-radius: 30px;
		border: 1px solid #205af3;
		background-color: #205af3;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		transition: all 0.3s ease-out;
	}
	.education-button > a:hover {
		background-color: #fff;
		color: #205af3;
	}
	/* ----- footer ----- */
	#footerContents{
		padding-top: 100px;
		padding-bottom: 24px;
		background-color: #f5f5fa
	}
	.topFooter #footerContents{
		margin-top: 0;
		padding-top: 24px;
	}
	#footerContents .copyright{
		text-align: center;
		font-size: 1.2rem;
		color: #777d8e;
	}
	.return-footerWrap {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		background-color: #f5f5fa;
		padding-top: 5px;
	}
	.return-footerWrapInner {
		max-width: 980px;
		margin: 0 auto;
	}
	/*----- footerWrap01 -----*/
	.footerWrap01 {
	}
	.footerWrap01 > #pageTopBtn {
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
	.footerWrap01 > #pageTopBtn > a {
		display: block;
		width: 56px;
		height: 56px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/simulation_ic04.png") no-repeat 0 0;
		text-indent: -9999px;
		outline: none;
	}
	/*----- faq-contents-accordion -----*/
	.faq-contents-accordion {
		padding: 18px 0;
		border-bottom: 2px solid #ebf1ff;
	}
	.faq-contents-accordion:last-of-type {
		border-bottom: none;
	}
	.faq-contents-accordionWrap {
		padding: 0 25px;
		background-color: #fff;
		border-radius: 15px;
	}
	.faq-contentsTitle {
		display: none;
	}
	.faq-contents-accordionBody {
		position: relative;
		padding: 5px 30px;
		margin-top: 15px;
		font-size: 1.5rem;
		color: #777d8e;
		font-weight: bold;
	}
	.faq-contents-accordionBody > :first-child {
		margin-top: 0 !important;
	}
	.faq-contents-accordionBody::before {
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		width: 3px;
		height: 100%;
		min-height: 26px;
		background-color: #205af3;
		content: "";
	}
	.faq-contents-accordionTitle {
		position: relative;
		padding: 0 30px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.faq-contents-accordionTitle::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 13px;
		width: 8px;
		height: 5px;
		margin-top: -2.5px;
		background: url("/education_program/img-files/faq_ic02.png") no-repeat 0 0 / contain;
		transition: all 0.3s ease-out;
	}
	.faq-contents-accordionHead.is-open .faq-contents-accordionTitle::after {
		transform: scale(1 , -1);
	}
	.faq-contents-accordionMark {
		position: absolute;
		top: 0;
		left: 0;
		color: #205af3;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}
	.faq-contents-accordionText {
		position: relative;
		font-size: 1.5rem;
		color: #777d8e;
		font-weight: bold;
		margin-top: 10px;
	}
	.faq-contents-accordionList {
		position: relative;
	}
	.faq-contents-accordionList > li {
		position: relative;
		padding-left: 14px;
	}
	.faq-contents-accordionList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.faq-contents-accordionList > li > .faq-contents-accordionListNest >:first-child {
		margin-top: 0!important;
	}
	.faq-contents-accordionHead:hover {
		cursor: pointer;
	}
	.education-returnLink {
		text-align: right;
		margin-top: 10px;
		font-size: 1.6rem;
	}
	.education-returnLink a {
		position: relative;
		color: #008191;
		padding-left: 25px;
	}
	.education-returnLink a::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 19px;
		height: 19px;
		margin-top: -9.5px;
		background: url("/education_program/img-files/return_ic15.png") no-repeat 0 0 / contain;
	}
}

@media print, screen and (max-width: 1440px) and (min-width: 744px) {
	/* ----- footer ----- */
	#footerContents{
		margin-top: 0;
		padding-bottom: 24px;
		background-color: #f5f5fa;
	}
	#footerContents .copyright{
		text-align: center;
		font-size: 1.2rem;
		color: #777d8e;
	}
	.footerWrap01 {
	}
	.footerWrap01 > #pageTopBtn {
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
	.footerWrap01 > #pageTopBtn > a {
		display: block;
		width: 56px;
		height: 56px;
		background: url("/education_program/img-files/return_ic02.png") no-repeat 0 0;
		text-indent: -9999px;
		outline: none;
	}
}
/*====================================
 *
 * SP
 *
 * ====================================*/
@media screen and (max-width: 743px) {
	.mainWrap01 {
		max-width: 696px;
		margin: 0 auto;
		padding: 0 24px;
	}
	.sp-hidden{display: none;}
	/* ----- .header ----- */
	#header01 {
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		z-index: 1;
	}
	#header01 #headerContents {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 55px;
		margin: 0 auto;
		padding: 5px 10px;
	}
	#header01 #headerContents .heading01Title {
		flex-shrink: 0;
		font-size: 1.2rem;
		color: #205af3; 
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: -0.1px;
	}
	#header01 #headerContents .heading01Title > img {
		width: 13px;
		height: 13px;
		margin-left: 4px;
		vertical-align: text-bottom;
	}
	#header01 #headerContents .header-button {
		width: 195px;
	}
	#header01 #headerContents .header-button [class^="header-buttonType"] {
		display: inline-block;
		width: 100%;
		padding: 18px 81px;
		background-color: #000; 
		border-radius: 30px;
		border: 1px solid #000;
		font-size: 1.1rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#header01 #headerContents .header-button .header-buttonType--arow {
		padding: 12px 10px 12px 15px;
	}
	#header01 #headerContents .header-button [class^="header-buttonType"] .header-buttonLabel {
		display: block;
		position: relative;
	}
	#header01 #headerContents .header-button .header-buttonType--arow .header-buttonLabel {
		padding-right: 10px;
		letter-spacing: -0.2px;
	}
	#header01 #headerContents .header-button .header-buttonType--arow .header-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		transform: rotate(45deg);
		width: 4px;
		height: 4px;
		margin-top: -3px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transition: all 0.3s ease-out;
	}
	#header01 #headerContents .header-button .header-buttonType--arow:hover .header-buttonLabel::before {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	#header01 #headerContents .education_com-mainVisualText {
		flex-shrink: 0;
		font-size: 1.2rem;
		color: #205af3; 
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: -0.1px;
	}
	/* ----- .faq-section ----- */
	.faq-section02 {
		margin: 30px -24px 0;
		background-color: #f5f5fa;
	}
	.faq-section02 .faq-section02Inner {
		margin: 0 auto;
		padding: 0 24px 25px;
	}
	.faq-section02 .faq-section02Inner >:first-child {
		margin-top: 0 !important;
	}
	/* ----- .faq-heading ----- */
	.faq-heading01 {
		margin: 30px 0 20px;
		margin-left: -24px;
		font-size: 2.0rem;
		font-weight: bold;
		border-bottom: 1px solid #bbb;
		padding: 10px 0 15px 24px;
		width: 100vw;
	}
	.faq-heading02 {
		margin: 20px -24px;
		background-color: #205af3;
	}
	.faq-heading02 .faq-heading02Inner {
		padding: 10px 24px;
	}
	.faq-heading02 .faq-heading02Title {
		font-size: 2.4rem;
		color: #fff;
		font-weight: 600;
	}
	/* ----- .faq-anchor ----- */
	.faq-anchorBox {
		max-width: 740px;
		margin: 0 auto;
		background-color: #f5f5fa;
		border-radius: 8px;
		padding: 5px 15px;
	}
	.faq-anchorList > li {
		font-size: 1.4rem;
	}
	.faq-anchorList > li + li {
		border-top: 1px solid #ecedf6;
	}
	.faq-anchorList > li > a {
		position: relative;
		display: block;
		padding: 10px 23px 10px 0;
		color: #777d8e;
		font-weight: bold;
		text-decoration: none;
	}
	.faq-anchorList > li > a:hover {
		text-decoration: underline;
	}
	.faq-anchorList > li > a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 5px;
		width: 13px;
		height: 8px;
		margin-top: -4px;
		background: url("/education_program/img-files/faq_ic01.png") no-repeat 0 0 / contain;
	}
	/* ----- .education-list ----- */
	.education-linkList {
		display: flex;
		flex-flow: row wrap;
		margin-top: 35px;
	}
	.education-linkList > li {
		margin: 20px 30px 0 0;
	}
	.education-linkList > li.rowLast {
		margin-right: 0;
	}
	.education-linkList > li > a {
		display: block;
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
		color: #131314;
		text-decoration: none;
	}
	.education-linkList > li > a::before {
		content: '';
		position: absolute;
		top: 2px;
		left: 0;
		width: 7px;
		height: 11px;
		background: url("/education_program/img-files/return_ic14.png") no-repeat 0 0 / contain;
	}
	/*----- faq-question -----*/
	.faq-questionWrap {
		margin-top: 20px;
	}
	.faq-question {
		padding: 15px 0;
		background-color: #fff;
		border-radius: 8px;
	}
	.faq-question + .faq-question {
		margin-top: 10px;
	}
	.faq-question .faq-questionHeading {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 35px 0 12px;
		font-size: 1.4rem;
		color: #131314;
		font-weight: bold;
		text-decoration: none;
	}
	.faq-question .faq-questionHeading::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: url("/education_program/img-files/return_ic12.png") no-repeat 0 0 / cover;
		transition: all 0.3s ease-out;
	}
	.faq-question .faq-questionHeading.is-open::before {
		transform: scale(1 , -1);
	}
	.faq-question .faq-questionContent {
		padding: 0 12px;
	}
	.faq-question .faq-questionContentInner + .faq-questionContentInner {
		margin-top: 15px;
		border-top: 2px solid #ebf1ff;
	}
	.faq-question .faq-questionTitle {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 15px;
		padding: 0 25px 0 20px;
		font-size: 1.4rem;
		color: #131314;
		font-weight: bold;
		text-decoration: none;
	}
	.faq-question .faq-questionTitle::before {
		content: 'Q';
		position: absolute;
		top: -2px;
		left: 0;
		font-size: 1.6rem;
		color: #205af3;
	}
	.faq-questionTitle::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 13px;
		width: 8px;
		height: 5px;
		margin-top: -2.5px;
		background: url("/education_program/img-files/return_ic13.png") no-repeat 0 0 / contain;
		transition: all 0.3s ease-out;
	}
	.faq-questionTitle.is-open::after {
		transform: scale(1 , -1);
	}
	.faq-questionBody {
		position: relative;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 5px 25px;
		font-size: 1.3rem;
		color: #777d8e;
		font-weight: bold;
	}
	.faq-questionBody >:first-child {
		margin-top: 0 !important;
	}
	.faq-questionBody::before {
		content: '';
		position: absolute;
		top: 0;
		left: 10px;
		width: 3px;
		height: 100%;
		background-color: #205af3;
	}
	.faq-questionContentInner:last-child .faq-questionBody {
		margin-bottom: 0;
	}
	.faq-questionText {
		margin-top: 10px;
	}
	.faq-questionList > li {
		position: relative;
		padding-left: 13px;
	}
	.faq-questionList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.faq-questionList > li > .faq-questionListNest >:first-child {
		margin-top: 0!important;
	}
	.faq-questionImage {
		margin-top: 20px;
		text-align: center;
	}
	/* ----- education-button ----- */
	.education-buttonWrap {
		margin-top: 25px;
	}
	.education-buttonWrap >:first-child {
		margin-top: 0 !important;
	}
	.education-button {
		margin-top: 20px;
	}
	.education-button > a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 63px;
		padding: 5px 10px;
		border-radius: 31px;
		border: 1px solid #205af3;
		background-color: #205af3;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	/* ----- footer ----- */
	#footerContents{
		margin-top: 0;
		padding-bottom: 20px;
		background-color: #f5f5fa;
	}
	#footerContents .copyright{
		text-align: center;
		font-size: 1.2rem;
		color: #777d8e;
	}
	.return-footerWrap {
		padding: 0 24px;
		background-color: #f5f5fa;
	}
	.return-footerWrap .topFooter {
		margin-top: 25px;
	}
	/*----- footerWrap01 -----*/
	.footerWrap01 {
	}
	.footerWrap01 > #pageTopBtn {
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
	.footerWrap01 > #pageTopBtn > a {
		display: block;
		width: 56px;
		height: 56px;
		background: url("/education_program/img-files/return_ic02.png") no-repeat 0 0;
		text-indent: -9999px;
		outline: none;
	}
	/*----- faq-contents-accordion -----*/
	.faq-contents-accordion {
		padding: 15px 0;
		border-bottom: 2px solid #ebf1ff;
	}
	.faq-contents-accordion:last-of-type {
		border-bottom: none;
	}
	.faq-contents-accordionWrap {
		padding: 0 12px;
		background-color: #fff;
		border-radius: 8px;
	}
	.faq-contentsTitle {
		display: none;
	}
	.faq-contents-accordionBody {
		position: relative;
		padding: 5px 30px;
		margin-top: 15px;
		font-size: 1.3rem;
		color: #777d8e;
		font-weight: bold;
	}
	.faq-contents-accordionBody > :first-child {
		margin-top: 0 !important;
	}
	.faq-contents-accordionBody::before {
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		width: 3px;
		height: 100%;
		min-height: 26px;
		background-color: #205af3;
		content: "";
	}
	.faq-contents-accordionTitle {
		position: relative;
		padding: 0 20px 0 25px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.faq-contents-accordionTitle::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 	0;
		width: 8px;
		height: 5px;
		margin-top: -2.5px;
		background: url("/education_program/img-files/faq_ic02.png") no-repeat 0 0 / contain;
		transition: all 0.3s ease-out;
	}
	.faq-contents-accordionHead.is-open .faq-contents-accordionTitle::after {
		transform: scale(1 , -1);
	}
	.faq-contents-accordionMark {
		position: absolute;
		top: 0;
		left: 0;
		color: #205af3;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}
	.faq-contents-accordionText {
		position: relative;
		font-size: 1.3rem;
		color: #777d8e;
		font-weight: bold;
		margin-top: 10px;
	}
	.faq-contents-accordionList {
		position: relative;
	}
	.faq-contents-accordionList > li {
		position: relative;
		padding-left: 14px;
	}
	.faq-contents-accordionList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.faq-contents-accordionList > li > .faq-contents-accordionListNest >:first-child {
		margin-top: 0!important;
	}
}