@charset "UTF-8";
/* CSS Document */
body {
  min-width: 1000px;
  height: 100%;
  background: #dcf5ff;
  margin: 0 auto;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "Meiryo", "CI", "lr oSVbN", "Arial";
  font-size: 14px;
}
#container {
  min-width: 1000px;
  margin: 0px auto 0px auto;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1200px;
  padding: 30px 0px 0px 0px;
}
.right {
  width: 790px;
  float: right;
  margin: 0px 0px 0px 0px;
}
.main1 {
  margin: 180px 0px 0px 0px;
}
.main2 {
  width: 685px;
  margin: 10px 0px 20px 105px;
  display: -webkit-flex;
  display: flex;
}
.main2 img {
  margin: 0px 0px 5px 0px;
}
.main2_l {
  width: 450px;
  margin: 0px 25px 0px 0px;
}
.main2_r {
  width: 210px;
  margin: 0px 0px 0px 0px;
}
.top_txt {
  width: 685px;
  margin: 15px 0px 0px 105px;
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
}
.info_title {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 10px;
  border-left: solid 1px #1d2088;
}
.info {
  width: 625px;
  height: 240px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 25px 0 rgb(29 32 136 / 30%);
  padding: 30px;
  margin: 0px 0px 70px 105px;
}
.date {
  height: 200px;
  overflow-y: scroll;
  width: 720px;
}
.date dl {
  clear: both;
  margin: 0px 0px 0px 0px;
}
.date dt {
  padding: 5px 0px 5px 0px;
  width: 80px;
  color: #1d2088;
  float: left;
  /* float解除 */
  clear: both;
}
.date dd {
  padding: 4px 0px 5px 0px;
  width: 520px;
  /* dtの幅分の設定 */
  margin-left: 100px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.consent {
  width: 1030px;
  margin: 20px auto 0 auto;
  padding: 10px;
  color: #AF6672;
  background-color: #F4EBEC;
  text-align: center;
}

.hybrid {
  background-color: gold;
  text-align: center;
  padding: 17px 0px;
  margin: 0px 0px 30px 0px;
  color: #1d2088;
  width: 680px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 35px;
  box-shadow: 0 5px 10px 0 rgb(29 32 136 / 30%);
}
.day {
  color: #dc0000;
  font-size: 18px;
  border: 4px solid #dc0000;
  text-align: center;
  padding: 13px 0px;
  margin: 0px 0px 30px 0px;
  font-weight: bold;
}

.online_box {
  width: 685px;
  padding:20px 0px;
  margin: 10px 0px 20px 0px;
  line-height: 140%;
  font-feature-settings: 'palt'1;
  font-weight: bold;
  letter-spacing: .5px;
  font-size: 16px;
background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 25px 0 rgb(29 32 136 / 30%);
  text-align: center;
}
.online > a:link, .online > a:visited, .online > a:active {
  background: linear-gradient(90deg, rgba(75, 79, 155, 1) 0%, rgba(30, 35, 130, 1) 100%);
  font-size: 20px;
  position: relative;
  font-weight: bold;
  width: 400px;
  padding: 17px 0px 14px 0px;
  margin:0px auto 10px auto;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  letter-spacing: 1px;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
}
.online > a:hover {
  opacity: 0.8;
}
.online :after {
  content: '';
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #f9d849;
  border-right: 3px solid #f9d849;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 30px;
  left: 355px;
}
.contact{color: #dc0000; text-align: center;
margin: 10px 0px 0px 0px;
line-height: 170%;}
.con_box{
color: #dc0000;
border: 2px solid #dc0000;
font-size: 14px;
padding:2px 10px;
margin: 0px 10px 0px 0px;}