@charset "shift_jis";
body{
	font-family: Helvetica, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "sans-serif";
	letter-spacing: 0.04em;
	font-feature-settings: "palt" 1;
}

/*====================================
 *
 * PC
 *
 * ====================================*/
@media print, screen and (min-width: 744px) {
	/* ----- .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 .header-button [class^="header-buttonType"] {
		display: inline-block;
		padding: 18px 81px;
		background-color: #000;
		border-radius: 30px;
		border: 1px solid #000;
		font-size: 1.4rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		transition: all 0.3s ease-out;
	}
	#header01 #headerContents .header-button .header-buttonType--arow {
		padding: 12px 36px 12px 40px;
	}
	#header01 #headerContents .header-button [class^="header-buttonType"]:hover {
		display: inline-block;
		background-color: #fff;
		border: 1px solid #000;
		color: #000;
	}
	#header01 #headerContents .header-button [class^="header-buttonType"] .header-buttonLabel {
		position: relative;
	}
	#header01 #headerContents .header-button .header-buttonType--arow .header-buttonLabel {
		padding-right: 24px;
	}
	#header01 #headerContents .header-button .header-buttonType--arow .header-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: rotate(45deg);
		width: 5px;
		height: 5px;
		margin-top: -4px;
		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 {
		font-size: 1.6rem;
		color: #205af3;
		font-weight: bold;
		line-height: 1.6;
	}
	/* ----- .blueArea ----- */
	.education-blueArea {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		padding: 45px 0;
		background-color: #205af3;
	}
	/* ----- .linkList ----- */
	.education-linkList {
		margin-top: 20px;
	}
	.education-linkList > li {
		position: relative;
		padding-left: 20px;
		font-size: 1.5rem;
	}
	.education-linkList > li::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		margin-top: 0.18em;
		border-top: 7.5px solid transparent;
		border-left: 10px solid #131314;
		border-bottom: 7.5px solid transparent;
	}
	.education-linkList > li a{
		color: #205af3;
	}
	/* ----- .button ----- */
	.education-button {
		width: fit-content;
		margin: 10px auto 0;
	}
	.education-button [class^="education-buttonType"] {
		display: inline-block;
		padding: 18px 81px;
		background-color: #000;
		border-radius: 30px;
		border: 1px solid #000;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		transition: all 0.3s ease-out;
	}
	.education-button .education-buttonType--input {
		cursor: pointer;
	}
	.education-button .education-buttonType--arow {
		padding: 18px 69px;
	}
	.education-button [class^="education-buttonType"]:hover {
		display: inline-block;
		background-color: #fff;
		border: 1px solid #000;
		color: #000;
	}
	.education-button [class^="education-buttonType"] .education-buttonLabel {
		display: block;
		position: relative;
		letter-spacing: 0.1em;
	}
	.education-button .education-buttonType--arow .education-buttonLabel {
		padding-right: 24px;
	}
	.education-button .education-buttonType--arow .education-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		margin-top: -6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transition: all 0.3s ease-out;
	}
	.education-button .education-buttonType--arow:hover .education-buttonLabel::before {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	.education-button.type02 {
		width: fit-content;
		margin: 10px auto 0;
	}
	.education-button.type02 [class^="education-buttonType"] {
		display: inline-block;
		padding: 18px 69px;
		background-color: #fff;
		border-radius: 30px;
		border: 1px solid #fff;
		font-size: 1.6rem;
		color: #205af3;
		font-weight: bold;
		text-decoration: none;
		transition: all 0.3s ease-out;
	}
	.education-button.type02 a:hover {
		display: inline-block;
		padding: 18px 69px;
		background-color: #205af3;
		border-radius: 30px;
		border: 1px solid #fff;
		font-size: 1.6rem;
		color: #fff;
	}
	.education-button.type02 .education-buttonType--input {
		cursor: pointer;
	}
	.education-button.type02 .education-buttonType--arow {
		padding: 18px 69px;
	}
	.education-button.type02 [class^="education-buttonType"] .education-buttonLabel {
		display: block;
		position: relative;
	}
	.education-button.type02 .education-buttonType--arow .education-buttonLabel {
		padding-right: 25px;
	}
	.education-button.type02 .education-buttonType--arow .education-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		margin-top: -6px;
		border-top: 2px solid #205af3;
		border-right: 2px solid #205af3;
		transition: all 0.3s ease-out;
	}
	.education-button.type02 .education-buttonType--arow:hover .education-buttonLabel::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.spOnly {
		display: none!important;
	}
	
	/* ----- .education-hero ----- */
	.education-hero {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		background-color: #205af3;
	}
	.education-heroInner {
		position: relative;
		display: flex;
		flex-flow: row-reverse nowrap;
		justify-content: space-between;
		max-width: 1440px;
		margin: 0 auto;
		padding: 112px 0 48px 144px;
	}
	.education-heroInner::before {
		position: absolute;
		top: 112px;
		left: 90px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic02.png") no-repeat;
		width: 9px;
		height: 170px;
		content: "";
	}
	.education-heroImage {
		margin-top: 40px;
	}
	.education-heroBody {
		margin-right: 30px;
	}
	.education-heroSubTitleWrap + .education-heroSubTitleWrap {
		margin-top: 15px;
	}
	.education-heroSubTitle {
		display: inline;
		padding: 7px 15px 6px;
		background-color: #fff;
		color: #205af3;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.6;
	}
	.education-heroTitle {
		margin-top: 20px;
		color: #fff;
		font-size: 5.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-hero + * {
		padding-top: 95px;
	}
	
	/* ----- .education-heroBottom ----- */
	.education-heroBottom {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
	/* ----- .education-box ----- */
	.education-boxWrap {
		position: relative;
		max-width: 1440px;
		margin: 0 auto;
	}
	.education-box {
		position: absolute;
		left: 150px;
		top: -180px;
		padding: 40px 30px 30px;
		border-radius: 10px;
		background-color: #fff;
		z-index: 1;
	}
	.education-boxText {
		color: #131314;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	.education-boxText-accent {
		color: #205af3;
	}
	.education-boxRead {
		color: #131314;
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.education-boxReadText {
		display: inline-block;
		background: linear-gradient(transparent 65%,#ebf1ff 0);
	}
	.education-boxRead-accent {
		color: #205af3;
	}
	.education-boxRead-large {
		font-size: 6.4rem;
	}
	
	/* ----- .education-read ----- */
	.education-read {
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	.education-read-accent {
		color: #205af3;
	}
	.education-read-large {
		font-size: 5.4rem;
	}
	
	/* ----- .education-read02 ----- */
	.education-read02Wrap {
		max-width: 980px;
		margin: 0 auto;
	}
	.education-read02 {
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	
	/* ----- .education-noteList ----- */
	.education-noteListWrap {
		margin-top: 5px;
	}
	.education-noteList {
		text-align: left;
	}
	.education-noteList-center {
		text-align: center;
	}
	.education-noteList > li,
	.education-noteList-center li{
		position: relative;
		padding-left: 13px;
		color: #777d8e;
		font-size: 1.1rem;
		letter-spacing: -0.1px;
	}
	.education-noteList-center li{
		display: inline;
	}
	.education-noteList > li + li {
		margin-top: 7px;
	}
	.education-noteList > li > .education-noteListMark,
	.education-noteList-center > li > .education-noteListMark {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* ----- .education-noteList02 ----- */
	.education-noteList02Wrap {
		margin: 30px 0 50px;
	}
	.education-noteList02 {
		text-align: left;
	}
	.education-noteList02 > li {
		position: relative;
		padding-left: 13px;
		color: #777d8e;
		font-size: 1.1rem;
		line-height: 1.4;
		letter-spacing: -0.1px;
	}
	.education-noteList02 > li > .education-noteList02Mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* ----- .education-privilege ----- */
	.education-privilege {
		max-width: 740px;
		margin: 50px auto 0;
	}
	.education-privilegeTitle {
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
	}
	.education-privilegeColumn {
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		margin: 10px 0 15px;
	}
	.education-privilegeColumn::before {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: #205af3;
		transform: translate(-50%, -50%);
		content: "";
	}
	.education-privilegeColumn::after {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 26px;
		height: 26px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic03.png") no-repeat;
		transform: translate(-50%, -50%);
		content: "";
	}
	.education-privilegeBox {
		width: calc((100% - 39px)/2);
		padding: 15px 10px 25px;
		border-radius: 10px;
		background-color: #fff;
		text-align: center;
	}
	.education-privilegeBox:nth-of-type(1) {
		margin-right: 39px;
	}
	.education-privilegeBoxtext {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-privilegeBoxRead {
		margin-top: 15px;
		padding-left: 10px;
		color: #3a70ff;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-privilegeBoxRead em {
		font-size: 5.2rem;
		font-style: normal;
		letter-spacing: -1px;
	}
	
	/* ----- .education-anchorNavi ----- */
	.education-anchorNavi {
		max-width: 740px;
		margin: 30px auto 0;
	}
	.education-anchorNaviList {
		margin: 0;
		padding: 15px 30px 5px;
		border-radius: 20px;
		background-color: #fff;
		overflow: hidden;
		list-style: none;
	}
	.education-anchorNaviList > li {
		border-bottom: 1px solid #ecedf6;
	}
	.education-anchorNaviList > li:nth-last-of-type(1) {
		border-bottom: none;
	}
	.education-anchorNaviLink {
		display: flex;
		align-items: center;
		min-height: 4em;
		padding: 10px 0;
		color: #777d8e!important;
		text-decoration: none!important;
	}
	.education-anchorNaviLink:hover {
		text-decoration: underline!important;
	}
	.education-anchorNaviLabel {
		display: inline-block;
		position: relative;
		width: 100%;
		padding-right: 25px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-anchorNaviLabel::after {
		display: block;
		position: absolute;
		top: 5px;
		right: 8px;
		width: 14px;
		height: 8px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic04.png") no-repeat 0 0;
		content: "";
	}
	
	/* ----- .education-heading3 ----- */
	.education-heading3 {
		position: relative;
		margin: 0 0 12px;
		padding-left: 36px;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.education-heading3::before {
		position: absolute;
		top: 3px;
		left: 0;
		width: 28px;
		height: 28px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic05.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-heading3Title {
		font-size: 2.4rem;
		font-weight: bold;
	}
	
	/* ----- .education-content01 ----- */
	.education-content01 {
		width: 100vw;
		margin-top: 60px;
		margin-left: calc(50% - 50vw);
		background-color: #fff;
	}
	.education-content01Inner {
		max-width: 1028px;
		margin: 0 auto;
		padding: 48px 24px 100px;
	}
	.education-content01Title {
		position: relative;
		min-height: 292px;
		
	}
	.education-content01Title::before {
		position: absolute;
		bottom: 62px;
		left: 50%;
		transform: translateX(-20px);
		width: 86px;
		height: 120px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg01.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content01TitleText {
		position: relative;
		padding: 100px 377px 0 0;
		font-size: 4rem;
		font-weight: bold;
		line-height: 2.1;
	}
	.education-content01TitleImage {
		position: absolute;
		top: 0;
		right: -85px;
		width: 462px;
	}
	.education-content01Column {
		display: flex;
		flex-flow: row wrap;
		margin-top: 38px;
	}
	.education-content01Item {
		width: calc((100% - 39px) / 2);
		margin-right: 39px;
	}
	.education-content01Item:nth-of-type(2n) {
		margin-right: 0;
	}
	.education-content01FigureCaption {
		margin-top: 20px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.education-content01 + .education-button {
		width: 100vw;
		margin-top: 0;
		margin-left: calc(50% - 50vw);
		padding: 40px 0;
		background-color: #fff;
	}
	.education-content01 + .education-button .education-buttonType--arow {
		display: block;
		width: 385px;
		margin: 0 auto;
		padding: 18px 60px;
	}
	.education-content01 + .education-button .education-buttonType--arow .education-buttonLabel::before {
		right: 10px;
	}
	
	/* ----- .education-content02 ----- */
	.education-content02 {
		padding: 110px 0 150px;
	}
	.education-content02Title {
		margin-bottom: 30px;
	}
	.education-content02TitleText {
		display: inline-block;
		position: relative;
		font-size: 4rem;
		font-weight: bold;
	}
	.education-content02TitleText::before {
		position: absolute;
		bottom: -8px;
		right: -86px;
		width: 86px;
		height: 120px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg02.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content02Read {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.education-content02Read-accent {
		color: #205af3;
	}
	.education-content02Column {
		display: flex;
		flex-flow: row wrap;
		margin-top: 35px;
	}
	.education-content02Item {
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
	}
	.education-content02Item:nth-of-type(2n) {
		margin-right: 0;
	}
	.education-content02Box {
		display: flex;
		flex-flow: row nowrap;
		padding: 18px 26px 14px 20px;
		border-radius: 10px;
		background-color: #fff;
	}
	.education-content02BoxImage {
		width: 80px;
		margin-right: 10px;
	}
	.education-content02BoxDetail {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: calc(100% - (80px + 10px));
		text-align: center;
	}
	.education-content02BoxText {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.education-content02BoxRead {
		color: #205af3;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-content02BoxRead > em {
		font-size: 5rem;
		font-style: normal;
	}
	.education-content02Figure {
		margin-top: 40px;
		text-align: center;
	}
	
	/* ----- .education-content03 ----- */
	.education-content03 {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		background-color: #fff;
	}
	.education-content03Inner {
		max-width: 1028px;
		margin: 0 auto;
		padding: 58px 24px 100px;
	}
	.education-content03TitleText {
		display: inline-block;
		position: relative;
		font-size: 4rem;
		font-weight: bold;
	}
	.education-content03TitleText::before {
		position: absolute;
		bottom: -30px;
		right: -120px;
		width: 86px;
		height: 120px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg03.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content03-accordionWrap {
		max-width: 740px;
		margin: 70px auto 0;
	}
	.education-content03-accordion {
		padding: 13px 0;
		border-bottom: 1px solid #dde1ec;
	}
	.education-content03-accordion:nth-last-of-type(1) {
		border-bottom: none;
	}
	.education-content03-accordionHead {
		position: relative;
		padding-right: 10px;
	}
	.education-content03-accordionHead:hover {
		cursor: pointer;
	}
	.education-content03-accordionHead::after {
		position: absolute;
		bottom: 8px;
		right: 0;
		display: block;
		width: 8px;
		height: 5px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic04.png") no-repeat 0 0;
		background-size: contain;
		content: '';
	}
	.education-content03-accordionHead.is-open::after {
		transform: rotateZ(180deg);
	}
	.education-content03-accordionTitle {
		position: relative;
		padding-left: 40px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-content03-accordionMark {
		position: absolute;
		top: 0;
		left: 0;
		color: #205af3;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-content03-accordionBody {
		padding: 15px 0 7px 28px;
	}
	.education-content03-accordionText {
		position: relative;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content03-accordionText::before {
		position: absolute;
		top: 50%;
		left: -18px;
		transform: translateY(-50%);
		width: 3px;
		height: 100%;
		min-height: 26px;
		background-color: #205af3;
		content: "";
	}
	.education-content03-accordionList {
		position: relative;
	}
	.education-content03-accordionList::before {
		position: absolute;
		top: 50%;
		left: -18px;
		transform: translateY(-50%);
		width: 3px;
		height: 100%;
		min-height: 26px;
		background-color: #205af3;
		content: "";
	}
	.education-content03-accordionList > li {
		position: relative;
		padding-left: 12px;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content03-accordionList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* ----- footer ----- */
	#footerContents{
		margin-top: 100px;
		padding-bottom: 24px;
	}
	.topFooter #footerContents{
		margin-top: 0;
		padding-top: 24px;
	}
	#footerContents .copyright{
		text-align: center;
		font-size: 1.2rem;
		color: #777d8e;
	}
	.topFooter #footerContents .copyright{
		color: #fff;
	}
/* ----- .education-infoBox ----- */
	.education-infoBox {
		background-color: #fff;
		padding: 19px 21px 21px;
		border-radius: 8px;
		filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.1));
		margin-top: 43px;
	}
	.education-infoBoxHead {
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
	}
	.education-infoBox .education-infoTitle {
		font-weight: bold;
		font-size: 1.75rem;
		position: relative;
		padding-left: 29px;
	}
	.education-infoBox .education-infoTitle::after {
		position: absolute;
		content: "";
		background: url("/education_program/img-files/common_ic01.png") no-repeat 0 0 / contain;
		width: 21px;
		height: 19px;
		top: 2px;
		left: 0;
	}
	.education-infoBox .education-infoBoxBody {
		margin-top: 16px;
	}
	.education-infoBox .education-infoTxt {
		font-size: 1.6rem;
		margin-top: 2px;
	}
	.education-infoBox .education-infoTxt:first-child {
		margin-top: 0;
	}
	.education-infoBox .education-infoLink {
		color: #205af3;
		padding-right: 23px;
	}
	.education-infoBox .education-infoLink.type-pdf {
		position: relative;
	}
	.education-infoBox .education-infoLink.type-pdf::after {
		display: inline-block;
		content: "";
		background: url("/education_program/img-files/common_ic02.png") no-repeat 0 0 / contain;
		width: 19px;
		height: 18px;
		margin-left: 4px;
		margin-bottom: -3px;
	}
/* ----- .education-programVideo ----- */
	.education-programVideo {
		margin: 20px 0 40px;
		text-align: center;
	}
}

@media print, screen and (max-width: 1440px) and (min-width: 744px) {
	/* ----- .education-hero ----- */
	.education-heroInner {
		padding: calc((112/1440)*100vw) 0 calc((48/1440)*100vw) calc((144/1440)*100vw);
	}
	.education-heroInner::before {
		position: absolute;
		top: calc((112/1440)*100vw);
		left: calc((90/1440)*100vw);
	}
	.education-heroSubTitle {
		font-size: calc((22/1440)*100vw);
	}
	.education-heroTitle {
		font-size: calc((56/1440)*100vw);
	}
	.education-heroImage {
		width: calc((720/1440)*100vw);
	}
	.education-heroBody {
		margin-right: calc((30/1440)*100vw);
	}
	
	/* ----- .education-box ----- */
	.education-box {
		top: -180px;
		left: calc((150/1440)*100vw);
		padding: calc((40/1440)*100vw) calc((30/1440)*100vw) calc((30/1440)*100vw);
	}
	.education-boxText {
		font-size: calc((20/1440)*100vw);
	}
	.education-boxRead {
		font-size: calc((36/1440)*100vw);
	}
	.education-boxRead-large {
		font-size: calc((64/1440)*100vw);
	}
}

@media print, screen and (max-width: 1150px) and (min-width: 1028px) {
	/* ----- .education-content01 ----- */
	.education-content01TitleImage {
		right: -16px;
		width: 380px;
	}
}

@media print, screen and (max-width: 1028px) and (min-width: 744px) {
	/* ----- .education-content01 ----- */
	.education-content01Inner {
		padding: 48px 32px 100px;
	}
	.education-content01Title {
		min-height: calc((292/1028)*100vw);
	}
	.education-content01Title::before {
		bottom: calc((62/1028)*100vw);
		transform: translateX(calc((-20/1028)*100vw));
		width: calc((86/1028)*100vw);
		height: calc((120/1028)*100vw);
	}
	.education-content01TitleText {
		padding: calc((100/1028)*100vw) calc((370/1028)*100vw) 0 0;
		font-size: calc((40/1028)*100vw);
	}
	.education-content01TitleImage {
		right: calc((-16/1028)*100vw);
		width: calc((380/1028)*100vw);
	}
	
	/* ----- .education-content02 ----- */
	.education-content02TitleText {
		font-size: calc((40/1028)*100vw);
	}
	.education-content02TitleText::before {
		width: calc((86/1028)*100vw);
		height: calc((120/1028)*100vw);
	}
	.education-content02Item {
		width: calc((100% - calc((40/1028)*100vw)) / 2);
		margin-right: calc((40/1028)*100vw);
	}
	.education-content02Box {
		padding: calc((18/1028)*100vw) calc((15/1028)*100vw) calc((14/1028)*100vw);
	}
	.education-content02BoxImage {
		width: calc((80/1028)*100vw);
		margin-right: calc((10/1028)*100vw);
	}
	.education-content02BoxDetail {
		width: calc(100% - (calc((80/1028)*100vw) + calc((10/1028)*100vw)));
	}
	.education-content02BoxText {
		font-size: calc((16/1028)*100vw);
	}
	.education-content02BoxRead {
		font-size: calc((18/1028)*100vw);
	}
	
	/* ----- .education-content03 ----- */
	.education-content03Inner {
		padding: 58px 32px 100px;
	}
	.education-content03TitleText {
		font-size: calc((40/1028)*100vw);
	}
	.education-content03TitleText::before {
		width: calc((86/1028)*100vw);
		height: calc((120/1028)*100vw);
	}
}
/* ----- -agreement ----- */
	
	.text1b{
		margin-top: 1em;
	}
	/*--カラーテーブル　ノーマル--*/ 
	.colorTable01{ 
			margin:0px 0 0 0; 
			border-collapse:collapse; 
			border-spacing:0; 
			empty-cells:show;     
			padding:5px; 
			width:540px; 
	} 

	.colorTable01 th{ 
			background:#dbdbdb; 
			padding:5px; 
			text-align:left; 
			vertical-align:top; 
			border:1px solid #CCCCCC; 
			font-weight:normal; 
			color:#333333; 
	} 

	.colorTable01 th_bk{ 
			background:#8B7B7B; 
			padding:5px; 
			text-align:left; 
			vertical-align:top; 
			border:1px solid #fff; 
			font-weight:normal; 
			color:#fff; 
	} 

	.colorTable01 td{ 
			padding:5px; 
			border:1px solid #CCCCCC; 
	} 

	.colorTable01 td_bk{ 
			padding:5px; 
			border:1px solid #fff; 
	} 

	.colorTable01 td.td01{ 
			background:#FFFFFF; 
	} 

	.colorTable01 td.td02{ 
			background:#F6F6F6; 
	}

	/*--カラーテーブル　中央寄せ--*/ 
	.colorTable02{ 
			margin:0px 0 0 0; 
			border-collapse:collapse; 
			border-spacing:0; 
			empty-cells:show;     
			padding:5px; 
			width:540px; 
	} 

	.colorTable02 caption{ 
			text-align:left; 
	} 

	.colorTable02 th{ 
			background:#dbdbdb; 
			padding:5px; 
			text-align:center; 
			vertical-align:middle; 
			border:1px solid #CCCCCC; 
			font-weight:normal; 
			color:#333333; 
	} 

	.colorTable02 th.left{ 
			text-align:left; 
			vertical-align:middle; 
	} 

	.colorTable02 td{ 
			padding:5px; 
			border:1px solid #CCCCCC; 
			text-align:center; 
			vertical-align:middle; 
	} 

	.colorTable02 td.td01{ 
			background:#FFFFFF; 
	} 

	.colorTable02 td.td01left{ 
			background:#FFFFFF; 
			text-align:left; 
	} 

	.colorTable02 td.td02{ 
			background:#F6F6F6; 
	} 

	.colorTable02 td.td02left{ 
			background:#F6F6F6; 
			text-align:left; 
	} 

	.colorTable03{ 
			margin:10px 0 0 0; 
			border-collapse:collapse; 
			border-spacing:0; 
			empty-cells:show;     
			padding:5px; 
	} 

	.colorTable03 th{ 
			background:#dbdbdb; 
			padding:5px; 
			text-align:left; 
			vertical-align:top; 
			border:1px solid #CCCCCC; 
			font-weight:normal; 
			color:#333333; 
	} 

	.colorTable_qa{ 
			margin:0px 0 0 0; 
			border-collapse:collapse; 
			border-spacing:0; 
			empty-cells:show;     
			padding:5px; 
			width:394px; 
	} 

	.colorTable_qa td{ 
			padding:5px; 
			border:1px solid #CCCCCC; 
			text-align:left; 
			vertical-align:middle; 
	} 

	.colorTable_qa td.td01{ 
			background:#FFFFFF; 
	} 

	.colorTable_qa td.td02{ 
			background:#F6F6F6; 
	}

	/*================ 
	 テーブル用 
	================*/ 
	.bgTable{ 
			margin:5px 0; 
	} 

	.bgTable caption{ 
			text-align:left; 
			margin:5px 0 0 0; 
	} 

	.table_left{ 
			background-image:url(/img/common/bg_table_l.gif); 
			background-repeat:repeat-y; 
			width:10px; 
	} 

	.table_right{ 
			background-image:url(/img/common/bg_table_r.gif); 
			background-repeat:repeat-y; 
			width:10px; 
	} 

	.card_table_bg01{ 
			background-image:url(/img/common/bg_table_large.gif); 
			background-repeat:repeat-y; 
			padding:0 10px 1px 10px; 
			width:560px; 
	} 

	.table_co_left{ 
			background-image:url(/img/common/bg_table_co-l.gif); 
			background-repeat:no-repeat; 
			width:10px; height:10px; 
	} 

	.table_co_right{ 
			background-image:url(/img/common/bg_table_co-r.gif); 
			background-repeat:no-repeat; 
			width:10px; height:10px; 
	} 

	.table_bottom{ 
			background-image:url(/img/common/bg_table_b.gif); 
			background-repeat:repeat-x; 
			height:10px; 
	} 

	/*グレーの背景枠つきのテープル*/ 
	.table_left02{ 
			background-image:url(/img/common/bg_table_l02.gif); 
			background-repeat:repeat-y; 
			width:12px; 
	} 

	.table_right02{ 
			background-image:url(/img/common/bg_table_r02.gif); 
			background-repeat:repeat-y; 
			width:12px; 
	} 

	.table_co_Tleft02{ 
			background-image:url(/img/common/bg_table_co-tl02.gif); 
			background-repeat:no-repeat; 
			width:12px; height:6px; 
	} 

	.table_co_Tright02{ 
			background-image:url(/img/common/bg_table_co-tr02.gif); 
			background-repeat:no-repeat; 
			width:12px; height:6px; 
	} 

	.table_top02{ 
			background-image:url(/img/common/bg_table_t02.gif); 
			background-repeat:repeat-x; 
			height:6px; 
	} 

	.table_co_Bleft02{ 
			background-image:url(/img/common/bg_table_co-bl02.gif); 
			background-repeat:no-repeat; 
			width:12px; height:12px; 
	} 

	.table_co_Bright02{ 
			background-image:url(/img/common/bg_table_co-br02.gif); 
			background-repeat:no-repeat; 
			width:12px; height:12px; 
	} 

	.table_bottom02{ 
			background-image:url(/img/common/bg_table_b02.gif); 
			background-repeat:repeat-x; 
			height:12px; 
	} 

	.bgTable .table_con{ 
			background-color:#f6f6f6; 
	}
	[valign="middle"]{ 
			display: none;
	}
/*====================================
 *
 * SP
 *
 * ====================================*/
@media screen and (max-width: 743px) {
	/* ----- .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;
	}
	/* ----- .blueArea ----- */
	.education-blueArea {
		margin: 0 -24px;
		padding: 35px 24px;
		background-color: #205af3;
	}
	/* ----- .linkList ----- */
	.education-linkList {
		margin-top: 20px;
	}
	.education-linkList > li {
		position: relative;
		padding-left: 20px;
		font-size: 1.3rem;
	}
	.education-linkList > li::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		margin-top: 0.25em;
		border-top: 6px solid transparent;
		border-left: 7.5px solid #131314;
		border-bottom: 6px solid transparent;
	}
	.education-linkList > li a{
		color: #205af3;
	}
	/* ----- .button ----- */
	.education-button {
		margin-top: 10px;
	}
	.education-button [class^="education-buttonType"] {
		display: block;
		width: 100%;
		padding: 18px 25px;
		background-color: #000;
		border-radius: 30px;
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.education-button .education-buttonType--input {
		border: none;
	}
	.education-button [class^="education-buttonType"] .education-buttonLabel {
		display: block;
		position: relative;
	}
	.education-button .education-buttonType--arow .education-buttonLabel {
		padding-right: 25px;
	}
	.education-button .education-buttonType--arow .education-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;;
		transform: rotate(45deg);
		width: 6px;
		height: 6px;
		margin-top: -6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transition: all 0.3s ease-out;
	}
	.education-button.type02 {
		margin-top: 10px;
	}
	.education-button.type02 [class^="education-buttonType"] {
		display: block;
		width: 100%;
		padding: 18px 25px;
		background-color: #fff;
		border-radius: 30px;
		text-align: center;
		font-size: 1.6rem;
		color: #205af3;
		font-weight: bold;
		text-decoration: none;
	}
	.education-button.type02 .education-buttonType--input {
		border: none;
	}
	.education-button.type02 [class^="education-buttonType"] .education-buttonLabel {
		display: block;
		position: relative;
	}
	.education-button.type02 .education-buttonType--arow .education-buttonLabel {
		padding-right: 25px;
	}
	.education-button.type02 .education-buttonType--arow .education-buttonLabel::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		transform: rotate(45deg);
		width: 6px;
		height: 6px;
		margin-top: -6px;
		border-top: 2px solid #205af3;
		border-right: 2px solid #205af3;
		transition: all 0.3s ease-out;
	}
	.pcOnly {
		display: none!important;
	}
	
	/* ----- .education-hero ----- */
	.education-hero {
		margin: 0 -24px;
		background-color: #205af3;
	}
	.education-heroInner {
		position: relative;
		padding: 70px 5px 90px 24px;
	}
	.education-heroInner::before {
		position: absolute;
		top: 70px;
		left: 24px;
		width: 7px;
		height: 120px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic02.png") no-repeat;
		background-size: contain;
		content: "";
	}
	.education-heroImage {
		margin-right: -5px;
		text-align: right;
	}
	.education-heroImage img {
		width: calc((310/375)*100vw);
	}
	.education-heroBody {
		margin-top: -50px;
	}
	.education-heroSubTitleWrap + .education-heroSubTitleWrap {
		margin-top: 12px;
	}
	.education-heroSubTitle {
		display: inline;
		padding: 6px;
		background-color: #fff;
		color: #205af3;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-heroTitle {
		margin-top: 18px;
		color: #fff;
		font-size: 2.9rem;
		font-weight: bold;
		line-height: 1.6;
	}
	
	/* ----- .education-box ----- */
	.education-boxWrap {
		margin-top: -65px;
	}
	.education-box {
		width: 100%;
		padding: 27px 10px 25px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.04);
	}
	.education-boxText {
		margin-bottom: 10px;
		color: #131314;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	.education-boxText-accent {
		color: #205af3;
	}
	.education-boxRead {
		color: #131314;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.education-boxReadText {
		display: inline-block;
		background: linear-gradient(transparent 65%,#ebf1ff 0);
	}
	.education-boxRead-accent {
		color: #205af3;
	}
	.education-boxRead-large {
		font-size: 3.2rem;
	}
	
	/* ----- .education-read ----- */
	.education-read {
		margin-top: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	.education-read-accent {
		color: #205af3;
	}
	.education-read-large {
		font-size: 3.4rem;
	}
	
	/* ----- .education-read02 ----- */
	.education-read02Wrap {
		margin-bottom: 20px;
	}
	.education-read02 {
		color: #fff;
		font-size: 1.6rem;
		text-align: center;
	}
	
	/* ----- .education-noteList ----- */
	.education-noteListWrap {
		margin-top: 7px;
	}
	.education-noteList {
		text-align: left;
	}
	.education-noteList-center {
		padding-left: 40px;
	}
	.education-noteList > li,
	.education-noteList-center li{
		position: relative;
		padding-left: 13px;
		color: #777d8e;
		font-size: 1.1rem;
		line-height: 1.2;
		letter-spacing: -0.1px;
	}
	.education-noteList > li + li {
		margin-top: 5px;
	}
	.education-noteList > li > .education-noteListMark,
	.education-noteList-center > li > .education-noteListMark {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* ----- .education-noteList02 ----- */
	.education-noteList02Wrap {
		margin: 25px 0 50px;
	}
	.education-noteList02 {
		text-align: left;
	}
	.education-noteList02 > li {
		position: relative;
		padding-left: 13px;
		color: #777d8e;
		font-size: 1.1rem;
		line-height: 1.5;
		letter-spacing: -0.1px;
	}
	.education-noteList02 > li + li {
		margin-top: 7px;
	}
	.education-noteList02 > li > .education-noteList02Mark {
		position: absolute;
		top: 1px;
		left: 0;
	}
	
	/* ----- .education-privilege ----- */
	.education-privilege {
		margin-top: 30px;
	}
	.education-privilegeTitle {
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	.education-privilegeColumn {
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		margin: 10px 0 15px;
	}
	.education-privilegeColumn::before {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background-color: #205af3;
		transform: translate(-50%, -50%);
		content: "";
	}
	.education-privilegeColumn::after {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 13px;
		height: 13px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic03.png") no-repeat;
		background-size: contain;
		transform: translate(-50%, -50%);
		content: "";
	}
	.education-privilegeBox {
		width: calc((100% - 13px)/2);
		padding: 13px 3px 10px;
		border-radius: 10px;
		background-color: #fff;
		text-align: center;
	}
	.education-privilegeBox:nth-of-type(1) {
		margin-right: 13px;
	}
	.education-privilegeBoxtext {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-privilegeBoxRead {
		margin-top: 7px;
		padding-left: 5px;
		color: #3a70ff;
		font-size: 1rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-privilegeBoxRead em {
		font-size: 3.2rem;
		font-style: normal;
		letter-spacing: -1px;
	}
	
	/* ----- .education-anchorNavi ----- */
	.education-anchorNavi {
		margin-top: 30px;
	}
	.education-anchorNaviList {
		margin: 0;
		padding: 5px 15px;
		border-radius: 10px;
		background-color: #fff;
		overflow: hidden;
		list-style: none;
	}
	.education-anchorNaviList > li {
		border-bottom: 1px solid #ecedf6;
	}
	.education-anchorNaviList > li:nth-last-of-type(1) {
		border-bottom: none;
	}
	.education-anchorNaviLink {
		display: flex;
		align-items: center;
		min-height: 3.8em;
		padding: 10px 0;
		color: #777d8e!important;
		text-decoration: none!important;
	}
	.education-anchorNaviLabel {
		display: inline-block;
		position: relative;
		width: 100%;
		padding-right: 25px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.education-anchorNaviLabel::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 4px;
		transform: translateY(-50%);
		width: 14px;
		height: 8px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic04.png") no-repeat 0 0;
		content: "";
	}
	
	/* ----- .education-heading3 ----- */
	.education-heading3 {
		position: relative;
		margin: 0 0 10px;
		padding-left: 35px;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.education-heading3::before {
		position: absolute;
		top: 4px;
		left: 0;
		width: 26px;
		height: 26px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic05.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-heading3Title {
		font-size: 2.4rem;
		font-weight: bold;
	}
	
	/* ----- .education-content01 ----- */
	.education-content01 {
		position: relative;
		margin: 50px -24px 0;
		background-color: #fff;
	}
	.education-content01Inner {
		padding: 50px 24px 30px;
	}
	.education-content01TitleText {
		position: relative;
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.education-content01TitleText::before {
		position: absolute;
		top: -6px;
		right: -14px;
		width: 70px;
		height: 100px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg01_sp.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content01TitleImage {
		margin: 30px -24px 0 0;
	}
	.education-content01Column {
		margin-top: 40px;
	}
	.education-content01Item + .education-content01Item{
		margin-top: 35px;
	}
	.education-content01FigureCaption {
		margin-top: 20px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.education-content01 + .education-button {
		margin: 0 -24px;
		padding: 30px 24px 40px;
		background-color: #fff;
	}
	
	/* ----- .education-content02 ----- */
	.education-content02 {
		padding: 55px 0 45px;
	}
	.education-content02Title {
		margin-bottom: 30px;
	}
	.education-content02TitleText {
		position: relative;
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.education-content02TitleText::before {
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 100px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg02_sp.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content02Read {
		margin: 15px -10px 0 0;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.education-content02Read-accent {
		color: #205af3;
	}
	.education-content02Column {
		margin-top: 20px;
	}
	.education-content02Item + .education-content02Item {
		margin-top: 15px;
	}
	.education-content02Box {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding: 15px 15px 20px 35px;
		border-radius: 5px;
		background-color: #fff;
	}
	.education-content02BoxImage {
		width: 65px;
		margin-right: 25px;
	}
	.education-content02BoxDetail {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: calc(100% - (65px + 25px));
	}
	.education-content02BoxText {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.education-content02BoxRead {
		margin-top: 5px;
		color: #205af3;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-content02BoxRead > em {
		font-size: 3.2rem;
		font-style: normal;
	}
	.education-content02Figure {
		margin-top: 20px;
		text-align: center;
	}
	
	/* ----- .education-content03 ----- */
	.education-content03 {
		position: relative;
		margin: 0 -24px;
		background-color: #fff;
	}
	.education-content03Inner {
		padding: 65px 24px 30px;
	}
	.education-content03TitleText {
		position: relative;
		font-size: 3rem;
		font-weight: bold;
	}
	.education-content03TitleText::before {
		position: absolute;
		top: -33px;
		right: -6px;
		width: 70px;
		height: 100px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_bg03_sp.png") no-repeat 0 0;
		background-size: contain;
		content: "";
	}
	.education-content03-accordionWrap {
		margin-top: 40px;
	}
	.education-content03-accordion {
		padding: 13px 0 20px;
		border-bottom: 1px solid #dde1ec;
	}
	.education-content03-accordion:nth-last-of-type(1) {
		border-bottom: none;
	}
	.education-content03-accordionHead {
		position: relative;
		padding-right: 20px;
	}
	.education-content03-accordionHead::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 10px;
		height: 6px;
		background: url("/memberservice/pc/rsp/v1/education_program/img/explanation_ic04.png") no-repeat 0 0;
		background-size: contain;
		content: '';
	}
	.education-content03-accordionHead.is-open::after {
		transform: rotateZ(180deg);
	}
	.education-content03-accordionTitle {
		position: relative;
		padding-left: 35px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.education-content03-accordionMark {
		position: absolute;
		top: 4px;
		left: 0;
		color: #205af3;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
	}
	.education-content03-accordionBody {
		padding: 20px 0 10px 25px;
	}
	.education-content03-accordionText {
		position: relative;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content03-accordionText::before {
		position: absolute;
		top: 50%;
		left: -18px;
		transform: translateY(-50%);
		width: 3px;
		height: 120%;
		min-height: 40px;
		background-color: #205af3;
		content: "";
	}
	.education-content03-accordionList {
		position: relative;
	}
	.education-content03-accordionList::before {
		position: absolute;
		top: 50%;
		left: -18px;
		transform: translateY(-50%);
		width: 3px;
		height: 120%;
		min-height: 40px;
		background-color: #205af3;
		content: "";
	}
	.education-content03-accordionList > li {
		position: relative;
		padding-left: 12px;
		color: #777d8e;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.education-content03-accordionList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* ----- -agreement ----- */
	.text1b{
		margin-top: 1em;
		font-weight: bold;
		font-size: 1.5rem;
	}
	/*--カラーテーブル　ノーマル--*/ 
	.colorTable01{ 
			margin:0px 0 0 0;
			border-collapse:collapse;
			border-spacing:0;
			empty-cells:show;
			padding:5px;
			width:100%;
	} 

	.colorTable01 th{ 
			background:#dbdbdb; 
			padding:5px; 
			text-align:left; 
			vertical-align:top; 
			border:1px solid #CCCCCC; 
			font-weight:normal; 
			color:#333333; 
	} 

	.colorTable01 th_bk{ 
			background:#8B7B7B; 
			padding:5px; 
			text-align:left; 
			vertical-align:top; 
			border:1px solid #fff; 
			font-weight:normal; 
			color:#fff; 
	} 

	.colorTable01 td{ 
			padding:5px; 
			border:1px solid #CCCCCC; 
	} 

	.colorTable01 td_bk{ 
			padding:5px; 
			border:1px solid #fff; 
	} 

	.colorTable01 td.td01{ 
			background:#FFFFFF; 
	} 

	.colorTable01 td.td02{ 
			background:#F6F6F6; 
	}

	/*--カラーテーブル　中央寄せ--*/ 
	.colorTable02{ 
			margin:0px 0 0 0; 
			border-collapse:collapse; 
			border-spacing:0;
			empty-cells:show;
			padding:5px; 
			width: 100%;
	} 

	.colorTable02 caption{ 
			text-align:left; 
	} 

	.colorTable02 th{ 
			background:#dbdbdb; 
			padding:5px; 
			text-align:center; 
			vertical-align:middle; 
			border:1px solid #CCCCCC; 
			font-weight:normal; 
			color:#333333; 
	} 

	.colorTable02 th.left{ 
			text-align:left; 
			vertical-align:middle; 
	} 

	.colorTable02 td{ 
			padding:5px; 
			border:1px solid #CCCCCC; 
			text-align:center; 
			vertical-align:middle; 
	} 

	.colorTable02 td.td01{ 
			background:#FFFFFF; 
	} 

	.colorTable02 td.td01left{ 
			background:#FFFFFF; 
			text-align:left; 
	} 

	.colorTable02 td.td02{ 
			background:#F6F6F6; 
	} 

	.colorTable02 td.td02left{ 
			background:#F6F6F6; 
			text-align:left; 
	} 

	.colorTable03{ 
			margin:10px 0 0 0; 
			border-collapse:collapse; 
			border-spacing:0; 
			empty-cells:show;     
			padding:5px; 
	} 

	.colorTable03 th{ 
			background:#dbdbdb; 
			padding:5px; 
			text-align:left; 
			vertical-align:top; 
			border:1px solid #CCCCCC; 
			font-weight:normal; 
			color:#333333; 
	} 

	.colorTable_qa{ 
			margin:0px 0 0 0; 
			border-collapse:collapse; 
			border-spacing:0; 
			empty-cells:show;     
			padding:5px; 
			width:394px; 
	} 

	.colorTable_qa td{ 
			padding:5px; 
			border:1px solid #CCCCCC; 
			text-align:left; 
			vertical-align:middle; 
	} 

	.colorTable_qa td.td01{ 
			background:#FFFFFF; 
	} 

	.colorTable_qa td.td02{ 
			background:#F6F6F6; 
	}

	/*================ 
	 テーブル用 
	================*/ 
	.bgTable{ 
		width: 100%;
		margin:5px 0;
	} 

	.bgTable caption{ 
			text-align:left; 
			margin:5px 0 0 0; 
	} 
 
	.table_left{ 
			background-image:url(/img/common/bg_table_l.gif); 
			background-repeat:repeat-y; 
			width:10px; 
	} 

	.table_right{ 
			background-image:url(/img/common/bg_table_r.gif); 
			background-repeat:repeat-y; 
			width:10px; 
	} 

	.card_table_bg01{ 
			background-image:url(/img/common/bg_table_large.gif); 
			background-repeat:repeat-y; 
			padding:0 10px 1px 10px; 
			width:100%; 
	} 

	.table_co_left{ 
			background-image:url(/img/common/bg_table_co-l.gif); 
			background-repeat:no-repeat; 
			width:10px; height:10px; 
	} 

	.table_co_right{ 
			background-image:url(/img/common/bg_table_co-r.gif); 
			background-repeat:no-repeat; 
			width:10px; height:10px; 
	} 

	.table_bottom{ 
			background-image:url(/img/common/bg_table_b.gif); 
			background-repeat:repeat-x; 
			height:10px; 
	} 

	/*グレーの背景枠つきのテープル*/ 
	.table_left02{ 
			background-image:url(/img/common/bg_table_l02.gif); 
			background-repeat:repeat-y; 
			width:12px; 
	} 

	.table_right02{ 
			background-image:url(/img/common/bg_table_r02.gif); 
			background-repeat:repeat-y; 
			width:12px; 
	} 

	.table_co_Tleft02{ 
			background-image:url(/img/common/bg_table_co-tl02.gif); 
			background-repeat:no-repeat; 
			width:12px; height:6px; 
	} 

	.table_co_Tright02{ 
			background-image:url(/img/common/bg_table_co-tr02.gif); 
			background-repeat:no-repeat; 
			width:12px; height:6px; 
	} 

	.table_top02{ 
			background-image:url(/img/common/bg_table_t02.gif); 
			background-repeat:repeat-x; 
			height:6px; 
	} 

	.table_co_Bleft02{ 
			background-image:url(/img/common/bg_table_co-bl02.gif); 
			background-repeat:no-repeat; 
			width:12px; height:12px; 
	} 

	.table_co_Bright02{ 
			background-image:url(/img/common/bg_table_co-br02.gif); 
			background-repeat:no-repeat; 
			width:12px; height:12px; 
	} 

	.table_bottom02{ 
			background-image:url(/img/common/bg_table_b02.gif); 
			background-repeat:repeat-x; 
			height:12px; 
	} 

	.bgTable .table_con{ 
			background-color:#f6f6f6; 
	}
	
	[valign="middle"]{ 
			display: none;
	}
	/* ----- footer ----- */
	#footerContents{
		margin-top: 75px;
		padding-bottom: 20px;
	}
	#footerContents .copyright{
		text-align: center;
		font-size: 1.2rem;
		color: #777d8e;
	}
	.topFooter #footerContents{
		margin-top: 0;
		padding-top: 20px;
	}
	.topFooter #footerContents .copyright{
		color: #fff;
	}
	/* ----- .education-infoBox ----- */
	.education-infoBox {
		background-color: #fff;
		padding: 14px 12px 20px;
		border-radius: 4px;
		filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.1));
		margin-top: 29px;
	}
	.education-infoBoxHead {
		border-bottom: 1px solid #000;
		padding-bottom: 8px;
	}
	.education-infoBox .education-infoTitle {
		font-weight: bold;
		font-size: 1.04rem;
		position: relative;
		padding-left: 18px;
	}
	.education-infoBox .education-infoTitle::after {
		position: absolute;
		content: "";
		background: url("/education_program/img-files/common_ic01.png") no-repeat 0 0 / contain;
		width: 13px;
		height: 11.5px;
		top: 1px;
		left: 0;
	}
	.education-infoBox .education-infoBoxBody {
		margin-top: 13px;
	}
	.education-infoBox .education-infoTxt {
		font-size: 1.04rem;
		margin-top: 3px;
	}
	.education-infoBox .education-infoTxt:first-child {
		margin-top: 0;
	}
	.education-infoBox .education-infoLink {
		color: #205af3;
		padding-right: 23px;
	}
	.education-infoBox .education-infoLink.type-pdf {
		position: relative;
	}
	.education-infoBox .education-infoLink.type-pdf::after {
		content: "";
		background: url("/education_program/img-files/common_ic02.png") no-repeat 0 0 / contain;
		width: 16.5px;
		height: 16px;
		margin-left: 6px;
		margin-bottom: -5px;
	}
/* ----- .education-programVideo ----- */
	.education-programVideo {
		margin: 20px 0 30px;
		text-align: center;
	}
	.education-programVideo > iframe {
		width: calc(100vw - 48px);
		height: calc((100vw - 48px) * 0.5625);
	}
}