@charset "UTF-8";
#contents {
  background: #f4f4f4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
#contents a {
  color: #ff6500;
  text-decoration: underline;
  cursor: pointer;
}
#contents a:hover {
  opacity: 0.8;
  transition: 0.4s;
}
#contents section.sec, #contents article.btn {
  max-width: 980px;
  margin: 0 auto;
}
#contents .wrapper {
  background: #FFFFFF;
  max-width: 980px;
  margin: 0 auto;
}
#contents .inr {
  max-width: 700px;
  margin: 0 auto;
}
#contents a.hover-opacity {
  transition: 0.4s;
}
#contents a.hover-opacity:hover {
  opacity: 0.8;
  transition: 0.4s;
}
#contents .heading2 {
  margin-bottom: 30px;
  text-align: center;
}
#contents .center {
  text-align: center;
}
#contents .txt {
  font-size: 14px;
  line-height: 1.6;
}
#contents .txt a {
  text-decoration: underline;
  color: #1111cc;
}
#contents ._td {
  display: table;
}
#contents ._td > span {
  display: table-cell;
}
#contents ._td > .dot {
  width: 14px;
}
#contents ._td > .kome {
  width: 30px;
}
#contents .txt.font-s {
  font-size: 12px;
}
#contents .link-txt {
  color: #363636;
  font-size: 12px;
}
#contents .txt {
  margin: 0;
}
#contents .img img {
  max-width: 100%;
}
#contents .caption {
  font-size: 12px;
}
#contents .white {
  color: #FFFFFF;
}
#contents .end_txt {
  font-weight: bold;
  color: #F40000;
  font-size: 180%;
}
#contents .font-free {
  font-size: 0.6em;
}
#contents .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
#contents .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
#contents .slidein {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
#contents .slidein.scrollin {
  opacity: 1;
  transform: translate(0);
}
#contents .sup {
  font-size: 0.5em;
  vertical-align: text-top;
}
#contents article.btn {
  background: #fff6dc;
  padding: 30px 0 20px;
}
#contents article.btn._1 {
  background: #fff6dc;
  padding: 60px 0 40px;
}
#contents article.btn._2 {
  margin-bottom: 50px;
  padding-bottom: 30px;
}
#contents article.btn a.btn {
  background: url("https://pntc.sslcs.cdngc.net/cdn/pontadenki/img/btn_bg.png") no-repeat center center;
  background-size: contain;
  display: block;
  text-align: center;
  padding: 20px 0;
}
#contents article.btn a.txt {
  display: block;
  text-align: center;
}
#contents .mv {
  line-height: 0.9;
  background: #FFF6DC;
}
#contents .mv img {
  line-height: 0.9;
  width: 100%;
}
#contents .mv p {
  font-size: 12px;
  line-height: 1.2;
  padding: 0.5em 0 1em 0;
  opacity: 0.7;
}

/*----- JS -----*/
/*-------------------------
    btn
-------------------------*/
/*-------------------------
    mv
-------------------------*/
.mv_miryoku {
  text-align: center;
}
.mv_miryoku ul {
  display: flex;
  justify-content: space-between;
  width: 635px;
  margin: 20px auto 10px;
}
.mv_miryoku ul li {
  width: 30%;
}

.mv_miryoku_ttl {
  display: block;
  width: 40%;
  margin: auto;
}

.anchorbtn {
  text-align: center;
  margin: 20px auto 10px;
}
.anchorbtn a {
  font-size: 16px;
  line-height: 1.7;
  color: #ff6500;
  text-decoration: underline;
}

.denkiservicedetail {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.7;
}

.denkiservicedetail_ttl {
  font-size: 130%;
  font-weight: bold;
}

/*-------------------------
    sec
-------------------------*/
#contents .sec {
  /* padding: 100px 0 0;*/
  padding: 80px 0 0;
}
#contents .sec .col {
  padding-bottom: 60px;
}

.accordion_contact-02 {
  margin-top: 20px;
}

