@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #030000;
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.75;
}

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #004492;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

em {
	font-style: normal;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	 text-align: justify;
	 text-justify: inter-ideograph;
	 -ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.flex {
	display: flex;
}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb60 {margin-bottom: 60px;}
.ml1em {margin-left: 1em;}


.w100{
	width: 100%;
}

.note {
	font-size: 10px;
}

.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
	line-height: 24px;
}

.fs18 {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ef0000;
}

.green {
	color: #21a889;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through;
}

.strike_red {
	text-decoration: line-through;
	text-decoration-color: #ef0000;
}

.strike .black {
	color: #000;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
.indent1 * { text-indent: 0; }

.indent2 {
	padding-left: 31px;
	text-indent: -31px;
}

.iblock {
	display: inline-block;
}

.opacity {
	transition: 0.2s;
}

.btn1 {
	height: 48px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ed6c00;
	border: solid 2px #ed6c00;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	border-radius: 8px;
	display: table;
}

.btn1.pdf span.inner,
.btn2.pdf span.inner {
  padding: 5px 25px 5px 0;
	position: relative;
	z-index: 0;
}

.btn1 span.inner,
.btn2 span.inner {
	padding: 1px 0 0 0;
	display: table-cell;
	vertical-align: middle;
}

.btn2 {
	height: 48px;
	color: #ed6c00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	border: solid 2px #ed6c00;
	border-radius: 8px;
	display: table;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

a.btn2:hover {
    background: rgb(214,214,214);
    background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(214,214,214,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );
}

.btn1.pdf span.inner:after,
.btn2.pdf span.inner:after {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	right: 10px;
}



/* --------------- header --------------- */


#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border-bottom: solid 4px #21a889;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.col_header {
	width: 96%;
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.logo_header {
	max-width: 375px;
	margin-top: 20px;
}

#menubtn {
	display: none;
}

/* --------------- footer --------------- */


.pagetop {
	margin: 0;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
}

.pagetop a {
	width: 60px;
	height: 0;
	margin: 0;
	padding: 60px 0 0 0;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

#footer {
	margin: 0;
	padding: 0;
	background-color: #21a889;
}

.copy {
	margin: 0;
	padding: 5px 15px 5px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}


/* --------------- contents --------------- */


#contents {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	position: relative;
}

#rightcontents {
	width: calc(100% - 274px);
	margin: 0;
	padding: 0;
}

.box_content {
	margin: 0 0 12px;
	padding: 18px 18px 50px;
	border: solid 1px #acd6cf;
	border-radius: 10px;
}

.top .box_content {
	padding-bottom: 15px;
}

.box_content2 {
	margin: 0 0 12px;
	padding: 18px 18px 50px;
	border: solid 1px rgb(234 121 46);
	border-radius: 10px;
}

