@charset "utf-8";
.title { padding-bottom: 135px;}
.bold{
  font-weight: bold;
}
#top-area{
  background: url(../imgs/index/topimg.png) #f0f0f0 no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}
#top-area .sentence{
  width: 70%;
}
#main-section .box .inner {
    position: relative;
    width: 100%;
    border: 2px #ccc solid;
    background: #fff;
}
#main-section .box .inner h3{
  padding-right: 10px;
  padding-left: 10px;
}

#main-section .box .inner .area-bt {
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 60%;
}

._pcOnly {
    display: block;
}
._spOnly {
    display: none;
}

.sub .mainContent {
    padding: 10px 0 50px;
    background: #fff;
}
.sub .mainContent .link_bnr{
    display: block;
    margin: 60px auto;
    text-align: center;
}
.sub .mainContent .link_bnr a:hover{
    opacity: 0.7;
  }

#enekari .btnBlank {
    width: 730px;
    margin: 30px auto 20px;
}
#enekari .btnBlank a {
    color: #333;
    background: #fee100;
    border: none;
}
#enekari .btnBlank a:hover {
    background: #ead003;
}
#enekari .btnBlank a span {
    font-size: 21px;
    color: #333;
}
#enekari .btnBlank2 a span {
    background: none;
    position: relative;
    display: inline-block;
}
#enekari .btnBlank2 a span:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 10px;
    margin-top: -6px;
}

@media screen and (max-width: 768px) {
  .title { padding-bottom: 12.5%;}

  #main-section .box .inner h2 {
    text-align: center!important;
  }

  #area-container .h1{
    text-align: center !important;
  }

  .sub .mainContent {
      padding: 10px 0 0;
      background: #fff;
  }
  .sub .mainContent .link_bnr{
    margin: 7vw auto 14vw;
  }
  .sub .mainContent .link_bnr a:hover{
    opacity: 1;
  }

  ._pcOnly {
    display: none;
  }
  ._spOnly {
      display: block;
  }

}