/*
----- sec._1 -----*/
#contents .sec._1 .col._1 .catch {
  margin: 0 -30px 50px;
}
#contents .sec._5 {
  padding: 30px 0 50px;
  margin-top: 60px;
  background: #ff6500;
}
#contents .sec._5 .col-wrap {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
}
#contents .sec._5 .col._1 {
  padding-bottom: 30px;
}
#contents .sec._5 .col._1 .heading3 {
  border-bottom: 3px solid #ff6500;
  padding-bottom: 20px;
  margin: 0 0 30px;
}
#contents .sec._5 .col._1 .line {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
#contents .sec._5 .col._1 .line > .num {
  display: table-cell;
  width: 75px;
  vertical-align: top;
}
#contents .sec._5 .col._1 .line > .txt, #contents .sec._5 .col._1 .line > .txts {
  display: table-cell;
  vertical-align: middle;
}
#contents .sec._5 .col._1 .arrow {
  margin-bottom: 20px;
}
#contents .sec._5 .col._2 .accordion_content .line, #contents .sec._5 .col._2 .accordion_content .arrow {
  margin-bottom: 30px;
}
#contents .sec._5 .col._2 .accordion_content .line._1 {
  background: #fff6dc;
  padding: 20px;
  position: relative;
  margin-bottom: 50px;
}
#contents .sec._5 .col._2 .accordion_content .line._1 .txt._3 {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
}
#contents .sec._5 .col._2 .accordion_content .line._5 .cover {
  background: #fff6dc;
  border-radius: 20px;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
}
#contents .link_pontadenki {
  text-align: center;
  margin-top: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
}
#contents .link_pontadenki a {
  color: #ffffff;
  text-decoration: underline;
}

/*----- sec._5 -----*/
#contents .sec._5 {
  padding: 30px 0 50px;
  margin-top: 60px;
  background: #ff6500;
}

#contents .sec._5 .col-wrap {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
}

#contents .sec._5 .col._1 {
  padding-bottom: 30px;
}

#contents .sec._5 .col._1 .heading3 {
  border-bottom: 3px solid #ff6500;
  padding-bottom: 20px;
  margin: 0 0 30px;
}

#contents .sec._5 .col._1 .line {
  display: table;
  width: 100%;
}

#contents .sec._5 .col._1 .line > .num {
  display: table-cell;
  width: 75px;
  vertical-align: top;
}

#contents .sec._5 .col._1 .line > .txt, #contents .sec._5 .col._1 .line > .txts {
  display: table-cell;
  vertical-align: middle;
}

#contents .sec._5 .col._1 .line, #contents .sec._5 .col._1 .arrow {
  margin-bottom: 20px;
}

#contents .sec._5 .col._2 .accordion_content .line, #contents .sec._5 .col._2 .accordion_content .arrow {
  margin-bottom: 30px;
}

#contents .sec._5 .col._2 .accordion_content .line._1 {
  background: #fff6dc;
  padding: 20px;
  position: relative;
  margin-bottom: 50px;
}

#contents .sec._5 .col._2 .accordion_content .line._1 .txt._3 {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
}

#contents .sec._5 .col._2 .accordion_content .line._5 .cover {
  background: #fff6dc;
  border-radius: 20px;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
}

#contents .link_pontadenki {
  text-align: center;
  margin-top: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
}

#contents .link_pontadenki a {
  color: #ffffff;
  text-decoration: underline;
}

.link_pontadenki_ttl {
  font-size: 1.3em;
  font-weight: bold;
}

.link_pontadenki_ttl {
  font-size: 1.3em;
  font-weight: bold;
}

