@charset "UTF-8";
/* CSS Document */
.main {
  background: url("../img/bg.png");
  background-size: auto 480px;
  background-repeat: no-repeat;
  background-position: 80% 0%;
  background-color: #f1f5ff;
  padding: 50px 0px 50px 0px;
}
.flex-wrap {
  padding: 50px 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #5073D380;
  width: 100%;
  margin: 0px 0px 0px 0px;
  display: block;
  position: relative;
  border-radius: 10px;
}
.flex-wrap img {
  width: 100%;
  top: 0;
  margin: auto;
}
h2 {
  font-size: 3.5rem;
  color: #5073D3;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 40px 0px;
  line-height: 3.5rem;
  letter-spacing: 2px;
  position: relative;
}
h2:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 1px;
  height: 35px;
  background-color: #5073D3;
}
.coming_soon {
  height: 360px;
}
.title1 {
  position: relative;
  padding: 1.5rem 0rem;
  margin: 0px 0px 20px 0px;
  font-weight: bold;
  font-size: 1.8rem;
}
.title1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #5073D3, #5073D3 1px, transparent 2px, transparent 4px);
  background-image: repeating-linear-gradient(-45deg, #5073D3, #5073D3 1px, transparent 2px, transparent 4px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.title2 {
  color: #5073D3;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px dotted #5073D3;
  padding: 0px 0px 5px 0px;
}
.title3 {
  color: #5073D3;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
.txt1 {
  margin: 0px 0px 20px 0px;
  font-weight: 400;
  line-height: 2.2rem;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.list01 {
  margin: 0px;
  padding: 0px;
}
.list01 li {
  list-style-type: none;
  padding: 1px 0px 5px 15px;
  margin: 0px 0px 0px 0px;
  position: relative;
  display: block;
}
.list01 li:last-child {
  padding: 0px 0px 0px 15px;
}
.list01 li::after {
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  color: #5073D3;
  cursor: pointer;
  align-items: center;
}


.list02 {
  margin: 0px;
  padding: 0px;
}
.list02 li {
  list-style-type: none;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 10px 0px;
  position: relative;
  display: block;
}

.number{width:70px;
border: 1px solid;
display: inline-block;
text-align: center;
margin: 0px 10px 0px 0px;}

.btn1 {
  font-size: 2.0rem;
  text-align: center;
  width: 320px;
  font-weight: 700;
  margin: 30px auto 15px auto;
}
.btn1 > a:link, .btn1 > a:visited, .btn1 > a:active {
  background: transparent linear-gradient(270deg, #5073D3 0%, #223977 100%);
  display: block;
  padding: 28px 0px 30px 0px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  color: #FFF;
  box-shadow: 0px 3px 3px #5073D380;
}
.btn1 > a:hover {
  display: block;
  opacity: 0.7;
  transition: ease .3s;
  -webkit-transform: scale(0.98, 0.98);
  -moz-transform: scale(0.98, 0.98);
  -o-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}
.tbl-r {
  margin: 0px auto 20px auto;
  font-weight: 400;
  line-height: 2.2rem;
  font-size: 1.5rem;
  padding-top: 20px;
}
.tbl-r th {
  background: #5073D3;
  color: #fff;
  padding: 10px;
}
.tbl-r th:nth-child(1) {
  width: 41%;
}
.tbl-r th:nth-child(2) {
  width: 41%;
}
.tbl-r td {
  border: solid 1px #5073D3;
  padding: 10px;
}
.tbl-r tr:nth-child(even) {
  background: #f1f5ff;
}
.tbl-r td {
  border: none;
}
.tbl-r .last {
  border-bottom: solid 1px #ccc;
}
.tbl-r2 {
  width: 100%;
  text-align: center;
  border: solid 1px #ccc;
  margin: 0px auto 20px auto;
}
.tbl-r2 th {
  text-align: center;
  background: #5073D3;
  color: #fff;
  padding: 10px;
}
.tbl-r2 td:first-child {
  border-left: none;
}
.tbl-r2 td {
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  padding: 10px;
}
.date_box {
  display: flex;
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0px 0px 20px 0px;
  width: 100%;
  background-color: #f1f5ff;
}
.date_r {
  background: #5073D3;
  padding: 20px;
  color: #fff;
}
.date_l {
  padding: 20px;
}
@media screen and (max-width:800px) {}
@media screen and (max-width:600px) {
  .flex-wrap {
    padding: 40px 20px;
  }
  h2 {
    margin: 0px 0px 30px 0px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  h2:after {
    height: 25px;
  }
  .tbl-r {
    width: 100%;
  }
  .tbl-r .thead {
    display: none;
  }
  .tbl-r td {
    width: 100%;
    display: inline-block;
    padding: 5px;
  }
  .tbl-r span {
    position: relative;
    display: inline-block;
    color: #5073D3;
    font-weight: bold;
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
  }
  .tbl-r span:before {
    position: absolute;
    left: 80px;
    content: "\f103";
    font-family: 'Font Awesome 5 Free';
    color: #5073D3;
    cursor: pointer;
    align-items: center;
    margin: 0px 0px 0px 0px;
  }
  .tbl-r .last {
    border-bottom: none;
  }
  .date_box {
    display: inline-block;
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
  }
  .date_r {
    background: #5073D3;
    padding: 10px 0px;
    color: #fff;
  }
  .date_l {
    padding: 20px 0px;
  }
}
@media screen and (max-width:400px) {
  .btn1 {
    width: 90%;
    font-size: 1.6rem;
  }
  h2 {margin: 0px 0px 20px 0px;
    letter-spacing: 0;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  h2:after {
    height: 22px;
  }
  .title1 {
    font-size: 1.6rem;
  }
}