/*
Theme Name: b-cafe
Theme URI: http://www.b-cafe.net/
Author: issun/scratch*
Author URI: http://www.issun.com
Description: have customized the twenty twelve for b-cafe
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}
/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: none;
	color: #636363;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* Form fields, general styles first */
button, input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
/* Responsive images */
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a, .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous, .previous-image {
	float: left;
	width: 50%;
	display: none;
}
.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area, #comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 100%;/* default87.5%*/
	color: #444;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	background-image: url(/wp-content/uploads/2013/08/mainback1.jpg);
	background-repeat: repeat;
}
body.custom-font-enabled {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	outline: none;
	color: #666666;
}
a:hover {
	color: #999999;
}
/* Assistive text */
.assistive-text, .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover, .main-navigation .assistive-text:active, .main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */
.site {
	padding: 0;
	background-color: #fff;
}
.site-content {
	margin: 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
/* Header */
.site-header {
	/* default
	-------------------------------------------------------
	padding: 24px 0;
	padding: 1.714285714rem 0;
	 */
	padding: 0;
	width: 100%;
}
.site-header h1, .site-header h2 {
	text-align: center;
}
.site-header h1 a, .site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover, .site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
/* Navigation Menu */
.main-navigation {
	/* comment-------------------------------------------------------
	margin-top: 24px;
	margin-top: 1.714285714rem;
	*/
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: inline-block;
	width: 50%;/* default NONE */
	margin: 0 auto;
	margin-top: 100px;
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.textwidget img {
	border: 1px solid #D1D1D1;
	margin-bottom: -10px;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Footer */
footer[role="contentinfo"] {
	clear: both;
	line-height: 2;
	/* フッターmargin調整
	-------------------------------------------------------
	margin-top: 24px;
	margin-top: 1.714285714rem;
	*/
	margin-left: auto;
	margin-right: auto;
	/* フッターpadding調整
	-------------------------------------------------------
	padding: 24px 0;
	padding: 1.714285714rem 0;
	 */
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
footer[role="contentinfo"] a {
	color: #FFFFFF;
}
footer[role="contentinfo"] a:hover {
	color: #CCCCCC;
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	color: #555555;/*  ← default NONE*/
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
/* 2020.06.30 update start */
/*	font-size: 20px;
	font-size: 1.428571429rem;
	font-size: 0.428571429rem;*/
	font-size: 18px;
	font-size: 1.285714285714286rem;
/* 2020.06.30 update end   */
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a, .entry-meta a {
	color: #757575;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content, .entry-summary, .mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	color: #555555;/*  ← default NONE*/
}

.school-page-content .schoolName h2 {
	margin: 1.71429rem 0;
}

.entry-content h1, .comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #555555;/*  ← default NONE*/
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
	color: #555555;/*  ← default NONE*/
}
.entry-content h3, .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
	color: #555555;/*  ← default NONE*/
}
.entry-content h4, .comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
	color: #555555;/*  ← default NONE*/
}
.entry-content h5, .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #555555;/*  ← default NONE*/
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
	color: #555555;/*  ← default NONE*/
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}

/*add20181024*/
.single-post .entry-content p {
	font-size: 16px;
}
.single-post #toc_container a {
	font-size: 16px;
}

.single-post .entry-title {
	font-size: 18px;
}

.page-template-page-memberblog-php .entry-title,
.page-template-page-newsletter-php .entry-title,
.page-template-page-cinema-php .entry-title,
.page-template-page-media-php .entry-title,
.page-template-page-castingblog-php .entry-title,
.page-template-page-column-php .entry-title {
	font-size: 18px;
}

.page-template-page-memberblog-php .entry-content p,
.page-template-page-newsletter-php .entry-content p,
.page-template-page-cinema-php .entry-content p,
.page-template-page-media-php .entry-content p,
.page-template-page-castingblog-php .entry-content p,
.page-template-page-column-php .entry-content p {
	font-size: 16px;
}
.page-template-page-memberblog-php .cont_single_b_head p,
.page-template-page-newsletter-php .cont_single_b_head p,
.page-template-page-cinema-php .cont_single_b_head p,
.page-template-page-media-php .cont_single_b_head p,
.page-template-page-castingblog-php .cont_single_b_head p,
.page-template-page-column-php .cont_single_b_head p {
	font-size: 16px;
}



.page-template-page-memberblog-php #toc_container a,
.page-template-page-newsletter-php #toc_container a,
.page-template-page-cinema-php #toc_container a,
.page-template-page-media-php #toc_container a,
.page-template-page-castingblog-php #toc_container a,
.page-template-page-column-php #toc_container a {
	font-size: 16px;
}

/*add20181024*/

/*----------------------------------------
area_infomation
----------------------------------------*/


.post-25234 .entry-content p a,
.post-25223 .entry-content p a,
.post-25238 .entry-content p a,
.post-25231 .entry-content p a,
.post-25218 .entry-content p a,
.post-25211 .entry-content p a,
.post-25227 .entry-content p a {
	display: inline-block;
	margin-top: 16px;
}
/*----------------------------------------
area_infomation
----------------------------------------*/

.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
}
.entry-content ol, .comment-content ol {
	list-style: decimal outside;
}
.entry-content li, .comment-content li, .mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code, .comment-content code {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre, .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.71429;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code, .comment-content pre code {
	display: block;
}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 15px 12px 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl, .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt, .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd, .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table, .comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	/* defaul
	------------------------------------------------------- t
	font-size: 12px;
	font-size: 0.857142857rem;
	*/
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption, .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td, .comment-content td {
	border-top: 1px solid #ededed;
	padding: 10px;
}
.site-content article {
	/* コンテンツ下余白０
	-------------------------------------------------------
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	*/
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header, .page-header {
/* default　OFF
	-------------------------------------------------------
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 0px solid #ededed;
	*/
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}
/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child, article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite, .comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link, a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover, a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"], #respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
/* =Front page template
-------------------------------------------------------------- */
.head_spc_n{
	margin-right:15px;
	}
.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}
.site {
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
}
.site-content {
	float: right;
	width: 730px;
	margin: 35px 0px;
}
body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content, body.page-id-14958 .site-content {
	width: 100%;
}
.widget-area {
	float: left;
	width: 230px;
	margin: 55px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.site-header h1, .site-header h2 {
	text-align: left;
}
.site-header h1 {
	/* comment out-------------------------------------------------------
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.846153846;
	 */
	margin-bottom: 0;
}
.gnav {
	width: 100%;
	background-color: #FFF;
	height: 52px;
	padding: 7px 0px 0px 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #E36AA0;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	padding: 6px 0px 0px 0px;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a, .main-navigation li {
	display: inline-block;
	text-decoration: none;
	font-size: 0.8em;
}
.main-navigation li a {
	border-bottom: 0;
	color: #683402;
	line-height: 2.6em;
	text-transform: none;
	white-space: nowrap;
	font-size: 1.1em;
	font-weight: bolder;
}
.main-navigation li a img {
	vertical-align: middle;
}
.main-navigation li a:hover {
	color: #CCC;
}
.main-navigation li {
	margin: 0 25px 0 0px;
	padding: 0 0 10px 25px;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0px 0px 0px -100px;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 15;
	background-image: url(/wp-content/uploads/2013/08/menu_li_back2.png);
	background-repeat: no-repeat;
}
.main-navigation ul li:nth-child(5) ul {
	background-image: url(/wp-content/uploads/2013/08/menu_li_back4.png);
}
.main-navigation ul li:nth-child(5) ul table {
	border-collapse: separate;
	border-spacing: 5px 0;
}
#menu-item-65 {
	margin: 0px 0px 0px -55px;
	padding: 0px 20px 10px 25px;
	position: absolute;
	top: 100%;
	z-index: 15;
	background-image: url(/wp-content/uploads/2013/08/menu_li_back2.png);
	background-repeat: no-repeat;
}
#menu-item-63 {
	margin: 0px 0px 0px 50px;
	padding: 0px 20px 10px 25px;
	position: absolute;
	top: 100%;
	z-index: 15;
	background-image: url(/wp-content/uploads/2013/08/menu_li_back2.png);
	background-repeat: no-repeat;
}


.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	display: block;
	font-size: 10px;
	font-size: 0.8em;
	font-size: 10px;
	line-height: 1.8em;
	padding: 8px 0px;
	width: 100%;
	white-space: normal;
	color: #E36AA0;
	font-weight: 100;
}
.main-navigation li ul li a:hover {
	color: #444;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	color: #683402;
	font-weight: bold;
}
.menu-toggle {
	display: none;
}
.entry-header .entry-title {
/* 2020.06.30 update start */
	font-size: 22px;
	font-size: 1.571428571rem;
	/*font-size: 0.571428571rem;*/
/* 2020.06.30 update end   */
	color: #555555;/*  ← default NONE*/
	margin-top: 30px;
}

