@charset "utf-8";
html {
  font-family: ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, メイリオ, 'meiryo, osaka', ＭＳ Ｐゴシック, ms pgothic, 'sans-serif'
}

body, div, h1, li, p, section, ul{
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

.wrapper img {
  width: 100%;
  vertical-align: top;
  border: 0
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden
}

@media screen and (max-width:750px) {
  img {
    width: 100%
  }
  .wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    line-height: 0
  }
}

.cv-area {
  width: 100%;
  position: relative
}

.cv-btn {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
}

.cv-btn a{
  position: relative;
  background-image: url("../images/cvbtn-off-250714.png");
  background-repeat: no-repeat;
  display: block;
  width: 688px;
  height: 140px;
  overflow: hidden;
}

.cv-btn a:before{
  position: absolute;
  content: '';
  display: inline-block;
  top: -100%;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
}

@keyframes shine {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

@-webkit-keyframes shine {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.cv-btn a:hover {
  background-image: url(../images/cvbtn-on-250714.png);
  background-repeat: no-repeat
}

@media screen and (max-width:750px) {
  .cv-btn {
    position: absolute;
    width: 91.7%;
    bottom: 16%;
  }
  .cv-btn a{
    background-size: contain;
    width: 100%;
    height: 9.72%;
    padding-top: 20.36%;
  }
}

#cont04{
  background: #e995ac;
  padding-bottom: 40px;
}

ul.qa_list{
  width: 670px;
  margin: 0 auto;
}

li.qa_list_item{
  padding-bottom: 5.971%;
}
.qa_cont{
  display: none;
}
.qa_header{
  position: relative;
  cursor: pointer;
}
img.qa_arrow{
  position: absolute;
  top: 47%;
  right: 26px;
  transform: rotate(180deg);
  width: auto;
}

.qa_header.open img.qa_arrow{
  transform: rotate(0deg);
}

@media screen and (max-width:750px){
  ul.qa_list{
    width: 89.333%;
  }
  img.qa_arrow{
    width: 4.18%;
    right: 3.89%;
  }
}

.bottom-cv {
  position: fixed;
  bottom: 0;
  width: 750px;
  background-color: #ffecf1;
  padding: 18px 51px 11px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  z-index: 100;
  text-align: center;
  transform: translateY(100%);
  transition: transform .4s linear 0s;
}

.bottom-cv img{
  width: auto;
  max-width: 100%;
}

.bottom-cv.is-show {
  transform: translateY(0);
}

@media screen and (max-width:750px){
  .bottom-cv{
    width: 100%;
    padding: 2.4% 6.8% 1.46%;
  }
}