@media screen and (min-width: 1024px) {
	.scrolled header{
	}
	/* link button */
	.btn {
		text-align: right;
	}
	a.btn-a {
		margin-right: 0;
		padding-right: 80px;
		display: inline-block;
		color: #0079bf;
		background-color: transparent;
		border: none;
	}
	.shs-body a.btn-a {
		color: #d95792;
	}
	a.btn-a > svg .svg-arrow,
	a.btn-a.article_blk-btn-a > svg .svg-arrow {
		stroke: #0079bf;
	}
	.shs-body a.btn-a > svg .svg-arrow,
	.shs-body a.btn-a.article_blk-btn-a > svg .svg-arrow {
		stroke: #d95792;
		background-color: transparent;
	}
	a.btn-a > svg,
	a.btn-a.article_blk-btn-a > svg {
		right: 30px;
		-webkit-transition: right 0.3s ease-out;
		-o-transition: right 0.3s ease-out;
		transition: right 0.3s ease-out;
	}
	a.btn-a:hover > svg,
	a.btn-a.article_blk-btn-a:hover > svg {
		right: 25px;
	}
	a.btn-a::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 8px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: solid 1px;
		opacity: 0.3;
	}

}

a.link-btn {
    display: block;
    max-width: 350px;
    color: #FFF;
    background-color: #0079c2;
    border: solid 1px #0079c2;
    border-radius: 3px;
    text-align: center;
    padding: 15px 10px;
    margin: 10px auto;
}
a.link-btn:hover {
    background-color: #FFF;
    color: #0079c2;
}
.shs-body a.link-btn {
    background-color: #d95792;
    border: solid 1px #d95792;
}
.shs-body a.link-btn:hover {
    color: #d95792;
}


/*
---
---------------------------------------------------------------------------*/
body{
	background-color: #fff;
}

header{
    padding-right: 91px;
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
}
header #logo {
    
}
header #logo a {
    display: flex;
    align-items: center;
	position: relative;
	transition: none;
}
header #logo svg {
    width: 256px;
	margin: 10px;
}
.site-title {
    font-size: 14px;
    flex: 1;
    color: #333;
}
.site-class {
    font-size: 10px;
    padding: 2px 10px;
    background-color: #0079bf;
    display: inline-block;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    border-radius: 3px;
    margin: 0 10px;
}
.site-class.class-shs {
    background-color: #d95792;
}
.header_logo_wapper {
    display: flex;
    max-width: 1400px;
    min-height: 84px;
    margin: auto;
    /*padding: 20px 10px;*/
    padding: 10px 10px;
    align-items: center;
    justify-content: space-between;
}
.header-sns-search {
    display: flex;
    justify-content: end;
    /*width: 50%;*/
	flex: 1;
	align-items: center;
}
ul.header-menu-sns {
    display: flex;
}
ul.header-menu-sns > li {
	margin-right: 15px;
}
ul.header-menu-sns > li:last-of-type {
    margin-right: 0;
}
/* 検索機能 */
.header__search {
	/*padding: 20px 0;*/
	padding: 10px 0;
	/*transition: background .5s ease;*/
	position: relative;
	overflow: hidden;
	min-width: 180px;
}
body.searchActive .header__search {
	background-color: #fafafa;
}

