@charset "utf-8";


/***********************************

以下、通常のcustam.cssにしたいcss

************************************/
/*----------------------------------
フォントサイズの変更
----------------------------------*/
body{ font-size: 15px; letter-spacing: normal !important;}
#featured_post .post1 .excerpt, .info .excerpt, #post_list .excerpt { font-size: 14px;}
#post_list .title{ font-size: 15px;}
@media screen and (min-width: 641px){
	#featured_post .post1 .excerpt, .info .excerpt,#featured_post ul.post2 li .info{ word-wrap: break-word;}}
@media screen and (max-width: 640px){ #featured_post ul.post2 li .info{ font-size: 14px;}}

/***********************************

全体カラー

************************************/
/*----------------------------------
日付
----------------------------------*/
.date {
	color: #b51018;
}
/*----------------------------------
ヘッダロゴ背景
----------------------------------*/
#header_wrap {
	background:#fff;}
@media screen and (max-width: 782px){
	html {
	    margin-top: 0 !important;
	}
}
@media screen and (max-width: 640px) {
body {/*　指定箇所が無いのでbodyに挿入　*/
	background:#fff;
	margin-top: -40px;
	}

}


/*----------------------------------
ヘッダーロゴ　640×100の画像を使用した場合
----------------------------------*/
#logo img{/**　ＰＣロゴ調整　**/
	margin:25px 0 0 0;
	width:50%;}

@media screen and (max-width: 640px){/**　スマホロゴ調整　**/
#logo_sm {
    width:60%;
	margin:0 auto;
    padding:20px 0 0 0;}
}


/*----------------------------------
ヘッダーテキスト（ウィジェットエリア）
----------------------------------*/
.notice{
  font-size: 12px;
  color: #666;
  letter-spacing: -0em;
}
.header_banner .banner_row{
  width: 490px;
	margin-bottom: 14px;
}
.address{
  line-height: 160%;
  font-size: 13px;
  text-align: left;
  float: right;
  margin-top: -5px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 641px){
.header_banner .text_row {
  width: 570px;
}
.header_banner .banner_row .barb_text_banner{
  line-height: 40px;
}
.header_banner .banner_row > div{
  width: 240px;
  height: 40px;
  font-weight: bold;
}
}


/*----------------------------------
メインスライダー 横スクロール非表示
----------------------------------*/
.metaslider{ overflow: hidden;}


/*----------------------------------
フッダーロゴ
----------------------------------*/
#footer .footer_logo img {/** フッダーロゴ調整 1 **/
    width: 330px;}

#footer .header_banner{/** フッダーロゴ調整 2 **/
    margin-top:10px;}


/*----------------------------------
フッターテキスト（ウィジェットエリア）
----------------------------------*/
#footer_wrap .address{
  line-height: 160%;
  font-size: 13px;
  text-align: left;
  float: left;
  margin-top: -5px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 641px) {
#footer .footer_menu_wrap{
	width: auto;
	}
}

/*----------------------------------
フッダーメニュー
----------------------------------*/
#footer .footer_menu ul ul {
    padding: 0 0 0 1em;
    margin: 0.5em 0 1em 0;
}
#footer .footer_menu ul.sub-menu{
	margin: 5px 0 35px 0;
}
#footer .footer_menu ul.sub-menu li{
	margin: 0;
	line-height: 190%;
	position: relative;
	padding-left: 5px;
}
#footer .footer_menu ul.sub-menu li:before{
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 1px !important;
  border-radius: 0 !important;
  border: none !important;
  background: #b51018;
  top: 45%;
  left: -10px;
}
@media screen and (max-width: 640px) {
	#footer .footer_menu ul.sub-menu li:before{ display: none;}
	/*-- メニュー　文字サイズ・高さ変更 --*/
	#footer .footer_menu{ text-align: left;}
	#footer .footer_menu ul.sub-menu{ margin: 0;}
	#footer .footer_menu > div > ul > li > a{ font-size: 1.25em; display: block; padding: 12px 15px;}
	#footer li{ margin: 0 0 0 0; border-bottom: 1px solid #dbdbdb;}
	/*-- メニュー　副項目部分 --*/
	#footer .footer_menu ul.sub-menu li:before{
	  content: "";
	  display: block;
	  position: absolute;
	  width: 8px;
	  height: 1px !important;
	  border-radius: 0 !important;
	  border: none !important;
	  background: #b51018;
	  top: 45%;
	  left: 10px;
	}
	#footer .footer_menu ul.sub-menu li{ padding: 10px 0 10px 30px !important; font-size: 1.1em !important; position: relative;}
	#footer .footer_menu ul.sub-menu li:nth-child(1){ border-top: 1px solid #dbdbdb;}
	#footer .footer_menu ul.sub-menu li:nth-last-child(1) { border-bottom: none !important;}
}

/*---- メニュー2列表示 ----*/
#footer .footer_menu {
	width: 320px;
}
#footer .footer_menu ul ul{
    margin: 0;
	column-count: auto;
}
@media screen and (min-width: 641px) {
	#footer .footer_menu ul {
     	column-count: 2;
    }
    #footer li{
		page-break-inside: avoid;
		break-inside: avoid;
	}
}
@media screen and (max-width: 640px) {
    #footer .footer_menu {
		width: 90%;
	}
}


/*----------------------------------
サイト説明文部分
----------------------------------*/
#desc_wrap {
	background:#f5f5f5;/*説明文背景*/}

#site_description {
  color: #333;/*説明文テキスト*/
	letter-spacing: 0;
	font-size: 13px;
}

#site_description .strong,
.title_text.sm .strong{
	color: #b50f18;
	font-weight: bold;
}


@media screen and (max-width: 640px) {/*スマホ*/
#header{
	background:#f5f5f5;/*説明文背景*/
	box-shadow: none;
	padding: 0;
	}
#desc_wrap{
	padding: 5px 0 5px 15px;
	float: left;
	line-height: 130%;
	background: #f5f5f5;
	}
#header a.menu_button{
	top: 3px;
	}
.title_text{
	color: #333;
	max-width: 284px;
	padding: 10px 0;
	letter-spacing: 0;
	}
}


/*----------------------------------
グローバルメニュー
----------------------------------*/
#menu_wrap {
	background:#000;/*全体背景色*/
	border-color:#dbdbdb;/*区切り線*/}

#global_menu {
    border-right: 1px solid #ccc;/*区切り線右*/}

#global_menu li a {
    border-left: 1px solid #ccc;/*区切り線左*/
	background:#000;/*ボタン背景色*/
	color: #fff;/*文字色*/}

#global_menu li a:hover {
    background:#555;/*ボタンロールオーバー色*/
	color: #fff;/*ボタンロールオーバー文字色*/}




@media screen and (max-width: 640px) {
/**** 折りたたみメニュー ****/
#menu_wrap{ background: #f5f5f5;}
/**** メニューボタン ****/
#header a.menu_button {
	color: #fff;
	border: 1px solid #fff;
	background:#990000;}

#header a.menu_button:hover,
#header a.menu_button:active {
	background:#990000;}


/**** グローバルメニュー ****/

#global_menu li a {
	border-color: #eee;
	background: #fff url(./img/arrow4.png) no-repeat 20px;
	color: #333;}

#global_menu li a:hover {
	color: #333;
	background: #f5f5f5 url(./img/arrow4.png) no-repeat 20px;}

}


