@page {
  margin: 10mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  background-color: #F2F6FF;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}
#menu {
  display: none;
}
.contents {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
a:link, a:visited, a:active {
  color: #5073D3;
  text-decoration: underline;
}
a:hover {
  color: #5073D3;
  text-decoration: none;
}
.transform-bg {
  display: none;
}
.transform-bg2 {
  display: none;
}
.main_img {
  box-shadow: 0px 50px 70px #021567CC;
  width: 100%;
  margin: 0px auto;
  height: auto;
}
.main_img img {
  width: 100%;
  vertical-align: top;
}
.header-wrapper {
  width: 90%;
  margin: 0 auto;
  height: 130px;
  display: flex;
  align-items: center;
}
.logo img {
  width: 80px;
  margin: 0px 15px 0px 0px;
}
h1 {
  color: #021567;
  font-family: 'Noto Sans JP', sans-serif;
}
h1 .title {
  font-size: 3.0rem;
  display: inline-block;
  padding: 5px 0px 0px 0px;
  font-weight: 500;
  letter-spacing: 3px;
}
h1 .jsot {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 3px;
}
.info_bg {
  width: 100%;
  background-image: url("../img/info_bg.png");
  background-size: auto 95%;
  background-position: center left;
  background-color: rgba(2, 21, 103, 0.8);
  padding: 50px 0px 20px 0px;
  margin: 30px auto 0 auto;
  height: auto;
}
.info_wrap {
  width: 100%;
  margin: 0px auto;
  padding: 10px 0px 100px 0px;
}
.information {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 6.0rem;
  line-height: 4.5rem;
  letter-spacing: 5px;
  color: #FFF;
  padding: 0px 0px 50px 0px;
  position: relative;
  margin: 0px auto 0px auto;
}
.information span {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
  padding: 0px 0px 10px 0px;
  letter-spacing: 2px;
}
.information span:before {
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  background: #D0FE14;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.date {
  margin: 0 auto;
  height: 550px;
  overflow-y: scroll;
}
.date dl {
  width: 90%;
  margin: 0px auto 35px auto;
  padding: 40px 3%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  line-height: 150%;
  background-color: #F2F6FF;
  box-shadow: 0px 15px 15px #021567CC;
  border-radius: 100vh;
}
.date dt {
  text-align: center;
  color: #021567;
  padding: 0px 3%;
  margin: 0 3% 0 0;
  border-right: 1px solid #021567;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 2.0rem;
}
.date dd {
  flex: 1;
  width: auto;
  padding: 0px auto;
  margin: 0px 0px 0px 0px;
}
/*footer*/
footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.footer_wrap {
  margin: 0px auto;
  width: 430px;
  padding: 30px 0px;
  word-wrap: break-word;
}
.footer_wrap .f_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: #021567;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
.footer_wrap p {
  line-height: 150%;
}
p.copy {
  width: 100%;
  border: 1px solid #021567;
  border-radius: 100vh;
  padding: 25px 0px;
  font-size: 1.2rem;
  color: #021567;
  text-align: center;
  margin: 25px auto 0px auto;
}
.content {
  width: 96%;
  margin: 0px auto;
  background-color: #FFF;
  border-radius: 20px;
  padding: 80px 50px;
}
h2 {
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  margin: 0px auto 100px auto;
  padding: 0px 0px 0px 0px;
  color: #021567;
  position: relative;
}
h2::after {
  content: '';
  width: 60px;
  height: 5px;
  display: inline-block;
  background-color: #D0FE14;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.txt1 {
  padding: 0px 0px 40px 0px;
  line-height: 180%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px auto 0px auto;
}
