@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  height: 100%;
}

a {
  outline: none;
}

strong, em {
  font-weight: bold;
}

img, svg {
  vertical-align: top;
}

img {
  max-width: 100%;
}

input, textarea, select, button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #111;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 13px;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
select,
button {
  border-radius: 0px;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
button {
  background: none;
  border: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px #fff inset;
}

html {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  color: #fff;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  color: #986699;
  text-decoration: none;
}

a:hover {
  color: #111;
}

::-moz-selection {
  background: #986699;
  color: #fff;
}

::selection {
  background: #986699;
  color: #fff;
}

::-moz-selection {
  background: #986699;
  color: #fff;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #111;
}

input::selection,
textarea::selection {
  color: #111;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #111;
}

#wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width:100%;
  overflow: hidden;
  position: relative;
}

#content {
  width: 100%;
}

.container {
 position: relative;
}

.container:before, .container:after {
  content: '';
  display: table;
}

.container:after {
  clear: both;
}

.inner {
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.titleColor{
    color: #d890de;
    font-weight: bold;
}

.redColor {
  color: #f6290b;
}

.blueColor {
  color: #083E85;
}

.greenColor{
    color: #105c63;
}

#header {
  background: #4a4a4a;
}

#header:before, #header:after {
  content: '';
  display: table;
}

#header:after {
  clear: both;
}

#header .logo {
  float: left;
}

#header .inner {
  margin: 0 auto;
  width: 100%;
}

/*#header .inner .seminarBtn {
  float: right;
}

#header .inner .seminarBtn .btn {
  background: #f54e44;
  line-height: 43px;
  width: 190px;
}

#header .inner .seminarBtn .btn a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}*/

#footer {
  background: #323949;
}

#footer #pageTop {
  background: url(../images/btn-pagetop.webp) no-repeat 0 0;
  cursor: pointer;
  position: fixed;
  bottom: 60px;
  right: 0px;
  height: 155px;
  width: 85px;
}

#footer #pageTop:hover {
  opacity: 0.8;
}

#footer #pageTop a {
  position: relative;
  display: block;
  text-indent: -999999px;
  text-align: left;
}

#footer .pagetop {
  border-style: solid;
  border-width: 0 0 104px 104px;
  border-color: transparent transparent #d51608 transparent;
  bottom: 0;
  display: inline-block;
  height: 0;
  right: 0;
  position: fixed;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 0;
  z-index: 90;
}

#footer .pagetop:before {
  content: "";
  display: inline-block;
  background: url(../images/common/arrow-18.webp) no-repeat;
  bottom: -80px;
  height: 12px;
  position: absolute;
  right: 20px;
  width: 18px;
}

#footer .pagetop.stop {
  bottom: 83px;
  position: absolute;
}

#footer .inner {
  padding: 20px 0 17px 0;
}

#footer .inner:before, #footer .inner:after {
  content: '';
  display: table;
}

#footer .inner:after {
  clear: both;
}

#footer .inner .logo {
  float: left;
}

#footer .inner .menu {
  float: right;
}

#footer .inner .menu:before, #footer .inner .menu:after {
  content: '';
  display: table;
}

#footer .inner .menu:after {
  clear: both;
}

#footer .inner .menu li {
  float: left;
}

#footer .inner .menu li:first-child {
  border-left: solid 1px #ffffff;
}

#footer .inner .menu li a {
  display: block;
  color: #ffffff;
  font-size: 12px;
}

#footer .inner .menu li a span {
  padding: 0 13px;
  border-right: solid 1px #ffffff;
}

#main .mv {
  width: 100%;
}

#main .topics {
  padding-top: 30px;
}

#main .topics .redColor {
  font-weight: bold;
}

#main .topics .blueColor {
  font-weight: bold;
}

#main .topics p {
  margin-top: 10px;
  style="font-size: 1.5em;"
}

#main .inner:last-child {
  padding-bottom: 45px;
}

/*#main .spkpnlinner {
  margin-bottom: 100px;
}*/

#main .spkrs .title {
  font-size: 25px;
  font-weight: bold;
  margin: 50px;
  color: #fff;
  display: flex;
  line-height: 0em;
  
}

#main .spkrs .title:before, .title:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #fff;
	display: block;
}
#main .spkrs .title:before {
	margin-right: .4em;
}
#main .spkrs .title:after {
	margin-left: .4em;
}

