/*
Theme Name:  NihonSougouKeieiKyoukai
Theme URI:
Description:
Version: 1.1
Author:
Author URI:
*/


body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#3e3a3a;
	font-size:15px;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}
a {
	color: #3a3a3a;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#9ed159 ;
}

::selection{background-color:#bfe193;}
::-moz-selection{background-color:#bfe193;}


body{
	min-width:1240px;
	max-width:1920px;
	margin:auto;
}

/*============================================================================

	#mainvisual

============================================================================*/
/*------------------------------ 下層のMV ------------------------------*/
#mainvisual h2 {
	position: relative;
	width: 97%;
	margin:auto;
	box-sizing: border-box;
	padding: 40px 0 20px 60px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #008239;
}
#mainvisual h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 1px;
	background: #008239;
}



/*==================================================================

	下層設定　＊　wrapper

==================================================================*/
#wrapper {
	background:url("images/bg.png");
}
#container{
	position: relative;
	width: 1240px;
	margin: auto;
	box-sizing: border-box;
	background: #FFF;
}
main{
	display:block;
	position: relative;
	margin-top: 70px;
}

#contents_right{
	float:right;
	margin-right: 40px;
	width:810px;
	font-size:15px;
	line-height:1.6;
}
#contents_left{
	float:left;
	width:280px;
	margin-left: 40px;
	margin-bottom: 70px;
	box-sizing: border-box;
	padding: 40px 30px 20px;
	background: #f1f7e8;
	border-radius: 6px;
}





/*==================================================================

	タイトル

==================================================================*/
#container h3 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #008239;
	font-size: 24px;
	font-weight:bold;
}

#container h4 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom: 2px dotted #cccccc;
	font-size: 20px;
}
#container h4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 40px;
	background: #9ed159;
	border-radius: 2px;
}
#container h5 {
	position: relative;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight:bold;
	color: #008239;
}



/*==================================================================

	table

==================================================================*/

/*------------------------------ 文字中央揃え ------------------------------*/
.tb01{
	width: 100%;
	margin-bottom:12px;
	border-spacing: 0;
	border-collapse: collapse;
}
.tb01 td,.tb01 th{
	border:1px solid #9ed159;
	vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	border:1px solid #9ed159;
}
.tb01 th{
	padding:10px 16px 8px 16px;
	font-weight:bold;
	border-bottom: 1px solid #FFF;
	background: #9ed159;
	text-align: center;
}
.tb01 td{
	padding:10px 16px 8px 16px;
	text-align:center;
}

/*------------------------------ 文字左揃え ------------------------------*/
.tb02{
	width: 100%;
	margin-bottom:12px;
	border-spacing: 0;
	border-collapse: collapse;
}
.tb02 td,.tb02 th{
	border:1px solid #9ed159;
	vertical-align: middle;
}
.tb02 tr:last-child td,.tb02 tr:last-child th{
	border:1px solid #9ed159;
}
.tb02 th{
	width:25%;
	min-width:25%;
	padding:15px 16px 12px 16px;
	font-weight:bold;
	border-bottom: 1px solid #FFF;
	background: #9ed159;
	text-align: center;
}
.tb02 td{
	padding:15px 16px 12px 22px;
	text-align:left;
}

/*------------------------------ 文字左揃え＊ラインだけシンプルデザイン ------------------------------*/
.tb03{
	width: 100%;
	margin-bottom:12px;
	border-spacing: 0;
	border-collapse: collapse;
}
.tb03 td,.tb03 th{
	vertical-align: middle;
}
.tb03 tr:first-child th{
	border-top:2px solid #9ed159;
}
.tb03 tr:first-child td{
	border-top:1px solid #ccc;
}
.tb03 th{
	width:25%;
	min-width:25%;
	padding:17px auto;
	font-weight:bold;
	border-bottom: 2px solid #9ed159;
	border-right: 5px solid #fff;
	background: #FFF;
	text-align: center;
}
.tb03 td{
	padding:17px 16px 17px 30px;
	text-align:left;
	border-bottom: 1px solid #ccc;
}


/*==================================================================

	btn

==================================================================*/
.btn01 {
	position:relative;
}
.btn01 a{
	display:inline-block;
	padding:14px 60px;
	color:#FFF;
	background-color:#9ed159;
	border-radius: 6px;
	border:2px solid #9ed159;
	transition:ease-in-out 0.2s ;
}
.btn01 i{
	margin-right:10px;
}
.btn01 a:hover{
	background-color:#FFF;
	color:#9ed159;
}




