@charset "UTF-8";
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  box-sizing: border-box;
}

.cp_qa .cp_actab {
  position: relative;
  text-align: left;
  overflow: hidden;
  text-align: left;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #eee2da;
}

.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: "Q";
}

.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #00838f;
}

/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.4s;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 13px;
  transition: max-height 0.2s;
}

.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: "";
}

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 1px solid #bcbcbc;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type="checkbox"]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

.cancel_policy {
  border: 1px solid #a0a0a0;
  width: 350px;
  padding: 28px;
}
.cancel_policy span {
  font-family: "游明朝体";
  font-size: 18px;
  margin-bottom: 15px;
}
.cp_qa {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/*--------パソコン----------*/
@media screen and (min-width: 1024px) {
  .cancel_policy {
    display: inline-table;
    padding: 65px;
    max-width: 1200px;
    width: 100%;
  }
} /*# sourceMappingURL=fqa.css.map */
