@charset "UTF-8";
/* CSS Document */
.content {
  width: 1180px;
  margin: 0px auto;
  background-color: #FFF;
  border-radius: 20px;
  padding: 80px 50px;
  margin-bottom: 80px;
}
h2 {
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  margin: 0px auto 100px auto;
  padding: 0px 0px 0px 0px;
  color: #021567;
  position: relative;
}
h2::after {
  content: '';
  width: 60px;
  height: 5px;
  display: inline-block;
  background-color: #D0FE14;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.txt1 {
  padding: 0px 0px 35px 0px;
  line-height: 180%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px auto 0px auto;
}
.title1 {
  padding: 25px 0px 25px 20px;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 0px 0px 30px 0px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  background-color: #F2F6FF;
  color: #021567;
  border-radius: 5px;
}
.title1::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background-color: #7b87b5;
}
.title2 {
  z-index: 0;
  color: #021567;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 8px 20px;
  font-weight: 500;
  border-bottom: 1px dotted #7b87b5;
  position: relative;
}
.title2:before {
  position: absolute;
  top: -12px;
  bottom: 0;
  left: -2px;
  margin: auto;
  content: "";
  vertical-align: top;
  width: 7px;
  height: 7px;
  border-top: 2px solid #D0FE14;
  border-right: 2px solid #D0FE14;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.title2:after {
  position: absolute;
  top: -12px;
  bottom: 0;
  left: 3px;
  margin: auto;
  content: "";
  vertical-align: top;
  width: 7px;
  height: 7px;
  border-top: 2px solid #D0FE14;
  border-right: 2px solid #D0FE14;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.title3 {
  padding: 15px 0px 15px 20px;
  line-height: 2.2rem;
  margin: 0px 0px 10px 0px;
  font-weight: 500;
  position: relative;
  background-color: #f8ffdf;
  color: #021567;
  border-radius: 5px;
}
.grid-wrap {
  display: grid;
  grid-template-columns: 25px auto;
  height: auto;
  row-gap: 10px;
}
.deadline {
  background-color: #F8FFDC;
  font-size: 2.0rem;
  width: 100%;
  padding: 35px 0px;
  margin: 0px auto 20px auto;
  font-weight: 600;
  border-radius: 5px;
}


.template {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  margin: 20px auto 0px auto;
}
.list1 li {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 18px;
}
.list1 li::after {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #021567;
  border-right: 2px solid #021567;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 10px;
}
.btn_box{display: flex;
justify-content: space-between;
width: 760px;
margin: 0px auto;
}
.btn1 {
  margin: 0px auto 35px auto;
  max-width: 350px;
  width: 100%;
}
.btn1 a {
  display: inline-block;
  color: #fff;
  padding: 30px 0px;
  max-width: 350px;
  width: 100%;
  font-size: 2.0rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 5px 0px rgba(208, 254, 20, 1);
  text-decoration: none;
  background-color: rgba(2, 21, 103, 1);
  transition: all 0.2s ease-out;
}
.btn1 a:hover {
  opacity: 1;
  color: #fff;
  transform: translate3d(0px, -3px, 0px);
  box-shadow: none;
}
.red {
  color: red;
}
.kome {
  text-indent: -1.5rem;
  padding-left: 1.0rem;
}
.reg {
  background-color: #F8FFDC;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  font-size: 1.8rem;
  margin: 0px 0px 20px 0px;
}
.table1 {
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin: 20px 0px 20px 0px;
  vertical-align: middle;
}
.table1 th {
  background-color: #F2F6FF;
  text-align: center;
  line-height: 150%;
  font-weight: bold;
  padding: 10px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.table1 td {
  text-align: center;
  line-height: 120%;
  padding: 10px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.program-wrap {
  display: grid;
  grid-template-columns: 165px auto;
  height: auto;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px 0px 0px 0px;
}
.program-wrap div:nth-of-type(odd) {
  border-bottom: 1px solid #021567;
  background-color: #7b87b5;
  margin: 0px 10px 0px 0px;
  padding: 15px 0px 15px 20px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
.program-wrap div:nth-of-type(even) {
  border-bottom: 1px dotted #7b87b5;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 15px 20px;
}
.program-wrap div:nth-of-type(even) span{ font-size: 1.8rem;
font-weight: 500;}
@media screen and (max-width:1400px) {}
@media screen and (max-width:1200px) {
  .content {
    width: 90%;
    padding: 60px 5%;
  }
}
@media screen and (max-width:960px) {
  h2 {
    font-size: 2.2rem;
    margin: 0px auto 50px auto;
  }
  h2::after {
    width: 50px;
    bottom: -15px;
  }
  
  .btn_box{display:block;
  width: 100%;}
  
.deadline td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .deadline .td_none{display: none;}
}
@media screen and (max-width:500px) {
  .title1 {
    font-size: 1.6rem;
    padding: 15px 0px 15px 20px;
  }
  .program-wrap {
    display: block;
  }
  .program-wrap div:nth-of-type(odd) {
    margin: 0px;
    padding: 5px 10px;
  }
    .program-wrap div:nth-of-type(even) {
    margin: 0px;
    padding: 10px;
  }
  .program-wrap div:nth-of-type(even) span{ font-size: 1.6rem;}
  
}