/*----------------------------------
電話番号・お問い合わせ
----------------------------------*/
@media screen and (min-width: 641px){
#header .header_banner {
    /*margin-top: 0; 住所が3行の場合　*/}

}



/*----------------------------------
イメージロールオーバー
----------------------------------*/
/** index　メインビジュアル1枚でロールオーバー（リンク）なし**/　
#recommend_gallery a:hover img,
.rs-slider > li > a:hover img{
	opacity: 1.0;
	cursor: default;}



/*----------------------------------
ピックアップ
----------------------------------*/
#index_pickup .headline1 {/*ピックアップヘッダ*/
    color: #ccc;
    background:#222;}



/*----------------------------------
ページタイトルヘッダー　※下層も含む
----------------------------------*/
#main_col .headline1,
.headline2,
.headline3{
  background: #f7f7f7;
  color: #0b2560;
	padding: 5px 0 5px 15px;
  margin-bottom: 5px;}

#main_col .headline1,
.headline2{
	border-top: 3px solid #b51018;
  border-bottom: 1px solid #e5e5e5;
	font-size: 17px;
}

.headline3{
	border-left:7px solid #5483DA;
	border-bottom:2px solid #3EBDB7;
	border-top:none;}


@media screen and (max-width: 640px) {
#main_col .headline1,
	.headline2,
	.headline3{/*トップ・他　調整*/
		border-left:none;/*左線の削除*/}

#main_col .headline1,
.headline2,
.headline3{
		border-left:none;/*左線の削除*/
		padding: 12px 15px;
		margin-bottom: 0;
}
}
@media screen and (min-width: 641px){
	.headline1{ padding: 0;}
}

/*----------------------------------
サイドナビ
----------------------------------*/
#side_col .barb_side_widget img{ width: 220px; height: auto;}
@media screen and (max-width: 640px) {
	#side_col .barb_side_widget img{ display: block; width: 100%; max-width: 300px; margin: 0 auto;}
}

/*-- 検索エリア --*/
.barb_side_widget label.screen-reader-text{ display: none;}
.barb_side_widget input[type="text"]{
	outline: none;
	text-shadow: none;
	border: 1px solid #cccccc;
	padding: 5px 0 5px 10px;
	background: #f0f0f0;
	position: relative;
	color: #333;
	width: 165px;
}
.barb_side_widget input{
	border: 1px;
  padding: 4px 8px;
  color: #fff;
  background: #333;
  font-size: 12px;
}
.barb_side_widget #searchform > div {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	.barb_side_widget input[type="text"]{ width: 80%; border-radius: 0; font-size: 16px; -webkit-appearance: none;}
	.barb_side_widget input{ padding: 4px 12px;}
}


/*-- カテゴリエリア --*/
#side_col .barb_side_widget h3{
	background: #f7f7f7;
	border-top: 2px solid #b51018;
	border-bottom: 1px solid #f1f1f1;
	color: #0b2560;
	padding: 12px 8px;
	line-height: 140%;
	margin-bottom: 12px;
	letter-spacing: 0;
	font-size: 14px;
}
#side_col .barb_side_widget h3:after{
	content: '';
	display: inline-block;
	width: 170px;
	height: 15px;
	background-image: url(/nextphase/wp-content/themes/gorgeous_tcd013_barbpack/img/img_txt-widget_h3.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#side_col .barb_side_widget li{
	position: relative;
	padding: 0 0 0 10px;
	line-height: 140%;
	border-bottom: 1px solid #f1f1f1;
	font-size: 11px;
}
#side_col .barb_side_widget li:after{
	right: 10px;
	top: 45%;
	bottom: 0;
	width: 4px;
	height: 4px;
	border-top: 2px solid #b51018;
	border-right: 2px solid #b51018;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	display: block;
	content:"";
}
#side_col .barb_side_widget li a,
#side_col .barb_side_widget li a:visited{
	color: #0b2560;
  text-decoration: none;
  font-size: 13px;
	font-weight: normal;
	display: block;
	height: 36px;
	line-height: 36px;
}
@media screen and (max-width: 640px) {
	#side_col { text-align: left; width: 90%; margin: 0 auto;}
	#side_col .barb_side_widget h3{ text-align: center;}
	#side_col .barb_side_widget h3:after{ display: block; margin: 0 auto;}
	#side_col .barb_side_widget li:after{ right: 20px;}
	#side_col .barb_side_widget li a,#side_col .barb_side_widget li a:visited{ padding: 5px; font-size: 14px;}
}
#side_col .side-career img,
#side_col .side-location .s-main {
	border: 1px solid #eee;
}

#side_col .side-location {
	background-color: #f5f5f5;
	padding-bottom: 1.2em;
}

#side_col .side-location .s-logo {
	width: 80%;
	display: block;
	margin: 1em auto;
}
#side_col .side-location .branch .title {
	background-color: #e7e7e7;
	text-align: center;
	font-weight: bold;
}

#side_col .side-location .branch {
	margin: 0 .8em;
}
#side_col .side-location .branch .detail {
	font-size: .85em;
	background-color: #fff;
	padding: 1em .6em;
}
#side_col .side-location .branch .detail p {
	margin-bottom: 4px
}
#side_col .side-location .branch .detail .label {
	padding: 2px 4px;
	background: #efefef;
	border-radius: 3px;
	margin: 2px 0;
	display: inline-block;
}
#side_col .side-location .branch .detail .number {
	font-size: 1.3em;
	font-weight: bold;

}
#side_col .side-location .branch .detail .number a {
	text-decoration: none;
	color: #000;
}
/*-- アクセスボタン --*/
a.access{
	text-align: center;
	display: block;
	padding: 8px;
	background: #b51018;
	width: 80%;
	margin: 0 auto;
	color: #fff !important;
	letter-spacing: 0;
	font-size: 14px;
}
/*-- リンク設定 --*/
#side_col .side-location a,#side_col .side-location a:visited{
	color: #333;
  font-weight: normal;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
	#side_col .side-location {
		padding-top: 0;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	/*-- アクセスボタン --*/
	a.access{ padding: 12px; font-weight: bold;}
}
	/*----------------------------------
    フッダー
    ----------------------------------*/
#footer_wrap {
   background:#f5f5f5;/*フッダー背景色*/}

#menu-footer_menu li {
	text-align: left;
}
#footer {
    color: #333;/*フッダーテキストカラー*/
	background: none;
	font-family: inherit}

#footer li a,
#footer li a:visited {
    color: #333;
	border-bottom: none;
	text-align: none;}

#footer li a:hover{
    color: #999;}

#copyright {
    background:#000;/*コピーライト背景*/
    color: #fff;/*コピーライトテキスト*/}

#copyright a {
    color: #fff;/*コピーライトリンクテキスト*/}



/*----------------------------------
テキストリンクカラー
----------------------------------*/
a, a:visited{
	color: #68191c;
	font-weight: bold;
}

#contents .past_list_link{ margin-bottom: 50px;}
#contents .past_list_link a,
#contents .past_list_link a:visited,
a.link:visited{
	color: #0b2560;
}