.header__search__item--left {
	flex-grow: 2;
	/*padding: 0 40px 0 0;*/
}
.header__search__inner {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	/*padding: 0 20px;*/
	align-items: center;
}
.header__search__input {
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
}
.header__search__input__form {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	width: 100%;
	padding: 14px;
	border: none;
	position: relative;
	cursor: pointer;
}
body.searchActive .header__search__input__form {
	cursor: auto;
	background-color: rgba(0,0,0,0.05);
}
.header__search__input__placeholder {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 26px;
	background-image: url(../images/common-icon-search-20x22.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 20px auto;
	color: #bdbdbd;
	min-height: 22px;
}

/* 最上部メニュー */
.header_global_menu_wrapper {
    background-color: #0079c2;
}
body.shs-body .header_global_menu_wrapper {
	background-color: #d95792;
}
ul#menu-header-global {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
}
ul#menu-header-global > li > a {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    padding: 8px 15px;
}
ul#menu-header-global > li > a:hover {
	background-color: rgba(255,255,255,0.7);
	color: inherit;
}
ul#menu-header-global > li.kanto > a[href^="https://www.schoolnetwork.jp/"] {
    background-color: rgba(255,255,255,0.7);
    color: inherit;
}
ul#menu-header-global > li.kanto > a[href^="https://www.schoolnetwork.jp/"]:hover {
    background-color: rgba(255,255,255,1);
}
ul#menu-header-global > li.kanto > a[href^="https://www.schoolnetwork.jp/"] > span {
    color: #0079c2;
}
.header_global_menu_wrapper.color-shs ul#menu-header-global > li.kanto > a[href^="https://www.schoolnetwork.jp/"] > span {
    color: #d95792;
}
/* END 最上部メニュー */

/*.mein_menu_global_wrapper {
    background-color: #0079c2;
}
.mein_menu_global_wrapper.color-shs {
	background-color: #d95792;
}*/

.header-menu-link-wrapper {
    display: flex;
}

header .mein_menu_global_wrapper {
    margin-right: 20px;
}
header .menu_global {
	-js-display: flex;
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: auto;
	position: relative;
}
header .menu_global > li > a {
	/*-js-display: flex;
	display: flex;
	align-items: center;
	flex-basis: 100%;
	flex: 1;*/
    display: block;
	padding: 20px 0;
	text-align: center;
	color: inherit;
}
header .menu_global > li.current-menu-item > a,
header .menu_global > li > a:hover {
	color: #0079c2;
}

header .mein_menu_global_wrapper.color-shs .menu_global > li.current-menu-item > a,
header .mein_menu_global_wrapper.color-shs .menu_global > li > a:hover {
	color: #d95792;
}
header .menu_global > li > a > span{
    display: block;
    padding: 0 15px;
    border-right: 1px solid #333;
}
header .menu_global > li > .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
}
/* メガメニュー */
.header-tsushin-menu-child {
    display: none;
}
.header-tsushin-menu-child {
    position: absolute;
    z-index: 2;
    width: 100vw;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
}
.header-tsushin-menu-child .container {
    max-width: 800px;
	box-sizing: border-box;
    margin: auto;
	background-color: #fff;
	box-shadow: 5px 5px 9px #777777;
}
.tsushin-menu-lead {
    padding: 10px 10px 0;
    display: flex;
}
.tsushin-menu-title {
    padding: 10px;
    font-size: 24px;
}
.tsushin-menu-text {
    padding: 10px;
    flex: 1;
}
.tsushin-menu-text > div:first-of-type {
    font-size: 15px;
}
.tsushin-menu-text .btn-wrap a.link-btn {
    max-width: 280px;
    padding: 10px;
    border-radius: 0;
    margin: 20px 0 10px auto;
}

.header-tsushin-menu-child .tsushin-menu {
    display: flex;
	background-color: #e2eaf4;
    padding: 10px;
}
.header-tsushin-menu-child .tsushin-menu > a {
    display: inline-block;
    flex: 1;
    text-align: center;
}
.header-tsushin-menu-child .mega-menu > a > img {
    width: 100%;
}
.tsushin-menu-first {
    width: 40%;
}
.tsushin-menu-first {
    padding: 10px;
}
.tsushin-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
	padding: 5px;
}
.tsushin-menu-wrap > .mega-menu {
    width: calc(100% / 3);
    padding: 5px;
}
.tsushin-menu-first .mega-menu span {
    display: block;
	background-color: #fff;
	padding: 10px;
}
.mega-menu > a {
    display: block;
    color: inherit;
}
.tsushin-menu-wrap .mega-menu > a {
    font-size: 14px;
}

/* END メガメニュー */