/* add 2020.06.30 del start
 * .entry-header .entry-titleの共通していサイズをここで指定されていたサイズへ変更したため削除
.category-guidance .entry-header .entry-title,
.page-id-9255 .entry-header .entry-title,
 add 2020.06.19 add start 
.page-id-17041 .entry-header .entry-title,why-beginner-and-female
.page-id-8434 .entry-header .entry-title,text1 PhotoJournal誕生秘話
.page-id-8451 .entry-header .entry-title,text2 bのビジネス英会話へのこだわり
.page-id-8856 .entry-header .entry-title,hello bってなに？
.page-id-595 .entry-header .entry-title,location スクールマップ
 add 2020.06.19 add end 
.category-member-blog .entry-header .entry-title,
.category-media .entry-header .entry-title,
.category-casting-blog .entry-header .entry-title,
.category-cinema .entry-header .entry-title,
.category-newsletter .entry-header .entry-title {
	font-size: 1.571428571rem;
}
add 2020.06.30 del end   */

#respond form input[type="text"] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
.template-front-page .site-content, .template-front-page article {
	overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}
.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}
.template-front-page .widget-area .widget:nth-child(even), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.template-front-page.two-sidebars .widget, .template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
body {
	background-color: #e6e6e6;
}
#page1260{
	max-width: 1260px;
	margin: 0 auto;
}
body .site {
	/* コンテンツ余白０
		-------------------------------------------------------
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
		*/
	background-image: url(/wp-content/uploads/2013/08/mainback1.jpg);
	background-repeat: repeat;
}
body.custom-background-empty {
	background-color: #fff;
}
body.custom-background-empty .site, body.custom-background-white .site {
	padding: 0;
	margin-top: 2px;
	margin-bottom: 0;
	box-shadow: none;
}
}

/* =Print
----------------------------------------------- */

@media print {
body {
	background: none !important;
	color: #000;
	font-size: 10pt;
}
footer a[rel=bookmark]:link:after, footer a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
a {
	text-decoration: none;
}
.entry-content img, .comment-content img, .author-avatar img, img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}
.site {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
.site-header {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	text-align: left;
}
.site-header h1 {
	font-size: 21pt;
	line-height: 1;
	text-align: left;
}
.site-header h2 {
	color: #000;
	font-size: 10pt;
	text-align: left;
}
.site-header h1 a, .site-header h2 a {
	color: #000;
}
.author-avatar, #colophon, #respond, .commentlist .comment-edit-link, .commentlist .reply, .entry-header .comments-link, .entry-meta .edit-link a, .page-link, .site-content nav, .widget-area, img.header-image, .main-navigation {
	display: none;
}
.wrapper {
	border-top: none;
	box-shadow: none;
}
.site-content {
	margin: 0;
	width: auto;
}
.singular .entry-header .entry-meta {
	position: static;
}
.singular .site-content, .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular .comments-title {
	margin: 0;
	width: 100%;
}
.entry-header .entry-title, .entry-title, .singular .entry-title {
	font-size: 21pt;
}
footer.entry-meta, footer.entry-meta a {
	color: #444;
	font-size: 10pt;
}
.author-description {
	float: none;
	width: auto;
}
/* Comments */
.commentlist > li.comment {
	background: none;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.comments-area article header cite, .comments-area article header time {
	margin-left: 50px;
	margin-left: 3.57142857rem;
}
}
.head_nav {
	max-width: 1000px;
	margin: 0 auto;
}
#foot_nav {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0.7em;
	line-height: 1.7em;
}
.foot_copy {
	padding: 25px 0px 0px 0px;
}
.site-info_nav {
/* comment out
	-------------------------------------------------------
	float: left;
	width: 195px;
	color: #FFF;
	text-align: left;
	margin-left: 5px;
	*/
}
.site-info_nav li a:hover {
	color: #CCC;
}
.site-info_nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
/* Grid 1200px
------------------------------------------------------- */

.container-16, .container-12 {
	margin: 0 auto;
	width: 1000px;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
.beta {
	margin-left: 0;
	margin-right: 0;
}
.container-16 .grid-1 {
	width: 40px;
}
.container-16 .grid-2 {
	width: 100px;
}
.container-16 .grid-3 {
	width: 160px;
}
.container-16 .grid-4 {
	width: 220px;
}
.container-16 .grid-5 {
	width: 280px;
}
.container-16 .grid-6 {
	width: 340px;
}
.container-16 .grid-7 {
	width: 400px;
}
.container-16 .grid-8 {
	width: 460px;
}
.container-16 .grid-9 {
	width: 520px;
}
.container-16 .grid-10 {
	width: 580px;
}
.container-16 .grid-11 {
	width: 640px;
}
.container-16 .grid-12 {
	width: 700px;
}
.container-16 .grid-13 {
	width: 760px;
}
.container-16 .grid-14 {
	width: 820px;
}
.container-16 .grid-15 {
	width: 880px;
}
.container-16 .grid-16 {
	width: 940px;
}
.container-12 .grid-1 {
	width: 60px;
}
.container-12 .grid-2 {
	width: 140px;
}
.container-12 .grid-3 {
	width: 220px;
}
.container-12 .grid-4 {
	width: 300px;
}
.container-12 .grid-5 {
	width: 380px;
}
.container-12 .grid-6 {
	width: 460px;
}
.container-12 .grid-7 {
	width: 540px;
}
.container-12 .grid-8 {
	width: 620px;
}
.container-12 .grid-9 {
	width: 700px;
}
.container-12 .grid-10 {
	width: 780px;
}
.container-12 .grid-11 {
	width: 860px;
}
.container-12 .grid-12 {
	width: 940px;
}
}

/* Grid 720px (mediaqueries)
------------------------------------------------------- */

@media only screen and (min-width: 720px) and (max-width: 959px) {
.container-16, .container-12 {
	width: 720px;
}
.container-16 .grid-1 {
	width: 25px;
}
.container-16 .grid-2 {
	width: 70px;
}
.container-16 .grid-3 {
	width: 115px;
}
.container-16 .grid-4 {
	width: 160px;
}
.container-16 .grid-5 {
	width: 205px;
}
.container-16 .grid-6 {
	width: 250px;
}
.container-16 .grid-7 {
	width: 295px;
}
.container-16 .grid-8 {
	width: 340px;
}
.container-16 .grid-9 {
	width: 385px;
}
.container-16 .grid-10 {
	width: 430px;
}
.container-16 .grid-11 {
	width: 475px;
}
.container-16 .grid-12 {
	width: 520px;
}
.container-16 .grid-13 {
	width: 565px;
}
.container-16 .grid-14 {
	width: 610px;
}
.container-16 .grid-15 {
	width: 655px;
}
.container-16 .grid-16 {
	width: 700px;
}
.container-12 .grid-1 {
	width: 40px;
}
.container-12 .grid-2 {
	width: 100px;
}
.container-12 .grid-3 {
	width: 160px;
}
.container-12 .grid-4 {
	width: 220px;
}
.container-12 .grid-5 {
	width: 280px;
}
.container-12 .grid-6 {
	width: 340px;
}
.container-12 .grid-7 {
	width: 400px;
}
.container-12 .grid-8 {
	width: 460px;
}
.container-12 .grid-9 {
	width: 520px;
}
.container-12 .grid-10 {
	width: 580px;
}
.container-12 .grid-11 {
	width: 640px;
}
.container-12 .grid-12 {
	width: 700px;
}
}

/* Grid lt 720px / Mobile (mediaqueries)
------------------------------------------------------- */


