@charset "shift_jis";

/*------------------------------
base.cssの上書き
------------------------------*/
.mainBox {
	padding: 0;
	/* background: #f2f2f2 !important; */
}


@media screen and (max-width:767px) {
	article.container>div {
		margin-bottom: 20px !important;
	}
}

article.container>section {
	margin-bottom: 60px;
}

ul.disc li,
ul.circle li {
	line-height: 1.4;
}



/*------------------------------
背景色+コンテンツサイズ
------------------------------*/
.h1_area {
	background-color: #fff;
	padding: 25px 0 16px;
}


#wrapper>.mainBox {
	background: #eaf2fa;
}

.mainBox>.container {
	background: #eaf2fa;
}

.container {
	line-height: 2rem;
	margin-bottom: 0;
	width: 1000px;
	margin: auto;
	padding: 2rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

@media screen and (max-width:767px) {
	.container {
		line-height: 1.6;
		width: 94%;
		padding: 1rem;
		margin-bottom: 20px;
	}
}


/*------------------------------
キーイメージ
------------------------------*/


.keyimgArea {
	width: 100%;
	background: url("/gerontology/images/index/AI72250-202509-001.png") no-repeat center center / cover;
	position: relative;
}

@media screen and (max-width: 767px) {
	.keyimgArea {
		height: 400px;
		background-size: 211% auto;
		/* 横を大きくして */
		background-position: 20% top;
		/* 左に寄せる（数値で調整） */
	}
}


.keyimgArea::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.6);
	/* 白っぽい透明色 */
	/* backdrop-filter: blur(1px); */

}


.mainBox .keyimgBox {
	width: 960px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	margin-top: -1em;
	text-align: right;
	padding-top: 2rem;
}

@media screen and (max-width: 767px) {
	.mainBox .keyimgBox {
		width: 100%;
		padding: 2rem 1rem;
		height: 400px;
	}
}

.keyimg_text {
	font-size: 1.7rem;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
	margin-top: 0.5em !important;
}

@media screen and (max-width: 767px) {
	.keyimg_text {
		font-size: 18px;
		line-height: 1.2;
	}
}

.nintei {
	background-color: #105ab0;
	color: #fff;
	padding: 5px 20px;
	border-radius: 999px;
	display: inline-block;
}

.keyimg_ttl {
	font-size: 3.4rem;
	font-weight: bold;
	color: #105ab0;
	text-shadow: #fff 1px 0 10px;
	text-shadow: 2px 2px #fff;
}

@media screen and (max-width: 767px) {
	.keyimg_ttl {
		font-size: 1.8rem;
		line-height: 1.2;
		padding-bottom: 1rem;
		display: inline-block;

	}
}

.sub_ttl {
	font-size: 1.55rem;
	color: #ff7100;
}

@media screen and (max-width: 767px) {
	.sub_ttl {
		font-size: 1.2rem;
		padding-top: 1rem;
		display: inline-block;
	}
}

ul.keyimg_btn {
	position: absolute;
	display: flex;
	gap: 1rem;
	bottom: 10%;
	right: 0%;
}


ul.keyimg_btn li a.online,
a.online,
ul.keyimg_btn li a.request,
a.request,
ul.keyimg_btn li a.trial,
a.trial {
	background-color: #00b0c7;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	transition: all .3s ease;
	box-shadow: 0px 5px 10px 0px rgb(27 85 157 / 35%);
}

