@charset "utf-8";


/*
########################################################
	ページ全体情報
########################################################
*/

.sm, .sm2 {
	display: none !important;
}
.br-pc { display:block; }
.br-sp, .br-sp2 { display:none; }
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	display: inline;
	text-align: right;
	font-size: 92%;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
.window {
	margin: 0;
	padding: 0;
	width: 100%;
}
.page {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}
.pageIn {
	margin: 0 auto;
	padding: 0;
	width: 915px;
}
.tel-link.small {
	font-size: 15px;
}
.caption {
	font-size: 12px;
}
.flexBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gray_line {
	color: #bfbfbf !important;
}
.gray_bg {
	background-color: #f6f6f6;
	padding: 30px 0;
}

h2.blueBox {
	text-align: center;
	font-size: 18px !important;
	font-weight: normal;
}
h2.blueBox span {
	background-color: #e8f2ff;
	padding: 10px 15px !important;
	display: inline-block;
	border: 1px solid #223190;
	margin: 0 auto !important;
	width: auto;
}
#color_btn a, #color_btn button {
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 2px 2px 0 rgba(124, 124, 124, .3);
	transition: 0.2s all ease 0s;
	color: white !important;
}
#color_btn a:hover, #color_btn button:hover {
	box-shadow: none;
	transform: translate3d(1px, 1px, 0);
	animation: none;
}
.green_btn a {
	background-color: #8fbc41;
	padding: 10px 25px;
}
.blue_btn a, .blue_btn button {
	background-color: #0165c4;
	padding: 5px 25px;
	cursor: pointer;
}
.blue_bg {
	background: url(../img/dot_bg.png) repeat;
	padding: 25px 0;
	box-sizing: border-box;
}
.white_bg {
	background-color: white;
	padding: 25px;
	box-sizing: border-box;
	-webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,.2));
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,.2));
}

span.colorRed {
    color: #DD3569;
    font-size: 14px;
}


/*
########################################################
	ヘッダー
########################################################
*/

.header_leftBlock {
	width: 62%;
}
#header_logo {
	width: 188px;
	height: auto;
	margin-top: 30px;
}
.header_rightBlock {
	margin-top: 30px;
	align-items: flex-start;
}
.header_rightBlock img {
	width: 170px;
	height: auto;
	padding-top: 7px;
	margin-right: 15px;
}



/*
########################################################
	グローバルメニュー
########################################################
*/

#gNavi {
	margin: 20px 0;
}
#globalMenu {
	padding: 20px 0;
}
#globalMenu li {
	font-weight: bold;
	margin: 0 17px;
}
#globalMenu li a {
	position: relative;
	padding-bottom: 10px;
}
#globalMenu li a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 0%;
	height: 3px;
	background: #104ebb;
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#globalMenu li a:hover::after {
	width: 100%;
}



/*
########################################################
	トップページ
########################################################
*/

/*トップメインイメージ スライダー*/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
	color: #000 !important;
}
/*左右の矢印の位置を変える*/
.slick-next {
	right: 50px !important;
	z-index: 99;
}
.slick-prev {
	left: 50px !important;
	z-index: 100;
}
/*スライド画像の横幅可変*/
img {
	width: 100%;
	height: auto;
}
/* 両サイドの画像を黒透過 */
.slick-initialized .slick-slide{
	background: #000;
}
.slick-initialized .slick-slide img{
	display: block;
	/*opacity: 0.6; */
}
.slick-initialized .slick-slide.slick-active{
	opacity: 1;
	background: #fff;
}



/* メインメニュー */
.Mmenu_left {
	width: 750px;
	box-sizing: border-box;
	background: white url(../img/top_shudanBg.svg) no-repeat 95% 5%;
	background-size: 73px 49px;
}
.Mmenu_right {
	width: 315px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#MmenuBox h2 {
	font-size: 28px;
	color: #104ebb;
	margin-bottom: 10px;
	text-align: center;
}
.Mmenu_left .flexBox {
	align-items: center;
}
.top_shudanList li {
	margin-top: 10px;
}
.top_shudanTtl {
	font-size: 16px;
	width: 135px;
	text-align: right;
}
.top_shudanPnt img {
	width: 27px;
	height: 27px;
}
.top_shudanBtn {
	width: 530px;
}
.top_shudanBtn img {
	width: 160px;
	height: 50px;
	margin-right: 15px;
	-webkit-filter: drop-shadow(2px 2px 0 rgba(124,124,124,.3));
	filter: drop-shadow(2px 2px 0 rgba(124,124,124,.3));
	transition: 0.2s all ease 0s;
}