/*==================================================================

	box

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}
.text p a {
	color:#9ed159 ;
}
.text p a:hover {
	color:#008239 ;
}
.text a {
	color:#9ed159 ;
}
.text a:hover {
	color:#008239 ;
}








/*==================================================================

	$初めての方へ

==================================================================*/
dl.guide_list  {
	position:relative;
	display:table;
	width:100%;
	margin-bottom:50px;
}
dl.guide_list dt {
	background :#008239;
	vertical-align:middle;
	display:table-cell;
	padding: 5px 25px 10px !important;
	width: 260px;
	border-radius:10px 0 0 10px;
	box-sizing:border-box;
	color:#fff;
	font-size: 17px ;
}
dl.guide_list dd {
	display:table-cell;
	background: #f7f7f7;
	padding: 20px 25px;
	border-radius: 0 10px 10px 0;
	width:550px;
	box-sizing:border-box;
}
dl.guide_list dt em {
	margin-right:10px;
	font-size:27px;
	font-family: 'Didact Gothic', sans-serif;
}
dl.guide_list::after {
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:-40px;
	content: "\f103";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:20px;
	color:#9ed159;
}
dl.guide_list:nth-of-type(n+7)::after {
	display:none;
}

/*bg黄緑*/
dl.guide_list_ver2 dt {
	background :#9ed159;
}
dl.guide_list:nth-of-type(n+8) {
	margin-bottom:30px;
}

/*リンクつけ*/
.guide_text a {
	color:#9ed159 ;
	font-weight:bold;
}
.guide_text a:hover {
	color:#008239 ;
}





/*==================================================================

	$満足度No.1のサービス

==================================================================*/
dl.about_list  {
	position:relative;
	float:left;
	width:385px;
	margin:0 10px 30px;
}
.about_list dt {
	display:table;
	width:100%;
	height:80px;
	background :#008239;
	padding: 10px 25px;
	border-radius:10px 10px 0 0;
	box-sizing:border-box;
	color:#fff;
	font-size: 16px ;
}
.about_list dd {
	height:280px;
	background: #f7f7f7;
	padding: 10px 25px;
	border-radius: 0 0 10px 10px;
	box-sizing:border-box;
}
.about_list dt em {
  display:table-cell;
  vertical-align:middle;
	text-align:center;
}




/*==================================================================

	$会社案内

==================================================================*/
#company_tab {
	width:100%;
	margin-bottom:50px;
}
#company_tab li {
	float:left;
	width:33%;
}
#company_tab li a {
	display:block;
	width:90%;
	margin:auto;
	text-align:center;
	border-top:1px solid #008239;
	border-bottom:1px solid #008239;
	font-weight:bold;
	font-size:17px;
	padding:15px 0;
}
#company_tab li a:hover {
	border-top:1px solid #9ed159;
	border-bottom:1px solid #9ed159;
	background:#9ed159;
	color:#FFF;
}

.googlemap iframe {
	width:100%;
	margin-bottom:20px;
}
.access_train {
	margin-bottom:10px;
}
.access_train i {
	margin-right:10px;
	color:#9ed159;
}



/*==================================================================

	$プライバシーポリシー

==================================================================*/
#privacy ul {
	margin-bottom:30px
}
#privacy li {
	position:relative;
	padding-left:31px;
	margin-bottom:10px;
}
#privacy li:before {
	position:absolute;
	content:"";
	top:8px;
	left:12px;
	width:6px;
	height:6px;
	background:#9ed159;
	border-radius:100%;
}
#privacy .tb02 th {
	width:35%;
}



/*==================================================================

	$よくあるご質問

==================================================================*/
.qabox {
	margin-bottom:30px;
}
.q_box {
	position:relative;
	border:1px solid #eee;
	box-sizing:border-box;
	padding:18px 10px 18px 65px;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
	transition:ease-in-out 0.2s ;
}
.q_box:hover {
	background:#f1f7e8;
}
.q_box::before{
	position:absolute;
	content:"Q";
	left:10px;
	top:10px;
	font-size:25px;
	font-family: 'Didact Gothic', sans-serif;
	color:#FFF;
	background:#9ed159;
	padding:0 12px;
}

.a_box {
	position:relative;
	border:1px solid #eee;
	box-sizing:border-box;
	background:#f7f7f7;
	padding:18px 20px 18px 65px;
}
.a_box::before{
	position:absolute;
	content:"A";
	left:10px;
	top:10px;
	font-size:25px;
	font-family: 'Didact Gothic', sans-serif;
	color:#FFF;
	background:#eda640;
	padding:0 12px;
}
.a_box ol {
	position:relative;
	padding-left:20px;
	margin-bottom:10px;
}
.a_box ol li {
	position:relative;
	margin-bottom:5px;
}
.a_box ol li em {
	position:absolute;
	top:-7px;
	left:-20px;
	font-size:20px;
	font-family: 'Didact Gothic', sans-serif;
	padding-right:10px;
	color:#254a35;
}





