@charset "utf-8";
/* CSS Document */
.index {}
@media (max-width: 750px) {
.searchBox_sp {
	padding: 10px;
}
.searchBox_sp h2 {
	margin-bottom: 10px;
}
.border_search {
	background-color: #FFFFFF;
	background-image: url(../img_n/headBorder.png);
	background-position: center 0;
	background-repeat: repeat-x;
	border-radius: 8px;
	box-shadow: 0 0 5px #CCCCCC;
	text-align: left;
	padding: 15px 8px;
}
.border_search > div {
	margin-bottom: 20px;
}
.border_search h3 {
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 0 35px;
	line-height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.border_search h3.ttl_cate {
	background-image: url(../img_n/ico_cate.png);
}
.border_search h3.ttl_area {
	background-image: url(../img_n/ico_area.png);
}
.border_search h3.ttl_word {
	background-image: url(../img_n/ico_word.png);
}
.border_search .area_box ul li {
	float: left;
	width: 25%;
}
.border_search .area_box ul li.all {
	width: 100%;
}
.border_search .area_box ul li > div {
	margin: 3px;
}
.border_search .category_box ul li {
	line-height: 2;
	display: inline-block;
	font-size: 1.2rem;
}
.border_search .category_box ul li a {
	display: block;
	padding: 3px 1em;
}
.border_search .category_box ul li a:before {
	content: url(../img_n/ico_arrow_1.png);
	padding-right: 5px;
}
.border_search .category_box ul li span {
	color: #CCC;
}
.border_search .category_box ul li span:before {
	content: url(../img_n/ico_arrow_0.png);
	padding-right: 5px;
}
.border_search .keyword_box .key_item {
	padding: 8px;
	margin-bottom: 5px;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(231,114,107,1.00);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-size: 1.4rem;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.border_search .keyword_box .key_item:focus {
	border-color: rgba(231,114,107,1.00);
	outline: 0;
	-webkit-box-shadow: inset 0 0 3px rgba(167,34,27,.8);
	box-shadow: inset 0 0 3px rgba(2167,34,27,.8);
}
.border_search .keyword_box .key_submit {
	background-color: #E7726C;
	display: inline-block;
	border: 1px solid #E7726C;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 5px 20px;
	color: #FFF;
	font-size: 1.4rem;
}
}
@media (min-width: 751px) {
.searchBox {
	background-image: url(../img_n/sercg_bg_pc_2025.jpg);
	background-position: top center;
	min-height: 300px;
}
.searchBox_n {
	background-image: url(../img_n/sercg_bg_pcsukusuku.jpg);
	background-position: top center;
	min-height: 300px;
}
.searchBox .main_pc {
	width: 1000px;
	height: 304px;
	margin: 0 auto;
}
.searchBox .kensaku {
	padding-top: 8px;
}
.searchBox .kensaku ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
}


.top_tag {
	padding: 20px 0;
	background-color: #F2F3F2;
}
.top_tag dl dd ul li {
	display: inline-block;
}
.top_tag dl dd ul li a {
	background-color: #DDDDDD;
	margin: 0 5px;
	padding: 0 1em;
	border-radius: 40px;
}
@media (max-width: 750px) {
	
}
@media (min-width: 751px) {
.top_tag dl {
	display: flex;
	justify-content: center;
}
.top_tag dl dt {
	padding-right: 1em;

}
}
@media (min-width: 751px) {
.narrow_search {
	background-color: #FFFFFF;
	background-image: url(../img_n/headBorder.png);
	background-position: center 0;
	background-repeat: repeat-x;
	border-radius: 8px;
	padding: 15px 8px;
	box-shadow: 0 0 5px #CCCCCC;
	text-align: left;
	margin-bottom: 50px;
}
.narrow_search .narrow_search_area {
	width: 480px;
	float: left;
	border-right: 1px dotted #CCC;
}
.narrow_search .narrow_search_cate {
	width: 450px;
	float: right;
}
.narrow_search > div {
	padding: 15px;
}
.narrow_search > div h3 {
	font-weight: bold;
	padding-left: 35px;
	margin-bottom: 1em;
	line-height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.narrow_search .narrow_search_area h3 {
	background-image: url(../img_n/ico_area.png);
}
.narrow_search .narrow_search_area ul {
	width: 420px;
	margin: 0 auto;
}
.narrow_search .narrow_search_area ul li {
	float: left;
	width: 25%;
	text-align: center;
}
.narrow_search .narrow_search_area ul li.all {
	width: 100%;
	margin-bottom: 10px;
}
.narrow_search .narrow_search_cate h3 {
	background-image: url(../img_n/ico_cate.png);
}
.narrow_search .narrow_search_cate ul li {
	float: left;
	width: 50%;
	font-size: 1.4rem;
	line-height: 2;
}
.narrow_search .narrow_search_cate ul li a {
	display: block;
}
.narrow_search .narrow_search_cate ul li a:before {
	content: url(../img_n/ico_arrow_1.png);
	padding-right: 5px;
}
}


.topPickup ul li .article {
	border: 1px solid #D8D8D8;
	position: relative;
}
.topPickup ul li .article .ribbon_pickup {
	position: absolute;
	top: -5px;
	right: 0px;
}
.topPickup ul li .article .img {
	background-color: #F3F2F3;
}
.topPickup ul li .article .img > div {
	position: relative;
	width: 100%;
	padding-top: 80%;
	overflow: hidden;
	margin: 0 auto;
}
.topPickup ul li .article .img > div img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%;
	max-height: 150%;
}
.topPickup ul li .article .heading {
	text-align: left;
	padding: 5px;
}
.topPickup ul li .article .heading h3 {
	line-height: 1.4;
}
.topPickup ul li .article .heading h3 a {
	display: block;
	text-decoration: underline;
}
.topPickup ul li .article .txt {
	text-align: left;
	padding: 5px;
}
.topPickup ul li .article .txt .cou_reci ul > li {
	display: inline-block;
	padding-right: 3px;
}
.topPickup ul li .article .txt .social ul > li {
	display: inline-block;
	padding-right: 3px;
}
.topPickup ul.slick_slider li > div {
	margin: 3px;
}
@media (max-width: 750px) {
.topPickup > div {
	padding: 30px 15px;
}
.topPickup ul li .article .heading {
	height: 60px;
	font-size: 1.2rem;
}
.topPickup ul li .article .txt {
	font-size: 1.2rem;
}
.topPickup ul li .article .txt .cou_reci {
	height: 25px;
	display: block;
}
.topPickup ul li .article .txt .cou_reci ul > li img {
	height: 20px;
}
.topPickup ul li .article .txt .social {
	height: 25px;
	display: block;
}
.topPickup ul li .article .txt .social ul > li img {
	height: 20px;
}
}

@media (min-width: 751px) {
.topPickup > div {
	padding: 50px 0px;
}
.topPickup ul li .article .heading {
	height: 60px;
	font-size: 1.4rem;
}
.topPickup ul li .article .txt {
	font-size: 1.4rem;
}
.topPickup ul li .article .txt .cou_reci {
	height: 25px;
	display: block;
}
.topPickup ul li .article .txt .cou_reci ul > li img {
	height: 20px;
}
.topPickup ul li .article .txt .social {
	height: 25px;
	display: block;
}
.topPickup ul li .article .txt .social ul > li img {
	height: 20px;
}
}


.topSec01 .data {
	text-align: left;
}
.topSec01 .data h2.ttl {
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #424251;
}
@media (max-width: 750px) {
.topSec01 > div {
	padding: 30px 15px 0px;
}
.topSec01 .data {
	margin-bottom: 20px;
}
.topSec01 .data h2.ttl {
	line-height: 40px;
	background-size:  40px 40px;
	padding-left: 45px;
}
}
@media (min-width: 751px) {
.topSec01 > div {
	padding: 50px 0;
}
.topSec01 .data {
	margin-bottom: 50px;
}
.topSec01 .bana {
	margin-bottom: 50px;
}

.topSec01 .data h2.ttl {
	line-height: 73px;
	padding-left: 85px;
}
.topSec01 .data ul.col2_1 > li {
	width: 480px;
}
.topSec01 .data ul.col2_1 > li:first-child {
	float: right;
}
.topSec01 .data ul.col2_1 > li:last-child {
	float: left;
}
}

/********トップのブログ********/
.topSec01 .data .topBlog h2.ttl {
	background-image: url(../img_n/ttl_ico_blog.png);
}
.topSec01 .data .topBlog {
	margin-bottom: 20px;
	text-align: left;
}
.topSec01 .data .topBlog ul.list {
	margin-bottom: 20px;
}
.topSec01 .data .topBlog ul.list > li {
	border-bottom: 3px dotted #CCC;
	margin-bottom: 10px;
}
.topSec01 .data .topBlog ul.list > li > div {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.topSec01 .data .topBlog ul.list > li > div .txt {
	display: table-cell;
	width: 80%;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}
.topSec01 .data .topBlog ul.list > li > div .txt h3 a {
	display: block;
	text-decoration: none;
}
.topSec01 .data .topBlog ul.list > li > div .txt h3 a:hover {
	background-color: inherit;
}
.topSec01 .data .topBlog ul.list > li > div .txt h3 span.cate {
	padding: 1px 1em 0px;
	border-radius: 50px;
	background-color: rgba(223,125,108,1.00);
	color: #FFF;
}

.topSec01 .data .topBlog ul.list > li > div .txt .date {
	color: #999;
}

.topSec01 .data .topBlog ul.list > li > div .photo {
	display: table-cell;
	width: 20%;
	padding: 5px;
	vertical-align: middle;
	text-align: right;
}
.topSec01 .data .topBlog ul.list > li > div .photo img {
	max-width: 100%;
}
.topSec01 .data .topBlog .more a {
	padding: 3px 1.5em;
	border: 1px solid #000;
	background-color: #FFF;
	display: inline-block;
}
.topSec01 .data .topBlog .more a:hover {
	background-color: #F2F2F2;
}
@media (max-width: 750px) {

.topSec01 .data .topBlog {
	margin-bottom: 20px;
}
.topSec01 .data .topBlog ul.list > li > div .txt h3 {
	font-size: 1.4rem;
}
.topSec01 .data .topBlog ul.list > li > div .txt .date {
	font-size: 1.1rem;
}
.topSec01 .data .topBlog ul.list > li > div .photo img {
	max-height: 50px;
}
.topSec01 .data .topBlog .more {
	text-align: center;
	font-size: 1.2rem;
}
}
@media (min-width: 751px) {

.topSec01 .data .topBlog {
	width: 480px;
}
.topSec01 .data .topBlog ul.list {
}
.topSec01 .data .topBlog ul.list > li > div .txt h3 {
	font-size: 1.6rem;
}
.topSec01 .data .topBlog ul.list > li > div .txt .date {
	font-size: 1.2rem;
}
.topSec01 .data .topBlog ul.list > li > div .photo img {
	max-height: 80px;
}
.topSec01 .data .topBlog .more {
	text-align: right;
	font-size: 1.4rem;
}
}

/********トップのギャラリー********/
.topSec01 .data .topGallery h2.ttl {
	background-image: url(../img_n/ttl_ico_gallery.png);
}
.topSec01 .data .topGallery ul.list li {
	float: left;
	width: 25%;
	text-align: center;
}
.topSec01 .data .topGallery ul.list li > div {
	border: 1px solid #FFF;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.topSec01 .data .topGallery ul.list li > div img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	max-width: 150%;
  max-height: 150%;
}
.topSec01 .data .topGallery ul.list li > div a:hover img{
  opacity: 0.8;
}
.topSec01 .data .topGallery {
	margin-bottom: 20px;
}
}
@media (min-width: 751px) {

.topSec01 .data .topGallery {
	width: 480px;
}
}






/********トップのスケジュール********/
.topSec01 .data .topSch h2.ttl {
	background-image: url(../img_n/ttl_ico_calendar.png);
}
.topSec01 .data .topSch ul.list li {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
}
.topSec01 .data .topSch ul.list li h3 a {
	display: block;
}
.topSec01 .data .topSch ul.list li .date {
	color: #999;
}
@media (max-width: 750px) {
.topSec01 .data .topSch ul.list li .date {
	font-size: 1.2rem;
}
}
@media (min-width: 751px) {
.topSec01 .data .topSch ul.list li .date {
	font-size: 1.4rem;
}
}



/********トップの発表会（書き出しデータ）********/
.topSec01 .data .topReci h2.ttl {
	background-image: url(../img_n/ttl_ico_recital.png);
}
.topSec01 .data .topReci ul.list li {
	margin-bottom: 5px;
}
.topSec01 .data .topReci ul.list li > div {
	border: 1px solid #999;
}
.topSec01 .data .topReci ul.list li .txt {
	padding: 5px;
}
.topSec01 .data .topReci ul.list li h3 {
	background-color: rgba(214,214,214,0.5);
	padding: 5px;
}
.topSec01 .data .topReci ul.list li h3 a {
	display: block;
}
.topSec01 .data .topReci ul.list li .date {
	color: #999;
}
.topSec01 .data .topReci ul.list li .school_name {
	text-align: right;
	color: #999;
}

@media (max-width: 750px) {
.topSec01 .data .topReci ul.list li .date {
	font-size: 1.2rem;
}
.topSec01 .data .topReci ul.list li .school_name {
	font-size: 1.2rem;
}
}
@media (min-width: 751px) {
.topSec01 .data .topReci ul.list li .date {
	font-size: 1.4rem;
}
.topSec01 .data .topReci ul.list li .school_name {
	font-size: 1.4rem;
}
}


/********トップのバナー（クーポンと発表会）********/
@media (max-width: 750px) {
.topSec01 .bana ul li > div {
	margin-bottom: 20px;
}
}
@media (min-width: 751px) {
.topSec01 .bana ul li > div img {
	width: 480px;
}
.topSec01 .bana ul li:first-child > div {
	text-align: left;
}
.topSec01 .bana ul li:last-child > div {
	text-align: right;
}

}


.separate {}
.separate h3 {
	margin-bottom: 20px;
}
.separate .top_column ul li {
	margin-bottom: 10px;
	display: table;
	width: 100%;
	line-height: 1.4;
}
.separate .top_column ul li p.thum {
	display: table-cell;
	padding: 10px;
}
.separate .top_column ul li p.thum img {
	width: 100px;
}
.separate .top_column ul li p.txt {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
.separate .top_column ul li p.txt span:after {
	content: "\A";
	white-space: pre;
}
.separate .top_column ul li a {
	display: block;
}
.separate .top_column ul li a:hover {
	background-color: rgba(232,174,68,.1);
	color: #000;
}
.separate .top_story ul li {
	margin-bottom: 10px;
	width: 100%;
	line-height: 1.4;
	text-align: left;
}
.separate .top_story ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
}
.separate .top_story ul li a:hover {
	background-color: rgba(228,103,92,.1);
	color: #000;
}
.separate .top_story ul li a h3 {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0.5em;
}
.separate .top_story ul li h3 span {
	margin-right: 10px;
}
.separate .more a {
	padding: 3px 1.5em;
	border: 1px solid #000;
	display: inline-block;
}
.separate .top_column .more a:hover {
	background-color: rgba(232,174,68,.2);
	color: #000;
}
.separate .top_story .more a:hover {
	background-color: rgba(228,103,92,.2);
	color: #000;
}

@media (max-width: 750px) {
.separate > div {
	padding: 30px 0px;
}
.separate div.cols > ul > li .top_column {
	background-color: #FDF8EF;
}
.separate div.cols > ul > li .top_story {
	background-color: rgba(252,238,237,1.00);
}
.separate .top_column {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.separate .top_column ul li p.thum {
	width: 30%;
}
.separate .top_column ul li p.txt {
	width: 70%;
}
.separate .top_story {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.separate .top_story ul li a .txt {
	font-size: 1.2rem;
}
.separate .more {
	text-align: center;
	font-size: 1.2rem;
}

}
@media (min-width: 751px) {
.separate {
	background-image: url(../img_n/separate_bg.jpg);
	background-position: center center;
	background-repeat: repeat;
}
.separate > div {
	padding: 0px 0px 50px;
}
.separate div.cols > ul > li {
	width: 480px;
}
.separate div.cols > ul > li:first-child {
	float: left;
}
.separate div.cols > ul > li:last-child {
	float: right;
}
.separate .top_story ul li a .txt {
	font-size: 1.4rem;
}
.separate .more {
	text-align: right;
	font-size: 1.4rem;
}
}

.topSec02 {}
.topSec02 div.cols > ul > li {
	text-align: left;
}
.topSec02 .topics h3 {
	background-color: #F1F1F1;
	padding: 3px 1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.topSec02 .topics dl dt {
	color: #DF806D;
	font-weight: bold;
}
.topSec02 .topics dl dd {
	margin-bottom: 0.5em;
}
.topSec02 .topics dl dd {
	margin-bottom: 0.5em;
}
.topSec02 .topics .update li a {
	display: block;
	padding: 5px;
}
.topSec02 .topics .update li a:before {
	content: "up!";
	color: #DF806D;
	padding-right: 0.5em;
	font-weight: bold;
}
.topSec02 .topics .scroll {
	font-size: 1.3rem;
	overflow-y:scroll;
	padding: 5px 20px 5px 5px;
	height: 220px;
	margin-bottom: 50px;
}
.topSec02 .topics .scroll::-webkit-scrollbar{
	width: 5px;
}
.topSec02 .topics .scroll::-webkit-scrollbar-track{
	background: #F0F0F0;
}
.topSec02 .topics .scroll::-webkit-scrollbar-thumb {
	background: #DE7C6C;
}
.topSec02 .invite > div {
	margin-bottom: 20px;
}
@media (max-width: 750px) {
.topSec02 > div {
	padding: 30px 15px;
}
}
@media (min-width: 751px) {
.topSec02 > div {
	padding: 50px 0;
}
.topSec02 div.cols > ul > li {
	width: 480px;
}
.topSec02 div.cols > ul > li:first-child {
	float: left;
}
.topSec02 div.cols > ul > li:last-child {
	float: right;
}
.topSec02 .topics dl dt {
	width: 120px;
	float: left;
}
.topSec02 .topics dl dd {
	padding-left: 120px;
}
}