.top_shudanBtn4 img {
    width: 123px;
    height: 50px;
    margin-right: 10px;
    -webkit-filter: drop-shadow(2px 2px 0 rgba(124,124,124,.3));
    filter: drop-shadow(2px 2px 0 rgba(124,124,124,.3));
    transition: 0.2s all ease 0s;
    margin-top: 10px;
}

.top_shudanBtn img:hover {
	box-shadow: none;
	transform: translate3d(1px, 1px, 0);
	animation: none;
}

.top_shudanBtn4 img:hover {
	box-shadow: none;
	transform: translate3d(1px, 1px, 0);
	animation: none;
}

.Mmenu_right img {
	width: 95px;
	height: 63px;
	margin: 25px 0;
}
.orange_btn a {
    background-color: #ef8e4c;
    padding: 20px 50px;
    cursor: pointer;
    font-size: 16px !important; 
}



/* キャンペーンバナー */
.cp_bnrArea img {
	border: 1px solid #c1dfff;
	margin: 30px 0 100px;
}



/* twitter */
.twit_Block {
	position: relative;
}
#twitBox {
	position: absolute;
	background-color: #71c9f3;
	width: 280px;
	height: 760px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
p.twttl {
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
p.twttl ion-icon {
	font-size: 20px;
	vertical-align: text-bottom;
}



/* お知らせ */
.info_Block, .topAbout_Block {
	padding-left: 350px;
	box-sizing: border-box;
}
#infoBox, #topAboutBox {
	width: 750px;
}
#infoBox h2 {
	font-size: 21px;
}
#infoBox h2:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 24px;
	background: url(../img/news_ttlMark.svg) no-repeat;
	background-size: contain;
	vertical-align: top;
	padding-right: 20px;
}
.top_entry {
	margin-top: 10px;
}
.top_entry li, .formTable th, .formTable td {
	padding: 20px 0 20px 10px;
	border-bottom: 1px dashed #dde0dc;
}
.top_day, .formTable th {
	margin-right: 20px;
	color: #898989;
}
.icon_cat {
	color: white;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	margin-right: 20px;
	width: 85px;
	line-height: 180%;
}
.color_n { background-color: #ef8e4c; }
.color_u { background-color: #ed7d80; }
.color_c { background-color: #5aada2; }



/* 学協の指導法・学習環境 */
#topAboutBox h2 {
	text-align: center;
	font-size: 21px;
	margin-bottom: 30px;
}
.topAboutArea {
	width: 340px;
	text-align: center;
}
.topAboutArea h3 {
	font-size: 18px;
	font-weight: bold;
}
.topAboutArea p {
	text-align: justify;
	margin-bottom: 20px;
}
.topAboutArea img {
	height: 150px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position: 50% 100%;
}



/* 各コース */
.topCourseArea {
	width: 530px;
	margin-bottom: 50px;
	position: relative;
}
.topCourseArea a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}
.topCourseArea figure img {
	width: 230px;
	height: 280px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.topCourseBody {
	width: 300px;
	height: 280px;
	position: relative;
	box-sizing: border-box;
	color: white;
	text-align: center;
}
.topCourseBody h3 {
	font-size: 20px;
	font-weight: bold;
	width: 280px;
	background-color: white;
	padding: 5px 0;
	margin: 10px 10px 15px;
}
.topCourseBody b {
	display: block;
}
.topCourseBody b span {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 130%;
	display: block;
}
.topCourseInner {
	width: 300px;
	text-align: left;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
}
.topCourseInner dt {
	width: 50px;
	height: 25px;
	text-align: center;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
.topCourseInner dd {
	width: 221px;
	margin-bottom: 10px;
}
.white_btn {
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 2px 2px 0 rgba(124, 124, 124, .3);
	transition: 0.2s all ease 0s;
	color: #313131;
	background-color: white;
	width: 190px;
	padding: 5px 0;
	margin: 7px auto;
}
#topCourse1 > .topCourseBody, #topCourse1 > .topCourseBody > .topCourseInner > dt {
	background-color: #ff7f7f;
}
#topCourse1 > .topCourseBody h3 {
	color: #ff6969;
}
#topCourse1 > .topCourseBody > .topCourseInner {
	background-color: #ff6969;
}
#topCourse2 > .topCourseBody, #topCourse2 > .topCourseBody > .topCourseInner > dt {
	background-color: #00448d;
}
#topCourse2 > .topCourseBody h3 {
	color: #00346c;
}
#topCourse2 > .topCourseBody > .topCourseInner {
	background-color: #00346c;
}
#topCourse3 > .topCourseBody, #topCourse3 > .topCourseBody > .topCourseInner > dt {
	background-color: #8fbc41;
}
#topCourse3 > .topCourseBody h3 {
	color: #6da210;
	margin-bottom: 10px;
}
#topCourse3 > .topCourseBody > .topCourseInner {
	background-color: #6da210;
}
/*#topCourse3 > .topCourseBody b {
	margin-top: 20px;
}
#topCourse3 > .topCourseBody b span {
	margin-top: 15px;
}*/
#topCourse3 > .topCourseBody b, #topCourse3 > .topCourseBody b span {
	line-height: 129%;
}