/*==================================================================

	$講師募集について

==================================================================*/
dl.partner_list  {
	position:relative;
	display:table;
	width:100%;
	margin-bottom:50px;
}
dl.partner_list dt {
	background :#008239;
	vertical-align:middle;
	display:table-cell;
	padding: 5px 25px 10px !important;
	width: 260px;
	border-radius:10px 0 0 10px;
	box-sizing:border-box;
	color:#fff;
	font-size: 17px ;
}
dl.partner_list dd {
	display:table-cell;
	background: #f7f7f7;
	padding: 20px 25px;
	border-radius: 0 10px 10px 0;
	width:550px;
	box-sizing:border-box;
}
dl.partner_list dt em {
	margin-right:10px;
	font-size:27px;
	font-family: 'Didact Gothic', sans-serif;
}
dl.partner_list::after {
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:-40px;
	content: "\f103";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:20px;
	color:#9ed159;
}
dl.partner_list:nth-of-type(3)::after {
	display:none;
}

/*リンクつけ*/
.partner_list a {
	color:#9ed159 ;
	font-weight:bold;
}
.partner_list a:hover {
	color:#008239 ;
}

/*募集要項*/
.youko dt {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight:bold;
	color: #008239;
}
.youko dd {
	padding-left:17px;
	margin-bottom: 20px;
}


