.cf::before,
.cf::after {
  content: " ";
  display: table;
}

.cf::after {
  clear: both;
}

.cf {}

body {
  font-size: 17px;
  color: rgb(32, 32, 32);
  text-align: justify;
  line-height: 1.7;
  background: #fdeff8;
  /*background: rgb(0, 0, 0) url(../images/bg_body.jpg) repeat fixed 50% 0%;*/
}

.wrapper {
  /*background: rgba(0, 0, 0, 0) url(../images/wrapper.jpg) repeat-y scroll center top;*/
  background: #ffffff;
  position: relative;
  width: 900px;
  margin: 0px auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.balloon5_woman {
  width: 100%;
  margin: 1.5em 0px;
  overflow: hidden;
}

.balloon5_woman .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5_woman .faceicon img {
  width: 100%;
  height: auto;
  border: 1px solid rgb(219, 200, 154);
  border-radius: 50%;
}

.says_woman {
  display: inline-block;
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 17px 13px;
  border-radius: 12px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.says_woman::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent rgb(255, 255, 255) transparent transparent;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}

.says_woman p {
  margin: 0px;
  padding: 0px;
}

.balloon5_man {
  width: 100%;
  margin: 1.5em 0px;
  overflow: hidden;
}

.balloon5_man .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5_man .faceicon img {
  width: 100%;
  height: auto;
  border: 1px solid rgb(219, 200, 154);
  border-radius: 50%;
}

.says_man {
  display: inline-block;
  position: relative;
  margin: 5px 0px 0px 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.says_man::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent rgb(255, 255, 255) transparent transparent;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}

.says_man p {
  margin: 0px;
  padding: 0px;
}

.wrapper_bk {
  background: rgb(0, 0, 0) none repeat scroll 0% 0%;
  position: relative;
  width: 900px;
  margin: 0px auto;
}

.bg_support {
  background-color: rgb(236, 245, 255);
  position: relative;
}

.bg_support_sp {
  background-color: white;
  position: relative;
}

.bg_red {
  background: rgba(0, 0, 0, 0) url("bg_red.jpg") repeat scroll center top;
  position: relative;
}

.bg_changelist {
  background: rgba(0, 0, 0, 0) url("bg_changelist_con.png") repeat-y scroll 0% 0%;
  width: 932px;
  height: 660px;
  margin: 0px auto;
}

.bg_changelist_hd {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 932px;
}

.bg_changelist_ft {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 932px;
}

#hd_bg {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("hd_bg.png") repeat-x scroll center top;
}

#hd {
  display: block;
  width: 100%;
  margin: 0px auto;
}

#hd_sp {
  display: none;
}

#hd_btn {
  position: absolute;
  bottom: 4.5%;
  left: 18.5%;
  width: calc(777 / 1600 * 100%);
  max-width: 777px;
}

#hd_btn:hover {
  opacity: 0.7;
}

.contents {
  width: 735px;
  margin: 0px auto;
}

.contents02 {
  width: 670px;
  margin: 0px auto;
}

.ttl {
  display: block;
  width: 100%;
}

.ttl_prof_k {
  display: block;
  width: 735px;
  margin: 40px auto 10px;
}

.ttl04 {
  display: block;
  width: 100%;
  margin: 0px auto;
}

.ttl05 {
  display: block;
  width: 100%;
  margin: 0px auto 15px;
}

.img890 {
  display: block;
  margin: 0px auto;
  padding: 5px 0px 0px;
  width: 890px;
}

.img735 {
  display: block;
  margin: 0px auto;
  padding: 0px 0px 10px;
  width: 735px;
}

.img-graph02 {
  display: block;
  margin: 0px auto;
  width: 735px;
}

.img24 {
  margin: -5px auto;
  width: 24px;
}

.frame {
  margin: 0px auto;
  box-sizing: border-box;
  padding: 40px;
  background: rgb(255, 253, 232) none repeat scroll 0% 0%;
  border: 1px solid rgb(101, 76, 1);
}

footer {
  margin: 0px;
  padding: 10px 0px 20px;
  width: 100%;
  background: rgb(0, 0, 0) none repeat scroll 0% 0%;
}

.copy {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 12px;
  margin: 10px 0px 0px;
  text-align: center;
}

.copy a {
  color: rgb(255, 255, 255);
}