.mds1 {
	margin: 0 0 20px;
	padding: 8px 10px 6px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	border: solid 1px #21a889;
	border-radius: 5px;
	background: rgb(70,184,158); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(70,184,158,1) 0%, rgba(33,168,137,1) 40%, rgba(31,153,136,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(70,184,158,1) 0%,rgba(33,168,137,1) 40%,rgba(31,153,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(70,184,158,1) 0%,rgba(33,168,137,1) 40%,rgba(31,153,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b89e', endColorstr='#1f9988',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 0;
}

.mds1 .deco {
	width: 48%;
	max-width: 332px;
	height: 60%;
	margin: auto 5px auto 0;
	background-image: url(../img/deco_mds_m.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	z-index: -1;
}

.mds1 .deco:before,
.mds1 .deco:after {
	content: "";
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: right center;
}

.mds1 .deco:before {
	width: 38px;
	background-image: url(../img/deco_mds_l.png);
	left: -38px;
}

.mds1 .deco:after {
	width: 5px;
	background-image: url(../img/deco_mds_r.png);
	right: -5px;
}

.mds1.orange {
	margin: 0 0 20px;
    padding: 8px 10px 6px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    border: solid 1px rgb(234 121 46);
    border-radius: 5px;
    background: rgb(70, 184, 158);
    background: -moz-linear-gradient(to bottom, rgb(253 185 141) 0%, rgb(244 146 82) 40%, rgb(233 123 49) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(253 185 141) 0%, rgb(244 146 82) 40%, rgb(233 123 49) 100%);
    background: linear-gradient(to bottom, rgb(253 185 141) 0%, rgb(244 146 82) 40%, rgb(233 123 49) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b89e', endColorstr='#1f9988',GradientType=0 );
    position: relative;
    z-index: 0;
}

.mds2 {
	width: 96%;
	margin: 0 auto 12px;
	padding: 0 0 4px 25px;
	color: #21a889;
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	border-bottom: solid 2px #21a889;
	position: relative;
	z-index: 0;
}

.mds2:before {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #21a889;
	position: absolute;
	top: 4px;
	left: 4px;
}

.mds2_seminar27 {
	width: 96%;
	margin: 0 auto 20px;
	padding: 0 0 4px 25px;
	color: #e885ab;
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	border-bottom: solid 2px #e885ab;
	position: relative;
	z-index: 0;
}

.mds2_seminar27:before {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #e885ab;
	position: absolute;
	top: 4px;
	left: 4px;
}

.mds2.orange {
	width: 96%;
	margin: 0 auto 12px;
	padding: 0 0 4px 25px;
	color: rgb(234 121 46);
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	border-bottom: solid 2px rgb(234 121 46);
	position: relative;
	z-index: 0;
}

.mds2.orange:before {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgb(255 135 55);
	position: absolute;
	top: 4px;
	left: 4px;
}


.mds2.pink {
	width: 96%;
	margin: 0 auto 12px;
	padding: 0 0 4px 25px;
	color: rgb(234 128 196);
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	border-bottom: solid 2px rgb(234 128 196);
	position: relative;
	z-index: 0;
}

.mds2.pink:before {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgb(234 128 196);
	position: absolute;
	top: 4px;
	left: 4px;
}

.col_content {
	width: 94%;
	max-width: 670px;
	margin: 0 auto 30px;
	padding: 0 5px;
	word-break: break-all;
}

.top .col_content {
	width: 94%;
	max-width: 100%;
	min-height: auto;
	padding-bottom: 0;
}

.top .col_content:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.top .col_content .mds2 {
	width: 100%;
	max-width: 100%;
}

.top .col_content .col_content {
	width: 100%;
}

.wrap_contents {
	max-width: 720px;
	margin: 0;
	min-height: 500px;
	padding: 20px 0;
	background-color: #fff;
}

.col_prepare {
	min-height: 400px;
	padding: 80px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

ul.list_purpose1 {
	margin: 0;
	padding: 0;
}

ul.list_purpose1 li {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

ul.list_purpose1 li:last-of-type {
	margin-bottom: 0;
}

ul.list_purpose1 * {
	text-indent: 0em;
}

ul.list_purpose1 a .iblock {
	text-decoration: underline;
}

ul.list_purpose1 a:hover .iblock {
	text-decoration: none;
}

/* --------------- leftcontents --------------- */


#leftcontents {
	width: 274px;
	margin: 0;
	padding: 0 25px 30px 20px;
}

nav {
	margin: 0;
	padding: 0;
}

#navi {
	width: 100%;
	max-width: 240px;
	margin: 0 0 10px 0;
	padding: 0;
}

#navi li.navi_seminar{
	background: linear-gradient(to bottom,  rgb(251 176 0) 0%,rgb(253 208 79) 100%);
}

#navi li.navi_seminar:hover{
	background: linear-gradient(to bottom, rgb(245 186 56) 0%, rgb(241 149 36) 100%);
}

#navi li.navi_seminar.active{
	overflow: hidden;
	border: solid 1px #21a889;
	background: linear-gradient(to bottom, rgb(245 186 56) 0%, rgb(241 149 36) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b89e', endColorstr='#1f9988',GradientType=0 ); /* IE6-9 */
}
#navi li.navi_seminar a{
	color: #301a07;
}

#navi li {
	margin: 0 0 4px;
	padding: 0;
	border: solid 1px #21a889;
	border-radius: 10px;
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(225,238,223,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(225,238,223,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(225,238,223,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1eedf',GradientType=0 ); /* IE6-9 */
}
/*
#navi li:nth-of-type(2) {
	margin: 0 0 4px;
	padding: 0;
	color: #000;
	border: solid 1px #fd9450;
	border-radius: 10px;
	background: rgb(254,254,254); 
	background: -moz-linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgb(255 212 174) 100%); 
	background: -webkit-linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgb(255 212 174) 100%); 
	background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgb(255 212 174) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1eedf',GradientType=0 );
}
	*/

#navi li:last-child {
	margin-bottom: 0;
}

#navi li:hover,
#navi li.active {
	overflow: hidden;
	border: solid 1px #21a889;
	background: rgb(70,184,158); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(70,184,158,1) 0%, rgba(33,168,137,1) 40%, rgba(31,153,136,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(70,184,158,1) 0%,rgba(33,168,137,1) 40%,rgba(31,153,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(70,184,158,1) 0%,rgba(33,168,137,1) 40%,rgba(31,153,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b89e', endColorstr='#1f9988',GradientType=0 ); /* IE6-9 */
}


#navi li.no_link:hover {
	cursor: text;
	border: solid 1px #21a889;
	
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(225,238,223,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(225,238,223,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(225,238,223,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1eedf',GradientType=0 ); /* IE6-9 */
}

#navi .sub_box {
	margin: 0 0 4px;
}


/*
#navi li:nth-of-type(2):hover,
#navi li:nth-of-type(2).active {
	overflow: hidden;
	border: solid 1px #fd9450;
	background: rgb(70,184,158);
	background: -moz-linear-gradient(to bottom, rgb(251 149 63) 0%, rgb(255 135 55) 40%, rgb(235 107 0) 100%); 
	background: -webkit-linear-gradient(to bottom, rgb(251 149 63) 0%, rgb(255 135 55) 40%, rgb(235 107 0) 100%); 
	background: linear-gradient(to bottom, rgb(251 149 63) 0%, rgb(255 135 55) 40%, rgb(235 107 0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b89e', endColorstr='#1f9988',GradientType=0 ); 
}
*/

#navi li.sub.box.active{
	overflow: hidden;
	border: solid 1px #21a889;
	background: rgb(70,184,158); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(70,184,158,1) 0%, rgba(33,168,137,1) 40%, rgba(31,153,136,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(70,184,158,1) 0%,rgba(33,168,137,1) 40%,rgba(31,153,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(70,184,158,1) 0%,rgba(33,168,137,1) 40%,rgba(31,153,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b89e', endColorstr='#1f9988',GradientType=0 ); /* IE6-9 */

}


#navi li a,
#navi li div {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 13px 25px 10px 15px;
	color: #0d1e28;
	font-size: 16px;
	line-height: 1.35;
	font-weight: bold;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

#navi li div.home{
	font-size: 15px;
}

#navi li a:after,
#navi li div:after,
.btn_l_member:after,
.btn_l_jsht:after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #214b65;
	border-right: solid 2px #214b65;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 14px;
}

#navi li a.pdf{
	font-size: 15px;
}

#navi li a.pdf:after{
	width: 24px;
	height: 30px;
	border: none;
	background-image: url(../img/seminar/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform: none;
	top: calc(50% - 15px);
	right: 4px;
}

#navi li a.dificult{
	font-size: 15px;
}

.btn_l_member:after {
	border-top-color: #fff;
	border-right-color: #fff;
}

#navi li:hover a,
#navi li.active a {
	color: #fff;
}

#navi li:hover a:after,
#navi li.active a:after {
	border-top-color: #fff;
	border-right-color: #fff;
}

#navi li:hover.sub.box a:before,
#navi li.active.sub.box a:before{
	background-color: #fff;
}

#navi li:hover.sub.box2 a:before,
#navi li.active.sub.box2 a:before{
	background-color: #fff;
}