/*講師登録フォームへ*/
.under_recruit {
	position:relative;
	width:100%;
	background:#f7f7f7;
	box-sizing:border-box;
	padding:20px 30px;
	border-radius:10px;
}
.under_recruit dl {
	float:left;
	width:400px;
	text-align:center;
}
.under_recruit dt {
	position: relative;
	margin: 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.under_recruit dt::before {
	content: "";
	position: absolute;
	margin-top: 1px;
	margin-left: -23px;
	width: 15px;
	height: 15px;
	border-left: 2px solid #3a3a3a;
	transform: rotate(-40deg);
}
.under_recruit dt::after {
	content: "";
	position: absolute;
	margin-top: 1px;
	margin-left: 7px;
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #3a3a3a;
	transform: rotate(-50deg);
}
.to_form {
	position: absolute;
	right: 30px;
}
.to_form a{
	display:inline-block;
	padding:19px 90px;
	color:#FFF;
	font-size: 17px;
	background-color:#9ed159;
	border-radius: 6px;
	transition:ease-in-out 0.2s ;
}
.to_form i{
	margin-right:10px;
}
.to_form a:hover{
	background-color:#008239;
}



/*==================================================================

	$AI（人工知能）特集

==================================================================*/
.teacher_title {
	position:relative;
	width:100%;
	margin-top:50px;
	padding:14px 0 14px 55px;
	background:#bee18f;
	box-sizing:border-box;
}
.teacher_title::before {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:40px;
	height:2px;
	margin-top:-1px;
	background:#FFF;
}
/*------------------------------各講師box------------------------------*/
.mini_teacher_list li {
	float:left;
	position:relative;
	width:263px;
	height:300px;
	box-sizing:border-box;
	margin-top:10px;
	margin-right:10px;
	padding:15px 15px;
	font-size:13px;
	background:#f7f7f7;
	overflow-y:hidden;
	border-radius:8px;
}
.mini_teacher_list li:nth-child(3n) {
	margin-right:0;
}
.mini_teacher_list li .caster_img {
	position:relative;
}
.mini_teacher_list li .caster_img img {
	border-radius:4px;
}
.mini_teacher_list li .caster_name {
	position:absolute;
	left:85px;
	top:18px;
	font-weight: bold;
   color: #62422e;
}
.mini_teacher_list li .caster_job_title {
	position:absolute;
	width:160px;
	left:85px;
	top:38px;
	font-size: 11px;
   color: #777;
}
.mini_teacher_list li .caster_exclusive {
	position:absolute;
	left:85px;
	width:160px;
	top:62px;
	padding-top:5px;
	border-top:1px solid #ccc;
}
.mini_teacher_list li .caster_theme {
}
.mini_teacher_list li .caster_caption {
}
.mini_teacher_list li .caster_theme::before {
	content:"テーマ";
	display:block;
	width:60px;
	margin:10px 0 5px;
	padding:2px 0;
	background:#9ed159;
	color:#FFF;
	text-align:center;
	font-size: 11px;
	border-radius:4px;
}
.mini_teacher_list li .caster_caption::before {
	content:"コメント";
	display:block;
	width:60px;
	margin:10px 0 5px;
	padding:2px 0;
	background:#9ed159;
	color:#FFF;
	text-align:center;
	font-size: 11px;
	border-radius:4px;
}



/*==================================================================

	$オンライン講師派遣

==================================================================*/
.online-koushi_3pattern {
	width: 740px;
	margin: 0 auto 20px auto;
}
.online-koushi_3pattern ul {}
.online-koushi_3pattern ul li {
	width: 238px;
	margin: 0 13px 0 0;
	float: left;
}
.online-koushi_3pattern ul li:last-child{
	margin: 0;
}


.online-koushi_arrange {
	width: 740px;
	margin: 0 auto 20px auto;
}
.online-koushi_arrange ul {}
.online-koushi_arrange ul li {
	width: 360px;
	margin: 0 20px 0 0;
	float: left;
}
.online-koushi_arrange ul li:last-child{
	margin: 0;
}


.online-koushi_message {
	background: #F0F6E8;
	padding: 20px 40px;
	border-radius: 6px;
}
.online-koushi_message strong{
	text-align: center;
	margin: 0 0 20px 0;
	display: block;
}
.online-koushi_message a{
	color: #008239;
}



/*==================================================================

	$安全大会特集＆異常気象特集

==================================================================*/
/*------------------------------各講師box------------------------------*/
.teacher_list li {
	float:left;
	position:relative;
	width:263px;
	height:410px;
	box-sizing:border-box;
	margin-top:10px;
	margin-right:10px;
	padding:15px 10px 15px 15px;
	font-size:13px;
	background:#f7f7f7;
	overflow:hidden;
	border-radius:8px;
}
.teacher_list li:nth-child(3n) {
	margin-right:0;
}
.teacher_list li .caster_img {
	position:relative;
	float:left;
	margin-right:10px;
}
.teacher_list li .caster_img img {
	border-radius:4px;
}
.teacher_list li .caster_name {
	float:left;
	width:120px;
	padding-top:5px;
	padding-bottom:10px;
	font-weight: bold;
   color: #62422e;
}
.teacher_list li .caster_name a {
   color: #008239;
	text-decoration:underline;
}
.teacher_list li .caster_job_title {
	float:left;
	width:120px;
	padding-bottom:10px;
	font-size: 11px;
   color: #777;
}
.teacher_list li .caster_exclusive {
	display:block;
	width:220px;
	padding-left:10px;
	font-size: 12px;
}
.teacher_list li .caster_exclusive:after {
	display: block;
	clear: both;
	content: "";
}


.teacher_list li .caster_theme {
}
.teacher_list li .caster_caption {
}
.teacher_list li .caster_theme::before {
	content:"テーマ";
	display:block;
	width:60px;
	margin:10px 0 5px;
	padding:2px 0;
	background:#9ed159;
	color:#FFF;
	text-align:center;
	font-size: 11px;
	border-radius:4px;
}
.teacher_list li .caster_caption::before {
	content:"コメント";
	display:block;
	width:60px;
	margin:10px 0 5px;
	padding:2px 0;
	background:#9ed159;
	color:#FFF;
	text-align:center;
	font-size: 11px;
	border-radius:4px;
}

.teacher_list li .caster_performance {}
.teacher_list li .caster_performance::before {
	content:"出演中";
	display:block;
	width:60px;
	margin:10px 0 5px;
	padding:2px 0;
	background:#9ed159;
	color:#FFF;
	text-align:center;
	font-size: 11px;
	border-radius:4px;
}
.teacher_list li .caster_performance_old::before {
	content:"出演歴";
	display:block;
	width:60px;
	margin:10px 0 5px;
	padding:2px 0;
	background:#9ed159;
	color:#FFF;
	text-align:center;
	font-size: 11px;
	border-radius:4px;
}




/*==================================================================

	$お問い合わせフォーム

==================================================================*/
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.inquiry {
	width:100%;
	margin-bottom:50px;
}
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */
.inquiry .haveto,.inquiry .any {
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
	box-sizing:border-box;
	padding:10px 20px;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;
	box-sizing:border-box;
	padding:10px 20px;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
	margin-bottom:5px;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:10px 15px;
 width:350px;
 background:#9ed159;
 color:#fff;
 font-size:16px;
 font-weight:bold;
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#9ed159;
 border:2px solid #9ed159;
}
/*文字入力BOX*/
.inquiry td input[type='text'] , .inquiry td input[type='email'] , .inquiry td input[type='tel'] {
	font: 13px/21px sans-serif;
	box-sizing: border-box;
	padding: 4px 10px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.yuubin {
 font-size:7px;
 padding:7px;
 background:#008239;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
.yuubin a {
	color:#FFF;
}
.inquiry select {
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	font: 13px/21px sans-serif;
	cursor: pointer;
	padding: 6px 10px !important;
	border: 1px solid #eee;
	border-radius: 4px;
	color:#888;
	background:#FFF;
}
.inquiry textarea {
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	font: 13px/21px sans-serif;
	cursor: pointer;
	padding: 6px 10px !important;
	border: 1px solid #eee;
	border-radius: 4px;
	color:#888;
	background:#FFF;
}
#formend {
	text-align:center;
}
#formend a {
	color:#9ed159;
}
#formend .formend_text {
	margin-top:15px;
	padding:15px 0;
	background:#f1f7e8;
	border-radius: 6px;
}
#formend input[type="submit"] {-webkit-appearance: none;}