/*----- sec._6 -----*/
#contents .sec._6 {
  margin-top: 60px;
  padding: 60px 0 30px 0;
  background: #fffcf5;
}
#contents .sec._6 .line {
  margin-bottom: 30px;
}
#contents .sec._6 .line .accordion_btn {
  border-bottom: 2px solid #ff6500;
  background: url("https://pntc.sslcs.cdngc.net/cdn/pontadenki/img/sec6_arrow_open.png") no-repeat 98% 50%;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  transition: 0.4s;
  background-size: 16px 8px;
  padding-right: 40px;
}
#contents .sec._6 .line .accordion_btn.open {
  background: url("https://pntc.sslcs.cdngc.net/cdn/pontadenki/img/sec6_arrow_close.png") no-repeat 98% 50%;
  transition: 0.4s;
  background-size: 16px 8px;
  padding-right: 40px;
}
#contents .last .font-tel {
  color: #ff6b08;
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  text-decoration: none;
}
#contents .mb10 {
  margin-bottom: 10px;
}
#contents .mb20 {
  margin-bottom: 20px;
}
#contents .mb30 {
  margin-bottom: 30px;
}
#contents .mb50 {
  margin-bottom: 50px;
}
#contents .last {
  background: #FFFFFF;
  padding: 50px 0;
}
#contents .last .txt {
  font-size: 18px;
  line-height: 1.8;
}
#contents .att {
  padding: 0 0 40px;
}
#contents .att .inr {
  background-color: #f1f1f1;
  padding: 40px;
}
#contents .tel {
  margin: 10px auto 15px;
  text-align: center;
}
#contents #callcenter .inr.tel {
  background: none;
  padding: 40px 0;
  margin: 0 auto;
}

/*----- .last -----*/
/*-------------------------
    margin
-------------------------*/
/*-------------------------
    last
-------------------------*/
/*-------------------------
    tel
-------------------------*/
a.telttl, .telttl {
  display: inline-block;
  font-size: 170%;
  color: #ff6500;
  margin-bottom: 0.5rem;
}

#contents a.font-tel {
  display: inline-block;
  font-size: 250%;
  font-weight: bold;
  color: #ff6500;
  line-height: 1;
  margin: 5px auto 10px;
  text-decoration: none;
}

/*-------------------------
    read
-------------------------*/
.readtxt {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}

.readtxt_ttl {
  font-size: 1.3em;
  font-weight: bold;
}

.readtxt a {
  color: #ff6500;
  text-decoration: underline;
}

/*-------------------------
    miryoku
-------------------------*/
.miryoku {
  text-align: center;
}
.miryoku .heading2 img {
  width: 270px;
  margin-left: -40px;
}

.miryoku_ttl {
  margin: 0 auto 25px;
}

.miryoku_txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 30px;
}
.miryoku_txt + .caption {
  display: block;
  margin-top: -20px;
}

.miryoku_img img {
  margin-bottom: 20px;
}
.miryoku_img p {
  text-align: left;
}

.miryoku._1 .miryoku_img img {
  width: 310px;
  margin-top: -10px;
}
.miryoku._1 .miryoku_img .att_list-style {
  font-size: 12px;
  text-align: left;
}

.sec._3 .miryoku_img {
  margin-top: 40px;
}

/*-------------------------
    tekiyoujyouken
-------------------------*/
#contents a.accordion_btn-orange {
  background: #ff6500 url(https://pntc.sslcs.cdngc.net/cdn/pontadenki/img/sec5_col2_open_arrow.png) no-repeat 98% 50%;
  border-radius: 6px;
  display: block;
  text-align: center;
  padding: 20px 10px;
  transition: 0.4s;
  color: #fff;
  text-decoration: none;
  font-size: 160%;
  line-height: 1;
}
#contents a.accordion_btn-orange.open {
  background: #ff6500 url(https://pntc.sslcs.cdngc.net/cdn/pontadenki/img/sec5_col2_close_arrow.png) no-repeat 98% 50%;
  transition: 0.4s;
  border-radius: 6px 6px 0 0;
}

.tekiyoujyouken {
  margin-top: 30px;
}
.tekiyoujyouken .accordion_content {
  border: 4px solid #ff6500;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  text-align: left;
}

/*-------------------------
    att
-------------------------*/
.att_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.att_list {
  font-size: 14px;
  line-height: 1.6;
}

.att_item + .att_item {
  margin-top: 1em;
}

.att_list-style {
  padding-left: 1em;
  text-indent: -1em;
}

.att_item_ttl {
  margin-left: -0.5em;
}

.att_item_em {
  color: #F40000;
}

.att_item_smalltxt {
  font-size: 12px;
}

.att_item_inner dd + dd {
  margin-top: 1em;
}

#contents .att-02 .inr {
  background: #fff6dc;
}

.caption20211220 {
  display: block;
  text-align: center;
  width: 99vw;
  font-size: 16px;
  color: #F40000;
  margin: -15px calc(50% - 50vw) 30px;
}