#featured_post .post1 .link{ background: none;}
#featured_post .post1 .link{
	position: relative;
    padding-left: 20px;
    font-size: 12px;
	float: right;
	background: none;
}
#featured_post .post1 .link:before{
	width: 12px;
	height: 12px;
	background: #0b2560;
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 10%;
}
#featured_post .post1 .link:after{
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	display: block;
	position: absolute;
	content: "";
	top: 27%;
	left: 5px;
}

a:hover {
    color:#24434A;}


/*----------------------------------
ページナビ
----------------------------------*/
.page_navi a{/*** テキスト、ボタン色 **/
	color:#fff;
	background: #333;}

.page_navi a:hover{/*** ロールオーバーボタン色 **/
	background:#990000;}

/*----------------------------------
トップ　コンテンツ
----------------------------------*/
.past_list_link a,a, a:visited{
	color: #68191c;
  font-weight: bold;
}
.back a:visited,
.page-numbers a:visited{
	color: #fff;
}
.page_navi span.current,
.page_navi span.dots {
	color: #333;
	background: #fff;
	font-weight: bold;
}
@media only screen and (min-width:641px) {
	#featured_post .post1 .excerpt,
	.info .excerpt{
		line-height: 150%;
	}
}
@media only screen and (max-width:640px) {
	#featured_post{ padding: 0 0 0 0;}
}
/* 人気記事 */
.post2 .info{
  line-height: 150%;
  font-size: 14px;
}
/* セミナー・動画 */
.thum{max-width: 340px;}
.top-semi_area{
	display: flex;
	border-bottom: 1px dotted #aaa;
  padding: 15px;
  margin-bottom: 15px;
  justify-content: space-around;
}
.top-semi_ttl{
	margin: 0;
	padding: 0;
	max-width: 340px;
}
.top-semi_rcopy{
	background: #f1f1f1;
  max-width: 325px;
  display: block;
  padding: 3px 5px 3px 10px;
  font-size: 12px;
  margin: 5px 0;
  color: #333;
}
.top-semi_area a,.top-semi_area a:visited{ text-decoration: none;}
.top-semi_area a:hover{ color: #0b2560;}
@media only screen and (max-width:640px) {
	.top-semi_area { display: block; padding: 15px 17px 0; margin-bottom: 0; border-bottom: none;}
	.top-semi_area:nth-child(odd){ padding-bottom: 15px; border-bottom: 1px dotted #aaa;}
	.top-semi_area .left{ margin-bottom: 22px}
	.top-semi_area .right{ margin-bottom: 7px}
	.top-semi_ttl{ margin: 0; padding: 0;}
	.top-semi_rcopy,.thum{ max-width: 100%;}
	.barb_cont_wrap{ padding: 0;}
}

/***********************************

下層レイアウト

************************************/
/*----------------------------------
下層段落枠　※変更不可
----------------------------------*/
@media only screen and (min-width:641px) {
#under{
	overflow:hidden;
	margin:0 0 -40px 0;}/*下層の空調整*/
}

@media only screen and (max-width:640px) {
	#under{
		overflow:hidden;
		margin:10px 0 0 0;}/*下層の空調整*/
	#main_col #content .post,#post_list{ border: none;}
}

.under_contents{
	width:100%;
	margin:0 0 50px 0;
	clear:both;
	overflow:hidden;
	line-height:1.7;}

#main_col #content .post #fee p:not(:last-child) ,
#main_col #content .post #mmrg p:not(:last-child),
#main_col #content .post #contact p:not(:last-child),
#main_col #content .post #greeting p:not(:last-child),
#main_col #content .post #history p:not(:last-child),
#main_col #content .post #philosophy p:not(:last-child),
#main_col #content .post #privacy p:not(:last-child),
#main_col #content .post #profile p:not(:last-child),
#main_col #content .post #seminar_list p:not(:last-child),
#main_col #content .post #sitemap p:not(:last-child) ,
#main_col #content .post #access p:not(:last-child) {
	  margin-bottom: 0;
}


/*-------------------
 下層　汎用
--------------------*/
p{
  margin: 0;
	padding:0;
	line-height:150%;
}

#content h2 { line-height: 1.2; }

#content,
#content p,
#seminar_list .around_right p {
	line-height: 1.8;
}
.post ul li{ background: none;}
.post img.aligncenter {
	display: inline-block;	/* 旧サイトではセンタリングしないようになっていたため */
}
.under_contents h4{
	background: #b51018 url(img/bg-title01.png);
	padding: 7px 0 7px 12px;
	margin: 0 0 20px 0;
	color: #fff;
	clear: both;
}

#ez-toc-container:not(:first-child) { margin: 2em 0 3em; }

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

	#content .post img { padding: 0; }

	#content .post > p > img { padding: 0 0 15px 0 }

}
/*---- 線 ----*/
/*（灰色）*/
.border-1{ border-top: 1px solid #d1d1d1;}
/* 区切り-1 */
.style-1 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
/*---- 文字色 ----*/
/*（赤色）*/
.txt-red{ color: #b51018;}
/*（青色）*/
.txt-blu{ color: #065fbb !important;}
/*（オレンジ色）*/
.txt-org{ color: #f77b11 !important;}
/*（紫色）*/
.txt-ppl{ color: #7f4ab9 !important;}
/*---- 背景色 ----*/
/*（灰色）*/
.bg-gr{ padding: 10px; background: #f1f1f1;}
/*---- リスト ----*/
/* 定義リスト */
ul.list li{
	padding: 0 0 0 15px;
	position: relative;
}
ul.list li:before{
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #b51018;
	display: block;
	position: absolute;
	content: "";
	top: 40%;
  left: 0;
}
/* 連番付リスト */
ol.num{
	counter-reset:number;
  list-style-type: none!important;
  margin:0;
	background: #f5f5f5;
	padding: 10px;
}
ol.num li{
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
ol.num li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #666;
	color: white;
	font-size: 12px;
	border-radius: 50%;
	left: 0;
	width: 22px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 1px;
}
@media only screen and (max-width:640px) {
	ol.num li:before{ top: 22px;}
}
/*-- お問合せはこちら --*/
.btn_contact{
	padding: 42px;
  position: relative;
  width: 25%;
  float: right;
}
.btn_contact .btn-send{
	background: #b51018;
	border-radius: 3px;
	padding: 12px 0 12px 24px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	margin: 20px auto;
}
.btn_contact .btn-send:before{
	font-family: "Font Awesome 5 Free";
	display: block;
	position: absolute;
	content: "\f1d8";
}
@media only screen and (max-width:640px) {
.btn_contact .btn-send{
	width: 45%;
	}
}
/* マーカー */
.marker { background: linear-gradient(transparent 45%, #fdf096 0%); font-weight: bold; }
/* 注釈 */
.notes{ background: #f5f5f5; padding: 6px 8px; border-radius: 2px;}
/*---- 幅 ----*/
.w-auto{ width: auto !important;}
/*---- スマフォ改行　----*/
@media screen and (min-width: 480px) {
  .br-sp { display: none; }
}

/* iframe Youtube設定など */

.iframe-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------
代表ごあいさつ
----------------------------------*/
#greeting{ position: relative;}
#greeting .name-1{
	border-top: 1px dotted #999999;
	padding-top: 24px;
	font-weight: bold;
	text-align: right;
}
#greeting .name-2{
	font-weight: bold;
	font-size: 18px;
	padding: 14px 0;
}
#greeting ul{ margin: 0; padding: 0;}
#greeting .msg p{
	font-size: 15px;
	letter-spacing: 0;
	text-align: justify;}
#greeting .msg p.ttl{
	font-size: 18px;
	line-height: 150%;
	color: #b51018;
}

/*-- プロフィール肩書 --*/
#greeting ul.list-1{
	width: 48%;
	float: right;
}
#greeting ul.list-1 li{
	padding: 10px 0 7px 15px;
	border-bottom: 1px dotted #999;
	position: relative;
}
#greeting ul.list-1 li:before{
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #b51018;
	display: block;
	position: absolute;
	content: "";
	top: 50%;
  left: 0;
}
@media only screen and (max-width:640px) {
	#greeting ul.list-1{ width: 100%;}
	#greeting .btn_wrap{ margin: 20px auto 16px auto;}
}

/*-- プロフィール連載・寄稿 --*/
#greeting ul.list-2 li{
	position: relative;
	line-height: 180%;
}
#greeting ul.list-2 li div p.title{
	font-weight: bold;
	padding-left: 12px;
	margin-bottom: 6px;
}
#greeting ul.list-2 li div p.title:before{
	width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #b51018;
	display: block;
	position: absolute;
	content: "";
	top: .75em;
  left: 0;
}
#greeting ul.list-2 li.sub{
  padding-left: 42px;
}
#greeting ul.list-2 li.sub:before{
	display: block;
	position: absolute;
	content: "－";
	left: 20px;
	color: #b51018;
}