/*----------お問合せフォーム上部の流れリスト----------*/
.contact_flowlist {
	margin-bottom:50px;
}
.contact_flowlist li{
	position:relative;
	float:left;
	width:187px;
	height:210px;
	margin-right:20px;
	padding:10px;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.contact_flowlist li::after{
	position:absolute;
	top:44%;
	right:-16px;
	content: "\f0da";
	font-size:20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#9ed159;
}
.contact_flowlist li:last-child{
	margin-right:0;
}
.contact_flowlist li:last-child::after{
	display:none;
}
.contact_flowlist li p:first-child{
	padding:5px 0;
	color:#FFF;
	text-align:center;
	background:#008239;
}
.contact_flowlist li p:last-child{
	margin-top:10px;
	font-size:13px;
	letter-spacing:0.02em;
	line-height:1.8;
}

/*----------お問合せフォーム講師選択時----------*/
.contact_selectlist {
	width:100%;
	margin-bottom:60px;
	font-size:13px;
}
.contact_selectlist .photo {
	width:350px;
	height:300px;
	margin-right:30px;
	text-align:center;
	background:#f9f9f9;
	overflow:hidden;
}
.contact_selectlist .photo img {
	width:auto;
	height:100%;
}



/*==================================================================

	$最新情報・実績紹介

==================================================================*/
.archive_wrap {
	margin-bottom:80px;
}
.archive_wrap h3 {
	margin-bottom:20px !important;
	padding-bottom:15px !important;
	font-size:20px !important;
}
.archive_wrap h3 em {
	float:right;
	padding:5px 15px;
	border-radius:5px;
	background:#9ed159;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
}
.archive_wrap .photo {
	float:left;
	margin-right:40px;
}
.archive_wrap .text {
	padding:30px 30px;
	box-sizing:border-box;
	background:#f9f9f9;
}

/*---------- pagenav ----------*/
.wp-pagenavi {
	clear:both;
	margin:50px auto 0;
	text-align:center;
	font-family: 'Didact Gothic', sans-serif;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 5px 8px;
	margin: 2px;
	background:#fff;
	color:#555;
	transition:.3;
}
.wp-pagenavi a:hover {
	color:#fff;
	transition:.3s;
	background:#9ed159;
	border: 1px solid #9ed159;
}
.wp-pagenavi span.current {
	font-weight: bold;
	color:#fff;
	background:#9ed159;
	margin: 2px;
	border: 1px solid #9ed159;
}


/*==================================================================

	$著名人からのコメント

==================================================================*/
.com_box {
	position:relative;
	margin-bottom:60px;
}
.com_box .photo {
	float:left;
}
.com_box .photo img {
	width:230px;
	height:auto;
}
.com_box .txt_area .txt_area_inner {
	margin-left:250px;
	background:#f9f9f9;
	padding:30px 30px;
}
.com_box .txt_area h4 {
	display:inline-block;
	margin:10px 0 15px 20px !important;
	border:none !important;
	background:#9ed159;
	padding:10px 15px !important;
	border-radius:6px;
	color:#FFF;
	font-size:15px !important;
}
.com_box .txt_area h4::before {
	display:none;
}





/*==================================================================

	$全講師リスト

==================================================================*/
/*------------------------------各講師box------------------------------*/
.archive-member_list li {
	float:left;
	position:relative;
	width:263px;
	height:300px;
	box-sizing:border-box;
	margin-top:10px;
	margin-right:10px;
	padding:15px 10px 15px 15px;
	font-size:13px;
	background:#f7f7f7;
	overflow-y:hidden;
	border-radius:8px;
}
.archive-member_list li:nth-child(3n) {
	margin-right:0;
}
.archive-member_list li .caster_img {
	position:relative;
	float:left;
	z-index:2;
}
.archive-member_list li .caster_img img {
	border-radius:4px;
	width:80px;
	height:100px;
	object-fit: cover;
	object-position: 50% 0;
}
.archive-member_list li .caster_name {
	position:relative;
	left:10px;
	top:5px;
	font-weight: bold;
   color: #62422e;
}
.archive-member_list li .caster_job_title {
	position:relative;
	float:left;
	width:133px;
	margin-left:10px;
	top:10px;
	padding-top:5px;
	font-size: 11px;
   color: #777;
	border-top:1px solid #ccc;
}
.archive-member_list li .caster_exclusive {
	font-size:12px;
	letter-spacing:0.02em;
}
.archive-member_list li .caster_theme {
	font-size:12px;
	letter-spacing:0.02em;
}
.archive-member_list li .caster_caption {
	font-size:12px;
	letter-spacing:0.02em;
}
.archive-member_list li .caster_exclusive::before {
	content:"メディア出演";
	display:block;
	width:80px;
	margin:10px 0 5px;
	padding:2px 0;
	background:#9ed159;
	color:#FFF;
	text-align:center;
	font-size: 11px;
	border-radius:4px;
}
.archive-member_list li .caster_theme::before {
	content:"テーマ";
	display:block;
	width:80px;
	margin:10px 0 5px;
	padding:2px 0;
	background:#9ed159;
	color:#FFF;
	text-align:center;
	font-size: 11px;
	border-radius:4px;
}
.archive-member_list li .caster_caption::before {
	content:"コメント";
	display:block;
	width:80px;
	margin:10px 0 5px;
	padding:2px 0;
	background:#9ed159;
	color:#FFF;
	text-align:center;
	font-size: 11px;
	border-radius:4px;
}
.archive-member_list ul.icon {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}
.archive-member_list ul.icon li  {
	margin-right:5px;
	margin-top:5px;
	width:auto;
	height:auto;
	padding:0;
	border-radius:0;
}
.archive-member_list ul.icon li img {
	height:21px;
	width:auto;
}



/*==================================================================

	$講師個人ページ

==================================================================*/
.member_box_detail {
	font-size:14px;
}

/*----------写真スライダー部分設定----------*/
.member_box_detail .photo_wrap{
	float:left;
	width:300px;
}
.member_box_detail .nav1{
	position:relative;
	width:285px;
}
.member_box_detail .nav2{
	position:relative;
	width:80%;
	margin: -30px auto 0;
}
.member_box_detail .nav1 a{
	display:inline-block;
	width:100%;
	padding:10px 0;
	color:#FFF;
	background-color:#ef9515;/*#008239*/
	border-radius: 66px;
	border:2px solid #ef9515;/*#008239*/
	transition:ease-in-out 0.2s ;
	font-size:15px;
	text-align:center;
}
.member_box_detail .nav2 a{
	padding:20px 0;
	font-size:17px;
}
.member_box_detail .nav1 i{
	margin-right:10px;
}
.member_box_detail .nav1 a:hover{
	background-color:#FFF;
	color:#b65f18;
}
.member_box_detail .flexslider {
	margin-bottom:20px !important;
}

/*----------写真スライダー右　プロフィール設定----------*/
.member_box_detail .no_wrap{
	float:right;
	width:490px;
}
.member_box_detail .no_wrap h3{
	border-bottom: 2px solid #008239 !important;
	font-size:22px !important;
}
.member_box_detail .no_wrap h3 span{
	position:relative;
	top:-4px;
	padding:3px 15px;
	background:#eee;
	font-size:12px;
}
.member_box_detail .no_wrap .tb03 td{
	padding-left:20px;
}
.member_box_detail .no_wrap .icon li {
	float:left;
	margin:10px 10px 0 0;
}
.member_box_detail .no_wrap .icon li img {
	height:21px;
	width:auto;
}

/*----------プロフィール本文----------*/
.member_box_detail section h4{
	margin-bottom:20px !important;
	padding-bottom:10px !important;
	border-bottom:2px solid #ccc !important;
	font-weight:bold;
}
.member_box_detail section h4::before{
	top:-1px !important;
	height:33px !important;
	background: #008239 !important;
}
.member_box_detail .youtube-wrap_area {
}
.member_box_detail .youtube-wrap_area .youtube_area {
	margin-bottom:80px;
	font-weight:bold;
}
.member_box_detail .youtube-wrap_area .youtube_area iframe {
	display:block;
	margin:20px auto;
}
.member_box_detail .youtube-wrap_area .no_wrap{
	float:none;
	width:100%;
}

.member_box_detail h4.title_t{
    margin-top: 10px;
	margin-bottom:3px !important;
	background: #f3f3f3;
    font-size: 15px !important;
    font-weight: bold;
    padding-top: 10px;
	padding-bottom:10px !important;
	border-bottom:none !important;
}
.member_box_detail h4.title_t::before{
	display:none;
}
.member_box_detail h4.title_t span{
	background: #9ed159;
    font-size: 11px;
    color: #FFF;
    padding: 3px 15px;
    position: relative;
    top: -2px;
}
.member_box_detail .txt2{
	background: #f9f8f8;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.member_box_detail .dl_style{
	margin-bottom:70px;
}
.member_box_detail .dl_style dt{
	position:relative;
	margin-bottom:20px ;
	padding-bottom:10px ;
	padding-left: 20px;
	border-bottom:2px solid #ccc ;
	font-weight:bold;
	font-size:20px;
}
.member_box_detail .dl_style dt::before{
	top:-1px ;
	height:33px ;
	background: #008239 ;
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
}




/*==================================================================

	$オンライン講師派遣

==================================================================*/
.online-koushi_3pattern {
	width: 740px;
	margin: 0 auto 20px auto;
}
.online-koushi_3pattern ul {}
.online-koushi_3pattern ul li {
	width: 238px;
	margin: 0 13px 0 0;
	float: left;
}
.online-koushi_3pattern ul li:last-child{
	margin: 0;
}


.online-koushi_arrange {
	width: 740px;
	margin: 0 auto 20px auto;
}
.online-koushi_arrange ul {}
.online-koushi_arrange ul li {
	width: 360px;
	margin: 0 20px 0 0;
	float: left;
}
.online-koushi_arrange ul li:last-child{
	margin: 0;
}


.online-koushi_message {
	background: #F0F6E8;
	padding: 20px 40px;
	border-radius: 6px;
}
.online-koushi_message strong{
	text-align: center;
	margin: 0 0 20px 0;
	display: block;
}
.online-koushi_message a{
	color: #008239;
}
/* 東内追加分 */
#online_lecturer .pattern {
	display: flex;
}
#online_lecturer .pattern .su-column {
	background-color: #f1f7e8;
	padding: 1em;
		-webkit-border-radius: 5px;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
}
#online_lecturer .pattern .su-column p:first-child {
	color: #ffffff;
	background-color: #008337;
	padding: 0.3em;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 700;
}
#online_lecturer .pattern .su-column p:nth-child(2) {
	color: #008337;
	font-size: 24px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 2px #ffffff solid;
}
#online_lecturer .pattern .su-column p:nth-child(3) {
	color: #444444;
}
#online_lecturer .su-column ol li {
	list-style-type: decimal;
	text-align: left;
	list-style-type: decimal;
	margin-left: 2em;
}
#online_lecturer .tehai .su-column p:first-child {
	padding: 0;
}
#online_lecturer .stream, .offline {
	display: flex;
	justify-content: space-between;
}
#online_lecturer .merit {
	background-color: #f1f7e8;
	padding: 1.3em;
}
#online_lecturer .demerit {
	background-color: #F5E4EA;
	padding: 1.3em;
}
#online_lecturer .stream .merit p:nth-child(2), .stream .demerit p:nth-child(2) {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
#online_lecturer .offline .merit p:nth-child(1), .offline .demerit p:nth-child(1) {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
#contents_right #online_lecturer table {
	border-collapse: collapse;
	font-size: 14px;
}
#contents_right #online_lecturer table th, #contents_right #online_lecturer table td {
	border: 1px solid #666666;
	padding: 0.5em;
}
#contents_right #online_lecturer table th {
	background-color: #F1ECD6;
	font-weight: 700;
}
#online_lecturer table.youtube_zoom tr th:first-child {
	width: 14%;
}
#contents_right #online_lecturer ul {
	margin-bottom: 0.8em;
}
#contents_right #online_lecturer ul li {
	list-style-type: disc;
	margin-left: 2em;
}
#online_lecturer .wp-caption {
	margin-left: 15px;
	margin-bottom: 15px;
}
#online_lecturer .wp-caption-text {
	font-size: 13px;
	line-height: 1.3em;
	color: #888888;
	letter-spacing: -1px;
}
#contents_right #online_lecturer ul li ul li {
	list-style-type: circle;
	margin-left: 2em;
}
#contents_right #online_lecturer img.alignleft {
	margin-right: 1em;
	margin-bottom: 1em;
}
#contents_right #online_lecturer img {
	height: auto;
}
#contents_right #online_lecturer img.size-full {
	max-width: 100%;
}
#contents_right #online_lecturer .su-column a {
	color: #0771B2;
	text-decoration: underline;
}
@media only screen and (max-width:767px) {
	#online_lecturer .pattern {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#online_lecturer .su-row .su-column {
		margin-top: 0px !important;
		width: 48% !important;
	}
}
@media screen and (max-width:655px) {
	#online_lecturer .pattern {
		display: flex;
		flex-wrap: wrap;
	}
	#online_lecturer .pattern .su-column {
		margin-bottom: 1em;
	}
	#online_lecturer .su-row .su-column {
		width: 100% !important;
		box-sizing: border-box;
	}
}
/* オンライン講師派遣ここまで */

