/* register.css */
body.report img {
	max-width: 100%;
	height: auto;
}
body.report a {
	color: rgba(255,255,255,1.0);
	text-decoration: underline;
}
body.report a:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}
body.report .container {
	margin-bottom: 0;
}
/*body.report .container section {
	background: rgba(0,37,57,0.5);
	padding-top: 140px;
}*/
body.report h2.__ttl {
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 80px;
	line-height: 1.6;
}
body.report h2.__ttl span {
	border: 1px solid rgba(255,255,255,1.0);
	padding: 7px 30px 10px 30px;
	border-radius: 5px;
}
/*.__ttl-wrap {
	border: 1px solid rgba(255,255,255,1.0);
}*/


/*
** __main-visual
---------------------------------------*/
.__main-visual {
	padding-top: 76px;
	position: relative;
	background: rgba(0,71,56,1.0);
	position: relative;
}
.__bn-report {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.__anchor-btn {
	position: fixed;
	z-index: 1000;
	right: 30px;
	top: 30%;
}
.__anchor-btn a {
	transition: .2s;
}
.__anchor-btn a:hover {
	
}


/*
** section
---------------------------------------*/
body.report .__inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.__inner ul {
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 100px;
}
.__inner ul li {
	margin-bottom: 0.5em;
}
.__inner ul li:last-child {
	margin-bottom: 0;
}

/*
** __lead
---------------------------------------*/
.__lead {
	background: /*rgba(0,42,49,0.56)*/ url(../img/section_bg_1.png) center bottom no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 170px;
}
.__lead p {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.8;
}
.__lead p:nth-child(3){
	margin-bottom: 80px;
}
.__lead p a {
	text-decoration: none;
	border: 1px solid rgba(255,255,255,1.0);
	padding: 13px 17px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.2s all;
}
.__lead p a:hover {
	text-decoration: none;
	border: 1px solid rgba(255,255,255,1.0);
	padding: 13px 17px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	background: rgba(255,255,255,0.2);
}

/*
** __enq
---------------------------------------*/
.__enq {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_2.png) center bottom no-repeat;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}
.__comment {
	width: 100%;
}
.__comment ul {
	margin: 0 auto;
	width: 900px;
}
.__comment ul img {
}

.__comment __comment.slick-dots {
	margin-top: 0px;
	display: flex;
	justify-content: center;
	list-style: outside none none;
	padding: 0;
	text-align: center;
	width: 100%;
	bottom: -80px;
}
.__comment .slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}
.__comment .slick-dots li button::before {
	color: black;
	content: "●";
	font-size: 14px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}
.__comment .slick-dots li button:before {
	color: rgba(255,255,255,1.0);
	opacity: 0.65;
}
.__comment .slick-dots li.slick-active button::before {
	color: rgba(255,255,255,1.0);
	opacity: 1.0;
}


/*
** __movie
---------------------------------------*/
.__movie {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_3.png) center bottom no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 140px;
}
.__ga {
	background: url(../img/bg-ga.png) right top no-repeat;
}

/*
** __painter
---------------------------------------*/
.__painter {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_4.png) center bottom no-repeat;
	/*min-height: 500px;
	height: auto !important;
	height: 500px;*/
	text-align: center;
	padding-top: 0;
	padding-bottom: 170px;
}
.__oz-wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.__oz-left {
	margin-right: 30px;
	width: 370px;
	float: left;
}
.ozph {
	overflow: hidden;
}
.__oz-right {
	width: 400px;
	text-align: left;
	float: left;
}
.__oz-right h3 {
	margin-bottom: 15px;
}
.__oz-right h4 {
	margin-bottom: 20px;
}
.__oz-right p {
	font-size: 12px;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

/*
** __photo
---------------------------------------*/
.__photo {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_5.png) center bottom no-repeat;
	/*min-height: 500px;
	height: auto !important;
	height: 500px;*/
	text-align: center;
	padding-top: 0;
	padding-bottom: 190px;
}
.__sha {
	background: url(../img/bg-sha.png) right top no-repeat;
}
.__photo h2 {
	margin-bottom: 50px;
}

.__photoSlide {
	width: 100%;
}
.__photoSlide ul {
	margin: 0 auto;
	width: 800px;
}
.__photoSlide ul img {
}
.__photoNav {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.__photoNav ul {
	width: 100%;
}
.__photoSlide ul li {
	margin-left: 7px;
	margin-right: 7px;
}

.__photoSlide __comment.slick-dots {
	margin-top: 0px;
	display: flex;
	justify-content: center;
	list-style: outside none none;
	padding: 0;
	text-align: center;
	width: 100%;
	bottom: -80px;
}
.__photoSlide .slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}
.__photoSlide .slick-dots li button::before {
	color: black;
	content: "●";
	font-size: 14px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}
.__photoSlide .slick-dots li button:before {
	color: rgba(255,255,255,1.0);
	opacity: 0.65;
}
.__photoSlide .slick-dots li.slick-active button::before {
	color: rgba(255,255,255,1.0);
	opacity: 1.0;
}