/*
########################################################
	ページ
########################################################
*/
.Syear_Block, .yearSche_Block, .about_Block, .campaign_img, .special_img {
	margin-bottom: 200px;
}
.info_Block, .topAbout_Block, .imgTxt_Block, .privacyTxt_Block, .address_Block, .contact_telBlock {
	margin-bottom: 80px;
}
.bgHttl {
	color: white;
	font-size: 18px;
	padding: 10px 50px;
	box-sizing: border-box;
	margin-bottom: 30px;
}


/* 各コース共通 */
		/* 小学生 */
.main_syou, #remarks_syou .course_remarksBox th {
	background-color: #fed7d7;
}
.subMenu_syou {
	background-color: #ff6969;
}
.subMenu_syou .subMenu_list li {
	border-left: 1px solid #fed7d7;
}
.subMenu_syou .subMenu_list li:last-child {
	border-right: 1px solid #fed7d7;
}
h2.Cmain_ttlSyou, .syou_Block h2 span {
	color: #ff6969;
}
#remarks_syou .SFrame {
	background-color: #fff8f8;
}
.comList_syouB {
	border-left: 4px solid #ff7f7f;
}

		/* 中学生 */
.main_tyuu, #remarks_tyuu .course_remarksBox th {
	background-color: #d9ecff;
}
h2.Cmain_ttlTyuu, .tyuu_Block h2 span {
	color: #00448d;
}
.subMenu_tyuu {
	background-color: #00448d;
}
.subMenu_tyuu .subMenu_list li {
	border-left: 1px solid #d9ecff;
}
.subMenu_tyuu .subMenu_list li:last-child {
	border-right: 1px solid #d9ecff;
}
#remarks_tyuu .SFrame {
	background-color: #f3f9ff;
}
.comList_tyuuB {
	border-left: 4px solid #00448d;
}

		/* 個別指導 */
.main_educe {
	background-color: #e3f8be;
}
h2.Cmain_ttlEduce {
	color: #6da210;
}
.subMenu_educe {
	background-color: #6da210;
}
.subMenu_educe .subMenu_list li {
	border-left: 1px solid #e3f8be;
	width: 49.5%;
}
.subMenu_educe .subMenu_list li:last-child {
	border-right: 1px solid #e3f8be;
}

		/* 高校受験BASIC */
.main_basic {
	background-color: #d9f6f2;
}
h2.Cmain_ttlBasic {
	color: #5aada2;
}

	/* メインイメージ・タイトル */
