@charset "utf-8";
/* CSS Document */

#main_img .txt_box {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}

.marker_pink span {
	background: linear-gradient(transparent 60%, #F4D2EF 60%);
}
.marker_green span {
	background: linear-gradient(transparent 60%, #D2F2DA 60%);
}
.about_title {
	padding: 10px 5px 0px;
	border-bottom: 2px solid #7dc97d;
}
.about_title:first-letter {
	font-size: 1.5em;
	font-weight: bold;
	color: #7dc97d;
}

#menu h2,
#prof h2,
#side_news h2 {
	border-color: #4d894d;
	color: #fff;
	padding: 10px;
}

#menu figure {
	border-radius: 500px;
	border: 7px solid #fff;
}
#menu figure:hover {
	transition: .5s;
	border-radius: 1000px;
	border: 7px solid #7dc97d;
}

#side_news .more_btn {
	margin: 0;
	margin-left: auto;
	margin-top: 40px;
	border-radius: 80px;
}
#side_news .more_btn:hover {
	background: #fff;
}
#side_news .more_btn a:hover {
	color: #7dc97d;
}

@media screen and (max-width:768px) {
	
}

@media screen and (max-width: 667px){
	#main_img .txt_box {
		top: 50%;
		left: 20%;
		transform: translate(-15%,-50%);
		z-index: 999;
	}
	#menu figure {
		border: none;
	}
	#menu figure:hover {
		border: none;
	}
	#side_news .more_btn:hover {
		background: #7dc97d;
	}
	#side_news .more_btn a:hover {
		color:#fff;
	}
}


/*ここからIE用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media all and (-ms-high-contrast:none) {
	#menu h2,
	#prof h2,
	#side_news h2 {
		padding:15px 10px 6px;
	}
	#side_news .more_btn a {
		padding: 15px 0 10px;
	}
}