@media only screen and (max-width: 719px) {
.container-12, .container-16 {
	width: 90%;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
.beta {
	margin-left: 0;
	margin-right: 0;
}
.container-16 .grid-1, .container-16 .grid-2, .container-16 .grid-3, .container-16 .grid-4, .container-16 .grid-5, .container-16 .grid-6, .container-16 .grid-7, .container-16 .grid-8, .container-16 .grid-9, .container-16 .grid-10, .container-16 .grid-11, .container-16 .grid-12, .container-16 .grid-13, .container-16 .grid-14, .container-16 .grid-15, .container-16 .grid-16, .container-12 .grid-1, .container-12 .grid-2, .container-12 .grid-3, .container-12 .grid-4, .container-12 .grid-5, .container-12 .grid-6, .container-12 .grid-7, .container-12 .grid-8, .container-12 .grid-9, .container-12 .grid-10, .container-12 .grid-11, .container-12 .grid-12 {
	width: 100%;
}
}
/* Responsive Image
------------------------------------------------------- */

img.scale, img.responsive {
	max-width: 100%;
	height: auto;
}
/* Default / for Grid 1200px DEMO
-------------------------------------------------------
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
	margin-bottom: 0px;
}*/

/* margin15px
------------------------------------------------------- */
.m15 {
	margin-bottom: 15px;
}
.wp_social_bookmarking_light {
	float: left;
}
.wpcf7-form input {
	width: 100% !important;
} /*名前、メール、題名*/
.wpcf7-form textarea {
	width: 100% !important;
} /*本文*/
.wpcf7-form .wpcf7-submit {
	border-top: 1px solid #fe6a2f;
	background: #fe6a2f;
	background: -webkit-gradient(linear, left top, left bottom, from(#fe6a2f), to(#fe6a2f));
	background: -webkit-linear-gradient(top, #fe6a2f, #fe6a2f);
	background: -moz-linear-gradient(top, #fe6a2f, #fe6a2f);
	background: -ms-linear-gradient(top, #fe6a2f, #fe6a2f);
	background: -o-linear-gradient(top, #fe6a2f, #fe6a2f);
	padding: 9px 18px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
}
.wpcf7-form .wpcf7-submit:hover {
	border-top-color: #faa07d;
	background: #faa07d;
	color: #ffffff;
}
.wpcf7-form .wpcf7-submit:active {
	border-top-color: #ffffff;
	background: #ffffff;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
}
.mainbanr {
	max-width: 1260px;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.head_mein {
	background-color: #FFF;
}
#side_bnr {
	background: #fff;
	width: 90px;
	padding: 0px;
	margin-left: -130px;
	text-align: center;
	position: fixed;
	top: 120px;
	list-style-type: none;
	z-index: 3;
}
#side_bnr img {
	margin-bottom: -3px;
}
#side_bnr2 {
	background: #fff;
	width: 90px;
	padding: 0px;
	margin-left: 0px;
	/* 右寄せ
	------------------------------------------------------ */
	right:0;
	/* ------------------------------------------------------- */
	text-align: center;
	position: fixed;
	top: 120px;
	list-style-type: none;
	z-index: 3;
}
#side_bnr2 img {
	margin-bottom: -3px;
}
.header_logo {
	max-width: 130px;
	margin: 0 auto;
	margin-bottom: -102px;
	position: relative;
	z-index: 9 !important;
}
/*change-20171122*/
#head_gnav_o {
	background-image: url(/wp-content/uploads/2013/08/head_gnav_f2.png);
	background-repeat: repeat-x;
	max-width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*padding: 0px 0px 20px 0px;*/
	padding: 30px 0px 20px 0px;
	z-index: 8 !important;
}
/*change-20171122*/
#head_gnav_f {
	max-width: 1000px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	z-index: 8 !important;
	font-size: 0.8em;
}
.head_gnav_bc {
	float: left;
	margin-bottom: -30px;
	padding-top: 10px;
}
/*change-20171122*/
.head_gnav_tel {
	float: right;
	font-weight: bolder;
	padding-top: 10px;
	/*margin-bottom: -30px;*/
	margin-top: -30px;
}
/*change-20171122*/
.gnav_td_one {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-left: 5px;
	line-height: 1.5em !important;
	color: #E36AA0;
	width: 150px;
	height: 28px;
}
.sixrow {
	padding: 0 !important;
	margin: 0 !important;
}

.sixrow .gnav_td_one a {
	margin: 0 !important;
	padding-bottom:5px !important;
}
img.gnav_td_one {
	vertical-align: middle;
}
.main_top_u {
	margin-top: -21px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
	position: relative;
	z-index: 1;
}
.no1 {
	max-width: 532px;
	margin-top: -270px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.himitsu {
	max-width: 320px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	animation: ease-in 5s;
}
.tophr {
	width: 100%;
	margin: 0;
}
.top_bnr_01 {
	max-width: 1200px;
	margin: 40px auto;
}
.top_bnr_one {
	float: left;
	margin: 0px 16px 40px 16px;
	width:250px;
	font-size:0.75em;
	line-height:1.5em;
}
.top_bnr_one a{
	color:#E870A6;
	text-decoration:none;
}
.top_bnr_one a:hover{
	color: #CCCCCC;
	text-decoration:none;
}
.top_bnr_one2 {
	float: left;
	margin: 0px 16px 40px 16px;
	width:220px;
	font-size:0.75em;
	line-height:1.5em;
}
.top_bnr_one2_box{
	background-color: #FFF;
	border: 1px solid #CCC;
	padding:15px;
	margin-top:-30px;
	text-decoration:underline;
	font-size:1.2em;
	}
.text_p{
	color:#EA8AB5;
	}
.bnr_w50{
	max-width:550px;
	float:left;
	padding:0 10px 55px 10px;
	font-size:0.9em;
	line-height:1.5em;
	text-align:left;
	}
.top_bnr_01-2{
	max-width:1200px;
	margin: 0 auto;
	}
.top_bnr_01-3{
	max-width:876px;
	margin: 40px auto 0px;
	}
.att_text{
	background-image:url(/wp-content/uploads/2013/11/att_back.png);
	background-repeat: repeat;
	max-width:1000px;
	margin:0 auto;
	padding:10px;
	height:18px;
	}
.att_text a{
	text-decoration:none;
	}
.att_text_one{
	float: left;
	width: 240px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	text-align:center;
	}
.att_text_one_l{
	float: left;
	width: 240px;
	text-align:center;
	}
.top_u_bnr_u{
	width:250px;
	padding:10px;
	float:left;
	}
.top_u_bnr_u2{
	width:580px;
	padding:10px;
	float:left;
	background-image:url(/wp-content/uploads/2013/11/top_mv_bk.png);
	background-repeat:no-repeat;
	padding:15px 0px 0px 100px;
	margin:10px 0px 0px 30px;
	}
.t_mu15 {
	margin: 30px auto;
}
.news_board {
	max-width: 1000px;
	height: 310px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 10px;
	overflow: scroll;
	border: inset 2px #cccccc;
}
.top_pickup {
	max-width: 1200px;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/wp-content/uploads/2013/08/top_cont_bk.png);
	padding: 70px 0px 55px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top_pickup_ttl {
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.top_pickup_one_o {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 1.5em;
}




.top_pickup_one1 {
	background-image: url(/wp-content/uploads/2013/08/01.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 115px;
	float: left;
	padding: 180px 31px 0px 15px;
	margin-left: 3px;
}
.top_pickup_one2 {
	background-image: url(/wp-content/uploads/2013/08/02.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 115px;
	float: left;
	padding: 180px 31px 0px 15px;
}
.top_pickup_one3 {
	background-image: url(/wp-content/uploads/2013/08/03.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 115px;
	float: left;
	padding: 180px 31px 0px 15px;
}
.top_pickup_one4 {
	background-image: url(/wp-content/uploads/2013/08/04.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 115px;
	float: left;
	padding: 180px 11px 0px 15px;
}
.top_pickup_one_o2 {
	max-width: 743px;
	margin-top: 35px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	line-height: 1.5em;
}
.top_pickup_one5 {
	background-image: url(/wp-content/uploads/2013/09/05.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 115px;
	float: left;
	padding: 180px 33px 0px 15px;
}
.top_pickup_one6 {
	background-image: url(/wp-content/uploads/2013/09/06.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 115px;
	float: left;
	padding: 180px 33px 0px 15px;
}
.top_pickup_one7 {
	background-image: url(/wp-content/uploads/2013/09/07.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 115px;
	float: left;
	padding: 180px 11px 0px 15px;
}
.top_pickup_ttl {
	font-size: 1.5em;
}
.top_point_4 {
	max-width: 900px;
	padding: 0 50px;
}
.top_point_4_one {
	width: 185px;
	float: left;
	padding: 0px 20px;
	font-size: 0.9em;
}

.top_pickup h2 {
	display: inline;
	line-height: 1.2
}

.top_pickup h2 span {
	font-size: 1erm;
	font-size: 15px;
}


.archive_post_cont {
}
.archive_list {
	width: 85%;
	background-color: #E8E8E8;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-decoration: none;
	color: #4F4F4F;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}
.archive_list a {
	text-decoration: none;
	color: #4F4F4F;
}
.archive_list a:hover {
	color: #0000ff;
}
.archive_list a:visited {
	color: #000080;
}
.archive_list_title {
	width: 85%;
	background-color: #E8E8E8;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.archive_list_title a {
	text-decoration: none;
	color: #4F4F4F;
}
.archive_list_title a:hover {
	color: #CCCCCC;
}
.archive_post_date {
}
.archive_post_title {
}
.archive_list img {
	max-width: 100%;
	height: auto;
	width /****/: auto;  /*IE8のみ適用*/
}
.comments-link {
	display: none;
}
.cont_single_b,
.school-page-content-b .school-page-content {
	background-color: #FFFFFF;
	padding: 1px 15px;
}

.cont_single_b_head {
	background-color: #FFFFFF;
	padding: 1px 15px;
	line-height:2em;
}

.cont_single_b img {
	max-width: 100%;
	height: auto;
	width /****/: auto;  /*IE8のみ適用*/
}
.cont_single_b_cont {
	background-color: #FFFFFF;
	padding: 50px 15px 5px 15px;
	margin-left: 5px;
	margin-right: 17px;
	margin-top: -35px;
}
.cont_single_b-u {
	background-image: url(/wp-content/uploads/2013/09/contback_u.png);
	background-repeat: repeat-x;
	margin-bottom: -2px;
}
.cont_single_b-d {
	background-image: url(/wp-content/uploads/2013/09/contback_d.png);
	background-repeat: repeat-x;
	margin-bottom: 15px;
    margin-top: 0;
    min-height: 30px;
}
.cont_single_b-u2 {
	background-image: url(/wp-content/uploads/2013/09/contback_u.png);
	background-repeat: repeat-x;
}
.cont_single_b-d2 {
	background-image: url(/wp-content/uploads/2013/09/contback_d.png);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
.cont_single_b-d_cont {
	background-image: url(/wp-content/uploads/2013/09/contback_d.png);
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-right: 17px;
}
.bc_title {
	font-weight: bold;
}
.news_b_list {
	/* NEWS枠横いっぱいに
	------------------------------------------------------- */
	width:95%;
	padding:0.5% 2%;
	/* BACKUP
	-------------------------------------------------------
	width: 470px;
	padding: 5px 0px 0px 15px;
	*/
	float: left;
	line-height: 1.5em;
	font-size: 0.9em;
}
.news_b_newsletter {
	font-size: 0.8em;
	background-color: #0CF;
}
.news_b_casting-blog {
	font-size: 0.8em;
	background-color: #0FC;
}
.news_b_cinema {
	font-size: 0.8em;
	background-color: #96F;
}
.news_b_column {
	font-size: 0.8em;
	background-color: #C90;
}
.news_b_news {
	font-size: 0.8em;
	background-color: #FF9;
}
.news_b_press {
	font-size: 0.8em;
	background-color: #CCC;
}
.news_b_date {
	font-size: 0.8em;
}
.news_b_tandd a {
	color: #333;
	text-decoration: none;
}
.news_b_tandd a:hover {
	color: #999;
}

.news_b_english_quotes {
    background-color: #FF79DB;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 0;
    padding: 1px 0 2px 4px;
}
.news_b_p {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 15px;
}
.nexpre {
	width: 100%;
	margin-bottom: 55px;
	margin-top: 15px;
}
.next_v {
	width: 40%;
	float: right;
	text-align: right;
}
.prev_v {
	width: 40%;
	float: left;
}
.mailadd {
	width: 210px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D1D1D1;
	border-left-color: #D1D1D1;
	padding: 10px;
}
.sntext_mailadd {
	color: #E796B8;
	font-size: 0.8em;
}
.sntext_mailadd_b {
	font-size: 0.8em;
}
input.mailform1 {
	width: 120px;
	height: 15px;
}
.b-color a {
	color: #DD689F;
	font-weight: normal;
	font-size: 0.9em;
}
.centerphoto {
}
.cont_single_b-u3 {
	background-image: url(/wp-content/uploads/2013/09/contback_u.png);
	background-repeat: repeat-x;
	margin-bottom: -3px;
}
.cont_single_b-d3 {
	background-image: url(/wp-content/uploads/2013/09/contback_d.png);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
.com_link_box {
	background-image: url(/wp-content/uploads/2013/09/dot02.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 5px;
	display: inline;
}
.text1_cont {
	background-color: #FCE6DB;
	margin: 0 15px;
	padding: 0 15px;
}
.loc_box_out {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.1em;
}
.loc_box_one {
	width: 350px;
	float: left;
	margin-right: 10px;
	background-color: #f5cae1;
}
.loc_box_four {
	width: 179px;
	float: left;
	margin-right: 10px;
	background-color: #f5cae1;
	margin-bottom: 10px;
}
.loc_box_four2 {
	width: 179px;
	float: left;
	margin-right: 0px;
	background-color: #f5cae1;
	margin-bottom: 10px;
}
.loc_box_one_b {
	width: 350px;
	float: right;
	margin-left: 10px;
	background-color: #f5cae1;
}
.loc_box_four_b {
	width: 179px;
	float: right;
	margin-left: 10px;
	background-color: #f5cae1;
	margin-bottom: 10px;
}
.loc_box_four2_b {
	width: 179px;
	float: right;
	margin-left: 0px;
	background-color: #f5cae1;
	margin-bottom: 10px;
}
.cont_system_back {
	background-image: url(/wp-content/uploads/2013/09/systembuck.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding: 78px 0px 0px 17px;
}
.cont_system_1 {
	background-image: url(/wp-content/uploads/2013/09/system1.png);
	background-repeat: no-repeat;
	padding: 181px 0px 0px 167px;
}
.cont_system_2 {
	background-image: url(/wp-content/uploads/2013/09/system2.png);
	background-repeat: no-repeat;
	padding: 181px 0px 0px 167px;
}
.cont_system_3 {
	background-image: url(/wp-content/uploads/2013/09/system3.png);
	background-repeat: no-repeat;
	padding: 181px 0px 0px 167px;
}
.cont_system_cont {
	padding: 0px;
	width: 270px;
}
.cont_system_cont2 {
	padding: 30px 0px 0px 130px;
	width: 380px;
}
.cont_faq_q {
	margin-top: 20px;
	background-image: url(/wp-content/uploads/2013/09/faqq.jpg);
	background-repeat: no-repeat;
	padding: 15px 0px 10px 65px;
}
.cont_faq_a {
	background-image: url(/wp-content/uploads/2013/09/faqa.png);
	background-repeat: no-repeat;
	padding: 25px 0px 0px 85px;
	background-position: left 25px;
}
.cont_pro_back {
	background-image: url(/wp-content/uploads/2013/09/probackone.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 300px;
	float: left;
	background-color: #FFFFFF;
	padding: 5px 15px 0px 10px;
}
.cont_pro_back2 {
	background-image: url(/wp-content/uploads/2013/09/probackon2.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 300px;
	float: left;
	background-color: #FFFFFF;
	padding: 5px 10px 0px 10px;
}
.cont_pro_back3 {
	background-image: url(/wp-content/uploads/2013/09/probackon3.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 300px;
	float: left;
	background-color: #FFFFFF;
	padding: 5px 15px 0px 10px;
}
.cont_pro_back4 {
	background-image: url(/wp-content/uploads/2013/09/probackon41.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 300px;
	float: left;
	background-color: #FFFFFF;
	padding: 5px 10px 0px 10px;
}
.cont_single_c {
	background-color: #FFFFFF;
	padding: 10px 0px 0px 15px;
}
.cont_single_d1 {
	background-color: #FFFFFF;
	padding: 10px 10px 0px 120px;
	background-image: url(/wp-content/uploads/2013/09/yakusoku1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 25px;
}
.cont_single_d2 {
	background-color: #FFFFFF;
	padding: 10px 10px 0px 120px;
	background-image: url(/wp-content/uploads/2013/09/yakusoku2.jpg);
	background-repeat: no-repeat;
	background-position: 10px 25px;
}
.cont_single_d3 {
	background-color: #FFFFFF;
	padding: 10px 10px 0px 120px;
	background-image: url(/wp-content/uploads/2013/09/yakusoku3.jpg);
	background-repeat: no-repeat;
	background-position: 10px 25px;
}
.cont_single_box {
	width: 200px;
	float: right;
}
.cont_single_box_text {
	width: 390px;
	float: left;
}
.cont_cork {
	background-image: url(/wp-content/uploads/2013/09/corkback.jpg);
	background-repeat: repeat;
	padding: 15px;
}
.cont_hougan {
	background-image: url(/wp-content/uploads/2013/09/houganback.jpg.png);
	background-repeat: repeat;
	padding: 15px;
}
.case2c_back {
	background-image: url(/wp-content/uploads/2013/09/case2c_back.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.case2c_back1 {
	background-image: url(/wp-content/uploads/2013/09/c2back.jpg);
	background-repeat: no-repeat;
	padding: 150px 0px 0px 180px;
	background-size:contain;
}
.case2c_back1_text {
	width: 160px;
	height: 155px;
	font-size: 12px;
	float: left;
}
.case2c_back1_text2 {
	width: 160px;
	padding: 0px 0px 0px 170px;
	height: 155px;
	font-size: 12px;
	float: left;
}
.case2c_text1 {
	padding: 175px 30px 0px 380px;
	height: 150px;
	font-size: 12px;
}
.case2c_text2 {
	padding: 43px 30px 0px 380px;
	height: 150px;
	font-size: 12px;
}
.case2c_text3 {
	padding: 140px 30px 0px 380px;
	height: 150px;
	font-size: 12px;
}
.case2c_text4 {
	padding: 35px 30px 0px 380px;
	height: 150px;
	font-size: 12px;
}
.casebnr {
	background-image: url(/wp-content/uploads/2013/09/ftnv.png);
	background-repeat: no-repeat;
	padding: 50px 0px 0px 120px;
	height: 70px;
	font-size: 1.2em;
	font-weight: bold;
}
.point_box {
	max-width: 700px;
	padding: 0px 73px;
}
.point_box_in {
	width: 733px;
}
.point_box img {
	margin: 0px;
	float: left;
	max-width: 100%;
	height: auto;
	width /****/: auto;  /*IE8のみ適用*/
}
.shigoto {
	max-width: 453px;
	margin: 0 auto;
	background-image: url(/wp-content/uploads/2013/09/Ericottino_Work.gif);
	padding: 40px 100px 0px 0px;
	background-repeat: no-repeat;
	background-size: contain;
}
.renai {
	max-width: 453px;
	margin: 0 auto;
	background-image: url(/wp-content/uploads/2013/09/Ericottino_Love.gif);
	padding: 40px 0px 0px 100px;
	background-repeat: no-repeat;
	background-size: contain;
}
.ttlttl {
	max-width: 433px;
	margin: 0 auto;
	background-image: url(/wp-content/uploads/2013/09/Ericottino_Phrase.gif);
	padding: 40px 120px 0px 0px;
	background-repeat: no-repeat;
	background-size: contain;
}
.kotsu {
	max-width: 433px;
	margin: 0 auto;
	background-image: url(/wp-content/uploads/2013/09/Ericottino_Point.gif);
	padding: 40px 0px 0px 120px;
	background-repeat: no-repeat;
	background-size: contain;
}
.footermargin {
	padding: 20px 0px;
}

.pagination {
	clear: both;
	padding: 40px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	max-width:95%;
	margin:0 auto;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: auto;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	background: #E8E8E8;
	color:#fff;
	text-decoration: none;
}
.pagination a:hover{
	background: #E36AA0;
	color: #fff;
}
.pagination .current{
	padding: 6px 9px 5px 9px;
	background: #E36AA0;
	color: #fff;
}
#menu-item-9566{
	padding:0px;
	margin:0px;
	}
#menu-item-32{
	margin:0px;
	}
#menu-item-33{
	margin:0px 0px 0px 0px;
	}
#menu-item-35{
  padding: 0 5px 0 25px !important
  	margin:0px 0px 0px 0px !important;
	}

#menu-item-12305{
	  padding: 0 5px 0 108px !important ;
	  margin:0px 0px 0px 0px !important;
		}
#menu-item-36{
	padding: 0 0 0 18px !important ;
	margin:0px 15px 0px 0px !important;
	}
.head_spc_n{
	margin-right:108px;
	}
#menu-item-9586{
	padding:0px 0px 0px 30px;
	margin:-10px 0 0 0;
	}
#menu-item-9587{
	padding:0px;
	margin:0 50px 0 10px;
	}
img.hd_bnr{
	width:220px;
}
.partner_img{
	width:150px;
	height:150px;
	float:left;
	margin:0 15px 15px 0px;
	}
.page_n{
	text-align:center;
	color:#666;
	}
.page_n a{
	color:#E887B3;
	text-decoration:none;
	}
.page_n a:hover{
	color:#CCCCCC;
	}
.top_btn_l{
	width:250px;
	float:left;
	}
.top_btn_l1u{
	}
.top_btn_l1d{
	}
.top_btn_r{
	width:750px;
	float:left;
	}
.top_btn_r1u{
	text-align:center;
	}
.top_btn_r1d1{
	width:375px;
	text-align:center;
	float:left;
	}
.top_btn_r1d2{
	width:375px;
	text-align:center;
	float:left;
	}
.youtube_tt{
	float:left;
	width:220px;
	padding: 90px 10px 0px 30px;
	}
.youtube_mv{
	float:left;
	width:265px;
	padding-left:10px;
	}


/* 960px
------------------------------------------------------- */

@media only screen and (min-width: 960px) and (max-width: 3000px) {
.hidden_pc {
	display: none;
}
}

/* 720px
------------------------------------------------------- */



/* 720px
------------------------------------------------------- */

@media only screen and (min-width: 720px) and (max-width: 1024px) {
.hidden_pc {
	display: none;
}
.top_bnr_one2{
	display:none;
	}
.top_bnr_01{
	width:867px;
	margin:40px auto;
	}
.bnr_w50 a img{
	width:100%;
	margin:0 auto;
	}
.bnr_w50{
	float:none;
	}
}

/* lt 720px
------------------------------------------------------- */

@media only screen and (max-width: 719px) {
.hidden_sp {
	display: none;
}
.margin_sp {
	margin-bottom: 115px;
}
.himitsu {
	max-width: 320px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.top_bnr_01 {
	max-width: 873px;
	margin: 0 auto;
}
.top_bnr_one {
	width: 257px;
	margin: 0 auto;
	float: none;
}
.top_pickup_one_o {
	width: 250px;
}
.top_pickup_one_o2 {
	width: 250px;
}
.footermargin {
	display: none;
}
.spmenu {
	padding: 3px 0px;
	margin-bottom: 3px;
	width: 100%;
	text-align: center;
	line-height: 2.0em;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 5px #aaa;
}
/*******20150724********/
.collapseomatic_content {
	display: none;
}
/*******20150724********/
.top_pickup {
	background-image: url(/wp-content/uploads/2013/08/top_cont_bk.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.spmenua {
	width: 40%;
	float: left;
}
.spmenua img {
	width: 100%;
}
.spmenub a {
	width: 56%;
	float: right;
	line-height: 1.5em;
	color: #E36AA0;
	text-decoration: none;
	text-align: left;
	padding-left: 4%;
	font-size: 0.9em;
}
.sp_footer {
	padding: 5px 0px;
}
.cont_pro_back {
	background-image:none;
	width: 215px;
	height: 300px;
	float:none;
	background-color: #FFFFFF;
	margin:0 auto;
}
.cont_pro_back2 {
		background-image:none;
	width: 215px;
	height: 300px;
	float: none;
	background-color: #FFFFFF;
	margin:0 auto;
}
.cont_pro_back3 {
		background-image:none;
	width: 215px;
	height: 300px;
	float: none;
	background-color: #FFFFFF;
	margin:0 auto;
}
.cont_pro_back4 {
		background-image:none;
	width: 215px;
	height: 300px;
	float: none;
	background-color: #FFFFFF;
	margin:0 auto;
}
.cont_system_back {
	background-image: url(/wp-content/uploads/2013/09/systembuck.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding: 78px 0px 0px 0px;
	background-size:contain;
}
.cont_system_1 {
	background-image: url(/wp-content/uploads/2013/09/system1.png);
	background-repeat: no-repeat;
	padding: 181px 0px 0px 0px;
		background-size:contain;
}
.cont_system_2 {
	background-image: url(/wp-content/uploads/2013/09/system2.png);
	background-repeat: no-repeat;
	padding: 181px 0px 0px 0px;
		background-size:contain;
}
.cont_system_3 {
	background-image: url(/wp-content/uploads/2013/09/system3.png);
	background-repeat: no-repeat;
	padding: 181px 0px 0px 0px;
		background-size:contain;
}
.cont_system_cont {
	padding: 0px 0px 0px 10px;
	width: 80%;
}
.cont_system_cont2 {
	padding: 30px 0px 0px 20px;
	width: 90%;
}
.news_b_list {
	width: 100%;
	float: left;
	padding: 5px;
	line-height: 1.5em;
	font-size: 0.9em;
}
.top_pickup_one1{
	margin-left: 0px;
	}
.top_pickup{
	padding:0px;
	}
.top_pickup_one_o2{
	margin-bottom:10px;
	}
.reg1 {
   border-top: 1px solid #ee75ab;
   background: #ee75ab;
   background: -webkit-gradient(linear, left top, left bottom, from(#ee75ab), to(#ee75ab));
   background: -webkit-linear-gradient(top, #ee75ab, #ee75ab);
   background: -moz-linear-gradient(top, #ee75ab, #ee75ab);
   background: -ms-linear-gradient(top, #ee75ab, #ee75ab);
   background: -o-linear-gradient(top, #ee75ab, #ee75ab);
   padding: 5px 10px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: white;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.reg1:hover {
   border-top-color: #ed91ba;
   background: #ed91ba;
   color: #ffffff;
   text-decoration:none;
   }
.reg1:active {
   border-top-color: #ee75ab;
   background: #ee75ab;
   }
.reg2{
   border-top: 1px solid #61a121;
   background: #83b552;
   background: -webkit-gradient(linear, left top, left bottom, from(#98c765), to(#83b552));
   background: -webkit-linear-gradient(top, #98c765, #83b552);
   background: -moz-linear-gradient(top, #98c765, #83b552);
   background: -ms-linear-gradient(top, #98c765, #83b552);
   background: -o-linear-gradient(top, #98c765, #83b552);
   padding: 5px 10px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: white;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.reg2:hover {
   border-top-color: #88c942;
   background: #88c942;
   color: #ffffff;
   text-decoration:none;
   }
.reg2:active {
   border-top-color: #61a121;
   background: #61a121;
      text-decoration:none;
   }
 .reg2 a {
      text-decoration:none;
	  color:#FFFFFF !important;
   }
 .reg1 a {
      text-decoration:none;
	  color:#FFFFFF !important;
   }
  .case2c_back1 {
	width:100%;
	padding:100px 0 0 0;
}
.case2c_back1_text {
	width:100%;
	padding:0px;
}
.case2c_back1_text2 {
width:100%;
	padding:0px;
	margin-top:-50px;
	margin-bottom:-100px;
}
.case2c_text1 {
	padding:90px 0px 0px 120px;
}
.case2c_text2 {
	margin-top:-40px;
	padding:0px 0px 0px 120px;
}
.case2c_text3 {

	padding:10px 0px 0px 120px;
}
.case2c_text4 {
	margin-top:-50px;

	padding:10px 0px 0px 120px;
}
img {
	max-width:90%;
	}
.loc_box_one {
	width: 100%;
	float: left;
	margin-right: 10px;
	background-color: #f5cae1;
}
.loc_box_four {
	width: 50%;
	float: left;
	margin-right: 0px;
	background-color: #f5cae1;
	margin-bottom: 10px;
}
.loc_box_four2 {
	width:50%;
	float: left;
	margin-right: 0px;
	background-color: #f5cae1;
	margin-bottom: 10px;
}
.loc_box_one_b {
	width: 100%;
	float: right;
	margin-left: 10px;
	background-color: #f5cae1;
}
.loc_box_four_b {
	width: 50%;
	float: right;
	margin-left: 0px;
	background-color: #f5cae1;
	margin-bottom: 10px;
}
.loc_box_four2_b {
	width: 50%;
	float: right;
	margin-left: 0px;
	background-color: #f5cae1;
	margin-bottom: 10px;
}
.plan a,h2,h3,h4 {
	color: #FF5992 !important;
}
.plan p {
	font-size: 1.1em !important;
	margin-bottom: 15px !important;
}
.plan h3 {
	width: 100% !important;
}

.plan_detail .feature {
	width: 100% !important;
}
.plan_detail .feature .alignleft {
	margin: 1% 0 !important;
	padding: 0 1%!important;
	width: 40%!important;
}
.plan_detail .audience{
	width: 100%!important;
	margin: 5% auto !important;
	padding: 0 !important;
	text-align: center;
}
.plan_detail .banner_area {
	clear:both;
	width: 100% !important;
	margin: 8% auto 0 auto !important;
	padding: 0 !important;
}


/*********20150302 tuiki*********/

.home .topPage .contents .boxArea02 #graphArea #graphTextArea {
	float: none;
	width: 100%;
	padding: 1%;
	box-sizing: border-box;
}

.home .topPage .contents .boxArea02 #graphArea p#graph {
    float: none;
    height: auto;
    width: 100%;
}

.home .topPage .contents .boxArea02 #voiceArea .voiceBox .voice #voicefloat p.name, .home .contents .boxArea02 #voiceArea #voiceBoxLast .voice #voicefloat p.name {
	float: none;
	text-align: left;
	width: 100%;
}

.home .topPage .contents .boxArea02 #voiceArea .voiceBox .voice, .home .contents .boxArea02 #voiceArea #voiceBoxLast .voice {
	width: 100%!important;
}

.home .topPage .contents .boxArea02 #voiceArea .voiceBox .voice #voicefloat p.voiceTitle, .home .contents .boxArea02 #voiceArea #voiceBoxLast .voice #voicefloat p.voiceTitle {
	float: none!important;
	width: 100%!important;
}

.home .topPage .contents .boxArea02 #voiceArea .voiceBox .voice #voicefloat p.name, .home .contents .boxArea02 #voiceArea #voiceBoxLast .voice #voicefloat p.name {
	width: 100%;
}

.home .topPage #voiceArea .voiceText {
	width: 100%;
}

.home .topPage .contents .boxArea02 #voiceArea .voiceBox .voice #voicefloat, .home .contents .boxArea02 #voiceArea #voiceBoxLast .voice #voicefloat {
	width: 100%;
}
.home .topPage .contents .boxArea02 #voiceArea .voiceBox .voice #voicefloat,  .home.contents .boxArea02 #voiceArea #voiceBoxLast .voice #voicefloat {

	width: 100%;
}

/*********20150302 tuiki*********/








}
/*.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100%! important;*/






}


/*---tuika  20140112 */
.top_pickup_one8 {
	background-image: url(/wp-content/uploads/2014/01/yh10a.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 115px;
	float: left;
	padding: 180px 31px 0px 15px;
}

/*---tuika  20140124 */
h3.schoolTtl{
    color:#757575;
    font-size: 20px;
    margin: 20px auto;
    text-align: center;
    width: 82%;
}
.schoolInfo{
    color:#757575;
    width: 80%;
    margin: 10px auto;
}
.schoolInfo table{}
.schoolInfo table tr{}
.schoolInfo table tr th{
    border-top: 1px solid #EDEDED;
    padding-left: 10px;
    width: 20%;
}
.schoolInfo table tr td{}
.schoolInfo p{}









/*---plan  20140520 */

.plan {
	margin: 0 !important;
	padding:0 !important;
}
.plan .cont_single_b-u {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	height: 12px;
}
.plan .cont_single_b-d {
	margin:0 !important;
	padding:0 !important;
}
.plan p {
	font-size: 85%;
	margin-bottom: 3%;
}
.plan a,h2,h3,h4 {
	color: #FF5992;
}
.plan h2 {
	margin: 0 !important;
	padding:0 !important;
}
.plan h3.summary {
	margin: 0 !important;
	padding:2% 0 0 4% !important;
	height: 100%;
	background: white;
}

.plan_detail {
	margin:0 !important;
	padding:0 !important;
	background:#ffffff;
	border: solid 1px #ffffff;
}
.plan_detail_inside {
	padding:3% 4% 0% 4%!important;
}

.plan_detail .be-me-system{
	clear:both;
	margin: 0 !important;
	padding: 0 3% !important;
}
.plan_detail .be-me-system .alignleft{
	width: 45%;
	text-align: center;
}
.plan_detail .be-me-system .alignright{
	width: 45%;
	text-align: center;
}

.plan_detail .feature {
	clear: both;
	width: 92%;
	padding: 2% 0 2% 8% !important;
}
.plan_detail .feature .alignleft {
	padding-right: 8%;
}

.plan_detail h3.audience{
	margin: 3% 0 !important;
	padding: 0 !important;
	height: 100%;
	text-align: left;
}
.plan_detail .audience{
	width: 86%;
	padding: 0 7%;
	text-align: center;
}
.plan_detail .audience p{
	margin-bottom: 0 !important;
	text-align: center;
}
.plan_detail .audience h4 {
	color: #FF5992;
	margin: 0;
	text-align: center;
}
.plan_detail .audience .alignleft{
	width: 43%;
}
.plan_detail .audience .alignright{
	width: 43%;
}


.plan_detail .banner_area {
	clear:both;
	width: 86%;
	margin: 5% auto 0 auto;
}
.plan_detail .banner_area p{
	margin-bottom: 0 !important;
	text-align: center;
}


/***********20150106 k > 20151013***********/
/**** 銀座 ****/
.top_pickup_one1 {

    background-image: url("/wp-content/uploads/2013/08/01.png");
background-repeat: no-repeat;
background-size: 237px auto;
float: left;
height: 135px;
line-height: 1.2;
margin-left: 114px;
padding: 180px 10px 10px;
width: 215px;
}
/**** 新宿 ****/
.top_pickup_one3 {

    background-image: url("/wp-content/uploads/2013/08/03.png");
background-repeat: no-repeat;
background-size: 237px auto;
float: left;
height: 135px;
line-height: 1.2;
margin-left: 30px;
padding: 180px 10px 10px;
width: 215px;
}
/**** 渋谷 ****/
.top_pickup_one2 {

    background-image: url("/wp-content/uploads/2013/08/02.png");
background-repeat: no-repeat;
background-size: 237px auto;
float: left;
height: 135px;
line-height: 1.2;
margin-left: 30px;
padding: 180px 10px 10px;
width: 215px;
}

/**** 横浜 ****/
.top_pickup_one8 {

    background-image: url(/wp-content/uploads/2014/01/yh10a.png);
background-repeat: no-repeat;
background-size: 237px auto;
float: left;
height: 135px;
line-height: 1.2;
margin-left: 114px;
padding: 180px 10px 10px;
width: 215px;
}
/**** 自由が丘 ****/
.top_pickup_one4_sum1 {

    background-image: url("/wp-content/uploads/2015/01/20150106_top_jiyu.png");
background-repeat: no-repeat;
background-size: 237px auto;
float: left;
height: 135px;
line-height: 1.2;
margin-left: 30px;
padding: 180px 10px 10px;
width: 215px;
}
/**** 二子玉 ****/
.top_pickup_one4_sum2 {

    background-image: url("/wp-content/uploads/2015/10/20151013_top_nikotama.png");
background-repeat: no-repeat;
background-size: 237px auto;
float: left;
height: 135px;
line-height: 1.2;
margin-left: 30px;
padding: 180px 10px 10px;
width: 215px;
}
/**** 吉祥寺 ****/
.top_pickup_one4_sum_c {

    background-image: url("/wp-content/uploads/2016/12/20161221_top_kichijoji.png");
background-repeat: no-repeat;
background-size: 237px auto;
float: left;
height: 135px;
line-height: 1.2;
margin-left: 50%;
padding: 180px 10px 10px;
width: 215px;
transform: translateX(-51.7%);
-webkit-transform: translateX(-51.7%);
-moz-transform: translateX(-51.7%);
-o-transform: translateX(-51.7%);
-ms-transform: translateX(-51.7%);
}

/**** 人気コンテンツ ****/
.top_pickup_one4 {
	background-image: url(/wp-content/uploads/2013/08/04.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 115px;
	float: left;
	padding: 180px 33px 0px 15px;
}




/***********20150106 k > 20151013***********/


/***********20150223 k***********/

.page .cont_single_b {
	padding: 0;
}
.school-page-content-b .school-page-content {
	padding: 1px 15px;
}
.page #content article .entry-content > .cont_single_b {
	padding: 1px 15px;
}



/***********20150223 k***********/

/***********20160428 t***********/

			.b-beginner-and-female {
				font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
				font-size: 14px;
				box-sizing: border-box;
				margin: 0;
				padding: 0;
				color: #333;
		 	}
			.b-beginner-and-female img {
				width: 100%;
				border-radius: 8px;
				-webkit-border-radius: 8px;
			}
			.b-beginner-and-female .pd-12 {
				padding: 12px;
			}
			.b-beginner-and-female .pd-24 {
				padding: 24px;
			}
			.b-beginner-and-female .bdrTOP-gray {
				border-top: 1px solid #ccc;
			}
			.b-beginner-and-female .col1 {
				width: 100%;
				margin-bottom: 48px;
			}
			.b-beginner-and-female .col2 {
				width: 50%;
				float: left;
				margin-bottom: 48px;
			}
    		.b-beginner-and-female .bigLeft {
				width: 54%;
				float: left;
			}
    		.b-beginner-and-female .bigRight {
				width: 54%;
				float: right;
			}
    		.b-beginner-and-female .smallLeft {
				width: 46%;
				float: left;
			}
    		.b-beginner-and-female .smallRight {
				width: 46%;
				float: right;
			}
			.b-beginner-and-female h2.bdrd-left-4 {
				width: 100%;
				line-height: 2;
				border-left: 4px solid #FBA0C9;
				padding-left: 14px;
				font-size: 18px;
				font-weight: bold;
				letter-spacing: 0.064rem;
				margin-bottom: 24px;
			}
			.b-beginner-and-female p.caption {
				font-size: 16px;
				letter-spacing: 0.02rem;
				line-height: 2.24;
			}

/***********20160428 t***********/

/*---------20161005---------*/
.page .cont_single_b.type-page-wrap {
	padding: 1px 15px;
}
.type-page-bnr-side {
	display: none;
}
.page-template-page-newsletter-php .type-page-bnr-side {
	display: block;
}
/*---------20161005---------*/

/*--20180518--*/
/*single post css*/
.type-post .box-up-down {
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.type-post .box-up-down p {
    margin: 0; 
    padding: 0;
}


.type-post .box-left-line {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.type-post .box-left-line p {
    margin: 0; 
    padding: 0;
}

.type-post .box-yellow-background {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #ffffcc;/*背景色*/
}
.type-post .box-yellow-background p {
    margin: 0; 
    padding: 0;
}

.type-post .box-point {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.type-post .box-point .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.type-post .box-point p {
    margin: 0; 
    padding: 0;
}

.type-post .blog-common-style-ver2-h2 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/

}
.type-post .marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}
/*--20180518--*/

/*--20180621--*/
/*page post css*/
.type-page .box-up-down {
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.type-page .box-up-down p {
    margin: 0; 
    padding: 0;
}


.type-page .box-left-line {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.type-page .box-left-line p {
    margin: 0; 
    padding: 0;
}

.type-page .box-yellow-background {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #ffffcc;/*背景色*/
}
.type-page .box-yellow-background p {
    margin: 0; 
    padding: 0;
}

.type-page .box-point {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.type-page .box-point .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.type-page .box-point p {
    margin: 0; 
    padding: 0;
}

.type-page .blog-common-style-ver2-h2 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/

}
.type-page .marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}
/*--20180621--*/
/*--201801201--*/

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

#post-595 .first-map-txt-box {
	padding: 4px;
	background-color: #EE75AB;
	margin-bottom: 16px;
}

#post-595 .first-map-txt-box-inner {
border: 2px solid  #fff;
padding: 10px 10px 24px;
position: relative;
}
#post-595 .first-map-txt-box-inner .img-box {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#post-595 .first-map-txt-box-inner .img-box img {
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}
#post-595 .first-map-txt-box-inner .ttl-box {
text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    margin-top: 16px;
    width: 300px;
    margin-left: auto;
    margin-right: 68px;
}
#post-595 .first-map-txt-box-inner .ttl-box h2 {
    margin: 0;
    color: #fff!important;
    font-weight: bold;
}
#post-595 .first-map-txt-box-inner .ttl-box p {
margin: 0;
}
#post-595 .first-map-txt-box-inner .list-box {
    width: 300px;
    margin-left: auto;
    margin-right: 68px;
}
#post-595 .first-map-txt-box-inner .list-box ul {
	margin: 0;
}
#post-595 .first-map-txt-box-inner .list-box ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
    margin: 4px;
}



#post-595 .first-txt-box {
	text-align: center;
}
#post-595 .first-txt-box p {
font-size: 30px;
color: #EE75AB;
font-weight: bold;
}
.location-school-head {
	text-align: center;
	position: relative;
}
.location-school-head:before,
.location-school-head:after {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 184px;
	height: 1px;
	background-color:  #817d7c;
}
.location-school-head:before {
	left: 0;
}
.location-school-head:after {
	right: 0;
}
.location-school-head h2 {
background-color: #817d7c;
	display: inline-block;
	padding: 5px;
	color: #fff;
	width: 322px;
}
.location-school-head h2 span {
	margin-left: 40px;
	font-weight: lighter;
}

}
@media screen and (max-width: 767px) {
#post-595 .entry-content {
	padding: 0 10px;
}
#post-595 .first-txt-box {
	text-align: center;
}
#post-595 .first-txt-box p {
font-size: 20px!important;
color: #EE75AB;
font-weight: bold;
}
#post-595 .entry-content p,
#post-595 .entry-content .schoolDesc,
#post-595 .entry-content strong,
#post-595 .entry-content strong a {
	font-size: 16px;
}
.location-school-head {
	text-align: left;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #EE75AB;
}

.location-school-head h2 {
margin: 0;
color: #EE75AB!important;
}
.location-school-head h2 span {
	display: block;
	line-height: 1;
	font-weight: lighter;
	font-size: 14px;
}

#post-595 .loc_box_one,
#post-595 .loc_box_one_b,
#post-595 .loc_box_four,
#post-595 .loc_box_four2 {
background-color: #fff;
}
#post-595 .loc_box_one,
#post-595 .loc_box_one_b {
float: none;
margin-bottom: 10px;
margin-left: 0;
}
#post-595 .first-map-txt-box {
	padding: 4px;
	background-color: #EE75AB;
	margin-bottom: 16px;
}

#post-595 .first-map-txt-box-inner {
border: 2px solid  #fff;
padding: 10px 10px 0;
}
#post-595 .first-map-txt-box-inner .img-box {
	text-align: center;
}
#post-595 .first-map-txt-box-inner .ttl-box {
	text-align: center;
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 12px;
	margin-top: 16px;
}
#post-595 .first-map-txt-box-inner .ttl-box h2 {
	margin: 0;
	color: #fff!important;
	font-weight: bold;
}
#post-595 .first-map-txt-box-inner .ttl-box p {
margin: 0;
}
#post-595 .first-map-txt-box-inner .list-box ul {
	margin: 0;
}
#post-595 .first-map-txt-box-inner .list-box ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
    margin: 4px;
}
}