a.online,
ul.keyimg_btn li a.online {
	background: linear-gradient(90deg, #4595d4, #0e58af, #4595d4);
	border: solid 2px #006fc7;
	background-size: 200% 100%;
}

a.online:hover,
a.request:hover,
ul.keyimg_btn li a.online:hover,
ul.keyimg_btn li a.request:hover {
	text-decoration: none;
	background-position: right;
	box-shadow: none;
}

a.request,
ul.keyimg_btn li a.request {
	background: linear-gradient(90deg, #ffb722, #ff7100, #FFC107);
	border: solid 2px #ff9628;
	background-size: 200% 100%;
}



/*文字装飾追加*/
.catch {
	line-height: 1.6;
	margin: 2em 0 3em 0;
	font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
	.catch {
		font-size: 1.0rem;
	}
}


/*------------------
見出しの上書き
------------------*/
@media screen and (max-width:767px) {
	h1 {
		font-size: 1.4rem;
		line-height: 1.2;
		padding: 10px 0;
	}
}

.container h2 {
	position: relative;
	font-size: 1.9rem;
	padding-left: 0px;
	font-weight: 800;
	color: #1b559d;
	border-bottom: transparent;
	margin-bottom: 2em;
	text-align: center;
}

.container h2::after {
	content: '';
	display: block;
	background: transparent;
	margin-left: 0px;
}

.container h2:before {
	content: '';
	position: absolute;
	bottom: -1rem;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #98bce8;
	border-radius: 100px;
}

@media screen and (max-width:767px) {
	.container h2 {
		font-size: 1.4em;
	}

	.container h2:: after {
		/* スマホサイズ */
		content: '';
		display: block;
		position: absolute;
		bottom: -1px;
		width: 50%;
		height: 0;
		background: transparent;
	}
}

.container h3 {
	position: relative;
	margin-bottom: 0.8em;
	padding-left: 0px;
	color: #1b559d;
	border-bottom: 3px solid #cccccc;
	font-size: 1.4rem;
	font-weight: 800;
}

@media screen and (max-width:767px) {
	.container h3 {
		font-size: 1.25rem;
	}
}

.container h3:after {
	position: absolute;
	bottom: -3px;
	background-color: #1b559d;
	height: 3px;
}

.container h4 {
	font-size: 1.3rem;
	border-left: 8px solid #1b559d;
	color: #1b559d;
	padding-left: 20px;
}



/*----------------------
コンバージョンリンク
----------------------*/

.cv_area {
	background: #87bef5;
	padding: 60px 0;
	margin-top: -1em !important;
	background: url("/gerontology/images/index/cv_bgimg.png") no-repeat center center / cover;
}

.cv_area .inner_box {
	width: 940px;
	display: block;
	margin: auto;
	color: #fff;
	text-align: center;
}

@media screen and (max-width:767px) {
	.cv_area {
		padding: 30px 0 40px 0;
	}

	.cv_area .inner_box {
		width: 90%;
	}
}

ul.cv_btn {
	display: flex;
	justify-content: center;
}

@media screen and (max-width:767px) {
	ul.cv_btn {
		display: block;
		justify-content: center;
	}
}

ul.cv_btn li {
	flex: 1;
	max-width: 33.33%;
	margin: 0 10px;
	text-align: center;
}

@media screen and (max-width:767px) {
	ul.cv_btn li {
		max-width: 100%;
		padding: 10px 0;
	}
}

ul.cv_btn a {
	display: block;
	padding: 1em;
	border-radius: 8px;
	transition: all .3s;
}

/**/
ul.cv_btn li a.online,
ul.cv_btn li a.request,
ul.cv_btn li a.trial {
	background-color: #00b0c7;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	transition: all .3s ease;
	box-shadow: 0px 7px 10px 0px rgb(6 62 133 / 41%);

}

ul.cv_btn li a.online {
	background: linear-gradient(90deg, #4595d4, #0e58af, #4595d4);
	border: solid 2px #006fc7;
	background-size: 200% 100%;
}

ul.cv_btn li a.request {
	background: linear-gradient(90deg, #ffb722, #ff7100, #FFC107);
	border: solid 2px #ff9628;
	background-size: 200% 100%;
}

ul.cv_btn li a.trial {
	background: #fff;
	border: solid 2px #00b0c7;
	color: #00b0c7;
	background: linear-gradient(90deg, #fff, #eaf2fa);
}

ul.cv_btn li a.trial:hover {
	background: #00b0c7;
	background: linear-gradient(90deg, #00b0c7 60%, #30d0e4);
	text-decoration: none;
	border: solid 2px #2abfd2;
	color: #fff;
	box-shadow: none;
}

ul.cv_btn li a.online:hover,
ul.cv_btn li a.request:hover {
	text-decoration: none;
	background-position: right;
	border: solid 2px #2abffb;
	box-shadow: none;

}


/* ----------------------------------
カウント
----------------------------------*/
ul.check {
	position: relative;
	width: 100%;
	height: auto;
	background: #eaf2fa;
	padding: 2rem;
	text-align: left;
	border-radius: 8px;
	font-size: 15px;

}

ul.check li {
	position: relative;
	padding-left: 2.8rem;
	line-height: 1.8;
	padding-bottom: 1rem;
	color: #2960a8;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
	.opening {
		padding: 1rem;
	}
}

ul.check li:last-child {
	padding-bottom: 0;
}

@media screen and (max-width:767px) {
	ul.check li {
		line-height: 1.2;
		padding-bottom: 20px;
		font-size: 1.1rem;
		padding-left: 2rem;
	}
}

ul.check li:before {
	position: absolute;
	content: "";
	left: 0;
	display: -block;
	width: 100%;
	height: 31px;
	background-image: url(/gerontology/images/index/img_check.png);
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
	ul.check li:before {
		top: -5px;
		height: 20px;
	}
}

/*----------------------
ページ内リンク
----------------------*/

.NavBox {
	background: #fff;
	padding: 1rem;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgb(27 85 157 / 16%);
}

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

	/*スマホサイズ*/
	.NavBox {
		margin: 0 auto;
	}
}

.groupNav {
	padding: 0.7em;
}

.groupNav: after {
	content: "";
	clear: both;
	display: block;
}

.groupNav li {
	float: left;
	text-indent: 0;
	width: auto;
	padding: 8px;
}

@media screen and (max-width:767px) {
	.groupNav {
		padding: 0;
	}

	.groupNav li {
		padding: 3px;
		margin-right: 1em;
	}
}


.groupNav li:last-child {
	padding-bottom: 0;
}

ul.groupNav a {
	color: #2369c1;
	font-weight: 600;
}

.tLink-a {
	position: relative;
	display: block;
	padding-left: 20px;
	background-image: none;
}

.tLink-a: before {
	content: '';
	width: 14px;
	height: 14px;
	background: #3567c2;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

.tLink-a: after {
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -3px;
}

/*---------------------------
におすすめ
---------------------------*/
ul.discBox {
	background: #e8ebfb;
	padding: 1rem;
	border-radius: 10px;
}

ul.discBox li {
	margin-bottom: 10px;
}

ul.discBox li:last-child {
	margin-bottom: 0;
}

.alert02 {
	background: #e3efff !important;
}

ul.discBOX {

	padding: 2rem;
	border-radius: 10px;
}

ul.disc li::marker {
	color: #9eb8d8;
	font-size: 1.5rem;
}

ul.discBOX li {
	margin-bottom: 10px;
}

ul.discBOX li:last-child {
	margin-bottom: 0px;
}





/*---------------------------
注目される背景
---------------------------*/
.background_arrow {
	background-image: url("/gerontology/images/index/img_arrow.png");
	background-repeat: no-repeat;
	background-position: center;
}

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

	/*スマホサイズ*/
	.background_arrow {
		background: url("/gerontology/images/index/img_arrow.png") no-repeat center center / cover;
		background-size: 100% auto;
	}
}


/*-----------------------
割引
-----------------------*/

.discount {
	display: flex;
	position: relative;
	width: 100%;
	justify-content: center;
}

.discount_box,
.discount_box_off {
	border-radius: 8px;
	border: solid 4px #98bce8;
	padding: 0.8rem;
	margin: 0 !important;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*flex: 1;*/
	font-weight: 800;
}

.discount_box_off {
	border: solid 4px #ffb8b8;
	background: #fff3ef;

}

.discount_box span,
discount_box_off span {
	white-space: nowrap;
}


.discount_box span.price_normal {
	font-size: 1.3rem;
	color: #444;

}

.discount_box span.price {
	font-size: 1.3rem;
	color: #FF9800;
	font-weight: 800;
	margin-top: 20px;
}

.discount p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	line-height: 1.5;
}

.discount p span.price {
	display: block;

}

#mainColumn .discount p {
	margin: 0.3rem;
	font-weight: bold;
	color: #316099;
}

@media screen and (max-width: 767px) {
	.discount {
		display: table;
		width: 100%;
	}

	#mainColumn .discount p {
		transform: rotate(90deg);
		margin: 1rem;
	}
}

span.price_torikeshi {
	text-decoration: line-through;
	color: #b5b5b5;
}

span.discount_price {
	font-weight: bold;
	color: #f00;
	font-size: 1.5rem;
}

span.off_price {
	position: relative;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	background: #f00;
	width: 100%;
	border-radius: 100px;
	margin-bottom: 20px;
	padding: 10px 20px 5px 20px;
}

@media screen and (max-width: 767px) {
	.discount img {
		display: inline-block;
		transform: rotate(90deg);
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	span.off_price {
		width: 89%;
		padding-top: 5px
	}
}

span.off_price:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f00;
}

/* ----------------------------------
カウント
----------------------------------*/
body {
	counter-reset: count;
	/* ページ全体で一度だけ初期化 */
}


/* ----------------------------------
背景
----------------------------------*/
.background_box {
	background: #eaf2fa;
	padding: 2em;
	border-radius: 0.5rem;
	border: solid 3px #1b559d40;
}

.background_box h3 {
	color: #1b559d;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.3;
	border-bottom: none;
}

.background_box img.grid2 {
	max-width: 120px;
}

.background_box ul li {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #1d569e;
}



/* ----------------------------------
カウント_講座の魅力
----------------------------------*/
dl.count_point {
	counter-reset: count;
}

dl.count_point dt {
	counter-increment: count;
	flex-wrap: wrap;
	margin: 20px 0;
	font-weight: bold;
	background: #0b4188;
	color: #fff;
	padding: 0.5em 1em;
	font-size: 1.3rem;
	background: linear-gradient(10deg, #2960a9 20%, #3f95bb);
}

dl.count_point dt::before {
	content: "Point " counter(count) ". ";
	font-weight: bold;
	font-size: 1.2rem;
	color: #fcda72;
}

@media screen and (max-width: 767px) {
	dl.count_point dt {
		display: flex;
		align-items: center;
		line-height: 1.2;
	}

	dl.count_point dt:: before {
		min-width: 50px;
		margin-right: 10px;
		line-height: 1.2;
	}
}

dl.count_point dd {
	line-height: 1.6;
}

dl.count_point dd.kouka_box {
	background: #eaf2fa;
	padding: 1em;
	border-radius: 8px;
	line-height: 1.6;
	/* border: solid 3px #9fb9db; */
	margin: 1rem 0 3rem 0;
}

dl.count_point dd.kouka_box span.kouka {
	position: relative;
	background: #2960a9;
	padding: 5px 20px 5px 10px;
	margin-bottom: 10px;
	color: #fff;
}

dl.count_point dd.kouka_box span.kouka:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #eaf2fa transparent transparent;
	border-width: 17px 12px 17px 0;
}

/* ----------------------------------
文字装飾
----------------------------------*/
.att {
	font-weight: 800;
	color: #105fc1;
}

/* ----------------------------------
3つのポイント　見出し
----------------------------------*/
h3 span.point {
	position: relative;
	background: #1b559d;
	color: #fff;
	background: linear-gradient(90deg, #0b4188 20%, #1781b0);
	padding: 5px 10px;
	margin-right: 20px;
	display: inline-block;
}

h3 span.point:after {
	content: "";
	position: absolute;
	bottom: -0px;
	right: -38%;
	margin-left: -10px;
	border: 20px solid transparent;
	border-left: 20px solid #1781b0;
}

@media screen and (max-width: 767px) {
	h3 span.point {
		position: relative;
		display: block;
		margin: 0 0 10px 0;
		text-align: center;
		padding: 5px;
	}
}

/* ----------------------------------
講座の活用フィールド
----------------------------------*/
dl.field_box {
	background: #ffefd2;
	padding: 2em;
	border-radius: 8px;
}

dl.field_box dt {
	font-weight: 800;
	font-size: 1.2rem;
	color: #eb9111;
}

dl.field_box dd {
	margin-bottom: 30px;
	border-bottom: dashed #f1c077 1px;
	padding-bottom: 10px;
	line-height: 1.6;
}

dl.field_box dd:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

/* ----------------------------------
講座の活用フィールド
----------------------------------*/
ul.Features {
	background: #0b4188;
	background: linear-gradient(90deg, #0b4188 20%, #1781b0);
	border-radius: 8px;
	padding: 2em;
	margin-bottom: 40px;
	line-height: 1.4;
}

ul.Features li {
	color: #fff;
	font-weight: 800;
	text-indent: -2.5em;
	padding-left: 2.5em;
	padding-bottom: 20px;
}

ul.Features li:last-child {
	padding-bottom: 0px;
}

ul.Features li span.num {
	font-size: 1.6rem;
	font-family: Georgia, serif;
	color: #ffcb30;
}

/* ----------------------------------
受講者の声
----------------------------------*/
@media screen and (max-width: 767px) {
	#voice img {
		width: 50%;
	}
}

/* ----------------------------------
3つのメリット
----------------------------------*/
.container h3.merit {
	display: flex;
	align-items: center;
	border-bottom: transparent;
	border-top: 2px solid #98bce8;
	padding-top: 20px;
}

.container h3.merit:after {
	background: transparent;
}

.container h3.merit img {
	padding-right: 10px;
}

/* ----------------------------------
受講生の声、導入事例、概要
----------------------------------*/
h3.content {
	display: flex;
	align-items: center;
}

h3.content img {
	width: 50px;
	height: auto;
	margin-left: 0 !important;
	margin-right: 10px !important;
	display: block;
}

dl.content_box,
.content_box,
.voice_box {
	background-color: #eaf2fa;
	border-radius: 10px;
	padding: 1rem;
}

.voice_box {
	position: relative;
}

dl.content_box dt,
.voice_box dt {
	align-items: center;
	color: #1b559d;
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 10px;
	line-height: 2;
	align-items: center;
}

dl.content_box dt img {
	width: 50px;
	height: auto;
	margin-left: 0 !important;
	margin-right: 10px !important;
	display: block;
}

/*　合格者の声　*/
.voice_box img {
	position: absolute;
	width: 90px;
	height: auto;
	right: 10px;
	top: 10px;
}

@media screen and (max-width: 767px) {
	.voice_box img {
		width: 60px;
		height: auto;
		top: -7px;
		right: -5px;
	}
}

dl.content_box dt span.jirei {
	background: #c8d7ea;
	border-radius: 999px;
	padding: 0 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

dl.content_box dt.img_ttl {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	dl.content_box {
		flex-direction: column;
	}

	dl.content_box dt {
		width: 100%;
		margin-bottom: 10px
	}

	dl.content_box dd {
		padding-left: 0;
	}
}

span.year {
	padding-left: 10px;
	font-size: 12px;
}


/*あなたへ*/
dl.example {
	margin-bottom: 40px;
	background: #fff;
	padding: 1rem;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgb(27 85 157 / 16%);
}

dl.example dd img {
	margin: auto;
	width: 60px;
	height: auto;
}

dl.example dt {
	color: #1b559d;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	padding-bottom: 1rem;
}

dl.example dd {
	text-align: left;
}

/*------------------
文字装飾
------------------*/
span.orange,
p.orange {
	color: #ff7100;
	font-weight: bold;
}



/*------------------
学ぶ
------------------*/
dl.studdy_box dt {
	font-weight: bold;
}

.start_box {
	display: flex;
	align-items: center;
	background-color: #eaf2fa;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 0 !important;

}

.start_box img {
	width: 60px;
	height: auto;
	margin-right: 10px;
}

dl.studdy_box {
	background: #fff;
	padding: 1rem;
	border-radius: 10px;
	border-left: 14px solid #2369c1;
	box-shadow: 0px 5px 10px 0px rgb(27 85 157 / 16%);
}

@media screen and (max-width: 767px) {
	dl.studdy_box {
		box-shadow: 0px 3px 3px 0px rgb(27 85 157 / 16%);
	}
}

dl.studdy_box dt {
	display: flex;
	align-items: center;
	color: #1b559d;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 1rem;
}

dl.studdy_box dt img {
	width: 50px;
	height: auto;
	margin-left: 0 !important;
	margin-right: 10px !important;
	display: block;
}

dl.studdy_box dd {
	text-align: left;
	line-height: 1.6;
}

.innder_box,
.grid_box {
	background-color: #fff;
	border-radius: 10px;
	padding: 2rem;
	box-shadow: 0px 5px 10px 0px rgb(27 85 157 / 16%);
}

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

	.innder_box,
	.grid_box {
		box-shadow: 0px 5px 5px 0px rgb(27 85 157 / 16%);
	}
}

.grid_box h3 {
	border: none;
	margin-bottom: 0;
}

.grid_box h3:after {
	background-color: transparent;
}


.grid_box ul.check {
	background: #eaf2fa;
}

}

ul.keyimg_btn li a.trial {
	background: #fff;
	border: solid 2px #00b0c7;
	color: #00b0c7;
}

ul.keyimg_btn li a.trial:hover {
	background: #00b0c7;
	text-decoration: none;
	color: #fff;
}


@media screen and (max-width: 767px) {
	ul.keyimg_btn {
		left: 50%;
		transform: translateX(-50%);
		right: auto;
		width: 100%;
		justify-content: center;
		bottom: 4%;
	}

	ul.keyimg_btn li a.online,
	ul.keyimg_btn li a.request,
	ul.keyimg_btn li a.trial {
		padding: 5px;
		border-radius: 8px;
		font-size: 14px;
	}

	a.online,
	a.request,
	a.trial {
		padding: 10px;
		border-radius: 8px;
		font-size: 14px;
		display: block;
		text-align: center;
	}

}



/*----------------------
コンバージョンリンク
----------------------*/

.cv_area {
	background: #87bef5;
	padding: 60px 0;
	margin-top: -1em !important;
	background: url("/gerontology/images/index/cv_bgimg.png") no-repeat center center / cover;
}

.cv_area .inner_box {
	width: 940px;
	display: block;
	margin: auto;
	color: #fff;
	text-align: center;
}


@media screen and (max-width:767px) {
	.cv_area {
		padding: 30px 0 40px 0;
	}

	.cv_area .inner_box {
		width: 90%;
	}
}

ul.cv_btn {
	display: flex;
	justify-content: center;
}

@media screen and (max-width:767px) {
	ul.cv_btn {
		display: block;
		justify-content: center;
	}
}

ul.cv_btn li {
	flex: 1;
	max-width: 33.33%;
	margin: 0 10px;
	text-align: center;
}

@media screen and (max-width:767px) {
	ul.cv_btn li {
		max-width: 100%;
		padding: 10px 0;
	}
}

ul.cv_btn a {
	display: block;
	padding: 1em;
	border-radius: 8px;
	transition: all .3s;
}

/**/

ul.cv_btn li a.online,
ul.cv_btn li a.request,
ul.cv_btn li a.trial {
	background-color: #00b0c7;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	transition: all .3s ease;
	box-shadow: 0px 7px 10px 0px rgb(6 62 133 / 41%);

}


ul.cv_btn li a.online {
	background: linear-gradient(90deg, #4595d4, #0e58af, #4595d4);
	border: solid 2px #006fc7;
	background-size: 200% 100%;
}


ul.cv_btn li a.request {
	background: linear-gradient(90deg, #ffb722, #ff7100, #FFC107);
	border: solid 2px #ff9628;
	background-size: 200% 100%;
}

ul.cv_btn li a.trial {
	background: #fff;
	border: solid 2px #00b0c7;
	color: #00b0c7;
	background: linear-gradient(90deg, #fff, #eaf2fa);
}

ul.cv_btn li a.trial:hover {
	background: #00b0c7;
	background: linear-gradient(90deg, #00b0c7 60%, #30d0e4);
	text-decoration: none;
	border: solid 2px #2abfd2;
	color: #fff;
	box-shadow: none;
}


ul.cv_btn li a.online:hover,
ul.cv_btn li a.request:hover {
	text-decoration: none;
	background-position: right;
	border: solid 2px #2abffb;
	box-shadow: none;

}


/* ----------------------------------
カウント
----------------------------------*/

ul.check {
	position: relative;
	width: 100%;
	height: auto;
	background: #eaf2fa;
	padding: 2rem;
	text-align: left;
	border-radius: 8px;
	font-size: 15px;

}


ul.check li {
	position: relative;
	padding-left: 2.8rem;
	line-height: 1.8;
	padding-bottom: 1rem;
	color: #2960a8;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
	.opening {
		padding: 1rem;
	}
}

ul.check li:last-child {
	padding-bottom: 0;
}

@media screen and (max-width:767px) {
	ul.check li {
		line-height: 1.2;
		padding-bottom: 20px;
		font-size: 1.1rem;
		padding-left: 2rem;
	}
}

ul.check li:before {
	position: absolute;
	content: "";
	left: 0;
	display: -block;
	width: 100%;
	height: 31px;
	background-image: url(/gerontology/images/index/img_check.png);
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
	ul.check li:before {
		top: -5px;
		height: 20px;
	}
}

/*----------------------
ページ内リンク
----------------------*/

.NavBox {
	background: #fff;
	padding: 1rem;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgb(27 85 157 / 16%);
}

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

	/*スマホサイズ*/
	.NavBox {
		margin: 0 auto;
	}
}

.groupNav {
	padding: 0.7em;
}

.groupNav:after {
	content: "";
	clear: both;
	display: block;
}

.groupNav li {
	float: left;
	text-indent: 0;
	width: auto;
	padding: 8px;
}

@media screen and (max-width:767px) {
	.groupNav {
		padding: 0;
	}

	.groupNav li {
		padding: 3px;
		margin-right: 1em;
	}
}


.groupNav li:last-child {
	padding-bottom: 0;
}

ul.groupNav a {
	color: #2369c1;
	font-weight: 600;
}

.tLink-a {
	position: relative;
	display: block;
	padding-left: 20px;
	background-image: none;
}

.tLink-a:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #3567c2;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

.tLink-a:after {
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -3px;
}

/*---------------------------
におすすめ
---------------------------*/
ul.discBox {
	background: #e8ebfb;
	padding: 1rem;
	border-radius: 10px;
}


ul.discBox li {
	margin-bottom: 10px;
}


ul.discBox li:last-child {
	margin-bottom: 0;
}

.alert02 {
	background: #e3efff !important;
}


ul.discBOX {

	padding: 2rem;
	border-radius: 10px;
}


ul.disc li::marker {
	color: #9eb8d8;
	font-size: 1.5rem;
}


ul.discBOX li {
	margin-bottom: 10px;
}

ul.discBOX li:last-child {
	margin-bottom: 0px;
}





/*---------------------------
注目される背景
---------------------------*/
.background_arrow {
	background-image: url("/gerontology/images/index/img_arrow.png");
	background-repeat: no-repeat;
	background-position: center;
}

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

	/*スマホサイズ*/
	.background_arrow {
		background: url("/gerontology/images/index/img_arrow.png") no-repeat center center / cover;
		background-size: 100% auto;
	}
}


/*-----------------------
割引
-----------------------*/

.discount {
	display: flex;
	position: relative;
	width: 100%;
	justify-content: center;
}

.discount_box,
.discount_box_off {
	border-radius: 8px;
	border: solid 4px #98bce8;
	padding: 0.8rem;
	margin: 0 !important;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*flex: 1;*/
	font-weight: 800;
}

.discount_box_off {
	border: solid 4px #ffb8b8;
	background: #fff3ef;

}

.discount_box span,
discount_box_off span {
	white-space: nowrap;
}


.discount_box span.price_normal {
	font-size: 1.3rem;
	color: #444;

}

.discount_box span.price {
	font-size: 1.3rem;
	color: #FF9800;
	font-weight: 800;
	margin-top: 20px;
}

.discount p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	line-height: 1.5;
}

.discount p span.price {
	display: block;

}

#mainColumn .discount p {
	margin: 0.3rem;
	font-weight: bold;
	color: #316099;
}

@media screen and (max-width: 767px) {
	.discount {
		display: table;
		width: 100%;
	}

	#mainColumn .discount p {
		transform: rotate(90deg);
		margin: 1rem;
	}
}

span.price_torikeshi {
	text-decoration: line-through;
	color: #b5b5b5;
}


span.discount_price {
	font-weight: bold;
	color: #f00;
	font-size: 1.5rem;
}

span.off_price {
	position: relative;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	background: #f00;
	width: 100%;
	border-radius: 100px;
	margin-bottom: 20px;
	padding: 10px 20px 5px 20px;
}



@media screen and (max-width: 767px) {
	.discount img {
		display: inline-block;
		transform: rotate(90deg);
		margin-bottom: 15px;
	}
}



@media screen and (max-width: 767px) {
	span.off_price {
		width: 89%;
		padding-top: 5px
	}
}


span.off_price:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f00;
}