#main .spkrs .pnlrList .tit{
  max-width: 100%;
  text-align: left;
  margin: 5% auto 0px;
  font-size: 98%;
  align-items: center;
}

#main .spkrs .pnlrList .txt{
  font-size: 93%;
}

#main .spkrs .spkrsList:before, #main .spkrs .spkrsList:after {
  content: '';
  display: table;
}

#main .spkrs .spkrsList:after {
  clear: both;
}

#main .spkrs .spkrsList li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 50px;
  width: 50%;
  margin: auto;
}

#main .spkrs .spkrsList li .txt{
  text-align: left;
  margin: 5% auto;
}

#main .spkrs .spkrsList li .txt2{
  text-align: left;
  margin-inline-start: 1em;
}

#main .spkrs .spkrsList li img{
  max-width: 100%;
}

#main .spkrs .pnlrList .pnlrList1 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 25%;
  text-align: left;
  margin: auto;
}


#main .spkrs .pnlrList .pnlrList2 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 25%;
  text-align: left;
  margin: auto;
}

#main .spkrs .pnlrList .pnlrList1 li{
  max-width: 400px;
  text-align: left;
}

#main .spkrs .pnlrList .pnlrList2 li{
  max-width: 400px;
  text-align: left;
}

li .tit{
  display: block;
  text-align: left;
  max-width: 400px;
  margin: auto;
}

li .img {
  text-align: center;
  margin-top: 13px;
  min-height: 120px;
}

li .img img {
  margin-top: 15px;
}

li .tit {
  height: 54px;
  font-size: 18px;
  font-weight: bold;
  margin: 50px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

li .txt {
  margin-top: 30px;
}

li:first-child .img img {
  margin-top: 15px;
}

#main table {
  margin-top: 20px;
  width: 100%;
}

#main table + table {
  margin-top: 62px;
}

#main table caption {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 0 9px 45px;
  background-color: #93009e;
  border: solid 2px #93009e;
  border-radius: 50px 3px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#main table caption span {
  position: relative;
}

#main table caption span:before {
  content: '';
  display: inline-block;
  height: 25px;
  left: -33px;
  position: absolute;
  top: 0px;
  vertical-align: text-top;
  width: 25px;
}

/*#main table caption span.program:before {
  background: url(../images/ico-caption01.webp) no-repeat 0 0;
}

#main table caption span.date:before {
  background: url(../images/ico-caption02.webp) no-repeat 0 0;
}

#main table caption span.seminar:before {
  background: url(../images/ico-caption03.webp) no-repeat 0 0;
}
*/
#main table th,
#main table td {
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
}

#main table th {
  border-right: solid 2px #ffffff;
  text-align: center;
  padding: 12px 0;
  width: 180px;
}

#main table th.part {
  background: #d5d5d5;
  color: #f6290b;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 12px 30px;
}

#main table td {
  padding: 12px 15px;
}

#main table td span.redColor {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

#main table td span.titleColor {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#main table td hr {
  border: dotted #333333;
  border-width: 1px 0 0 0;
  clear: both;
  height: 1px;
  margin: 10px 0;
}

#main table td {
border-right: solid 2px #ffffff;
}

#main table td dl dt {
  font-size: 12px;
}

#main table td .trucTit {
  background: #3f3f3f;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-bottom: 10px;
}

#main table td ul.truc:before, #main table td ul.truc:after {
  content: '';
  display: table;
}

#main table td ul.truc:after {
  clear: both;
}

#main table td ul.truc li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 3%;
  width: 33%;
}

#main table td ul.truc li + li {
  border-left: solid 2px #ffffff;
}

#main table td ul.truc li:first-child {
  padding-left: 0;
}

#main table td ul.truc li:last-child {
  padding-right: 0;
}

#main table td ul.truc li .tit {
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
}

#main .notes {
  margin-top: 5px;
}

.formBtn {
  margin: 45px auto;
  line-height: 43px;
  text-align: center;
}

