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: #cab8d9;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  max-width: 1200px;
}

.buttonBar .a_btn {
  margin: auto;
}

.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: #fff;
  text-decoration: none;
}

.a_btn:hover {
  text-decoration: none;
  background: #dc0014;
  border-radius: 8px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@keyframes blink {
  0% {
    background: #cab8d9;
  }

  100% {
    background: #333c5e;
  }
}

#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: #fff;
  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-between
}

#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;
}
.gift {
  border-top-style: dashed;
  border-bottom-style: dashed;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.amazon {
   text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF0004;
  font-size: 150%;
}

.sponsorH {
  color: #fff;
  background: #cab8d9;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}

#container .sponsor {
  width: 100%;
  display: flex;
  background: #fff;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  padding: 30px 0
	 
}

#container .sponsor div {
  width: 50%;
  text-align: center
}

.sponsor img {
  max-width: 280px;
}

.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 .sponsor div {
    width: 100%
  }

  #container .sponsor .logo {
    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: #F2F2F2;
}

.key img {
  width: 100%;
}

.program {
  background: #fff;
  margin: 10px;
}

.time-type {
  font-size: 20px;
}

.time {
  background: #8C8C8C;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.type {
  background: #111;
  color: #fff;
  padding: 10px;
}

.session .title {
  font-size: 20px;
  padding: 10px;
}

.photo img {
  width: 180px;
}

.caption {
  padding: 0 10px;
}

.text {
  border-top: 1px solid #333;
  padding: 10px 0 20px;
}

.border0 {
  border: 0;
}

.photo {
  text-align: center;
}

.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;
  }

  .caption .text {
    width: calc(100% - 190px);
  }

  .name {
    text-align: right;
    font-size: 20px;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}