@charset "utf-8";
html {
  scroll-behavior: smooth;
}
.downloadbtn {
  padding-top: 9px;
  border: solid 1px #0064D2;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.downloadbtn:hover {
  background: rgba(100,175,225,0.25);
}
#top-image {
  margin-bottom: 50px;
  padding: 20px;
  height: 477px;
  background-color: #505054;
  background-image: url("../images/approval-workflow-for-gov_00.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
/*  display: grid; */
}
.title {
  /* 子要素に合わせて親要素の横幅を可変 */
  display: inline-block;
/* 子要素に合わせて親要素の横幅を可変 */
  padding: 12px 16px 8px;
  background-color: rgba(0,0,0,0.40);
  color: #fff;
  word-break: keep-all;
}
.message {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
}
.message span {
  color: #FAD737;
}
.main-title {
  font-size: 27px;
  line-height: 31px;
  color: #d3bfe0;
}
.above {
  margin-top: 30px;
}
.under {
  margin-bottom: 210px;
}
#contentsarea h2 {
  margin: 120px 0 20px !important;
  height: 80px !important;
  font-size: 24px !important;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #fff 15%, rgba(160,160,165,0.25));
  border-left: solid 3px #007580;
  padding-left: 30px;
  text-indent: -26px;
  word-break: keep-all;
}
#contentsarea h2::before {
  content: "";
  width: 3px;
  height: 80px;
  display: inline-block;
  position: relative;
  background-color: transparent;
}
#reason h3,
#need-for h3,
#approach h3,
#accelerating h3,
#case h3 {
  margin-top: 50px;
  padding: 16px 10px 12px;
  background-color: rgba(100,175,225,0.40);
  font-size: 18px;
  text-indent: -24px;
  padding-left: 34px;
  word-break: keep-all;
}
#reason dt,
#need-for dt,
#approach dt {
  margin-bottom: 6px;
  border-bottom: solid 1px #007580;
  font-size: 17px;
  font-weight: normal;
}
#accelerating dt {
  padding: 10px 0 8px;
  border: solid 2px #64AFE1;
/*  background-color: rgba(100,175,225,0.40); */
  text-align: center;
  font-weight: normal;
  word-break: keep-all;
}

figcaption,
.caption {
  margin-top: 10px;
  text-align: center;
  word-break: keep-all;
}
.inquiry {
  margin: 50px 0 100px;
  padding: 30px 0;
  border: solid thin #A0A0A5; 
  background-color: #f7f7f7;
  text-align: center;
}
.inquiry-text {
  margin-bottom: 20px;
  font-size: 20px !important;
  word-break: keep-all;
}
.radiusbtn {
  padding: 10px 50px; 
  border-radius: 50px; 
  font-size: large; 
}

.mt30 {
  margin-top: 30px;
}
.mb00 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}


@media screen and (max-width: 959px) {
  #top-image {
    height: 300px;
  }
  .title {
    padding: 8px 16px 4px;
  }
  .message {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
  }
  .main-title {
    font-size: 22px;
    line-height: 26px;
  }
  .under {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 470px) {
  #top-image {
    margin-bottom: 50px;
    padding: 0;
    height: 240px;
  }
  .message {
    font-size: 18px;
    line-height: 22px;
  }
  .main-title {
    font-size: 20px;
    line-height: 24px;
  }
  .above {
    margin-top: 10px;
  }
  .under {
    margin-bottom: 20px;
  }
  #contentsarea h2 {
    font-size: 20px !important;
  }
  figcaption,
  .caption {
    font-size: 14px;
  }
  .inquiry-text {
    font-size: 16px;
    line-height: 20px;
  }
  .radiusbtn {
    padding: 10px 30px; 
    border-radius:36px; 
    ont-size: 24px; 
  }
}

#event{
  position:relative;
  overflow:hidden;
  margin: 0 0 50px 0;
} 
#event::before {
  position:absolute;
  top:0;
  left:-100%;
  bottom:0;
  margin:auto 0;
  width:100px;
  height:200%;
  content:"";
  background:linear-gradient(to right, #fff, #fff 10%, transparent 10%, transparent 20%, #fff 20%, #fff 90%, transparent 90%, transparent 94%, #fff 94%);
  opacity:0.3;
  transform:translate(-50%) rotate(45deg);
  transition:left 0.5s ease-in, transform 0.5s ease-in;
}
#event:hover::before {
  left:150%;
  transform:translate(50%) rotate(45deg);
  transition-timing-function:ease-out, ease-out;
}	

#event {
  margin-bottom: 50px;
  padding: 20px 3px 10px;
  background-color: #505054;
  background-image: url("/info/event/images/005877/005877_00a.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
/*  display: grid; */
}
#event a {
  text-decoration: none;
  color: #000;
}
.organizer {
  margin-bottom: 10px;
  font-size: 32px !important;
  font-weight: bold;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff;
  text-align: center;
}
#event-title {
  background-color: rgba(255,255,255,0.70);
  padding: 12px 16px;
  font-size: 19px;
}
.event-main-title {
  margin-bottom: 10px;
}
.period {
  text-indent: -4em;
  padding-left: 4em;
}
.event-link {
}
.event-link div {
  padding: 8px 20px 5px;
  color: #0064D2;
}
@media screen and (max-width: 1199px) {
  .organizer {
    font-size: 20px;
  }
  #event-title {
    padding: 10px 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #event-title-image {
    margin-bottom: 16px;
  }
  .organizer {
    font-size: 20px;
  }
  #event-title {
    padding: 16px 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 470px) {
  .organizer {
    font-size: 20px !important;
  }
}
