html, body, div, img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: content-box
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px
}
body {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400
}
#container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.mainImg {
  padding: 0;
  margin: 0;
}
.mainImg img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  vertical-align: bottom;
}
.read {
  padding: 105px 0 40px;
}
.read .name {
  text-align: right;
}
.mainImg {
  margin: 0;
  padding: 0;
}
.buttonBar {
  background: #fff;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  max-width: 1200px;
}
.buttonBar_2 {
  background: #242B2E;
  width: 100%;
  max-width: 1200px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}
.buttonBar_2 img {
  max-height: 60px;
}
.buttonBar_2 div {
  display: inline-block;
  vertical-align: middle;
}
.buttonBar .a_btn {
  margin: auto;
}
.flex-parent {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  ;
}
.a_btn {
  padding: 0 !important;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  animation: blink 2s ease-in-out infinite alternate;
}
.a_btn:link {
  display: block;
  color: #111;
  text-decoration: none;
}
.a_btn:hover {
  text-decoration: none;
  background: #FFCD30;
  border-radius: 8px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@keyframes blink {
  0% {
    background: #FFCD30;
  }
  100% {
    background: #FFCD30;
  }
}
#container #text_part {
  display: flex;
  justify-content: space-between
}
#container #text_part .title {
  font-weight: 700;
  font-size: 20px
}
#container #text_part #summary {
  display: inline;
  width: 750px
}
#container #text_part #summary table {
  width: 100%
}
#container #text_part #summary table tbody {
  border-top: 1px solid #999
}
#container #text_part #summary table tbody tr {
  border-bottom: 1px solid #999
}
#container #text_part #summary table tbody tr td {
  vertical-align: top;
  font-size: 16px;
  padding: 3px 6px 3px 2px;
}
#container #text_part #summary table tbody tr td:nth-child(1) {
  padding-right: 20px
}
#container #text_part #register {
  display: block;
  width: 300px
}
.a_btn {
  display: block;
  width: 280px;
  padding: 8px;
  background: #f53;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 8px
}
.a_btn:hover {
  background: #f13
}
#container #switch {
  padding: 40px 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#container #switch a {
  display: block;
  width: 330px;
  padding: 10px 5px;
  background: #fff;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  border-radius: 5px
}
#container #switch a:hover {
  color: #0056b3
}
#container #switch .active {
  background: #000 !important;
  color: #fff !important
}
.border0 {
  border: 0;
}
.line {
  border-bottom: 1px solid #333;
  width: 100px;
}
.gift {
  border-top-style: dashed;
  border-bottom-style: dashed;
  font-weight: bold;
  margin-bottom: 10px;
}
.amazon {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF0004;
  font-size: 150%;
}
.sponsorH {
  color: #111;
  background: #F2F2F2;
  text-align: left;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
}
.sponsorG {
  color: #111;
  background: #F2F2F2;
  text-align: left;
  padding: 10px;
  font-size: 20px;
}
#container .sponsor {
  width: 99%;
  display: inline-flex;
  background: #F2F2F2;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
#container .sponsor2 {
  width: 99%;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
#container .sponsor div {
  width: 50%;
  text-align: center;
  background: #F2F2F2;
}
#container .sponsor2 div {
  width: 50%;
  text-align: center;
}
.sponsor img {
  max-height: 120px;
}
.sponsor2 img {
  max-height:200px;
}
.footer {
  color: #fff;
  ;
  background: #303030;
  text-align: right;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  #container #switch {
    padding: 0 20px
  }
  #container #switch a {
    margin: 20px auto;
    width: 300px;
    font-size: 18px
  }
  #container #text_part {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
  #container #text_part #summary {
    width: 100%
  }
  #container #text_part #register {
    width: 100%
  }
  #container #text_part #register a {
    margin: 0 auto 30px auto
  }
  .read .text, .read .name {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  #container #switch {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
  #container #switch a {
    margin: 20px auto
  }
  #container .sponsor {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px
  }
  #container .sponsor2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px
  }
  #container .sponsor div {
    width: 100%
  }
	  #container .sponsor2 div {
    width: 100%
  }
  #container .sponsor .logo {
    margin: 30px auto;
    max-width: 280px !important;
    height: auto
  }
  #container .sponsor2 .logo2 {
    margin: 30px auto;
    max-width: 280px !important;
    height: auto
  }
}
@media screen and (max-width: 700px) {
  #container #switch {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
  #container #switch a {
    display: block;
    width: 280px;
    padding: 10px 5px;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 20px auto
  }
}
#d1, #d2, #d3 {
  background: #fff;
}
.key img {
  width: 100%;
}
.program {
  background: #fff;
  margin: 10px;
}
.time-type {
  font-size: 20px;
}
.time {
  background: #242B2E;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.type {
  background: #242B2E;
  color: #fff;
  padding: 10px;
}
.session .title {
  font-size: 20px;
  padding: 10px;
}
.photo img {
  width: 180px;
}
.caption {
  padding: 0 10px;
}
.sponsor_frame {
  background: #F2F2F2;
  padding: 0 10px;
  text-align: center;
}
.text {
  border-bottom: 1px solid #333;
  padding: 10px 0 20px;
  margin-bottom: 10px;
}
.text2 {
  padding: 10px 0 20px;
}
.border0 {
  border: 0;
}
.photo {
  text-align: right;
}
.photo2 {
  text-align: left;
}
.name {
  text-align: center;
  padding: 0 10px 15px;
}
.profile {
  border-top: 1px solid #333;
  padding: 10px 0 20px;
  margin: 0 10px;
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.pc {
  display: none;
}
@media screen and (min-width: 500px) {
  .program {
    margin: 40px;
  }
  .time-type, .caption {
    display: flex;
  }
  .time {
    width: 160px;
  }
  .type {
    width: calc(100% - 160px);
  }
  .caption .photo {
    width: 190px;
    padding: 10px 0 0 10px;
  }
  .name {
    text-align: right;
    font-size: 20px;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}