
:root{
	--main-color:#046B93; 
	--light-blue:#E8F5FF;
	--light-yellow:#fffff4;
	--white:#fff;
}

body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	background: #f5fcff;
	font-size: 14px;
	line-height: 170%;
	color: #333;
}

p {
	font-size: 1rem;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

.link-adj{
	text-decoration: none;
}

.hov {
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s ease-out
}

.hov:hover {
	opacity: .60;
	text-decoration: none;
}

header {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: var(--main-color);
}

@media screen and (max-width: 767px) {
	body{
		font-size: 1.3rem;
		line-height: 170%;
	}
}

/*--------------------------------------------------------------
	下線 装飾
--------------------------------------------------------------*/

/* 蛍光マーカー */
.marker{
	background: linear-gradient(transparent 70%, #ff6 70%);
}

/* 点線 */
.under-dash {
	border-bottom: 1px dashed #555;
	padding-bottom: 5px;
}

/*--------------------------------------------------------------
	ボタン
--------------------------------------------------------------*/

.btn-entry{
	padding: 1rem 0;
	width: 100%;
	max-width: 370px;
	letter-spacing: 0.1rem;
}

.btn-primary{
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.btn.btn-primary:hover{
	background-color: #0b5774;
}

@media screen and (max-width: 767px) {
	.btn-entry{
		padding: 0.8rem 0;
		font-weight: 600;
		margin: 0 auto;
	}
}


/*--------------------------------------------------------------
	メインタイトル
--------------------------------------------------------------*/

h2 {
	position: relative;
	padding: 1rem 2rem;
	border-bottom: 5px solid #198754;
}

h2:before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 20%;
	height: 5px;
	content: '';
	background: var(--main-color);
}


@media screen and (max-width: 767px) {
	h2 {
		padding:0.7rem 0.9rem;
		font-size: 1.9rem;
	}
}

@media screen and (max-width: 390px) {
	h2 {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
	モーダル
--------------------------------------------------------------*/

.modal-header{
	padding-top: 30px;
	border-bottom: none;
}

.modal-body{
	padding-top: 5px;
	padding-bottom: 0;
}

.modal-footer{
	border-top: none;
	padding-top: 10px;
}

@media (max-width: 767px) {
	.modal-header{
		padding: 20px 10px 10px;
	}
	.modal-header .modal-title{
		font-weight: 600;
		text-align: center;
	}
	.modal-body p{
		margin: 13px 0 0;
		padding-bottom: 0;
		text-align: justify;
		line-height: 22px;
		font-size: 0.8rem;
	}
}

/*--------------------------------------------------------------
	テーブル
--------------------------------------------------------------*/

.table-bordered{
	border-color: var(--main-color);
}

.table th {
	background: #e7eefc;
	font-weight: 700;
	border: 1px solid var(--main-color);
}
.table td {
	border: 1px solid var(--main-color);
}

@media (max-width: 767px) {
	.table {
		font-size: 0.9rem;
	}
	.table th,td {
		padding: .2rem;
	}
}
/*--------------------------------------------------------------
	オープニング
--------------------------------------------------------------*/

.opening{
	line-height: 60px;
	text-align: center;
	font-size: 1.3rem;
	padding: 40px 0 0;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.opening{
		font-size: 1.1rem;
		line-height: 42px;
		padding: 15px 15px 0;
		text-align: justify;
	}
}

/*--------------------------------------------------------------
	開講までのスケジュール
--------------------------------------------------------------*/

.schedule{
	margin: 60px 0;
}

.second_inner {
	width: 100%;
	margin: 0 auto;
}
.second_chart ul li h3 {
	font-size: 2rem;
	letter-spacing: 0.2rem;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.second_chart ul li h4 {
	font-size: 1.7rem;
	margin: 15px 0;
	padding: 0;
	letter-spacing: 0.02rem;
	text-align: center;
}
.second_chart ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
.second_chart ul li {
	width: 33%;
	background: #ddd;
	filter: drop-shadow(0px 1px 12px #ddd);
}
.second_chart ul li {
	width: 33%;
	background: var(--light-blue);
	filter: drop-shadow(3px 0px 5px #ddd);
	display: flex;
	flex-flow: column;
	padding: 25px 40px 25px;
	position: relative
}
.second_chart ul li:first-child {
	z-index: 3;
}
.second_chart ul li:nth-child(2) {
	z-index: 2;
	background: var(--white);
}
.second_chart ul li .liimg {
	position: relative;
}

.second_chart ul li:first-child:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid var(--light-blue);
	top: 40px;
	position: absolute;
	right: -58px;
}
.second_chart ul li:nth-child(2):after {
	content: "";
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid var(--white);
	top: 40px;
	position: absolute;
	right: -58px;
}

@media screen and (max-width: 767px) {
	.schedule{
		margin: 20px 0;
	}
	.second_inner {
		padding: 0 10px;
	}
	.second_chart ul {
		flex-flow: column;
	}
	.second_chart ul li {
		width: 100%;
		padding: 20px 20px 20px;
	}
	.second_chart ul li h3 {
		font-size: 2.5rem;
		margin: 0;
	}
	.second_chart ul li h4 {
		font-size: 2rem;
		font-weight: 500;
		margin: 10px 0;
		padding: 0;
	}
	.second_chart ul li:first-child:after {
		top: 99.5%;
		position: absolute;
		right: 50%;
		left: 50%;
		margin: 0 auto;
		border-top: 30px solid var(--light-blue);
		border-right: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 30px solid transparent;
		transform: translate(-50%, 0px);
	}
	.second_chart ul li:nth-child(2):after {
		top: 99.5%;
		position: absolute;
		right: 50%;
		left: 50%;
		margin: 0 auto;
		border-top: 30px solid var(--white);
		border-right: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 30px solid transparent;
		transform: translate(-50%, 0px);
	}
	.second_chart p{
		margin-bottom: 10px;
	}
	.second_chart ul li small{
		font-size: 0.9rem;
		text-align: justify;
	}
}


/*--------------------------------------------------------------
	内容のbox
--------------------------------------------------------------*/

.box {
	margin-top: 120px;
	position: relative;
	border: 3px solid var(--main-color);
	border-radius: 20px;
	background: var(--white);
	padding: 2.8em 4.5em 1em;
	filter: drop-shadow(3px 0px 5px #ddd);
}

.box h3 {
	background: var(--main-color);
	color: var(--white);
	padding: 14px 25px 10px 27px;
	letter-spacing: 0.1rem;
	position: absolute;
	top: -2.1em; left: 1.7em;
	font-size: 1.7rem;
	text-align: center;
	border-radius: 15px 15px 0 0;
	max-width: calc(100% - 2em);
	white-space: nowrap;
	overflow: hidden; text-overflow: ellipsis;
}

.box p {
	text-align: justify;
	line-height: 34px;
}

.box-in {
	position: relative;
	margin: 2em 0;
	padding: 1.8em 2.3em;
	border: solid 2px var(--main-color);
	border-radius: 10px;
	background-color: var(--light-yellow);
}

.box-in .box-title {
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 15px;
	padding: 0 10px;
	line-height: 1;
	font-size: 19px;
	background: var(--white);
	color: var(--main-color);
	font-weight: bold;
}

.box-in p {
	margin: 0; 
	padding: 0;
	line-height: 35px;
}

.box .box-content{
	font-size: 1rem;
	background: var(--light-blue);
	padding: 2.4em 4em 2.1em;
	border-radius: 10px;
	margin-top: 30px;
	line-height: 30px;
}

.box .box-content dl dt{
	float: left;
	clear: left;
}

.box .box-content dl dd{
	margin: 0 0 0 100px;
	padding: 0;
	padding-left: 20px;
}

.box .box-content dt dd{
	margin-bottom: 30px;
}

.margin-adj{
	margin-top: -50px;
}


@media screen and (max-width: 767px) {
	.box {
		margin-top: 85px;
		padding: 1.3em 1.3em 0.3rem;
		border-radius: 10px;
	}
	.margin-adj{
		margin-top: -10px;
	}
	.box h3 {
		position: absolute;
		top: -2.2em;
		left: 0.5em;
		padding: 14px 20px 10px;
		letter-spacing: 0;
		font-size: 1.6rem;
		border-radius: 10px 10px 0 0;
	}
	.box p {
		line-height: 29px;
	}
	.box-in {
		margin: 1em 0;
		padding: 1em 1.2em;
	}
	.box .box-content{
		margin-top: 20px;
		padding: 1.4em 1.2em 0.5em;
		border-radius: 0;
	}
	.box .box-content dt{
		font-size: 0.9rem;
	}
	.box .box-content dl dd{
		margin: 0 0 0 65px;
		padding-left: 0;
		font-size: 0.9rem;
		line-height: 25px;
		text-align: justify;
	}
}


/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/

#footer_link {
	display: block;
	width: 100%;
	text-align:center;
	padding: 1.5em 1.2em;
	font-size: 1rem;
}
#footer_link a{
	color:#333;
}
#footer .copyright {
	color: #FFF;
	font-size: 12px;
	line-height: 64px;
	background-color: #003F97;
	text-align: center;
	display: block;
	width: 100%;
}


/* スマートフォン用CSS */
@media screen and (max-width: 767px) {
	#footer_link {
		padding: 1.3em 0;
	}
	#footer .copyright {
		font-size: 13px;
		line-height: 63px;
	}
}