.header-menu-sns a{
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
}
.header-menu-sns a[href*="youtube.com"]{
	background-image: url(../images/btn_ytb.png);
    width: 35px;
    background-size: auto 35px;
    background-position: center;
}
.header-menu-sns a[href*="facebook"]{
	background-image: url(../images/btn_fb.png);
}
.header-menu-sns a[href*="twitter"],
.header-menu-sns a[href*="https://x.com"]{
	background-image: url(../images/btn_tw.png);
}
.header-menu-sns a[href*="instagram"]{
	background-image: url(../images/btn_inst.png);
}
.header-menu-sns a:hover{
	opacity: 0.7;
}
.smp-menu-wrap {
	display: none;
}


.header-menu-smp #menu-header-global {
    display: block;
}
.header-menu-smp #menu-header-global > li > a {
    text-align: left;
}
.header-menu-smp #menu-header-global > li {
    margin-bottom: 5px;
}
.header-menu-smp #logo svg {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.header__search {
    padding: 10px;
    overflow: hidden;
    width: 100%;
    background-color: #0079c2;
}
body.shs-body .header__search {
    background-color: #d95792;
}

/* smp menu */
.header_global_menu_wrapper {
    display: none;
}
.top_entrance_spmenu-wrapper {
    display: flex;
}
div#logo.sp-menu-logo {
    padding: 10px 20px;
    width: 100%;
}
div#logo.sp-menu-logo  > .svg_wrp {
    max-height: inherit;
    max-width: 250px;
    margin: 30px auto 20px;
}
header #logo a:before {
    padding-bottom: calc(222 / 413 * 100%);
}
ul.menu_global_smp li > a {
    display: block;
    padding: 10px;
    margin: 5px 10px;
    color: #FFF;
    border-bottom: solid 1px #424242;
}
/* sns */
.header-menu-smp .header-sns-search {
    justify-content: center;
    padding: 14px 10px 10px;
}
.header-menu-smp .header-menu-sns a {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.header-menu-smp ul.header-menu-sns > li {
    margin: 0 10px;
}
/* 検索ウィンド */
div#gsc-iw-id1 {
    height: 30px;
	border-radius: 0;
	border-color: #666666;
	padding: 5px 0 6px;
}
td.gsc-input {
    padding-right: 0!important;
}
button.gsc-search-button.gsc-search-button-v2 {
    margin: 0;
    border-radius: 0;
    padding: 6px 14px;
    height: 29px;
    border-left: none;
    background-color: #FFF;
}
.gsc-search-button-v2 svg {
	fill: #666666 !important;
}
div#___gcse_0 {
    width: 250px;
}