/*--201801201--*/
/*--20190128--*/
.box-nunosen {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.box-nunosen p {
    margin: 0; 
    padding: 0;
}
.box-pink {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box-pink p {
    margin: 0; 
    padding: 0;
}
.list-sawayaka {
  color: #668ad8;/*文字色*/
  border: dashed 2px #668ad8;/*破線 太さ 色*/
  background: #f1f8ff; /*背景色*/
  padding: 0.5em 0.5em 0.5em 2.4em;
}

.list-sawayaka li {
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0;
  font-size: 16px;
}

ul.list-sawayaka {
	list-style: dics outside!important;
}
ol.list-sawayaka {
	list-style: decimal outside!important;
}

.blog-h3 {

}

.blog-h3 {
color: #505050!important;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
display: inline-block;/*おまじない*/
line-height: 1.3;/*行高*/
background: #dbebf8;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.blog-h3:before {
content: '●';
color: white;
margin-right: 8px;
}
.square_btn_01 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn_01:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn_02 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 1em 0.5em;
    text-decoration: none;
    color: #FFF!important;
    background: #ff7f7f;
    transition: .4s;
}

.square_btn_02 > span{
    border-bottom: solid 2px #FFF;
    border-top: solid 2px #FFF;
}

 .square_btn_02:hover span {
    padding: 0.1em 0;
}



/*--20190128--*/

/*--20200508--*/
.blog-common-style-ver3-h2 {
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
    margin-left: 30px!important;
}

.blog-common-style-ver3-h2:before {
  font-family: "FontAwesome";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}


.blog-ver2-h3 {
  color: #222224;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.box-point-ver2 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box-point-ver2 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box-point-ver2 p {
    margin: 0; 
    padding: 0;
}


/*--20200508--*/

/* --------------------------------------------------
 * post publish date & update 2020.08.02 add start
 * --------------------------------------------------*/
time.pubdate,
time.updated{
    padding-right: 5px;
    opacity: 0.6;
    line-height: 2;
}
time.pubdate:before,
time.updated:before{
    padding-right: 5px;
    font-family: 'Material Icons';
    opacity: 0.6;
    vertical-align: -5%;
}
time.pubdate:before{
    content: "\e924";
}
time.updated:before{
    content: "\e863";
}
/* --------------------------------------------------
 * post publish date & update 2020.08.02 add end
 * --------------------------------------------------*/

/*--------------------------------
b related post style
--------------------------------*/
.related-post-box-wrap {
	padding: 44px 0 24px;
}
.related-post-box-wrap .related-post-box {
	padding: 0 0 24px;
	border: 2px solid #e8e8e8;
	border-radius: 14px;
	padding: 12px;
}
.related-post-box-wrap .related-post-box .related-section-head {
	text-align: left;
	z-index: 100;
	position: relative;
}
/*.related-post-box .related-section-head:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}*/
.related-post-box-wrap .related-post-box .related-section-head h2 {
	font-size: 16px;
	font-weight: bold;
	background-color: #e8e8e8;
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	margin: 0;
	position: absolute;
	top: -31px;
	left: 0px;
	color: #555555!important;
}

.related-post-box-wrap .related-post-box ul {
	list-style: none;
	margin: 0;
}
.related-post-box-wrap .related-post-box ul li {
	width: 100%;
	margin: 0;
	margin-top: 24px;
}
.related-post-box-wrap .related-post-box ul li .related-section {
	display: table;
	width: 100%;
}

.related-post-box-wrap .related-post-box ul li .related-section .related-section-thumb,
.related-post-box-wrap .related-post-box ul li .related-section .related-section-content {
	display: table-cell;
	vertical-align: top;
}
.related-post-box-wrap .related-post-box ul li .related-section .related-section-thumb {
	width: 100px;
	position: relative;
	overflow: hidden;
	height: 100px;
}
.related-post-box-wrap .related-post-box ul li .related-section .related-section-thumb a {
	display: inline-block;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.related-post-box-wrap .related-post-box ul li .related-section .related-section-thumb img {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
}
.related-post-box-wrap .related-post-box ul li .related-section .related-section-content {
	text-align: left;
	font-size: 16px;
	padding-left: 10px;
}

.related-post-box-wrap .related-post-box ul li .related-section .related-section-content .related-section-title {
	color: #555;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
}
.related-post-box-wrap .related-post-box ul li .related-section .related-section-content .related-section-snippet {
	line-height: 1.4;
	margin-top: 12px;
	margin: 0;
	/*min-height: 50px;*/
	padding-bottom: 14px;
}

.related-post-box-wrap .related-post-box ul li .related-section .related-section-content .related-section-read {
	text-align: left;
	margin: 0;
}

/*--20190425--*/
/*--------------------------------
location school map style
--------------------------------*/

@media screen and (max-width: 767px) {
#school-map-box .hidden_pc .list-box {
	margin-top: 32px;
}
#school-map-box .hidden_pc .list-box li {
	text-align: center;
	display: inline-block;
	margin: 0;
	margin-right: 12px;
	margin-bottom: 12px;
}
#school-map-box .hidden_pc .list-box li:nth-child(3n) {
	margin-right: 0;
}
#school-map-box .hidden_pc .list-box li a {
	color: #EE75AB;
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	border-radius: 22px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5); 
	border: 2px solid #EE75AB;
	padding: 4px 8px;
	text-decoration: none;
}
#school-map-box .hidden_pc .list-box li a img {
	width: 32px;
}
#school-map-box .hidden_pc .txt-box p {
	font-size: 16px;
	color: #EE75AB;
}
#school-map-box .hidden_pc .txt-box p span {
	border-bottom: 2px solid  #EE75AB;
}
}
@media screen and (min-width: 768px) {
#school-map-box .hidden_sp .txt-box {
	text-align: center;
}
#school-map-box .hidden_sp .txt-box p {
	color: #EE75AB;
}
#school-map-box .hidden_sp .txt-box p span {
	border-bottom: 2px solid  #EE75AB;
}
}

