@charset "UTF-8";
/* ===================================================

	Common temp

 =================================================== */

/* sample
 --------------------------------------------------- */

.pagesSection .fInner {
  margin: 15px auto;
}
/*sectionの上下間隔調整*/
.pagesSection .pagesSectionTitle {
  text-align: center;
  margin-bottom: 75px;
 }
.pagesSection .pagesSectionTitle h3 {
  margin-bottom: 25px;
  font-size: 32px;
  font-size: 3.2rem;
}
.pagesSection .pagesSectionSubTitle {
  display: inline-block;
  padding: 10px 7px 0;
  border-top: 3px solid #062983;
  font-size: 14px;
  font-size: 1.4rem;
  color: #062983;
}
.pagesSection .pagesSectionItem img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .pagesSection .pagesSectionTitle {
    margin-bottom: 30px;
   }
}

.pagesButtonBox {
  width: 400px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 1px;
}
.pagesButtonBox p {
  text-align: center!important;
  margin-bottom: 0!important;
  padding-bottom: 15px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #ea1663;
}
.pagesButtonBox .pagesButton {
  display: block;
  position: relative;
  text-align: center;
  padding: 25px 0;
  background: #ea1663;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .pagesButtonBox .pagesButton {
    margin-bottom: 3px;
  }
  .pagesButtonBox .pagesButton:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #D4D4D4;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 0;
  }
  .pagesButtonBox .pagesButton:hover {
    margin-top: 3px;
    margin-bottom: 0;
  }
  .pagesButtonBox .pagesButton:hover:before {
    height: 0;
  }
  .pagesButtonBox .pagesButton,
  .pagesButtonBox .pagesButton:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 640px) {
  .pagesButtonBox {
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .pagesButtonBox .pagesButton {
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
