@charset "UTF-8";
/* CSS Document */
#container {
  min-width: 1080px;
  background-position: top center;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 1500px;
  margin: 0px auto;
  padding: 0;
}
.right {
  width: 770px;
  float: right;
}
.main_box {
  margin: 83px 0px 40px 0px;
}

.info_box {
  margin: 0px 0px 0px 220px;
}
.info_txt{
  background: rgba(255, 255, 255, 0.8);
  padding:13px 50px;
  border: 4px solid #FF0004;
  margin: 70px 0px 0px 0px;
   text-align: justify;
  text-justify: inter-ideograph;}

.info_txt2{
  padding:30px 50px;
  margin: 20px 0px 0px 0px;
background-color: #f5f6fa;
border-radius:15px;
}

.online_box{
display: flex;
justify-content: space-between;
align-items: flex-end;}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 5rem;
  letter-spacing: 1px;
}

a.btn--yellow {
  color: #FFF;
  background-color: #ee7800;
  border-bottom: 5px solid #e65800;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #FFF;
  background: #f08519;
  border-bottom: 2px solid #ee7800;
}

.info {
  background: rgba(255, 255, 255, 0.5);
  width: 770px;
  padding: 20px 0px 0px 0px;
  height: 300px;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #ee7800;
  position: relative;
}
.info :after {
  content: '';
  width: 100px;
  border-top: 5px solid #ee7800;
  position: absolute;
  top: 0px;
  left: 25px;
}
h2 {
  font-size: 22px;
  color: #3e3a39;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  width: 720px;
  margin: 0px auto 0px auto;
  letter-spacing: 4px;
  background-image: url("../images/main05.png");
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: 120px 10px;
}
h3 {
  padding: 0px 0px 7px 10px;
  font-size: 15px;
  border-bottom: 1px solid #9da7ca;
  background-color: #f5f6fa;
  margin: 0px 0px 7px 0px;
  line-height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  position: relative;
}
h3::after {
  position: absolute;
  content: '';
  top: 35%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #ee7800;
}
.date dl {
  width: 720px;
  height: 210px;
  margin: 10px auto 0px auto;
  clear: both;
  overflow-y: scroll;
}
.date dt {
  background-color: #fce8d4;
  padding: 2px 0px 2px 0px;
  width: 100px;
  text-align: center;
  color: #ee7800;
  /* 左寄せ */
  float: left;
  /* float解除 */
  clear: both;
}
.date dd {
  padding: 0px 0px 10px 0px;
  /* dtの幅分の設定 */
  margin-left: 120px;
  text-align: justify;
  text-justify: inter-ideograph;
}