/* 東内追加分 2022.6.16 */
#report-Search input[type="text"] {
	width: 20em;
	outline: none;
	appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
/*	height: 40px; */
	margin-bottom:1.5em;
	padding: 10px 22px;
	border: 1px solid #777;
	background-color: #fff;
	font-size: 15px;
	color: #333;
	border-radius: 4px 4px 4px 4px;
	box-sizing: border-box;
}
#report-Search button[type="submit"] {
	font-size: 15px;
	color: #ffffff;
	border-radius: 4px 4px 4px 4px;
	margin-bottom:1.5em;
	padding: 10px 22px;
	background-color: #9ed159;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	border: 2px solid #9ed159;
}
#report-Search button[type="submit"]:hover {
	cursor: pointer;
	background-color: #ffffff;
	color: #9ed159;
	transition: all 0.3s;
}
#report-Search button[type="submit"] i {
	margin-right: 7px;
}
.archive_wrap img {
	max-width: 100%;
	height: auto;
}
/* TOPページのスライド高さ調整 */
#mCSB_1_container ul {
	display: flex;
}
/* 講演レポートでは文頭のサムネイルを消す */
section.archive_wrap.clearfix.report div.photo {
	display: none;
}
@media screen and (max-width:655px) {
	#report-Search input[type="text"] {
		width: 100%;
		padding-top: 10px;
		margin-bottom: 1em;
		box-sizing: border-box;
		text-align: center;
	}
	#report-Search button[type="submit"] {
		border-radius: 4px 4px 4px 4px;
		margin-top: 0px;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 1em;
		position: relative;
		right: 0px;
		text-align: center;
		width: 100%;
	}
}
/* 講演レポートの UL li を定義する（東内） */
.report ul li {
	list-style-type: disc;
	position: relative;
	left: 2em;
	margin-bottom: 0.5em;
}






