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

@import url(“../generatepress/style.css”);
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.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; }


div.inside-article{padding-bottom:0 !important;}
.live-top{
    color: #cc0000;
    text-align: center;
    padding: 10px;
    font-size: 2em;
    margin: 0 0 0.5em;
    font-weight: bold;
}

.reload-area {
    text-align: center;
    margin: 10px auto 25px;
    width: 60%;
    min-width:280px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff696;
    border: 1px solid #fbd91e;
    font-weight: bold;
    color: #C00;
}

.guidance {
    background: #1b96d5;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 5px 0;
    letter-spacing: 2px;
    padding: 10px;
    border-bottom: 1px solid #3086C7;
    text-shadow: 0 1px 1px 1px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 2px 4px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 0 2px 4px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 2px 4px rgba(0,0,0,0.1) inset;
    margin-bottom: 25px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.environ{
}
.notice-head {
    background: #e95066;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 5px 0;
    letter-spacing: 2px;
    padding: 10px;
    border-bottom: 1px solid #e5495f;
    text-shadow: 0 1px 1px 1px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 2px 4px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 0 2px 4px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 2px 4px rgba(0,0,0,0.1) inset;
}

.notice {
    line-height: 1.6;
    font-size: 14px;
    padding: 5px 10px 30px 10px;
}

.text-download{
	margin-bottom:30px;
}

.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 3.5em;
  text-decoration: none;
  border-radius: 8px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  font-weight: bold;
  font-size:1.6em;
}

.btn-gradient-3d-orange:hover {
  color: #ffffff;
}

.btn-gradient-3d-orange:visited {
  color: #ffffff;
}

.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
  color: #ffffff;
}

@media (max-width: 768px) {

.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 1.0em;
  border-radius: 4px;
  font-size:1.2em;
}

.live-top {
    font-size: 1.5em;
}

.entry-meta{
	display: none;
}

}
/*-- 768以下ここまで --*/


/*----------------------------------------------
 * 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-2 h4.widget-title {display:none;}
#wlmember_loginwidget { margin:10px; padding: 15px 10px; background:#FFF; border: 1px dashed #808080; outline:10px solid #dddddd; }
/*-- サポート --*/
#nav_menu-2 h4.widget-title { width: 240px; height: 43px; text-indent: -9999px; background:url("./img/side_support.png") center center no-repeat; }
/*-- ヘルプ --*/
#nav_menu-3 h4.widget-title { width: 240px; height: 43px; 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-summary, .comments-area { margin: 1em 1em; }
.entry-content { margin:0; }
.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: 0px; }
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: 35px; }
h2 { color:#4d4d4d; border:1px solid #4d4d4d; 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 #550000; border-bottom: 1px dotted #ccc; font-size: 16px; }
/*-- よくある質問 --*/
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%; }
.f130 { font-size: 130%; }
.f140 { font-size: 140%; }
.f150 { font-size: 150%; }
.f200 { font-size: 200%; }
.f250 { font-size: 250%; }
.f80 { font-size: 80%; }
.blue { color: #0033ff; }
.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; }
.site-logo2 { 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 { 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: #01acb2;
  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: left;
}
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;
}

/*---------------
MT4口座開設
----------------*/
.mt4-title{
    margin: 35px auto 20px;
    padding: 10px;
    border-top: 1px dotted #232323;
    border-bottom: 1px dotted #232323;
    text-align: center;
    font-size: 2rem;
}
.mt4-title-small{
    border-bottom: 1px solid rgba(79, 107, 133, 0.42);;
    padding: 10px;
    text-align: center;
    font-size: 2rem;
}
.orangetext {
    font-weight: bold;
    color: #FF6600;
}
.mt4-otoiawase{
    border-bottom: 2px solid #232323;
    border-top: 2px solid #232323;
    padding: 20px 0 0;
}
.blue{
    color:#285780;
}

/*---------------
 スピ追記
----------------*/
.site-logo {
	height:300px;
}

header#masthead {
	background:url('') no-repeat center top;
}
.inside-header {
	background:none;
}
#gronavi {
    position: relative;
    background:rgba(255,255,255,.8) url(./img/border.png) repeat-x center center;
}
.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;
}
.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;
}
.main-navigation .main-nav ul li a, .menu-toggle {
	color:#4a2d13;
	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;
}

#left-sidebar {padding-left:7%!important;}

/*---------------------------------------
  リスト
-----------------------------------------*/
ul, ol {
	list-style-type: none;}
ul.circle li {
  padding: 2px 0 2px 22px;
  margin: 3px 0;
  background: url("http://7habits.ac/pages/wp-content/uploads/2017/12/circle_icon1.png") left center no-repeat;
}
ul.circle2 li {
  padding: 2px 0 2px 22px;
  margin: 3px 0;
  background: url("http://7habits.ac/pages/wp-content/uploads/2017/12/circle_icon2.png") left center no-repeat;
}
ul.circle3 li {
  padding: 2px 0 2px 22px;
  margin: 3px 0;
  background: url("http://7habits.ac/pages/wp-content/uploads/2017/12/circle_icon3.png") left center no-repeat;
}