/*--------------------------------
location school map style
--------------------------------*/

/* -----------------------------------------------
 * style for /transaction/ start 2020.07.17 add
 * ----------------------------------------------- */
#post-32559 .box-yellow-background p:first-of-type{
    color:#FF0080;
}
#post-32559 .box-yellow-background p{
    margin:16px;
    margin: 1.142857143rem;
}
#post-32559 .box-yellow-background #transaction-form-area{
    text-align: center;
    width: 90%;
    padding:0;
    margin: 24px auto;
    margin: 1.714285714rem auto;
}
#post-32559 .box-yellow-background #transaction-form-area p:first-of-type{
    color:#565656;
    font-weight: bold;
    margin-bottom: -16px;
    margin-bottom: -1.142857143rem;
}
#post-32559 .box-yellow-background #transaction-form-area form{
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
/* バナー欄非表示 */
#post-32559 .cont_single_b-u,
#post-32559 .cont_single_b,
#post-32559 .cont_single_b-d{
    display:none;
}
.page-id-32559 #page + div.hidden_pc{
    display:none;
}
@media screen and (min-width: 600px) {
    #post-32559 .box-yellow-background #transaction-form-area{
        width: 70%;
        padding:16px;
        padding: 1.142857143rem;
    }
}
/* -----------------------------------------------
 * style for /transaction/ end
 * ----------------------------------------------- */

 /* ------------------------------------------------------
 * style for この記事を書いた人(SANGO風) start 2020.12 add
 * ------------------------------------------------------ */
