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

body {
    min-height: 100vh;
    color: rgb(0, 0, 0);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    background: url(../img/bg.jpg) 0% 0% / 785px repeat-x, rgb(253 253 243);}

.main_contents {
    min-height: 800px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    transform: rotate(0.05deg);
    padding: 50px;
    margin: 50px 0px 50px auto;
}
.k_wrap {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 30px 0px 50px 5%;
  border-radius: 6px;
  padding: 60px 30px;
  min-height: 440px;
}
h2 {
  margin: 0px 0px 50px 0%;
  padding: 0px 0px 0px 30px;
  position: relative;
  color: #1d2b53;
  font-size: 4.0rem;
  font-weight: 600;
  letter-spacing: 4px;
}
h2::before {
    content: "";
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    background-color: #ccae00;
    border-radius: 100vh;
}
.h3_title {
  font-size: 1.7rem;
  background-color: #f6f6f6;
  font-weight: 600;
  padding: 20px 10px 20px 20px;
  margin-bottom: 25px;
  color: #1d2b53;
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
    border-top: 1px solid #e4e5eb;
     border-bottom: 1px solid #e4e5eb;
}
.h3_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0;
  width: 3px;
  height: 17px;
  background-color: #ccae00;
  border-radius: 5px;
}
.h4_title {
  font-weight: 600;
  padding: 10px 0px 3px 25px;
  margin-bottom: 10px;
  color: #1d2b53;
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  border-bottom: 1px dotted #1d2b53;
}
.h4_title:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0px;
    margin: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #CCAE00;
    border-radius: 100vh;
}
.h4_title:after {
    content: "";
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 5px;
    margin: 0;
    width: 6px;
    height: 6px;
    -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: 1.5px solid #CCAE00;
    border-right: 1.5px solid #CCAE00;
}

h5 {
  font-weight: 600;
  color: #1d2b53;
}
.txt_01 {
  line-height: 180%;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin: 0px 0px 35px 0px;
}
.list01 li {
  position: relative;
  margin: 0px;
  padding: 5px 0px 0px 15px;
  list-style: none;
}
.list01 li:after {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #CCAE00;
  border-right: 2px solid #CCAE00;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 0px;
}
.list02 {
  margin: 0px 0px 0px 0px;
  padding: 0 0 0 0px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.list03 {
  margin: 0px 0px 0px 0px;
  padding: 0 0 0 20px;
    list-style: decimal;
}
.btn_box {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px 0px 0px;
}
.button a {
display: block;
    background-color: #1d2b53;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    width: 360px;
    padding: 30px 0 30px 0;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.8rem;
    margin: 20px auto 20px auto;
    box-shadow: 0px 5px 0px #dfdfe1;
}
.button a:hover {
  opacity: 0.7;
  text-shadow: none;
}
.table1 {
  border-collapse: collapse;
  margin: 5px 0px 15px 0px;
}
.table1 th {
  border: solid 1px #ebebf3;
  padding: 10px 10px;
  font-weight: bold;
  text-align: center;
  background-color: #CCAE00;
  color: #FFF;
  vertical-align: middle;
}
.table1 td {
  border: solid 1px #dfdfe1;
  padding: 8px 8px;
  vertical-align: middle;
}
.red {
  color: #f00;
}
.bold {
  font-weight: 600;
}
.scan {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #CCAE00;
  color: #FFF;
  text-align: center;
  padding: 8px;
  margin-bottom: 30px;
}
.deadline_title {
  font-size: 2.0rem;
  font-weight: 600;
  background-color: #CCAE00;
  color: #FFF;
  padding: 10px;
  margin: 0px 0px 5px 0px;
  text-align: center;
}
.deadline {
  font-size: 2.0rem;
  font-weight: 600;
  display: flex;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px;
}
.deadline div {
  padding: 4px 0px;
}
.deadline div:first-child {
  background-color: #f0e8c1;
  padding: 4px 0px;
  margin: 0px 20px 0px 0px;
  width: 200px;
  text-align: center;
  font-size: 1.8rem;
}
.deadline div:nth-child(2) {
  display: inline-block;
  width: 220px;
}
.tb_3 {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}
.haraikomi_img {
  width: 100%;
  max-width: 700px;
}
.indent01 {
  padding-left: 2px;
  text-indent: 1em;
  line-height: 190%;
  margin-bottom: 20px;
      text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.award {
display: grid;
grid-template-columns: 65px auto;
grid-column-gap: 0px;
grid-row-gap: 0px;
margin: 0px 0px 10px 0px;
}
.award {
    display: grid;
    grid-template-columns: 65px auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0px 0px 10px 0px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1060px) {

    
    .main_contents {
    margin: 0px 0px 0px auto;
}
    
  .k_wrap {
    margin: 30px 0px 50px 0%;
  }

  .btn_box {
    display: block;
  }
  .table1 {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .tb_s {
    overflow-y: scroll;
  }
}
@media screen and (max-width:700px) {
  .deadline div:first-child {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .deadline {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tb_3 {
    display: block;
    text-align: left;
    margin: 0px auto;
  }
  .tb_3 tr {
    width: 100%;
  }
  .tb_3 td {
    width: 100%;
    display: block;
  }
     .name_f{display: block;
    line-height: 150%;}
    
    .name_f div:nth-of-type(even){margin-bottom: 15px;}
    
}
@media screen and (max-width:560px) {
  .flex-wrap {
    padding: 0px 0%;
  }
  .k_wrap {
    padding: 40px 20px;
    border-radius: 0px;
  }

  .h3_title {
    border-radius: 5px;
    padding: 20px 10px 20px 10px;
    font-size: 1.6rem;
  }
  .h3_title::before {
    left: 0px;
  }
      h2 {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 20px;
  }
  h2::before {
   width: 10px;
    height: 10px;
  }
   
}
@media screen and (max-width:400px) {
        .main_contents {
        width: 100%;
        padding: 50px 20px;
        margin: 0px auto;
    }
  .deadline {
    display: block;
  }
  .deadline_title {
    font-size: 1.7rem;
  }
  .deadline div:first-child {
    font-size: 1.7rem;
  }
  .deadline div {
    padding: 0px 0px;
    font-size: 1.7rem;
  }

  .button a {
    font-size: 1.7rem;
    width: 100%;
    padding: 20px;
  }
}