/*
** __media
---------------------------------------*/
.__media {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_6.png) center bottom no-repeat;
	/*min-height: 500px;
	height: auto !important;
	height: 500px;*/
	text-align: center;
	padding-top: 0;
	padding-bottom: 190px;
}
.__media h2 {
	
}
.__media ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}
.__media ul li {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
}
.__media ul li a img {
	transition: 0.2s;
}
.__media ul li a:hover img {
	opacity: 0.7;
}
.__media dl {
	color: rgba(255,255,255,1.0);
	text-align: left;
}
.__media dl dt {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}
.__media dl dd {
	font-size: 20px;
	margin-bottom: 45px;
}
.__media dl dd a {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}
.__media dl dd a:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: underline;
}

/*
** __optalk
---------------------------------------*/
.__optalk {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_7.png) center bottom no-repeat;
	/*min-height: 500px;
	height: auto !important;
	height: 500px;*/
	text-align: center;
	padding-top: 0;
}
.__hajime {
	background: url(../img/bg-hajime.png) 50px top no-repeat;
	min-height: 211px;
	height: auto !important;
	height: 211px;
}
.__bg-optalk {
	background: url(../img/bg-optalk.png) center top no-repeat;
	height: 773px;
}
.__op-name {
	width: 1154px;
	height: 773px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.__op-name img {
	/*max-width: 100%;*/
	position: absolute;
	bottom: 55px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.__op-ttl {
	position: absolute;
	top: 150px;
	left: 30px;
	text-align: left;
	text-shadow: 0 0 2px #141414;
}
.__op-ttl p {
	margin-bottom: 40px;
}
.__op-ttl span,
.__op-ttl a {
	text-decoration: none !important;
	border: 1px solid rgba(255,255,255,1.0);
	padding: 13px 17px;
	font-size: 20px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.2s all;
}
.__op-ttl a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.2);
}


/*
** __sptalk
---------------------------------------*/
.__sptalk {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_8.png) center bottom no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align: center;
	padding-top: 0;
}
.__shime {
	background: url(../img/bg-shime.png) 90% top no-repeat;
	min-height: 244px;
	height: auto !important;
	height: 244px;
}
.__bg-sptalk {
	background: url(../img/bg-sptalk.png) center top no-repeat;
	height: 772px;
	position: relative;
}
.__sp-name {
	width: 1000px;
	height: 773px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.__sp-name img {
	/*max-width: 100%;*/
	position: absolute;
	bottom: 110px;
	right: 0;
}
.__sp-ttl {
	position: absolute;
	top: 270px;
	right: 30px;
	text-align: right;
	text-shadow: 0 0 2px #141414;
}
/*.__sp-ttl p {
	margin-bottom: 40px;
}*/
.__sp-ttl span,
.__sp-ttl a {
	text-decoration: none !important;
	border: 1px solid rgba(255,255,255,1.0);
	padding: 13px 17px;
	font-size: 20px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.2s all;
}
.__sp-ttl a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.2);
}

/*
** __spsession
---------------------------------------*/
.__spsession {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_9.png) center bottom no-repeat;
	/*min-height: 500px;
	height: auto !important;
	height: 500px;*/
	text-align: center;
	padding-top: 0;
}
.__toku {
	background: url(../img/bg-toku.png) 100px top no-repeat;
	min-height: 233px;
	height: auto !important;
	height: 233px;
}
.__bg-spsession {
	background: url(../img/bg-spsession.png) center top no-repeat;
	height: 910px;
	position: relative;
}
.__sess-name {
	width: 1000px;
	height: 910px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
img.__sess1 {
	/*max-width: 100%;*/
	position: absolute;
	top: 304px;
	right: 0;
}
img.__sess2 {
	/*max-width: 100%;*/
	position: absolute;
	bottom: 87px;
	right: 0;
}
.__sess-ttl-1 {
	position: absolute;
	top: 280px;
	left: 70px;
	text-align: left;
	line-height: 1.4;
	text-shadow: 0 0 2px #141414;
}
.__sess-ttl-2 {
	position: absolute;
	bottom: 100px;
	left: 70px;
	text-align: left;
	line-height: 1.4;
	text-shadow: 0 0 2px #141414;
}
.__sess-ttl-1 p,
.__sess-ttl-2 p{
	margin-bottom: 40px;
}
.__sess-ttl-1 span,
.__sess-ttl-1 a,
.__sess-ttl-2 span,
.__sess-ttl-2 a{
	text-decoration: none !important;
	border: 1px solid rgba(255,255,255,1.0);
	padding: 13px 17px;
	font-size: 20px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.2s all;
}
.__sess-ttl-1 a:hover,
.__sess-ttl-2 a:hover{
	text-decoration: none;
	background: rgba(255,255,255,0.2);
}

/*
** __download
---------------------------------------*/
.__download {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_10.png) center bottom no-repeat;
	/*min-height: 500px;
	height: auto !important;
	height: 500px;*/
	text-align: center;
	padding-top: 0;
	padding-bottom: 230px;
}
.__download h2 {
	margin-bottom: 30px;
}
.__download h3 {
	font-size: 29px;
	font-weight: 700;
	margin-bottom: 80px;
}
.__download div a {
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,1.0);
	padding: 13px 17px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.2s all;
}
.__download div a:hover {
	text-decoration: none;
	border: 1px solid rgba(255,255,255,1.0);
	padding: 13px 17px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	background: rgba(255,255,255,0.2);
}
.__download ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 70px;
	margin-top: 70px;
}
.__download ul li {
	width: 33%;
	padding-left: 0.16666666%;
	padding-right: 0.16666666%;
	margin-bottom: 3px;
	float: left;
}
.__download ul li img {
	max-width: 100%;
}