#Cmain_bgArea {
	height: 305px;
}
.pankz {
	padding-top: 20px;
	font-size: 13px;
}
.Cmain_area {
	margin-top: -230px;
}
h2.Cmain_ttl {
	width: 280px;
	background-color: white;
	font-size: 30px;
	text-align: center;
	line-height: 130px;
	z-index: 10;
	margin-top: 50px;
	position: relative;
}
.Cmain_img {
	padding-left: 160px;
	margin-top: -180px;
	z-index: 0;
	position: relative;
}
.Cmain_img img {
	width: 940px;
	height: 450px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

	/* サブメニュー */
#course_subMenu_area {
	text-align: center;
	color: white;
}
.subMenu_list {
	height: 60px;
	align-items: flex-start;
overflow: hidden;
}
.subMenu_list li {
	text-align: center;
	font-weight: bold;
	width: 24.5%;
}
.subMenu_list li a {
	width: 100%;
	padding: 17px 0;
	color: white;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

	/* 各学年 */
h2.Syear_ttl {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}
.subMenu_list li span, h2.Syear_ttl span {
	font-size: 36px;
}
.green {
	color: #48af24;
	font-weight: 600;
}
.timeSche {
	margin: 0 auto;
}
.timeSche th {
	background-color: #5e5e5e;
	padding: 2px 30px;
}
.timeSche th, .timeSche td {
	border: 1px solid white;
	color: white;
	font-weight: bold;
	text-align: center;
}
.timeSche td {
	padding: 5px 30px;
}
#time {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dashed #c6c6c6 !important;
	color: #104ebb !important;
	padding: 5px 20px !important;
}
.scheW {
	background-color: white;
	color: #313131 !important;
}
.scheG {
	background-color: #c6c6c6;
}
.sansu {
	background-color: #71c9f3;
}
.kokugo {
	background-color: #ffad48;
}
.rika {
	background-color: #8f82bc;
}
.shakai {
	background-color: #8fbc41;
}
.eigo {
	background-color: #ed7d80;
}
.course_remarks {
	margin: 50px auto;
}
.course_remarksBox {
	width: 30%;
}
.course_remarksBox th {
	padding: 2px 0;
}
.course_remarksBox td {
	padding: 8px 20px;
	border-top: 1px dashed #c6c6c6;
}
.course_remarksBox td span {
	font-size: 12px;
}
.course_remarksBox td span.colorRed {
	font-size: 14px;
}
.scheNull, .remTop {
	border: none !important;
}
.remRight {
	border-right: 1px dashed #c6c6c6 !important;
	text-align: center;
	vertical-align: top;
}
.remBtm {
	border-bottom: 1px dashed #c6c6c6 !important;
}
.course_comList li {
	margin: 0 25px 25px;
}
.course_comList li:last-child {
	margin-bottom: 0;
}
.course_comList li dt {
	width: 10%;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}
.course_comList li dd {
	width: 87%;
	padding: 10px 10px 10px 0;
	text-align: justify;
}

	/* 年間スケジュール */
