/*
Theme Name: meviy04_2
Description: Meviy Blog Template
Author: MASAtoshi OKA
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meviy04_2
Version: 4.0
*/

#seminar_page4, #seminar_acv{margin-top: 109px;}
@media screen and (max-width: 1024px) {#seminar_page4{margin-top: 16vw;}}
.only_pc{}
.only_mobile{ display: none;}
@media screen and (max-width: 600px) {
	.only_pc{display: none;}
	.only_mobile{ display: block;}
}
#live_header{
	background:#e0e0e0;
	padding: 20px 0 0 0;
	margin: 0;
}
#live_header img{
	display: block;
	float: none;;
	padding: 0;
	margin: 20px auto;
	width: 100%;
	max-width: 1300px !important;
}

#seminar_shcedule{background:#eeeeee; }

#seminar_page4 .sec_wrap{box-sizing: border-box;}
#seminar_calender .sec_wrap{padding: 30px 15px;}
#seminar_about .sec_wrap{padding: 10px 15px 30px 15px;}

h2.section_title{
	display: block;
	float: none;
	width: 300px;
	margin: 20px auto;
	 border-top: none;
	border-bottom: none; 
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	color: #0b1364;
}

/* ABOUT -------------------------------------------*/
.live_about_text{
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%;
	padding: 15px;
	max-width: 1300px;
	box-sizing: border-box;
}

.live_about_text > ul{
	display: flex;
	width: 100%;
	flex-direction: row;
}
.live_about_text p{
	font-size: 20px;
	font-weight: 600;
}
.live_about_text > ul > li{
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	width: 33%;
}
.live_about_text > ul > li > ul > li{
	margin: 5px 0 0 20px;
	font-size: 16px;
	font-weight: 400;
	list-style-type: disc;
}


@media screen and (max-width: 900px){
	.live_about_text > ul{
		display: block;
		width: 100%;
		max-width: 400px;
		float: none;
		margin: 10px auto;
	}
	.live_about_text > ul > li{
		width: 100%;
	}
}