#navi li.nolink:hover {
	background-position: 0 top;
}



.accordion-content{
	display: none;
	margin: 0 0 4px;
}

.accordion-content.block{
	display: block;
}

.accordion-content.block2{
	display: block;
}

#navi li a .js-accordion-title parent::after{
	content: '+';
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 2px;
    right: 11px;
}


#navi li a.home{
	font-size: 15px;
}

#navi li.sub.box{
	position: relative;
	background: rgb(230 251 237);
	border: solid 1px #21a889;
}

#navi li.sub.box:hover{
	background: rgb(107 180 131);
}




#navi li.sub.box a{
	font-size: 15px;
	padding: 10px 8px 7px 25px;
}



#navi li.sub.box a:before{
	content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    bottom: 48%;
    left: 10px;
	background-color: #000;	
}

#navi li.sub.box a:before:hover{
	background-color: #fff;	
}

#navi .sub_box li:nth-child(3){
	position: relative;
}

/*--#navi .sub_box li:nth-child(3)::before{
	content: "UP!";
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    background-color: rgb(223, 0, 0);
    display: inline-block;
    position: absolute;
    top: calc(50% - 10px);
	bottom: auto;
    left: auto;
    right: 28px;
	width: auto;
    height: auto;
    margin: 0px;
    padding: 3px 5px 0px;
    border-radius: 3px;
    animation: 2s linear 0s infinite normal none running label_blink;
}--*/

