@charset "UTF-8";

/*おしらせページ
------------------------------------*/
.content_visual {
	background-image:url("../images/course/bg_hd_course.png");
}
.top_background {
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(249, 253, 244, 1) 50%, rgba(206, 236, 215, 0.84) 100%);
}
.container .page {
    position: relative;
    background: #CEECD7;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(249, 253, 244, 1) 80%, rgba(206, 236, 215, 1) 100%);
    z-index: auto;
}
img {
	width:auto;
}
.container .page::before {
	/*position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background-image:url("../images/low/bg_low.png");
	background-repeat:repeat-y;
	background-position:center top;
	background-size:cover;
	z-index:0;
	pointer-events: none;*/
}
.content_wrap {
	padding: 50px 20px;
	z-index:1;
}
.nav_content ul {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
}
.nav_content ul li {
	width: 25%;
}
.post .content_wrap {
	margin-top: 50px;
	background:rgb(255,255,255,0.8);
	border-radius:16px;
}
.post .content {
	padding-top: 0;
}
.date {
	padding: 2rem 0;
	text-align:right;
	color:#179243;
	font-weight:600;
}
h3 {
	color:#179243;
	font-size:18px;
	padding-bottom:0.5rem;
	border-bottom: solid 1px #179243;
	margin-bottom: 2rem;
}

.content strong {
	font-size:18px;
	font-weight:600;
	color:#179243;
	margin-bottom:1rem;
}

.content p {
	font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
}

.content a {
	font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
    color: #FFF;
    background-color: #179243;
    padding: 0.4rem 2rem;
    border-radius: 20px;
}

.content a:hover {
	opacity:0.6;
}

.btn_area {
	position:relative;
	margin:3rem 0;
}

.content {
  white-space: pre-line;
}

@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	
}
@media screen and (max-width: 428px) {
	
}
@media screen and (max-width: 375px) {
	
}