.btn {
  display: block;
  width: 619px;
  height: auto;
  margin: 5px auto 0px;
}

.pp {
  width: 800px;
  height: 40px;
  font-size: 10px;
  border: 1px solid rgb(170, 170, 170);
  padding: 0px 0px 15px;
  text-align: left;
  overflow: auto;
  margin: 0px auto;
}

.pp p {
  color: rgb(102, 102, 102);
  margin-bottom: 10px;
}

.pp p span {
  font-weight: bold;
  display: block;
}

.form_opt input[type="text"] {
  display: block;
  width: 619px;
  height: 86px;
  box-sizing: border-box;
}

.form_opt .button {
  background-color: transparent;
  background-image: url("../images/btn_online.png");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  border: medium none;
  text-indent: -3000px;
  display: block;
  width: 619px;
  height: 135px;
  margin: 0px auto;
}

.entry_name {
  display: block;
  width: 500px;
  height: 40px;
  margin: 5px auto 5px 5px;
  border: 2px solid rgb(204, 204, 204);
  font-size: 18px;
  text-align: left;
  border-radius: 3px;
}

.btn:hover,
.form_opt .button:hover {
  cursor: pointer;
  opacity: .7;
}

input:focus,
select:focus,
textarea:focus {
  background-color: rgb(255, 247, 99);
}

.info tr:nth-of-type(2n+1) {
  background: rgb(238, 238, 238) none repeat scroll 0% 0%;
}

.info tr {}

.info th {
  padding: 8px;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(0, 0, 0) none repeat scroll 0% 0%;
  color: white;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.info td {
  padding: 10px;
  border: 1px solid rgb(204, 204, 204);
  background-color: #ffffff;
}

.img_l {
  display: block;
  width: 246px;
  float: left;
  margin: 5px 20px 5px 0px;
}

.img_r {
  display: block;
  width: 270px;
  float: right;
  margin: 5px 0px 5px 25px;
}

.img_c {
  display: block;
  text-align: center;
}

#space {
  height: 30px;
}

.faq dt {
  margin: 0px;
  padding: 0px 0px 0px 50px;
  min-height: 40px;
  font-weight: bold;
  color: #b10000;
  border-bottom: 2px solid #b10000;
  font-size: 20px;
  background: transparent url(faq_q.png) no-repeat scroll left top;
}

.faq dd {
  margin-bottom: 30px;
  min-height: 40px;
  padding: 20px 0px 0px 50px;
  background: transparent url(faq_a.png) no-repeat scroll left 20px;
  font-size: 14px;
}

/*FAQアコーディオン*/
.accordion {
  margin: 30px auto;
  max-width: 85%;
}

.toggle {
  display: none;
}

.faq {
  position: relative;
  margin-bottom: 1rem;
}

.question,
.anser {
  transform: translateZ(0);
  transition: all 0.3s;
}

.question {
  border: solid 1px #5e4500;
  padding: 1rem 2.2rem 1rem 1rem;
  display: block;
  color: #333;
  background-color: #FFFFFF;
}

.question span,
.anser span {
  font-size: 160%;
  padding-right: 0.6rem;
  color: #c30a01;
  line-height: 0;
}

.question:after,
.question:before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 0.75rem;
  background-color: #999;
  transition: all 0.3s;
}

.question:after {
  transform: rotate(90deg);
}

.anser {
  max-height: 0;
  overflow: hidden;
}

.anser div {
  margin: 0;
  padding: 2rem 1rem 2rem;
  line-height: 1.8;
}

