@charset "UTF-8";

/*
■ 汎用パーツ
■ 全画面キービジュアル
■ フォーム
■ ライブラリー
*/



/* ■ 汎用パーツ ==================================================================================== */


/* 共通 --------------------------------------------------- */


/* 左右ボックス --------------------------------------------------- */

.Page_Parts .Photo {
width: 40%;
margin-right: 4%;
padding: 15px;
border: 1px solid #b8b8b8;
}

.Page_Parts .Info {
width: 56%;
padding: 15px;
border: 1px solid #b8b8b8;
}


/* カラム --------------------------------------------------- */

.Page_Parts .Col li {
border: 1px solid #b8b8b8;
}


/* リスト各種 --------------------------------------------------- */

.Page_Parts #list .SectionSub {
padding-bottom: 20px;
border-bottom: 1px solid #e7e7e7;
}


/* FAQ --------------------------------------------------- */

.Page_Parts .FaqQ {
padding-bottom: 20px;
}


/* ボタン --------------------------------------------------- */

.Page_Parts #btn li {
margin-bottom: 15px;
}


/* ボーダー色 --------------------------------------------------- */

.Page_Parts #cbo .Bo {
margin-bottom: 20px;
padding-bottom: 3px;
border-bottom: 1px solid;
}


/* 背景色 --------------------------------------------------- */

.Page_Parts #cbg div {
margin-bottom: 20px;
color: #fff;
}


/* AutoHeightUnit --------------------------------------------------- */

#AutoHeightUnit .Col li {
padding: 10px;
border: 1px solid #ccc;
}

iframe {
border: none !important;
}


/* ■ ボタン ==================================================================================== */

.LeadMore a {
display: inline-block;
position: relative;
color: #fff;
background: #282c33;
border-radius: 20px;
text-align: center;
}

