@charset "UTF-8";

/**-----------------------------------------------
 * reset
 *---------------------------------------------- */

html{height:100%;margin-bottom:1px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td{margin:0;padding:0;}
img{margin:0;border:0;vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{clear:none;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th,strong,em{font-size:100%;font-weight:normal;font-style:normal;}
ul,dl,ol{list-style-type:none;list-style-position:outside;text-indent:0;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;line-height:1.8em;}
th,td{text-align:left;vertical-align:top;}
input,select,textarea{font-size:100%;}
pre,code,kbd,samp,tt{font-family:monospace;}

/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}


/**-----------------------------------------------
 * base style
 *---------------------------------------------- */
body {
	font-size: 14px;
	line-height: 1.7em;
	width: 100%;
	color: #231815;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
img {
	max-width: 100%;
}
table {
	width: 100%;
}

#container {
	background: #FCE825;
}
.section {
	max-width: 1016px;
	margin: 0 auto;
	padding: 96px 0 50px;
	background: url('../images/common/border_dashed.png') repeat-x bottom;
}
.no_border {
	border: none;
	background: transparent !important;
}
#footer {
	padding: 65px 0 5px;
	font-size: 75%;
	text-align: center;
}
#footer .copy {
	margin-top: 40px;
}

/**-----------------------------------------------
 * clearfix
 *---------------------------------------------- */
.cf, .section, .layout { zoom: 1; }
.cf:before, .cf:after, .section:before, .section:after, .layout:before, .layout:after { content: ""; display: table; }
.cf:after, .section:after, .layout:after { clear: both; }

/**-----------------------------------------------
 * common
 *---------------------------------------------- */
.text_center {
	text-align: center;
}
.hide_pc {
	display: none;
}
.show_pc {
	display: block;
}

/* heading */
h2 {
	margin-bottom: 70px;
}
h3, h4, h5, h6 {
	font-weight: bold;
}
/* margin */
.mb_0 {
	margin-bottom: 0 !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mb_60 {
	margin-bottom: 60px !important;
}
.mt_30 {
	margin-top: 30px !important;
}
/* link */
a {
	color: #231815;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
}
img.hover:hover,
a.hover:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* shadow */
.shadow {
	margin: 10px -10px 0 10px;
	padding: 1px 10px 10px 0;
	background: url('../images/common/bg_stripe.png') repeat right bottom;
}
.shadow .inner {
	width: auto;
	margin-top: -10px;
	margin-left: -10px;
	padding: 20px 20px 30px;
	background-color: #FFF;
}
img.round,
.shadow.round,
.shadow.round .inner {
	border-radius: 20px;
}

/* footer */
#other {
	margin-bottom: 0;
	padding-bottom: 0;
}
.sns_links {
	float: left;
	width: 230px;
}
.sns_links .inner {
	overflow: hidden;
}
#main .sns_links {
	float: none;
	width: auto;
	padding-top: 10px;
	margin: 15px -20px 30px;
	background-color: #EEEEEF;
	overflow: hidden;
}
#main .social_bookmarks {
	padding: 0 20px;
}
#main .social_bookmarks li {
	float: right;
}
#gototop {
	float: right;
	width: 98px;
	text-align: center;
}
.sns_links.shadow .inner,
#gototop.shadow .inner {
	padding: 10px;
	display: block;
}
/* social bookmarks */
.sns_links.shadow .inner {
	padding-top: 11px;
	padding-bottom: 2px;
}
.social_bookmarks {
	min-height: 30px;
}
.social_bookmarks li {
	float: left;
	overflow: hidden;
	height: 20px;
}
.social_bookmarks li span {
	vertical-align: top !important;
}
.social_bookmarks li.twitter {
	margin-right: 12px;
}
/*
.social_bookmarks li.twitter { width: 105px; }
.social_bookmarks li.facebook { width: 115px; }
*/

/* closed */
.closed {
	color: #FF2727;
}

/**-----------------------------------------------
 * layout
 *---------------------------------------------- */