/* ----------------------------------
カウント
----------------------------------*/
body {
	counter-reset: count;
	/* ページ全体で一度だけ初期化 */
}


/* ----------------------------------
背景
----------------------------------*/
.background_box {
	background: #eaf2fa;
	padding: 2em;
	border-radius: 0.5rem;
	border: solid 3px #1b559d40;
}

.background_box h3 {
	color: #1b559d;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.3;
	border-bottom: none;
}

.background_box img.grid2 {
	max-width: 120px;
}

.background_box ul li {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #1d569e;
}



/* ----------------------------------
カウント_講座の魅力
----------------------------------*/
dl.count_point {
	counter-reset: count;
}

dl.count_point dt {
	counter-increment: count;
	flex-wrap: wrap;
	margin: 20px 0;
	font-weight: bold;
	background: #0b4188;
	color: #fff;
	padding: 0.5em 1em;
	font-size: 1.3rem;
	background: linear-gradient(10deg, #2960a9 20%, #3f95bb);
}

dl.count_point dt::before {
	content: "Point " counter(count) ". ";
	font-weight: bold;
	font-size: 1.2rem;
	color: #fcda72;
}

@media screen and (max-width: 767px) {
	dl.count_point dt {
		display: flex;
		align-items: center;
		line-height: 1.2;
	}

	dl.count_point dt::before {
		min-width: 50px;
		margin-right: 10px;
		line-height: 1.2;
	}
}

dl.count_point dd {
	line-height: 1.6;
}

dl.count_point dd.kouka_box {
	background: #eaf2fa;
	padding: 1em;
	border-radius: 8px;
	line-height: 1.6;
	/* border: solid 3px #9fb9db; */
	margin: 1rem 0 3rem 0;
}

dl.count_point dd.kouka_box span.kouka {
	position: relative;
	background: #2960a9;
	padding: 5px 20px 5px 10px;
	margin-bottom: 10px;
	color: #fff;
}

dl.count_point dd.kouka_box span.kouka:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #eaf2fa transparent transparent;
	border-width: 17px 12px 17px 0;
}