.LeadMore a:after {
position: absolute;
top: 30%;
right: 0;
content: '';
display: inline-block;
width: 7px;
height: 12px;
background-image: url(/img/common/icon/Allow.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

@media only screen and (max-width: 767px) {

	.LeadMore {
	text-align: center !important;
	}

	.LeadMore a {
	padding: 6px 50px;
	}

	.LeadMore a:after {
	right: 10px !important;
	}

}

@media print, screen and (min-width: 768px) {

	.LeadMore a {
	padding: 3px 40px;
	font-size: 94%;
	}
	
	.LeadMore a:after {
	right: 10px !important;
	}

}


/* ■ 一覧 ==================================================================================== */

.SectionUnit .MdsH2 {
font-size: 160%;
}

.SectionUnitList li {
width: 100%;
overflow: hidden;
border-bottom: 1px solid #e3e3e3;
padding-bottom: 40px;
margin-bottom: 40px;
}

.SectionUnitList li a {
display: block;
color: #000;
position: relative;
width: 100%;
overflow: hidden;
}

.SectionUnitList li a:after {
position: absolute;
top: 45%;
right: 0;
content: '';
display: inline-block;
width: 10px;
height: 18px;
background-image: url(/img/common/icon/Allow_B.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.SectionUnitList .Day {
position: relative;
font-size: 80%;
padding-left: 20px;
}

.SectionUnitList .Day:before {
position: absolute;
top: 30%;
left: 0;
content: '';
display: inline-block;
width: 13px;
height: 13px;
background-image: url(/img/common/icon/Icon_Clock_G.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.SectionUnit .MdsH2 {
position: relative;
margin-bottom: 40px;
padding-top: 25px;
padding-left: 45px;
font-size: 160%;
border-top: 3px solid #000;
}

.BlogUnit .MdsH2:before {
position: absolute;
top: 50%;
left: 0;
content: '';
display: inline-block;
width: 31px;
height: 24px;
background-image: url(/img/common/icon/Icon_Blog.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.WorkUnit .MdsH2:before {
position: absolute;
top: 50%;
left: 0;
content: '';
display: inline-block;
width: 37px;
height: 22px;
background-image: url(/img/common/icon/Icon_Work.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.SectionUnitList iframe {
width: 120px;
height: 240px;
}

.StudyUnit .MdsH2:before {
position: absolute;
top: 50%;
left: 0;
content: '';
display: inline-block;
width: 29px;
height: 31px;
background-image: url(/img/common/icon/Icon_Study.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.RecommendUnit .MdsH2:before {
position: absolute;
top: 60%;
left: 0;
content: '';
display: inline-block;
width: 34px;
height: 23px;
background-image: url(/img/common/icon/Icon_Recommend.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.SectionUnitList .Thumb {
float: left;
position: relative;
height: auto;
}

.SectionUnitList .Thumb:before {
content: "";
display: block;
padding-top: 100%;
}

.SectionUnitList .Thumb span {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.SectionUnitList .Thumb span:before {
content: "";
height: 100%;
vertical-align: middle;
width: 0px;
display: inline-block;
}

.SectionUnitList .Thumb span > *{
vertical-align: middle;
display: inline-block;
}

.SectionUnitList .Thumb img {
max-width: 100%;
height: auto;
max-height: 100%;
}

.SectionUnitList .ThumbA {
float: left;
position: relative;
height: auto;
}

.SectionUnitList .TxtUnit {
float: right;
}

.RecommendList ul {
display: flex;
flex-wrap: wrap;
}

.RecommendList ul li a {
display: block;
color: #000;
}

.RecommendList ul li .BookTitle {
margin-bottom: 7px;
}

.RecommendList ul li .Price {
margin-bottom: 7px;
color: #a12727;
}

.RecommendList ul li iframe {
float: left;
width: 120px;
height: 240px;
border: none !important;
}


@media only screen and (max-width: 767px) {

	.SectionUnitList li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

	.SectionUnitList .Mds {
	font-size: 114%;
	line-height: 1.4em;
	}

	.SectionUnitList .Day {
	margin-bottom: 5px;
	}

	.SectionUnitList .Day:before {
	top: 20%;
	}
	
	.SectionUnitList .Thumb {
	width: 20%;
	}

	.SectionUnitList .ThumbA {
	width: 20%;
	}

	.SectionUnitList .TxtUnit {
	width: 80%;
	padding-left: 12px;
	padding-right: 30px;
	box-sizing: border-box;
	}
	
	.RecommendList ul li {
	margin-bottom: 30px;
	}

	.RecommendList ul li .Mds {
	float: right;
	width: 65%;
	}
		
	.RecommendList .Thumb {
	float: left;
	width: 30%;
	}

}

@media print, screen and (min-width: 768px) {

	.BlogUnit .LeadTxt img {
	width: auto;
	margin: 0 auto !important;
	text-align: center;
	}

	.SectionUnitList .Mds {
	margin-bottom: 8px;
	font-size: 134%;
	}
	
	.RecommendList ul li .Mds {
	float: right;
	width: 60%;
	}
		
	.RecommendList .Thumb {
	float: left;
	width: 35%;
	}

	.RecommendList ul li {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
	}
	
	.RecommendList ul li:nth-child(2n) {
	margin-right: 0 !important;
	}

	.SectionUnitList .Thumb {
	width: 15%;
	}
	
	.SectionUnitList .ThumbA {
	width: 15%;
	}

	.SectionUnitList .TxtUnit {
	float: right;
	width: 85%;
	padding-left: 30px;
	padding-right: 60px;
	}

	.SectionUnitList .lead1 {
	letter-spacing: 0;
	}
	
	.SectionUnit .MdsH2 {
	letter-spacing: 0.16em;
	}

}


/* ■ TOP ==================================================================================== */
	
.Page_Home .MainBannarUnit ul {
display: flex;
flex-wrap:wrap;
margin-bottom: 40px;
}

.Page_Home .MainBannarUnit li {
width: 48.0%;
margin-right: 2%;
margin-bottom: 15px;
}

.Page_Home .MainBannarUnit li:nth-child(2n) {
margin-right: 0;
margin-left: 2%;
}

.Page_Home .MainBannarUnit li a {
display: block;
color: #000;
font-size: 107%;
cursor: pointer;
}

.Page_Home .MainBannarUnit li a span {
display: block;
color: #146c0c;
}

.Page_Home .MainBannarUnit li .Txt {
line-height: 1.6em;
}

.Page_Home .MainBannarUnit .Thumb {
margin-bottom: 15px;
}

.Page_Home .StudyList li a:after {
position: absolute;
top: 40%;
right: 15px;
content: '';
display: inline-block;
width: 9px;
height: 16px;
background-image: url(/img/common/icon/Allow_B.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.Page_Home .StudyList .Tokyo {
background-color: #f5c8a9;
}

.Page_Home .StudyList .Osaka {
background-color: #c8e6fe;
}

.Page_Home .StudyList .Nagoya {
background-color: #fff7a6;
}

.Page_Home .StudyList .Hakata {
background-color: #d7c5df;
}

.Page_Home .StudyList .Niigata {
background-color: #dfe784;
}

.Page_Home .StudyList .Izumo {
background-color: #f9dbe7;
}

.Page_Home .RecommendUnit .Data {
margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

	.Page_Home .TodayUnit {
	margin-bottom: 50px;
	}

	.Page_Home .TodayUnit .SentionUnit {
	display: flex;
	}

	.Page_Home .TodayUnit .MdsH2 {
	display: flex;
	margin-bottom: 15px;
	}

	.Page_Home .TodayUnit .SentionUnit .LeadUnit2 {
	display: flex;
	}

	.Page_Home .TodayUnit .SentionUnit .LeadUnitIn {
	width: 70%;
	padding-right: 15px;
	}

	.Page_Home .TodayUnit .SentionUnit .Thumb_T {
	width: 30%;
	}

	.Page_Home .TodayUnit .Lead1 {
	line-height: 1.6em;
	letter-spacing: 0;
	}

	.Page_Home .TodayUnit .Continued {
	margin-top: 30px;
	}

	.Page_Home .SectionUnit .MdsH2 {
	font-size: 154%;
	}

	.Page_Home .TodayUnit .MdsH2 .Txt {
	width: 60%;
	padding: 6px 12px;
	}
	
	.Page_Home .TodayUnit .MdsH2 .Day {
	width: 40%;
	font-size: 74%;
	padding: 6px 8px;
	}
	
	.Page_Home .TodayUnit .MdsH2 .Day span:before {
	top: 25%;
	}

	.Page_Home .TodayUnit .Mds1 {
	margin-bottom: 20px;
	font-size: 147%;
	letter-spacing: 0;
	line-height: 1.4em;
	}

	.Page_Home .BlogUnit .MdsH2,
	.Page_Home .StudyUnit .MdsH2,
	.Page_Home .RecommendUnit .MdsH2 {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 30px;
	}

	.Page_Home .BlogUnit .MdsH2:before {
	top: 40%;
	width: 21px;
	height: 17px;
	}

	.Page_Home .StudyUnit .MdsH2:before {
	top: 40%;
	width: 20px;
	height: 21px;
	}
	
	.Page_Home .RecommendUnit .MdsH2:before {
	top: 38%;
	width: 24px;
	height: 15px;
	}
	
	.Page_Home .StudyList li a:after {
	width: 8px;
	height: 14px;
	right: 8px;
	}

	.Page_Home .BlogUnit .BlogBtn {
	margin-top: 30px;
	}
	
	.Page_Home .SectionUnitList li a:after {
	width: 8px;
	height: 14px;
	}

	.Page_Home .StudyList {
	margin-bottom: 40px;
	}

	.Page_Home .StudyList li {
	margin-bottom: 5px;
	}

	.Page_Home .StudyList li a {
	display: block;
	height: 62px;
	position: relative;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	color: #000;
	}

	.Page_Home .StudyList li .Thumb_S {
	width: 60px;
	}

	.Page_Home .StudyList li .Lead1 {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	line-height: 1.6em;
	padding-left: 80px;
	}
	
	.Page_Home .BlogUnit,
	.Page_Home .StudyUnit {
	margin-bottom: 50px;
	}

}

@media only screen and (max-width: 372px) {

	.Page_Home .TodayUnit .MdsH2 .Txt {
	width: 50%;
	padding: 6px 4px;
	font-size: 94%;
	}
	
	.Page_Home .TodayUnit .MdsH2 .Day {
	width: 50%;
	font-size: 74%;
	padding: 6px 4px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Home .TodayUnit {
	margin-bottom: 100px;
	}
	
	.Page_Home .TodayUnit .MdsH2 .Day span:before {
	top: 28%;
	}

	.Page_Home .TodayUnit .MdsH2 .Txt {
	width: 65%;
	padding: 6px 12px;
	}
	
	.Page_Home .TodayUnit .MdsH2 .Day {
	width: 35%;
	padding: 6px 12px;
	}

	.Page_Home .TodayUnit .MdsH2 {
	display: flex;
	margin-bottom: 30px;
	font-size: 120%;
	}
	
	.Page_Home .TodayUnit .Lead1 {
	margin-bottom: 25px;
	font-size: 107%;
	}

	.Page_Home .TodayUnit .Mds1 {
	margin-bottom: 20px;
	font-size: 200%;
	letter-spacing: 0;
	line-height: 1.6em;
	}
	
	.Page_Home .TodayUnit .SentionUnit {
	display: flex;
	}

	.Page_Home .TodayUnit .SentionUnit .LeadUnit {
	width: 70%;
	padding-right: 40px;
	}
	
	.Page_Home .TodayUnit .SentionUnit .Thumb_T {
	width: 30%;
	}

	.Page_Home .BlogUnit,
	.Page_Home .StudyUnit {
	margin-bottom: 70px;
	}

	.Page_Home .BlogUnit .BlogBtn a {
	margin: 0 0 0 auto !important;
	}

	.Page_Home .StudyList {
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 40px;
	}

	.Page_Home .StudyList li {
	width: 48.5%;
	margin-right: 1.5%;
	margin-bottom: 15px;
	}

	.Page_Home .StudyList li:nth-child(2n) {
	margin-right: 0;
	margin-left: 1.5%;
	}

	.Page_Home .StudyList li a {
	display: block;
	height: 82px;
	position: relative;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	color: #000;
	}

	.Page_Home .StudyList li .Thumb_S {
	width: 80px;
	}

	.Page_Home .StudyList li .Lead1 {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	line-height: 1.6em;
	font-size: 107%;
	padding-left: 100px;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Home .TodayUnit .MdsH2 .Txt {
	width: 75%;
	padding: 6px 12px;
	}
	
	.Page_Home .TodayUnit .MdsH2 .Day {
	width: 25%;
	padding: 6px 12px;
	}

}


/* ■ ログイン ==================================================================================== */

.Page_Login .SectionUnit .MdsH2 {
padding-left: 0;
}

.Page_Login .SectionUnit .MdsH3 {
border-top: 3px solid #000;
margin-bottom: 20px;
padding: 15px 0 0 0;
}

.Page_Login .SectionUnit .LinkTo a {
font-size: 87%;
color: #000;
text-decoration: underline;
}

.Page_Login .SectionUnit .BtnTo {
margin-top: 30px;
}

.Page_Login .SectionUnit .BtnTo .BtnL {
width: 100%;
text-align: center;
background: #eee;
color: #000;
}

.Page_Login .SectionUnit .BtnTo .Regist {
background: #24272d;
color: #fff;
}

.Page_Login .LoginUnit .InputMail,
.Page_Login .LoginUnit .InputPassword {
width: 100%;
margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {

	.Page_Login .SectionUnit .MdsH3 {
	font-size: 114%;
	}

	.Page_Login .LoginUnit li {
	margin-bottom: 50px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Login .LoginUnit ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	}

	.Page_Login .LoginUnit li {
	width: 48.0%;
	margin-right: 2%;
	margin-bottom: 15px;
	}
	
	.Page_Login .LoginUnit li:nth-child(2n) {
	margin-right: 0;
	margin-left: 2%;
	}

}



/* ■ 新規登録 ==================================================================================== */

.Page_Regist .SectionUnit .MdsH2 {
padding-left: 0;
}

.Page_Regist .SectionUnit .InputOthers1 {
margin-bottom: 10px;
}

.Page_Regist .SectionUnit .Linkto {
color: #000;
text-decoration: underline;
}

.Page_Regist .FormUnit .BtnHome .BtnNext {
background: #353940;
color: #fff;
}


@media only screen and (max-width: 767px) {


}

@media print, screen and (min-width: 768px) {

	.Page_Regist .SectionUnit {
	padding-bottom: 80px;
	}

}



/* ■ ご利用ガイド ==================================================================================== */

.Page_Guide .SectionUnit .MdsH2 {
padding-left: 0;
}

.Page_Guide .SectionUnit .MdsH3 {
margin-bottom: 20px;
padding-top: 15px;
padding-left: 0;
border-top: 3px solid #000;
}

.Page_Guide .SectionUnit .Mds {
font-weight: bold;
font-size: 114%;
}

.Page_Guide .GuideUnitIn .Unit {
margin-bottom: 20px;
}

.Page_Guide .SectionUnit .LeadMore {
margin-top: 30px;
}

.Page_Guide #Guide04 .Lead1 {
margin-bottom: 30px;
}

.Page_Guide #Guide04 .Demo {
margin-top: 30px;
}

.Page_Guide .GuideListWrap {
padding: 10px;
}

@media only screen and (max-width: 767px) {

	.Page_Guide .GuideUnitIn {
	margin-bottom: 40px;
	}

	.Page_Guide .SectionUnit .MdsH3 {
	font-size: 114%;
	}
	
	.Page_Guide .GuideListWrap {
	margin-bottom: 40px;
	}

}

@media print, screen and (min-width: 768px) {
	
	.Page_Guide .GuideUnitIn {
	margin-bottom: 50px;
	}

	.Page_Guide .GuideListWrap {
	margin-bottom: 50px;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Guide .GuideUnitIn {
	margin-bottom: 80px;
	}

}


/* ■ ご利用ガイド ==================================================================================== */

.Page_Listen .GuideUnit .MdsH2 {
padding-left: 0;
}

.Page_Listen .GuideUnitIn .MdsH3 {
margin-bottom: 20px !important;
padding-top: 15px !important;
padding-left: 0;
border-top: 3px solid #000;
}

.Page_Listen .GuideUnitIn .Mds {
font-weight: bold;
font-size: 114%;
}

.Page_Listen .GuideUnitIn .Unit {
margin-bottom: 20px;
}

.Page_Listen .GuideUnitIn .LeadMore {
margin-top: 30px;
}

.Page_Listen .GuideUnitIn .lead1 {
margin-bottom: 15px;
}

.Page_Listen .GuideUnitIn .MdsH4 {
border-top: 1px solid #000;
padding-left: 0 !important;
margin-bottom: 20px !important;
padding-top: 15px !important;
}

.Page_Listen .GuideUnitIn .MdsH4:before {
display: none;
}

.Page_Listen .GuideListWrap {
margin-top: 20px;
padding: 10px 10px 10px 15px;
}

.Page_Listen .GuideListWrap .GuideList a {
text-decoration: underline;
}

.Page_Listen .GuideUnitIn .ListKomeS {
margin-top: 10px;
}

@media only screen and (max-width: 767px) {

	.Page_Listen .GuideUnitIn {
	margin-bottom: 40px;
	}

	.Page_Listen .GuideListWrap {
	margin-bottom: 30px;
	}

	.Page_Listen .GuideUnitIn .MdsH3 {
	font-size: 114%;
	}

	.Page_Listen .GuideUnitIn .Photo {
	margin-top: 30px;
	border: 1px solid #eeeeee;
	}

}

@media print, screen and (min-width: 768px) {
	
	.Page_Listen .GuideUnitIn {
	margin-bottom: 50px;
	}

	.Page_Listen .GuideListWrap {
	margin-bottom: 50px;
	}
	
	.Page_Listen .GuideUnitIn .Photo {
	margin-top: 30px;
	width: 60%;
	border: 1px solid #eeeeee;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Listen .GuideUnitIn {
	margin-bottom: 80px;
	}

}


/* ■ お問い合わせ ==================================================================================== */

.Page_Contact .ObjectList {
width: 100%;
overflow: hidden;
}

.Page_Contact .ObjectList li {
float: left;
width: 50%;
}

.Page_Contact .SectionUnit .MdsH2 {
padding-left: 0;
}

@media only screen and (max-width: 767px) {

	.Page_Contact .ObjectList li {
	margin-bottom: 7px;
	}

}

@media print, screen and (min-width: 768px) {



}

@media print, screen and (min-width: 1090px) {


}


/* ■ 特定商取引法に基づく表示 ==================================================================================== */

.Page_Term .SectionUnit .MdsH2 {
padding-left: 0;
}

.Page_Term .TermUnit {
border-top: 1px solid #e7e7e7;
}

@media only screen and (max-width: 767px) {

	.Page_Term .TermUnit dt,
	.Page_Term .TermUnit dd {
	display: block;
	padding: 0;
	margin: 0;
	}
	
	.Page_Term .TermUnit dt {
	padding: 10px 0 5px 0;
	}
	
	.Page_Term .TermUnit dd {
	padding: 5px 0 10px 0;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Term .TermUnit {
	margin-top: 30px;
	}

	.Page_Term .TermUnit dt {
	width: 30%;
	} 

}

@media print, screen and (min-width: 1090px) {


}


/* ■ プライバシーポリシー ==================================================================================== */

.Page_Privacy .SectionUnit .MdsH2 {
padding-left: 0;
}

.Page_Privacy .TermUnit {
border-top: 1px solid #e7e7e7;
}

@media only screen and (max-width: 767px) {

	.Page_Privacy .TermUnit dt,
	.Page_Privacy .TermUnit dd {
	display: block;
	padding: 0;
	margin: 0;
	}
	
	.Page_Privacy .TermUnit dt {
	padding: 10px 0 5px 0;
	}
	
	.Page_Privacy .TermUnit dd {
	padding: 5px 0 10px 0;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Privacy .TermUnit {
	margin-top: 30px;
	}

	.Page_Privacy .TermUnit dt {
	width: 30%;
	} 

}

@media print, screen and (min-width: 1090px) {


}



/* ■ 研究会メニュー ==================================================================================== */

.Page_StudyDetail .StudyList li a:after {
position: absolute;
top: 40%;
right: 15px;
content: '';
display: inline-block;
width: 9px;
height: 16px;
background-image: url(/img/common/icon/Allow_B.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.Page_StudyDetail .StudyList .Tokyo {
background-color: #f5c8a9;
}

.Page_StudyDetail .StudyList .Osaka {
background-color: #c8e6fe;
}

.Page_StudyDetail .StudyList .Nagoya {
background-color: #fff7a6;
}

.Page_StudyDetail .StudyList .Hakata {
background-color: #d7c5df;
}

.Page_StudyDetail .StudyList .Niigata {
background-color: #dfe784;
}

.Page_StudyDetail .StudyList .Izumo {
background-color: #f9dbe7;
}

.Page_StudyDetail .RecommendUnit .Data {
margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

	.Page_StudyDetail .StudyList li a:after {
	width: 8px;
	height: 14px;
	right: 8px;
	}

	.Page_StudyDetail .BlogUnit .BlogBtn {
	margin-top: 30px;
	}
	
	.Page_StudyDetail .SectionUnitList li a:after {
	width: 8px;
	height: 14px;
	}

	.Page_StudyDetail .StudyList {
	margin-bottom: 40px;
	}

	.Page_StudyDetail .StudyList li {
	margin-bottom: 5px;
	}

	.Page_StudyDetail .StudyList li a {
	display: block;
	height: 62px;
	position: relative;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	color: #000;
	}

	.Page_StudyDetail .StudyList li .Thumb_S {
	width: 60px;
	}

	.Page_StudyDetail .StudyList li .Lead1 {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	line-height: 1.6em;
	padding-left: 80px;
	}
	
	.Page_StudyDetail .BlogUnit,
	.Page_StudyDetail .StudyUnit {
	margin-bottom: 50px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_StudyDetail .StudyList {
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 40px;
	}

	.Page_StudyDetail .StudyList li {
	width: 100%;
	margin-bottom: 10px;
	}

	.Page_StudyDetail .StudyList li a {
	display: block;
	height: 70px;
	position: relative;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	color: #000;
	}

	.Page_StudyDetail .StudyList li .Thumb_S {
	margin-top: 10px;
	width: 50px;
	}

	.Page_StudyDetail .StudyList li .Lead1 {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	line-height: 1.6em;
	font-size: 107%;
	padding-left: 60px;
	}

}

@media print, screen and (min-width: 1090px) {


}




/* ■ お仕事 ==================================================================================== */

.Page_Work .WorkUnitIn .MdsH3 {
margin-bottom: 20px;
padding-top: 15px !important;
padding-left: 0;
border-top: 3px solid #000;
}

.Page_Work .WorkUnitIn .Lead {
margin-bottom: 30px;
}

.Page_Work .WorkUnitIn .Photo {
margin-bottom: 30px;
}

.Page_Work .ProfileUnit .Lead2 {
margin-bottom: 20px;
}
	
.Page_Work .WorkUnitIn .WorkBtn {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #eeeeee;
}

.Page_Work .WorkUnitIn .LBox img {
width: 148px;
}

@media only screen and (max-width: 767px) {

	.Page_Work .WorkUnitIn {
	margin-bottom: 40px;
	}

	.Page_Work .GuideListWrap {
	margin-bottom: 30px;
	}

	.Page_Work .WorkUnitIn .MdsH3 {
	font-size: 114%;
	}

	.Page_Work .WorkUnitIn .LBox,
	.Page_Work .WorkUnitIn .RBox {
	float: none;
	}
	
	.Page_Work .WorkUnitIn .LBox {
	width: 148px;
	margin: 0 auto 20px auto;
	}	

}

@media print, screen and (min-width: 768px) {

	.Page_Work .WorkUnitIn {
	margin-bottom: 50px;
	}

	.Page_Work .GuideListWrap {
	margin-bottom: 50px;
	}
	
	.Page_Work .WorkUnitIn .MdsH3 {
	margin-bottom: 40px;
	}
	
	.Page_Work .ProfileUnit .Lead1 {
	margin-bottom: 10px;
	font-size: 114%;
	}
	
	.Page_Work .WorkUnitIn .LBox {
	width: 30%;
	}

	.Page_Work .WorkUnitIn .RBox {
	width: 62%;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Work .WorkUnitIn {
	margin-bottom: 80px;
	}

	.Page_Work .WorkUnitIn .LBox {
	width: 20%;
	}

	.Page_Work .WorkUnitIn .RBox {
	width: 72%;
	}

}



/* ■ 聴く！通勤快読 ==================================================================================== */

.Page_Listen .NumberList {
counter-reset: my-counter;
list-style: none;
padding: 0;
margin: 0 0 0 0;
}

.Page_Listen .NumberList li {
margin-bottom: 7px;
padding-left: 30px;
position: relative;
}

.Page_Listen .NumberList li:before {
content: counter(my-counter);
counter-increment: my-counter;
background-color: #333;
border: 1px solid;
border-radius: 50%;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
height: 22px;
width: 22px;
color: #ffffff;
font-size: 85%;
line-height: 1;
position: absolute;
top: 6px;
left: 0;
}

.Page_Listen .SectionUnit .MdsH3 {
margin-bottom: 15px;
padding: 0;
}

.Page_Listen .ListenUnit .MdsH2:before {
position: absolute;
top: 50%;
left: 0;
content: '';
display: inline-block;
width: 34px;
height: 25px;
background-image: url(/img/common/icon/Icon_Listen.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.Page_Listen .parts_PageNavi {
padding: 10px 30px;
background: #f5f4f5;
font-size: 87%;
}

.Page_Listen .parts_PageNavi .UnitIn {
margin-bottom: 10px;
}

.Page_Listen .SubmitBtn {
padding: 3px 5px;
}

.Page_Listen .BtnUnit .LeadMore a {
width: auto !important;
display: inline-block !important;
position: relative !important;
color: #fff !important;
padding: 3px 40px !important;
}

.Page_Listen .BtnUnit .LeadMore a:after {
position: absolute;
top: 30% !important;
right: 10px !important;
width: 7px !important;
height: 12px !important;
background-image: url(/img/common/icon/Allow.png) !important;
}

.Page_Listen .RegistBox {
margin-bottom: 30px;
padding: 15px 15px;
background: #eeeeee;
text-align: right;
}

.Page_Listen .RegistBox p {
display: inline;
margin-left: 10px;
}

.Page_Listen .RegistBox .Info {
    position: relative;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #706d6d;
padding-right: 10px;
}

.Page_Listen .RegistBox p a {
color: #000;
}

.Page_Listen .RegistBox .Regist {
margin-left: 30px;
}

.Page_Listen .RegistBox .Regist a {
color: #fff;
}


@media only screen and (max-width: 767px) {

	.Page_Listen .SectionUnitList .TxtUnit {
	padding-right: 30px;
	}

	.Page_Listen .Box1 {
	margin-bottom: 20px;
	}

	.Page_Listen .NumberList {
	margin: 0 0 0 0;
	}

	.Page_Listen .parts_PageNavi {
	padding: 10px 10px;
	}

	.Page_Listen .SectionUnit .MdsH3 {
	font-size: 120%;
	margin-bottom: 15px;
	}

	.Page_Listen .NumberList li:before {
	top: 4px;
	}

	.Page_Listen .SectionUnitList .TxtUnit a {
	padding-right: 30px;
	padding-left: 0;
	}

	.Page_Listen .SectionUnitList .lead1 {
	padding-right: 30px;
	}

	.Page_Listen .RegistBox {
	padding: 15px 7px;	
	}

	.Page_Listen .RegistBox .Regist {
	margin-left: 0 !important;
	}

	.Page_Listen .RegistBox .Regist a {
	padding: 6px 25px 6px 15px;
	}

}

@media only screen and (max-width: 372px) {

	.Page_Listen .RegistBox {
	padding: 15px 4px;
	}

	.Page_Listen .RegistBox .Regist a {
	padding: 6px 22px 6px 10px;
	}

	.Page_Listen .RegistBox p a {
	font-size: 86%;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Listen .parts_PageNavi {
	padding: 20px 30px;
	}

	.Page_Listen .Box1 {
	margin: 0 0 20px 0;
	}

	.Page_Listen .SectionUnitList .TxtUnit {
	padding-right: 60px;
	width: 80%;
	}

	.Page_Listen .SectionUnitList .TxtUnit a {
	padding-left: 0;
	}

	.Page_Listen .SectionUnitList .lead1 {

	}
	
	.Page_Listen .SectionUnitList .BtnUnit {
	margin-top: 30px;
	}

	.Page_Listen .SectionUnitList .Mds {
	line-height: 1.6em;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Listen .SectionUnitList .TxtUnit {
	width: 85%;
	}

}


/* ■ 新規会員登録 ==================================================================================== */

.Page_Regist .SampleVoice {
margin-top: 20px;
margin-bottom: 20px;
}

.Page_Regist .PrivacyChecked {
background: #ffe5e5;
padding: 5px 10px;
}

.Page_Regist .FrameBox iframe {
width: 100%;
height: 200px;
}

.Page_Regist .FrameBox {
margin-top: 20px;
}

.Page_Regist .CapTop {
margin-top: 20px;
}

.Page_Regist .FormUnit .FormAction .BtnL.BtnBack {
background: #ddd;
color: #000 !important;
border: none !important;
}

.Page_Regist .SecurityCode {
margin-bottom: 15px;
}

.Page_Regist .CardTxt span img {
width: 60px;
}

.Page_Regist_Inline {
background: #eee;
padding: 20px;
box-sizing: border-box;
}

.Page_Regist_Inline .Lead1 {
margin-bottom: 20px;
}

.Page_Regist_Inline .Mds {
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
}

.Page_Regist_Inline .Unit {
margin-bottom: 30px;
}

.Page_Regist .RegistMember {
margin-top: 15px;
}

.Page_Regist .Password {
margin-top: 15px;
}

.Page_Regist .MailLead {
margin-top: 25px;
text-align: left;
}

.Page_Regist .MailMds {
text-align: left;
}

.Page_Regist .MyPageList .SectionUnitList {
margin-top: 30px;
border-top: 1px solid #e3e3e3;
}

.Page_Regist .EditUnit .MdsH3 {
border-top: 1px solid #000;
padding-top: 15px !important;
padding-left: 0;
}

.Page_Regist .MyPageList .SectionUnitList li:first-child {
padding-top: 20px;
}

@media only screen and (max-width: 767px) {

	.Page_Regist .FormAction {
	margin: 20px 0 0 0;
	}
	
	.Page_Regist .SectionUnit {
	margin-bottom: 40px;
	}

	.Page_Regist .EditUnit .MdsH3 {
	border-top: 1px solid #000;
	margin-bottom: 20px;
	padding-left: 0;
	}
	
	.Page_Regist .Birth_Year {
	padding-right: 10px;
	}
	
	.Page_Regist .Birth_Year_Fo {
	padding-right: 30px;
	}

	.Page_Regist .Birth_Month,
	.Page_Regist .Birth_Day {
	padding-right: 40px;
	}

	.Page_Regist .MyPageList .SectionUnitList li a {
    font-size: 114%;
	}

	.Page_Regist .MyPageList .SectionUnitList li a:after {
    width: 8px;
    height: 14px;
    top: 30%;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Regist .MyPageList .SectionUnitList a {
	font-size: 134%;
	}

	.Page_Regist .MyPageList .SectionUnitList li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

	.Page_Regist .MyPageList .SectionUnitList li a:after {
	width: 6px;
	}

	.Page_Regist .TaikaiUnit {
	width: 64%;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Regist .MyPageList .SectionUnitList li a:after {
	width: 10px;
	}

	.Page_Regist .TaikaiUnit {
	width: 50%;
	}

}


/* ■ 詳細 ==================================================================================== */

.Page_BlogDetail .BlogUnit .Mds1 {
border-top: 3px solid #000;
}

.Page_BlogDetail .BlogUnit .Mds1 .Day {
position: relative;
padding-left: 20px;
display: block;
}

.Page_BlogDetail .BlogUnit .Mds1 .Day:before {
position: absolute;left: 0;
content: '';
display: inline-block;
width: 13px;
height: 13px;
background-image: url(/img/common/icon/Icon_Clock_G.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.Page_BlogDetail .BlogUnit .CategoryMds {
font-size: 87%;
}

.Page_BlogDetail .BlogUnit .CategoryMds .Category {
margin-right: 6px;
padding: 2px 5px;
background: #000;
color: #fff;
border-radius: 3px;
}

.Page_BlogDetail .BlogUnit .LeadTxt {
border-bottom: 1px solid #e3e3e3;
}

.Page_BlogDetail .BlogUnit .PageFlow ul {
display: flex;
justify-content: space-between;
}

.Page_BlogDetail .PageFlow a {
position: relative;
color: #000;
}

.Page_BlogDetail .PageFlow a {
color: #000;
}

.Page_BlogDetail .PageFlow .Prev .Tolink,
.Page_BlogDetail .PageFlow .Next .Tolink {
display: inline-block;
border: 1px solid #e3e3e3;
margin-bottom: 10px;
position: relative;
}

.Page_BlogDetail .PageFlow .Prev .Tolink:before {
left: 16px;
-ms-transform: rotate(225deg);
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
display: block;
position: absolute;
top: 55%;
width: 6px;
height: 6px;
margin-top: -5px;
border-top: solid 1px #000;
border-right: solid 1px #000;
content: '';
}

.Page_BlogDetail .PageFlow .Next .Tolink:before {
right: 16px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
display: block;
position: absolute;
top: 55%;
width: 6px;
height: 6px;
margin-top: -5px;
border-top: solid 1px #000;
border-right: solid 1px #000;
content: '';
}

.Page_BlogDetail .PageFlow .Next {
text-align: right;
}

@media only screen and (max-width: 767px) {

	.Page_BlogDetail .BlogUnit .Mds1 {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
	}

	.Page_BlogDetail .BlogUnit .Mds1 .Day {
	margin-bottom: 7px;
	font-size: 74%;
	}
	
	.Page_BlogDetail .BlogUnit .Mds1 .Txt {
	font-size: 174%;
	font-weight: normal;
	}

	.Page_BlogDetail .BlogUnit .CategoryMds {
	margin-bottom: 25px;
	font-size: 74%;
	}

	.Page_BlogDetail .BlogUnit .CategoryMds .Category {
	margin-right: 6px;
	padding: 3px 5px;
	}

	.Page_BlogDetail .BlogUnit .LeadTxt {
	margin-bottom: 20px;
	}

	.Page_BlogDetail .BlogUnit .LeadTxt p {
	margin-bottom: 35px;
	}

	.Page_BlogDetail .PageFlow .Prev,
	.Page_BlogDetail .PageFlow .Next {
	width: 48.5%;
	}
	
	.Page_BlogDetail .PageFlow .Prev .Tolink,
	.Page_BlogDetail .PageFlow .Next .Tolink {
	width: 100%;
	padding: 8px 20px;
	box-sizing: border-box;
	text-align: center;
	}

	.Page_BlogDetail .PageFlow .Prev .Mds2 {
	padding-right: 25px;
	}

	.Page_BlogDetail .PageFlow .Next .Mds2 {
	padding-left: 25px;
	}

	.Page_BlogDetail .PageFlow .Mds2 {
	font-size: 74%;
	letter-spacing: 0;
	line-height: 1.6em;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_BlogDetail .BlogUnit .Mds1 {
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
	}

	.Page_BlogDetail .BlogUnit .Mds1 .Day {
	margin-bottom: 12px;
	font-size: 107%;
	}
	
	.Page_BlogDetail .BlogUnit .Mds1 .Txt {
	font-size: 174%;
	}

	.Page_BlogDetail .BlogUnit .CategoryMds {
	margin-bottom: 50px;
	}

	.Page_BlogDetail .BlogUnit .LeadTxt {
	margin-bottom: 30px;
	padding-bottom: 20px;
	}

	.Page_BlogDetail .BlogUnit .LeadTxt p {
	margin-bottom: 45px;
	}
	
	.Page_BlogDetail .BlogUnit .LeadTxt p img {
	width: 55%;
	}

	.Page_BlogDetail .PageFlow .Prev .Tolink {
	padding: 8px 25px 8px 35px;
	}
	
	.Page_BlogDetail .PageFlow .Next .Tolink {
	padding: 8px 35px 8px 25px;
	}

	.Page_BlogDetail .PageFlow .Mds2 {
	font-size: 94%;
	width: 270px;
	letter-spacing: 0;
	}

}


/* ■ 全画面キービジュアル ==================================================================================== */

#PageKeyVisual #KeyVisual {
position: relative;
width: 100%;
height: 100vh;
background: #000;
}

#PageKeyVisual #KeyVisual .Scroll {
position: absolute;
left: 50%;
bottom: 20px;
margin-left: -30px;
}

#PageKeyVisual #KeyVisual .Scroll a {
color: #fff;
}



/* ■ フォーム ==================================================================================== */

@media only screen and (max-width: 767px) {

	#PageForm h1.MdsBase {
	margin-left: 15px;
	margin-right: 15px;
	}

	#PageForm #Stage {
	padding: 0;
	}

}



/* ■ ライブラリー ==================================================================================== */

/*
SmartMenus
Magnific Popup
slick
*/


/* SmartMenus --------------------------------------------------- */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}


/* Magnific Popup --------------------------------------------------- */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* slick --------------------------------------------------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