.layout {
	position: relative;
	margin-bottom: 24px;
	padding: 0 5.7%;
}
.img_left {
	float: left;
	width: 32%;
}
.text_right {
	float: right;
	width: 64%;
}
.img_right {
	float: right;
	width: 32%;
}
.text_left {
	float: left;
	width: 64%;
}
.margin {
	margin-bottom: 80px !important;
}
.content1_1 {
	width: 100%;
}
.content2_1 {
	width: 49.3%;
	float: left;
}
.content2_2 {
	width: 49.3%;
	float: right;
}
.content3_1,
.content3_2,
.content3_3 {
	width: 30%;
	float: left;
}
.content3_2 {
	margin-right: 5%;
	margin-left: 5%;
}
.content4_1,
.content4_2,
.content4_3,
.content4_4 {
	width: 22%;
	float: left;
}
.content4_2 {
	margin-left: 4%;
	margin-right: 4%;
}
.content4_3 {
	margin-right: 4%;
}

.archive_content1_1 {
	width: 100%;
  	margin-bottom:20px;
}
.archive_content2_1 {
	width: 49.3%;
	float: left;
	margin-bottom:20px;
}
.archive_content2_2 {
	width: 49.3%;
	float: right;
	margin-bottom:20px;
}
.term_title {
	margin-bottom: 40px;
}
.term_title img {
	width: 255px;
}
.archive_content {
	display: inline-block;
	margin-bottom: 50px;
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.archive_content .shadow {
	margin: 0 15px;
	padding: 1px 6px 6px 0;
	background: url('../images/common/bg_stripe_2.png') repeat right bottom
}
.archive_content .shadow .inner {
	padding: 8px;
}
.archive_content .shadow .inner img {
	width: 100%;
	max-width: 280px;
}
.sp_button2_1  {
	width: 49.3%;
	float: right;
}
.sp_button2_2 {
	width: 49.3%;
	float: left;
}
.more img {
	cursor: pointer;
	width: 243px;
}



/**-----------------------------------------------
 * navigation
 *---------------------------------------------- */
#nav {
	width: 100%;
	padding-bottom: 10px;
	background: url('../images/common/bg_stripe.png') repeat 0 0;
	display: none;
}
#nav .inner {
	background-color: #FFF;
}
#nav .inner .inner {
	max-width: 1016px;
	margin: 0 auto;
}
#nav .logo {
	float: left;
	width: 23.1%;
	margin: 5px 0 5px 1%;
}
#nav .menu_btn {
	display: none;
}
#nav .menu {
	float: left;
	width: 68%;
}
#nav .sns {
	float: left;
	width: 5%;
}
#nav li {
	float: left;
}
#nav .menu li {
	margin: 10px 0;
	width: 20%;
	text-align: center;
}
#nav .sns li {
	margin: 18px 0;
}
#nav .sns li.fb {
	width: 100%;
	text-align: right;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}
#main_visual.margin {
	margin-bottom: 0 !important;
	padding-bottom: 60px;
}

/* slider */
#mv_slider {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#mv_slider img {
	width: 100%;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}
#mv_slider .slick-next {
	right: 25%;
	width: 46px;
	height: 33px;
	background: url(../images/common/arrow_next.png) no-repeat center;
	background-size: contain;
	margin-right: -23px;
	z-index: 10;
}
#mv_slider .slick-prev {
	left: 25%;
	width: 46px;
	height: 33px;
	background: url(../images/common/arrow_prev.png) no-repeat center;
	background-size: contain;
	margin-left: -23px;
	z-index: 10;
}
#mv_slider .slick-next::before,
#mv_slider .slick-prev::before {
	content: none;
}

@media screen and (max-width:1280px) {
	#mv_slider .slick-next {
		right: 22%;
	}
	#mv_slider .slick-prev {
		left: 22%;
	}
}
@media screen and (max-width:1100px) {
	#mv_slider .slick-next {
		right: 18%;
	}
	#mv_slider .slick-prev {
		left: 18%;
	}
}
@media screen and (max-width:960px) {
	#mv_slider .slick-next {
		right: 14%;
	}
	#mv_slider .slick-prev {
		left: 14%;
	}
}
@media screen and (max-width:780px) {
	#mv_slider .slick-next {
		right: 10%;
	}
	#mv_slider .slick-prev {
		left: 10%;
	}
}
@media screen and (max-width:620px) {
	#mv_slider .slick-next {
		right: 5%;
		width: 30px;
		height: 22px;
		margin-right: -15px;
	}
	#mv_slider .slick-prev {
		left: 5%;
		width: 30px;
		height: 22px;
		margin-left: -15px;
	}
}