#navi .sub_box li:nth-child(3):hover::before {
    background-color: rgb(223, 0, 0);
}



#navi li.sub.box2{
	position: relative;
	background: rgb(255 227 209);
	border: solid 1px #fd9450;
	color: #000;
}

#navi li.sub.box2:hover{
	background: rgb(255 135 55);
}




#navi li.sub.box2 a{
	font-size: 15px;
	padding: 10px 8px 7px 25px;
}



#navi li.sub.box2 a:before{
	content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    bottom: 48%;
    left: 10px;
	background-color: #000;
}

#navi li.sub.box2 a:before:hover{
	background-color: #fff;
}



#navi li.orange{
	background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgb(255 212 174) 100%);
	border: solid 1px #fd9450;
}

#navi li.no_link.orange:hover{
	background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgb(255 212 174) 100%);
	border: solid 1px #fd9450;
}

#navi li.sub.box.orange{
	background: rgb(255 216 182);
    border: solid 1px #fd9450;
}

#navi li.sub.box.orange:hover{
	background: linear-gradient(to bottom, rgb(251 149 63) 0%, rgb(255 135 55) 40%, rgb(235 107 0) 100%);
}

@keyframes label_blink {
	0% { opacity: 1; }
	15% { opacity: 1; } 
	50% { opacity: 0; }
	85% { opacity: 1; } 
	100% { opacity: 1; }
}