/*-- 著書紹介 --*/
#greeting .book-intro_area{
	display: flex;
	justify-content: space-around;
	position: relative;
	border-bottom: 1px dotted #999999;
	padding-bottom: 24px;
	margin-bottom: 36px;
}
#greeting .book-intro_area .book_area{
	background: #f5f5f5;
	width: 250px;
	text-align: center;
	padding: 20px 20px 5px;
}
#greeting .book-intro_area .text_area{ width: 48%;}
#greeting .btn_wrap {
	margin: 10px auto 16px auto;
	height: 30px;
	position: relative;
}
#greeting .btn-more{
	background: #b51018;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 24px;
}
@media only screen and (max-width:640px) {
	/*-- 著書紹介 --*/
	#greeting .book-intro_area{ display: block; padding-bottom: 40px; margin-bottom: 50px;}
	#greeting .book-intro_area .book_area{ width: 100%; padding: 10px 0 5px 0; margin-bottom: 10px;}
	#greeting .book-intro_area .text_area{ width: 100%;}
	#greeting .btn_wrap{ margin: 20px auto 16px auto;}
	#greeting .btn-more{
		width: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 8px;
	}
}

#greeting h5{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 12px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #d1d1d1;
	color: #333;
	border-left: none;
	background: none;
}
#greeting h5 span{
	color: #193b87;
	font-size: 14px;
	display: block;
}
#greeting h5 span .fa-book{
	margin-right: 5px;
}


/*----------------------------------
サービスと料金
----------------------------------*/
#access .under_contents h4,
#fee .under_contents h4,
#history .under_contents h4,
#greeting .under_contents h4{
	background: #fbfbfb;
	color: #000;
	border-bottom: solid 1px #b50f18;
	padding: 0 0 0 20px;
	line-height: 2.2;
	font-size: 17px;
	position: relative;
}
#access .under_contents h4:before,
#fee .under_contents h4:before,
#history .under_contents h4:before,
#greeting .under_contents h4:before {
	content: '';
	width: 7px;
	height: 2.2em;
	background-color: #b50f18;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
#fee ul.seminar{
  display: flex;
  justify-content: space-around;
  margin: 20px 0 30px 0;
}
#fee ul.seminar li{
	width: 26%;
	padding: 5px 20px;
	margin: 0 0.5em;
	border-right: 1px solid #d1d1d1;
	color: #0b2560;
	position: relative;
	letter-spacing: 0;
}
#fee ul.seminar li:last-child{ border-right: none; width: 140px;}
#fee ul.seminar li a{display: block;font-size: 14px;margin-left: 14px;color: #0b2560;text-decoration: none;text-align: left;}
#fee ul.seminar li a:before{
	left: 20px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #0b2560;
	position: absolute;
	content: "";
	top: 45%;
}
@media only screen and (max-width:640px) {
	#fee ul.seminar{ display: block;}
	#fee ul.seminar li{ width: 70%; margin: 10px auto; border-right: none;}
	#fee ul.seminar li:last-child{ width: 70%;}
}

#fee .semi_contents{ overflow: hidden;}
#fee .semi_contents .semi-text p{ font-size: 14px; line-height: 170%;}
#fee .semi_contents .voice{ clear: both; padding-top: 15px;}
#fee .semi_contents .voice h5{
	position: relative;
	display: block;
	padding: 0 55px;
	font-weight: bold;
	font-size: 14px;
	margin: 15px auto;
	text-align: center;
	width: 350px;
	color: #0b2560;
	border-bottom: 0;
	background: none;
	border-left: none;
	}
#fee .semi_contents .voice h5:before,
#fee .semi_contents .voice h5:after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  display: inline-block;
	  width: 60px;
	  height: 1px;
	  background-color: #0b2560;
	}

#fee .semi_contents .voice h5:before {
	  left:0;
	}
#fee .semi_contents .voice h5:after {
	  right: 0;
	}
#fee .semi_contents img{ width: 40%; padding: 0 16px 10px 0; float: left; }
#fee .semi_contents .semi-text h4.semi-ttl{
	color: #0b2560;
	font-size: 17px;
	padding: 8px 0 0;
	margin:  0 auto 16px auto;
	border-bottom: 1px solid #e5e5e5;
	border-left: none;
	font-weight: bold;
	background: none;
}
#fee .semi_contents .semi-text h4.semi-ttl::before{ display: none;}
@media only screen and (max-width:640px) {
	#fee .semi_contents .voice h5{ width: 160px;}
	#fee .semi_contents .voice h5:before, #fee .semi_contents .voice h5:after{ width: 40px;}
	#fee .semi_contents{ display: block;}
	#fee .semi_contents .semi-thum{ max-width: 100%;}
	#fee .semi_contents .semi-text{ margin-left: 0; width: 100%;}
}
/*-- 料金表示 --*/
#fee .semi-fee{
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 40px;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
}
#fee .semi-fee .add{ font-size: 80%; line-height: 160%; display: inline-block;}
#fee .semi-fee .price_area{ padding-top: 4px; padding-right: 8px; line-height: 27px;}
#fee .semi-fee .price{ font-size: 150%; font-weight: bold; padding-right: 5px;}
/*-- 詳細はこちら --*/
#fee .semi-fee .link_area{ padding-left: 20px; border-left: 1px solid #d1d1d1;}
#fee .semi-fee .link_area .more{ background: #b51018; color: #fff; padding: 6px 24px; border-radius: 5px; text-align: center; font-size: 85%; display: block;}
#fee .semi-fee .link_area .more a{display: block;}
#fee .semi-fee .link_area .more a:link,
#fee .semi-fee .link_area .more a:visited{color: #fff; text-decoration: none; font-weight: normal;}
@media only screen and (max-width:640px) {
	#fee .semi-fee{ display: block;}
	#fee .semi-fee .add{ margin-top: 5px;}
	#fee .semi-fee .price_area{ text-align: right;}
	#fee .semi-fee .link_area{ padding-left: 0; border-left: none;}
	#fee .semi-fee .link_area .more{ width: 50%; margin: 10px auto;}
}
/*-- リンクhover時 --*/
#fee ul.seminar li a:hover,#fee .semi-fee .more a:hover{ opacity:0.7;}