.toggle:checked+.question+.anser {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked+.question:before {
  transform: rotate(90deg) !important;
}

/* ----------------------------------------------------
    iframe
 ---------------------------------------------------- */
.iframeWrapper {
  position: relative;
  width: 80%;
  height: 0;
  padding-top: 45%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media screen and (min-width: 768px) {
  .pci {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .spi {
    display: none;
  }

  body {
    font-size: 16px;
    line-height: 1.4;
  }

  .wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0px;
  }

  .wrapper_bk {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0px;
  }

  .bg_support {
    background: white none repeat scroll 0% 0%;
    height: auto;
    padding: 0px 0px 20px;
  }

  .bg_red {
    background: rgb(178, 0, 2) none repeat scroll 0% 0%;
    height: auto;
    padding: 0px 0px 20px;
  }

  .bg_prof_k {
    background: rgb(246, 237, 223) none repeat scroll 0% 0%;
    height: auto;
    padding: 0px 0px 20px;
  }

  .bg_perma1 {
    background: rgb(246, 237, 223) none repeat scroll 0% 0%;
    height: auto;
    padding: 0px 0px 20px;
  }

  .bg_perma2 {
    background: rgb(246, 237, 223) none repeat scroll 0% 0%;
    height: auto;
    padding: 0px 0px 20px;
  }

  .bg_perma3 {
    background: rgb(17, 52, 71) none repeat scroll 0% 0%;
    height: auto;
    padding: 0px 0px 20px;
  }

  .bg_perma4 {
    background: rgb(17, 52, 71) none repeat scroll 0% 0%;
    height: auto;
    padding: 0px 0px 20px;
  }

  .bg_perma5 {
    background: rgb(17, 52, 71) none repeat scroll 0% 0%;
    height: auto;
    padding: 0px 0px 20px;
  }

  .bg_changelist {
    width: 100%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    height: auto;
    padding: 20px 0px;
  }

  .bg_changelist_hd {
    display: none;
  }

  .bg_changelist_ft {
    display: none;
  }

  #hd {
    display: none;
  }

  #hd_sp {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
  }

  #hd_btn {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(1063 / 1116 * 100%);
    max-width: initial;
  }

  #hd_btn:hover {
    opacity: 1;
  }

  .contents {
    width: 95%;
    margin: 0px auto;
  }

  .contents02 {
    width: 95%;
    margin: 0px auto;
  }

  .ttl_prof_k {
    width: 100%;
  }

  .img890 {
    width: 95%;
    margin: 0px auto 15px;
    padding: 0px;
  }

  .img735 {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 10px;
  }

  .img-graph02 {
    width: 100%;
    margin: 0px auto;
  }

  .frame {
    padding: 20px;
  }

  .form_opt input[type="text"] {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }

  .form_opt .button {
    width: 350px;
    height: 82px;
  }

  .entry_name {
    margin: 0px auto 12px;
    width: 90%;
    height: 43px;
  }

  .btn {
    width: 550px;
    height: auto;
    margin: 20px auto 0px;
    left: 4%;
    position: relative;
  }

  .info table,
  .info thead,
  .info tbody,
  .info th,
  .info td,
  .info tr {
    display: block;
  }

  .info tr {}

  .info th {
    text-align: left;
  }

  .info td {
    padding: 5px;
  }

  .img_l {
    width: 60%;
    float: none;
    margin: 0px auto;
    padding-bottom: 15px;
  }

  .img_r {
    width: 90%;
    float: none;
    margin: 0px auto;
    padding-bottom: 15px;
  }

  #space {
    height: 50px;
  }

  @media screen and (max-width: 480px) {
    .btn {
      width: 350px;
      height: auto;
      margin: 20px auto 0px;
      left: 1.2%;
      position: relative;
    }
  }

  @media screen and (max-width: 768px) {}

  .balloon5_woman {
    width: 100%;
    margin: 1.5em 0px;
    overflow: hidden;
  }

  .balloon5_woman .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
  }

  .balloon5_woman .faceicon img {
    width: 100%;
    height: auto;
    border: 1px solid rgb(219, 200, 154);
    border-radius: 50%;
  }

  .says_woman {
    display: inline-block;
    position: relative;
    margin: 5px 0px 0px 0px;
    padding: 17px 13px;
    border-radius: 12px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  }

  .says_woman::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent rgb(255, 244, 244) transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
  }

  .says_woman p {
    margin: 0px;
    padding: 0px;
  }

  .balloon5_man {
    width: 100%;
    margin: 1.5em 0px;
    overflow: hidden;
  }

  .balloon5_man .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
  }

  .balloon5_man .faceicon img {
    width: 100%;
    height: auto;
    border: 1px solid rgb(219, 200, 154);
    border-radius: 50%;
  }

  .says_man {
    display: inline-block;
    position: relative;
    margin: 5px 0px 0px 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  }

  .says_man::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
  }

  .says_man p {
    margin: 0px;
    padding: 0px;
  }

  .faq dt {
    padding: 0px 0px 0px 25px;
    background-size: 17px 15px;
  }

  .faq dd {
    padding: 10px 0px 0px 25px;
    background-size: 17px 15px;
  }
}