#custom-author.author-info {
	border-top: none;/*打ち消し*/
	background-color: #f1d7e0;
	border-radius: 5px;
	position: relative;
	padding: 25px 15px;
}
#custom-author .author-info__inner {
  position: relative;
}
#custom-author .author-info__inner .tb {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 20px -5px rgba(105, 115, 131, 0.35);
}
#custom-author .author-info__inner .tb-left {
  padding: 25px 15px 5px;
}
#custom-author .author_label span {
  display: inline-block;
  position: relative;
  min-width: 120px;
  max-width: 100%;
  margin: 0 0 15px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #eaedf2;
  color: #555;
  font-size: 16px;
  font-weight: bold;
}
#custom-author .author_label span:before {
  position: absolute;
  top: 100%;
  left: 33px;
  border: 13px solid transparent;
  border-top: solid 10px #eaedf2;
  content: "";
}
#custom-author .author_img {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin: 0;
  vertical-align: middle;
}
#custom-author .author_img img {
  border: solid 3px #dfe2e8;
  border-radius: 50%;
  width: 90px;/*打ち消し*/
  height: 90px;/*打ち消し*/
}
#custom-author .author-info__inner .tb-left .aut {
  display: inline-block;
  /* width: calc(100% - 95px); */
  margin: 0;
  padding-left: 10px;
  /* vertical-align: middle; */
  line-height: 1.3;
}
#custom-author .author-info__inner .tb-left .aut a {
	cursor: pointer;
}

