@charset "utf-8";
#mainContents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 4%;
}
#mainContents img {
  width: 100%;
  height: auto;
}
#mainContents p {
  padding: 0;
}
.attention{
    text-align: center;
    font-size: 130%;
    color: #4466a3;
    margin-top: 3%;
    font-weight: bold;
}
#mainContents h1 {
  margin-bottom: 3.5%;
}
#mainContents h2 {
  margin-top: 3%;
  margin-bottom: 1.6%;
}
#check_01, #check_02, #check_03 {
  position: relative;
}
#check_03 {
  margin-bottom: 4%;
}
#search {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 3px solid #1f4891;
  border-radius: 20px;
  padding: 5%;
  margin: 0 2% 4%;
}
.search-link {
  margin-top: 4%;
  width: 25.9%;
}
.btn img {
  transition-property: all;
    transition: 0.2s;
}
.btn img:hover  {
  transform: translateY(-5px);
  transition-duration: 0.2s;
}
.btn {
  position: absolute;
  z-index: 40;
  transition-property: all;
}
.btn_01 {
    top: 28.8%;
    left: 14.7%;
    width: 28.2%;
}
.btn_02 {
    top: 28.8%;
    left: 48%;
    width: 35.6%;
}
.btn_03 {
    top: 9.4%;
    left: 16%;
    width: 30.7%;
}
.btn_04 {
    top: 9.4%;
    left: 59.4%;
    width: 25.4%;
}
.btn_05 {
    top: 32.0%;
    left: 28.5%;
    width: 34.7%;
}
.btn_06 {
    top: 55.5%;
    left: 12%;
    width: 36.8%;
}
.btn_07 {
    top: 55.5%;
    left: 52.9%;
    width: 38.9%;
}
.btn_08 {
    top: 77.8%;
    left: 13.8%;
    width: 35.3%;
}
.btn_09 {
    top: 77.8%;
    left: 54.5%;
    width: 33.1%;
}
.btn_10 {
    top: 16.2%;
    left: 10.8%;
    width: 22.3%;
}
.btn_11 {
    top: 16.2%;
    left: 37.2%;
    width: 25.8%;
}
.btn_12 {
    top: 16.2%;
    left: 67.3%;
    width: 24.4%;
}
.btn_13 {
    top: 57.4%;
    left: 20.8%;
    width: 24.8%;
}
.btn_14 {
    top: 57.4%;
    left: 53.6%;
    width: 24.8%;
}
.momo {
  position: absolute;
  z-index: 4;
}
.momo_01 {
  width: 37.9%;
  left: 0;
  bottom: 0;
}
.momo_02 {
  width: 27.1%;
  top: 27%;
  right: 0.5%;
}
.momo_03 {
  width: 33.2%;
  left: -3%;
  bottom: 0;
}
.momo_04 {
  width: 35.4%;
  right: -1%;
  bottom: 0;
}
.modal-blue, .modal-yellow, .modal-green {
  border-radius: 20px;
  border: 3px solid #1f4891;
  display: none;
}
.modal-inner {
  padding: 4%;
}
.modal-blue {
  background: #daecfa;
}
.modal-yellow {
  background: #fffde5;
}
.modal-green {
  background: #d6e9e4;
}
.modal-footer {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 10%;
}
.modal-footer img {
  width: 100%;
}
.modal-footer p {
  width: 50%;
}
.modal-close {
  margin-top: 4%;
  margin-right: 2%;
  width: 16%;
}
.modal-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 3px solid #1f4891;
  padding: 5%;
}
.modal-search img {
  width: 100%;
}
.modal-search p {
    width: 60%;
}
.modal-search a {
  padding-top: 3.5%;
    width: 23.9%;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.fancybox-skin {
  background: none !important
}
.fancybox-close {
  display: none;
}