/* single */
.single {
	padding-top: 70px;
}
.single #nav .logo {
	margin: 6px 0;
	width: 12%;
}
.single .logo .normal {
	display: none;
}
.single #nav .menu {
	width: 83.1%;
}
.single #nav .menu li {
	float: left;
	font-size: 12px;
	line-height: 1.3em;
	margin: 10px 5% 10px 0;
	width: auto;
	text-align: left;
}
#term_select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	width: 120%;
	margin: 0;
	padding: 3px 0 3px 8px;
	background: none transparent;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.single #nav .menu li.term {
	width: 16%;
	text-align: center;
	margin-top: 17px;
	margin-right: 2%;
}
.single #nav .menu li.term div {
	border: 1px solid #231815;
	border-radius: 15px;
	padding: 0;
	overflow: hidden;
	background: url(/classroom/assets/images/common/bg_select.png) no-repeat right;
}
.single #nav .menu li a {
	display: block;
	text-decoration: none;
}
.single #nav .menu li a .photo,
.page_link li a .photo {
	float: left;
	margin-right: 5px;
	margin-bottom: 0 !important;
	width: auto !important;
}
.single #nav .menu li a .photo img,
.page_link li a .photo img {
	width: 43px;
}
.single #nav .menu li .nav_text {
	float: left;
}
.single #nav .menu li a .title,
.page_link li a .title {
	padding-top: 5px;
	font-weight: bold;
}
.single #nav .sns {
	width: 3%;
}
.page_link {
	margin-top: 20px;
}
.page_link li {
	width: 40%;
	font-size: 12px;
	line-height: 1.3em;
}
.page_link li.prev {
	float: left;
}
.page_link li.next {
	float: right;
}
.page_link li.prev a {
	display: block;
	float: left;
	width: 210px;
	background: url('../images/common/arrow_prev.png') no-repeat left;
	padding-left: 52px;
	text-decoration: none;
}
.page_link li.next a {
	display: block;
	float: right;
	width: 210px;
	background: url('../images/common/arrow_next.png') no-repeat right;
	padding-right: 52px;
	text-decoration: none;
}
.related_link {
	padding: 20px;
	margin-bottom: 40px;
	border: 1px solid #FCE825;
}
.report .content .related_link p {
	margin: 0;
}

/**-----------------------------------------------
 * top
 *---------------------------------------------- */
#main_visual {
	height: auto;
	width: auto;
	text-align: center;
}
/* title */
#about h2 img,
#school h2 img,
#report h2 img,
#books h2 img {
	width: 157px;
}
#interview h2 img {
	width: 177px;
}

/* main */
#map_canvas {
	width: 100%;
}
.map {
	border: 1px solid #231815;
	position: relative;
}
.map div {
	margin-bottom: 0 !important;
}
.map .link {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 7px 0;
	background-color: #FFF;
}
.map .link a {
	margin-left: 7px;
	line-height: 2.3em;
	font-weight: bold;
}

/* school */
#school .shadow {
	width: 80%;
	margin: 0 8% 0 9%;
}
#school .shadow .inner {
	padding: 7% 7% 0;
}
#school .shadow .inner img {
	margin-bottom: 7%;
}
#school .shadow + .link {
	text-align: center;
	width: 80%;
	margin: 0 8% 0 9%;
	padding: 15px 0 0 0;
}
#school .shadow + .link .detail {
	float: left;
	width: 49%;
	text-align: center;
}
#school .shadow + .link .form {
	float: right;
	width: 49%;
	text-align: center;
}

#school .shadow + .link .interview {
	float: left;
	width: 55%;
	text-align: center;
}
#school .shadow + .link .form_s {
	float: right;
	width: 43%;
	text-align: center;
}