#custom-author .author-info__inner .tb-left dt {
  font-size: 19px;
  font-weight: bold;
}
#custom-author .author-info__inner .tb-left dd {
  padding-top: 4px;
  color: #686868;
  font-size: 15px;
  font-weight: bold;
}
#custom-author .author-info__inner .tb-right {
  padding: 15px;
  font-size: 0.95em;
  line-height: 1.7;
}
#custom-author .author-info__inner .tb-right p{
	margin: 0;/*打ち消し*/
}

#custom-author .dfont {
    font-family: "Avenir", "Arial", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;
}
/*Follow Me*/
#custom-author .follow_btn {
    margin-top: 15px;
}
#custom-author .follow_btn a {
	display: inline-block;
	margin: 15px 10px 0 0;
	color: #919191;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
#custom-author .follow_btn a:hover {
	transform: translateY(-4px);
}
#custom-author .follow_btn a:before {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 12px;
	color: #fff;
	font-size: 45px;
	text-align: center;
	line-height: 60px;
	font-family:'Material Icons';
}

#custom-author .follow_btn .Website:before {
	background: #ffb35d;
	content: "\e894";/* language */
}

/*========= この記事を書いた人 :600px〜の場合 =========*/
@media only screen and (min-width: 600px) {
	#custom-author .tb {
		display: table;
		width: 100%;
	}
	#custom-author .tb-left,
	#custom-author .tb-right {
		display: table-cell;
		vertical-align: middle;
	}
	#custom-author .author-info__inner .tb-left {
		width: 220px;
		border-right: 2px #eaedf2 dashed;
		text-align: center;
	}
	#custom-author .author-info__inner .tb-right {
		width: calc(100% - 220px);
		padding: 20px;
	}
	/* #custom-author .author_img {
		display: inline-block;
	} */
	#custom-author .author-info__inner .tb-left .aut {
		display: block;
		width: 100%;
		padding: 15px 0;
	}
	#custom-author .author_label span {
		z-index: 2;
		margin-bottom: 20px;
		font-size: 14px;
	}
	#custom-author .author_label span:before {
		z-index: -1;
		top: calc(100% - 15px);
		left: 50px;
		border: 15px solid transparent;
		border-top: solid 30px #eaedf2;
		transform: rotate(-40deg);
	}
	#custom-author .follow_btn {
		margin: 0 8px 5px 0;
	}
}
 /* ------------------------------------------------------
 * style for この記事を書いた人(SANGO風) end 2020.12 add
 * ------------------------------------------------------ */