/*-------------------------
    faq
-------------------------*/
#contents a.faq_ttl {
  text-decoration: none;
  font-size: 140%;
  font-weight: bold;
}
#contents a.faq_ttl img {
  height: 1.2em;
  margin: 0 0.4em 0.15em 0;
}

/*-------------------------
    お申し込みの流れ
-------------------------*/
.omoushikomiflow .accordion_content {
  border: 4px solid #ff6500;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  text-align: center;
}

.omoushikomiflow_meyasu {
  width: calc(100% + 60px);
  background: #fff6dc;
  margin: 30px -30px;
  padding: 20px 0;
}
.omoushikomiflow_meyasu li + li {
  margin-top: 15px;
}

.omoushikomiflow_flow li + li {
  margin-top: 30px;
}
.omoushikomiflow_flow .caption {
  margin-top: 1em;
}

.omoushikomiflow_flow-05 div {
  background: #fff6dc;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}

/*----- PC -----*/
@media only screen and (min-width: 768px) {
  .is-Pc {
    display: inline;
  }
  .is-Sp {
    display: none;
  }
}
/*----- SP -----*/
@media only screen and (max-width: 767px) {
  #contents {
    padding-top: 0;
    padding-bottom: 0;
  }
  #contents .sec {
    padding: 20px 0 0;
  }
  #contents .inr {
    max-width: 100%;
    padding: 0 4%;
  }
  #contents .w60 {
    width: 60%;
    margin: 0 auto 30px;
  }
  #contents .w70 {
    width: 70%;
    margin: 0 auto 30px;
  }
  #contents .w80 {
    width: 80%;
    margin: 0 auto 30px;
  }
  #contents .w90 {
    width: 90%;
    margin: 0 auto 30px;
  }
  #contents .txt {
    font-size: 2.9vw;
  }
  #contents .txt.font-s {
    font-size: 2.4vw;
  }
  #contents .end_txt {
    font-size: 130%;
  }
  #contents img {
    width: 100%;
  }
  #contents article.btn {
    background: #FFFFFF;
    padding: 10px 0;
  }
  #contents article.btn._1 {
    background: #fff6dc;
    margin-top: 0;
    padding: 10px 0;
  }
  #contents article.btn._2 {
    background: #fff6dc;
  }
  #contents article.btn .inr {
    background: url("https://pntc.sslcs.cdngc.net/cdn/pontadenki/img/btn_bg.png") no-repeat 50% 30%;
    background-size: 95% auto;
  }
  #contents article.btn a.btn {
    background-image: none;
    width: 75%;
    margin: 0 auto;
  }
  #contents article.btn .txt {
    width: 60%;
    margin: 0 auto;
  }
  #contents .heading2 {
    width: 60%;
    margin: 0 auto 6.1%;
  }
  #contents .heading3 {
    margin: 0;
  }
  #contents .sec._1 .col._1 .catch {
    margin: 0 0 20px;
  }
  #contents .sec._2 .catch, #contents .sec._2 .img {
    margin: 0 auto 10px;
  }
  #contents .sec._5 .heading2 {
    width: 30%;
    margin: 0 auto 20px;
  }
  #contents .sec._5 .inr {
    padding: 0 4%;
  }
  #contents .sec._5 .col-wrap {
    padding: 20px;
  }
  #contents .sec._5 .col._1 {
    padding-bottom: 10px;
  }
  #contents .sec._5 .col._1 .heading3 {
    border-bottom: 2px solid #ff6500;
    padding-bottom: 10px;
  }
  #contents .sec._5 .col._1 .heading3 img {
    width: 80%;
  }
  #contents .sec._5 .col._1 .line > .num {
    display: table-cell;
    width: 30px;
    vertical-align: top;
    padding-right: 10px;
  }
  #contents .sec._5 .col._1 .arrow img {
    width: 30px;
  }
  #contents .sec._5 .col._1 .line._1 .txt img {
    width: 78%;
  }
  #contents .sec._5 .col._1 .line._3 .txt img {
    width: 48%;
  }
  #contents .sec._5 .col._2 {
    border: 2px solid #ff6500;
    border-radius: 5px;
  }
  #contents .sec._5 .col._2 .accordion_btn {
    background-size: 20px auto;
    border-radius: 2px;
    padding: 10px;
    transition: 0.4s;
  }
  #contents .sec._5 .col._2 .accordion_btn.open {
    background-size: 20px auto;
    border-radius: 2px;
    padding: 10px;
    transition: 0.4s;
  }
  #contents .sec._5 .col._2 .accordion_btn img {
    width: 70%;
  }
  #contents .sec._5 .col._2 .accordion_content .catch img {
    width: 70%;
  }
  #contents .sec._5 .col._2 .accordion_content .line {
    padding: 0 5%;
  }
  #contents .sec._5 .col._2 .accordion_content .line._1 .txt {
    text-align: center;
  }
  #contents .sec._5 .col._2 .accordion_content .line._1 .txt img {
    width: 70%;
  }
  #contents .sec._5 .col._2 .accordion_content .line._1 .caption {
    text-align: center;
  }
  #contents .sec._5 .col._2 .accordion_content .line._1 .txt._3 {
    bottom: -20px;
    left: 0;
    right: 0;
  }
  #contents .sec._5 .col._2 .accordion_content .line._2 .txt img {
    width: 210px;
  }
  #contents .sec._5 .col._2 .accordion_content .line._3 .txt img, #contents .sec._5 .col._2 .accordion_content .line._4 .txt img {
    width: 190px;
  }
  #contents .sec._5 .col._2 .accordion_content .line._5 .txt img {
    width: 140px;
  }
  #contents .sec._5 .col._2 .accordion_content .line._6 .txt img {
    width: 190px;
  }
  #contents .sec._5 .col._2 .arrow img {
    width: 30px;
  }
  #contents .link_pontadenki img {
    width: 75%;
  }
  #contents .sec._6 .line .accordion_btn {
    border-bottom: 2px solid #ff6500;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #contents .sec._6 .line .accordion_btn.open {
    border-bottom: 2px solid #ff6500;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #contents .last .txt {
    font-size: 3.4vw;
    margin-bottom: 10px;
  }
  #contents .last .font-tel {
    font-size: 5.5vw;
    letter-spacing: -0.02em;
  }
  #contents article.btn .inr.tel {
    background: none;
    margin: 0 auto 15px;
    font-size: 12px;
  }
  #contents article.btn .tel .txt {
    width: auto;
  }
  a.telttl, .telttl {
    font-size: 4.5vw;
    margin-bottom: 1rem;
  }
  a.telttl {
    display: block;
  }
  #contents .att {
    padding: 0 0 20px;
  }
  #contents .att .inr {
    padding: 30px 4%;
  }
  #contents #callcenter .inr.tel {
    padding: 20px 0;
  }
  .readtxt {
    padding: 15px 4% 0;
    font-size: 2.9vw;
  }
  .readtxt_ttl {
    display: inline-block;
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
  .readtxt a {
    display: inline-block;
    font-size: 4vw;
    margin-top: 0.25em;
  }
  #contents .link_pontadenki {
    font-size: 3.2vw;
  }
  #contents .link_pontadenki ul li {
    margin-top: 0.5em;
  }
  .link_pontadenki_ttl {
    font-size: 5vw;
  }
  .att_list {
    line-height: 1.8;
  }
  .att_ttl {
    font-size: 4vw;
  }
  .caption20211220 {
    font-size: 3.5vw;
  }
  /****  mv  ****/
  .mv_miryoku ul {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    margin: 10px auto;
  }
  .mv_miryoku ul li {
    width: 31%;
  }
  .mv_miryoku_ttl {
    width: 70%;
    margin-top: 10px;
  }
  a.telttl, .telttl {
    font-size: 16px;
    line-height: 1.3;
  }
  #contents a.font-tel {
    font-size: 30px;
  }
  #contents article.btn .inr.denkiservicedetail {
    background: none;
    margin: 30px auto 20px;
  }
  .denkiservicedetail p {
    font-size: 12px;
    line-height: 1.3;
  }
  .denkiservicedetail p.denkiservicedetail_ttl {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .accordion_contact-02 {
    margin: 30px auto;
  }
  .denkiservicedetail ul li + li {
    margin-top: 10px;
  }
  /**** 魅力 ****/
  #contents .sec.miryoku {
    padding: 0;
    margin: 50px auto 40px;
  }
  #contents .miryoku .heading2 {
    margin: 0 auto 20px;
  }
  #contents .miryoku .heading2 img {
    width: 90%;
    margin-left: -8%;
  }
  .miryoku_ttl {
    margin-bottom: 1em;
  }
  .miryoku_txt {
    font-size: 4.4vw;
    margin-bottom: 20px;
  }
  #contents .miryoku._1 .miryoku_img img {
    width: 65%;
    margin-top: -5px;
  }
  .sec._3 .miryoku_img {
    margin-top: 30px;
  }
  #contents a.accordion_btn-orange {
    background-size: 5vw;
    background-position: 96% 50%;
    font-size: 4.5vw;
    padding: 1em 1em 1em 0.5em;
  }
  #contents a.accordion_btn-orange.open {
    background-size: 5vw;
    background-position: 96% 50%;
  }
  .tekiyoujyouken .accordion_content {
    padding: 20px;
  }
  .sec._3 .miryoku_img {
    margin-top: 30px;
  }
  .miryoku_txt + .caption, .miryoku_img + .caption {
    margin-top: -10px;
  }
  /**** お申し込みの流れ ****/
  .omoushikomiflow .accordion_content {
    padding: 20px;
  }
  .omoushikomiflow_meyasu {
    width: calc(100% + 40px);
    margin: 20px -20px;
    padding: 20px;
    box-sizing: border-box;
  }
  .omoushikomiflow_flow .arrow {
    width: 30px;
    margin: 20px auto;
  }
  .omoushikomiflow_flow li + li {
    margin-top: 20px;
  }
  #contents .omoushikomiflow_flow-02 img:first-child {
    width: 94%;
    margin-bottom: 10px;
  }
  #contents .omoushikomiflow_flow-03 img:first-child {
    width: 84%;
  }
  #contents .omoushikomiflow_flow-04 img:first-child {
    width: 94%;
    margin-bottom: 10px;
  }
  #contents .omoushikomiflow_flow-05 img {
    width: 76%;
  }
  #contents .omoushikomiflow_flow-06 img:first-child {
    width: 94%;
  }
  #contents .sec._6 .line .accordion_btn {
    position: relative;
    box-sizing: border-box;
    padding: 0.25em 1.5em 0.25em 1.6em;
  }
  #contents .sec._6 .line .accordion_btn.open {
    position: relative;
    box-sizing: border-box;
    padding: 0.25em 1.5em 0.25em 1.6em;
  }
  #contents a.faq_ttl img {
    width: 0.8em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0.25em;
    transform: translateY(-50%);
  }
  #contents .sec._6 {
    padding: 50px 0 40px;
  }
  #contents .sec._6 .line {
    margin-bottom: 20px;
  }
  #contents .sec._5 {
    margin-top: 0;
    padding: 50px auto;
  }
  #contents article.btn._2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  /***** faq *****/
  .is-Pc {
    display: none;
  }
  .is-Sp {
    display: inline;
  }
}
.gocyui {
  padding: 0.8rem 1.2rem;
  background: #fff;
  font-size: 85%;
  border-radius: 5px;
}
.gocyui span {
  color: #d50000;
}
.gocyui strong {
  display: block;
}

