 /*
Template: generatepress
Theme Name: GeneratePress_child
Theme URI: 
Description: GeneratePress の子テーマです
Author: H.Noda
Version:1.0
*/


@import url(“../generatepress/style.css”);

/*----------------------------------------------
 * 共通
 *----------------------------------------------*/
a:hover img { opacity:0.8; filter:alpha(opacity=80); -ms-filter: “alpha( opacity=80 )”; }

/*----------------------------------------------
 * 動画を囲むタグ
 *----------------------------------------------*/
.movie-area {
  max-width: 676px;
  margin: 15px auto;
  background: #222;
  padding: 20px 0;
  text-align: center;
  border-radius: 5px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------------------------------------------
 * フッター
 ----------------------------------------------*/
/*.site-footer { border-top: 1px solid #d2b48e; }*/
.footer-widgets { background: #fbf9f8}
.footer-widget-1 h4.widget-title { color: #331b01; font-size: 12px; }
.footer-notice { background: #FFF; padding: 20px; overflow-y: scroll; height: 80px; margin: 10px; }
.common-footer { background: #fbf9f8; clear: both; width: 100%; overflow: hidden; }
.common-footer-inner { width: 1000px; margin: 0 auto; }
.common-footer-logo img { margin: 0 auto; display: block; }
.common-footer-text { font-size: 12px; text-align: center; padding-top: 15px; color: #fff; }
ul.footer-menu a { color: #271201; text-decoration: none; }
ul.footer-menu a:hover { color: #815a3a; text-decoration: underline; }
ul.footer-menu { margin: 0; padding: 0; }
.footer-menu li { display: inline-block; margin: 2px 4px; padding: 2px; }
#go-pagetop { right: 20px; bottom: 20px; position: fixed; z-index: 2; }
#copyright { width: 100%; font-size: 10px; padding: 8px 0; background:#666666; border-bottom: 2px solid #232323; color: #fff; text-align: center; }

/*---------------------------------------------
 * 新規会員登録ページ
 * あらゆるものをhiddenにする
 ----------------------------------------------*/
#newreg #left-sidebar { display: none; }
#newreg #site-navigation { display: none; }
#newreg #footer-widgets { display: none; }
#newreg .grid-75 { float: none; width: 100%; }
#newreg .push-25 { left: 0%; }
#newreg .entry-header { display: none; }
#newreg #wlmreginstructions { display: none; }
#newreg .entry-content { max-width: 640px; margin: 0 auto; border: 1px solid #eee; border-radius: 5px; padding:20px; }
#newreg .grid-70 { max-width: 700px; margin: 20px auto; float:none; position: relative; }
#newreg .push-30 { position: static; }
#newreg h3 {
	border-bottom: 1px solid #eee;
	background: #eeeeee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	padding: 10px 0;
	text-align: center;
	color: #222;
}
#newreg table.wpm_registration { width: 100%; }
#newreg .wlm_regform_container { margin: 10px; }
#newreg .wlm_regform_container td.label { width: 120px; color: #333; }
#newreg .button { background: #0099CC; border: 1px solid #DDD; color: #FFF; text-shadow:1px 1px 1px rgba(0,0,0,0.5); width: 100px; padding: 10px 0; }
#newreg .button:hover { opacity:0.8; filter:alpha(opacity=80); -ms-filter: “alpha( opacity=80 )”; }
.wlm_regform_improved { max-width: 620px !important; }

/*----------------------------------------------
 * PCは固定幅
 * 769px以上
 *----------------------------------------------*/
@media (min-width: 769px) {

body {
	font-size: 15px;
	line-height: 1.65;
	background: url("./img/striped_lens.png");
	font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*-- レイアウト --*/
body .grid-container { width: 1000px;}
.pull-70 { left: -680px; }
.grid-70 { width: 680px; }
.push-30 { left: 320px; }

/*-- ヘッダー --*/
#masthead { background:#FFF;/* border-bottom: 1px solid #001638;*/ }
.site-logo { display:block; }
.sm-site-logo { display:none; }

/*-- グロナビ --*/
.main-nav { width: 1000px; }
#gronavi { padding-bottom: 2px;}
/*-- ホーム --*/
/*#menu-item-95 a { margin: 0; padding: 0; display: block; width: 165px; height: 60px; text-indent: -9999px;}
#menu-item-95 a:hover {}
/*-- オンライン講義 --*/
/*#menu-item-97 a { margin: 0 0 0 2px; padding: 0; display: block; width: 165px; height: 60px; text-indent: -9999px;}
#menu-item-97 a:hover {}*/
/*-- 実践トレーニング --*/
#menu-item-99 a { margin: 0 0 0 2px; padding: 0; display: block; width: 165px; height: 60px; text-indent: -9999px;}
#menu-item-99 a:hover {}
/*-- 進捗確認ワーク --*/
#menu-item-100 a { margin: 0 0 0 2px; padding: 0; display: block; width: 165px; height: 60px; text-indent: -9999px;}
#menu-item-100 a:hover {}
/*-- よくある質問 --*/
#menu-item-295 a { margin: 0 0 0 2px; padding: 0; display: block; width: 165px; height: 60px; text-indent: -9999px;}
#menu-item-295 a:hover {}
/*-- お問い合わせ --*/
#menu-item-96 a { margin: 0 0 0 2px; padding: 0; display: block; width: 165px; height: 60px; text-indent: -9999px;}
#menu-item-96 a:hover {}
	/*-- サイドバー --*/
#left-sidebar { width: 300px; padding-top: 20px; }
.inside-left-sidebar { width: 300px; margin: 20px auto; }
/*-- ウィジェット タイトル --*/
h4.widget-title { margin-bottom: 0; font-weight: bold; }
/*-- ログイン --*/
#wishlistwidget-1 h4.widget-title {display:none;}
#wlmember_loginwidget { margin:10px; margin-top:20px; padding: 25px 10px; background:#FFF; border: 1px dotted #B18C5E; outline:10px solid #FCEEED; }
/*-- サポート --*/
/*#nav_menu-2 h4.widget-title { width: 240px; height: 70px; text-indent: -9999px; background:url("./img/side_support.png") center center no-repeat; }*/
/*-- ヘルプ --*/
/*#nav_menu-3 h4.widget-title { width: 240px; height: 70px; text-indent: -9999px; background:url("./img/side_help.png") center center no-repeat; }*/
/*-- テスト 
#nav_menu-3 h4.widget-title { width: 240px; height: 70px; text-indent: -9999px; background:url("./img/side_help.png") center center no-repeat; }
--*/
/*-- 相場分析レポート --*/
#nav_menu-100 h4.widget-title { width: 240px; height: 43px; text-indent: -9999px;}
/*-- サイドメニュー全体 --*/
.cat-post-widget ul li { margin: 0; }
.inside-left-sidebar ul.menu li,
.cat-post-widget ul li { border: 1px dotted #b5b5b5; border-width: 1px 0 0; padding: 0; }
.cat-post-widget ul li:last-child { border-bottom: 1px solid #c3aa9e; }
.inside-left-sidebar ul.menu li a, .cat-post-widget ul li a { font-size: 13px; letter-spacing: 1px; font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; background: #fff ; display: block; padding: 13px 20px 13px 10px; }
.inside-left-sidebar ul.menu li a:hover, .cat-post-widget ul li a:hover { background: #d4c5be; display: block; padding: 13px 20px 13px 10px; }
/*-- コンテンツ --*/
#primary { padding-top: 20px; }
.inside-header { padding: 0; }
.one-container .site-content { padding: 0 0 20px 0; }
.entry-meta { display: none; }
/*-- コンテンツ --*/
.one-container.both-left .site-main, .one-container.left-sidebar .site-main { margin-left: 0; }
.page-content, .entry-content, .entry-summary, .comments-area { margin: 1em 1em; }
.commentlist { margin: 0; }
/*-- スケジュール --*/
table.schedule { border: 1px solid #dfccc3; border-collapse: collapse; font-size:0.9em; }
table.schedule th { border: 1px solid #dfccc3; padding: 10px; background: #faf0eb; font-weight: normal; text-align:center; }
table.schedule td { padding: 10px; border: 1px solid #dfccc3; }
/*-- トップページ --*/
ol.news { list-style-type: none; margin:0 0 30px; padding: 0; }
ol.news li { padding: 6px; border-bottom: 1px dotted #dfccc3; }
ol.news li span { margin-right:10px; display:inline-block; }
ol.news li:nth-of-type(2n) { background:#f7f7f7; }
/*-- 取り引き用語 --*/
dl.word-list { margin: 0.5em; }
dl.word-list dt { color: #390f04; }
dl.word-list dt:before { content: "・"; }
dl.word-list dd { margin: 0px 1em 1em; font-size:0.9em; }
.archive .one-container .inside-article { padding: 0px 0px 10px; }
/*-- タイトル --*/
h1.entry-title { margin-bottom: 50px; }
header.entry-header, header.page-header { color:#5C3B18; margin-bottom:10px; text-align:center; background:url('./img/bg_h1.png') no-repeat center center; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
header.page-header { margin-bottom: 0; }
.archive h1.page-title, h1.entry-title { padding: 0; color: #5C3B18; font-weight: 700;line-height:90px; font-size: 20px; }
/*h2 { color:#4d4d4d; border:1px solid #F3BDD7; border-width:0 0 1px 10px; padding: 6px 0 6px 15px; margin-bottom:10px; font-size:18px; font-weight:700; text-align:left;}*/
/*h3 { margin: 1.2em 0 0.8em 0; position: relative; padding: 6px 6px 6px 10px; border-left: 10px solid #ffcccc; border-bottom: 1px dotted #ffcccc; font-size: 16px; font-weight: bold; }*/
/*-- よくある質問 --*/
ul.faq { margin: 0; padding: 0; list-style-type: none; }
ul.faq li.q { padding: 2px 10px 10px 40px; background: url("./img/faq-q.png") left top no-repeat; border-bottom: 1px solid #ccc; margin-top: 30px; }
ul.faq li.a { padding: 0px 10px 10px 40px; background: url("./img/faq-a.png") left top no-repeat; margin-top: 10px; }
/*-- セミナースケジュールテーブル --*/
/*table.seminar-schedule a { color: #c00; }
table.seminar-schedule a:hover { color: #900; text-decoration: underline; }
table.seminar-schedule { font-size: 14px; margin: 0 auto; border-collapse: collapse; border-spacing: 0px 1px; }
table.seminar-schedule th { padding: 10px; vertical-align: middle; text-align: left; border: 1px solid #fff; color: #fff; background-color: #271201; vertical-align: middle; }
table.seminar-schedule td { border: 1px solid #fff; padding: 10px; vertical-align: middle; }
table.seminar-schedule tr { background: #e4dcd8; }
table.seminar-schedule tr:nth-child(even) { background: #e0cec5; }*/

}
/*-- 769以上ここまで --*/

/*---------------------------------------------
 * 汎用的なボタン
 *--------------------------------------------*/
.orangebtn {
  display: block;
  width: 80%;
  background: #fcd041; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZDA0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzY1MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #fcd041 0%, #f76511 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd041), color-stop(100%,#f76511)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcd041 0%,#f76511 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcd041 0%,#f76511 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcd041 0%,#f76511 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcd041 0%,#f76511 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd041', endColorstr='#f76511',GradientType=0 ); /* IE6-8 */
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  padding: 15px 0;
  color: #fff !important;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  font-size: 120%;
  letter-spacing: 2px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.bluebtn {
  display: block;
  width: 80%;
  background: #273ec4; /* Old browsers */
  background: -moz-linear-gradient(top,  #273ec4 0%, #101c6b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b0000), color-stop(100%,#273ec4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #273ec4 0%,#101c6b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #273ec4 0%,#101c6b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #273ec4 0%,#101c6b 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #273ec4 0%,#101c6b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273ec4', endColorstr='#101c6b',GradientType=0 ); /* IE6-9 */
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  padding: 15px 0;
  color: #fff !important;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  font-size: 120%;
  letter-spacing: 2px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.greenbtn {
  display: block;
  width: 80%;
  border: 2px solid #FFF;
  background: #a4b357; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0YjM1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTg5MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #a4b357 0%, #75890c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a4b357 0%,#75890c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-8 */
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  padding: 15px 0;
  color: #fff !important;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  font-size: 120%;
  letter-spacing: 2px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.redbtn {
  display: block;
  width: 80%;
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  padding: 15px 0;
  color: #fff !important;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  font-size: 120%;
  letter-spacing: 2px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
a.redbtn:hover,
a.greenbtn:hover,
a.orangebtn:hover,
a.bluebtn:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}

/*-- 汎用 --*/
span.mes i {  display: none; }
.clear { clear: both; }
.r { color: #c00b0b; }
.b { font-weight: bold; }
.u { text-decoration: underline; }
.f120 { font-size: 120%; }
.f140 { font-size: 140%; }
.f150 { font-size: 150%; }
.ym { background-color: #ffe325; }
.bm { background-color: #85caff; }

/*---------------------------------------
  clearfix
-----------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
  clear: both;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*----------------------------------------------
 * スマホ
 * 768px以下
 *----------------------------------------------*/
@media (max-width: 768px) {
/*-- header --*/
.inside-header { padding: 0; }
.site-logo { display:none; }
.sm-site-logo { display:block; }
.sm-site-logo img{ vertical-align:middle; }
/*-- h1 --*/
h1 { background:#e4dcd8; font-size: 24px; padding: 0.5em; }
/*-- h2 --*/
/*h2 { background:#e4dcd8; font-size: 20px; padding: 0.5em; }
h2 { margin: 0.8em 0 0.8em 0; position: relative; background:#fbf3ef; padding: 10px 10px 10px 15px; border-left: 10px solid #c30f23; border-bottom: 1px solid #c30f23; font-size: 20px; font-weight: normal; }*/
/*h3 { margin: 1.2em 0 0.8em 0; position: relative; padding: 6px 6px 6px 10px; border-left: 10px solid #550000; border-bottom: 1px dotted #ccc; font-size: 16px; }*/
/*-- コンテンツ --*/
.one-container .site-content { padding: 0.7em; }
/*-- ウィジェットタイトル --*/



.inside-left-sidebar h4.widget-title { background: #ddd; border-left: 0.5em solid #773500; font-size: 18px; padding: 0.5em; margin-bottom: 0; }
.inside-left-sidebar li.menu-item { border: 1px solid #ddd; border-width: 0 1px 1px 1px; padding: 0; }
.inside-left-sidebar ul.menu li a, .cat-post-widget ul li a { display: block; font-size: 14px; letter-spacing: 1px; font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; background: #fff; color: #281602; display: block; padding: 18px 20px 18px 10px; }
/*-- ログインフォーム --*/
#wlmember_loginwidget { border: 1px solid #ddd; border-width: 0 1px 1px 1px; padding: 10px; }
/*-- 会員登録 --*/
.wlm_regform_improved input[type=text],.wlm_regform_improved input[type=password],.wlm_regform_improved input[type=email] { padding: 0.8em; border-radius: 0.5em; }
#wlm_submit_button { font-size: 16px; width: 80%; padding: 0.8em 0; text-align: center; margin: 0.5em auto; display:block; }
/*-- トップページ --*/
ol.news { list-style-type: none; margin:0 0 30px 0px; padding: 0; }
ol.news li { border: 1px solid #dfccc3; border-width: 0 1px 1px 1px; }
ol.news li:first-child { padding-left: 80px; border-width: 1px 1px 1px 1px; }
ol.news li a { display: block; font-size: 14px; letter-spacing: 1px; font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; background: #fff; color: #281602; display: block; padding: 18px 20px 18px 10px; }
/*-- セミナースケジュールテーブル --*/
table.seminar-schedule a { color: #c00; }
table.seminar-schedule a:hover { color: #900; text-decoration: underline; }
table.seminar-schedule { font-size: 14px; margin: 0 auto; border-collapse: collapse; border-spacing: 0px 1px; }
table.seminar-schedule th { padding: 10px; vertical-align: middle; text-align: left; border: 1px solid #fff; color: #fff; background-color: #271201; vertical-align: middle; }
table.seminar-schedule td { border: 1px solid #fff; padding: 10px; vertical-align: middle; }
table.seminar-schedule tr { background: #e4dcd8; }
table.seminar-schedule tr:nth-child(even) { background: #e0cec5; }
/*-- スケジュールテーブル --*/
table.schedule { border: 1px solid #dfccc3; border-collapse: collapse; font-size:0.9em; }
table.schedule th { border: 1px solid #dfccc3; padding: 10px; background: #faf0eb; font-weight: normal; text-align:center; }
table.schedule td { padding: 10px; border: 1px solid #dfccc3; }
/*-- よくある質問 --*/
ul.faq { margin: 0; padding: 0; list-style-type: none; }
ul.faq li.q { padding: 2px 10px 10px 30px; background: url("./img/faq-q.png") left top no-repeat; border-bottom: 1px solid #ccc; margin-top: 30px; }
ul.faq li.a { padding: 0px 10px 10px 30px; background: url("./img/faq-a.png") left top no-repeat; margin-top: 10px; }
/*-- footer --*/
.common-footer-inner { width: auto; }
.video-container,
.iframe-container {
  position: relative;
  width: 100%;
}
.video-container iframe,
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/*-- 768以下ここまで --*/

/*----------------------------------------------
 * スマホ
 * 430px以下
 *----------------------------------------------*/
@media (max-width: 430px) {
/*-- header --*/
.inside-header { padding: 0; }
.site-logo { display:none; }
.sm-site-logo { display:block; }
.sm-site-logo img{ vertical-align:middle; }
/*-- h1 --*/
h1 { background:#e4dcd8; font-size: 24px; padding: 0.5em; }
/*-- h2 --*/
/*h2 { background:#e4dcd8; font-size: 20px; padding: 0.5em; }
h2 { margin: 0.8em 0 0.8em 0; position: relative; background:#fbf3ef; padding: 10px 10px 10px 15px; border-left: 10px solid #c30f23; border-bottom: 1px solid #c30f23; font-size: 20px; font-weight: normal; }*/
/*h3 { margin: 1.2em 0 0.8em 0; position: relative; padding: 6px 6px 6px 10px; border-left: 10px solid #550000; border-bottom: 1px dotted #ccc; font-size: 16px; }*/
/*-- コンテンツ --*/
.one-container .site-content { padding: 0.7em; }
/*-- ウィジェットタイトル --*/
.inside-left-sidebar h4.widget-title { background: #ddd; border-left: 0.5em solid #773500; font-size: 18px; padding: 0.5em; margin-bottom: 0; }
.inside-left-sidebar li.menu-item { border: 1px solid #ddd; border-width: 0 1px 1px 1px; padding: 0; }
.inside-left-sidebar ul.menu li a, .cat-post-widget ul li a { display: block; font-size: 14px; letter-spacing: 1px; font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; background: #fff; color: #281602; display: block; padding: 18px 20px 18px 10px; }
/*-- ログインフォーム --*/
#wlmember_loginwidget { border: 1px solid #ddd; border-width: 0 1px 1px 1px; padding: 10px; }
/*-- 会員登録 --*/
.wlm_regform_improved input[type=text],.wlm_regform_improved input[type=password],.wlm_regform_improved input[type=email] { padding: 0.8em; border-radius: 0.5em; }
#wlm_submit_button { font-size: 16px; width: 80%; padding: 0.8em 0; text-align: center; margin: 0.5em auto; display:block; }
/*-- トップページ --*/
ol.news { list-style-type: none; margin:0 0 30px 0; padding: 0; }
ol.news li { border: 1px solid #dfccc3; border-width: 0 1px 1px 1px; }
ol.news li:first-child { border-width: 1px 1px 1px 1px; }
ol.news li a { display: block; font-size: 14px; letter-spacing: 1px; font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; background: #fff; color: #281602; display: block; padding: 18px 20px 18px 10px; }
/*-- セミナースケジュールテーブル --*/
table.seminar-schedule a { color: #c00; }
table.seminar-schedule a:hover { color: #900; text-decoration: underline; }
table.seminar-schedule { font-size: 14px; margin: 0 auto; border-collapse: collapse; border-spacing: 0px 1px; }
table.seminar-schedule th { padding: 10px; vertical-align: middle; text-align: left; border: 1px solid #fff; color: #fff; background-color: #271201; vertical-align: middle; }
table.seminar-schedule td { border: 1px solid #fff; padding: 10px; vertical-align: middle; }
table.seminar-schedule tr { background: #e4dcd8; }
table.seminar-schedule tr:nth-child(even) { background: #e0cec5; }
/*-- スケジュールテーブル --*/
table.schedule { border: 1px solid #dfccc3; border-collapse: collapse; font-size:0.9em; }
table.schedule th { border: 1px solid #dfccc3; padding: 10px; background: #faf0eb; font-weight: normal; text-align:center; }
table.schedule td { padding: 10px; border: 1px solid #dfccc3; }
/*-- よくある質問 --*/
ul.faq { margin: 0; padding: 0; list-style-type: none; }
ul.faq li.q { padding: 2px 10px 10px 30px; background: url("./img/faq-q.png") left top no-repeat; border-bottom: 1px solid #ccc; margin-top: 30px; }
ul.faq li.a { padding: 0px 10px 10px 30px; background: url("./img/faq-a.png") left top no-repeat; margin-top: 10px; }
.video-container,
.iframe-container {
  position: relative;
  width: 100%;
}
/*-- footer --*/
.common-footer-inner { width: auto; }
.video-container,
.iframe-container {
  position: relative;
  width: 100%;
}
.video-container iframe,
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
}

/*--スケジュール表--*/
/*table.movie-list {
  border-collapse: collapse;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  width: 100%;
}
table.movie-list td {
  border: 1px solid #b2b2b2;
  vertical-align: middle;
  padding: 8px;
}
table.movie-list th {
  border: 1px solid #b2b2b2;
  text-align: center;
  background: #6798d7;
  color: #fff;
}
table.movie-list td.color0 {
  background: #46b494 none repeat scroll 0 0;
  color: #fff;
  text-align: center;
}
table.movie-list td.color1 {
  background: #c3aa35 none repeat scroll 0 0;
  color: #fff;
  text-align: center;
}
table.movie-list td.color2 {
  background: #3062a2 none repeat scroll 0 0;
  color: #fff;
  text-align: center;
}
table.movie-list td.color3 {
  background: #b94226 none repeat scroll 0 0;
  color: #fff;
  text-align: center;
}
table.movie-list td.color4 {
  background: #ce64ac none repeat scroll 0 0;
  color: #fff;
  text-align: center;
}
table.movie-list td.color5 {
  background: #ffffff none repeat scroll 0 0;
}
table.movie-list td.color6 {
  background: #357689 none repeat scroll 0 0;
  color: #fff;
  text-align: center;
}
table.movie-list td.color7 {
  background: #da4c4c none repeat scroll 0 0;
  color: #fff;
  text-align: center;
}
table.movie-list td.color8 {
  background: #ed7c3e none repeat scroll 0 0;
  color: #fff;
  text-align: center;
}
table.movie-list td.color9 {
  background: #2c4164 none repeat scroll 0 0;
  color: #fff;
  text-align: center;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
}
*/


/*---------------
 スピ追記
----------------*/
.site-logo {
	height:300px;
}
header#masthead {
	background:url('./img/main_bg.png') no-repeat center top;
	/*width: 100%;
	background: #fceeed;*/
}
.inside-header {
	background:none;
}
#gronavi {
    position: relative;
    /*background:rgba(255,255,255,.8) url(./img/border.png) repeat-x center center;*/
	border-bottom: 1px solid #b7a52f;
	border-top: 1px solid #b7a52f;
	

}
.main-navigation {
	background:none !important;


}
.main-navigation .main-nav ul .current-menu-item > a, .main-navigation .main-nav ul .current-menu-parent > a, .main-navigation .main-nav ul .current-menu-ancestor > a, .main-navigation .main-nav ul .current_page_item > a, .main-navigation .main-nav ul .current_page_parent > a, .main-navigation .main-nav ul .current_page_ancestor > a {
/*	background:rgba(50,50,50,.2) !important;
    border-radius: 10px;*/
    line-height: 40px;
    margin: 10px 0;
	color:#5C3B18;
}


.main-navigation .main-nav ul li > a:hover, .main-navigation .main-nav ul li.sfHover > a {
	/*background:rgba(50,50,50,.2) !important;
    border-radius: 10px;*/
    line-height: 40px;
    margin: 10px 0;
	color:#5C3B18;
	

}
.main-navigation .main-nav ul li a, .menu-toggle {
	/*color:#4a2d13;*/  
	color:#B8AD69;
	background:none !important;
}

#left-sidebar .inside-left-sidebar aside.widget_nav_menu h4.widget-title {
	height:80px;
	width:100%;
}
.inside-left-sidebar .widget_nav_menu {
	border:1px solid #b5b5b5;
	background:#fcfbfa;
}
div.div_online {
	position:relative;
	overflow:hidden;
}
a.btn_online {
	background:#BC3B3B;
	color:#FFF;
	padding:7px 60px;
	display:inline-block;
	border-radius:5px;
	float:right;
    position: absolute;
    bottom: 0;
    right: 0;
}
a.btn_online:hover {
	opacity:0.8;
}
@media (min-width: 769px) {
.main-navigation ul {
	display:table;
	width:100%;
}
.main-navigation ul.sf-menu > li {
	display:table-cell;	
	float:none;
	text-align:center;
	padding:0 2px;
}
}

.wlm_regform_toggle {
	display:none;
}
.wlmember_loginwidget_input_username_holder,
.wlmember_loginwidget_input_password_holder{
	display:block;
}
.wlmember_loginwidget_input_username_holder .wlmember_loginwidget_input_username,
.wlmember_loginwidget_input_password_holder .wlmember_loginwidget_input_password{
	width:100%;
}
.wlmember_loginwidget_input_submit_holder .wlmember_loginwidget_input_submit{
    background-color: #F2627E;
    color: #FFFFFF;
    width: 100%;
    border-radius: 6px;
    margin-top: 10px;
}
.wlmember_loginwidget_link_lostpassword_holder {
    display: block;
    text-align: right;
    font-size: 12px;
}

a.next-link,
a.prev-link {
    background: #F4607C;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 4px;
}
a.next-link {float:right;}
a.prev-link {float:left;}

.news_more {
	float:right;
}

/*-----------------------
 追記 ナビゲーションメニュー
------------------------*/
.main-navigation li a{
	font-size: 18px;      /* ナビゲーションメニューの文字サイズ */
	color:#5C3B18;
}

.main-navigation ul ul li a {
	font-size:12px !important;  /* 文字の大きさ */
	font-weight:bold !important;

	
}

/*.sub-menu a:hover{
	height: 20px;	
 }
*/

/* サブメニューの背景色 */
/*.main-navigation ul ul {
	background-color:rgba(239,132,218,1.00) !important;
}
*/


.main-navigation .main-nav ul ul li > a:hover{
    border-radius: 10px;
    line-height: 20px;
	margin: 0;
	background: none !important;    /*背景消したいとき*/
	
}

.main-navigation ul ul {
	width:100;

}

/*.main-navigation li:last-child ul{
  left:  -40%;
}*/

.main-navigation .main-nav ul ul .current-menu-item > a{
	line-height: 20px;
	margin: 0;
	background: none !important;
	color:#5C3B18;
 }

.main-navigation .main-nav ul ul li > a:hover, .main-navigation .main-nav ul ul li.sfHover > a {
	/*background:rgba(50,50,50,.2);*/
    border-radius: 10px;
    line-height: 20px;
	margin: 0;
    /*margin: 10px 0;*/ 
	background: none !important;
	color:#5C3B18;
}


.main-navigation .main-nav ul ul li > a{
	line-height: 20px;
	margin: 0;
	
}
@media (max-width: 430px) {

	
	#gronavi {
    position: relative;
    background:none;
	}

.main-navigation .main-nav ul li .dropdown-toggle {
	display: none;
}
}
/*---------------
 新着情報
----------------*/

.news-list{
/*	width:100%;*/
	letter-spacing:0.1em;
}

.news-list th{
	width: 26%;
	font-weight: normal;
}

.news-list td,.news-list th{
	padding:8px auto;
	/*color:#777777;*/
	border-bottom: 1px dotted #dfccc3;
}

.news-list tr:nth-child(odd){
	background:#f7f7f7;
}

.news-more {
	text-align: right;
}



/*---------------
 受講スケジュール
----------------*/

table.lesson-list {
   table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
	font-size: 12px;
	margin-bottom: 30px;
}



table.lesson-list.lesson-list td {
    padding: 15px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
	text-align: center;
	vertical-align: middle;
}


.lesson-list tr .teble1 {
	background-color: #FFF5EE;	
}
 
.lesson-list tr .teble2 { 
	background-color: #FDEEF4;
	font-weight: bold;
}

.lesson-list tr .teble3 {
	background-color: #FFDFDD;
	font-weight: bold;
}

.lesson-list tr .teble4 {
	background-color: #FDD7E4;
	font-weight: bold;
}




.lesson-list tr td:nth-of-type(1) {
	width: 20%;
}

.lesson{
	margin-top: 50px;
}


.Caution{
    font-size: 15px;
    margin: 40px auto 20px;
    border-bottom: 3px solid #FFCCCC;
	display: inline-block;
	padding: 0 .4em .1em;
	font-weight: bold;
}





/*今後のスケジュール*/
table.skd-list {
 /*  table-layout: fixed;*/
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.skd-list.skd-list th, table.skd-list.skd-list td {
    padding: 20px 10px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
	text-align: center;
}

table.skd-list.skd-list th{
	background-color: #FDD7E4;
}


.skd-list tr td:nth-of-type(1),.skd-list tr td:nth-of-type(3){
	width: 4em;
}

.skd-list tr td:nth-of-type(2){
	width: 10em;
}



/*---------------
 講座のページ、QAバナー
----------------*/

/*.movie_faq{
	margin-top: 80px;
	margin-bottom: 10px;
	text-align: center;

}

.movie_faq .QA_txt{
	margin-bottom: 15px;
}

.movie_faq .QA01 img{
	margin-bottom: 15px;
}
.movie_faq .qa_check{
	margin-bottom: 10px;
}

.qa_txt2{
	
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	-webkit-text-size-adjust: 60%

}
*/

/*---------------
 その他
----------------*/
h1.entry-title {
	margin-top: 20px;
}


/*--------------------------QA--------------------------*/

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 600px;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 10px 0;
    padding: 5px 10px 10px 40px;
    /*color :#C99F45 ;*/
    font-weight: bold;
    /*background :#a4cbf3;*/
    cursor :pointer;
    transition: all 0.5s;
	background:url(img/faq-q.png)no-repeat;
	border-bottom: 1px solid #d8d8d8;
	
}

/*ラベルホバー時*/
.accbox label:hover {
  /*  background :#FFFCDB;*/
	color: #C99F45;
}



.accbox .accshow p {
background:url(img/faq-a.png)no-repeat;
padding-left: 40px;
padding-bottom: 0;
padding-top: 5px;
margin-bottom: 0px;
}


/*チェックは隠す*/
.accbox input {
   display: none;
	
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    /*padding: 0;*/
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	margin-left:20px;
	
}

/*クリックで中身表示*/
.cssacc:checked +.accshow {
    height: auto;
    padding: 10px 10px 10px 15px;
   background: #FFFCDB;
    opacity: 1;
	margin-bottom: 10px;
	
}

@media screen and (max-width: 767px) {
	.accbox label {
    font-weight: normal;  
}
}

/*--------------------------DL--------------------------*/

.dlphoto {
    box-shadow: 1px 1px 5px #ccc;
    border: 1px solid #ccc;
}

a.dl_btn {
display: block;
width: 160px;
padding: 0.8em;
text-align: center;
text-decoration: none;
color: #fff;
border: 2px solid #EC407A;
background: #EC407A;
border-radius: 4px;
transition: .4s;

}

a.dl_btn:hover {
background: #c8ab84;
border: 2px solid #c8ab84;
color: #fff;
}


.btn-box{
	/*width: 300px;	*/
	margin: 10px auto;
}


.dl_fbox{
display: flex;
justify-content: center;
align-items: center;
margin: 10px auto;
flex-wrap: wrap;
}

.dlphotobox{
width: 300px;
}

.dl_box .dl_txt {
  margin: 0 auto;
  max-width: 600px;
	
}



.dl_box{
	margin-bottom: 50px;
}



@media (max-width: 430px){
	a.dl_btn {
width: auto;
	}
}


.marker > span {
    background: -webkit-linear-gradient(transparent 55%, #FDB7BE 55%);
    background: linear-gradient(transparent 55%, #FDB7BE 55%);
    display: inline;
    padding-bottom: 6px;
	color:#FF0072;
}


.fb-box {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 background-color: #f7f7f7; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
}

.fb-box h2{
	margin-top: 10px;

}



/**よくあるご質問**/
.faq-box-wrap {
 margin-bottom: 30px;
  border-top: 1px solid #d8d8d8; }

.faq-box {
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
    padding: 15px 20px;}
  .faq-box .en {
	 /* font-size: 16px*/;
    /*font-size: 2rem;*/ }

	.faq-box.open .faq-a {
    opacity: 1; }
 
.faq-q {
  position: relative;
  /*padding-left: 30px;*/
	background:url(img/faq-q.png)no-repeat;
	font-size:15px;
padding-left: 40px;
/*padding-bottom: 5px;
padding-top: 5px;*/
min-height:30px;
/* padding: 8px 10px 10px 40px;*/
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
	
	
.faq-q .en {
    position: absolute;
    left: 0;
    top: -7px; }

.faq-a {
  background-color: #FFFCDB;
  margin-top: 15px;
  opacity: 0;
  position: relative;
  padding: 15px 15px 15px 40px;
	height: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.faq-a p {
background:url(img/faq-a.png)no-repeat;
padding-left: 40px;
padding-bottom: 0;
padding-top: 5px;
margin-bottom: 0px;
}




.faq-a .en {
	background:url(img/faq-a.png)no-repeat;
    /*color:transparent;*/
    position: absolute;
	padding-left: 40px;
    left: 30px;
    top: 8px;
     }



@media screen and (max-width: 767px) {
  
	.faq-box {
    padding: 15px 10px; }
   
	.faq-box .en {
      font-size: 18px;
      font-size: 1.8rem; }
 
	.faq-q {
    padding-left: 40px; }
    .faq-q .en {
      top: -6px; }
  
	.faq-a {
    margin-top: 10px;
    padding: 10px 10px 10px 48px; }
   
	.faq-a .en {
      left: 25px;
      top: 5px; } 
	}

/*------------------------------お金追記-------------------------------------------------*/


/* h1の日付色と文字の大きさ */
h1 .day{	
	color: #E00758;
	font-size: 26px;
	}


#copyright{
	background: #A8895A;
	
	border-bottom: 2px solid #643D26;
}

a:link, a:visited {
    text-decoration: none;
    
}
a, a:visited {
    color: #5C3B18;
    
}
a:visited {
    color: #5C3B18;
}
a {
    color: #5C3B18;
}

#page_nav_next a:hover,#page_nav_prev a:hover {
   color: rgb(254, 104, 163) !important;
}	

.page_nav_next a:hover,.page_nav_prev a:hover,.tablelist a:hover {
   color: rgb(254, 104, 163) !important;
}	

/*a:hover{
   color: rgb(254, 104, 163) !important;
}	
*/


#nav_ph1 .menu li a:hover,#nav_ph2 .menu li a:hover,#nav_ph3 .menu li a:hover{
	color: rgb(254, 104, 163) !important;
}

.member a:hover {
	color: rgb(254, 104, 163) !important;
}


.member a{
	color: #E00758;
	font-weight: bold;
}

.pink{
	color: #E00758;
}



/*------------------------------受講一覧-------------------------------------------------*/

h2.list{
	color:#4d4d4d; 
	line-height: 1.3em;
	padding: 15px 0 15px 15px; 
	margin-bottom:10px; 
	font-size:18px; 
	text-align:left;
    border-bottom: #d6d1c6 double;
	border-top: #d6d1c6 double;
	margin-top: 35px;
}

.phese{
	color: #E00758;
	font-size: 24px;
	
}

table.tablelist {
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2;
}

table {
    border-collapse: collapse;
}

table.tablelist td {
    padding: 25px;
    vertical-align: 0;
    /*border: #F7BDCA 1px solid;*/
	border: 1px solid #ccc;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}
table.tablelist th {
    width: 25%;
    padding: 25px;
    vertical-align: 0;
    /*background: #F7BDCA;*/
	background-color: #f8f7f2;
	/*border: #F3B1BF 1px solid;*/
	border: 1px solid #ccc;
	color: #333;
	/*color: white;*/
	font-weight: normal;
}

@media (max-width: 768px){
	table.tablelist th {
		width: 4em;
		padding: 5px;
		text-align: center;
	}
table.tablelist {
	font-size: 12px;
	}
table.tablelist td {
    padding: 5px 5%;
    
   
}
}






/*------------------------------おしらせ-------------------------------------------------*/
h2.news {
    margin-top: 35px;
    padding: 15px 0 15px 15px; 
    border-top: #d6d1c6 double;
    border-bottom: #d6d1c6 double;
	font-size: 16px;
	color: #592c00;
}

p.date {
    font-size: 13px;
    letter-spacing: 2px;
	margin-bottom: 5px;
	color: #B18C5E;
}

.txtArea {
    display: block;
    padding: 10px 0;
    border-bottom: #d6d1c6 1px dotted;
    position: relative;
	margin-bottom: 0;
}



/*動画　前、次*/

.page_nav_box {
	 position: relative;
    
    display: block !important;
    margin: 100px 0 70px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding: 30px 0 60px;
}

.page_nav_prev {
	 position: relative;
    
    font-weight: bold;
    font-size: 130%;
    float: left;
    padding: 0px 5px 0 48px;
    /*margin: 30px 1% 20px;*/
    background-image: url(img/nav_prev.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0 50%;
	
}


.page_nav_next {
    font-weight: bold;
    font-size: 130%;
    float: right;
    padding: 0px 48px 0 0px;
    /*margin: 30px 1% 20px;*/
    background-image: url(img/nav_next.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: right 50%;
	
}


@media screen and (max-width: 430px)  {
.page_nav_next{
	font-size: 80%;   
}

.page_nav_prev {
font-size: 80%;  
}
}


/*.t_bn{
	margin: 80px auto;
}*/

/*------------------------navi------------------------*/

/*.main-navigation .main-nav ul .current-menu-item > a, .main-navigation .main-nav ul .current-menu-parent > a, .main-navigation .main-nav ul .current-menu-ancestor > a, .main-navigation .main-nav ul .current_page_item > a, .main-navigation .main-nav ul .current_page_parent > a, .main-navigation .main-nav ul .current_page_ancestor > a {
     color: #5C3B18; 
    background-color: #FFFFFF;
}
*/

.main-navigation .main-nav ul .current-menu-item > a, .main-navigation .main-nav ul .current-menu-parent > a, .main-navigation .main-nav ul .current-menu-ancestor > a, .main-navigation .main-nav ul .current_page_item > a, .main-navigation .main-nav ul .current_page_parent > a, .main-navigation .main-nav ul .current_page_ancestor > a {
    /* background: rgba(50,50,50,.2) !important; */
    border-radius: 10px;
    line-height: 40px;
    margin: 10px 0;
}



.main-navigation .main-nav ul .current-menu-item > a:hover, .main-navigation .main-nav ul .current-menu-parent > a:hover, .main-navigation .main-nav ul .current-menu-ancestor > a:hover, .main-navigation .main-nav ul .current_page_item > a:hover, .main-navigation .main-nav ul .current_page_parent > a:hover, .main-navigation .main-nav ul .current_page_ancestor > a:hover, .main-navigation .main-nav ul .current-menu-item.sfHover > a, .main-navigation .main-nav ul .current-menu-parent.sfHover > a, .main-navigation .main-nav ul .current-menu-ancestor.sfHover > a, .main-navigation .main-nav ul .current_page_item.sfHover > a, .main-navigation .main-nav ul .current_page_parent.sfHover > a, .main-navigation .main-nav ul .current_page_ancestor.sfHover > a {
    color: #5C3B18;
}




/*-----------------------------#-----------------------------------------------------------------------------*/
.one-container .inside-right-sidebar,
.one-container .inside-left-sidebar {
	padding-top: 20px;
	margin-top: 20px;
}


/*---------------------------------------サイド、テキスト---------------------------------------*/

#nav_ph1,#nav_ph2,#nav_ph3{
    margin-top: 20px;
    border: #d6d1c6 1px solid;
	margin-bottom: 3px;
}

#nav_ph1 h4.nav_21title,
#nav_ph2 h4.nav_21title,
#nav_ph3 h4.nav_21title {
    padding: 10px 5%;
    background: #f5f3ef;
    text-align: center;
	margin-bottom: 0;
	 font-size: 14px;
}

#nav_ph1 ul,
#nav_ph2 ul,
#nav_ph3 ul{
    list-style: none;
}
#nav_ph1 a li,
#nav_ph2 a li,
#nav_ph3 a li{
    display: block;
    border-top: #d6d1c6 1px dotted;
}

#nav_ph1 li a,
#nav_ph2 li a,
#nav_ph3 li a{
    display: block;
    padding: 5px 5%;
    background: #fefefe;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
}

#nav_ph1 .menu li:first-child,
#nav_ph2 .menu li:first-child ,
#nav_ph3 .menu li:first-child {
    border-top: #d6d1c6 1px solid;
}

#nav_ph1 .menu li,
#nav_ph2 .menu li,
#nav_ph3 .menu li{
    display: block;
    border-top: #d6d1c6 1px dotted;
}

#nav_ph1 li .day,
#nav_ph2 li .day,
#nav_ph3 li .day{
	color: #E00758;
}

.nav_ph{
	color: #E00758;
}

h3.kouza{
	margin-bottom: 0;
	margin-top: 35px;
    padding: 15px 0 15px 15px; 
    border-top: rgb(254, 104, 163)  double;
    border-bottom: rgb(254, 104, 163)  double;
	font-size: 16px;
	color: #592c00;	
}

@media (max-width: 768px){
	.textwidget{
		display: none;
	}
}
/*---------------------------------------------------------------------------------------------------------*/



/*---------------------------------------------------Contact------------------------------------------------------*/
.att{
	background: #FCEEED;
	margin-top: 50px;
    padding: 25px 5%;
	border: 1px dotted #B18C5E; 
}


.check{
	color: #E00758;
	text-decoration: underline;
	
}

/*----------------linkbtn----------------------------*/


.linkArea {
    color: #FFF;
	position: relative;
    display: block;
    width: 300px;
    max-width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    background: #b09d7c;
    /*border: #b09d7c 2px solid;*/
    margin: 0 auto;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.linkArea a{
	color: #FFF;
	
}

.linkArea :hover {
	position: relative;
    display: block;
	background: rgb(254, 104, 163) ;	
    /*border: rgb(254, 104, 163)  2px solid;*/
	border-radius: 3px;
}

.linkArea::after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: .4em;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}

.Contact_txt{
	margin-bottom: 50px;
}

/*---------------------------------------------------------------------------------------------------------*/

.WishListMember_LoginMergeCode input[type="submit"] {
    background-color: #F2627E;
    color: #FFFFFF;
    border-radius: 6px;
}

.WishListMember_LoginMergeCode input[type="submit"]:hover{
	background-color: #643D26;
}


.WishListMember_LoginMergeCode table　th {
    font-weight: normal;
}

@media only screen and (max-width:400px) {
.wlm_inpageloginform table td,.wlm_inpageloginform table th{
width: 100%;
display: block;
}
}

/*---------------------------------------------------------------------------------------------------------*/


input[type="submit"]{
	background-color: #F2627E;
    color: #FFFFFF;
    border-radius: 6px;
	
}

input[type="submit"]:hover{
	background: #643D26;
	color: #FFFFFF; 
}


.marker{
    background: -webkit-linear-gradient(transparent 55%, #FDB7BE 55%);
    background: linear-gradient(transparent 55%, #FDB7BE 55%);
    display: inline;
	line-height: 1.68;
	letter-spacing: .06em;
	font-size: 2rem;


}

.bold{
	font-weight:bold;
}
