@charset "utf-8";
/* CSS Document */

/*-----------------------------

　セミナーCSS

------------------------------*/

/* メイン部分
---------------------------*/
.itembox{
	padding:20px 50px;
}

#lead{
	color:#00913a;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:0.8em;
	line-height:1.5;
}

h4{
	color:#00913a;
	font-size:1.25em;
	font-weight:bold;
	border-left:#00913a 10px solid;
	padding:0 5px;
	margin-bottom:0.5em;
	margin-top:0.5em;
	line-height:1;
}

h5{
	font-size:1.13em;
	font-weight:bold;
	margin-left:2em;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.size113{
	font-size:1.13em;
}

.size094{
	font-size:0.94em;
}


.indent2{
	margin-left:2em;
}

.indent3{
	margin-left:3em;
}

.indent4{
	margin-left:4em;
}

.indent5{
	margin-left:5em;
}

.indent6{
	margin-left:6em;
}

.indent7{
	margin-left:7em;
}

.indent8{
	margin-left:8em;
}

.indent10{
	margin-left:10em;
}

.indent20{
	margin-left:20em;
}

.r_indent2{
	margin-right:2em;
}


/*.free{
	float:right;
}*/

.ph{
	float:right;
}

.bold{
	font-weight:bold;
}

.normal{
	font-weight:normal;
}

/*文字の色*/
.txt_navy{
	color:#000080;
}

.txt_blue{
	color:#0000ff;
}

.txt_deepskyblue{
	color:#00bfff;
}

.txt_darkblue{
	color:#002060;
}

.txt_maroon{
	color:#800000;
}

.txt_orange{
	color:#ffa500;
}

.graybeta{
	color:#222;
	background-color:#ccc;
	border:#333 1px solid;
	padding:2px;
}

.douji{
	color:#222;
	background-color:#ccc;
	border:#333 1px solid;
	padding:2px;
	/*font-size:0.82em;*/
}

.img_pdf{
	width:250px;
	margin-left:30px;
	float:right;
}

.margin_tb{
	margin:50px 0;
}

.semi{
	padding-top:10px;
}

/* テーブル
---------------------------*/
table.type01{
	border-collapse:collapse;
	margin-bottom:20px;
}

table.type01 th{
	border:solid 1px #555;
	padding:5px;
}

table.type01 td{
	border:solid 1px #555;
	padding:5px;
}


table.type02{
	border-collapse:collapse;
	margin-bottom:20px;
}

table.type02 th{
	border:none;
	padding:0 5px;
}

table.type02 td{
	border:none;
	padding:0 5px;
	vertical-align:top;
}

/* 境界線
---------------------------*/
hr{
	border:0;
	border-bottom:#bbb 1px solid;
}

/* 動画ページ
---------------------------*/
.h6{
	font-size:1.13em;
	font-weight:bold;
}

.vimeo{
	margin-bottom:10px;
}


/* タブ
---------------------------*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    color: White;
	background: LightGray;
    margin-right: 5px;
    padding: 3px 12px;
    order: -1;
	
	font-weight:bold;
	border-radius: 0.5rem 0.5rem 0 0;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: #00913a;
	border-radius: 0.5rem 0.5rem 0 0;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}


/* スクロールバーを表示
---------------------------*/
.box-scroll {
    /*height: 20em;*/
	height: 400px;
    overflow: auto;
}