@charset "utf-8";

/* ==================== */
/*  基本の部分
/* ==================== */
body{
	font-family: "Hiragino Sans", Meiryo, "Hiragino Kaku Gothic Pro", "sans-serif";
	font-size: 16px;
	color: #444;
	line-height: 150%;
	margin: 0px auto;
	box-sizing: border-box;
}

.mainbox{
	max-width: 800px;
	margin: 0 auto!important;
	background-color: #fff;
}

.box-600{
	max-width: 600px;
	margin: 0 auto!important;
}
.box-800{
	max-width: 800px;
	margin: 0 auto!important;
}
.box-1000{
	max-width: 1000px;
	margin: 0 auto!important;
}
.box-all{
	max-width: 1920px;
	margin: 0 auto!important;
}
.box-all img{
	max-width: 100%;
}
nav>div{
	background-color: #00B84E;
	width: 100%;
	margin: auto;
	position: fixed;
}


nav div.nav{
	width: 33%;
	text-align: center;
	margin: auto;
	float: left;
	padding: 3px 0px;
	border-left: solid 2px #fff;
	font: normal normal 700 14px/150% sans-serif;
}
nav div.nav:last-child{
	border-right: solid 2px #fff;
}

nav div.nav a{
	text-decoration: none;
	color: #fff;
}

/* ==================== */
/* テキスト設定 
/* ==================== */

/* h1 - 大見出し */

div.obi{
	padding: 20px 0px 10px;
}
.nodivide > span{
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}
h1{
	font-size: 24px;
	color: white;
	text-align: left;
	padding: 15px 30px 10px;
	background-image: linear-gradient(90deg, #00B84E 0%, #A6D300 60%, white 100%);
}

h1 span{
	padding-left: 32px; 
	background: no-repeat 0% 30%/26px padding-box;
}
h1 span.overview{
	background-image: url(overview-white.svg);
}
h1 span.program{
	background-image: url(program-white.svg);
}
h1 span.entry{
	background-image: url(entry-white.svg);
}
h1 span.ask{
	background-image: url(ask-white.svg);
}

/* h2 - 小見出し */

h2{
	font-size: 18px;
	margin-top: 10px;
	/*border-bottom: dotted 1px #666;*/
}
h2.nomargin{
	margin-top: initial;
}


/* h3 - プログラム種別 */

h3{
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #666;
}

/* h4 - 講演タイトル */

h4{
	font-size: 18px;
	margin: 0px auto 10px;
}

/* トップ画像 - 横幅フル */

#top{
    max-width: 100%;
	max-height: 400px;
	background-image: url("titleback.jpg");
	background-position: center;
	background-size: cover;
    margin: 0 auto;
    box-sizing: border-box;
}

#top img{
	/*width: 100%;*/
	max-width: 100%;
	max-height: 100%;
}

p.end{
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    color: red;
    text-align: center;
}
ul.dot{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}
/* トップ画像 - 横幅1000px 
#top{
    max-width: 100%;
    background-color: #FF0004;
	background-position: center;
	background-size: 100% ;
    margin: 0;
    box-sizing: border-box;
}*/

/* ==================== */
/*	囲み罫
/* ==================== */

.side-border{
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	margin: 10px auto;
	padding: 20px 30px 10px;
	box-sizing: border-box;
}

.red-border{
	color: red;
	border: 1px solid red;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
}

.double-lined-box{
	width: 90%;
	max-width: 700px;
	margin: 10px auto;
	padding: 15px 25px;
	border: 4px double;
	box-sizing: border-box;
	background-color: #eee;
}

.notice{
	margin: 20px 0px;
	font-size: 14px;
	text-align: center;
	
}

.lead .program-annotation-panel {
	color: #ff0000;
	background-color: #fff;
	border: 1px solid #ff0000;
	margin-top: 2em;
}

.lead .program-annotation-panel p {
	color: #ff0000;
	line-height: 1.7em;
}

.lead .program-annotation-panel p.note {
	display: block;
	margin: 1em 0 0 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2em;
	color: #555;
	line-height: 1.6em;
}

.lead .program-annotation-panel p.note b {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em 0 0.2em;
}