/*----------------------------------
メールマガジン案内
----------------------------------*/
#mmrg{ position: relative;}
#mmrg img.pb0{ padding: 0;}
#mmrg .lead{
	font-size: 17px;
  font-weight: bold;
  color: #0d2c71;
}
#mmrg h3.lead-copy {
	position: relative;
	border: none;
	color: #b51018 !important;
	padding: 30px 0 0 0 !important;
	font-size: 20px !important;
	border-bottom: none !important;
}
#mmrg .btn_area{
	padding: 24px;
	position: relative;
}
#mmrg .btn_area .btn-send{
	background: #b51018;
	border-radius: 3px;
	padding: 12px 0 12px 28px;
	text-align: center;
	color: #fff;
	width: 35%;
	display: block;
	text-decoration: none;
	font-weight: normal;
	margin: 0 auto;
	font-size: 1.1em;
}
#mmrg .btn_area .btn-send:before{
	font-family: "Font Awesome 5 Free";
	display: block;
	position: absolute;
	content: "\f1d8";
}
@media only screen and (max-width:640px) {
#mmrg .btn_area .btn-send{
	width: 80%;
	}
}

/*-- ラインナップ詳細 --*/
#mmrg .line-up{
	display: flex;
	justify-content: space-between;
}
#mmrg .line-up ul:nth-child(n){
	width: 45%;
}
#mmrg ul.check{
	margin: 0;
	padding: 0;
}
#mmrg ul.check li{
	position: relative;
  padding-left: 22px;
	line-height: 180%;
}
#mmrg ul.check li:before,
#mmrg ul.check li:after{
	content:"";
	display:block;
	position:absolute;
}
#mmrg ul.check li:before{
	width: 14px;
	height: 14px;
	background: #193b87;
	left: 0;
	top: 5px;
}
#mmrg ul.check li:after{
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 5px;
	height: 4px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left: 3px;
	top: 7px;
}
@media only screen and (max-width:640px) {
	#mmrg .line-up { display: block; justify-content: unset;}
	#mmrg .line-up ul:nth-child(n) { width: 100%;}
}

/*-- メルマガ登録フォームへ --*/
#mmrg .mmrg-form .list-1{
	position: relative;
  padding-left: 20px;
}
#mmrg .mmrg-form .list-1:before{
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #b51018;
	display: block;
	position: absolute;
	content: "";
	top: 50%;
  left: 0;
}
#mmrg .mmrg-form .lead {
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
}

	/*-- メルマガ登録formエリア --*/
#mmrg .mmrg-form .form_area{ border: 1px solid #d1d1d1; padding: 0 0 10px;}
#mmrg .mmrg-form fieldset{ border: none;}
#mmrg .mmrg-form table td{ padding: 5px 0 15px 0;}
#mmrg .mmrg-form input[type="text"]{ width: 60%; display: block; margin: 0 auto; padding: 5px;height: 1.5rem;}
#mmrg .mmrg-form table,#mmrg .mmrg-form table td{ border: none;}
#mmrg .mmrg-form input[type="submit" i]{
	border: 0;
	background: #b51018;
	color: #fff;
	padding: 10px 40px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 1.1em;
}


/*----------------------------------
セミナー・動画
----------------------------------*/
#seminar_list{ margin-top: 40px;}
#mmrg .under_contents h4,
#seminar_list .sub-title{
	position: relative;
	font-size: 20px;
	padding: 4px 12px 4px 42px;
	font-weight: bold;
	color: #0b2560;
	background: none;
	border-bottom: 1px solid #b51018;
	border-left: none;
	line-height: 180%;
}
#mmrg .under_contents h4:before,
#seminar_list .sub-title:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: transparent;
	border-top-color: #b50f18;
	width: 20px;
	height: 20px;
	left: -19px;
}
#seminar_list h4 {
  background: #fff;
	font-size: 16px;
  padding: 17px 0 17px 12px;
  margin: 0;
  color: #333;
  clear: both;
}
#seminar_list .around_right {
	font-size: 16px;
}
#seminar_list .link{
	position: relative;
  padding-left: 20px;
  font-size: 12px;
	float: right;
}
#seminar_list .link:before{
	width: 12px;
	height: 12px;
	background: #0b2560;
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 20%;
}
#seminar_list .link:after{
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	display: block;
	position: absolute;
	content: "";
	top: 35%;
	left: 5px;
}
#seminar_list .excerpt { margin: 0 0 18px 0;}
@media screen and (max-width: 640px) {
	#seminar_list{ margin-top: 0; padding: 50px 15px 0;}
	#seminar_list h4 { padding: 20px 10px 10px; line-height: 150%;}
	#seminar_list .around_right p{ margin: 10px 0 18px;}
	#seminar_list .under_contents{ border-bottom: 1px dotted #999; padding-bottom: 20px;}
}

/*セミナー記事詳細
.col_9 #main h1{
	border-top: 3px solid #b51018;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	color: #0b2560;
	font-size: 16px;
	padding: 13px 0;
	margin: 0 0 30px 0 !important;
}
.col_9 #main #video div{ margin-top: 0 !important;}
.col_9 #main #video .tac{ text-align: center; margin: 30px 0 15px 0;}
.col_9 #main #video .prof{ margin-bottom: 60px;}
.col_9 #main #video .prof h4{ background: #f1f1f1; padding: 8px; color: #0b2560;}
.col_9 #main #video .prof dd.m1em{ padding-left: 20px;}
.col_9 #main #video .prof dt.prof_set h4{ background: #f1f1f1; padding: 8px 8px 8px 24px; color: #0b2560;}
.col_9 #main #video .mb2em a.button{
	background-color: #b51018;
	color: #FFF;
	text-decoration: none;
	padding: 12px 40px !important;
	text-align: center;
	font-weight: bold;
	font-size: 16px !important;
	border-radius: 5px;
}
@media screen and (min-width: 641px) {
.col_9 #main{ width: 750px; float: left; margin: 0 0 14px 0;}}*/


/*----------------------------------
経営理念
----------------------------------*/
#philosophy .read-copy{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.08rem;
}
@media screen and (max-width: 640px) {
	#philosophy .read-copy {
	  text-align: center;
	  font-weight: bold;
	  font-size: 1.25em;
	  letter-spacing: 0;
	  line-height: 160%;
	  width: 78%;
	  margin: 0 auto;
	}
}