/* ----------------------------------
文字装飾
----------------------------------*/
.att {
	font-weight: 800;
	color: #105fc1;
}

/* ----------------------------------
3つのポイント　見出し
----------------------------------*/
h3 span.point {
	position: relative;
	background: #1b559d;
	color: #fff;
	background: linear-gradient(90deg, #0b4188 20%, #1781b0);
	padding: 5px 10px;
	margin-right: 20px;
	display: inline-block;
}

h3 span.point:after {
	content: "";
	position: absolute;
	bottom: -0px;
	right: -38%;
	margin-left: -10px;
	border: 20px solid transparent;
	border-left: 20px solid #1781b0;
}

@media screen and (max-width: 767px) {
	h3 span.point {
		position: relative;
		display: block;
		margin: 0 0 10px 0;
		text-align: center;
		padding: 5px;
	}
}

/* ----------------------------------
講座の活用フィールド
----------------------------------*/
dl.field_box {
	background: #ffefd2;
	padding: 2em;
	border-radius: 8px;
}

dl.field_box dt {
	font-weight: 800;
	font-size: 1.2rem;
	color: #eb9111;
}

dl.field_box dd {
	margin-bottom: 30px;
	border-bottom: dashed #f1c077 1px;
	padding-bottom: 10px;
	line-height: 1.6;
}

dl.field_box dd:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

/* ----------------------------------
講座の活用フィールド
----------------------------------*/
ul.Features {
	background: #0b4188;
	background: linear-gradient(90deg, #0b4188 20%, #1781b0);
	border-radius: 8px;
	padding: 2em;
	margin-bottom: 40px;

	line-height: 1.4;
}

ul.Features li {
	color: #fff;
	font-weight: 800;
	text-indent: -2.5em;
	padding-left: 2.5em;
	padding-bottom: 20px;
}

ul.Features li:last-child {
	padding-bottom: 0px;
}

ul.Features li span.num {
	font-size: 1.6rem;
	font-family: Georgia, serif;
	color: #ffcb30;
}

/* ----------------------------------
受講者の声
----------------------------------*/
@media screen and (max-width: 767px) {
	#voice img {
		width: 50%;
	}
}



/* ----------------------------------
受講生の声、導入事例、概要
----------------------------------*/
h3.content {
	display: flex;
	align-items: center;
}

h3.content img {
	width: 50px;
	height: auto;
	margin-left: 0 !important;
	margin-right: 10px !important;
	display: block;
}

dl.content_box,
.content_box,
.voice_box {
	background-color: #eaf2fa;
	border-radius: 10px;
	padding: 1rem;
}

.voice_box {
	position: relative;
}

dl.content_box dt,
.voice_box dt {
	align-items: center;
	color: #1b559d;
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 10px;
	line-height: 2;
	align-items: center;
}

dl.content_box dt img {
	width: 50px;
	height: auto;
	margin-left: 0 !important;
	margin-right: 10px !important;
	display: block;
}

/*　合格者の声　*/
.voice_box img {
	position: absolute;
	width: 110px;
	height: auto;
	right: -19px;
	top: -9px;
}

@media screen and (max-width: 767px) {
	.voice_box img {
		width: 60px;
		height: auto;
		top: -7px;
		right: -5px;
	}
}



dl.content_box dt span.jirei {
	background: #c8d7ea;
	border-radius: 999px;
	padding: 0 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

dl.content_box dt.img_ttl {
	display: flex;
	align-items: center;
}


@media screen and (max-width: 767px) {
	dl.content_box {
		flex-direction: column;
	}

	dl.content_box dt {
		width: 100%;
		margin-bottom: 10px
	}

	dl.content_box dd {
		padding-left: 0;
	}
}

span.year {
	padding-left: 10px;
	font-size: 12px;
}


/*あなたへ*/
dl.example {
	margin-bottom: 40px;
	background: #fff;
	padding: 1rem;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgb(27 85 157 / 16%);
}

dl.example dd img {
	margin: auto;
	width: 60px;
	height: auto;
}

dl.example dt {
	color: #1b559d;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	padding-bottom: 1rem;
}

dl.example dd {
	text-align: left;
}

/*------------------
文字装飾
------------------*/
span.orange,
p.orange {
	color: #ff7100;
	font-weight: bold;
}



/*------------------
学ぶ
------------------*/
dl.studdy_box dt {
	font-weight: bold;
}

.start_box {
	display: flex;
	align-items: center;
	background-color: #eaf2fa;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 0 !important;

}

.start_box img {
	width: 60px;
	height: auto;
	margin-right: 10px;
}



dl.studdy_box {
	background: #fff;
	padding: 1rem;
	border-radius: 10px;
	border-left: 14px solid #2369c1;
	box-shadow: 0px 5px 10px 0px rgb(27 85 157 / 16%);
}


@media screen and (max-width: 767px) {
	dl.studdy_box {
		box-shadow: 0px 3px 3px 0px rgb(27 85 157 / 16%);
	}
}

dl.studdy_box dt {
	display: flex;
	align-items: center;
	color: #1b559d;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 1rem;
}

dl.studdy_box dt img {
	width: 50px;
	height: auto;
	margin-left: 0 !important;
	margin-right: 10px !important;
	display: block;
}

dl.studdy_box dd {
	text-align: left;
	line-height: 1.6;
}

.innder_box,
.grid_box {
	background-color: #fff;
	border-radius: 10px;
	padding: 2rem;
	box-shadow: 0px 5px 10px 0px rgb(27 85 157 / 16%);
}

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

	.innder_box,
	.grid_box {
		box-shadow: 0px 5px 5px 0px rgb(27 85 157 / 16%);
	}
}

.grid_box h3 {
	border: none;
	margin-bottom: 0;
}

.grid_box h3:after {
	background-color: transparent;
}


.grid_box ul.check {
	background: #eaf2fa;
}