/* CSS Document */
.g-map {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ita {
    font-style: italic;
}
  .btn a:link, .btn a:active, .btn a:visited {
   color: #fff;
  display: block;
  max-width: 250px;
  padding: 18px;
  text-align: center;
  border: 1px solid #ff9c00;
  background-color: #ffb540;
  font-size: 17px;
  text-decoration: none;
  margin: 0 auto 25px auto;
  border-radius: 100px;
  transition: 0.3s;
  box-shadow: 0 4px 0 #ff9c00;
  position: relative;
  font-weight: 600;
  }
  .btn a:hover {
    background-color: #ff9c00;
  opacity: 0.9;
  transform: translate3d(0, 3px, 0);
  box-shadow: none;
  }
@media print, screen and (min-width: 1010px) { /*ウィンドウ幅が1000px以上の場合に適用*/
  #contents {
    width: 1010px;
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  #main {
    width: 1010px;
    margin: 0 auto;
      display: flex;
  }
  .txtbox_wrap {
    background-color: #fff;
    border: 1px solid #e5eef6;
    box-sizing: border-box;
    width: 770px;
    padding: 20px;
    margin-left: 35px;
    min-height: 600px;
    display: inline-block;
  }
  .txtbox_wrap p {
    line-height: 150%;
  }
  .txtbox_wrap h2 {
    font-weight: bold;
    font-size: 25px;
    color: #0055a8;
    padding: 12px 10px 15px 12px;
    margin-bottom: 25px;
    background-color: #e5eef6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
  }
  .txtbox_wrap h2:after {
    content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #4080be, #4080be 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #4080be, #4080be 2px, #fff 2px, #fff 4px);
  }
  .txtbox_wrap h3 {
    padding: 10px 10px 10px 15px;
    font-size: 19px;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%,#f5f8fc 50%, #ffffff 100%);
    margin: 0px 0px 20px 0px;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    box-shadow: 0px 2px 0px #ccddee;
    border: 1px solid #80aad3;
    color: #0055a8;
  }
  .txtbox_wrap h3::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #4080be;
  }
  .txtbox_wrap h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0055a8;
      border-left: 2px solid #0055a8;
      border-bottom: 1px dotted #0055a8;
      padding-left: 6px;
      padding-bottom: 4px;
    margin-bottom: 15px;
  }
  .table001 {
    border-collapse: collapse;
    margin: 0px 0px 15px 0px;
    background-color: #FFF;
    width: 75%;
  }
  .table001 th {
    border: 1px solid #fff;
    padding: 8px 8px;
    text-align: center;
    background-color: #ffcd80;
    font-weight: 500;
  }
  .table001 td {
    border: 1px solid #ffcd80;
    padding: 8px 8px;
  }
  .date_application {
    font-size: 20px;
    font-weight: 600;
  }
  .deadline {
    text-decoration: line-through;
  }
  .red {
    color: #f00;
  }
    .list01 li {
        position: relative;
        padding-left:25px;
        line-height: 150%;
    }
    .list01 li a:before {
    content: "";
    position: absolute;
    top:7px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c86e82;
  }
  .list01 li a:after {
    content: "";
    position: absolute;
    top:10.5px;
   left: 2.5px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
  }
}
/* デザインB ～999px （タブレット用） */
@media screen and (max-width:1009px) {
  /* タブレット用レイアウト 1009px以上の範囲に収めるデザインはこの中に記述 */
  #contents {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 auto;
  }
  .txtbox_wrap {
    background-color: #fff;
    margin: 0 auto;
    min-height: 500px;
    width: 94%;
  }
  .txtbox_wrap p {
    line-height: 150%;
  }
  .txtbox_wrap h2 {
    font-weight: bold;
    font-size: 25px;
    color: #0055a8;
    padding: 12px 10px 15px 12px;
    margin-bottom: 25px;
    background-color: #e5eef6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
  }
  .txtbox_wrap h2:after {
    content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #4080be, #4080be 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #4080be, #4080be 2px, #fff 2px, #fff 4px);
  }
  .txtbox_wrap h3 {
    padding: 10px 10px 10px 15px;
    font-size: 19px;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%,#f5f8fc 50%, #ffffff 100%);
    margin: 0px 0px 20px 0px;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    box-shadow: 0px 2px 0px #ccddee;
    border: 1px solid #80aad3;
    color: #0055a8;
  }
  .txtbox_wrap h3::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #4080be;
  }
  .txtbox_wrap h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0055a8;
      border-left: 2px solid #0055a8;
      border-bottom: 1px dotted #0055a8;
      padding-left: 6px;
      padding-bottom: 4px;
    margin-bottom: 15px;
  }
  .table001 {
    border-collapse: collapse;
    margin: 0px 0px 5px 0px;
    background-color: #FFF;
    width: 75%;
  }
  .table001 th {
    border: 1px solid #fff;
    padding: 8px 8px;
    text-align: center;
    background-color: #ffcd80;
    font-weight: 500;
  }
  .table001 td {
    border: 1px solid #ffcd80;
    padding: 8px 8px;
  }
  .date_application {
    font-size: 20px;
    font-weight: 600;
  }
    .list01 li {
        position: relative;
        padding-left:25px;
        line-height: 150%;
    }
    .list01 li a:before {
    content: "";
    position: absolute;
    top:7px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c86e82;
  }
  .list01 li a:after {
    content: "";
    position: absolute;
    top:10.5px;
   left: 2.5px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
  }
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
  #main {
    width: 100%;
    margin: 0 auto;
  }
  .table001 {
    width: 100%;
  }
}