.lead .program-annotation-panel-body p {
	margin-bottom: 0;
}
.lead .program-annotation-panel-body .half-left {
	font-size: 12px;
	text-indent: -1em;
	width: 370px;
	margin: 20px auto 0px;
	text-align: left;
	
}

.lead .program-annotation-panel-body p a {
	color: #ff0000;
	text-decoration: underline;
}

.program-annotation-panel {
	margin-bottom: 1.5em;
	padding: 20px 40px;
	background-color: #fffafa;
	border: 1px solid #ffcccc;
}

.viewing .program-annotation-panel {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
}

.program-annotation-panel-title {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.program-annotation-panel-body p {
	margin-bottom: 1em;
}

.program-annotation-panel-body {
	font-size: 16px;
	color: #000000;
}
.program-annotation-panel-body p:last-child {
	margin-bottom: 0px;
}



/* ==================== */
/* 小回りのclass群
/* ==================== */

.center{
	text-align: center;
}

.bold{
	font-weight: 700;
}

.buttonarea{
	width: 100%;
	float: left;
	box-sizing: border-box
}

.buttonarea-half{
	width: 50%;
	float: left;
	box-sizing: border-box
}

.buttonarea a{
	text-decoration: none;
}

.entrybutton, .entrybutton-half{
	width: 700px;
	max-width: 100%;
	padding: 10px 0px;
	margin: auto;
	font: normal normal 700 24px/150% sans-serif;
	color: #fff;
	background-color: #FF9F21;
	text-align: center;
	border-radius: 30px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
}
.entrybutton-half{
	width: 350px;
	font-size: 18px;
}
.entrybutton:hover,.entrybutton-half:hover{
	transform: translate(1px,2px);
	opacity: .9;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .3));
}

a:any-link.nodeco{
	color: inherit;
	text-decoration: none;
}

.clear{
	clear: both;
}
/* ==================== */
/*	lead(リード文)
/* ==================== */


#lead p{
	margin: 0.5em auto;
}

/* ==================== */
/*	overview(開催概要)
/* ==================== */
#overview{
}

#overview table{
	width: 100%;
	max-width: 100%;
	margin: 20px auto;
	border-left: 20px solid #005724;
}
#overview table tr{
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
}

#overview table tr th{
	width: 150px;
	color: #005724;
	text-align: center;
	padding: 5px;
}
#overview table tr td{
	padding: 10px;
}

#overview span.date{
	font-size: 24px;
	font-weight: 800;
	padding: 0px 5px
}
#overview td.left{
	text-indent: -5px;
}
/* ==================== */
/*	program(プログラム)
/* ==================== */

#program table{
    width: 100%;
	margin: auto;
	box-sizing: content-box;
}
#program tr{
	padding: 20px;
}
#program img{
	width: 90px;
	margin-right: 20px;
	float: left;
}

#program table tr th{
	float: left;
	width: 200px;
	max-width: 50%;
	margin-top: 20px;
	padding: 5px 10px 5px 20px;
	background-color: #00B84E;
	color: white;
}
#program table tr td{
	float: left;
	width: 95%;
	height: 100%;
	background-color: white;
	box-shadow: 2px 2px 5px 2px #666;
	padding: 20px;
	z-index: 90;
}
#program .speaker{
	font-size: 16px;
	line-height: 150%;
}

#program .speaker img{
	margin-bottom: 15px;
}

#program .photo-on{
	margin-left: 110px;
}

#program span.name{
	font-weight: 700;
}

.photo{
	float: right;
	width: 400px;
	max-width: 50%;
}

#program div.button{
	width: 150px;
	border: 1px solid #00B84E;
	font-size: 18px;
	font-weight: 700;
	padding: 7px 5px 5px;
	color: #00B84E;
	text-align: center;
	display: inline-block;
	float: left;
	clear: both;
}
#program a{
	text-decoration: none;
}
#program a>.button:hover{
	transition: all 0.2s 0s ease-in;
	background-color: #00B84E;
	color: #fff;
}
#table_in_table tr td{
	border: solid 3px #fff;
	float: none !important;
	width: initial !important;
	height: 100%;
	background-color: #ddd !important;
	box-shadow: none !important;
	padding: 5px !important;
}

#table_in_table tr td.time{
	width: 130px!important;
}

#table_in_table tr td.length{
	width: 70px!important;
}

