/* CSS Document */

body {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-family: "Noto Sans","Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 0px;
  margin: 0px;
  position: relative;
}
a {
  color: #1d5473;
  text-decoration: underline;
    word-break: break-all;
}
a:hover {
  color: #1d5473;
  text-decoration: none;
}
a.red_link {
  color: #E1484A;
  text-decoration: underline;
    word-break: break-all;
}
a.red_link:hover {
  color: #E1484A;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  line-height: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
ol {
  margin-left: 28px;
  padding: 0;
}
.clearfix:after { /*clearfix設定*/
  content: "";
  display: block;
  clear: both;
}
.txt01 {
  margin-bottom: 30px;
}
.txt02 {
  margin-bottom: 20px;
}
.txt03 {
  margin-bottom: 1em;
}
.txt04 {
  margin-bottom: 40px;
}
.right {
  text-align: right;
}
.right_pc {
  text-align: right;
}
.center {
  text-align: center;
}
.indent01 {
  text-indent: 1em;
}
.indent02 {
  padding-left: 1em;
  text-indent: -1em;
    display: block;
}
.indent03 {
  margin-left: 3em;
  text-indent: -1em;
}
.indent04 {
  margin-left: 1em;
}
.indent05 {
  margin-left: 2em;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 15px;
}
.head_box {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.head_right {
  /*align-items: center;*/
  display: flex;
}
.kome {
  padding-left: 1rem;
}
.kome:before {
  content: "※";
  margin-left: -1rem;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.red {
    color: #E1484A;
}
.t_bule {
    color: #5ea1c8;
}
.dead-line {
  text-decoration: line-through ;
  text-decoration-color: #f00;
  text-decoration-thickness: 2px;
}
.external {
    display: flex;
    align-items:flex-start;
}
.external li {
    margin-right: 15px;
    background-image: url("../images/link_icon.png");
	background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
    padding-right: 20px;
    font-size: 14px;
}
.external li a {
    color: #000;
    text-decoration: none;
}
.external li a:hover {
    text-decoration: underline;
}
  header h1:hover {
    opacity: 0.7;
  }
.language {
  align-items: center;
  display: flex;
}
.language a{
    width: 80px;
    background: rgba(29, 84, 115, 0.6);
    border-radius: 100vh;
    padding: 12px 20px;
  display: block;
  line-height: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.language a:hover{
    background: rgba(29, 84, 115, 0.8);
}

.list01 li {
	display: block;
	position: relative;
	line-height: 150%;
    padding-left: 1em;
    text-indent: -1em;
}
.list01 li::before {
    content:  "";
    width:  8px;
    height:  8px;
    display:  inline-block;
    background: linear-gradient(-45deg, #e5dfff 30%, #aecfff 100%);
    border-radius:  50%;
	position:  relative;
    top: -2px;
    margin-right: 5px;
}
.list02 li {
	display: block;
	position: relative;
	line-height: 150%;
    padding-left: 1em;
    text-indent: -1em;
}
.list03 li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
    line-height: 150%;
}
.list03 li:before {
  content: counter(cnt) ") ";
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 1.5em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
    .txt_box p {
        line-height: 150%;
    }
    .date_box {
        border: 1px solid #6c90a4;
    }
  .txt_box .date_box h3 {
      border-radius: 0;
      background-color: #6c90a4;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
      margin-bottom: 0px;
      border-radius: 0;
  }
  .txt_box .date_box h3::before {
      display: none;
  }
.date_wrap {
    padding: 20px;
}
.date_box2 {
    font-family: YakuHanJP, "Noto Sans", "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    display: flex;
    justify-content:center;
    font-size: 18px;
    line-height: 130%;
}
    .date_box2 dt {
        padding-right: 5px;
    }
/*    .date_box2 dt {
        width: 290px;
    }*/
.date_box3 {
    font-family: YakuHanJP, "Noto Sans", "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    display: flex;
    justify-content:center;
    font-size: 18px;
    line-height: 130%;
}
.date_box4 {
    font-family: YakuHanJP, "Noto Sans", "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    display: flex;
    justify-content:center;
    font-size: 18px;
    line-height: 130%;
}
.border_box {
    border: 3px solid #E1484A;
    padding: 20px;
    margin-bottom: 40px;
    line-height: 150%;
}
.border_box2 {
    border: 1px solid #000;
    padding: 10px;
    margin: 10px 0;
    line-height: 150%;
    display: inline-block;
}
.btn {
    width: 300px;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
}
.btn a {
  display: inline-block;
    width: 300px;
    text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  color: #001e53;
    border: 1px solid #9d97d5;
  background: linear-gradient(to bottom, #f4deff, #d0e7ff);
    box-shadow: 0 3px 0 #9d97d5;
    box-sizing: border-box;
  transition : all 0.4s;
	line-height: 150%;
}

.btn a:hover {
  transform: translate3d(0, 3px, 0);
  box-shadow: none;
    }
.link_flex {
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}
 .table01 {
  border-collapse: collapse;
  margin: 0px 0px 15px 0px;
  background-color: #FFF;
  width: 100%;
  line-height: 150%;
}
.table01 th {
  border: 1px solid #3873a8;
  padding: 8px 8px;
  text-align: center;
 vertical-align: middle;
  background-color: #edf4fa;
  font-weight: 500;
}
.table01 th.left {
  text-align: left;
}
.table01 td {
  border: 1px solid #3873a8;
  padding: 8px 8px;
    text-align: center;
    vertical-align: middle;
}
.table01.tb_width {
    width:50%;
}
 .table02 {
  border-collapse: collapse;
  margin: 0px 0px 5px 0px;
  background-color: #FFF;
  width: 100%;
  line-height: 150%;
}
.table02 th {
  border: 1px solid #3873a8;
  padding: 8px 8px;
  text-align: center;
 vertical-align: middle;
  background-color: #edf4fa;
  font-weight: 500;
}
.table02 th.left {
  text-align: left;
}
.table02 td {
  border: 1px solid #3873a8;
  padding: 8px 8px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}
.date_txt {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
    line-height: 150%;
    margin-bottom: 10px;
}
.list_flex {
	display: flex;
	flex-wrap: wrap;
}
.list_flex>div {
  width: calc(100% / 3);
	margin-bottom: 15px;
}
.backcolor {
    padding: 10px;
    background-color: #FFFBCF;
}
.list04 {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
    line-height: 150%;
    margin-bottom: 15px;
}
.list04 dt {
	margin-right: 30px;
}
#copyright {
	padding: 15px 0;
	text-align: center;
  background-color: #001e53;
  font-size: 12px;
  color: #fff;
}

@media print, screen and (min-width: 1000px) { /*ウィンドウ幅が1000px以上の場合に適用*/
    body {
        background: url("../images/bg_lower.png");
      background-repeat: no-repeat;
      background-position: top center;
        background-color: #f6f8f9;
    }
.head_box {
  margin: 0 auto;
  padding: 30px 0 20px 0;
}
    .head_left {
        display: flex;
    }
    .logo img {
        width: 60px;
    }
    .logo {
        margin-right: 10px;
    }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 600px;
    height: 64px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header h1 {
    height: 64px;
    background-image: url("../images/header_en.png");
    background-size: 75%;
    background-repeat: no-repeat;
  }
    .head_right {
        /*align-items: center;*/
       margin:  10px 0;
    }
    .btn_box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-items:flex-start;
    }
    .txt_box {
        background-color: #fff;
        min-height: 700px;
        padding: 30px;
        margin: 30px 0 30px 0px;
        border: 1px solid #e5dfff;
        box-sizing: border-box;
    }
    .main_wrap {
        width: 1000px;
        margin: 0 auto;
    }    
    .main_wrap h2 {
        text-align: center;
        font-size: 30px;
        color: #001e53;
        padding-bottom: 5px;
        position: relative;
        margin-top: 10px;
        margin-top: 30px;
        margin-bottom: 40px;
        letter-spacing: 0.15em;
    }
  .txt_box h3 {
    padding: 12px 30px 12px 35px;
    font-size: 20px;
    border-radius: 100vh;
    background-color: #6c90a4;
    margin: 0px 0px 30px 0px;
    font-weight: 700;
    position: relative;
    color: #fff;
      line-height: 130%;
  }
  .txt_box h3::before {
    position: absolute;
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background: #fff;
    border-radius:  50%;
    top: 40%;
      left: 15px;
  }
  .txt_box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
      line-height: 130%;
    color: #001e53;
      position: relative;
  }
.txt_box h4:after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, #e5dfff, #aecfff5);
  background: linear-gradient(to right, #e5dfff, #aecfff);
    margin-top: 10px;
}
  .txt_box h5 {
    font-size: 15px;
    font-weight: 600;
    color:  #334b75;
    margin-bottom: 10px;
  }
    .pc-none {
        display: none;
    }
}

/* デザインB ～999px （タブレット用） */
@media screen and (max-width:999px) {
  /* タブレット用レイアウト 999px以上の範囲に収めるデザインはこの中に記述 */
    body {
        background-image: url("../images/bg_smp.png");
      background-repeat: no-repeat;
      background-size: 100% 550px;
      background-position: top right;
      position: relative;
    background-color: #f6f8f9;
    }
body:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
margin: 5px;
}
.head_box {
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid #88abcb;
	flex-wrap: wrap;
  }
    .head_left {
        display: flex;
    }
    .logo img {
        width: 50px;
    }
    .logo {
        margin-right: 10px;
    }
.head_right {
  align-items: center;
  display: flex;
}
    .external {
        display: none;
    }
  header h1 {
    width: 500px;
    height: 60px;
    background-image: url("../images/header_en.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 6px;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 100%;
    height: 60px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
    .main_wrap {
        margin-bottom: 50px;
        background-image: url("../images/bg_lower.png");
      background-repeat: no-repeat;
      background-size: auto 550px;
      background-position: top center;
    }
    .txt_box {
        background-color: #fff;
        min-height: 500px;
        padding: 40px 30px;
        box-sizing: border-box;
    }
    .main_wrap h2 {
        text-align: center;
        font-size: 30px;
        color: #001e53;
        padding-bottom: 5px;
        position: relative;
        padding-top: 50px;
        margin-bottom: 30px;
    }
  .txt_box h3 {
    padding: 10px 30px 10px 35px;
    font-size: 20px;
    border-radius: 100vh;
    background-color: #6c90a4;
    margin: 0px 0px 30px 0px;
    font-weight: 700;
    position: relative;
    color: #fff;
      line-height: 130%;
  }
  .txt_box h3::before {
    position: absolute;
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background: #fff;
    border-radius:  50%;
    top: 40%;
      left: 15px;
  }
  .txt_box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
      line-height: 130%;
    color: #001e53;
      position: relative;
  }
.txt_box h4:after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, #e5dfff, #aecfff5);
  background: linear-gradient(to right, #e5dfff, #aecfff);
    margin-top: 10px;
}
  .txt_box h5 {
    font-size: 15px;
    font-weight: 600;
    color:  #334b75;
    margin-bottom: 10px;
  }
    .sp-none {
        display: none;
    }
}
@media screen and (max-width:880px) {
  /* 880px以下に適用されるCSS（タブレット〜スマホ用） */

}
@media screen and (max-width:719px) {
  /* 719px以下に適用されるCSS（タブレット〜スマホ用） */
.link_flex {
    gap:10px;
}
    .head_right {
        margin: 20px auto;
    }
.language {
  align-items: center;
  display: block;
	width: 100%;
}
.language a{
	width: 400px;
}
.list_flex {
	display: block;
	flex-wrap: wrap;
}
.list_flex>div {
  width: 100%;
	margin-bottom: 5px;
}
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
    .pc_none {
        display: none;
    }
	.head_box {
		display: block;
	}
  header h1 {
    width: 100%;
  }
.language a{
	width: calc(70% - 40px);
	margin: 0 auto;
}
    .f-18 {
        font-size: 18px;
        letter-spacing: -0.05em;
    }
    .main_wrap h2 {
        text-align: center;
        font-size: 30px;
        color: #001e53;
        padding-bottom: 5px;
        position: relative;
        padding-top: 50px;
        margin-bottom: 30px;
        line-height: 130%;
    }
.date_box2 {
    font-size: 1.1rem;
    padding: 10px;
    flex-wrap: wrap;
}
 .date_box4 {
    font-size: 1.1rem;
    padding: 0px;
    flex-wrap: wrap;
}   
.date_box3 {
    font-size: 1.1rem;
    padding: 10px;
    flex-wrap: wrap;
}
  .table01 {
    font-size: 0.9rem;
  }
    .table01 th {
        padding: 5px;
    }
.table01.tb_width {
    width:70%;
}
.table-wrap {
  overflow-x: scroll;
}
 .table02 {
  width: 100%;
  min-width: 700px;
}

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