.seminar_point{
	padding: 10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin: 30px 0 20px 0;
	background: #fff;
}
.seminar_point ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.seminar_point ul li{
	display: block;
	width: calc(25% - 20px);
}
.seminar_point ul li img{width: 100%; height: auto;}
@media screen and (max-width: 900px){
	.seminar_point{margin: 30px 0 0px 0;}
	.seminar_point ul{justify-content: space-around;}
	.seminar_point ul li{width: calc(50% - 100px); margin: 10px 0;}
}
@media screen and (max-width: 700px){
	.seminar_point ul li{
		width: calc(50% - 50px);
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 500px){
	.seminar_point ul li{
		display: block;
		width: calc(50% - 20px);
	}
}
.live_btn {display: block; padding: 30px 0;}
.live_btn a{
	display: block;
	float: none;
	margin: 20px auto;
	width: 350px;
	padding: 10px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #555;
	background: #ffc600;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* 開催予定 ------------------------------------------- */
.seminar_shcedule_area{padding: 20px 0;}
.seminar_shcedule_area > ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px
}
.seminar_shcedule_area > ul > li{
	width: calc(50% - 20px);
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.seminar_schedule_info{
	background: #fff;
	padding: 10px 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content:space-between;
}
.seminar_schedule_text {font-size: 15px; font-weight: 600; margin-bottom: 10px; height: 100%;}
.seminar_schedule_text table{margin: 10px 0; background: #f0f0f0; }
.seminar_schedule_text td{vertical-align: top; font-size: 13px; padding: 7px 0 0 10px}

.seminar_schedule_text2{height: 100%;}
.seminar_schedule_text2 p{
	font-size: 18px; 
	font-weight: 600; 
	margin-bottom: 10px; 
	text-align: center;
}
.seminar_schedule_text2 td{
	vertical-align: top; 
	font-size: 15px;
	font-weight: 500;
}
.seminar_schedule_text2 td.td_detail_left{padding: 0 0px 10px 0px; width:42px; }
.seminar_schedule_text2 td.td_detail_right{padding: 0 0px 10px 0px}
.seminar_schedule_text2 tr.seminer_target-content td.td_detail_right ul{list-style: disc;}
.seminar_schedule_text2 tr.seminer_target-content td.td_detail_right ul li{
	list-style-type: disc;
	margin-left: 20px;
}
.seminar_schedule_time{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	border: 2px solid #555;
	padding: 10px;
}
.seminar_schedule_date{
	width: calc(100% - 95px);
}
.seminar_schedule_calender{width: 85px;}

.seminar_schedule_date > ul{
	list-style: none;
	margin-bottom: 5px;
}
.seminar_schedule_date > ul > li{
	list-style-type: none;
	display: inline;
	font-size: 14px;
	font-weight: 600;
}
.seminar_schedule_date ul li:after{content: ", "}
.seminar_schedule_date ul li:last-child:after{content: ""}
.seminar_schedule_hour{
	font-size: 14px;
	font-weight: 600;
}
.seminar_schedule_calender{display: table; }
.seminar_schedule_calender a{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
/* 	border: 2px solid #555; */
	-moz-border-radius:5px;
	border-radius:5px;
	color: #555;
	font-weight: 600;
	font-size: 12px;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px, rgba(0, 0, 0, 0.23) 0px 2px 4px;
}
.seminar_schedule_calender a:hover{
	background: #555;
	color: #fff;
	opacity: 1;
}
.seminar_schedule_submit{padding: 20px 0 10px 0;}
.seminar_schedule_submit a{
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%;
	padding: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #2f2f2f;
	text-align: center;
	-moz-border-radius:10px;
	border-radius:10px;
	background: -moz-linear-gradient(left, #ffc600 50%, #ffb300);
	background: -webkit-linear-gradient(left, #ffc600 50%, #ffb300);
	background: linear-gradient(to right, #ffc600 50%, #ffb300);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.seminar_schedule_submit a:hover{
	background: #555;
	color: #fff;
	opacity: 1;
}
.seminar_schedule_mobile{display: none}

@media screen and (max-width: 1000px){
.seminar_shcedule_area > ul{justify-content: space-around}
.seminar_schedule_text2 p{font-size: 17px;}
.seminar_schedule_text2 td{font-size: 14px;}
.seminar_schedule_text2 td.td_detail_left{width:38px; }
}

@media screen and (max-width: 800px){
	.seminar_schedule_mobile{display: inline}
	.seminar_schedule_pc{display: none;}
	.seminar_shcedule_area > ul{display: block;}
	.seminar_shcedule_area > ul > li{
		display: block;
		float: none;
		margin: 0px auto 30px auto;
		width: 100%;
		max-width: 420px;
	}
	.seminar_shcedule_area > ul > li:last-child{
		margin-bottom: 0;
	}
	.seminar_schedule_time{
	display: block;
	border: 2px solid #555;
	padding: 10px;
	}
	.seminar_schedule_text2 p{font-size: 16px;}
	.seminar_schedule_date{width: 100%;}
	.seminar_schedule_calender{width: 100%; margin-top: 10px;}
	.seminar_schedule_calender a{padding: 5px 0;}
	.seminar_schedule_date > ul > li{font-size: 13px;}
	.seminar_schedule_hour{font-size: 13px;}
}
@media screen and (max-width: 600px){
	.seminar_schedule_text2 p{font-size: 15px;}
}

/* カレンダー  -------------------------------------------*/
.calendar-header{
	display: block;
	margin-top: 20px 0 20px 0;
	clear: both;
	padding: 0 0 40px 0;
}
.calendar-header__title{
	display: block;
	width: 100%;
	float: none;
	margin: 20px auto 0 auto;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
button.calendar-header__prev,
button.calendar-header__next{
	display: block;
	background: #fff;
	-moz-border-radius:2px;
	border-radius:2px;
	padding: 0 10px;
	border: 1px solid #555;
	font-weight: 600;
	color: #555;
	margin-bottom: 20px;
}
button.calendar-header__prev{float: left;}
button.calendar-header__next{float: right;}
button.calendar-header__prev:hover,
button.calendar-header__next:hover{
	background: #555;
	color: #fff;
}

.calendar-table{width: 100%; margin-bottom: 30px;}
.calendar-table thead{}
.calendar-table tbody tr td{
	border: 1px solid #555;
	padding: 2px 7px;
	vertical-align: top;
	width: calc(100%/7);
	box-sizing: border-box;
}

.calendar-table tbody td a:hover{opacity: 1;}
.day_number{
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	display: block;
	float: none;
}


.seminar_advanced a,
.seminar_basic a,
.seminar_cost a,
.seminar_live a{
	display: block;
	float: none;
	padding: 0px 5px 5px 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight: 600;
	margin-bottom: 7px;
	overflow: hidden;
}
.seminar_advanced a:hover,
.seminar_basic a:hover,
.seminar_cost a:hover,
.seminar_live a:hover{
	background: #000000;
	color: #fff;
}
.seminar_cat{
	text-align: center;
	color: #282828;
	line-height: 120%;
	margin: 4px 0 2px 0;
}
.seminar_advanced a:hover .seminar_cat,
.seminar_basic a:hover .seminar_cat,
.seminar_cost a:hover .seminar_cat,
.seminar_live a:hover .seminar_cat{
	color: #fff;
}
.seminar_time{font-size: 12px;}

.seminar_time.seminar_advanced a{color: #28c1e5; }
.seminar_advanced a{background: #28c1e5;}
.seminar_advanced a .seminar_title {color:#28c1e5;}

.seminar_time.basic{color:#f18d1e; }
.seminar_basic a{background: #f18d1e;}
.seminar_basic a .seminar_title {color:#f18d1e;}

.seminar_time.cost{color:#b5e10f; }
.seminar_cost a{background: #b5e10f;}
.seminar_cost a .seminar_title {color:#b5e10f;}

.seminar_time.live{color:#ffc600; }
.seminar_live a{background: #ffc600;}
.seminar_live a .seminar_title {color:#ffc600;}

.time_mobile{display: none;}
.day_mobile{display: none;}

@media screen and (max-width: 800px){
	.calendar-header{
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 400px;
		padding: 0;
	}
	.calendar-table{
		max-width: 400px;
		margin: 0 auto;
	}
	.calendar-table thead{display: none;}
	.calendar-table tbody tr td{
		display: block;
		width: 100%;
		border: none;
		padding-bottom: 15px;
	}
	.seminar_entry a, 
	.seminar_basic a, 
	.seminar_master a{
		margin-top: 0px;
		padding: 0px 5px 5px 5px;
	}
	.calendar-table tbody tr td.no_seminar{display: none;}
	.day_number{display: none;}
	.day_mobile{
		display: inline-block;
		font-weight: 600;
		font-size: 15px;
	}
	.seminar_cat{font-size: 18px; margin: 5px 0 3px 0; padding: 0;}
	.seminar_cat .time_mobile{display: inline; font-size: 16px;}
	.seminar_cat br{display: none}
	.seminar_cat:before{width: 18px; height: 18px;}
	.seminar_time{font-size: 17px; padding-left: 10px;}
	.seminar_title {font-size: 14px; text-align: center;}
}
@media screen and (max-width: 400px){
	.calendar-header{padding: 0 5px 25px 5px;}
	.seminar_cat{font-size: 16px;}
	.seminar_title{font-size: 13px;}
	.seminar_cat:before,
	.seminar_cat:before,
	.seminar_cat:before{
		width: 14px; height: 14px;
	}
}

ul.seminar_mobile_schedule{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	float: none;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	width: 100%;

}
ul.seminar_mobile_schedule li{
	width: 320px;
	display: block;
	float: none;
	list-style-type: none;
	margin-bottom: 25px;
}
.day_mobile_2{
	display: block;
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
}
ul.seminar_mobile_schedule li .seminar_cat{ font-size: 16px; }
ul.seminar_mobile_schedule li .seminar_entry, 
ul.seminar_mobile_schedule li .seminar_basic, 
ul.seminar_mobile_schedule li .seminar_master{
	margin-top: 5px
}

ul.seminar_mobile_schedule li .seminar_title a{
	padding: 5px; 
	font-size: 15px;
}
@media screen and (max-width: 400px){
	ul.seminar_mobile_schedule li{width: 100%;}
	ul.seminar_mobile_schedule li .seminar_title a{font-size: 13px;}
}

/* 動画で学ぶmeviy */
#seminar_acv_link{
	background: #f1f1f1;
	margin: 0 !important;
	padding: 20px 0;
}
#seminar_acv_link .sec_wrap{
	max-width: 1300px;
}
#seminar_acv_link h2{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin: 40px 0 10px 0;
}
#seminar_acv_link p{
	font-size: 16px;
	text-align: center;
}
.seminar_acv_list > ul{
    list-style: none;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.seminar_acv_list > ul > li{
    margin: 15px;
    background: #fff;;
}
.seminar_acv_list > ul.acv_col2 > li{width: calc(50% - 30px);}
.seminar_acv_list > ul.acv_col3 > li{width: calc(33.3% - 30px);}
.seminar_acv_list > ul.acv_col4 > li{width: calc(25% - 30px);}
.seminar_acv_list > ul > li iframe{
    width: 100%;
    height: auto;
}

.iframe-aspect{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #666;
}
.iframe-aspect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

@media screen and (max-width: 900px) {
    .seminar_acv_list > ul.acv_col4 > li{width: calc(33.3% - 30px);}
}
@media screen and (max-width: 700px) {
    .seminar_acv_list > ul.acv_col4 > li,
    .seminar_acv_list > ul.acv_col3 > li{
        width: calc(50% - 30px);
    }
}
@media screen and (max-width: 500px) {
    .seminar_acv_list > ul.acv_col4 > li,
    .seminar_acv_list > ul.acv_col3 > li,
    .seminar_acv_list > ul.acv_col2 > li
    {width: calc(100% - 30px);}
}