@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&family=STIX+Two+Text:wght@400;500&display=swap');
/* CSS Document */

.flex-wrap {
  width: calc(100% - 360px);
  padding: 50px 50px;
  margin: 0px 0px 80px 0px;
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
  min-height: 729px;
}
.flex-wrap img {
  width: 100%;
  top: 0;
  margin: auto;
}
.flex-wrap h2 {
  font-weight: 700;
  font-size: 3.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #567984;
  position: relative;
  padding: 0px 0px 0px 25px;
  margin: 10px 0px 50px 0px;
  letter-spacing: 1px;
}
.flex-wrap h2:after {
  content: '';
  width: 5px;
  height: 40px;
  background:#567984;
  position: absolute;
  left: 0%;
  top: 0px;
}
.flex-wrap h3 {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 5px;
  background: #f1f1e4;
  padding: 20px 15px 22px 20px;
  color: #47370d;
  margin: 0px 0px 15px 0px;
  position: relative;
}
.flex-wrap h3::after {
  position: absolute;
  top: 17px;
  left: 0px;
  content: '';
  width: 2px;
  height: 25px;
  background-color:#47370d;
}
.flex-wrap h4 {
 font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    padding: 9px 0px 10px 20px;
    margin: 15px 0px 14px 0px;
    border-bottom: 1px dotted #567984;
    color: #567984;
}
.flex-wrap h4::after {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 0;
  left: 0px;
  margin: 0;
  width: 10px;
  height: 10px;
background-color: #90a7af;
    border-radius: 100vh;
}
.txt1 {
  line-height: 165%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px 0px 25px 0px;
}
.list1 {
  text-align: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
}
.list1 li {
  position: relative;
  padding: 0px 0px 5px 20px;
  text-decoration: none;
  text-align: justify;
  text-justify: inter-ideograph;
}
.list1 li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  margin: 0;
  width: 8px;
  height: 8px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #90a7af;
  border-right: 2px solid #90a7af;
}
.list2 {
  margin: 0px 0px 0px 20px;
}
.list3 dd {
  line-height: 150%;
  margin: -25px 0px 0px 25px;
}
.list4 li {
  position: relative;
  list-style: disc;
  padding: 0px;
  margin: 0px 0px 0px 20px;
}
.list4 li:before {
  display: none;
}
.table1 {
  width: 100%;
  border-top: 1px solid #b0c1c6;
  border-left: 1px solid #b0c1c6;
  margin: 20px 0px 20px 0px;
}
.table1 th {
  background-color: #577984;
  color: #FFF;
  text-align: center;
  line-height: 150%;
  font-weight: 500;
  padding: 10px;
  border-right: 1px solid #b0c1c6;
  border-bottom: 1px solid #b0c1c6;
}
.table1 td {
  text-align: center;
  line-height: 120%;
  padding: 10px;
  border-right: 1px solid #b0c1c6;
  border-bottom: 1px solid #b0c1c6;
}
.btn_box {
  display: flex;
  align-items: center;
  width: 100%;
}
.btn_txt {
  flex: 1;
  margin: 0px 0px 0px 40px;
  line-height: 165%;
  text-align: justify;
}
.btn_p {
  font-size: 1.7rem;
  max-width: 300px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 18px auto 30px auto;
  border-radius: 100vh;
  position: relative;
}
.btn_p a {
  width: 300px;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  height: 80px;
  text-align: center;
  max-width: 100%;
  border-radius: 100vh;
  padding: 0px 25px 0px 25px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  background: linear-gradient(to right, #47370d 20%, #a7d685 100%);
  box-shadow: 5px 5px 6px 0 rgba(25, 23, 48, 0.3);
}
.btn_p a:link, .btn_p a:visited, .btn_p a:active {
  color: #FFF;
  text-decoration: none;
}
.btn_p a:hover {
  border-color: transparent;
  opacity: 0.6;
  margin-top: 10px;
  transform: scale(1.1);
}
.btn {
  font-size: 2.2rem;
    font-weight: 600;
  max-width: 330px;
    letter-spacing: 2px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 18px auto 30px auto;
  border-radius: 100vh;
  position: relative;
}
.btn a {
align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    height: 80px;
    text-align: center;
    max-width: 100%;
    border-radius: 100vh;
    padding: 0px 25px 0px 25px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    background: linear-gradient(to bottom, #577984 0%, #91a8af 100%);
    box-shadow: 0px 5px 6px 0 rgb(87 121 132 / 50%);
    text-shadow: -1px 1px 0 #577984;
    border: 1px solid #ddedf2;
}
.btn a:link, .btn a:visited, .btn a:active {
  color: #FFF;
  text-decoration: none;
}
.btn a:hover {
  border-color: transparent;
  opacity: 0.6;
  margin-top: 10px;
  transform: scale(1.1);
}
.pdf {
  width: 20px;
  height: 20px;
  background-image: url("../img/pdf_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0px 0px 0px 8px;
}
.word {
  width: 20px;
  height: 20px;
  background-image: url("../img/word_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0px 0px 0px 8px;
}
.deadline {
  color: #577984;
    font-weight: bold;
    text-align: center;
    padding: 30px 10px;
    font-size: 2.0rem;
    margin: 20px 0px 20px 0px;
    background-color: #ebf1f3;
}
.deadline_t table {
  display: inline-block;
  text-align: left;
  width: auto;
  table-layout: fixed;
}
.kai {
  display: none;
}
.coming_soon {
  color: #47370d;
  font-weight: bold;
  text-align: center;
  padding: 70px 0px;
  font-size: 2.0rem;
  margin: 180px 0 0px 0;
  background-color: rgba(52, 70, 100, 0.1);
}
.red {
  color: #F23C3F;
}
.youshi {
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px 0px;
}
.txind1 {
  text-indent: -1em;
  padding-left: 16px;
}
.back-color {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #e5f0f5;
  text-align: center;
  padding: 12px 0px 10px 0px;
  margin-bottom: 10px;
}
.zagy {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #47370d 50%, #47370d calc(50% + 0.5px), transparent calc(50% + 1px));
}
.online_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.online {
  min-width: 300px;
  text-align: center;
  margin: 15px auto 20px auto;
}
.online p {
  margin: 20px 0px 0px 0px;
}
.online_btn a {
  min-width: 300px;
  width: 100%;
  height: 80px;
  text-align: center;
  padding: 30px 0px;
  margin: 0px auto;
  text-decoration: none;
  display: block;
  background: rgba(235, 97, 49, 1);
  box-shadow: 0px 5px 5px 0 rgba(5, 5, 100, 0.2);
  border-radius: 100vh;
  color: #FFF;
  font-weight: 600;
  font-size: 1.9rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.online_btn a:hover {
  opacity: 0.7;
}
.online_txt {
  margin: 0px 0px 0px 30px;
  line-height: 165%;
  text-align: justify;
  flex: 1;
}
.award {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 5px;
  background: linear-gradient(to right, #191730 0%, #cb514c 50%, #9b9dc2 100%);
  box-shadow: 0px 3px 2px 0 rgba(52, 70, 100, 0.1);
  padding: 20px 15px 20px 20px;
  color: #FFF;
  margin: 0px 0px 15px 0px;
}
.award_t {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}
.img_100{width: 100%;}

.img_100_img{width: 100%;}

@media screen and (max-width:1060px) {
  .wrapper {
    width: 90%;
    background: none;
    height: 100%;
    padding: 0px 0px 0px 0px;
      margin: 0px auto;
  }
  .flex-wrap {
    width: 100%;
    margin: 50px auto;
  }
}
@media screen and (max-width:850px) {
  .btn_box {
    display: block;
  }
  .btn_txt {
    margin: 30px auto 0px auto;
  }
.btn_p a {
  width: 100%;}
  
  .btn_p {
  max-width: 330px;
}
.btn_p a {
  width: 330px;
  }
}
@media screen and (max-width:650px) {
  .kai {
    display: block;
  }
  .deadline_t {
    width: 100%;
  }
  .deadline_t th, .deadline_t td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .deadline_t td.t_non {
    display: none;
  }
    
    .flex-wrap {
        margin: 30px auto;
    }
    
}
@media screen and (max-width:460px) {
  .flex-wrap {
    margin: 10px auto 30px auto;
    padding: 5%;
  }
  .flex-wrap h2 {
    font-size: 2.3rem;
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 30px 0px;
    letter-spacing: 1px;
  }
  .flex-wrap h2:after {
    width: 5px;
    height: 25px;
    top: 2px;
  }
  .flex-wrap h3 {
    font-size: 1.5rem;
    padding: 15px 10px 17px 15px;
    margin: 0px 0px 15px 0px;
  }
  .flex-wrap h3::after {
    top: 15px;
  }
  .flex-wrap h4 {
    font-size: 1.5rem;
    padding: 3px 0px 3px 20px;
    margin: 10px 0px 5px 0px;
  }
  .flex-wrap h4::after {
    left: 0px;
  }
  .deadline {
    padding: 10px;
    font-size: 1.7rem;
    margin: 20px 0px 20px 0px;
  }
  .btn a {
    height: 60px;
  }
  .btn_p a {
  height: 60px;}
  .award {
  font-size: 1.8rem;}
}
@media screen and (max-width:400px) {}