@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
/**
 * --------------------------------------------------------------------------
 * topVisual
 * --------------------------------------------------------------------------
 */
.topVisualWrapper {
	position: relative;
	width: 100%;
  background-image: linear-gradient(to right, #84c8cb, #5fa6c7);
}
.topVisualInner {
  width: 1200px;
  margin: 0 auto;
  padding: 5% 0 3%;
  text-align: center;
}
.topVisualTitle {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px 0;
  color: #fff;
}

.topVisualRead {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-shadow: #313371 0 0 10px,#313371 0 0 10px;
}
.topVisualTitleSub {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 40px 0;
  line-height: 1;
  color: #fff;
}
.topVisualTitleSub span{
  background: #2094a4;
  padding: 7px 10px 10px 10px;
}
.topVisual70thLogo {
  position: absolute;
  background: #fff;
  padding: 30px;
  width: 100px;
  top: 0;
  left: 40px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.topVisualBtWrapper {
  background: rgb(32 148 164 / 48%);
  padding: 20px 0;
}
.topVisualBtList {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.topVisualBtList li{
  list-style-type: none;
  margin: 0 5px;
}
a.topVisualBt {
  font-size: 2rem;
  display: inline-block;
  background: #2060a4;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 1.2em 2.4em;
  min-width: 300px;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
}
a.topVisualBt img {
    position: absolute;
    top: 34%;
    right: 20px;
    width: 25px;
}

a.topVisualBt.login {
  background: #002856;
}
.topIntroBox {
  margin: 20px auto 0;
}
/**
 * --------------------------------------------------------------------------
 * about
 * --------------------------------------------------------------------------
 */
.aboutWrapper {
  background: #2094a4;
  color: #fff;
}
.aboutColumn {
  width: 449px;
}
.topInfoBox {
  border-left:solid 1px #fff;
}
.topInfoBoxInner {
  padding-left: 80px;
}
.topDate {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
}
  .topDate .month {
    font-size: 6rem;
    font-weight: 800;
  }
  .topDate .year {
    font-size: 3rem;
  }
.topTime {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}
.topEventInfo {
  font-size: 1.8rem;
  line-height: 1.4;
}
.topEventInfo td,
.topEventInfo th {
  padding-bottom: 30px;
}
.topEventInfo th {
  font-weight: bold;
  vertical-align: top;
  padding-right: 20px;
}
.topEventInfoNotice {
  border: solid 2px #2094a4;
  padding: 40px;
  margin:50px 0 0 0;

} 
/**
 * --------------------------------------------------------------------------
 * プログラム
 * --------------------------------------------------------------------------
 */
.programTitle {
  background: #2094a4;
  color: #fff;
  padding: 20px;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
}
  .programTitle.day2 {
    background: #3364a3;
  }

.programTable {
  font-size: 1.7rem;
  border-collapse:collapse;
  width: 100%;
  line-height: 1.6;
}
.programTable tr {
  border-bottom: dotted 1px #94a9a3;
}

.programTable th {
  font-size: 1.6rem;
  width: 23%;
  color: #2094a4;
  padding: 20px 0;
}
  .programTable.day2 th {
    color: #3364a3;
  }
.programTable td {
  padding: 20px 0;
}

.programBox {
  background: #f1f9f7;
  padding: 30px;
  margin-bottom: 20px;
}
  .programBox.day2 {
    background: #f1f5f9;
  }

.programDayIcn {
  margin-bottom: 10px;
}
.programDayIcn span{
  display: inline-block;
  background: #2094a4;
  color: #fff;
  line-height: 1;
  padding: 5px 15px;
  font-weight: 700;
}
  .programDayIcn.day2 span{
    background: #3364a3;
  }

/**
 * --------------------------------------------------------------------------
 * カンファレンス
 * --------------------------------------------------------------------------
 */
.conferenceTitle {
  font-size: 2.8rem;
  padding: 5px 0 5px 20px;
  margin: 0 0 30px 0;
  border-left:solid 5px #2094a4;
  line-height: 1.5;
}
.facilitator {
  color: #2094a4;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.aff {
  font-size: 1.4rem;
}
.conferenceTitleRead {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 50px;
}
.conferenceBox {
  background: #fff;
  padding: 45px;
}

/**
 * --------------------------------------------------------------------------
 * Wrapper
 * --------------------------------------------------------------------------
 */
.contentsWrapper {
}
.grfWrapper {
  margin: 80px 0;
}
.sectionWrapper {
  background: #e2f1ee;
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
}
.boxInner {
  padding: 60px;
}
.introBox {
  width: 70%;
  margin: 60px auto;
}
/**
 * --------------------------------------------------------------------------
 * スクーリング会場
 * --------------------------------------------------------------------------
 */
.accessBox {
  background: #fff;
  width: calc(100% - 120px);
  padding: 60px;
  margin-bottom: 50px;
}
.accessBox img {
}
.accessTable {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #ddd;
}
.accessTable tr {
  border-bottom: solid 1px #ddd;
}
.accessTable th {
  padding: 15px 0;
  vertical-align: top;
}
.accessTable td {
  padding: 15px 0 15px 20px;
  vertical-align: top;
}

.accessMap {
  height: 360px;
  margin: 50px 0 0 0;
}
.accessMap iframe{
  width: 100%;
  height: 100%;
}

/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
/**
 * --------------------------------------------------------------------------
 * topVisual
 * --------------------------------------------------------------------------
 */
.topVisualWrapper {
}
.topVisualInner {
  width: 95%;
  padding: 10% 0;
}
.topVisualTitle {
  font-size: 2.8rem;
  margin: 30px 0 0 0;
}

.topVisualRead {
  font-size: 1.5rem;
}
.topVisualTitleSub {
  font-size: 1.2rem;
  margin: 0 0 20px 0;
}
.topVisualTitleSub span{
  padding: 7px 10px 10px 10px;
}
.topVisual70thLogo {
  padding: 10px;
  width: 38px;
  top: 0;
  left: 8px;
}
.topVisualBtWrapper {
  padding: 10px 0;
}
.topVisualBtList {
  display: inherit;
}
.topVisualBtList li{
  margin: 0 0 8px 0;
}
  .topVisualBtList li:last-child{
    margin: 0;
}
a.topVisualBt {
  padding: 1.2em 2.4em;
  min-width: 200px;
}
a.topVisualBt img {
    position: absolute;
    top: 30%;
    right: 20px;
    width: 22px;
}
.topIntroBox {
  width: 90%;
  margin: 20px auto 0;
  text-align: left;
} 
/**
 * --------------------------------------------------------------------------
 * about
 * --------------------------------------------------------------------------
 */
.aboutWrapper {
}
.topInfoBox {
  border-left:none;
}
.topInfoBoxInner {
  padding-left: 0;
}
.topDate {
  font-size: 2.7rem;
  font-weight: 600;
  margin: 0 0 0 0;
}
  .topDate .month {
    font-size: 3.5rem;
    font-weight: 600;
  }
  .topDate .year {
    font-size: 2rem;
  }
.topTime {
  font-size: 2rem;
  font-weight: 600;
}
.topEventInfo {
  font-size: 1.5rem;
  margin: 30px 0 0 0;
}
.topEventInfo th {
  white-space: nowrap;
  vertical-align: top;
  padding-right: 10px;
}
.topEventInfoNotice {
  padding: 20px;
  margin:30px 0 0 0;

} 
/**
 * --------------------------------------------------------------------------
 * Wrapper
 * --------------------------------------------------------------------------
 */
.contentsWrapper {
}
.grfWrapper {
  margin: 30px 0;
}
.sectionWrapper {
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
}
.boxInner {
  padding: 30px;
}
.introBox {
  width: auto;
  margin: 30px auto;
}
/**
 * --------------------------------------------------------------------------
 * プログラム
 * --------------------------------------------------------------------------
 */
.programTable {
  font-size: 1.6rem;
}
.programTable th {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
}
.programTable td {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
}
/**
 * --------------------------------------------------------------------------
 * カンファレンス
 * --------------------------------------------------------------------------
 */
.conferenceTitle {
  font-size: 1.6rem;
  padding: 8px;
  margin: 0 0 20px 0;
}
.facilitator {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.aff {
  font-size: 1.4rem;
}
.conferenceTitleRead {
  font-size: 1.4rem;
  margin: 0 auto 30px;
}
.conferenceBox {
  padding: 20px;
}
 
/**
 * --------------------------------------------------------------------------
 * スクーリング会場
 * --------------------------------------------------------------------------
 */
.accessBox {
  width: auto;
  padding: 20px;
  margin-bottom: 20px;
}
.accessBox img {
}
.accessTable {
  margin: 20px 0 0 0;
}
.accessTable tr {
}
.accessTable th {
  padding: 10px 0;
  white-space: nowrap;
  
}
.accessTable td {
  padding: 10px 0 10px 15px;
}

.accessMap {
  height: 360px;
  margin: 50px 0 0 0;
}
.accessMap iframe{
  width: 100%;
  height: 100%;
}
}