@charset "shift_jis";

/*------------------------------------------------
layout
-------------------------------------------------*/
.keyimgBox {
	background-color: #00aa75;
	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 #099b80;
	font-size:1.9em;
	font-size:1.9rem;
	font-weight:normal;
	padding-left: 10px;
}

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

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

	font-size:1.8em;

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


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

h3
{
	font-size:1.4rem;
/*	font-weight: 800;*/
}


h3:after
{

	background-color: #099b80;
	font-size:1.2rem;
}

h4{
	font-size:1.3rem;
	border-left: 4px solid #099b80;
	font-weight: 800;
	color: #666;
}


/*----------------------
ボタンカラーの上書き
----------------------*/
.btnRed {
	background:#d3333c;
	box-shadow: 0 10px 9px 0 rgba(0, 0, 0, .2);
}
.btnRed:hover {
	opacity: 0.70;
	box-shadow: none;
	text-decoration: none;
}

.btnGreen {
	background: #03c346;
	box-shadow: 0 7px 9px 0 rgba(0, 0, 0, .2);
}
.btnGreen:hover {
	opacity: 0.70;
	box-shadow: none;
	text-decoration: none;
}

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

.NavBox
{
	background: #e2f6eb;
	padding:1rem;
	border-radius: 10px;
	border: solid 5px #c1e4d1;
}

@media screen and (max-width:767px) {
/*スマホサイズ*/
	.NavBox
	{
	padding-left:0;
	margin:0 auto;
	border: solid 3px #c1e4d1;
	}
}

.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;
}

ul.groupNav a{
	color: #099b80;
	font-weight: 700;
}

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

.tLink-a:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #099b80;
	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;
}

/*---------------------------
上書き
---------------------------*/

table td{ vertical-align: top;}

table.detail th {
	background: #099b80;
	color: #ffffff;
}

.green {
	color: #03c346;
}

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

.disc_box ul.disc li {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-bottom: 1rem;
}

.disc_box {
    background-color: #e1f7e9;
    padding: 1rem;
    border-radius: 1rem;
}

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

.bdDash {
    border-bottom: 1px dashed #03c346;
}

/*---------------------------
講座の特長
---------------------------*/

.point_box {
	background: #fff4e1;
	padding: 1rem;
	border-radius: 1rem;
}

dt.point_ttl {
	color: #03c346;
	border: none;
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: bold;
}

dt.point_ttl span {
	background-color: #03c346;
	color: #ffffff;
	font-size: 0.7em;
	border-radius: 03em;
	padding: 0.3em 0.8em;
	margin-right: 1em;
	vertical-align: middle;
}