@charset "shift_jis";

/*------------------------------------------------
layout
-------------------------------------------------*/

/* ↓カウント用*/
body {
	counter-reset: number 0;
}



.keyimgBox {
	background-color: #6ec1e4;
	margin-bottom: 60px;
}

@media screen and (max-width:767px) {
	.keyimgBox {
		margin-bottom: 30px;
	}
}

.keyimgBox>div {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.keyimgBox>div a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

@media screen and (max-width:767px) {
	.keyimgBox>div {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.container {
		width: 90%;
	}
}


/*----------------------
h2 見出しの上書き
----------------------*/

h2 {
	position: relative;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #6ec1e4;
	font-size: 1.9em;
	font-size: 1.9rem;
	font-weight: normal;
	padding-left: 10px;
	color: #6ec1e4;
	font-weight: 700
}

h2::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	width: 400px;
	height: 0;
	border-top: 2px solid #6ec1e4;
	margin-left: -6px;
}

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

		font-size: 1.6em;

	}

	h2::after {
		/* スマホサイズ */
		content: '';
		display: block;
		position: absolute;
		bottom: -1px;
		width: 50%;
		height: 0;
		border-top: 2px solid #6ec1e4;
	}
}


/*----------------------
h3 見出しの上書き
----------------------*/

h3 {
	font-size: 1.4rem;
	color: #6ec1e4;
	font-weight: 700
}


h3:after {

	background-color: #6ec1e4;
	font-size: 1.2rem;
}

h4 {
	font-size: 1.3rem;
	border-left: 1px solid #6ec1e4;
}

h4.simple {
	color: #555;
}

div#num03 h3 span {
	background-color: #6ec1e4;
	color: #fffab9;
	font-size: 0.7em;
	border-radius: 03em;
	padding: 0.3em 0.5em;
	margin-right: 0.5em;
}

@media screen and (max-width:767px) {
	div#num03 h3 span {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
}

/*----------------------
ボタンカラーの上書き
----------------------*/
.btnRed {
	background: #d3333c;
}

.btnRed:hover {
	opacity: 0.70;
}

.btnBlue {
	background: #6ec1e4;
}

.btnBlue:hover {
	background: #26e1e9;
	text-decoration: none;
}

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

.NavBox {
	background: #e7f5fa;
	padding: 1rem;
	border-radius: 10px;
	border: solid 3px #cce9f5;
}

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

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

.groupNav {
	padding: 0.7em 0;
}

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

.groupNav li {
	float: left;
	text-indent: 0;
	padding-left: 1.5em !important;
}

.groupNav li {
	width: auto;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.container ul.groupNav a {
	color: #555;

}

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

.tLink-a:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #6ec1e4;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
}

.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: 0;
	left: 3px;
	margin-top: 9px;
}


/*---------------------------
おすすめ
---------------------------*/
ul.discBox,
div.discBox {
	background: #fffab9;
	padding: 2rem;
	border-radius: 10px;
}


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


ul.discBox li:last-child,
ul.disc li:last-child {
	margin-bottom: 0px !important;
}

.alert02 {
	background: #e3efff !important;
}

/*---------------------------
画像サイズ PCのみ縮小
---------------------------*/
img.pcSmall {
	width: 50%;
}


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

	/*スマホサイズ*/
	img.pcSmall {
		width: 100%;
	}
}

/*---------------------------
アクションボタン
---------------------------*/
div#action {
	margin-bottom: 4em;
	text-align: center !important;
}

div#action ul {
	display: inline;
}

div#action ul li {
	display: inline-block;
}

/*-----------------
テーブルの上書き
-----------------*/
table.price {
	width: 60%;
}

table.price th,
table.price td {
	font-weight: bold;
}



table.price th {
	font-size: 0.8rem;
	padding: 10px;
}


table.price td {
	font-size: 1.3rem;
	vertical-align: middle;
}



table.price th.bg_bk {
	background: #000;
	color: #fff;

}

table.price th.bg_gd {
	background: #a58c60;
	color: #fff;
}

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

	/*スマホサイズ*/
	table.price {
		width: 100%;
	}

	table.price th {
		font-size: 0.9rem;
	}

	table.price td {
		line-height: 0.8;
		padding-top: 15px
	}
}

/*------------------------------------------------
flow 
-------------------------------------------------*/
.flowBox>div {
	position: relative;
	margin-top: 40px !important;
	padding: 0.8em;
	border: 3px solid #cbebed;
}