.yearSche_Block h3 {
	font-size: 32px;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.yearSche_Block h3:before, .yearSche_Block h3:after {
	position: absolute;
	top: 0;
	display: block;
	margin: auto 0;
	width: 235px;
	height: 27px;
	background: url(../img/yearSche_ttlBg.svg) repeat-x;
	content: '';
}
.yearSche_Block h3:after {
	right: 0;
}
.yearScheBox {
	background: url(../img/yearScheBox_bg.png) repeat;
	padding: 40px;
}
.yearScheBox .white_bg {
	padding: 55px;
}
.yearScheList p, span.jukucho {
	font-size: 21px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.yearScheList_con {
	width: 70%;
}
.yearScheList li {
	border-top: 4px solid #dcdcdc;
	padding: 20px 0 30px;
}
.yearScheList li:last-child {
	padding-bottom: 0;
}
.yearScheList_con li {
	border-top: none;
	border-bottom: 1px dashed #c6c6c6;
	padding: 15px;
}
.yearScheList_con li:first-child {
	padding-top: 0;
}
.yearScheList_con li:last-child {
	padding-bottom: 15px;
}
.yearScheList_con dt, .yearScheList_con dd {
	display: inline-block;
}
.yearScheList_con dt {
	width: 20%;
	color: #95a5a6;
}

/* 個別指導 */
#educe1 {
	margin-top: 80px;
}
p.mainP {
	margin: 30px auto 50px;
}
#course_regBlock {
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.course_regList li.white_bg {
	padding: 0 0 20px;
	width: 48%;
}
.course_regList img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position: 50% 100%;
}
.course_regList h3 {
	text-align: center;
}
h3.kobetsuH3 {
	color: #6da210;
	font-size: 24px;
	font-weight: bold;
}
.course_regList p {
	text-align: justify;
	width: 90%;
	margin: 0 auto;
}
.educeTime th {
	padding: 2px 50px;
}
.educeTime td {
	color: #ed7d80 !important;
}
td.educeTd {
	border-left: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
}
td#peke {
	color: #313131 !important;
}
.kobetsuD_area {
	margin: 50px auto 0;
}
.kobetsuD_area .bgHttl {
	background-color: #8fbc41;
}
.kobetsuD_area .course_remarksBox {
	width: 95%;
	margin: 0 auto 30px;
}
.kobetsuD_area .course_remarksBox td {
	padding: 15px 50px;
}
.gel_block {
	border: 1px solid #c1dfff;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 50px;
	align-items: flex-start;
}
.gel_block h3 {
	margin-top: 0;
	padding: 0 0 20px 20px;
	border-bottom: 1px dashed #c6c6c6;
}
.gel_block img {
	width: 443px;
	height: auto;
}
.gel_block_left {
	width: 48%;
	text-align: justify;
}
.geTbl .course_remarksBox {
	width: 90%;
	margin: 0 auto 10px;
}
.geTbl th, .geTbl td {
	width: 33%;
	text-align: center;
}
.geTbl th {
	background-color: #e3f8bd;
}
th.gelTh_center {
	border-left: 1px dashed #c6c6c6;
	border-right: 1px dashed #c6c6c6;
}