.info {
	padding: 25px;
	margin-bottom: 15px;
	background: #FFF;
	border: 3px solid #231815;
}
.info dl {
	margin-bottom: 1em;
}
.info dl dt {
	float: left;
	font-weight: bold;
	width: 5em;
}
.info dl dd {
	margin-left: 5.5em;
}
.arrow {
	margin: 70px 0;
}
.class {
	margin-bottom: 70px;
}
.class h3 {
	line-height: 1em;
	margin-bottom: 15px;
	border: 3px solid #231815;
	background: #FFF;
}
.class h3 span {
	display: block;
	padding: 10px;
	margin: -3px;
	text-align: center;
	background: url('../images/school/bg_class_title_lt.png') no-repeat left top,
	            url('../images/school/bg_class_title_rt.png') no-repeat right top,
	            url('../images/school/bg_class_title_rb.png') no-repeat right bottom,
	            url('../images/school/bg_class_title_lb.png') no-repeat left bottom;
}
.class .link {
	text-align: center;
}
.class .link .detail {
	float: left;
	width: 49%;
	text-align: center;
}
.class .link .form {
	float: right;
	width: 49%;
	text-align: center;
}

.class .link .interview {
	float: left;
	width: 55%;
	text-align: center;
}
.class .link .form_s {
	float: right;
	width: 43%;
	text-align: center;
}

/* access */
.address {
	padding: 5px 10px;
	border: 3px solid #231815;
	background: #FFF;
}
.address a {
	float: right;
	margin-top: -2.5em;
	font-weight: bold;
}
/* inteview */
.interview_list.shadow {
	position: relative;
	margin-right: 0;
}
.interview_list .inner {
	padding: 0;
}
.interview_list .inner .thumbnail img {
	width: 100%;
	height: auto;
}
.interview_list .text {
	position: relative;
	padding: 20px;
}
.interview_list .text h3 {
	font-size: 130%;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.interview_list .text .tag {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	padding: 0 10px;
	background: #FCE825;
}
.interview_list .block_link {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
/* books */
.books_content {
	display: inline-block;
	margin: 0 10px 20px;
}
.books_content a {
	text-decoration: none;
}
.books_content h3 {
	margin: 5px 0 0;
}

.more_content {
	display: none;
}

/**-----------------------------------------------
 * page
 *---------------------------------------------- */

#breadcrumbs {
	margin: 10px auto 23px;
	padding: 0;
	font-size: 11px;
	line-height: 1.8em;
}
#breadcrumbs .layout {
	margin: 0;
}
.single #main {
	padding: 0;
}
#main .shadow {
}
.single #other {
	padding: 0;
}
#main .layout .layout {
	padding-left: 3%;
	padding-right: 3%;
}
.header .date {
	font-size: 18px;
	line-height: 2.5em;
}
.report .header .date {
	font-size: 14px;
	line-height: 3em;
}
.report .header .page {
	float: right;
	font-size: 14px;
	line-height: 2.5em;
	margin-top: -3em;
}
.header h1 {
	margin-top: -1.4em;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.header .speaker {
	clear: both;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
}

#main .photo {
	width: 97%;
	margin-bottom: 35px;
}
#main .text {
	margin-top: 20px;
	margin-bottom: 50px;
	line-height: 1.8em;
}
#main .text h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
#main .profile {
	margin-bottom: 30px;
	padding-left: 19px;
	border-left: 2px solid #231815;
}
#main .profile h3 {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 5px;
	font-weight: bold;
}
#main .info {
	width: 97%;
	padding: 0;
	border: 1px solid #231815;
	margin-bottom: 30px;
}
#main .info dl {
	margin: 0.7em;
}
.content,
.border {
	background: url('../images/common/border_dashed.png') repeat-x bottom;
}
.border_top {
	background: url('../images/common/border_dashed.png') repeat-x top;
}

#main .link {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
#main .link .detail {
	float: left;
	width: 48%;
	text-align: center;
}
#main .link .detail_l {
	float: left;
	width: 100%;
	text-align: center;
}
#main .link .form {
	float: right;
	width: 48%;
	text-align: center;
}