.remodal-overlay.serche-modal-bg_global {
    background-color: rgba(247, 247, 247, 0.9);
}
.remodal-wrapper.serche-modal-bg_global {
    padding: 30px;
}
.remodal.serche-modal-bg_global {
    max-width: 1200px;
	padding-top: 50px;
}
.serche-modal-bg_global .remodal-close {
    width: 50px;
    height: 50px;
	left: auto;
    right: 0;
}
.serche-modal-bg_global .remodal-close::before {
    content: '';
	position: absolute;
    width: 100%;
    height: 1px;
    background-color: #AAA;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.serche-modal-bg_global .remodal-close::after {
    content: '';
	position: absolute;
    width: 100%;
    height: 1px;
    background-color: #AAA;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.serche-modal-bg_global h4.common-serche-h {
    margin-bottom: 20px;
}
.global-serche-wrap {
    border: solid 1px #EEE;
}
.global-serche-wrap .serche-table-row {
    display: flex;
    border-bottom: solid 1px #EEE;
}
.global-serche-wrap .serche-table-row:last-of-type {
    border-bottom: none;
}
.global-serche-wrap .serche-title,
.global-serche-wrap .serche-input {
    padding: 20px;
}
.global-serche-wrap .serche-title {
    background-color: #f7f7f7;
    width: 160px;
    text-align: center;
}
.global-serche-wrap .serche-input {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.search-global-wrapper h3.school-class-mix {
    color: #555;
}
.search-global-wrapper h3,
.search-tag-wrapper.school-serche h3 {
    width: 100%;
    margin: 30px 0px 10px;
    padding: 5px 5px 8px 10px;
    background-color: #FFF;
    font-size: 24px;
    border-left: 5px solid;
    line-height: 1;
}
/* 地域 */
.global-serche-wrap .serche-input select[name*="select-area"] {
    width: 100%;
    max-width: 500px;
    padding: 5px;
    border-radius: 0;
}
/* 学校区分 */
.global-serche-wrap .commonSearch__pref__item {
    display: inline-block;
    padding: 5px;
}
.global-serche-wrap .checkbox--type1,
.global-serche-wrap .checkbox--type2 {
	display: none;
}
.global-serche-wrap .checkbox--type1 + label,
.global-serche-wrap .checkbox--type2 + label {
	position: relative;
	padding: 0px 0 0px 32px;
	cursor: pointer;
	min-height: 26px;
	display: block;
}
.global-serche-wrap .checkbox--type1 + label:before,
.global-serche-wrap .checkbox--type2 + label:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	border: 3px solid #ddd;
	box-sizing: border-box;
	left: 0;
	top: 0px;
	transition: border .5s ease;
}
.global-serche-wrap .checkbox--type1 + label:after,
.global-serche-wrap .checkbox--type2 + label:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 22px;
	border-bottom: solid 4px #0079c2;
	border-right: solid 4px #0079c2;
	left: 7px;
	top: -6px;
	transform: scale(0);
	opacity: 0;
	transition: transform .5s ease, opacity .2s ease .1s;
	/*background-image: url(/common/images/common-icon-checkmark-white-16x16.png);*/
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: center;
}
.global-serche-wrap .checkbox--type1:checked + label:before,
.global-serche-wrap .checkbox--type2:checked + label:before {
	border-width: 13px;
	border-color: #ddd;
}
.global-serche-wrap .checkbox--type1:checked + label:after,
.global-serche-wrap .checkbox--type2:checked + label:after {
	transform: scale(1) rotate(45deg);
	opacity: 1;
}
/* 学校名 -- テキスト入力 */
.global-serche-wrap .serche-input > input[type="text"] {
    border: solid 1px #AAA;
    padding: 5px;
    width: 100%;
    max-width: 500px;
}
.global-serche-wrap+.serche-btn-wrap {
    margin-top: 30px;
}
.serche-btn.global-serch {
    padding: 15px 35px 15px 20px;
    margin: auto;
    width: 200px;
    background-color: #4d4d4d;
    color: #FFF;
    position: relative;
	cursor: pointer;
}
.serche-btn.global-serch svg {
    width: 31px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.serche-btn.global-serch svg .svg-arrow {
    stroke: #FFF;
}
.serche-btn.global-serch svg {
	-webkit-transition: right 0.3s ease-out;
	-o-transition: right 0.3s ease-out;
	transition: right 0.3s ease-out;
}
.serche-btn.global-serch:hover > svg {
	right: 5px;
}

/* 検索結果 */
.search-global-wrapper .article_blk-article {
    width: calc(100% / 3);
}
.search-global-wrapper {
    display: flex;
    flex-wrap: wrap;
	margin-top: 50px;
}
.search-global-wrapper > h2 {
    width: 100%;
    margin-top: 40px;
}
.search-global-wrapper > h2 + h3 {
	margin-top: 0;
}
.search-global-wrapper a.school-list {
    display: flex;
}
.search-global-wrapper .article_blk-thumb {
    width: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.search-global-wrapper .article_blk-thumb::before {
    content: "";
    padding-bottom: 60%;
    display: block;
}
.search-global-wrapper .article_blk-thumb .article_blk-hover {
    display: none;
}
.search-global-wrapper .school-data {
    flex: 1;
    padding-left: 10px;
}
.search-global-wrapper a.school-list {
    color: inherit;
    display: flex;
    width: calc(50% - 2px);
    padding: 15px 30px 15px 20px;
    background-color: #FFF;
    border: solid 1px #EEE;
    margin: 1px;
    position: relative;
	z-index: 0;
}
.search-global-wrapper a.school-list h5.school-name {
    font-size: 14px;
    margin-top: 10px;
}
.search-global-wrapper .school-tag > span {
    display: inline-block;
    min-width: 3.5em;
    text-align: center;
    padding: 1px 5px;
    font-size: 10px;
    margin-right: 5px;
	background-color: #fff;
    border: solid 1px #AAA;
}
.search-global-wrapper .school-tag  > span.s-area {
    border-color: #0079B1;
}
.search-global-wrapper .school-tag > span.s-cfn.boy {
	border-color: #0079c2;
	color: #0079c2;
}
.search-global-wrapper .school-tag > span.s-cfn.girl {
	border-color: #d95792;
	color: #d95792;
}
.search-global-wrapper a.school-list .school-address {
    font-size: 12px;
    margin-top: 6px;
}
.search-global-wrapper a.school-list .school-tag {
    margin-top: 0;
}
.search-global-wrapper a.school-list::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: solid 2px #AAA;
    border-right: solid 2px #AAA;
	-webkit-transition: right 0.3s ease-out;
	-o-transition: right 0.3s ease-out;
	transition: right 0.3s ease-out;
}
.search-global-wrapper a.school-list:hover::before {
	right: 8px;
}
.search-global-wrapper a.school-list::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,121,194,0.05);
	-webkit-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.search-global-wrapper a.school-list.school-type-girl::after {
	background-color: rgba(217,87,146,0.07);
}
.search-global-wrapper a.school-list:hover::after {
	opacity: 1;
}
/*
---
---------------------------------------------------------------------------*/
.contents_wrapper{
	position: relative;
/*	overflow: hidden;*/
}
.contents_body{
	min-height: 150px;
}
.contents_body-sb{
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}