.list_bnr{
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

.list_bnr img{
	border: 1px solid #ccc;
}

.icon_new {
	padding: 3px 5px 1px;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	background-color: #e10000;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 9px);
	right: 32px;
}

.btn_l_member {
	max-width: 240px;
	width: 100%;
	margin: 0 0 4px;
	padding: 13px 0 10px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.35;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #28769f;
	border-radius: 10px;
	background: rgb(76,142,176); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(76,142,176,1) 0%, rgba(40,118,159,1) 40%, rgba(38,99,145,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(76,142,176,1) 0%,rgba(40,118,159,1) 40%,rgba(38,99,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(76,142,176,1) 0%,rgba(40,118,159,1) 40%,rgba(38,99,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8eb0', endColorstr='#266391',GradientType=0 ); /* IE6-9 */
	display: block;
	position: relative;
	z-index: 0;
}

a.btn_l_member:hover {
	background: rgb(38,99,145); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(38,99,145,1) 0%, rgba(40,118,159,1) 60%, rgba(76,142,176,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(38,99,145,1) 0%,rgba(40,118,159,1) 60%,rgba(76,142,176,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(38,99,145,1) 0%,rgba(40,118,159,1) 60%,rgba(76,142,176,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266391', endColorstr='#4c8eb0',GradientType=0 ); /* IE6-9 */
}

.btn_l_jsht {
	max-width: 240px;
	width: 100%;
	margin: 10px 0 4px;
	padding: 13px 0 10px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.35;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #656dab;
	border-radius: 10px;
	background: rgb(101 109 171); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(101 109 171) 0%, rgb(76 84 142) 40%, rgb(61 68 120) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(101 109 171) 0%, rgb(76 84 142) 40%, rgb(61 68 120) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(bottom, rgb(101 109 171) 0%, rgb(76 84 142) 40%, rgb(61 68 120) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8eb0', endColorstr='#266391',GradientType=0 ); /* IE6-9 */
	display: block;
	position: relative;
	z-index: 0;
}

a.btn_l_jsht:hover {
	background: rgb(38,99,145); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(61 68 120) 0%, rgb(76 84 142) 40%, rgb(101 109 171) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(61 68 120) 0%, rgb(76 84 142) 40%, rgb(101 109 171) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(bottom, rgb(61 68 120) 0%, rgb(76 84 142) 40%, rgb(101 109 171) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266391', endColorstr='#4c8eb0',GradientType=0 ); /* IE6-9 */
}

.btn_l_jsht:after {
    border-top-color: #fff;
    border-right-color: #fff;
}

.txt_poster1{
	margin: 20px 5px 0 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
}

.poster_img{
	margin: 5px 5px 0 5px;
	padding: 0 0 0 0;
}

.poster_img:hover{
	opacity: 0.8;
}

.btn_l_advanced {
	max-width: 240px;
	width: 100%;
	margin: 10px 0 4px;
	padding: 13px 0 10px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.35;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #e78812;
	border-radius: 10px;
	background: linear-gradient(180deg,  #f3aa50 0%, #e78812 100%);
	display: block;
	position: relative;
	z-index: 0;
}
.btn_l_advanced:hover { background: linear-gradient(0deg,  #f3aa50 0%, #e78812 100%); }




/* --------------- top --------------- */

dl.txt_topinfo {
	margin: 0 0 15px;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

dl.txt_topinfo dt {
	margin: 0 12px 0 0;
	padding: 0;
	word-break: keep-all;
	white-space: nowrap;
	color: #21a889;
	font-weight: bold;
}

dl.txt_topinfo dd {
	margin: 0;
	padding: 0;
}

.indent_top {
    padding-left: 31px;
    text-indent: -37px;
}

.indent_top2 {
    padding-left: 171px;
    text-indent: -177px;
}

.btn1.topgreeting1 {
	width: 220px;
	margin: 0 auto;
  background-color: #bbbbbb;
	border: solid 2px #bbbbbb;
}

.name_top {
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: flex-end;
}

.inner_box_content{
	display: flex;
    align-items: flex-start;
}

.list_topsummary {
	width: 100%;
	margin: 0 0 15px;
	display: flex;
	flex-wrap: wrap;
}
.list_topsummary dt {
	width: 62px;
	margin: 0;
	padding: 0;
	color: #21a889;
	font-weight: bold;
}

dt.seminar27{
	color: #e885ab;
}

.list_topsummary dt.orange{
	color: rgb(234 121 46);
}

.list_topsummary dt.pink{
	color: rgb(234 128 196);
}

.list_topsummary dt.top_list {
	width: auto;
	margin: 2px 0 0 0;
}

.list_topsummary dt.top_list1 {
	width: auto;
	margin: 2px 0 0 0;
	color: #e885ab;
}

.list_topsummary dt.top_list2 {
	width: auto;
	margin: 2px 0 0 0;
}

.list_topsummary dt.top_list3 {
	width: auto;
	margin: 2px 0 0 0;
	color: rgb(234 121 46);
}

.list_topsummary dd {
	width: calc(100% - 62px);
	margin: 0;
	padding: 0;
}

.list_topsummary .txt_list{
	width: calc(100% - 140px);
	margin: 2px 0 0 0;
}

.list_topsummary.block {
	margin-bottom: 30px;
	display: block; 
}
.list_topsummary.block dt {
	width: auto;
	display: inline-block;
}
.list_topsummary.block dd {
	width: auto;
	display: inline-block;
}

.img_top{
	max-width: 220px;
	margin: 0 auto;
}

.img_top a{
	width: 100%;
	display: inline-block;
}

.img_top a:hover{
	opacity: .8;
}

.thumb_topadvanced {
	max-width: 601px;
	margin: 0 auto 20px;
	padding: 0;
}
.thumb_topadvanced img { width: 100%; }

.col_topbtn1 {
	margin: 20px 0 15px;
	padding: 0;
}

.btn_top1 {
	width: 90%;
	max-width: 320px;
	margin: 0 auto;
	height: 70px;
	padding: 5px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	background-color: #ed6c00;
	border: solid 2px #ed6c00;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	border-radius: 8px;
	display: table;
}

.btn_top1 span {
    padding: 1px 0 0 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}

dl.cont_topannounce {
	margin: 0;
	padding: 0;
}
dl.cont_topannounce dt {
	margin: 0 0 10px;
	padding: 0 5px 7px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	border-bottom: solid 2px #209f88;
}
dl.cont_topannounce dd {
	margin: 0;
	padding: 0 5px;
}


.col_topnews {
	margin: 15px 0 0 0;
	padding: 0;
	border: solid 1px #c49944;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mds_topnews {
	width: 134px;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #c49944;
	position: relative;
	z-index: 0;
}

.mds_topnews .inner {
	height: 100%;
	padding: 4px 25px 3px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.mds_topnews:after {
	content: "";
	width: 30px;
	height: 100%;
	background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.cont_topnews {
	width: calc(100% - 134px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.scroll_topnews {
	width: 100%;
	max-height: 86px;
	padding: 6px 0 5px 32px;
	overflow: auto;
}

.scroll_topnews dl {
	margin: 0;
	padding: 2px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.scroll_topnews dl dt {
	width: 92px;
	margin: 0;
	padding: 0;
}

.scroll_topnews dl dd {
	width: calc(100% - 92px);
	margin: 0;
	padding: 0 15px 0 0;
}

dl.col_address {
	margin: 30px 0 0 0;
	padding: 10px 13px 0;
	line-height: 1.5;
	border-top: solid 1px #c7c9c9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

dl.col_address dt {
	width: 215px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

dl.col_address dd {
	width: calc(100% - 215px);
	margin: 0;
	padding: 0;
}

dl.col_address dd strong {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

dl.col_address dd a {
	color: #030000;
	text-decoration: none;
}

dl.col_address dd a:hover {
	text-decoration: underline;
}


.box_topannounce {
	width: 100%;
	margin: 0 auto 20px;
	padding: 15px 20px 13px;
	font-size: 13px;
	line-height:1.5;
	background-color: #fff;
	border: solid 1px #df0000;
	box-sizing: border-box;
}




/* --------------- greeting --------------- */

.btn1 span {
    padding: 1px 0 0 0;
    display: table-cell;
    vertical-align: middle;
}

.btn1.greeting1 {
    width: 220px;
    margin: 0 auto;
}



/* --------------- contact --------------- */

.txt_contact1 {
	margin: 0 0 30px;
}

#mailform #wrap_form {
	width: 100%;
	margin: 0;
}

#mailform #wrap_form tr {
	border-bottom: solid 1px #a5a5a5;
}

#mailform #wrap_form tr:first-of-type {
	border-top: solid 1px #a5a5a5;
}

#mailform #wrap_form tr:last-of-type {
	border-bottom: none;
}

#mailform #wrap_form th {
	width: 170px;
	color: #21a889;
	padding: 18px 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

#mailform #wrap_form td {
	padding: 18px 15px;
}

#mailform #wrap_form td input[type="tel"],
#mailform #wrap_form td input[type="text"],
#mailform #wrap_form td textarea {
	width: 100%;
	padding: 7px 10px 6px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	line-height: 1.7;
	font-weight: 400;
	background-color: #fff;
	border: solid 1px #a5a5a5;
	border-radius: 0;
	-webkit-appearance: none;
	vertical-align: bottom;
}

#mailform #wrap_form td textarea {
	height: 10em;
}

.btnarea_submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#mailform #wrap_form .btnarea_submit input[type="button"],
#mailform #wrap_form .btnarea_submit input[type="submit"],
#mailform #wrap_form .btnarea_submit input[type="reset"] {
	min-width: 180px;
	margin: 0 0 10px;
	padding: 13px 15px 12px;
	font-size: 14px;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	border: solid 1px #a5a5a5;
	background: rgba(246,246,246,1);
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(221,221,221,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(221,221,221,1) 100%);
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(221,221,221,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dddddd', GradientType=0 );
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	vertical-align: bottom;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
}

#mailform #wrap_form .btnarea_submit input[type="submit"] {
	color: #fff;
	background: #21a889;
}

.txt_contact_thanks1 {
	margin: 0 0 50px;
}

.btn1.contact1 {
	width: 90%;
	max-width: 250px;
	margin: 0 auto;
}

/* --------------- summary --------------- */

.indent_roll {
	padding-left: 152px;
	text-indent: -152px;
}

/* --------------- entry --------------- */

.box_entry1 {
	width: 96%;
	margin: 0 auto 30px;
	padding: 10px 13px;
	border: solid 1px #654;
	
}

.txt_entry {
	width: 90%;
	max-width: 340px;
	margin: 20px auto;
}

.txt_entry2 {
	text-align: center;
	color: red;
	font-weight: 700;
	font-size: 14px;
}

.btn1.entry1 {
	width: 90%;
	max-width: 240px;
	margin: 0 auto 12px;
}

.btn1.entry2 {
    width: 90%;
    max-width: 240px;
    margin: 20px auto;
}

.btn1.entry1.gray {
background-color: #9f9fa0;
border: #9f9fa0;
}

.btn1.entry1.gray span {
	color: #fff;
	}


ol.list_num_entry1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.list_num_entry1 li {
	margin: 0 0 4px;
	padding: 0 0 0 16px;
	text-indent: -16px;
}
ol.list_num_entry1 li *:not(.indent1) { text-indent: 0; }

ol.list_num_entry1 li span.num {
	width: 16px;
	display: inline-block;
}

.wrap_table_entry {
	width: 100%;
	overflow: auto;
}
table.tbl_entry1 {
	width: 600px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
}
table.tbl_entry1 th {
	margin: 0;
	padding: 6px 8px 5px;
	text-align: center;
	background-color: #d8f1ec;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}
table.tbl_entry1 td {
	margin: 0;
	padding: 6px 8px 5px;
	text-align: center;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}
table.tbl_entry1 td:first-child { text-align: left; }


/* --------------- program --------------- */
.col_content.program {
	width: 96%;
}

/* --------------- program --------------- */

.box_prepare{
	text-align: center;
	margin: 50px auto;
}

.mds2.video {
	padding-bottom: 6px;
}

.mds2.video .title {
	margin-bottom: 4px;
	display: flex;
}

.mds2.video .title span {
	margin-right: 1em;
	flex-shrink: 0;
}

ul.list_program1 {
	margin: 0 0 0 1em;
	padding: 0;
}

ul.list_program1 li {
	margin: 0;
	padding: 0;
}

ul.list_program1 li span {
	color: #89b928;
	font-size: 17px;
	vertical-align: baseline;
}

dl.list_program_flow {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}



dl.list_program_flow.wide {
	margin-bottom: 12px;
	font-weight: normal;
}

dl.list_program_flow.wide.kyousai {
	margin: 0 0 0 0;
}
.col_kyousai {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 0 394px;
	line-height: 1.4;
}

.col_kyousai .txt {
	padding: 0 0 0 28px;
}

dl.list_program_flow.wide.title_only {
	margin-bottom: 12px;
	font-weight: normal;
	line-height: 15px;
}

dl.list_program_flow.wide.first {
	margin-bottom: 0;
	font-weight: normal;
}

dl.list_program_flow.mb5 {
	margin-bottom: 5px;
}

dl.list_program_flow dt {
	width: 219px;
	margin: 0;
	padding: 0;
	float: left;
}



dl.list_program_flow dt.long {
	width: 500px;
}

dl.list_program_flow.wide dd.times {
	font-weight: bold;
}

dl.list_program_flow.wide dt {
	width: 271px;
	padding-right: 20px;
}

dl.list_program_flow.wide dt.title_only {
	width: 265px;
	margin: 0;
	padding: 0 20px 0 110px;
	
	float: left;
}

dl.list_program_flow dd {
	margin: 0;
	padding: 0;
	float: left;
}

dl.list_program_flow dd.times {
	width: 110px;
	margin: 0;
	padding: 0;
	float: left;
}

dl.list_program_flow dd.kyousai {
	margin: 0;
	padding: 43px 0 0;
}

dl.list_program_flow dd.kyousai2 {
	margin: 0;
	padding: 45px 0 0;
}

dl.list_program_flow dd.kyousai3 {
	margin: 0;
	padding: 20px 0 0;
}

dl.list_program_flow dd {
	margin: 0;
	padding: 0;
	float: left;
}

.box_kyousai {
	width: 100%;
	margin: 5px 0 15px;
	display: flex;
}

.box_kyousai .left {
	width: 40px;
}

.box_challenge {
	width: 200px;
	padding: 5px 12px;
	line-height: 1.6;
	border: solid 2px #e40000;
}


.cont_program_day{
	margin-bottom: 25px;
}

.box_message{
	border: solid 1px #000;
	padding: 18px 12px;

}

.date_pprogram{
	margin-bottom: 10px;
	padding: 0 0 3px 10px;
	font-size: 13px;
	font-weight: bold;
	text-indent: -.75em;
	border-bottom: solid 1px #ccc;
}

dl.list_program_flow.wide dd.shozoku1{
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

/* --------------- past --------------- */

.col_content.past1 {
	margin: 0 auto 20px;
}

.btn2.past1 {
    width: 240px;
    margin: 0 auto;
}

a.gray{
	background: #d2d2d2;
	color: #fff;
	border: solid 2px #d2d2d2;
}

a.gray:hover{
	pointer-events: none;
	background: #d2d2d2
}

.btn2 span {
    padding: 2px 0 0 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 0;
}

.btn2.pdf span {
    padding-right: 25px;
    position: relative;
    z-index: 0;
}

.btn2.pdf span:after {
    content: "";
    width: 27px;
    height: 32px;
    background-image: url(../img/icon_pdf.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: 10px;
}

.u-ta-c a img {
	width: auto;
	max-width: 100%;
}

.p-table {
	border: 1px solid #ccc;
}

.p-table__th {
	padding: 13px 10px;
	color: #fff;
	background-color: #6dbea8;
	width: 140px;
	border-bottom: 1px solid #fff;
}

.p-table td {
	padding: 13px 20px;
	border-bottom: 1px solid #ccc;
}

.u-mt-15 {
    margin-top: 15px;
		padding: 0;
}

.u-mt-15 li {
    margin-bottom: 8px;
}

.c-list-circle, .p-cms__main ul>li {
    padding-left: 15px;
    position: relative;
}

.c-list-circle::before, .p-cms__main ul>li::before {
    background-color: #6dbea8;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: calc((1.85em - 14px)/ 2);
    left: 0;
}

.u-c-primary {
    color: #b52222;
}

.u-fw-bold {
	font-weight: bold;
}

.u-td-through {
    text-decoration: line-through;
}

.box_past1 {
	border: solid 1px #6dbea8;
	padding: 10px 18px;
}

.txt_keisiki1 {
	padding-left: 22px;
	text-indent: -32px;
}


/* --------------- movie --------------- */

.single #rightcontents {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

.single #rightcontents .box_content {
	padding-top: 25px;
	padding-bottom: 25px;
}

.single #rightcontents .col_content {
	width: 96%;
	max-width: 100%;
	margin-bottom: 0;
}

.col_video {
	max-width: 938px;
	width: 100%;
	height: 528px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

video {
	outline: none;
	position: relative;
	z-index: 0;
}

#cont_video-btn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.video-btn {
	width: 1em;
	height: 1em;
	margin: auto;
	color: #21a889;
	font-size: 100px;
	border: 0.1em solid #21a889;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	position: absolute;
	box-shadow: 1px 1px 15px -1px #000;
}

.video-btn:after,
.finished .video-btn:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translateY(-50%);
	width: 0px;
	height: 0px;
	border: 0.3em solid transparent;
	border-left: 0.5em solid #21a889;
	box-sizing: border-box;
}


/* --------------- viewing --------------- */

.col_btn_viewing {
	margin: 0 0 55px;
	padding: 15px 0 0;
}

.col_btn_viewing a {
	width: 260px;
	margin: 0 auto 8px;
}

.col_btn_viewing a.btn_txt {
	margin: 0 auto;
	padding: 10px 10px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #506fc5;
	border: solid 2px #506fc5;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	border-radius: 8px;
	display: block;
}

a.btn1.viewing1 {
	width: 240px;
	margin: 0 auto 30px;
}

ul.list_text_dl {
	margin: 0;
	padding: 0;
}

ul.list_text_dl li {
	width: 100%;
	margin: 0 0 8px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	display: flex;
	flex-wrap: wrap;
}
ul.list_text_dl li * { text-indent: 0; }

ul.list_text_dl li .endai {
	max-width: calc( 100% - 20px );
	margin: 0;
	padding: 0 18px 0 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

ul.list_text_dl li a {
	margin: 0;
	padding: 5px 0;
	display: inline-block;
}

ul.list_text_dl li a.pdf {
	padding: 0 24px 0 0;
	position: relative;
	z-index: 0;
}

ul.list_text_dl li a.pdf::after {
	content: "";
	width: 20px;
	height: 28px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -1px;
	right: 0;
}

.link_viewing1 {
	max-width: 320px;
	width: 90%;
	margin: 0 auto;
}

.link_viewing1 a {
	border: solid 1px #c6c6c6;
	display: inline-block;
}

.link_viewing1 a img {
	transition: opacity .2s;
}

.link_viewing1 a img:hover {
	opacity: 0.7;
}

/* --------------- seminar --------------- */

.txt_iblock{
	margin: 0 0 0 60px;
}


a.program1:hover{
	opacity: 0.8;
}

/* --------------- sponsor --------------- */

.box_content.sponsor{
	min-height: 350px;
}

.box1_sponsor{
	width: 90%;
	margin: 50px auto 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

a.btn2.sponsor1.pdf{
	width: calc(100% / 2 - 10px);
	max-width: 300px;
}