/* report */
.report .content {
	padding: 0 !important;
	margin: 0 auto 40px;
	max-width: 640px;
}
.report .content .border {
	padding-bottom: 1px;
	margin-bottom: 35px;
}
.report .content .padding {
	padding: 0 40px;
}
.report .content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}
.report .content p {
	margin-bottom: 35px;
}
.report .content blockquote {
	border-top: 1px dashed #231815;
	border-bottom: 1px dashed #231815;
	margin: 0 0 35px 40px;
	padding: 15px 0;
}
.report .content blockquote p {
	padding: 0 0 0 40px;
	margin: 0 0 0 -40px;
	background: url('../images/report/blockquote.png') no-repeat 0 0;
}
.report .content a {
	background-color: #FDE825;
	text-decoration: none;
}
.report h3 {
	line-height: 1em;
	margin: 0 20% 20px;
	border: 3px solid #231815;
	background: #FFF;
}
.report h3 span {
	display: block;
	padding: 10px;
	margin: -3px;
	text-align: center;
	background: url('../images/report/bg_class_title_lt.png') no-repeat left top,
	            url('../images/report/bg_class_title_rt.png') no-repeat right top,
	            url('../images/report/bg_class_title_rb.png') no-repeat right bottom,
	            url('../images/report/bg_class_title_lb.png') no-repeat left bottom;
}
/* interview */
.interview .content {
	background: transparent;
}
.interview .header .content {
	margin-bottom: -15px;
}
.interview .main_visual {
	margin: -20px -20px 35px;
}
.interview .main_visual img {
	border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	width: 100%;
}
.interview .sns_links > .content {
	margin-bottom: 0;
	padding: 0 20px !important;
}
.interview .sns_links .date {
	float: left;
	line-height: 1.3em;
}
.interview .social_bookmarks {
	padding: 0 !important;
}
.interview .page_link {
	margin-top: 0.5em;
}
.interview .page_link li.next {
	float: none;
	width: 100%;
    font-size: 100%;
}
.interview .page_link li.next a {
	float: none;
	width: auto;
	padding-right: 70px;
	line-height: 1.7em;
}
.interview .page_link li.next a:hover {
	background: url('../images/common/arrow_next_hover.png') no-repeat right;
}
.interview .page_link li.next a span {
	background-color: #FDE825;
}
.interview .padding.border_top {
	padding-top: 35px !important;
}
.interview .class_info {
	margin: 0 -20px 35px;
	padding: 50px 50px 45px;
	background: #fff080;
}
.interview #main .text {
	margin: 0 0 20px;
}
.interview #main .info {
	width: 100%;
	margin: 0 0 15px;
}
.interview #main .class_info h2 {
	margin-bottom: 5px !important;
}
.interview .class_info h3 {
	font-size: 125%;
	line-height: 1.7em;
	margin: 0 0 15px;
	border: none;
	background: transparent;
}
.interview .pager {
	width: 100%;
	text-align: center;
}
.interview .pager ul {
	margin-top: 10px;
    margin-bottom: -28px;
}
.interview .pager li {
	display: inline-block;
	float: none;
	width: auto;
	margin: 0;
	line-height: 1em;
}
.interview .pager li span {
	padding: 0 1.5em;
}
.interview .pager li a {
	padding: 0 1.5em;
	background: transparent;
	color: #717071;
	text-decoration: underline !important;
}
.interview .pager li:not(:last-child) {
	border-right: 1px solid #231815;
}
.interview .pager .prev {
	float: left;
	display: inline-block;
}
.interview .pager .prev a {
	display: inline-block;
	width: 46px;
	height: 33px;
	background: url('../images/common/arrow_prev.png') no-repeat left;
	text-indent: -9999px;
	overflow: hidden;
}
.interview .pager .next {
	float: right;
	display: inline-block;
}
.interview .pager .next a {
	display: inline-block;
	width: 46px;
	height: 33px;
	background: url('../images/common/arrow_next.png') no-repeat right;
	text-indent: -9999px;
	overflow: hidden;
}
.interview .pager .prev a:hover,
.interview .pager .next a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* pager */
.pager {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.pager.page_2 li:first-child {
	margin-left: 18.5%;
}
.pager li {
	float: left;
	width: 26%;
	margin-bottom: 50px;
}
.pager li.next {
	width: 11%;
	height: 180px;
	background-image: url('../images/common/arrow_next_s.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto;
}
.pager li.current img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.pager li img {
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.pager li .image {
	padding: 0;
	border: 4px solid #FFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #FFF;
}
.pager li a:hover .image {
	border: 4px solid #FCE825;
}
.pager li span.text {
	display: block;
	padding: 0.5em 0 0 !important;
	margin: 0 !important;
}
.pager li span {
	display: block;
	padding: 0.5em 0 0;
}
.pager li a {
	text-decoration: none !important;
}
.pager li span.link {
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}
/* caption */
.caption {
	display: block;
	color: #808080;
	padding-top: 0.5em;
	font-size: 85%;
	line-height: 1.8;
}

/**-----------------------------------------------
 * loading
 *---------------------------------------------- */

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FCE825 url(../images/common/loading.png) no-repeat center;
	z-index: 999;
}

/**-----------------------------------------------
 * responsive
 *---------------------------------------------- */
/* small pc */
@media screen and (max-width:1016px) {
	.single #nav .menu li {
		margin-right: 2.2%;
	}
	.header .date {
		float: left;
		line-height: 1.8em !important;
		margin-bottom: 5px;
	}
	.report .header .page {
		float: right;
		line-height: 1.8em !important;
		margin-bottom: 5px;
		margin-top: 0;
	}
	.header h1 {
		clear: both;
		margin-top: 0;
		padding-top: 10px;
		border-top: 1px solid #231815;
	}
}

/* tablet */
@media screen and (max-width:860px) {

	/* nav */
	#nav {
		position: fixed;
		top: 0;
		z-index: 1;
		padding-bottom: 7px;
	}
	#nav .inner {
		position: relative;
	}
	#nav .logo {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
	}
	#nav .logo .normal {
		display: inline;
	}
	#nav .logo .square {
		display: none;
	}
	#nav .menu {
		float: none;
		clear: both;
		width: 100%;
	}
	#nav .menu li {
		float: none;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#nav .menu li a {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.single {
		padding-top: 47px;
	}
	.single #nav .menu,
	.single #nav .menu li,
	.single #nav .menu li.term {
		width: 100%;
		text-align: center;
	}
	.single #nav .menu li a {
		font-size: 14px;
		line-height: 1.5em;
	}
	.single #nav .menu li.term div {
		width: 80%;
		margin: 0 auto;
	}
	.single #nav .menu li .photo {
		display: none;
	}
	.single #nav .menu li a .title {
		float: none;
	}
	.single #nav .menu li .nav_text {
		float: none;
	}
	#nav .sns {
		float: none;
		width: 100px !important;
		margin: 0 auto;
	}
	#nav .sns li {
		margin: 10px 0;
		padding: 15px 0;
		width: 100%;
		text-align: center;
	}
	#nav .sns li.fb {
		text-align: center;
	}
	#nav .menu_btn {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 50px;
		height: 50px;
		background: url('../images/common/menu_btn.png') no-repeat 0 0;
		cursor: pointer;
	}
	#main_visual,
	#main_visual.margin,
	.single {
		/*padding-top: 40px;*/
		padding-bottom: 0;
	}

	.pager.page_2 li:first-child {
		margin-left: 17.5%;
	}
	.pager li {
		width: 30%;
	}
	.pager li.next {
		width: 5%;
		height: 90px;
		background-size: contain;
	}
	.archive_content .shadow {
		margin: 0 5px;
	}
}