section {
	min-height: 300px;
	padding: 50px 0;
}
section:after,
.contents_body-sb:after{
	content: '';
	display: table;
	clear: both;
}
.contents_body-sb > :first-child{
	margin-top: 0 !important;
}
.contents_body-sb > :last-child{
	margin-bottom: 0 !important;
}


/*
---
---------------------------------------------------------------------------*/
.top-news-wrapper{
	display: none;
}
.top-news-wrapper.active{
	display: block;
}


/*
--- カテゴリー
---------------------------------------------------------------------------*/
.web-category.cat1 span {background-color: #fe94af;} /* PICK UP TOPIC */
.web-category.cat2 span {background-color: #626fbc;} /* School Update */
.web-category.cat3 span {background-color: #FFA904;} /* 注目の学校 */
.web-category.cat4 span {background-color: #6db1e5;} /* 熱中！部活動 */
.web-category.cat5 span {background-color: #357cb3;} /* 大学合格力強化計画 */
.web-category.cat6 span {background-color: #095087;} /* 卒業生に聞く！母校への思い */
.web-category.cat7 span {background-color: #cf74bb;} /* 入学式レポート */
.web-category.cat8 span {background-color: #357cb3;} /* 中高大連携教育がスタート */
.web-category.cat9 span {background-color: #659378;} /* The Voice 校長インタビュー */
.web-category.cat10 span {background-color: #fe94af;} /* NEWS & TOPICS */
.web-category.cat11 span {background-color: #FFA904;} /* 時代が変わる 教育が変わる */
.web-category.cat12 span {background-color: #6db1e5;} /* 目標にLock On!! 私の成長STORY */
.web-category.cat13 span {background-color: #659378;} /* 教育問答 */
.web-category.cat14 span {background-color: #f57f7f;} /* 学校生活ハイライト */
.web-category.cat15 span {background-color: #f57f7f;} /* 生徒の一日 */
.web-category.cat16 span {background-color: #cf74bb;} /* 実践報告 私学の授業 */
.web-category.cat17 span {background-color: #d57c1f;} /* 私たちの先生 */
.web-category.cat18 span {background-color: #2a7d4c;} /* 学校のココが魅力！生徒座談会 */
.web-category.cat19 span {background-color: #9257a1;} /* 私学の英語最前線 */
.web-category.cat20 span {background-color: #626fbc;} /* Students' Chat Spot */

/*
---
---------------------------------------------------------------------------*/
footer {
    background-color: #e2edfc;
	position: relative;
    padding: 0 0 30px;
}
.footer-innear {
    background-color: #fff;
    padding-top: 50px;
}
.shs-body footer {
	background-color: #f9edf9;
}
.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo svg {
    width: 256px;
}
.footer-logo .site-title {
    flex: unset;
}
footer .site-class {
    margin-left: 21px;
}
footer ul.header-menu-sns {
    justify-content: center;
    padding: 20px;
}

footer ul#menu-header-global {
    max-width: 900px;
    display: flex;
    padding: 5px 10px 5px 20px;
}
footer ul#menu-header-global > li > a {
    color: #333;
    text-align: left;
    padding: 15px;
    position: relative;
}
footer ul#menu-header-global > li.kanto > a[href^="https://www.schoolnetwork.jp/"] {
    background-color: transparent;
}

.googlemap-wrapper{
	position: relative;
	padding-bottom: 50%;
}
.googlemap-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#footer a {
    color: #666666;
    text-decoration: none;
}
#footer .wrap nav {
	text-align: left;
	overflow: hidden;
}
#footer .site_link {
	padding: 14px 110px 30px;
	text-align: center;
    border-top: 1px solid #0079c2;
}
.shs-body #footer .site_link {
	border-color: #d95792;
}
#footer .site_link li {
	padding: 0 5px;
	line-height: 120%;
	font-size: 12px;
	display: inline-block;
}
#footer .site_link li:nth-child(1) {
	border-left: none;
}

#footer .site_link a {
    color: #898989;
    padding: 5px;
    display: block;
}

#footer .site_link a:hover {
    color: #333;
}

#footer small {
	font-size: 11px;
}
#footer .footer_text {
	text-align: center;
	line-height: 1.2;
}
#privacy_mark {
	position: absolute;
	bottom: 20px;
	right: 10px;
}

.copy{
	text-align: center;
	font-size: 1rem;
    margin-top: 10px;
}



/*
---
---------------------------------------------------------------------------*/
.go_page_top{
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	width: 85px;
	height: 85px;
	transition: all .5s;
	border-radius: 5px;
	background-color: rgba(77,77,77,1);
}
.go_page_top img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.scrolled .go_page_top{
	opacity: 0.65;
}
.notouch.scrolled .go_page_top:hover{
	opacity: 1;
}


@media only screen and (max-width: 1200px) {
    header .menu_global > li > a {
        font-size: 14px;
    }
    .site-title {
        padding-left: 10px;
    }
    .site-class {
        display: block;
        width: 70px;
        margin: 0;
    }
}


@media only screen and (max-width: 1023px) {
	/*
	---
	---------------------------------------------------------------------------*/
	/*header #logo svg {
		width: 80px;
	}*/
	div#___gcse_0 {
		width: 180px;
	}
    header .menu_global > li > a {
        font-size: 12px;
    }
	
	.shs-body .btn-a {
		background-color: #d95792;
		border-color: #d95792;
	}
	.shs-body .btn-a:hover {
		background-color: #FFF;
		color: #d95792;
	}
	.shs-body a.btn-a:hover .svg-arrow, .shs-body a.btn-a.article_blk-btn-a:hover .svg-arrow {
		stroke: #d95792;
	}
	
	/*
	---
	---------------------------------------------------------------------------*/
	body{
	}
	header{
	}
	
	/*
	--- footer
	---------------------------------------------------------------------------*/
	#privacy_mark {
        
	}
	
	/*
	---
	---------------------------------------------------------------------------*/
}


@media only screen and (max-width: 960px) {
	/*
	---
	---------------------------------------------------------------------------*/
    header .mein_menu_global_wrapper {
        display: none;
    }
    
	/*
	---
	---------------------------------------------------------------------------*/
    footer ul#menu-header-global {
        flex-wrap: wrap;
    }
    footer ul#menu-header-global li {
        width: 50%;
    }
    
	/*
	---
	---------------------------------------------------------------------------*/
}

@media only screen and (max-width: 767px) {
	body{
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	.header_global_menu_wrapper {
		display: none;
	}
	.header__search__item--left {
		width: 100%;
	}
	.header__search__inner {
		padding: 0 10px;
	}
	.header__search__input__placeholder {
		left: 10px;
	}
	.header__search__input__form {
		padding: 10px;
	}
	/*.header__search {
		padding: 10px 0 0;
		overflow: hidden;
		width: 100%;
		background-color: #0079c2;
	}
	body.shs-body .header__search {
		background-color: #d95792;
	}*/
	.fixedHeader .header__search {
		position: absolute;
		left: 0;
		right: 60px;
		top: 0;
		bottom: 0;
		padding: 0px 10px;
		-js-display: flex;
		display: flex;
	}
	.fixedHeader .header__search__inner {
		padding: 0;
		width: 100%;
	}
	.fixedHeader .header__search__item--left {
		padding: 0;
	}
	body.searchActive .fixedHeader .header__search {
		position: relative;
		padding: 10px 60px 10px 10px;
	}
	body.searchActive .header__search {
		padding-right: 50px;
	}
	/*
	--- menu
	---------------------------------------------------------------------------*/
	header #logo {
		min-width: 140px;
	}
	header #logo a {
		width: 100%;
	}
	ul#menu-header-smp {
		display: flex;
		height: 100%;
	}
	ul#menu-header-smp > li {
		flex: 1;
		text-align: center;
	}
	ul#menu-header-smp > li a {
		display: flex;
		height: 100%;
		width: 100%;
		justify-content: center;
		align-items: center;
		color: inherit;
		font-size: 14px;
	}
	ul#menu-header-smp .current-menu-item,
	ul#menu-header-smp .current-page-ancestor {
		background-color: #0079c2;
	}
	.color-shs ul#menu-header-smp .current-menu-item,
	.color-shs ul#menu-header-smp .current-page-ancestor {
		background-color: #d95792;
	}
	ul#menu-header-smp .current-menu-item > a,
	ul#menu-header-smp .current-page-ancestor > a {
		color: #FFF;
	}
	.mein_menu_global_wrapper ul#menu-jhs-main-menu,
	.mein_menu_global_wrapper ul#menu-shs-main-menu {
		display: none;
	}
	
	/*
	---
	---------------------------------------------------------------------------*/
	footer{
	}
	footer ul#menu-header-global {
		width: 100%;
		padding: 10px;
	}
	footer ul.header-menu-sns {
		justify-content: center;
	}
	#footer .site_link {
		padding: 10px 0 20px;
	}
    #footer .site_link ul {
        display: flex;
        flex-wrap: wrap;
    }
	#footer .site_link li {
		display: block;
		text-align: left;
		padding: 5px 10px;
        width: 50%;
        margin: 0;
		border-left: none;
	}
	div#privacy_mark {
		bottom: 10%;
	}
	
	.go_page_top{
		width: 50px;
		height: 50px;
	}
}


