/* CSS Document */
	.deadline {
		text-decoration: line-through;
	}
	.red {
		color: #f00;
	}
    .strikethrough {
        text-decoration: line-through;
    }
    .f-18 {
        font-size: 18px;
    }
.at:before {
  content: '@';
}
    .red_box {
        border: 2px solid #f00;
        padding: 15px;
        margin-bottom: 15px;
    }
.btn a:link,
.btn a:active,
.btn a:visited{
    padding: 15px 0px 15px 0px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.0rem;
  margin: 0 auto 20px auto;
  background: linear-gradient(to bottom, #37a0dc, #b8ddb8);
  border-radius: 10px;
  box-shadow: 0 3px 0 #3793dc;
  display: block;
  position: relative;
  width: 300px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.3rem;
}

.btn a:hover{
	opacity: 0.9;
  transform: translate3d(0, 3px, 0);
  box-shadow: none;
}
.gry_btn {
    padding: 15px 0px 15px 0px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.0rem;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  background-color: #9D9D9D;
  box-shadow: 0 3px 0 #666;
  display: block;
  position: relative;
  width: 300px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.3rem;
}
    .list01 li {
        position: relative;
        margin-bottom: 1em;
        padding-left: 15px;
    }
    .list01 li a{
	display: block;
	text-decoration: none;
        color: #469bc7;
}
    .list01 li a:hover {
        text-decoration: underline;
    }
.list01 li::before {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px  #a0d2a0;
    border-right: solid 2px  #a0d2a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media print, screen and (min-width: 1100px) { /*ウィンドウ幅が1000px以上の場合に適用*/
  #contents {
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  #main_box {
    width: 1100px;
    margin: 0 auto;
      display: flex;
  }
  .txt_box {
    background-color: #fff;
    width:750px;
    padding: 30px;
    margin-left: 40px;
    min-height: 600px;
      border-radius: 15px;
      box-shadow: 3px 3px rgba(70, 155, 199, .5);
	  border: 1px solid #bed3de;
       text-align: justify;
      text-justify: inter-word;
  }
  .txt_box p {
    line-height: 150%;
  }
  .txt_box h2 {
    padding: 10px 10px 10px 15px;
    font-size: 28px;
    border-radius: 10px;
    background-color: #37a0dc;
    margin: 0px 0px 32px 0px;
    line-height: 100%;
    position: relative;
    box-shadow: 0px 2px 2px #c4e7c4;
    color: #fff;
  }

  .txt_box h3 {
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%,#ebf5fb 50%, #ffffff 100%);
    margin: 0px 0px 25px 0px;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    box-shadow: 0px 2px 0px #b9def3;
    border: 1px solid #7dc1e8;
    color: #37a0dc;
  }
  .txt_box h3::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #37a0dc;
  }
  .txt_box h4 {
    font-weight: bold;
    font-size: 19px;
    color:  #37a0dc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: solid 3px #b9def3;
    position: relative;
  }
  .txt_box h4:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #37a0dc;
    bottom: -3px;
    width: 15%;
  }
  .txt_box h5 {
    font-size: 17px;
    color: #37a0dc;
    margin-bottom: 10px;
  }
    .btn_box {
        display: flex;
        justify-content: space-around;
        min-width: 650px;
        margin: 0 auto;
    }
	.table01 {
  border-collapse: collapse;
  margin: 0px 0px 15px 0px;
  background-color: #FFF;
  width: 100%;
        line-height: 150%;
}
.table01 th {
  border: 1px solid #37a0dc;
  padding: 8px 8px;
  text-align: center;
 vertical-align: middle;
  background-color: #ebf5fb;
  font-weight: 500;
}
.table01 td {
  border: 1px solid #37a0dc;
  padding: 8px 8px;
}
	.table02 {
  border-collapse: collapse;
  margin: 0px 0px 15px 0px;
  background-color: #FFF;
  width: 100%;
        line-height: 150%;
}
.table02 th {
  border: 1px solid #37a0dc;
  padding: 8px 8px;
  text-align: center;
 vertical-align: middle;
  background-color: #ebf5fb;
  font-weight: 500;
}
.table02 td {
  border: 1px solid #37a0dc;
  padding: 8px 8px;
    text-align: center;
    vertical-align: middle;
}
  .session_box {
    display: flex;
    width: 100%;
    text-align: justify;
      line-height: 150%;
  }
  .session_box div {
    margin-bottom: 10px;
  }
  .session_01 {
    display: inline-block;
    width: 10%;
    padding-right: 1em;
  }
  .session_02 {
    width: 90%;
    margin: 0px 10px 0px;
    padding: 0px 10px 0px;
    border-left: 1px solid #37a0dc;
  }
    .font_small {
        font-size: 13px;
        line-height: 100%;
        text-align: left;
        display: block;
        margin-top: 10px;
    }
   .font_small2 {
        font-size: 13px;
        line-height: 100%;
        text-align: left;
    }
}
/* デザインB ～1099px （タブレット用） */
@media screen and (max-width:1099px) {
  /* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 640px, rgba(220, 220, 220, 1) 640px, rgba(250, 250, 250, 1) 100%);
}
  #contents {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 auto;
  }
  .txt_box {
    background-color: #fff;
    padding: 3%;
    margin: 0 auto;
    min-height: 500px;
    width: 80%;
      border-radius: 15px;
      box-shadow: 3px 3px rgba(70, 155, 199, .5);
	  border: 1px solid #bed3de;
	  text-align: justify;
      text-justify: inter-word;
  }
	.txt_box p {
    line-height: 150%;
  }
	.txt_box h2 {
    padding: 10px 10px 10px 15px;
    font-size: 28px;
    border-radius: 10px;
    background-color: #37a0dc;
    margin: 0px 0px 32px 0px;
    line-height: 100%;
    position: relative;
    box-shadow: 0px 2px 2px #c4e7c4;
    color: #fff;
  }
  .txt_box h3 {
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%,#ebf5fb 50%, #ffffff 100%);
    margin: 0px 0px 25px 0px;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    box-shadow: 0px 2px 0px #b9def3;
    border: 1px solid #7dc1e8;
    color: #37a0dc;
  }
  .txt_box h3::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #37a0dc;
  }
  .txt_box h4 {
    font-weight: bold;
    font-size: 19px;
    color:  #37a0dc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: solid 3px #b9def3;
    position: relative;
  }
  .txt_box h4:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #37a0dc;
    bottom: -3px;
    width: 15%;
  }
  .txt_box h5 {
    font-size: 17px;
    color: #37a0dc;
    margin-bottom: 10px;
  }
    .btn_box {
        display: flex;
        justify-content: space-around;
        width: 620px;
        margin: 0 auto;
    }
	.table01 {
  border-collapse: collapse;
  margin: 0px 0px 15px 0px;
  background-color: #FFF;
  width: 100%;
        line-height: 150%;
}
.table01 th {
  border: 1px solid #37a0dc;
  padding: 8px 8px;
  text-align: center;
 vertical-align: middle;
  background-color: #ebf5fb;
  font-weight: 500;
}
.table01 td {
  border: 1px solid #37a0dc;
  padding: 8px 8px;
}
.table02 {
  border-collapse: collapse;
  margin: 0px 0px 15px 0px;
  background-color: #FFF;
  width: 100%;
        line-height: 150%;
}
.table02 th {
  border: 1px solid #37a0dc;
  padding: 8px 8px;
  text-align: center;
 vertical-align: middle;
  background-color: #ebf5fb;
  font-weight: 500;
}
.table02 td {
  border: 1px solid #37a0dc;
  padding: 8px 8px;
    text-align: center;
    vertical-align: middle;
}
  .session_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 150%;
  }
  .session_box div {
    margin-bottom: 20px;
  }
  .session_01 {
    text-align: justify;
    border-bottom: 1px solid #37a0dc;
      padding-bottom: 5px;
  }
  .session_02 {
    margin: 0;
    padding: 0;
    flex-shrink: 1;
  }
    .font_small {
        font-size: 13px;
        line-height: 100%;
        text-align: left;
        display: block;
        margin-top: 10px;
    }
   .font_small2 {
        font-size: 13px;
        line-height: 100%;
        text-align: left;
    }
}
@media screen and (max-width:750px) {
    .btn_box {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
  #contents {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 auto;
  }
  #main {
    width: 100%;
    margin: 0 auto;
  }
  .txt_box {
       padding: 6%;
    width: 75%;
  }
    .btn_box {
        display: block;
        width: 100%;
    }
.btn a:link,
.btn a:active,
.btn a:visited{
  max-width: 300px;
  width: 100%;
}
  .table01 {
    width: 94.5%;
  }
.table01 th {
  border: none;
 vertical-align: middle;
  background-color: #37a0dc;
    color: #fff;
  font-weight: 500;
}
.table01 td {
  border: none;
  padding: 8px 8px;
    margin-bottom: 15px;
}
  .table01 th,
  .table01 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .table02 {
    font-size: 0.95rem;
  }
}