@charset "UTF-8";
/* =============================================================================

	style.css

============================================================================= */

.section_wrp {
	background-color: #F7FAFC;
}
a {
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
}
/*===============================================================
	
	.section_online　.btn
	
===============================================================*/
.section_online .btn {
	margin-top: 30px;
	width: 250px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.section_online .content + .btn {
	margin-top: 60px;
}
.section_online .center_btn {
	margin-left: auto;
	margin-right: auto;
}
.section_online .btn a {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	background: #0078C9;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
}
.section_online .btn a:hover {
	background: #46AFF7;
	text-decoration: none;
}
.section_online .btns {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	margin-top: 30px;
}
.section_online .btns .btn {
	margin: 0 10px;
}


/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_online .btn {
	margin: 0 auto;
	margin-top: 5vw;
	width: 80%;
}
.section_online .content + .btn {
	margin-top: 8vw;
}  
.section_online .btn a {
	font-size: 4vw;
	padding: 3vw 0;
}

.section_online .btns {
	margin-top: 5vw;
}
.section_online .btns .btn {
	margin: 0 1vw;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	.more_info_box
	
===============================================================*/
.more_info_box {
	background: #fff;
	padding: 40px;
	text-align: center;
	width: 100%;
	margin-top: 50px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}
.more_info_box .title {
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}
.more_info_box .title_box {
	border: solid 1px #ccc;
	padding: 15px 0;
}
.more_info_box .title_red {
	border: solid 1px #ED4B4B;
	padding: 15px 0;
	color: #ED4B4B;
}
.more_info_box * + p {
	margin-top: 1em;
}
.more_info_box * + .title {
	margin-top: 2em;
}

.more_info_box .btns + p {
	margin-top: 2em;
}
.more_info_box .center_btn {
	margin-top: 20px;
}
.more_info_box .num_title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-left: 2.2em;
	margin-top: 2em;
}
.more_info_box .num_title .num {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	background: #000;
	padding: 0 0.5em;
}
.section_online .item {
	margin-top: 10px;
}
.more_info_box .capture {
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 1px;
}
.section_online .item .btn {
	margin-top: 30px;
	/*width: auto;*/
}
.section_online .capture.center {
	margin: 10px auto 0;
	width: 31.464174454828661%;
}
/* FAQ */
.more_info_box a.title_box {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	color: #000;
}
.more_info_box a.title_box:hover {
	text-decoration: none;
}
.more_info_box a.title_box:after {
	content: "";
	position: absolute;
	top: 1em;
	right: 1.5em;
	width: 0.6em;
	height: 0.6em;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	transform: rotate(-45deg);
	transition: .5s;
}
.more_info_box a.title_box.view:after {
	top: 1.2em;
	transform: rotate(-225deg);
}
.section_online .faq_box {
	display: none;
}
.section_online .faq_box dl {
	border-bottom: none;
}
.section_online .faq_box dt {
	color: #0078C9;
}
.section_online .faq_box dt:first-child {
	border-top: none;
}
.section_online .faq_box dt:before {
	background-color: #0078C9;
}
.section_online .faq_box dd {
	font-weight: bold;
}
.more_info_box .caption {
	font-size: 75%;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.more_info_box {
	padding: 5vw;
	margin-top: 8vw;
	text-align: left;
}
.more_info_box .title {
	font-size: 4vw;
	text-align: center;
}
.more_info_box .title_red,
.more_info_box .title_box {
	padding: 3vw;
}

.more_info_box .btns + p {
	margin-top: 2em;
}
.more_info_box .btns .btn + .btn {
	margin-top: 3vw;
}
.more_info_box .center_btn {
	margin-top: 4vw;
}
.more_info_box .num_title {
	font-size: 4.0vw;
	padding-left: 3em;
}
.section_online .item {
	margin-top: 15px;
}
.more_info_box .capture {
	width: 80%;
	margin: 0 auto;
}
.section_online .item .btn {
	width: 80%;
	margin: 3vw auto 0;
}
.section_online .capture.center {
	width: 80%;
	margin: 15px auto 0;
}
.more_info_box a.title_box:after {
	top: 1.5em;
}
.more_info_box a.title_box.view:after {
	top: 1.75em;
}
}/* for SP max-width: 800px */



/*===============================================================
	
	.headline_block　左右に斜線
	
===============================================================*/
.headline_block {
	text-align: center;
	padding: 30px 0;
	background: #46AFF7;
}
.headline_block h2,
.headline_block .title {
	text-align:center;
	font-size:35px;
	position:relative;
	color: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
.headline_block {
	text-align: center;
	padding: 5vw 0;
}
.headline_block h2,
.headline_block .title{
	text-align:center;
	font-size:5vw;
	position:relative;
	box-sizing:border-box;
	padding: 0;
	margin:0 auto;
  line-height:1.2;
}
.headline_block h2:before,
.headline_block h2:after,
.headline_block .title:before,
.headline_block .title:after {
	content:'';
	position:absolute;
	top:2px;
	height:20px;
	border-left:solid 2px #ff4e4e;
}
.headline_block h2:before,
.headline_block .title:before {
	left:-10px;
}
.headline_block h2:after,
.headline_block .title:after{
	right:-10px;
}
.headline_block .read {
	margin-top: 15px;
	font-size: 4.0vw;
}
}	/* for SP max-width: 768px */

/* SP向けレイアウトの指定：～400px */
@media only screen and (max-width: 460px) {
.headline_block h2,
.headline_block h2 {
	font-size:5vw;
}
}

/*===============================================================
	
	section_online
	
===============================================================*/
.section_online {
	padding-bottom: 100px;
	background-image: url("/online/common/images/bg_cloud.svg");
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size: cover;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_online {
	padding-bottom: 6vw;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	online_content
	
===============================================================*/
.online_content p {
	font-size: 16px;
	line-height: 1.8;
}
.online_content .item .txt .title {
	font-size: 20px;
	line-height: 1.5;
	color: #46AFF7;
}
.online_content .item .txt,
.item .txt p {
	margin-top: 0;
}
.online_content .item * + .txt ,
.item .txt * + p {
	margin-top: 1em;
}
.online_content + .online_content {
	border-top: dashed 1px #0078C9;
	padding-top: 50px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.online_content .item .txt .title {
	font-size: 4.5vw;
	line-height: 1.2;
}
.online_content p {
	font-size: 3.5vw;
	line-height: 1.6;
}
.online_content .item * + .txt ,
.item .txt * + p {
	margin-top: 3vw;
}
.online_content .item .txt .title + p {
	margin-top: 1vw;
}
.online_content + .online_content {
	padding-top: 5vw;
}
}/* for SP max-width: 800px */

/*===============================================================
	
	title_with_icon
	
===============================================================*/
.title_with_icon {
	font-size: 30px;
	line-height: 1.4;
	padding-top: 100px;
	background-image: url("/online/common/images/icon_soudan.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 120px 90px;
	text-align: center;
	padding-bottom: 30px;
}
.title_with_icon.icon_soudan {
	background-image: url("/online/common/images/icon_soudan.svg");
}
.title_with_icon.icon_event {
	background-image: url("/online/common/images/icon_event.svg");
}
.title_with_icon.icon_myschool {
	background-image: url("/online/common/images/icon_myschool.svg");
}
.title_with_icon.icon_cloud {
	background-image: url("/online/common/images/icon_cloud.svg");
}
.title_with_icon.icon_none {
	background-image: none;
	padding-top: 0;
}
.title_with_icon .sp_small {
  display: block;
}
.title_with_icon + .more {
	font-size: 16px;
	text-align: center;
	margin-top: -15px;
}
.event_date {
  display: block;
	margin-top: 15px;
	text-align: center;
	line-height: 1.4;
}
.event_date .sat {
  font-size: small;
	color: #1437CC
}
.event_date .sun {
  font-size: small;
	color: #de1616
}


/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.title_with_icon {
	font-size: 5vw;
	line-height: 1.2;
	padding-top: 22vw;
	padding-bottom: 0;
	background-size: 25vw auto;
}
.title_with_icon .sp_small {
  font-size: 4.5vw;
  padding-bottom: 0.5vw;
}  
.title_with_icon + .more {
	font-size: 4vw;
	margin-top: 2vw;
}
.event_date {
  font-size: 4.5vw;
  padding-bottom: 0.5vw;
	word-wrap: break-word;
}

  
}/* for SP max-width: 800px */

/*===============================================================
	
	myschool_online
	
===============================================================*/
.myschool_online .item .thumbnail {
	position: relative;
}
.myschool_online .item .thumbnail img {
	width:100%; height: auto;
}
.myschool_online .item .thumbnail .category {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	background: #46AFF7;
	font-weight: bold;
}
.myschool_online .item .detail .title {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
}
.myschool_online .item .detail p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0;
}
.myschool_online .item .detail .icon_download {
	margin-top: 15px;
}
.myschool_online .item .detail .icon_download a {
	font-size: 16px;
	line-height: 1.3;
	padding: 5px 0;
	padding-left: 25px;
	background: url("/online/common/images/icon_download.svg") no-repeat left center;
	background-size: 16px 22px;
	color: #0078C9;
	font-weight: bold;
}
.myschool_online .item .detail .icon_download a:hover {
	color: #46AFF7;
	text-decoration: none;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.myschool_online {
	border: solid 1px #0078C9;
	padding:5vw;
	margin-top: 5vw;
}
.myschool_online .item {
	margin-top: 0;
}
.myschool_online .item + .item {
	margin-top: 5vw;
	padding-top: 5vw;
	border-top:  dashed 1px #0078C9;
}
.myschool_online .item .thumbnail .category {
	padding: 1vw 3vw;
	font-size: 4vw;
}
.myschool_online .item .detail .title {
	margin-top: 3vw;
	font-size: 4vw;
}
.myschool_online .item .detail p {
	margin-top: 1vw;
	font-size: 3.5vw;
}
.myschool_online .item .detail .icon_download {
	margin-top: 3vw;
}
.myschool_online .item .detail .icon_download a {
	font-size: 4vw;
	line-height: 1.3;
	padding: 3vw 0;
	padding-left: 8vw;
	background-size: 5vw auto;
}

}/* for SP max-width: 800px */


/*===============================================================
	
	section_online_movie
	
===============================================================*/
.section_online_movie {
	background: #fff;
}
.online_movie_content {
	text-align: center;
}
.online_movie_content .title_bock .en {
	font-size: 40px;
	line-height: 1;
}
.online_movie_content .title_bock .title {
	font-size: 30px;
	line-height: 1.4;
}
.online_movie_content .youtube {
	background: #eee;
}
.online_movie_content p {
	margin-top: 1em;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.online_movie_content .title_bock .en {
	font-size: 5vw;
	line-height: 1;
}
.online_movie_content .title_bock .title {
	font-size: 5vw;
	line-height: 1.4;
}
.online_movie_content .youtube {
	background: #eee;
}
.online_movie_content p {
	margin-top: 0.7em;
}  
}/* for SP max-width: 800px */


/*===============================================================
	
	local_nav
	
===============================================================*/
.local_nav {
	background: #ff0;
	text-align: center;
	padding: 20px 0;
}
.local_nav ul {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
}
.local_nav ul li {
	padding: 0 20px;
}
.local_nav a {
	color: #000;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
.local_nav a:hover {
	opacity: 0.7;
	text-decoration: none;
}


/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.local_nav {
	padding: 0vw 0;
}
.local_nav ul {
	flex-direction:column;
}
.local_nav ul li {
	padding: 0;
	width: 100%;
}
.local_nav ul li + li {
	border-top: solid 1px rgba(0,0,0,0.2);
}
.local_nav a {
	display: block;
	font-size: 4vw;
	padding: 3vw 0;
	position: relative;
}
.local_nav a::after {
	content:'';
	position:absolute;
	top: 0; bottom: 0; right: 3vw;
	margin: auto;
	border:solid 1px #000;
	width:2vw;
	height:2vw;
	border-top:none;
	border-left:none;
	transform: rotate(45deg) translate(-1px,-1px);
	transition: all 0.3s;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	mainvisual
	
===============================================================*/
.mainvisual {
	text-align: center;
	color: #fff;
	width:100%;
	background-color: #0078C9;
	background-image: url("/online/common/images/mainvisual_bg.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1650px auto;
	padding: 40px 0;
}
.mainvisual .title {
	font-size: 25px;
	line-height: 1;
}
.mainvisual .en {
	font-size: 90px;
	line-height: 1;
	margin-top: 10px;
}
.mainvisual .fig img {
	width:100%; height: auto;
}
.mainvisual .fig + p {
	font-size: 25px;
	line-height: 1.6;
	margin-top: 30px;
	font-weight: bold;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.mainvisual {
	background-size: 245vw auto;
	padding: 5vw 0;
}
.mainvisual .title {
	font-size: 5vw;
	line-height: 1;
}
.mainvisual .en {
	font-size: 15vw;
	line-height: 0.9;
	margin-top: 2vw;
}
.mainvisual .fig img {
	padding: 3vw 0;
}
.mainvisual .fig + p {
	font-size: 5vw;
	margin-top: 3vw;
}
}/* for SP max-width: 800px */



/*===============================================================
	
	btns
	
===============================================================*/
.btns {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.btns .btn_yellow {
	width: 48%;	
}
.btns .btn_yellow a {
	display: block;
	font-size:16px;
	line-height: 1;
	color: #000;
	background: #ff0;
	padding: 15px;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.btns .btn_yellow a::after {
	content:'';
	position:absolute;
	top: 0; bottom: 0; right: 10px;
	margin: auto;
	border:solid 1px #000;
	width:6px;
	height:6px;
	border-top:none;
	border-left:none;
	transform: rotate(-45deg) translate(-1px,-1px);
	transition: all 0.3s;
}
.btns .btn_yellow a:hover {
	transform: scale(1.05,1.05);
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {
.btns .btn_yellow a {
	font-size:1.5vw;
	padding: 1.8vw 3vw;
}
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.btns {
	flex-direction:column;
}
.btns .btn_yellow {
	width: 100%;	
}
.btns .btn_yellow a {
	font-size:4vw;
	padding: 5vw 3vw;
}
.btns .btn_yellow a::after {
	right: 2vw;
}
.btns .btn_yellow + .btn_yellow {
	margin-top: 3vw;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	creative_top_headline
	
===============================================================*/
.creative_top_headline {
	text-align: center;
}
.creative_top_headline .subtitle {
	font-size: 20px;
	line-height: 1;
	padding-top: 30px;
}
.creative_top_headline .title {
	display: inline-block;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	padding: 0 10px 3px;
	margin: 0;
	position: relative;
	z-index: 2;
	margin-top:30px;
}
.creative_top_headline p {
	font-size: 16px;
	line-height: 1.6;
	margin: 15px 0 0;
}
.creative_top_headline .past_course a {
	display: inline-block;
	padding: 8px 18px;
	color: #000;
	border: solid 1px #000;
	font-size: 14px;
	line-height: 1;
	position: relative;
}
.creative_top_headline .past_course a::after {
	content:'';
	position:absolute;
	top: 0; bottom: 0; right: 8px;
	margin: auto;
	border:solid 1px #000;
	width:6px;
	height:6px;
	border-top:none;
	border-left:none;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
.creative_top_headline .past_course a:hover {
	opacity: 0.5;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {
.creative_top_headline .en {
	font-size: 2.5vw;
}
.creative_top_headline .title {
	font-size: 3.3vw;
	padding: 0 1vw 0.2vw;
	margin-top: 7.5vw;
}
.creative_top_headline p {
	font-size: 1.6vw;
	line-height: 1.6;
	margin: 1.8vw 0 0;
}
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.creative_top_headline .en {
	font-size: 3.5vw;
	line-height: 1;
	letter-spacing: 0.3em;
}
.creative_top_headline .title {
	font-size: 6vw;
	letter-spacing: 0;
	margin-top: 0;
}
.creative_top_headline p {
	font-size: 3.8vw;
	line-height: 1.6;
	letter-spacing: 0;
	margin-top: 2vw;
}
.creative_top_headline .past_course {
	margin-top: 4vw;
}
}/* for SP max-width: 800px */

/*===============================================================
	
	section_education_system
	
===============================================================*/
.section_education_system {
	/*background: rgba(0,0,0,0.1);*/
	padding-bottom: 80px;
	background: url("../images/bg_sketch.jpg") no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1) inset; 
}
.section_education_system .creative_top_headline .title {
	position: relative;
	width: 100%;
}
.section_education_system .creative_top_headline .title::after,
.section_education_system .creative_top_headline .title::before {
	content:'';
	position:absolute;
	top: 0; bottom: 0;
	margin: auto;
	width:33%;
	height:1px;
	background: #000;
}
.section_education_system .creative_top_headline .title::after {
	left: 0;
}
.section_education_system .creative_top_headline .title::before {
	right: 0;
}
.section_education_system .btns {
	width: 700px;
	margin: 0 auto;
	margin-top: 30px;
}
.section_education_system .content {
	margin-top: 30px;
}
.section_education_system .content + .content {
	margin-top: 80px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_education_system {
	padding-top: 0;
	padding-bottom: 3vw;
	background: url("../images/bg_sketch_sp.jpg") repeat top center;
	background-size: contain;
}
.section_education_system .btns {
	margin-top: 4vw;
	width:100%;
}
.section_education_system .content {
	margin-top: 8vw;
}
.section_education_system .content + .content {
	margin-top: 8vw;
}  
.section_education_system .creative_top_headline .title::after,
.section_education_system .creative_top_headline .title::before {
	width:20%;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	list_contents
	
===============================================================*/
.list_contents {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	margin-top: -30px;
}
.list_contents .item a {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	background: rgba(255,255,255,0.5);
	position: relative;
	margin-top: 30px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	color: #000;
}
.list_contents .item a:hover {
	transform: scale(1.05,1.05);
}
.list_contents .txt {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}
.list_contents .photo {
	width: 50%;
}
.list_contents .photo img {
	width:100%; height: auto;
}


/* タブレット以下 */
@media screen and (max-width: 1070px) {
.list_contents .txt {
	padding: 1.9vw;
}
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.list_contents {
	margin-top: -12vw;
}
.list_contents .item {
	flex-direction:column-reverse;
	margin-top: 10vw;
}
.list_contents .item a {
	margin-top: 0vw;
}
.list_contents .item .txt {
	padding: 5vw;
	margin-top: 0;
}
.list_contents .txt,
.list_contents .photo {
width: 100%;
}
}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
	list_contents　文字	
-------------------------------------------------------------*/
.list_contents .number {
	position: absolute;
	top: -15px;
	left: 20px;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
}
.list_contents .txt .title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
}
.list_contents .txt p {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0.5em;
}


/* タブレット以下 */
@media screen and (max-width: 1070px) {
.list_contents .number {
	position: absolute;
	top: -1.4vw;
	left: 2vw;
	font-size: 2.8vw;
}
.list_contents .txt .title {
	font-size: 1.9vw;
}
.list_contents .txt p {
	font-size: 1.35vw;
}

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.list_contents .number {
	position: absolute;
	top: -4vw;
	left: 5vw;
	font-size: 8vw;
}
.list_contents .txt .title {
	font-size: 4.5vw;
}
.list_contents .txt p {
	font-size: 3.5vw;
}
}	/* for SP max-width: 800px */

/*===============================================================
	
	message_content
	
===============================================================*/
.message_content {
}
.message_content .title {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.message_content p {
  text-align: center;
  margin-top: 1em;
}
.message_content .item_only {
  width: 600px;
  margin: 0 auto;
  margin-top: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {	
.message_content .title {
  font-size: 5vw;
}
.message_content .item_only {
  width: 100%;
  margin-top: 3vw;
} 
.message_content .item {
  margin-top: 3vw;
}  
.message_content p {
  margin-top: 0.7em;
}  

}	/* for SP max-width: 800px */

/*===============================================================
	
	howto_zoom
	
===============================================================*/
.howto_zoom {
	margin-top: 20px;
}
.howto_zoom .item .btn {
	margin-top: 10px;
	width: auto;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.howto_zoom .item .btn {
	width: 80%;
	margin-top: 2vw;
}
}/* for SP max-width: 800px */




/*===============================================================
	
	accordion
		
===============================================================*/


/*-------------------------------------------------------------
	content_howto accordion	
-------------------------------------------------------------*/
.accordion {
	position: relative;
	margin-top: 50px;
}
.accordion + .accordion {
	margin-top: 20px;
}
.accordion_title {
	background-color: #fcc800;
	position: relative;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.1s linear !important;
	transition: all 0.1s linear !important;
}
.accordion_title:hover {
	opacity: 0.7;
}
.accordion_title .link {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	padding: 20px;
  text-align: center;
}
.accordion_title .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 30px;
	height: 30px;
}
.accordion_title .icon_inner {
	position: relative;
	width: 30px;
	height: 30px;
}
.accordion_title .icon span {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 2px;
	background: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.accordion_title .icon span:nth-of-type(1) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion_title .icon span:nth-of-type(2) {
}
.accordion_title.active .icon span:nth-of-type(1) {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.accordion_title.deactive {
  pointer-events:none;
  overflow: hidden;
}
.accordion_title.deactive:after {
  content:'COMING SOON';
  display: inline-block;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 2px;
  margin: auto;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  width: 80px;
  height: 30px;
  /*border: 1px solid #fff;*/
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  box-sizing: border-box;
}
.accordion_title.deactive .icon span {
  opacity: 0.2;
}
.accordion_body {
	display: none;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.accordion_body {
  padding: 20px;
}  

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.accordion {
  margin-top: 4vw;
}
.accordion + .accordion {
	margin-top: 1vw;
}  
.accordion_title .link {
	font-size: 4vw;
	line-height: 1.2;
	padding: 4vw 3vw;
	letter-spacing: 0;
}
.accordion_title .icon {
	right: 2vw;
	width: 4vw;
	height: 4vw;
}
.accordion_title .icon_inner {
	width: 4vw;
	height: 4vw;
}
.accordion_title .icon span {
	width: 4vw;
	height: 2px;
}
	.accordion_title.deactive{
		padding-bottom: 3vw;
	}
.accordion_title.deactive:after {
	position: static;
	bottom: 0; left: 0; right: 0;
	margin: auto;
  font-size: 2.5vw;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  width: 100%;
  height:2.5vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
	margin-top: -3vw;
	display: block;
	padding-bottom: 2vw;
	opacity: 0.7;
}  
.accordion_body {
  margin-top: 0;
  padding: 4vw;
}
}	/* for SP max-width: 800px */

/* SP向けレイアウトの指定：～400px */
@media only screen and (max-width: 400px) {
.accordion_body {
  margin-top: 0;
}

}	/* for SP max-width: 400px */

/*-------------------------------------------------------------
	バリエーション	
-------------------------------------------------------------*/
/*
.course_[01] .accordion_title { background-color:#[02]; }
.course_[01] .accordion_title:hover { background-color:#[03]; }
*/
.course_product_design .accordion_title { background-color:#e60012; }
.course_technology_design .accordion_title { background-color:#008d3f; }
.course_hobby_toy_design .accordion_title { background-color:#00a4b8; }
.course_game_graphic_illustration .accordion_title { background-color:#93176f; }
.course_game_programmer_planner .accordion_title { background-color:#182987; }
.course_vfx_cgimages .accordion_title { background-color:#f18904; }
.course_car_design .accordion_title { background-color:#59bded; }
.course_car_model .accordion_title { background-color:#59bded; }
.course_motorcycle .accordion_title { background-color:#59bded; }
.course_graphic_design .accordion_title { background-color:#fcc800; }
.course_illustrator .accordion_title { background-color:#fcc800; }
.course_interior_design .accordion_title { background-color:#fcc800; }
.course_manga .accordion_title { background-color:#eb6ea5; }
.course_comic_illustration .accordion_title { background-color:#eb6ea5; }
.course_digital_illustration_manga .accordion_title { background-color:#eb6ea5; }
.course_novel_scenario .accordion_title { background-color:#eb6ea5; }
.course_game_graphic_character .accordion_title { background-color:#8fc31f; }
.course_game_planner .accordion_title { background-color:#8fc31f; }
.course_game_programmer .accordion_title { background-color:#8fc31f; }
.course_3dcg_creator .accordion_title { background-color:#74c6be; }
.course_animation .accordion_title { background-color:#74c6be; }
.course_movie_video_creator .accordion_title { background-color:#74c6be; }

/*===============================================================
	
	オンライン講座
	
===============================================================*/
.none {
  display: none;
}
.content_online_program .title_with_icon + p {
  text-align: center;
  font-size: 18px;
  margin-top: -20px;
}
.content_online_program .readxtxt {
 text-align: center;
 font-size: 18px;
	margin-top: 20px;
}
.content_online_program .item {
	margin-top: 0;
}
.content_online_program .comingsoon {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
}
.content_online_program .item .txt {
	margin-top: 0;
}
.content_online_program .item .btn_wrp {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.content_online_program .item .btn_wrp .btn_l {
	width: 100%;
}
.content_online_program .item .btn_wrp .btn_l a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  background: #00C300;
  border-radius: 3px;
  padding: 15px 0;
}
.content_online_program .item .btn_wrp .btn_l a span {
  display: inline-block;
	background: url("../images/icon_line.svg") no-repeat center left;
  background-size: 30px auto;
  padding-left: 40px;
}
.content_online_program .item .btn_wrp .btn_l a:hover {
	background-color: #25DD25;
}
.content_online_program .item .btn_wrp .btn_m {
	width: 48.5%;
  margin-right: 3%;
  margin-top: 15px;
}
.content_online_program .item .btn_wrp .btn_m + .btn_m {
  margin-right: 0;
}
.content_online_program .item .btn_wrp .btn_m a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
	background: #222;
  border-radius: 3px;
  padding: 15px 0;
}
.content_online_program .item .btn_wrp .btn_m a:hover {
	background: #444;
}
.content_online_program .item .btn_wrp .btn_deactive {
	pointer-events: none;
}
.content_online_program .item .btn_wrp .btn_deactive a {
  color: #ddd;
  background: #999;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.btn_deactive:before {
  font-size:14px;
}  

}	/* for SP max-width: 800px */
.content_online_program .item .online_course_wrp {
  border-top: 1px solid #0078C9;
  margin-top: 25px;
  padding-top: 15px;
}
.content_online_program .item .online_course_wrp .online_course_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #0078C9;
}
.content_online_program .item .online_course_wrp p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
	
	/* comingsoon */
	background: #f0f0f0;
	padding: 50px;
	text-align: center;
	color: #999;
}
.content_online_program .item .link_wrp {
  margin-top: 20px;
}

.content_online_program .item .icon_download a {
	font-size: 18px;
	line-height: 30px;
	padding: 5px 0;
  padding-left: 35px;
	background: url("/online/common/images/icon_download.svg") no-repeat 4px center;
	background-size: 20px auto;
	color: #000;
	font-weight: bold;
}
.content_online_program .item .icon_download a:hover{
	color: #666;
	text-decoration: none;
}
.content_online_program .item .icon_download {
  margin-top: 10px;
}


/* タブレット以下 */
@media screen and (max-width: 1070px) {
.content_online_program .item .btn_wrp .btn_m a {
  font-size: 1.6vw;
  letter-spacing: 0;
}  

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.content_online_program .content_online_commentary .item {
	margin-top: 5vw;
}
.content_online_program .title_with_icon + p {
  font-size: 4vw;
  margin-top: 2vw;
}
.content_online_program .readxtxt {
  font-size: 4vw;
  margin-top: 2vw;
} 
.content_online_program .item .txt {
	margin-top: 4vw;
}
.content_online_program .item .btn_wrp {
}
.content_online_program .item .btn_wrp .btn_l {
	width: 100%;
}
.content_online_program .item .btn_wrp .btn_l a {
  font-size: 4vw;
  line-height: 1.5;
  border-radius: 3px;
  padding: 2vw 0;
}
.content_online_program .item .btn_wrp .btn_l a span {
  display: block;
  background-size: 6vw auto;
  background-position: center left 10px;
  padding-left: 0;
}
.content_online_program .item .btn_wrp .btn_m {
	width: 100%;
  margin-right: 0;
  margin-top: 2vw;
}
.content_online_program .item .btn_wrp .btn_m + .btn_m {
  margin-top: 2vw;
}
.content_online_program .item .btn_wrp .btn_m a {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: .06em;
  padding: 3vw 0;
}
.content_online_program .item .online_course_wrp {
  margin-top: 3vw;
  padding-top: 3vw;
}
.content_online_program .item .online_course_wrp .online_course_title {
  font-size: 4.5vw;
}
.content_online_program .item .online_course_wrp p {
  margin-top: 3vw;
  font-size: 3.5vw;
}
.content_online_program .item .link_wrp {
  margin-top: 5vw;
}  
.content_online_program .item .icon_download {
  margin-top: 3vw;
}  
.content_online_program .item .icon_download a {
	font-size: 4vw;
	line-height: 1.3;
	padding: 3vw 0;
	padding-left: 8vw;
  background-position:left center;
	background-size: 5vw auto;
}

}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
	動画	
-------------------------------------------------------------*/
.content_online_program .photo {
	position: relative;
}
.content_online_program .photo::after {
	content:'';
	position:absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	width:80px;
	height:80px;
	border-radius: 40px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.0);
	transition: all 0.3s;
	background: rgba(0,0,0,0.1) url("/online/common/images/icon_videoplay.svg") no-repeat center center;
	background-size: cover;
	pointer-events: none;
}
.content_online_program .photo.comingsoon::before {
	content:'COMING SOON';
	position:absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	width:100%;
	height:20px;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	text-align: center;
	transform: translateY(55px);
}
.content_online_program .photo a:hover {
  opacity: 0.7;
}


/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	オンライン講評会
-------------------------------------------------------------*/
.title_icon_line_wrp {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.title_icon_line {
	font-size: 30px;
	line-height: 40px;
	padding: 5px 0;
	padding-left: 45px;
	background: url("/online/common/images/icon_line.svg") no-repeat left center;
	background-size: 40px 40px;
	color: #00C300;
	font-weight: bold;
}
.content_online_commentary .flex_container {
	margin-top: 20px;
}
.content_online_commentary .title_icon_line_wrp + p {
	margin-top: 10px;
}
.content_online_commentary .photo + p {
  font-size: 14px;
}



/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.more_info_box .title_icon_line {
	font-size: 6vw;
	line-height: 1.5;
	padding: 0;
	padding-left: 8vw;
	background-size: 7vw 7vw;
}
.title_icon_line_wrp + p {
  font-size: 4vw;
  margin-top: 3vw;
}
.content_online_program .photo + p {
  font-size: 3.5vw;
}
.content_online_program .content_online_commentary .photo + p {
  font-size: 3.5vw;
	margin-top: 2vw;
}
.content_online_commentary .flex_container {
	margin-top: 0;
}
.content_online_commentary .title_icon_line_wrp + p {
	margin-top: 2vw;
}
}	/* for SP max-width: 800px */


/*===============================================================
	
	step_circle
	
===============================================================*/
.step_circle {
	margin-top: 20px;
}
.step_circle li {
	float:left;
	width:25%;
	position:relative;
	text-align:center;
}

.step_circle_4 li {
	width:25%;
}
.step_circle_5 li {
	width:20%;
}
.step_circle_6 li {
	width:16.666%;
}
.step_circle_7 li {
	width:14.28%;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.step_circle li {
	float:none;
	width:100%;
	text-align: left;
}
.step_circle {
	margin-top: 2vw;
}
}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
	.step_circle .num
-------------------------------------------------------------*/
.step_circle .num {
	position:absolute;
	top:0; left:0; right:0; margin:auto;
	width:50px;
	height:50px;
	font-size:25px;
	line-height:44px;
	font-weight:bold;
	background:#fff;
	border:solid 3px #00C300;
	box-sizing:border-box;
	color:#00C300;
	border-radius:50%;
	z-index:2;
}
.step_circle .past .num {

	color:#46AFF7;
}
.step_circle .active .num {
	background:#00C300;
	color:#fff;
}

.step_circle li:before,
.step_circle li:after {
	content:' ';
	width:50%;
	height:3px;
	position:absolute;
	background:#00C300;
	top:25px;
	z-index:1;
}
.step_circle li:before {
	left:0;
}
.step_circle li:after {
	right:0;
}
.step_circle li:first-child:before {
	content:none;
}
.step_circle li:last-child:after {
	content:none;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.step_circle .num {
	width:30px;
	height:30px;
	font-size:16px;
	line-height:28px;
	border:solid 2px #00C300;
	text-align: center;
	position: static;
	margin: 0;
}
.step_circle li:before,
.step_circle li:after {
	display: none;
}
.step_circle li {
	clear: both;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}
	.step_circle li + li {
		margin-top: 3vw;
	}
}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
 .step_circle .txt
-------------------------------------------------------------*/
.step_circle .txt {
	padding-top:60px;
	color:#00C300;
	font-size:16px;
	font-weight: bold;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.step_circle .txt {
	padding-top:0;
	font-size:5vw;
	line-height:1.2;
	width: calc(100% - 40px);
}
.step_circle_5 .txt,
.step_circle_6 .txt,
.step_circle_7 .txt {
	padding-top:25px;
	font-size:12px;
	line-height:1.2;
}
}	/* for SP max-width: 800px */

/*===============================================================
	
	study_flow
	
===============================================================*/
.study_flow {
	margin-top: 50px;
	text-align: center;
}
.study_flow .title {
  text-align: center;
	font-weight: bold;
	display: inline-block;
	background:#00C300;
	color: #fff;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 20px;
	border-radius: 30px;
}
.study_flow .red {
	color: #c00;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.study_flow {
	margin-top: 8vw;
	background: #fff;
	padding: 5vw;
	border: solid 2px #00C300;
}
.study_flow .title {
	color: #fff;
	margin: 0 auto;
	margin-top: 3vw;
	padding: 1.5vw 5vw;
	font-size: 4.5vw;
	line-height: 1.5;
	border-radius: 6vw;
}
.study_flow .red {
	color: #c00;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	popup_password_box
	
===============================================================*/
.popup_password_box {
	position: fixed;
	z-index: 9999;
	width: 400px;
	height: 270px;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
	border-radius: 20px;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	box-sizing: border-box;
	display: none;
	transition: all 0.1s;
}
.popup_password_box .box_inner {
	position: relative;
	padding: 30px;
}
.popup_password_box .popup_title_block .title {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}
.popup_password_box .popup_title_block p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}
.popup_password_box .password_box {
	margin-top: 20px;
	background: #eee;
	padding: 20px;
	text-align: center;
}
.popup_password_box .password_box p {
	font-size: 14px;
	line-height: 1.4;
}
.popup_password_box .password_box .error {
	color: #f00;
}
.popup_password_box .password_box .fld {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	margin-top: 15px;
}
.popup_password_box .password_box .fld input {
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	margin: 0;
	border: 0;
	width: calc(100% - 90px);
	box-sizing: border-box;
}
.popup_password_box .password_box .fld .btn_submit a {
	width: 80px;
	display: block;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background: #46AFF7;
	color: #fff;
	margin-left: 10px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.popup_password_box {
	width: 90%;
	border-radius: 10px;
	height: 60vw;
}
.popup_password_box .box_inner {
	position: relative;
	padding: 5vw;
}
.popup_password_box .popup_title_block .title {
	font-size: 5vw;
}
.popup_password_box .popup_title_block p {
	font-size: 4vw;
	margin-top: 3vw;
}
.popup_password_box .password_box {
	margin-top: 3vw;
	padding: 3vw;
}
.popup_password_box .password_box p {
	font-size: 3.5vw;
}
.popup_password_box .password_box .fld {
	margin-top: 3vw;
}
.popup_password_box .password_box .fld input {
	font-size: 5vw;
	line-height: 1;
	padding: 3vw;
	width: calc(100% - 25vw);
}
.popup_password_box .password_box .fld .btn_submit a {
	width: 23vw;
	margin-left: 2vw;
	display: block;
	font-size: 5vw;
	line-height: 1;
	padding: 3vw 0;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	popup_password_box	
-------------------------------------------------------------*/
.popup_password_box .close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
}
.popup_password_box .close a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.popup_password_box .close a::before,
.popup_password_box .close a::after {
	content:'';
	position:absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	width:20px;
	height:1px;
	background: #000;
	transform: rotate(45deg);
}
.popup_password_box .close a::after {
	transform: rotate(-45deg);
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	error	
-------------------------------------------------------------*/
.error {
	animation: _animation 0.2s linear;
}

@keyframes _animation {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(20px);
	}
	50% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(-20px);
	}
	100% {
		transform: translateX(0);
	}
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */


/*===============================================================
	
	ao_content
	
===============================================================*/
.ao_content .schedule .item {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align: center;
	border: solid 1px #46AFF7;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}
.ao_content .schedule .item .part {
	background: #46AFF7;
	color: #fff;
	padding: 0 10px;
	font-size: 20px;
}
.ao_content .schedule .item .time {
	color: #46AFF7;
	font-size: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.ao_content .schedule .item {
	padding: 2vw;
}
.ao_content .schedule .item + .item {
	margin-top: 2vw;
}
.ao_content .schedule .item .part {
	padding: 0 2vw;
	font-size: 5vw;
}
.ao_content .schedule .item .time {
	font-size: 5vw;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	archive_content
	
===============================================================*/
.archive_content + .archive_content {
	margin-top: 50px !important;
}
.archive_content .head {
  color: #46AFF7;
	font-size: 25px;
	line-height: 1;
  border-bottom: 2px solid #46AFF7;
  padding: 15px 0;
}
.archive_content .item {
	margin-top: 40px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.archive_content + .archive_content {
	margin-top: 5vw !important;
  padding-top: 0;
}  
.archive_content .head {
	font-size: 5vw;
  text-align: center;
  border: none;
  padding: 0;
}
.archive_content .item {
	margin-top: 0;
}

}/* for SP max-width: 800px */

/*===============================================================
	
	archive_content_detail
	
===============================================================*/
.archive_content_detail .item .detail .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0;
}
.archive_content_detail .item .detail p {
  font-size: 16px;
  line-height: 1.8;
}
.archive_content_detail .borderimg {
  border: 1px solid #707070;
  box-sizing: border-box;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.archive_content_detail + .archive_content_detail {
  padding-top: 5vw;
  border-top: dashed 1px #0078C9;
}   
.archive_content_detail .head {
  padding-bottom: 0;
}
.archive_content_detail .myschool_online {
	padding: 0;
  border: none;
}
.archive_content_detail .item {
	margin-top: 0;
}
.archive_content_detail .item + .item {
  margin-top: 3vw;
	padding-top: 0;
  border-top: none;
}  
.archive_content_detail .item .detail .title {
  font-size: 4vw;
}
.archive_content_detail .item .detail p {
  font-size: 3.5vw;
  line-height: 1.6;
}  

}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
	accordion
-------------------------------------------------------------*/
.archive_content_detail .accordion {
  margin-top: 40px;
}
.archive_content_detail .accordion_title {
	background-color: #46AFF7;
}
.archive_content_detail .accordion_title .link {
	font-size: 25px;
  padding: 10px 20px;
}
.archive_content_detail .accordion_title .icon {
	right: 10px;
}
.archive_content_detail .accordion .flex_container {
	margin-top: -20px;
}
.archive_content_detail .accordion .item {
  margin-top: 20px;
}
.archive_content_detail .accordion .item a {
  display: block;
  color: #000;
}
.archive_content_detail .accordion .item a:hover {
  opacity: 0.7;
}
.archive_content_detail .accordion .item p {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.archive_content_detail .accordion .comingsoon {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background: #f0f0f0;
  padding: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.archive_content_detail .accordion .flex_container .item_4_1 {	
	width: 23.598130841121495%;
	margin-right: 1.869158878504673%;
}
.archive_content_detail .accordion .flex_container .item_4_1:nth-child(4n) {	
	width: 23.598130841121495%;
	margin-right: 0;
}  

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.archive_content_detail .accordion {
  margin-top: 4vw;
}  
.archive_content_detail .accordion_title .link {
	font-size: 4vw;
  padding: 3vw 3vw;
}
.archive_content_detail .accordion .flex_container {
	margin-top: -3vw;
} 
.archive_content_detail .accordion .item {
  margin-top: 3vw;
}
.archive_content_detail .accordion .flex_container .item_4_1,
.archive_content_detail .accordion .flex_container .item_4_1:nth-child(3n),
.archive_content_detail .accordion .flex_container .item_4_1:nth-child(4n),
.archive_content_detail .accordion .flex_container .item_5_1,
.archive_content_detail .accordion .flex_container .item_5_1:nth-child(4n),
.archive_content_detail .accordion .flex_container .item_5_1:nth-child(5n) {	
	width: 48.598130841121495%;
	margin-right: 2.803738317757009%;
}
.archive_content_detail .accordion .flex_container .item_4_1:nth-child(2n),
.archive_content_detail .accordion .flex_container .item_5_1:nth-child(2n) {
	margin-right:0;
}
.archive_content_detail .accordion .item p {
  margin-top: 2vw;
}
.archive_content_detail .accordion .comingsoon {
  font-size: 3.5vw;
}  

}	/* for SP max-width: 800px */

/*===============================================================
	
	modal 2016/10/11
		
===============================================================*/
.modal_bg {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	display: none;
	z-index: 9998;
}
.modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	display: none;
	z-index: 9999;
	-webkit-transition: top 0.2s linear, left 0.1s linear;
	transition: top 0.2s linear, left 0.1s linear;
	color: #fff;
}
.modal .close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	z-index: 9999;
}
.modal .close:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
	top: 10px;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal .close:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
	top: 10px;
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal .close:hover {
	opacity: 0.7;
}
.modal .modal_container {
	padding: 0;
	position: relative;
}
.modal .modal_contents_wrp {
	position: relative;
	padding: 30px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.modal .modal_inner {
	/*padding: 30px;*/
	/*background: #333;*/
}
.modal .modal_contents_wrp::-webkit-scrollbar {
	display: none;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

} /* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.modal {
	width: 100%;
}
.modal .close {
	top: 5px;
	right: 0px;
}
.modal .modal_contents_wrp {
	padding: 30px;
}
.modal .modal_inner {
	/*padding: 5vw;*/
}
.modal .close {
	top: 30px;
	right: 0px;
}
} /* for SP max-width: 800px */

/*-------------------------------------------------------------
	.modal .modal_pager
-------------------------------------------------------------*/
.modal .modal_pager li a {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 30px;
	height: 30px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.modal .modal_pager li a:after {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	top: 6px;
	left: 0;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.modal .modal_pager li.prev a {
	left: 0;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.modal .modal_pager li.next a {
	right: 0;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

} /* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
	
} /* for SP max-width: 800px */

/*-------------------------------------------------------------
	.modal_container
-------------------------------------------------------------*/
.modal .modal_container .modal_header {}
.modal .modal_container .modal_header h3 {
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	text-shadow: none;
}
.modal .modal_container .modal_header p {
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

} /* for tablet max-width: 10301070pxpx */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.modal .modal_container .modal_header h3 {
	font-size: 6vw;
	line-height: 1.4;
	padding-top: 0;
}
.modal .modal_container .modal_header p {
	font-size: 4vw;
	line-height: 1.6;
}
} /* for SP max-width: 800px */

/*-------------------------------------------------------------
	.modal_container
-------------------------------------------------------------*/
.modal .modal_container .modal_body {
}
.modal .modal_container .modal_body p {
	font-size: 16px;
	line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

} /* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.modal .modal_container .modal_body p {
	font-size: 4vw;
	line-height: 1.6;
}
} /* for SP max-width: 800px */

/*-------------------------------------------------------------
	.modal_container .btn
-------------------------------------------------------------*/
.modal_container .btn {
	width: 400px;
	margin: 0 auto;
	margin-top: 40px;
}
.modal_container .btn a {
	position: relative;
	display: block;
	background-color: #e61e19;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding: 15px 0;
}
.modal_container .btn a:hover {
	text-decoration: none;
	background-color: #f00;
}
.modal_container .btn a:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	top: 0;
	left: auto;
	bottom: 0;
	right: 10px;
	margin: auto;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

} /* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.modal_container .btn {
	width: 100%;
	margin: 0 auto;
	margin-top: 4vw;
}
.modal_container .btn a {
	font-size: 4.5vw;
	padding: 4vw 0;
}
} /* for SP max-width: 800px */

/*===============================================================
	
	section_event
	
===============================================================*/
.section_event {
  background: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {	

}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
	eventlist
-------------------------------------------------------------*/
.eventlist {
  width: auto;
  max-width: 1200px;
}
.eventlist .box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 102%;
	margin-left: -1%;
}
.eventlist .item {
  width: 23%;
	margin-left: 1%;
  margin-right: 1%;
	margin-top: 30px;
}
.eventlist .item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.eventlist .item a:hover {
  opacity: 0.7;
}
.eventlist .item .txt {
  margin-top: 10px;
}
.eventlist .item .txt .date {
}
.eventlist .item .txt .title {
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
.eventlist {
  padding-left: 20px;
  padding-right: 20px;
}

}	/* for tablet max-width: 1200px */

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.eventlist {
  padding-left: 0;
  padding-right: 0;
} 
.eventlist .item {
  width: 48%;
	margin-left: 1%;
  margin-right: 1%;
}

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.eventlist .item {
	width: 100%;
	margin-left: 0;
  margin-right: 0;
  margin-top: 3vw;
}	
.eventlist .item .txt {
  margin-top: 2vw;
}

}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
	btn
-------------------------------------------------------------*/
.section_event .btn {
	margin-top: 30px;
	width: 250px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.section_event .center_btn {
	margin-left: auto;
	margin-right: auto;
}
.section_event .btn a {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	background: #FF3644;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
}
.section_event .btn a:hover {
	background: #fc6c6c;
	text-decoration: none;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_event .btn {
	margin: 0 auto;
	margin-top: 5vw;
	width: 80%;
} 
.section_event .btn a {
	font-size: 4vw;
	padding: 3vw 0;
}

}/* for SP max-width: 800px */


/*===============================================================
	
	section_bnr_container
	
===============================================================*/
.section_bnr_container {
	padding: 10px;
	box-sizing: border-box;
	background: #eee;
}
.section_bnr_container .bnr img {
	border: solid 5px #fff;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.05); 
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_bnr_container {
	padding: 2vw;
}
}/* for SP max-width: 800px */