/* smart phone */
@media screen and (max-width: 620px){
	/* main visual */
	#main_visual {
		width: 100% !important;
		height: auto !important;
		max-width: auto !important;
		max-height: auto !important;
	}
	#main_visual img {
		width: auto !important;
		height: auto !important;
	}
	.content1_1,
	.content2_1,
	.content2_2,
	.content3_1,
	.content3_2,
	.content3_3,
	.content4_1,
	.content4_2,
	.content4_3,
	.content4_4,
	.archive_content1_1,
	.archive_content2_1,
	.archive_content2_2{
		width: 100%;
		margin: 0 0 24px;
		float: none;
	}
	.section {
		margin: 0 3%;
	}
	.layout {
		padding: 0;
	}
	#school .shadow {
		width: 90%;
		margin: 0 5%;
	}
	#school .shadow .inner {
		padding: 7% 7% 4%;
	}
	#school .shadow .content2_1,
	#school .shadow .content2_2,
	#school .shadow .archive_content2_2,
	#school .shadow .archive_content2_2{
		width: 100%;
		text-align: center;
	}
	.address a {
		float: none;
		display: block;
		margin-top: 0;
	}
	#other {
		padding-top: 0;
	}

	.sns_links {
		float: none;
		position: relative;
		width: 97%;
		margin-bottom: 20px;
	}
	.sns_links ul{
		position: relative;
		left: 55%;
		float: left;
	}
	.sns_links li{
		position: relative;
		left: -55%;
		float: left;
	}
	.sns_links .inner {
		overflow: hidden;
	}
	#main .sns_links {
		margin-left: -10px;
		margin-right: -10px;
	}
	#main .sns_links ul {
		padding: 0;
	}
	#main .photo,
	#main .info {
		width: 100%;
	}
	#breadcrumbs {
		margin: 10px 3%;
	}
	.single #main .shadow .inner {
		padding: 10px 10px 30px;
	}
	.header h1 {
		margin-top: 0;
		font-size: 26px;
		line-height: 1.8em;
	}

	/* books */
	.books_content {
		margin: 0 5px 15px;
		width: 45%;
	}

	/* page */
	.page_link li.prev a {
		width: 100px;
		background: url('../images/common/arrow_prev.png') no-repeat left 5px;
		padding-left: 0;
	}
	.page_link li.next a {
		width: 100px;
		background: url('../images/common/arrow_next.png') no-repeat right 5px;
		padding-right: 0;
	}
	.page_link li.prev a .photo {
		margin: 0;
		float: right;
	}
	.page_link li.next a .photo {
		margin: 0;
		float: left;
	}
	.page_link li.prev a .title,
	.page_link li.next a .title {
		clear: both;
		float: none;
	}
	#main .link {
		width: 100%;
	}
	.hide_sp {
		display: none;
	}
	.show_sp {
		display: block;
	}

	/* report */
	.report .content .padding {
		padding: 0 20px;
	}
	.report h3 {
		line-height: 1em;
		margin: 0 0 20px;
	}

	/* interview */
	.interview .main_visual {
	    margin: -10px -10px 35px;
	}
	.interview .class_info {
	    margin: 0 -10px 35px;
		padding: 30px 10px 10px;
	}
	.interview .sns_links .date {
		float: none;
		text-align: center;
		padding-left: 6%;
		margin-bottom: 10px;
	}
	.interview .pager ul {
		margin: 10px 0 35px;
	}
	.interview .pager .prev,
	.interview .pager .next {
		float: none;
			padding: 0 10px;
	}

	/* pager */
	.pager {
		text-align: left;
		width: 100%;
		margin: 0;
	}
	.pager li {
		float: none;
		clear: both;
		margin-bottom: 10px;
		width: 100%;
	}
	.pager li a {
		display: block;
		overflow: hidden;
	}
	.pager li.next {
		display: none;
	}
	.pager li .image {
		float: left;
		width: 30%;
	}
	.pager li span.text {
		float: right;
		width: 65%;
	}
	.pager li span {
		text-align: left !important;
		padding: 0;
	}
	.pager.page_2 li:first-child {
		margin-left: 0;
	}
	.archive_content {
		display: block;
		margin-left: 1%;
		margin-bottom: 30px;
		width: 100%;
	}
	.archive_content .shadow .inner img {
		max-width: none;
	}
	.term_title + div {
		margin-bottom: 50px;
	}
	/* report */
	.move{
		position:relative;
		width:100%;
		padding-top:56.25%;
	}
	.move iframe{
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
	}
}


/**-----------------------------------------------
 * news
 *---------------------------------------------- */

#news-202103 {
	background: none;
}
#news-202103 .inner {
	background: #fff;
	border: 3px solid #231815;
	text-align: center;
	padding: 60px 50px;
}
#news-202103 h2 {
	margin: 0 auto 30px;
	max-width: 357px;
}
#news-202103 .link {
	text-align: center;
	margin: 30px -10px 0;
}
#news-202103 .link li {
	display: inline-block;
	margin: 10px 10px 0;
	max-width: 300px;
}
/* smart phone */
@media screen and (max-width: 620px){
	#news-202103 {
		padding: 40px 0 0;
	}
	#news-202103 .inner {
		padding: 35px 20px 25px;
	}
	#news-202103 h2 {
		max-width: 185px;
	}
	#news-202103 .link {
		margin: 20px 0 0;
	}
	#news-202103 .link li {
		display: block;
		margin: 15px auto 0;
	}
}