/*==================================================================

	$「台湾有事」特集　2023/09/25追加

==================================================================*/
#taiwan_list {
}

/*リストの設定を上書き（スクロールバーなしで全文を表示）*/
#taiwan_list .mini_teacher_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#taiwan_list .mini_teacher_list ul li {
	width: 49.5%;
	height: auto;
	margin-right: 0;
}
@media screen and (max-width:640px) {
	#taiwan_list .mini_teacher_list ul li {
		width: 100%;
	}
}

/*タグの設定を上書き（政治軍事、経済、経営者向け）*/
#taiwan_list .mini_teacher_list ul li ul {
	justify-content: flex-start;
}
#taiwan_list .mini_teacher_list ul li ul li {
	width: auto;
	margin: 10px 10px 5px 0;
	padding: 1px 10px 0px;
	color :#FFF;
	border-radius: 3px;
	font-size: 12px;
}
#taiwan_list .mini_teacher_list ul li ul li:nth-of-type(1) { background: #df7b7b; }
#taiwan_list .mini_teacher_list ul li ul li:nth-of-type(2) { background: #57a8d3; } /*経済*/
#taiwan_list .mini_teacher_list ul li ul:nth-of-type(2) li { background: #60b97f; } /*経営者向け*/

/*テーマ、の表記を消す*/
#taiwan_list .mini_teacher_list p.caster_theme::before {
	display: none;
}