ul.check li {
  padding: 2px 0 2px 22px;
  margin: 3px 0;
  background: url("http://7habits.ac/pages/wp-content/uploads/2017/12/check_icon1.png") left center no-repeat;
}
ul.check2 li {
  padding: 2px 0 2px 22px;
  margin: 3px 0;
  background: url("http://7habits.ac/pages/wp-content/uploads/2017/12/check_icon2.png") left center no-repeat;
}
ul.check3 li {
  padding: 2px 0 2px 22px;
  margin: 3px 0;
  background: url("http://7habits.ac/pages/wp-content/uploads/2017/12/check_icon3.png") left center no-repeat;
}

#player{height:50%!important;}


h2.nv{
  margin: 30px auto 5px;
	-webkit-text-size-adjust: 100%;
}




.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.video1 {
  position: relative;
  height: 0;
padding: 30px 0 36.25%;

  overflow: hidden;
}
.video1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.txt{
	margin-bottom:5em;
	text-align:center;
	font-weight:bold;
}


@media (max-width: 430px){
h2.mgcl{
font-size : 80% ;
border-left:none;
border-top:1px solid #c30f23;
text-align:center;
	
}
.txt{
	font-size : 75% ;
}
.day{
		display:none;
	}
	
}

.ttl-marker {
    line-height: 1.68;
    letter-spacing: .06em;
    margin-bottom: 20px;
	margin-left: 5px;
	margin-top: 5px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ttl-marker > span {
    background: -webkit-linear-gradient(transparent 55%, #f7f944 55%);
    background: linear-gradient(transparent 55%, #f7f944 55%);
    display: inline;
   /* padding-bottom: 6px;*/
}





.point-list{
	list-style: none;
}
ul.list1.point-list {
    margin-left: 1.5em;
	margin-bottom:0;
}

.point-list > li {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 10px;
    padding-left: 1.5em;
    padding-bottom: 10px;
    position: relative;
}

.point-list > li:before {
    color: #F44E93;
    content: '・';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.att {
    background: #FCEEED;
    margin: 0 auto 5em;
    padding: 25px 5%;
    border: 1px dotted #B18C5E;
	max-width:600px;

}


.b{
	font-weight:bold;
}


@media (max-width: 768px) {

ul.list1.point-list {
    margin-left:0;
}	
	
.point-list > li {
	}
	
.att {
    padding: 5px;
	 font-size: 15px;
    font-size: 1.5rem;
	background: none;

}
	
.point-list > li {
    border-bottom: none;

}	
	
}	


/*---------------------------------------
experience
-----------------------------------------*/
.post-1225 h1.entry-title{
	font-size:24px;
}
.post-1225 header.entry-header, header.page-header{
    color: rgb(92, 59, 24);
    margin-bottom: 10px;
    text-align: center;
    background: url(./img/bg_h1_e.png) center center no-repeat;
	background-size:contain;
}

.post-1225 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;
	border-left:none;
}

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

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;
	background:#fff;
}




@media (max-width: 768px){
.post-1225 h1 ,.post-1331 h1{
    background: #FCEEED;
}
.post-1225 h1.entry-title
	{
	font-size:20px;
}	
}

@media screen and (min-width:640px){
  .br-sp {
    display: none;
  }
}



.mb5em{
    margin-bottom: 5em;	
}

.mt5em{
    margin-top: 5em;	
}



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

.link-w500 {
    max-width: 500px;
    margin: 1.5em auto;
}

.linkorange {
    background: #F54E81;
}

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

.linkArea a {
    color: #FFF;
}


.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%);
}

.linkArea:hover{
    opacity:.75;
}




.f17{
	font-size:17px;
}
.fw700 {
    font-weight: 700;
}
.pink {
    color: #F44E93;
}
.f120 {
    font-size: 120%;
}




@media (max-width: 768px){
.linkArea {
    line-height: 40px;
  }
}


.m-dl{
    margin-top: 3em;		
}


.mt-3{
    margin-top: 3em;		
}

.mt-1h{
    margin-top: 1.5em;		
}



#contents-session h2 {

    font-size: 25px;
    padding: 0px 0px 0px 8px;
    margin: 52px 0px 26px 0px;
    border-bottom: 4px solid #F44E93;
    /* border-bottom: 4px solid #F3BDD7; */
    border-left: none;
    border-right: none;
    background: none;
}


.separate-containers .inside-article{
    padding-right: 40px;
    padding-left: 40px;
}

@media (max-width: 768px){
	.separate-containers .inside-article{
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

#contents-session h2 {
	    font-size: 20px;
}
.pink {
    color: #F44E93;
}
.bg-yellow{
    background: #ffc;
}

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

.mt-10{
	margin-top:10px;
}

/* マーカー線・黄色 */
.marker7{
background:linear-gradient(transparent 75%, #fff799 75%);
font-weight:bold; 
}




