.section img {
  width: 100%;
}
/* tab */
.tab-wrap {
  background-color: #f0f0f0;
  border-bottom: 2px solid #ccc;
  padding-top: 28px;
}
.tabs {
  display: flex;
  justify-content: center;
  height: 80px;
}
.tabs li {
  position: relative;
  width: 477px;
  margin-bottom: -2px;
}
.tabs li a {
  display: flex;
  justify-content: center;
  height: 100%;
  color: #666;
  text-align: center;
  font-weight: bold;
  align-items: center;
  font-size: 2.6rem;
}
.tabs li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 4px;
  background: #ec6d65;
  transition: background 0.2s ease-out, transform 0.2s ease-out;
  width: 100%;
  transform: scaleX(0);
}
.tabs li.business a:before {
  background: #004697;
}
.tabs li a:hover {
  color: #000;
}
.tabs li a:hover:before {
  transform: scaleX(1);
}
.tabs li a.is-active {
  background: #fff;
  color: #000;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.tabs li a.is-active:before {
  transform: scaleX(1);
}
.tab-bottom {
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: none;
  border-top: 2px solid #ccc;
}
.tab-bottom .tabs li a:before {
  top: auto;
  bottom: 0;
}
.tab-bottom li {
  margin-top: -2px;
  margin-bottom: 0;
}
.view-item.is-active {
    display: block;
}
.view-item {
    display: none;
    padding-top: 120px;
}
@media (max-width: 767px) {
  .tab-wrap {
    padding-top: 15px;
    border-bottom-width: 1px;
  }
  .tab-bottom {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .tabs {
    height: 50px;
  }
  .tabs li {
    margin-bottom: -1px;
  }
  .tabs li a.is-active {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .tabs li a:before {
    left: 0;
    width: 100%;
  }
  .tabs li a {
    font-size: 1.6rem;
  }
  .view-item {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .tabs li a:not(.is-active):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #999;
  }
  .tabs .personal a:not(.is-active):after {
    left: 0;
  }
  .tabs .business a:not(.is-active):after {
    right: 0;
  }
}
.top-info-unittitle {
    position: relative;
}
.top-info-unittitle::before {
    content: "\e91a";
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c00;
    border-radius: 50%;
    color: #c00;
    font-family: "icon";
    line-height: 1;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .top-info-unittitle {
      font-size: 2.2rem;
      padding-left: 40px;
    }
    .top-info-unittitle::before {
      left: 0;
      width: 30px;
      height: 30px;
      font-size: 1.4rem;
    }
}
@media screen and (min-width: 768px) {
    .top-info-unittitle {
      font-size: 2.4rem;
      padding-left: 50px;
    }
    .top-info-unittitle::before {
        left: 0;
        width: 40px;
        height: 40px;
        font-size: 2.0rem;
    }
  .contact01 .wrap-contact01-inr {
    border-radius: 10px;
  }
  .contact01 .contact01-box-ttl .small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contact01 .wrap-contact01-inr {
    background-position: top -20vw center;
    padding-top: 40vw;
    padding-bottom: 20px;
  }
  .contact01 .contact01-ttl {
    margin: 0;
  }
  .contact01.is-type3 .wrap-contact01-inr {
    background-image: none;
    padding-top: 30px;
  }
  .contact01.is-type3 .contact01-ttl {
    font-size: 2.2rem;
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  .contact01 .contact01-box + .contact01-box {
    margin-top: 10px;
  }
  .contact01 .contact01-box-ttl {
    font-size: 2rem;
  }
  .contact01 .contact01-box-ttl .small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contact01 .contact01-box-head {
     justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .contact01 .label-free {
    min-width: 42px;
    max-width: 42px;
  }
}
@media screen and (max-width: 767px) {
  .contact01 .label-free {
    flex: 0 0 40px;
    width: 40px;
    height: 20px;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .contact01 .contact01-box-body {
    text-align: center;
  }
}
.contact01-box-body .btn-std {
  min-width: auto;
  line-height: 1.5;
}
.contact01-box-body .btn-std span {
  padding: .5em 2em;
  height: auto;
}
@media screen and (min-width: 768px) {
    .contact01-box-body .btn-std span::after {
      right: 1em;
      top: calc(50% - 1rem);
    }
}
@media screen and (max-width: 767px) {
  .contact01 .contact01-box-body {
    padding-top: 15px;
    text-align: center;
  }
  .contact01-box-body .btn-std {
    font-size: 1.2rem;
  }
  .contact01-box-body .btn-std span {
    display: inline-block;
    padding: .8em 2em;
  }
  .contact01-box-body .btn-std span:after {
    top: calc(50% - 6px);
  }
}
.contact01 .contact01-box-body p {
  line-height: 1.8;
}
.contact01.is-type2 .wrap-contact01-inr {
  border-radius: 0;
}
.contact01 .contact01-box-info.is-type2 {
  flex-direction: column;
  margin-top: 10px;
}
.contact01 .contact01-box-info.is-type2 > li div {
  border-radius: 0;
}
.contact01 .contact01-box-body .contact01-box-ex {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact01 .contact01-box-body p {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact01 .contact01-box-body p {
    order: 2;
    margin-top: 10px;
    font-size: 1.0rem;
  }
  .contact01 .contact01-box.type-tel .contact01-box-ttl-icon svg {
    width: 17px;
    height: 17px;
  }
  .contact01 .contact01-box.type-net .contact01-box-ttl-icon svg {
    width: 20px;
    height: 15px;
  }
  .contact01 .contact01-box-info {
    order: 3;
    width: 100%;
    margin-top: 15px;
    justify-content: center;
  }
  .contact01 .contact01-box-info > li + li {
    margin-left: 30px;
  }
  .contact01 .contact01-box-info.is-type2 > li {
    width: 100%;
  }
  .contact01 .contact01-box-info.is-type2 > li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .contact01-box-detail,
  .contact01-box-ex {
    margin-top: 10px!important;
  }
  .contact01 .contact01-box-body .contact01-box-ex {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .contact01-box-ex-tel {
    pointer-events: none;
  }
  .contact01 .contact01-box.type-net .btn-estimate,
  .contact01 .contact01-box.type-net .btn-consultation {
    margin-top: 15px;
  }
  .contact01.is-type3 .contact01-box {
    padding: 25px;
  }
  .contact01.is-type2 .wrap-contact01-inr {
    background: url(/homesecurity/common_v6/img/bg_contact3_pc.webp) no-repeat 0 0;
    background-size: cover;
    padding-right: 120px;
  }
  .contact01 .contact01-box-info {
    margin-top: 25px;
    min-width: 310px;
    justify-content: center;
  }
  .contact01 .contact01-box-info > li + li {
    margin-left: 20px;
  }
  .contact01 .contact01-box-info.is-type2 > li + li {
    margin-left: 0;
    margin-top: -15px;
  }
  .contact01 .contact01-box-info.is-type2 > li div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contact01 .contact01-box-info.is-type2 > li:first-child div {
  border-radius: 10px 10px 0 0;
}
.contact01 .contact01-box-info.is-type2 > li:last-child div {
  border-radius: 0 0 10px 10px;
}
/* 検索 */
.okw_parts_search {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 25px 0 35px;
}
.search-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
    .faq_search_frmArea {
        margin: 15px 50px;
    }
}
.search_description {
    font-size: 1.2rem;
    color: #666666;
    margin: 3px 0;
}
.faq_search_frmArea .keyword_frm {
    width: calc(100% - 72px);
    height: 50px;
}
.faq_search_frmArea .keyword_frm {
    background-color: #fff;
    float: left;
    border-width: 1px 0 1px 1px;
    border-color: #ccc;
    border-style: solid;
    line-height: 2;
    font-size: 1.4rem;
    letter-spacing: 1.8px;
}
.faq_search_frmArea input {
    padding: 5px;
}
.faq_search_frmArea .keyword_frmbtn {
    background: #ca4642;
    height: 50px;
    width: 72px;
    color: #fff;
    font-weight: bold;
    border: 0;
    font-size: 1.4rem;
}
.qaList {
    margin: 5px auto 10px;
    width: fit-content;
}
.qaList li.Q_sml {
    padding: 0 0 0 28px;
    position: relative;
}
.Q_sml a {
    word-break: break-word;
    padding: 0 0 0 1px;
    color: #333;
    text-decoration: underline;
    font-size: 2rem;
}
.Q_sml a:hover {
  text-decoration: none;
}
.qaList li.Q_sml:before {
  border-radius: 30px;
  background-color: #ca4642;
  color: #fff;
  content: "Q";
  font-size: 1.6rem;
  font-weight: normal;
  font-family: Arial;
  top: 4px;
  left: 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 767px) {
    .Q_sml a {
      font-size: 1.8rem;
    }
  .qaList li.Q_sml:before {
    font-size: 1.2rem;
    width: 18px;
    height: 18px;
  }
    .okw_parts_search {
        padding: 15px 0 25px;
    }
    .search-ttl {
        font-size: 1.8rem;
    }
    .faq_search_frmArea {
        margin: 15px 20px;
    }
}
/*    plan-detail
 * ------------------------------------------------- */
.plan-detail-unit {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
.plan-detail-head {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  cursor: pointer;
}
.plan-detail-head::before {
  content: "";
  position: absolute;
  display: block;
  background: #f0f0f0;
}
.plan-detail-head-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.plan-detail-head-icon svg {
  fill: #ec6d65;
}
.plan-detail-head-ttl {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.plan-detail-head-tgl {
  position: absolute;
  z-index: 2;
  right: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .plan-detail-unit {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .plan-detail-unit + .plan-detail-unit {
    margin-top: 40px;
  }
  .plan-detail-head {
    height: 120px;
  }
  .plan-detail-head::before {
    top: 0;
    right: 0;
    left: auto;
    width: 0;
    height: 100%;
    transition: width 0.2s ease-out;
  }
  .plan-detail-head:hover {
    color: #ec6d65;
  }
  .plan-detail-head:hover::before {
    left: 0;
    width: 100%;
  }
  .plan-detail-head:hover .plan-detail-head-tgl {
    background: #e2e2e2;
  }
  .plan-detail-head:hover .plan-detail-head-tgl::before, .plan-detail-head:hover .plan-detail-head-tgl::after {
    width: 30px;
  }
  .plan-detail-head-icon {
    left: 25px;
    width: 50px;
  }
  .plan-detail-head-ttl {
    padding: 0 100px;
    font-size: 4.0rem;
    transition: color 0.2s ease-out;
  }
  .plan-detail-head-ttl h2 {
    font-size: 2.0rem;
    display: flex;
    height: 100%;
    align-items: center;
  }
  .plan-detail-head-tgl {
    top: 0;
    width: 80px;
    height: 100%;
    background: #f0f0f0;
    transition: background 0.2s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .plan-detail-unit {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .plan-detail-unit + .plan-detail-unit {
    margin-top: 20px;
  }
  .plan-detail-head {
    min-height: 70px;
  }
  .plan-detail-head::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: height 0.2s ease;
  }
  .plan-detail-head-icon {
    left: 16px;
    width: 37px;
  }
  .plan-detail-head-ttl {
    padding: 13px 35px 13px 70px;
    font-size: 1.8rem;
    min-height: 100px;
    display: flex;
    align-items: center;
  }
  .plan-detail-head-tgl {
    bottom: 0;
    display: block;
    width: 35px;
    height: 100%;
  }
}
.plan-detail-head-tgl::before, .plan-detail-head-tgl::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: inline-block;
  background: #ec6d65;
}
.plan-detail-head-tgl::after {
  transform: rotate(90deg);
}
.plan-detail-body {
  position: relative;
  background: #fff;
  font-size: 1.8rem;
}
.plan-detail-body-inner {
  font-weight: bold;
}
.plan-detail-body-ttl {
  font-weight: 700;
}
.plan-detail-body-box {
  background: #f5f1e6;
  border-radius: 10px;
}
.plan-detail-body-box-ttl {
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: 700;
}
.plan-detail-body-price {
  display: flex;
  align-items: flex-end;
}
.plan-detail-body-price .is-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #bf360c;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.plan-detail-body-wrap.is-app .plan-detail-body-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.plan-detail-body-wrap.is-app .plan-detail-body-img {
  height: 8rem;
  width: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .plan-detail-head-tgl::before, .plan-detail-head-tgl::after {
    width: 20px;
    height: 3px;
    transition: width 0.2s ease-out, transform 0.2s ease-out;
  }
  .plan-detail-body-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .plan-detail-body-inner {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .plan-detail-body-inner:nth-child(even) {
    border-left: 2px solid #ccc;
  }
  .plan-detail-body-wrap.is-app .plan-detail-body-inner {
    width: 100%;
  }
  .plan-detail-body-wrap.is-app .app-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plan-detail-body-wrap.is-app .plan-detail-body-link {
    width: 25%;
  }
  .plan-detail-body-wrap.is-app .plan-detail-body-link + .plan-detail-body-link {
    border-left: 2px solid #ccc;
  }
  .plan-detail-body-wrap.col-3 .plan-detail-body-inner,
  .plan-detail-body-wrap.col-4 .plan-detail-body-inner,
  .plan-detail-body-wrap.is-row .plan-detail-body-inner {
    width: 100%;
  }
  .plan-detail-body-wrap.col-3 .plan-detail-body-link {
    width: calc(100% / 3);
  }
  .plan-detail-body-wrap.col-4 .plan-detail-body-link {
    width: calc(100% / 4);
  }
  .plan-detail-body-wrap.is-row .plan-detail-body-link {
    width: 50%;
  }
  .plan-detail-body-wrap.is-row .plan-detail-body-link:nth-child(n+3) {
    margin-top: 20px;
  }
  .plan-detail-body {
    padding: 20px 40px 40px;
    text-align: center;
  }
  .plan-detail-body-link {
    font-size: 1.8rem;
    padding: 0 1em;
  }
  .plan-detail-body-link.has-txt {
    text-align: left;
    width: 50%;
  }
  .plan-detail-body-link.has-txt .has-txt-inr {
    width: fit-content;
    margin: auto;
  }
  .link-arrow-right:before {
    content: "";
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width 0.2s ease-out;
  }
  .link-arrow-right:hover:before {
    left: 0;
    width: calc(100% - 20px);
  }
  .plan-detail-body-link .link-arrow-right {
    font-size: 2.4rem;
  }
  .plan-detail-body .wrap {
    max-width: initial;
  }
  .plan-detail-body-ttl {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 3px solid #000;
    font-size: 2.4rem;
  }
  .plan-detail-body-box {
    height: 100%;
    padding: 40px;
  }
  .plan-detail-body-box-ttl {
    margin: -40px -40px 30px;
    padding: 15px 40px;
    font-size: 2.0rem;
  }
  .plan-detail-body-price {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
  .plan-detail-body-price .is-icon {
    min-width: 80px;
    height: 36px;
    margin-right: 20px;
    padding: 0 5px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .plan-detail-head-tgl::before, .plan-detail-head-tgl::after {
    width: 15px;
    height: 2px;
    transition: transform 0.2s ease-out;
  }
  .plan-detail-body {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
  .plan-detail-body .link-arrow-right {
    font-size: 1.8rem;
  }
  .plan-detail-body-link {
    margin: 24px 0;
  }
  .plan-detail-body-inner + .plan-detail-body-inner {
    border-top: 1px solid #ccc;
  }
  .plan-detail-body-wrap.is-app .plan-detail-body-link {
    flex: 1;
    margin: 0;
    padding: 24px 0;
  }
  .plan-detail-body-wrap.is-app .plan-detail-body-link + .plan-detail-body-link {
    border-top: 1px solid #ccc;
  }
  .plan-detail-body-ttl {
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 2px solid #000;
    font-size: 1.8rem;
  }
  .plan-detail-body-box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .plan-detail-body-box-ttl {
    margin: -20px -20px 15px;
    padding: 10px 20px;
    font-size: 1.8rem;
  }
  .plan-detail-body-price {
    margin-bottom: 20px;
  }
  .plan-detail-body-price .is-icon {
    height: 21px;
    margin-right: 5px;
    padding: 0 3px;
    font-size: 1.2rem;
  }
}
.plan-detail-body-price-set {
  display: flex;
  align-items: baseline;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .plan-detail-body-price-set {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .plan-detail-body-price-set {
    font-size: 1.2rem;
  }
}
.plan-detail-body-price-set .is-num {
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 768px) {
  .plan-detail-body-price-set .is-num {
    margin: 0 5px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .plan-detail-body-price-set .is-num {
    font-size: 2.7rem;
  }
}

.plan-detail-body-text {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .plan-detail-body-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .plan-detail-body-text {
    font-size: 1.3rem;
  }
}

.plan-detail-body-text-ttl {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .plan-detail-body-notes {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .plan-detail-body-notes {
    margin-top: 10px;
    font-size: 1.0rem;
  }
}
.plan-detail-body-notes li {
  position: relative;
  padding-left: 1em;
}
.plan-detail-body-notes li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.plan-detail-body-notes li + li {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
    .plan-detail-col-3 {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
    }
    .plan-detail-col-3 .plan-detail-unit {
        width: calc((100% - 60px) / 3);
        box-shadow: none;
        border-radius: 0;
        overflow: visible;
        margin-top: 0;
    }
    .plan-detail-col-3 .plan-detail-unit:nth-child(n+4) {
        margin-top: 40px;
    }
    .plan-detail-col-3 .plan-detail-head {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
    }
    .plan-detail-col-3 .plan-detail-body {
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
        margin-top: 30px;
        min-width: calc(300% + 60px);
        position: relative;
        border-radius: 10px;
    }
    .plan-detail-col-3 .plan-detail-body:before {
        content: "";
        position: absolute;
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        top: -14px;
        left: 13%;
        transform: translateZ(0);
    }
    .plan-detail + .plan-detail {
        margin-top: 40px;
    }
    /* .plan-detail-col-3 .plan-detail-unit:nth-child(3n + 1) .plan-detail-body {
    } */
    .plan-detail-col-3 .plan-detail-unit:nth-child(3n + 2) .plan-detail-body {
        left: calc(-100% - 30px);
    }
    .plan-detail-col-3 .plan-detail-unit:nth-child(3n + 2) .plan-detail-body:before {
        left: 49%;
    }
    .plan-detail-col-3 .plan-detail-unit:nth-child(3n) .plan-detail-body {
        left: calc(-200% - 60px);
    }
    .plan-detail-col-3 .plan-detail-unit:nth-child(3n) .plan-detail-body:before {
        left: 82%;
    }
}
@media (max-width: 767px) {
    .plan-detail + .plan-detail {
        margin-top: 20px;
    }
}

/* portal */
.cp-h2 {
  background-color: #cc0000;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  padding: 10px;
  position: relative;
  margin: 10px 0 30px;
  text-align: center;
}
.cp-h2:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: calc(50% - 37px);
  border-top: 20px solid #cc0000;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
}
.business-content .cp-h2 {
  background-color: #004697;
}
.business-content .cp-h2:after {
  border-top-color: #004697;
}
.cp-lead {
  font-size: 2rem;
  margin-bottom: 60px;
}
.cp-txt-l {
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
}
.summary-head {
  color: #bf360c;
  font-weight: bold;
  font-size: 2rem;
}
.business-content .summary-head {
  color: #004697;
}
.summary-child {
  background-color: #f5f1e6;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}
.summary-img {
  width: 90%;
  margin: auto;
}
@media (min-width: 768px) {
  .summary-wrap {
    display: flex;
    gap: 10px;
  }
  .summary-child {
    display: flex;
    flex-direction: column;
    width: calc((100% - 30px) / 4);
  }
  .summary-img {
    margin-bottom: 0;
  }
  .business-content .summary-child {
    width: calc((100% - 20px) / 3);
  }
  .business-content .summary-img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cp-h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding: 15px;
  }
  .cp-h2:after {
    bottom: -9px;
    left: calc(50% - 18.5px);
    border-top-width: 10px;
    border-left-width: 18.5px;
    border-right-width: 18.5px;
  }
  .cp-lead {
    font-size: 1.8rem;
  }
  .cp-txt-l {
    font-size: 1.9rem;
  }
  .summary-child {
    margin: 20px 0;
    padding: 20px;
  }
  .summary-head {
    font-size: 2.2rem;
  }
  .summary-img {
    width: 60%;
  }
}
/* ボタン */

/* ------------------------------------------------- *
 *    button
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .btn-basic {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-basic.is-sub {
    font-size: 1.6rem;
    line-height: 46px;
  }
}
@media screen and (min-width: 768px) {
  .cp-btn .btn-std,
  .cp-btn .btn-basic {
    display: block;
    transition: color 0.2s ease-out;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    font-size: 2rem;
    line-height: 60px;
  }
  .cp-btn .btn-std span,
  .cp-btn .btn-basic span {
    height: 60px;
  }
  .breadcrumb-sp {
    display: none;
  }
}
.contact01-box .btn-std {
  width: 100%;
}
.link-arrow {
  display: block;
  margin: 30px auto 0;
  width: fit-content;
  font-size: 1.6rem;
}
.link-arrow-right {
  color: inherit;
  position: relative;
}
.link-arrow-right:after {
  content: "\e900";
  color: #ec6d65;
  display: inline-block;
  font-family: "icon";
  font-size: 1.2rem;
  padding-left: 1em;
  transform: translateY(-.2em);
}
.info-list {
  margin-top: 30px;
}
.info-list li {
  padding: 20px 0;
  border-top: 1px solid #cdcdcd;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .link-arrow {
    font-size: 1.3rem;
  }
  .link-arrow:after {
    top: -2px;
  }
  .contents-more-list {
    display: block;
  }
  .contents-more-list > li {
    width: 100%;
  }
  .info-list {
    margin-top: 15px;
  }
  .info-list li {
    font-size: 1.7rem;
    padding: 15px 0;
  }
  .breadcrumb-sp {
    padding: 20px;
  }
}
.js-contactTglActive .plan-detail-head-tgl::after {
  transform: rotate(180deg);
}

.js-contactTgl > .js-contactTglBody {
  display: none;
}
.js-contactTgl.js-contactTglActive > .js-contactTglBody {
  display: block;
}