@charset "utf-8";
/*
Template: effector
Theme Name: effector_custom
Theme URI: https://wp-effector.com
*/

#container .text-xlarge {
	font-size: 1.6em;
}

@media only screen and (min-width: 980px) {
	.home .onecolumn #main {
		max-width: 960px;
	}
}

@media only screen and (min-width: 768px) {
	#g-nav .nav > li {
		text-align: left;
	}
}

.nav li a span {
	text-align: left;
}

.entry-content h2 {
	padding: 0.25em;
}

.entry-content p {
	line-height: 1.8;
}

/*------------------------------
  top page
------------------------------*/
.entry-content h2.title {
	font-size: 2em;
	padding: 0;
	margin-top: 0;
}

.entry-content h2.title::after {
	font-size: 0.5em;
	line-height: 1.0;
	text-transform: uppercase;
	margin-left: 0.75em;
}

.entry-content h2.ttl-vocal::after { content: "シンガーソングライター＆ヴォーカルカリキュラム"; }
.entry-content h2.ttl-acting::after { content: "俳優になる為の演技カリキュラム"; }
.entry-content h2.ttl-idol::after { content: "アイドル養成カリキュラム"; }
.entry-content h2.ttl-mc::after { content: "司会者＆プレゼンカリキュラム"; }
.entry-content h2.ttl-stage::after { content: "ステージ表現＆将来の夢への設計"; }

/* instructor */
.layout-frame.box-instructor.ratio-r .grid2:nth-child(odd) {
	width: 18%;
}

.layout-frame.box-instructor.ratio-r .grid2:nth-child(even) {
	width: 82%;
}

.box-instructor p,
.box-instructor ul {
	margin-bottom: 1em !important;
}

.box-instructor ul li {
	font-size: 0.9em;
	margin: 0;
}

/* curriculum */
.entry-content h2.ttl-curriculum {
	font-size: 1.4em;
	border-color: #ddd;
	color: #666;
}

.entry-content h2.ttl-curriculum::after {
	content: "主なレッスン内容";
	font-size: 0.6em;
	line-height: 1.0;
	margin-left: 0.75em;
}

.box-curriculum .cur-title {
	background: #dd3333;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 0.2em 0.6em;
	margin: 0 0 0.5em;
	border-radius: 0;
}

.box-curriculum p {
	font-size: 0.9em;
	margin-bottom: 0.5em !important;
}

.home .box-yellow,
.home .box-red,
.home .box-blue,
.home .box-green,
.home .box-black,
.home .box-simple {
	background: none;
	border-width: 4px;
	margin: 3em 0;
}

.home .box-yellow:first-child {
	margin-top: 1em;
}

/* box-yellow */
.home .box-yellow,
.home .box-yellow h2.title { border-color: #fc2; }
.home .box-yellow .cur-title { background: #fc2; }
.home .box-yellow ul li::before { color: #fc2; }

/* box-red */
.home .box-red,
.home .box-red h2.title { border-color: #e7a; }
.home .box-red .cur-title { background: #e7a; }
.home .box-red ul li::before { color: #e7a; }

/* box-blue */
.home .box-blue,
.home .box-blue h2.title { border-color: #0ad; }
.home .box-blue .cur-title { background: #0ad; }
.home .box-blue ul li::before { color: #0ad; }

/* box-green */
.home .box-green,
.home .box-green h2.title { border-color: #0a9; }
.home .box-green .cur-title { background: #0a9; }
.home .box-green ul li::before { color: #0a9; }

/* box-black */
.home .box-black { color: #434343; }
.home .box-black,
.home .box-black h2.title { border-color: #948; }
.home .box-black .cur-title { background: #948; }
.home .box-black ul li::before { color: #948; }

/* box-simple */
.home .box-simple,
.home .box-simple h2.title { border-color: #e74; }
.home .box-simple .cur-title { background: #e74; }
.home .box-simple ul li::before { color: #e74; }

/* cta */
.cta-inner {
	padding: 2em 2em 1em;
}

/*------------------------------
  biginner
------------------------------*/

.biginner-title {
	font-weight: 900;
	margin: 0 0 0.25em;
}
.biginner-title span { font-size: 1.4em; }

.biginner-text { font-weight: bold; }

.post-3930 .entry-header { display: none; }

.post-3930 .flow-block {
	background: #f8f8f8;
	padding: 1.5em;
	margin-bottom: 1.5em;
	position: relative;
}
.post-3930 .flow-block p {
	margin-bottom: 1em;
}
.post-3930 .flow-block p:last-child {
	margin-bottom: 0;
}
.post-3930 .flow-block:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	left: 10%;
}

.flow-title {
	color: #d33;
	font-size: 1.3em;
	font-weight: bold;
}

/*------------------------------
  contact form
------------------------------*/
input[type="submit"].btn-confirm,
input[type="button"].btn-back,
input[type="submit"].btn-send {
	background-color: #d33;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0.5em 2.5em;
}

input[type="button"].btn-back {
	background: #666;
	padding: 1em 2em;
}

.grecaptcha-badge {
	bottom: 80px !important;
}