#mainvisual {
  padding-top: 100px;
  background: #2942a7 url(../bukatu/images/mv_bg.svg) no-repeat center top;
  background-size: contain;
  position: relative;
}
#mainvisual p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
#mainvisual::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #2942a7 25%, transparent 25%), linear-gradient(225deg, #2942a7 25%, transparent 25%);
  background-position: 0 0;
}

.container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#bukatu {
  background-color: #4dd4e2;
  position: relative;
}
#bukatu .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#bukatu .btns li {
  width: 48%;
}
#bukatu .bukatu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#bukatu .bukatu-box li {
  width: 48%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 6px #2942A8;
          box-shadow: 0 0 6px #2942A8;
}

#undou,
#bunka {
  margin-top: 50px;
}

.remodal .item {
  background-color: #fff;
}
.remodal .item .item-box {
  padding: 20px;
}
.remodal .item .bukatu-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.remodal .item p {
  text-align: left;
  font-size: 14px;
}

#footer {
  text-align: center;
}
#footer #pagetop {
  color: #1f2d97;
  font-size: 16px;
  margin-bottom: 20px;
}/*# sourceMappingURL=bukatu.css.map */