/*----------------------------------
会社概要
----------------------------------*/
#profile table.outline .list-1{ position: relative; padding: 0 0 0 12px; display: block;}
#profile table.outline .list-1:before{
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #b51018;
	display: block;
	position: absolute;
	content: "";
	top: 45%;
	left: 0;
}
/*-- teble --*/
table.outline{ border-top: 1px solid #f1f1f1; border-left: 1px solid #f1f1f1;}
table.outline th{ width: 25% !important; background: #b51018; border-right: 1px solid #f1f1f1; border-bottom: 1px solid #f1a2a6 !important; color: #fff;}
table.outline td{ border-right: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 16px !important;}

@media screen and (max-width: 640px) {
	#profile table.outline .list-1:before{
		top: 8px;
	}
}


/*----------------------------------
沿革
----------------------------------*/
/*-- link --*/
table.history a, table.history a:visited{ color: #333; font-weight: normal !important;}
/*-- teble --*/
table.history{ letter-spacing: 0; border-top: 1px solid #e6e6e6 !important; border-left: 1px solid #e6e6e6 !important;}
table.history th{ width: 16% !important; text-align: right; border-right: 1px solid #e6e6e6 !important; border-bottom: 1px solid #e6e6e6 !important;}
table.history td{ border-right: 1px solid #e6e6e6 !important; border-bottom: 1px solid #e6e6e6 !important;}
table.history td span{ padding: 0 !important;}

/*-- 各事業紹介のアイコン --*/
table.history .txt-blu,
table.history .txt-ppl,
table.history .txt-org{ position: relative; padding-left: 20px !important;}
/* 士業向けセミナー事業 */
table.history .txt-blu::before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f5da';
	top: -3px;
	left: 0;
	font-weight: 600;
}
/* 士業コミュニティ事業 */
table.history .txt-ppl::before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f0c0';
	top: -3px;
	left: 0;
	font-weight: 600;
}
table.history .txt-ppl a,table.history .txt-ppl a:visited{ color: #7f4ab9;}
/* 講師・講師養成 */
table.history .txt-org::before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f51c';
	top: -3px;
	left: 0;
	font-weight: 600;
}

@media only screen and (max-width:640px) {
.ph_responsive table.history{ border: none !important;}
.ph_responsive table.history th{ background: #eee; width: 100% !important; border: none !important;}}


/*----------------------------------
アクセス
----------------------------------*/
#access .under_contents h3 { margin: 0 0 30px 0;}
#access .location{ display: flex; flex-flow: row wrap; justify-content: space-between;}
#access .location .gmap_area,#access .location .txt_area{ width: 48%;}
#access .gmap_area,#access .gmap_area iframe{ height: 300px;}

@media only screen and (max-width:640px) {
	#access .location{ flex-wrap: wrap-reverse;}
	#access .location .gmap_area,#access .location .txt_area{ width: 100%;}
	#access .location .txt_area{ margin-top: 10px;}
	#access .gmap_area,#access .gmap_area iframe{ margin-bottom: 30px;}
}


/*----------------------------------
お問合せ
----------------------------------*/
#contact fieldset{ border: none; padding: 0; margin: 0;}
/*-- teble --*/
#contact table.contact{ border-top: 1px solid #dbdbdb; border-left: 1px solid #f1f1f1;}
#contact table.contact th{ padding: 10px 24px !important; background: #f5f5f5; border-right: none; border-bottom: 1px solid #dbdbdb !important; color: #333; font-weight: normal; text-align: left;}
#contact table.contact td{ border-right: none; border-bottom: 1px solid #dbdbdb !important; padding: 16px !important;}
#contact table.contact input{ margin-right: 7px;}
#contact table.contact input[type="text"],
#contact table.contact select{
	height: 1.6rem;
}
#contact table.contact textarea{ width: 100%; -webkit-appearance: none;}

input[type="submit" i]{ -webkit-appearance: none; border-radius: 0;}
input.button[type="submit" i]{
	border: 0;
	background: #b51018;
	color: #fff;
	padding: 15px 40px;
	border-radius: 3px;
	margin: 0 !important;
	cursor: pointer;
	font-size: .95rem;
}

table.contact th,
table.contact td {
	border: none;
}

/*-- 必須 任意 --*/
.req{ background: #dc2727; font-size: 11px; color: #fff; padding: 5px; margin-right: 10px; font-weight: normal;}
.op{ background: #aaa; font-size: 11px; color: #fff; padding: 5px; margin-right: 10px; font-weight: normal;}

@media only screen and (max-width:640px) {
#contact table.contact textarea{ width: 90%; height: 140px;}
.ph_responsive table.contact{ border: none !important;}
.ph_responsive table.contact th{ background: #eee; width: 100% !important; border: none !important;}
.ph_responsive table.contact th:before{ display: none;}
table.contact input[type="text"]{ padding: 5px; margin-bottom: 8px;}
table.contact td input.w70{ width: 70%;}
input,textarea{ font-size: 16px;}}


/*----------------------------------
サイトマップ
----------------------------------*/
#sitemap ul.list-1 li{
	position: relative;
	line-height: 120%;
}
#sitemap ul.list-1 li div p.title{
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #d1d1d1;
	padding: 0 0 0 24px;
}
#sitemap ul.list-1 li div p.title:before{
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #b51018;
	display: block;
	position: absolute;
	content: "";
	top: 42%;
	left: 12px;
}
#sitemap ul.list-1 li.sub{ font-size: 14px; padding-left: 42px;}
#sitemap ul.list-1 li.sub:before{
	display: block;
	position: absolute;
	content: "－";
	left: 20px;
	color: #b51018;
	top: 25%;
}
#sitemap ul.list-1 li.sub:last-child{ margin-bottom: 10px; }
#sitemap ul.list-1 li a, #sitemap ul.list-1 li a:visited{ color: #333; font-weight: bold; text-decoration: none; display: block; padding: 8px 0;}
#sitemap ul.list-1 li a:hover{ opacity: 0.8;}

/*----------------------------------
プライバシーポリシー
----------------------------------*/
@media only screen and (max-width:640px) {
	#privacy ul.list li:before {
		top: .75em;
	}
}


/*----------------------------------
テーブル設定　※変更不可　色とthの％は変更又は上書き可
----------------------------------*/
/*** table 元スタイル打消し ****/
/*.post table {
	border:none;
	margin:0;}

.post td,
.post th {
	border:none;
	padding:0;}*/

.post th {
   background:#eee;
   font-weight:bold;}

@media only screen and (max-width:480px) {
tbody tr{
	display:table-row;/******/
	margin-bottom:0;}

tbody th,
tbody td{
	display: table-cell;
	list-style-type:none;
	border: none;}
}


/*******  テーブル再設定　*******/
.under_contents table,
.under_contents_end table {
	width:100%;
	border-collapse:inherit;
	border-spacing:0;
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;}

.under_contents table td,
.under_contents table th,
.under_contents_end table td,
.under_contents_end table th {
	border-right:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	padding:10px;
	/*white-space: nowrap;*/}

.under_contents table th,
.under_contents_end table th {
	width:30%;}

.under_contents table td span,
.under_contents_end table td span{
	padding:0 20px 0 0;}


@media only screen and (max-width:480px) {
.under_contents table,
.under_contents_end table{
	font-size:12px;
	line-height:1.7;}

.under_contents table td span,
.under_contents_span table td span{
	/*display:block;*/}

}


/*----------------------------------
テーブル設定　レスポンシブ基本ソース
----------------------------------*/
/****
レスポンシブしたいtableの外側に
<div class="ph_responsive">を入れてください
****/

@media only screen and (max-width:640px) {
.ph_responsive{
	margin:0 0 -20px 0;}

.ph_responsive table{
	border:none;}

.ph_responsive table th,
.ph_responsive table td {
	width:100%;
	display:inline-block;
	border-right:none;
	text-align:left;}

.ph_responsive table th{
	border-bottom:2px dotted #333;
	padding: 5px 7px;
	font-weight:bold;
	background:#fff;}

.ph_responsive table th:before {/*** アイコンが必要な場合　***/
	display: none;
	content: "\f00c";
	font-family: FontAwesome;
	color:#333;
	padding:0 5px 0 10px;}

.ph_responsive table td {
	border-bottom:none;
	padding:10px 0 20px 0;}


}





/***********************************

ここからページレイアウト雛形

************************************/

/*----------------------------------
固定ページ 下層hタイトル　必要に応じてh4の追加など
----------------------------------*/
/*h3装飾*/
.under_contents h3{
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0 !important;
	font-size: 16px !important;
	border-top: 1px solid #b51018;
	border-bottom: 1px solid #b51018 !important;
	text-align: center;
	color: #333 !important;
	background: #fff !important;
	border-left: none !important;
}



/*----------------------------------
Ａテキスト　Ｂ画像1列＋テキスト
----------------------------------*/
.column_wrap_01{
	clear:both;
	overflow:hidden;
	padding: 15px 0 15px 15px;
	border-bottom: 1px dotted #999;
}

@media only screen and (max-width:640px) {
	.column_wrap_01{
		padding: 0;
	}
}

/*　下層　汎用　pタグ使用　*/



/*----------------------------------
Ｃ画像2列＋テキスト
----------------------------------*/
.column_wrap_01 .left,
.column_wrap_01 .right{
	width:49%;}

.column_wrap_01 .left{
	float:left;}

.column_wrap_01 .right{
	float:right;}


@media only screen and (max-width:640px) {
.column_wrap_01 .left,
.column_wrap_01 .right{
	width:100%;
	float:none;}

}


/*----------------------------------
Ｄ左画像＋右テキスト
----------------------------------*/
.column_wrap_02{
	clear:both;
	overflow:hidden;}

.column_wrap_02 .leftimg{
	float:left;
	width:49%;
	padding:0;}

.column_wrap_02 .righttxt{
	float:right;
	width:48%;}

@media only screen and (min-width:641px) {
#content .post .column_wrap_02 .leftimg img{
	padding-bottom:0;}
}

@media only screen and (max-width:640px) {
.column_wrap_02 .leftimg,
.column_wrap_02 .righttxt{
	float:none;
	width:100%;}

}


/*----------------------------------
Ｅ左テキスト＋右画像
----------------------------------*/
.column_wrap_03{
	clear:both;
	overflow:hidden;}


.column_wrap_03 .lefttxt{
	float:left;
	width:48%;}

.column_wrap_03 .rightimg{
	float:right;
	width:49%;
	padding:0;}

@media only screen and (min-width:641px) {
#content .post .column_wrap_03 .rightimg img{
	padding-bottom:0;}
}

@media only screen and (max-width:640px) {
.column_wrap_03 .lefttxt,
.column_wrap_03 .rightimg{
	float:none;
	width:100%;}

}


/*----------------------------------
Ｆ左画像＋右テキスト回り込み
----------------------------------*/
@media only screen and (min-width:641px) {
#content .post .around_right img{
	float:left;
	margin:0 18px 0 0;
	padding:0;
	width:49%;}
}
.around_right img{
	float:left;
	margin:0 18px 0 0;
	padding:0;
	width:49%;
	height: 49%;
}