@media only screen and (max-width: 650px) {
    div#logo {
        padding-right: 0;
    }
    .header_logo_wapper {
        padding: 0;
    }
    header #logo {
        padding: 10px;
    }
    .header_logo_wapper .header-sns-search {
        display: none;
    }

	.global-serche-wrap .serche-title {
		width: 110px;
	}
	.remodal-wrapper.serche-modal-bg_global {
		padding: 50px 10px;
	}
	.remodal.serche-modal-bg_global {
		padding: 50px 7px 7px 10px;
	}
	.search-global-wrapper {
		padding: 10px 0px;
	}
	.search-global-wrapper a.school-list {
		flex-direction: column;
		padding: 10px;
	}
	.search-global-wrapper  .article_blk-thumb {
		width: 100%;
	}
	.search-global-wrapper .school-data {
		padding: 10px 8px 0 0;
	}
	.search-global-wrapper a.school-list::before {
		right: 8px;
		top: 70%;
	}
    #privacy_mark {
        position: relative;
/*
        bottom: 20px;
        right: 10px;
*/
        text-align: center;
        margin-bottom: 10px;
    }
    #privacy_mark img{
        margin: auto;
    }
}

@media only screen and (max-width: 460px) {
	body{
	}
    /* ---- header ------------------- */
    header {
        border-bottom: none;
        padding-right: 71px;
    }
    header #logo a {
        flex-direction: column;
        align-items: baseline;
    }
    .site-title {
        padding-left: 0;
        padding-top: 11px;
    }
    

}






