@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.taL { text-align:left!important; }
.taC { text-align:center!important; }
.taR { text-align:right!important; }

.mb0 { margin-bottom:0!important; }
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }

.pb0 { padding-bottom:0!important; }
.pb5 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }
.pb40 { padding-bottom:40px!important; }

.mAuto {
	margin:auto;
}

.justC {

}


.red { color:#f00; }
.fwB { font-weight:bold!important; }
.fwN { font-weight:normal!important; }

.regBtnArea {
	display: flex;
	width:660px;
	margin:auto;
	justify-content:space-between;
	align-items:center;
}

a.btnNext,
a.btnBack,
.btnNext,
.btnBack {
	display: inline-block;
    width: 100%;
    min-width: 320px;
    justify-content: center;
    align-items: center;

	background: #2F8BAA;
	background-color: #2F8BAA;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
	border:none;
    padding: 10px 15px;

    text-decoration: none!important;
    cursor:pointer;

}

a.btnNext,
.btnNext {
	background-color: #2F8BAA!important;
	color:#fff;
}

a.btnBack,
input.btnBack {
    /*background: #adadad;*/
    background: #666;
    border: 1px solid #ccc;
    color:#fff!important;
}

a.btnNext:hover,
.btnNext:hover {
	opacity:0.7;
}

a.btnBack:hover,
.btnBack:hover {
    background: #979797;
}


#timetableArea .blockTitle p {
	font-size:100%;
	text-align:left;
}

.regBtnAreaFl ul {
	max-width:700px;
	margin:2em auto;
}
.regBtnAreaFl ul li.left {
	float:left;
}
.regBtnAreaFl ul li.right {
	float:right;
}

.regBtnAreaFl1{
	max-width:400px;
	margin:1em auto;
}

#contact {
	/*max-height:400px;*/
}


.selActive {
	background:#fbefc2!important;
}
.selFocus {
	/*background:#ff8c29!important;*/
}


#timetableArea .areaMain .timetableBlock {
	margin-bottom:0;
}


#timetableArea .pitch .btnDetailPitch > a {
    display: inline;
    padding: 0;
    background: none;
    color: #007DB8;
    font-size: 16px;
}
#timetableArea .pitch .btnDetailPitch > a:hover,
#timetableArea .pitch .btnDetailPitch > a:active {
	text-decoration:none;
}

.detailBoxArea .panel,
.detailBoxArea .model {
    margin-bottom: 0.5em;
    line-height: 1.3;
    font-size: 15px !important;
}

.max1300 {
	max-width:1300px;
	margin:auto;
}


#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox h3 {
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:10px;
	
}
.time3 .programTitle {
	display:none;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox.time3 .programMain .programMainBox {
	padding-top:0;
}


.flex3Col {
	display:flex;
	flex-wrao:wrap;
}


/* tablet */
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.flex3Col {
		display:block;
	}

	#timetableArea .areaMain .titmetableBox .textBox .programBox.time3 .programMain .programMainBox+.programMainBox {
		padding-top:15px;
	}

	.regBtnAreaFl ul {
		max-width:98%;
		margin:1em auto;
	}
	.regBtnAreaFl ul li.left {
		float:none;
		margin-bottom:0.5em;
	}
	.regBtnAreaFl ul li.right {
		float:none;
		margin-bottom:0.5em;
	}
	.regBtnAreaFl {
		text-align:center;
	}

}


.markPS.sesCate5,
.detailBoxArea .session-type.sesCate5 {
	color:#007DB8;
}




/*
.hero {
  position: relative;
}

.hero-img {
  width: 100%;
  overflow: hidden;
}

.hero-text {
  position: absolute;
  top: 90px;
  left: 50px;
  text-align: left;
}

.hero-text img{
  width: 170px;
  margin-bottom: 20px;
}

.hero-text h1 {
  font-family: "BentonSansBold";
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  color: #D99700;
  line-height: 1;
}

.hero-text h1+p {
  color: #007DB8;
}

.hero-tab,
.hero-pc {
  display: none;
}
*/

/* page TOP DOWN  */
#updown {
    font-size: 25px;
    color: #00a1e0;
    background: #fff;
    text-align: center;
    z-index: 1000;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 18px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;

    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;

}

#updown .up {
    padding-top: 0.3em;
}

#updown a {
    line-height: 36px;
    color: #00a1e0;
    display: block;
    height: 36px;
    width: 36px;
}

.spkBox {
	margin-bottom:10px;
}


@media screen and (min-width: 768px) {

/*
  .hero {
    text-align: right;
  }

  .hero-tab {
    display: block;
  }

  .hero-sp {
    display: none;
  }

  .hero-img {
    text-align: center;
  }

  .hero-img>div {
    margin: 0 -9999px;
    position: relative;
    overflow: hidden;
    min-height: 300px;
  }

  .hero-img>div>div {
    max-width: 1280px;
    margin: 0 auto;
  }

  .hero-img img {
    width: auto;
    margin: 0 auto;
  }

  .hero-text {
    top:0;
    font-size: 20px;
    display: table;
    height: 100%;
  }

  .hero-text>div {
    display: table-cell;
    vertical-align: middle;
  }

  .hero-text img{
    width: 240px;
    margin-bottom: 30px;
  }

  .hero-text h1 {
    font-size: 45px;
  }

  .hero-text h1+p {
    font-size: 23px;
  }
 */
 
}

@media screen and (min-width: 1200px) {

/*
  .hero-text {
    left: calc((100% - 960px) / 2);
  }

  .hero-text h1 {
    font-size: 50px;
  }

  .hero-text h1 {
    font-size: 56px;
  }
*/

}

@media screen and (min-width: 1281px) {
/*
  .hero-img>div>div {
    max-width: 1920px;
  }

  .hero-tab {
    display: none;
  }

  .hero-pc {
    display: inherit;
  }
*/
}

@media screen and (min-width: 1920px) {

/*
  .hero-img {
    margin: 70px 0 0;
  }

  .hero-img>div {
    margin: 0;
  }

  .hero-img>div>div {
    width: 100%;
    max-width: 100%;
  }

  .hero-img img {
    width: 100%;
    height: auto;
  }
*/

}