#table_in_table tr td.about{
}
/* ==================== */
/*	entry(お申し込みにあたって)
/* ==================== */

.entry{
	font-size: 90%;
	line-height: 140%
}

.entry p{
	margin: 1em auto;
}

.entry .midashi-a{
	font-size: 20px;
	font-weight: 700;
	margin: 10px auto;
}

.entry .midashi-b{
	font-size: 16px;
	font-weight: 700;
	margin: 10px auto;
}

.entry li{
	list-style: decimal inside;
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin: 0.25em auto;
}

#ask{
	padding-bottom: 10px;
}

/*#ask a{
	text-decoration: none;
}*/

#ask .faq{
	max-width: 600px;
	width: 100%;
	border: 1px solid #00B84E;
	font-size: 18px;
	font-weight: 700;
	margin: 10px auto;
	padding: 7px 5px 5px;
	background-color: #00B84E;
	color: #fff;
	text-align: center;
}

#partnership h1{
	background-color: #24DB00;
	text-align: center;
	padding: 10px;
}

article#partnership{
    margin: 30px 0;
}

#partnership .center{
	vertical-align: middle;
	text-align: center
}
#partnership .partner{
	vertical-align: middle;
	margin: 35px 40px;
}
#partnership .end{
	clear: both;
}
/* ==================== */
/*	フッター
/* ==================== */
footer{
	border-top: 3px solid #00dddd;
	width: 100%;
	text-align: center;
	font-size: 10px;
	background-color: #eee;
	color: #666;
	margin: 0px auto;
	padding: 20px 0px;
}

.information-box{
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	border: 3px double #000;
	background-color: #DDFFFF;
}

.information-text{
	margin: 0 20px;
	font-size: 14px;
}

.information-text.title{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.information-text>p{
	line-height: 120%;
	margin-bottom: 0.75em;
}

.left75{
    display: inline-block;
    width: 74%;
    vertical-align: top;
    box-sizing: border-box;
}
.right25{
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.notice-blue {
	width: 100%;
	max-width: 800px;
	color: #00B84E;
	background-color: #fff;
	border: 1px solid #00B84E;
	margin: auto;
	margin-top: 2em;
	padding: 10px 30px;
	box-sizing: border-box;
}

.notice-blue p {
	line-height: 1.7em;
	margin-bottom: 0;
}

.notice-blue p.notice-midashi{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.notice-blue p.middle{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}

.notice-blue u{
    text-decoration-color: #FFC61D;
    text-decoration-thickness: 3px;
}
.hr3 {
    border-top: 2px solid #FFC61D;
    margin: 10px!important;
}
.notice-blue p.half {
    font-size: 12px;
    width: 90%;
    margin: auto;
	line-height: 1.7em;
	margin-bottom: 0;
}


/* ==================== */
/*  temporary
/* ==================== */

/* ==================== */
/*  magnific popup
/* ==================== */

/* popupする枠 */

.mfp-content .detail{
	position: relative;
	background: #fff;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
}
.mfp-content .detail .pad{
	margin-bottom: 25px;
}

/* セミナータイトル */
.mfp-content .detail .seminar-title{
	margin: 0px;
	padding: 10px 40px 10px 16px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	background: #00B84E; 
	color: #fff;
}

/* 付属品 - hr.time(時刻) .label(トラックなど) .status（満席など）*/

.mfp-content .detail .property{
	margin: 0px -7px 15px 0px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	background: #ddd; 
}

.mfp-content .photo{
	float: right;
}

.mfp-content .photo img{
	width: 90px;
	margin: 0px 20px 10px;
}
.mfp-content .detail p{
	margin: 10px 20px;
	font-size: 14px;
	line-height: 150%
}
.mfp-content .detail .shoulder{
	margin: 10px 10px 0px;
	font-size: 18px;
	font-weight: 700;
}
.mfp-content .detail .title{
	margin: 0px 20px;
	font-size: 16px;
	font-weight: 700;
}
.mfp-content .detail .speaker{
	margin: 10px 20px;
	font-size: 16px;
}
.mfp-content .detail .speaker .name{
	font-weight: 700;
}

@media (max-width: 800px){
    
.left75{

    width: 100%;
}
.right25{
    width: 100%;
}
    
}
@media (max-width: 480px){
#ask .faq{
	max-width: 100%;
}
	
}