.flowBox>div:after {
	content: " ";
	position: absolute;
	bottom: -20px;
	left: 15%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #cbebed;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	z-index: 5;
}

.flowBox .lastBox:after {
	content: none !important;
}

.flowBox .attBox03,
table .attBox03 {
	border: 5px solid #e9f9fb;
	background: #e9f9fb;
}

/*---------------------------
ul.dics liの下余白追加
---------------------------*/
ul.disc li {
	padding-bottom: 10px;
}


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

/*---------------------------
テキストリンク色の上書き
---------------------------*/
.container a.tLink-a {
	color: #6ec1e4;
}

/*---------------------------
テーブルの幅
---------------------------*/
table.detail th.vol {
	width: 100px;

}

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

	/*スマホサイズ*/
	table.detail th.vol {
		width: 60px;

	}
}



/*-----------------------------
棒グラフアニメ
-----------------------------*/
.bar-chart-1 {
	font-size: 1em;
}

.bar-chart-1>div {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 15px;
}

/* グラフ下のグレー部分 */
.bar-chart-1>div::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 45px;
	border-radius: 3px;
	background-color: #eee;
}

.bar-chart-1 dt {
	width: auto;
	min-width: 0;
	margin-bottom: 5px;
	line-height: 1.5;
}

.bar-chart-1 dd {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	margin: 0;
	padding-left: 15px;
	border-radius: 3px;
	background-color: #6ec1e4;
	color: #fff;
	line-height: 45px;
	text-align: left;
	white-space: nowrap;
}


@media screen and (max-width:767px) {
	.bar-chart-1 dd {
		-webkit-text-stroke: 3px #6ec1e4;
		paint-order: stroke fill;
	}
}


/* 画面内に入ったらアニメーション */
.bar-chart-1.is-visible dd {
	animation: anima-bar-chart-1 1.2s ease;
}

@keyframes anima-bar-chart-1 {
	from {
		width: 0;
	}
}



/*--------------------
こんな方におすすめです
----------------------*/

.reccomendBOX {
	display: flex;
	gap: 1rem;
	align-items: center;
	padding: 1rem;
	border-radius: 20px;
	border: solid 5px #ffece7;
}


.reccomendBOX img {
	width: 160px;
	height: auto;
	margin: auto;
}


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


/*----------------
discの●色変更
----------------*/
ul.disc li {
	display: flex;
	align-items: center;
	margin-left: 0;
}

ul.disc li::before {
	content: "";
	width: 0.6em;
	height: 0.6em;
	background-color: #fec1ae;
	border-radius: 50%;
	margin-right: 1em;
	flex-shrink: 0;
}


/*----------------
voice_area
----------------*/
.voice_area {
	display: flex;
	gap: 1rem;
	margin: 0;
}



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

.voice_area .voice_area_inner {
	margin-top: 0;
	flex: 1;
}

.voice_area .voice_area_inner img {
	margin: auto;
}

@media screen and (max-width: 767px) {
	.voice_area .voice_area_inner {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.fukidashi {
		flex: 1;
		min-width: 0;
		margin-bottom: 0;
	}

	.voice_area .voice_area_inner img {
		width: 70px;
		height: auto;
		margin: 0;
		flex-shrink: 0;
	}
}


@media screen and (max-width:767px) {
	.voice_area .voice_area_inner img {
		width: 70px;
		height: auto;
		margin: 0;
		flex-shrink: 0;
		transform: translateY(-12px);
	}
}



/*----------------
fukidasi
----------------*/
.fukidashi {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 1rem;
	border-radius: 20px;
	background-color: #fff;
	text-align: left;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.6;
	color: #60a5c3;
	font-weight: 800;
	border: solid 3px #c2e5f4;
}

.fukidashi::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #c2e5f4 transparent transparent;
	translate: -50% 100%;
	z-index: 10;
}

@media screen and (max-width:767px) {
	.fukidashi::after {
		top: 50%;
		right: 0;
		bottom: auto;
		left: auto;
		border-width: 10px 0 10px 20px;
		border-color: transparent transparent transparent #c2e5f4;
		translate: 100% -50%;
	}
}



/*----------------------
資格取得までのステップ
----------------------*/
ul.step_area li {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-bottom: 10px;
}

ul.step_area li img {
	width: 40px;
	height: auto;
}


/*----------------------
受講で学べること
----------------------*/
.study_box {
	display: flex;
	align-items: center;
	gap: 2rem;
}

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

.study_box img {
	width: 160px;
	height: auto;
	margin: auto;
}