/*
** __seminar
---------------------------------------*/
.__seminar {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_11.png) center bottom no-repeat;
	/*min-height: 500px;
	height: auto !important;
	height: 500px;*/
	text-align: center;
	padding-top: 0;
	padding-bottom: 190px;
}
.__seminar h2 {
	margin-bottom: 60px;
}
.__seminar h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 80px;
	line-height: 1.3;
}
.__seminar h4 {
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.3;
}
.__date-wrap {
	text-align: center;
	display: flex;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.__date-wrap div {
	margin-left: 5px;
	margin-right: 5px;
}
.__date-wrap div img {
	max-width: 100%;
}
.__info-wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.__ph {
	width: 194p;
	float: left;
}
.__tx {
	width: 675px;
	float: right;
	text-align: left;
}
.__mcf-wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	display: flex;
	justify-content: center;
}
.__mcf-wrap div {
	width: 50%;
	float: left;
}
.__mcf-wrap div img {
	max-width: 100%;
}
.__mcf-wrap div:first-child {
	border-right: 1px solid rgba(150,150,150,1.0);
}

.__date-wrap a img {
	transition: 0.2s;
}
.__date-wrap a img:hover {
	opacity: 0.8;
}

/*
** __seminar
---------------------------------------*/
.__seminar-2 {
	background: /*rgba(50,34,4,0.5)*/ url(../img/section_bg_12.png) center bottom no-repeat;
	background-size: cover;
	/*min-height: 500px;
	height: auto !important;
	height: 500px;*/
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
.__seminar-2 h2 {
	margin-bottom: 30px;
}
.__seminar-2 h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 80px;
	line-height: 1.3;
}
.__seminar-2 h4 {
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.3;
}
.__yuryo {
	width: 146px;
	position: absolute;
	top: 126px;
	right: -90px;
}








h3.__flow-ttl {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.6;
	text-align: center;
	border: 2px solid rgba(255,255,255,1.0);
	border-radius: 5px;
	background: rgba(255,255,255,0.7);
	color: rgba(0,0,0,1.0);
}
/*h3#sessionChange {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.6;
	text-align: center;
	border: 1px solid rgba(255,255,255,1.0);
}*/

.__flow {
	border: 1px solid rgba(255,255,255,1.0);
	padding: 26px;
	background: rgba(255,255,255,0.75);
	color: rgba(0,0,0,1.0);
}
.__flow a {
	color: rgba(0,0,0,1.0) !important;
	text-decoration: underline;
}
.__flow a:hover {
	color: rgba(0,0,0,1.0) !important;
	text-decoration: none;
}
.__flow p {
	margin-bottom: 1em !important;
	text-indent: -1em;
	padding-left: 1em;
}
.__flow p:last-child {
	margin-bottom: 0 !important;
}

.__flow p.__none {
	text-indent: 0;
	padding-left: 0;
}s

.right dt,
.right dd {
	text-align: left !important;
}


/*
** ボタン
---------------------------------------*/
.__btn-base {
	display: inline-block;
	width: 400px;
	height: 54px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	line-height: 54px;
	outline: none;
}
.__button {
	position: relative;
	background-color: rgba(26,188,156,1.0);
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 rgba(14,140,115,1.0);
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.__button:hover {
	background-color: rgba(49,200,170,1.0);
	box-shadow: 0 3px 0 rgba(35,161,136,1.0);
}
.__button:active {
	top: 3px;
	box-shadow: none;
}

/*
** PDF
---------------------------------------*/
.__program-btn {
	position: fixed;
	top: 330px;
	right: 10%;
	z-index: 9999;
}
.__program-btn img {
	border-radius: 50%;
	transition: .2s;
	-webkit-box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.5);
}
.__program-btn img:hover {
	-webkit-filter: saturate(200%);
	-moz-filter: saturate(200%);
	-o-filter: saturate(200%);
	-ms-filter: saturate(200%);
	filter: saturate(200%);
}


/*
** footer
---------------------------------------*/
footer {
	background-color: #150C0A;
}
footer .left ul {
	list-style: none;
	display: flex;
}
footer .left ul li:first-child img {
	border-right: none;
}

.is-end{
  color: #fff;
  padding: 1em;
	font-size: 120%;
  border: 1px solid #fff;
  text-align: center;
	width: 330px;
	margin: 0 auto;
}