@media only screen and (max-width:640px) {
.around_right img{
	margin:0 0 0 0;
	float:none;
	width:100%;}


}



/*----------------------------------
Ｇ左テキスト回り込み＋右画像
----------------------------------*/
@media only screen and (min-width:641px) {
#content .post .around_left img{
	float:right;
	margin:0 0 0 18px;
	padding:0;
	width:49%;}
}

@media only screen and (max-width:640px) {
.around_left img{
	margin:0 0 0 0;
	float:none;
	width:100%;}


}


/*----------------------------------
Ｈ画像3列＋下段テキスト
----------------------------------*/
.column_wrap_04{
	clear:both;
	overflow:hidden;}

.column_wrap_04 .columns div {
	background:#ccc;
	overflow:hidden;}

.column_wrap_04 .columns div span {
    display: block;
	text-align: center;
    font-weight: bold;
    color: #000;
	padding:10px 5px;
	line-height:1.3;}

.column_wrap_04 .columns img {
    width: 100%;
    height: auto;}

.column_wrap_04 .columns p {
    text-align: justify;}


@media only screen and (min-width:641px) {
.column_wrap_04 .three.columns {
    width: 30.6666666667%;}

.column_wrap_04 .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-left: 4%;}

.column_wrap_04 .columns:first-child {
    margin-left: 0;}

.column_wrap_04 .columns p.space{
    margin:-5px 0 0 0;}

}


@media only screen and (max-width:640px) {
.column_wrap_04{
    margin:0 0 -40px 0;}

.column_wrap_04 .three.columns {
    margin:0 0 40px 0;}

.column_wrap_04 .columns p {
    margin:0;}

}

@media only screen and (min-width:641px) {
	#recent_post .image img,
	#featured_post .image img {
		max-height: 100%;
	}
}


#main_slider {
	margin-top: 27px;
}

/*----------------------------------
ブログ詳細　レイアウト調整
-----------------------------------*/
#single_meta a {
	font-size: 13px;
	margin-bottom: 4px;
	display: inline-block;
	line-height: 1;
}
.blog #page_headline {
	font-size: 20px;
}
.blog #content {
	font-size: 16px;
}
.blog #content h2 {
	margin-top: 1.5em;
}
.blog div[align="right"]:after {
	content: "";
	clear: both;
	display: block;
}
.blog .post img.alignright,
.blog div.alignright {
	margin: 10px 0 0 30px;
}

.blog #ez-toc-container .ez-toc-list a {
	line-height: 1.9;
}
#main_col #content .post p:not(:last-child) {
  margin-bottom: 1.8em; /* 他所に影響 */
}
.post h3, .post h4, .post h5, .post h6 {
	line-height: 1.6;
	font-size: 16px;
	color: #b51018;
	border-left: solid #b51018 6px;
	padding-bottom: 5px;
	background: #f5f5f5;
	padding: 5px 5px 5px 10px;
}

/*#main_col #content .post h2 span.ez-toc-section{
	padding: 7px 0 2px 30px;
	margin: 0 0 20px 0;
	color: #0b2560;
	clear: both;
	display: block;
	font-size: 17px;
	position: relative;
	border-bottom: 2px solid #b51018;
}
#main_col #content .post h2 span.ez-toc-section:before {
	content: "";
	position: absolute;
	background: #b51018;
	top: 0;
	left: 0.4em;
	height: 12px;
	width: 12px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
#main_col #content .post h2 span.ez-toc-section:after {
	content: "";
	position: absolute;
	background: #b51018;
	top: 1.0em;
	left: 0;
	height: 8px;
	width: 8px;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
}*/