/* 学協について */
h2.pageBlue_ttl {
	text-align: center;
	color: white;
	background-color: #0165c4;
	font-size: 30px;
	padding: 25px 0;
	margin: 20px 0 50px;
}
h3.blue_ttl {
	background-color: #348fca;
}
.imgTxt_Box {
	margin-top: 40px;
}
.imgTxt_Box p {
	width: 55%;
	text-align: justify;
}
.imgTxt_Box img {
	width: 435px;
	height: 275px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.enkaku_Block {
	margin-bottom: 150px;
	padding-bottom: 50px;
}
.enkaku_Block h3 {
	font-size: 24px;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.enkaku_Box ul {
	margin: 0 80px;

}
.enkaku_Box ul li {
	padding: 20px 50px;
}
.enkaku_Box ul li .top_day {
	margin-right: 80px;
}
.about_Block .gel_block {
	margin-top: 50px;
}
ul.kiki_list li:last-child {
	margin-bottom: 0;
}

.acd-content {
	margin-bottom: 80px;
}

/* キャンペーン・特設ページ フォーマット */
.campaign_mainBlock, .campaign_fullImg_Block, .campaign_halfImg_Block,
.campaign_quarterImg_Block, .campaign_fullBlock, .campaign_half_Block,
.campaign_bgHalf_Block,
.special_mainBlock, .special_fullImg_Block, .special_halfImg_Block,
.special_quarterImg_Block, .special_fullBlock, .special_half_Block,
.special_bgHalf_Block {
	margin-bottom: 80px;
}
.campaign_mainBlock img, .special_mainBlock img {
	border: 1px solid #c1dfff;
	margin-bottom: 30px;
}
img.wideImg {
	margin: 0 auto;
	width: 915px;
	display: block;
}
p.text_inner {
	margin: 20px auto;
}
.campaign_btn, .special_btn {
	text-align: center;
}
.campaign_halfBox, .campaignBg_halfBox, .special_halfBox, .specialBg_halfBox {
	width: 47%;
}
.campaign_quarterBox, .special_quarterBox {
	width: 22%;
}
.campaignBg_fullBox, .specialBg_fullBox {
	padding: 25px 100px;
}
.campaignBg_fullBox li, .specialBg_fullBox li {
	padding: 25px 50px;
}
.campaignBg_fullBox .top_day, .campaignBg_halfBox .top_day,
.specialBg_fullBox .top_day, .specialBg_halfBox .top_day {
	width: 20%;
}
.campaignBg_fullBox p, .campaignBg_halfBox p, .specialBg_fullBox p, .specialBg_halfBox p {
	width: 75%;
}

/* アクセス */
.map_Block {
	margin-bottom: 50px;
	text-align: center;
}
.map_Block iframe {
	margin-bottom: 50px;
}
.address_Box {
	width: 530px;
}
.address_Box .top_entry {
    margin-top: 0;
}
.address_Box .top_day {
	display: inline-block;
	width: 125px;
}
.address_Block img {
	width: 510px;
	height: 320px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/* 個人情報保護方針 */
ul.privacyTxt_Box li, ul.kiki_list li {
	list-style: disc;
	margin: 0 0 10px 20px;
}
#privacy_Block {
	padding: 20px;
	margin-top: 20px;
}

/* お問い合わせ */
.contact_telBox {
	text-align: center;
}
.contact_telBox p {
	margin-bottom: 30px;
}
.contact_telBox img {
	width: 340px;
	height: 40px;
	margin-bottom: 15px;
}
.contact_telBox span {
	display: block;
	color: #898989;
}
.contact_formBox {
	margin: 20px auto 80px;
	padding: 25px;
}
.contact_formArea {
	padding: 25px 50px;
}
.contact_formArea li, .formTable th, .formTable td {
	padding: 20px 40px;
	align-items: center;
}
.contact_formArea .top_day {
	width: 30%;
}
.contact_formArea p {
	width: 65%;
}
.kome, .error_messe {
	color: #ed7d80;
}
.contact_formArea input, .contact_formArea textarea {
    padding: 10px;
    width: 400px;
    background-color: #f6f6f6;
    font-size: 18px;
    border: 0;
}
::placeholder {
	color: #95a5a6;
	font-size: 13px;
}
.cp_ipselect {
	overflow: hidden;
}
.cp_ipselect select {
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: #f6f6f6;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 18px;
}
@supports (-ms-ime-align:auto) {
.cp_ipselect select {
    background-color: #f6f6f6;
  }
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 9px;
	right: 150px;
	padding: 0;
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid;
	border-color:  transparent transparent #959595 #959595;
	transform: rotate(-45deg);
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 250px 8px 8px;
}
.gender input {
	display: none;
}
.gender label{
	display: block;
	float: left;
	cursor: pointer;
	width: 60px;
	margin: 0;
	padding: 15px;
	background: #f6f6f6;
	color: #95a5a6;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.gender input[type="radio"]:checked + .switch-on {
	background-color: #8fbc41;
	color: #fff;
}
.gender input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}
.contact_btn {
	text-align: center;
	margin: 20px auto;
}
.contact_errorTtl {
	margin: 50px auto 30px;
	font-weight: bold;
}
.formTable {
	margin: auto;
}
.formTable th {
	text-align: left;
	font-weight: normal;
}

/* 高校受験BASIC */
.green_ttl {
	background-color: #5aada2;
}
.basic_mainP {
	margin: 60px auto;
}
.basicTxt_Block {
	margin: 50px auto 80px;
}


/* 404 */
.block404 {
	padding: 50px 0 100px !important;
	text-align: center;
	line-height: 200%;
}
.block404 p {
	margin-bottom: 45px;
}



/*
########################################################
	フッター
########################################################
*/
#fotInfo {
	align-items: center;
}
#fotInfo img {
	width: 160px;
	height: 39px;
}
.fotLink li {
	border-right: 1px solid #313131;
	padding: 0 20px;
	line-height: 100%;
}
.fotLink li:last-child {
	border: none;
	padding-right: 0;
}
.fotLink li a, .pankz a, .mail {
	text-decoration: underline !important; 
}

#copy {
	color: #959595;
	font-size: 11px;
	margin-top: 20px;
	text-align: right;
}

#goTopPage {
	width: 50px;
	height: 50px;
	background-color: #959595;
	position: fixed;
	right: 3%;
	bottom: 3%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#goTopPage a {
	width: 50px;
	height: 50px;
	color: white;
	display: block;
}
#goTopPage ion-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 40px;
}



/*
########################################################
	追加分
########################################################
*/
.none_bg_full {
	width: 80%;
}
.yotsuya_day {
	display: inline-block;
	width: 7%;
	text-align: right;
	margin-right: 10px;
}