.cpArea {
  padding: 2rem 0;
  background: #dc4a00;
}
@media screen and (max-width: 414px) {
  .cpArea {
    padding: 1rem 0;
  }
}
.cpArea img {
  width: 100%;
}

.cpAcd {
  border-radius: 8px;
  background: #fff;
  border: 2px solid #dc4a00;
}
.cpAcd .trigg {
  padding: 1.3rem 1.3rem 1rem;
  text-align: center;
  line-height: 1;
  position: relative;
  font-weight: 600;
  font-size: 130%;
  cursor: pointer;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 414px) {
  .cpAcd .trigg {
    padding: 1.2rem 1.6rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  .cpAcd .trigg {
    padding: 1rem 1rem;
    font-size: 14px;
  }
}
.cpAcd .trigg:hover {
  opacity: 0.6;
}
.cpAcd .trigg strong {
  color: #dc4a00;
}
@media screen and (max-width: 414px) {
  .cpAcd .trigg strong {
    display: inline-block;
  }
}
.cpAcd .trigg span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 0.7em;
  color: #dc4a00;
}
.cpAcd .trigg:after, .cpAcd .trigg:before {
  content: none;
  display: block;
  background: #e45c00;
  position: absolute;
  top: 50%;
  right: 1.6rem;
}
.cpAcd .trigg:after {
  height: 12px;
  width: 2px;
  transform: translate(-5px, -5px);
}
.cpAcd .trigg:before {
  height: 2px;
  width: 12px;
}
.cpAcd .trigg.active:after {
  opacity: 0;
}
.cpAcd .target .in {
  padding: 0 1.3rem;
}
.cpAcd .cpHead {
  text-align: center;
}
.cpAcd .cpHead a {
  background: #EB5504;
  display: block;
  padding: 1rem 1rem 1.5rem;
}
.cpAcd .cpHead a img {
  width: 90%;
  max-width: 350px;
}
.cpAcd .cpBody {
  padding: 1.5rem 0;
}
.cpAcd .cpBody .img {
  margin: 0 auto;
  max-width: 400px;
}
.cpAcd .cpFoot {
  padding: 1rem 0;
  border-top: 1px solid #ccc;
}
.cpAcd .m-gaiyou {
  padding-bottom: 1.5rem;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #444;
  line-height: 1.6;
}
.cpAcd .m-gaiyou .title {
  font-weight: 600;
  margin-bottom: 0.6em;
  margin-top: 1.2rem;
  color: #000;
}
.cpAcd .m-gaiyou .title:first-child {
  margin-top: 0;
}
.cpAcd .m-gaiyou p {
  margin-bottom: 0.5em;
}
.cpAcd .m-gaiyou p:last-child {
  margin-bottom: 0;
}
.cpAcd .m-gaiyou p small {
  font-size: 90%;
  opacity: 0.8;
}
.cpAcd .m-gaiyou i {
  color: #dc4a00;
  font-style: normal;
}
.cpAcd .m-gaiyou ul {
  border-top: 1px dashed #ccc;
}
.cpAcd .m-gaiyou ul.mb {
  margin-bottom: 0.5em;
}
.cpAcd .m-gaiyou ul.noline {
  border-top: none;
}
.cpAcd .m-gaiyou ul.noline li {
  border-bottom: none;
  padding: 0.2em 0;
}
.cpAcd .m-gaiyou ul + ul {
  border-top: none;
}
.cpAcd .m-gaiyou ul li {
  padding: 0.4em 0;
  border-bottom: 1px dashed #ccc;
}
.cpAcd .m-gaiyou ul li.ind {
  padding-left: 1em;
  text-indent: -1em;
}
.cpAcd .m-titleBlock {
  text-align: center;
  margin: 1.3rem 0 1rem;
}
.cpAcd .m-titleBlock .img {
  width: 134px;
  display: block;
  margin: 0 auto 0.7rem;
}
@media screen and (min-width: 414px) {
  .cpAcd .m-titleBlock .img {
    width: 134px;
  }
}
@media screen and (max-width: 320px) {
  .cpAcd .m-titleBlock .img {
    width: 104px;
  }
}
.cpAcd .m-titleBlock .title small {
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.1em;
  font-size: 16px;
}
@media screen and (min-width: 414px) {
  .cpAcd .m-titleBlock .title small {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .cpAcd .m-titleBlock .title small {
    font-size: 13px;
  }
}
.cpAcd .m-titleBlock .title span {
  color: #A8840F;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 26px;
}
@media screen and (min-width: 414px) {
  .cpAcd .m-titleBlock .title span {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  .cpAcd .m-titleBlock .title span {
    font-size: 22px;
  }
}
.cpAcd .m-titleBlock .title strong {
  display: inline-block;
  position: relative;
}
.cpAcd .m-titleBlock .title strong:before {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background: #FFF7BA;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}

.flort {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff6dc;
  text-align: center;
  padding: 0.8em 0;
}
.flort a {
  display: inline-block;
  width: 70%;
  max-width: 300px;
}

.container-wrap {
  padding-bottom: 53px;
}
