@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;
  margin-top: -5.25%;
}

.cv-btn {
  position: absolute;
  bottom: 11.3%;
  left: 0;
  right: 0;
}

.cv-btn a{
  position: relative;
  display: block;
  width:85.06%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.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; }
}


@media screen and (max-width:750px) {
  .cv-btn {
    position: absolute;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .cv-btn a{
    background-size: contain;
    width: 100%;
    height: 9.72%;
    padding-top: 20.36%;
  }
}

#cont04{
  background: #e995ac;
}

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;
  max-width: 750px;
  width: 100%;
  background-color: rgba(62, 29, 9, 0.4);
  padding-top: 6px;
  padding-bottom: 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%;
  margin-left: -1.6%;
}

.bottom-cv.is-show {
  transform: translateY(0);
}

@media screen and (max-width:750px){
  .bottom-cv{
    width: 100%;
    padding: 2.4% 6.8% 1.46%;
  }
}