/* 2020.03.17 dx
------------------------------------------------------*/

#main_col #content .post > h2 {
	padding: 7px 0 2px 30px;
	margin: 0 0 20px 0;
	color: #0b2560;
	clear: both;
	display: block;
	font-size: 17px;
	position: relative;
	border-bottom: 2px solid #b51018;
}

#main_col #content .post > h2:before,
#main_col #content .post > h2:after {
	content: "";
	position: absolute;
	background: #b51018;
}

#main_col #content .post > h2:before {
	top: 0;
	left: 0.4em;
	height: 12px;
	width: 12px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

#main_col #content .post > h2:after {
	top: 1.0em;
	left: 0;
	height: 8px;
	width: 8px;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
}

/*------------------------------------------------------ 2020.03.17 dx end */


#main_col.blog #content #ez-toc-container .ez-toc-title {
	padding-bottom: 8px;
}

/*--- 関連情報 ---*/
#related_post .headline3{
	border-left: none;
  border-bottom: 1px solid #ddd;
	background: #f7f7f7;
  color: #0b2560;
  padding: 0 0 0 14px;
  margin-bottom: 30px;
}
#related_post .info {
  font-size: 12px;
  margin-top: 5px;
  line-height: 150%;
  letter-spacing: normal;
}
#related_post li.category a{
	font-size: 11px;
	line-height: 110%;
	background: #333;
	padding: 4px 12px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
#related_post .title a {color: #0b2560;}
#related_post .title a:hover { opacity: 0.9;}
@media only screen and (min-width:641px) {
	#related_post {
		margin: 0 0 15px 0;
		border-bottom: 1px dotted #666;
	}
}

/*--- 前記事　後記事 ---*/
#previous_next_post a {
	font-size: 13px;
}

/*----------------------------------
ブラウザ右下固定バナー表示
-----------------------------------*/
html.pc .fixes-bnr{
  position: fixed;
  bottom: 20px;
  right: -1000px;
  z-index: 999;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .5s;
}
html.pc .fixes-bnr.active {
	opacity: 1;
	right: 20px;
}
html.pc .fixes-bnr img:hover {
	opacity: 1;
}
html.pc .fixes-bnr .bnr_close {
	position: absolute;
	bottom: 6px;
	right: 6px;
}
.fixes-bnr {
	text-align: center;
}
.bnr_close {
	cursor: pointer;
}
@media only screen and (max-width:640px) {
	.fixes-bnr {
		margin-bottom: 40px;
	}
	.fixes-bnr img{ max-width: 300px;}
	.bnr_close {
		display: none;
	}
}

/* 2020.05.23 dx dx_blogカード設定
------------------------------------------------------*/

.dx_blogcard-container {
	border: 1px solid #333;
	border-radius: 8px;
}

.dx_blogcard-container a h6.dx_bc-title { color: #1e73be; }


/* 2021.04.30 dx You Tube設定
------------------------------------------------------*/

/* You Tube設定
-------------------------------*/

.box-youtube {
	position: relative;
    width: 100%;
    max-width: 560px;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto;
}

.box-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

	.box-youtube { padding-top: calc( 560px * 0.5625); }
}

/* 2021.07.05 dx 追加 投稿 セミナーショートコード関連
------------------------------------------------------*/

.text110 { font-size: 1.1em !important; }

.semidate-sc {
	padding: 1em;
	border: 1px solid #ccc;
}

.semidate-sc:not(:last-child) { margin-bottom: 1.5em; }

#main_col #content .post .semidate-sc p { margin-bottom: 0; }

.semidate-dl:not(:last-child) { margin-bottom: 0.5em; }

.semidate-dl > dt,
.semidate-dl > dd { line-height: 1.4; }

.semidate-dl > dt { margin-left: -0.3em; }

.semidate-dl > dd { margin-left: 1em; }

.semidate-dl > dd > span { display: inline-block; },
.in-block { display: inline-block; }

.campaign_semi .post-semidate {
	padding:  8px;
	background: #f5f5de;
}

.campaign_semi .post-semidate:nth-of-type(even) { background: #f5f5f5; }

.post-semidate:not(:last-of-type) { margin-bottom: 1em; }

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

	.campaign_semi .post-semidate { padding: 8px 1em; }
}

/* 開催実績セミナー */

.post .result-title {
	color: #0b2560;
	margin-top: 0;
	border-left: none;
	border-bottom: 1px solid #ddd;
}

.rusult-wrap { margin-top: 1em; }

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

	.semi-result .rusult-wrap {
		display: -ms-flexbox;
		display: flex;
		gap: 1em;
	}

	.semi-result .rusult-wrap > figure {
		width: 36%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

/* dlフロート
-------------------------------*/

.dl-float { margin: 0; }

.dl-float > dt { font-weight: 700; }

.dl-float > dd { margin-bottom: 1em; }

.dl-float > dd:last-child { margin-bottom: 0; }

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

	.dl-float > dt {
		float: left;
		margin-right: 0.5em;
	}

	.dl-float > dd {
		display: block;
		overflow: hidden;
	}
}

/* 2021.11.07 dx 追加
------------------------------------------------------*/

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

	.onecolumn_footer#footer #footer_left,
	.onecolumn_footer .header_banner .banner_row,
	#footer_wrap .onecolumn_footer .address { float: none; }

	.onecolumn_footer#footer #footer_left,
	#footer_wrap .onecolumn_footer .address { text-align: center; }

	.onecolumn_footer .header_banner .banner_row {
		margin-right: auto;
		margin-left: auto;
	}

	.onecolumn_footer .header_banner .text_row { width: auto; }

}

/**
	2023.07.15 dX追加 トップページWPP
----------------------------------------------------- **/

.dx-home-wpp > li {
	padding: 15px;
	border-bottom: 1px dotted #999;
	margin-bottom: 0;
}

.dx-home-wpp > li .info { overflow: hidden; }

.dx-home-wpp > li .info .date {
	font-size: 12px;
	margin: 0 0 2px;
}

.dx-home-wpp > li .info .title {
	font-size: 14px;
	margin-bottom: 3px;
}

.dx-home-wpp > li .info .excerpt { line-height: 1.5; }

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

	.dx-home-wpp {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.dx-home-wpp > li {
		width: calc( 50% - 30px );
	}

	.dx-home-wpp > li:nth-child(even) { padding: 15px 15px 15px 5px; }

	.dx-home-wpp > li > a > img {
		width: 80px;
		height: 80px;
	}
}


/**
	2023.10.10 details css
----------------------------------------------------- **/

details,
details > summary {
	border-style: solid;
	border-color: #ccc;
}

details {
	padding: 0 1em;
	border-width: 0 0 1px 0;
}

details[open] {
	background: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0) 40%,rgba(245,245,245,1) 100%);
}

details > summary {
	cursor: pointer;
	position: relative;
	border-width: 1px 2px 0 1px;
	border-radius: 0 8px 0 0;
	padding: 0.5em 1em;
	max-width: max-content;
	margin: 0 0 0 -1em;
}

details > div { background: #fff; }