/*リスト内写真サイズを大きくする*/
#taiwan_list .mini_teacher_list li .caster_img img {
	border-radius: 4px;
   width: 100px;
   height: 132px;
   object-fit: cover;
   object-position: 50% 0;
}
/*リスト内テキスト修正*/
#taiwan_list .mini_teacher_list li .caster_name {
	top: 35px;
	left: 130px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ ProN W6";
}
#taiwan_list .mini_teacher_list li .caster_job_title {
	left: 130px;
	width: 255px;
	top: 65px;
	font-size: 12px;
}
#taiwan_list .mini_teacher_list li .caster_exclusive {
	left: 130px;
	width: 140px;
	border: none;
	font-family: "ヒラギノ角ゴ ProN W6";
	top: 85px;
}
/*コメント、の表記を消す*/
#taiwan_list .mini_teacher_list p.caster_caption::before {
	content: " ";
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 10px 0 15px;
}








/*==================================================================

	$「生成AI」特集　2023/09/25追加

==================================================================*/
#generative-ai {
}

/*ChatGPTのトーク画面*/
.ai_talk ul {
	margin-bottom: 30px;
}
.ai_talk ul li {
	position: relative;
	padding: 25px 40px 25px 90px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.ai_talk ul li:last-of-type {
	background: #f7f7f7;
	border-top: none;
}
.ai_talk ul li::before {
	position: absolute;
	content: "";
	background: url(https://koushihaken-stg.narts.co.jp/wp-content/uploads/icon02.png);
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	top: 22px;
	left: 40px;
}
.ai_talk ul li:last-of-type::before {
	background: url(https://koushihaken-stg.narts.co.jp/wp-content/uploads/icon01.png);
	background-size: 30px 30px;
}
.ai_talk ul li em {
	display: block;
	color: #888;
	font-size: 13px;
}

/*絵を描くロボット*/
.generative-ai_img img {
	width: 60%;
}
.note {
	text-align: center;
	color: #888;
}

/*リストの設定を上書き（スクロールバーなしで全文を表示）*/
#generative-ai_list .mini_teacher_list ul {
	display: flex;
	flex-wrap: wrap;
}
#generative-ai_list .mini_teacher_list ul li {
	height: auto;
	min-height: 300px;
}
/*リスト内写真サイズを大きくする*/
#generative-ai_list .mini_teacher_list li .caster_img img {
	border-radius: 4px;
   width: 80px;
   height: 100px;
   object-fit: cover;
   object-position: 50% 0;
}
/*リスト内テキスト修正*/
#generative-ai_list .mini_teacher_list li .caster_name {
	left: 105px;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ ProN W6";
}
#generative-ai_list .mini_teacher_list li .caster_job_title {
	left: 105px;
	width: 143px;
	top: 45px;
	letter-spacing: 0;
}
#generative-ai_list .mini_teacher_list li .caster_exclusive {
	left: 105px;
	width: 140px;
	border: none;
	font-family: "ヒラギノ角ゴ ProN W6";
	top: 65px;
}
/*コメント、の表記を消す*/
#generative-ai_list .mini_teacher_list p.caster_caption::before {
	content: " ";
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 10px 0 15px;
}




/*==================================================================

	$安全大会特集　2024/09/6講師一覧デザイン一新

==================================================================*/
/*基本は「生成AI」特集、一部コードを上書き*/

#safety_list .caster_exclusive { top: 80px !important; }

@media screen and (max-width:640px) {
	#safety_list .caster_job_title { width: 260px !important; ; }
	#safety_list .caster_exclusive { top: 65px !important; }
}

/* サムネイル画像を流用する */
p.caster_img img.thumbnail {
	width: 80px;
	height: auto;
}