.formBtn:hover {
  opacity: 0.8;
}

 .formBtn a{
	position: relative;
	display: inline-block;
	padding: .5em 5em .5em 4em;
	border: none;
	border-radius: .25em;
	color: #fff;
	font-size: 18px;  
	line-height: 55px;
	font-weight: bold;
    text-align: center;
	background: linear-gradient(-45deg, #93009e, #93009e, #d8353a, #700f77, #93009e, #ff0f17);
	background-size: 400% 400%;
	-webkit-animation: gradientAnm 90s ease infinite;
	animation: gradientAnm 90s ease infinite;
}

@-webkit-keyframes gradientAnm {
 0% {
background-position:0% 50%
}
 50% {
background-position:100% 50%
}
 100% {
background-position:0% 50%
}
}
@keyframes gradientAnm {
 0% {
background-position:0% 50%
}
 50% {
background-position:100% 50%
}
 100% {
background-position:0% 50%
}
}
 .formBtn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding-top: inherit;
	padding-bottom: inherit;
	width: 2.5em;
	content: ">";
	font-size: 1.2em;
	text-align: center;
}
 .formBtn a:hover::after {
	-webkit-animation: bounceR .4s alternate ease infinite;
	animation: bounceR .4s alternate ease infinite;
}
@-webkit-keyframes bounceR {
from {
-webkit-transform:translateX(0)
}
to {
-webkit-transform:translateX(4px)
}
}
@keyframes bounceR {
from {
transform:translateX(0)
}
to {
transform:translateX(4px)
}
}

.company {
  width: 600px;
  font-weight: bold;
  display: block;
  margin-left: 5%;
  margin-top: 30px;
  padding-bottom: 20px;
}

.company a {
  color: #f6290b;
}

/* 背景動き用
-------------------------------
body {
	width: 1005;
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	animation: Gradient 15s ease infinite;
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

h1 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	right: 0;
	left: 0;
}-------------------------- */
/* 背景動き用2
---------------------------------------------------------- */
body {
 margin: 0;
 padding: 0;
}
section {
 height: 100%;
 margin: 0;
 background-image: url(../images/bg.webp);
 -webkit-background-size: 500px;
 background-size: 500px;
 -webkit-animation: bgscroll 25s linear infinite;
 animation: bgscroll 25s linear infinite;
}

wrapper {
 height: 300px;
 line-height: 300px;
 color: #fff;
 text-align: center;
 font-size: 60px;
 font-family: impact;
 font-weight: normal;
}

@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 -500px;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 -500px;}
}
/* レスポンシブ用
---------------------------------------------------------- */

/* pc */
@media screen and (min-width:701px) {
img.pc { display: block !important; }
img.sp { display: none !important; }
#main .spkrs .spkrsList li .img{
  width: 60%;
  margin: auto;
}
#main .spkrs .spkrsList li .tit {
    text-align: left;
    width: 100%;
}
#main .spkrs .spkrsList li .txt {
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}	
}

/* smartPhone */
@media screen and ( max-width:700px) { 

#main .topics p {
 margin-top: 10px;
 style="font-size: 0.7em;"
}
img.pc { display: none !important; }
img.sp { display: block !important; }

#main .spkrs .title {
  font-size: initial;
  font-weight: bold;
  margin-top: 48px;
  color: #fff;
  display: flex;
　 padding: 5%　0px;
  line-height: 0;
}

#main .spkrs .title:before, .title:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #fff;
	display: block;
}

#main .spkrs{
  width: 100%;
  margin: auto;
}
	
	
#main .spkrs .spkrsList li{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
  width: 100%;
  margin: auto;
}

	
#main .spkrs .pnlrList .pnlrList1 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
  padding: 0 20px;
  width: 100%;
  margin: auto;
}

#main .spkrs .pnlrList .pnlrList2 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
  padding: 0 20px;
  width: 100%;
  margin-bottom: auto;
}

#main .spkrs .pnlrList{
    margin-top: 32px;
    border-right: none;
}
	
#main .spkrs .pnlrList #pnlrList4 {
  border-bottom: none !important;
}	
	
#main .spkrs .pnlrList li .img{
  margin: 20px 0 0;
}
	
#main table th {
    border-right: solid 2px #ffffff;
    text-align: center;
    padding: 12px 0;
    width: 18%;
}

#header .inner .formBtn .btn {
  line-height: 43px;
  width: 80%;
  margin: 45px auto;
　text-align: center;
}

	
#footer #pageTop {
  background: url(../images/btn-pagetop.webp) no-repeat 0 0;
  cursor: pointer;
  position: fixed;
  bottom: 60px;
  right: 0px;
  height: 155px;
  width: 85px;
}
	
#main table caption {
  margin-top: 0px;
}

}
/* utility
---------------------------------------------------------- */
.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.none {
  display: none !important;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 460px){
.spbr {display:none}
}