.btn2 {
  padding: 5%;
  margin-top: 60px;
}
.btn2 i {
  display: none;
}

@media screen and (max-width: 768px) {
  .mv-btn {
    padding-top: 88%;
  }
  .mv-btn .btn2 {
    margin-top: 22px;
  }
}
@media screen and (max-width: 510px) {
  .mv-btn {
    padding-top: 90%;
  }
  .mv-btn .btn2 {
    margin-top: 70px;
  }
}
.cp-koumu {
  color: #707070;
}
.cp-koumu .font-red {
  color: #E53244;
}
.cp-koumu .bold {
  font-weight: bold;
}
.cp-koumu .font-large {
  font-size: 7rem;
}
.cp-koumu .note {
  font-size: 12px;
}
.cp-koumu .btn-orange {
  display: block;
  max-width: 350px;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  background-color: #ff9300;
  border-radius: 6px;
  padding: 20px;
  transition: all 0.5s 0s ease;
}
.cp-koumu .btn-orange:hover {
  opacity: 0.5;
}
.cp-koumu .btn-orange .fa-envelope {
  margin-right: 5px;
  opacity: 0.5;
}
.cp-koumu .btn-orange2 {
  font-size: 2rem;
  padding: 10px 20px;
  margin: 50px auto 0;
}
.cp-koumu .cts-ttl {
  font-size: 3.5rem;
  color: inherit;
  text-align: center;
}
.cp-koumu .cts-ttl .slash {
  font-size: 2rem;
  font-weight: normal;
}
.cp-koumu .cts-ttl .slash span {
  color: inherit;
  font-size: inherit;
  margin: 0;
}
.cp-koumu .cts-ttl .slash::before,
.cp-koumu .cts-ttl .slash::after {
  width: 30px;
  height: 2px;
  background-color: #615957;
  margin: 4px;
}
.cp-koumu .text-container {
  text-align: center;
  margin: 0 auto;
  padding: 90px 0 0;
}
.cp-koumu .text-container h2.heading2 {
  font-size: 3rem;
}
.cp-koumu .text-container01 {
  padding-top: 30px;
}
.cp-koumu .text-container01 .heading2 {
  width: 700px;
  margin: 0 auto;
  background-image: linear-gradient(to top, #ffd800 30%, transparent 30%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.cp-koumu .koumu-container {
  width: auto;
  margin-left: 0;
  padding: 64px 0;
  position: relative;
  text-align: center;
}
.cp-koumu .koumu-container .has-arrow:after {
  display: block;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 40px 48px 0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -48px;
  z-index: 100;
}
.cp-koumu .koumu-container .has-arrow-gray::after {
  border-top-color: #E2E2E2 !important;
}
.cp-koumu .koumu-container .has-arrow-yellow::after {
  border-top-color: #FFD800;
}
.cp-koumu .koumu-container .has-arrow-white::after {
  border-top-color: #fff;
  z-index: 2;
}
.cp-koumu .koumu-container .has-arrow-red::after {
  border-top-color: #FFF2F3;
}
.cp-koumu .koumu-container .has-arrow-blue::after {
  border-top-color: #F3F9FD;
  bottom: -40px;
  z-index: 2;
}
.cp-koumu .koumu-trouble {
  background-color: #E2E2E2;
  text-align: center;
}
.cp-koumu .koumu-trouble .has-arrow {
  padding: 0 10px;
}
.cp-koumu .koumu-trouble .has-arrow .cts-ttl {
  position: relative;
  z-index: 2;
}
.cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap {
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  padding: 0 50px;
  border-radius: 30px;
  margin: -37px auto 0;
  position: relative;
  max-width: 820px;
}
.cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap .p-problem-list {
  display: block;
  padding: 30px 0;
  font-size: 2.8rem;
  line-height: 2.2em;
}
.cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap .p-problem-list .u-icon-check2:before {
  width: 30px;
  height: 30px;
  background: url(../images/check-icon2.png) no-repeat;
  margin-right: 0.4em;
  transform: scale(0.8);
}
.cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap .p-problem-list li {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}
.cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap .p-problem-list li div {
  display: inline;
}
.cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap div img {
  position: absolute;
  bottom: 0;
  left: 50px;
}
.cp-koumu .hougan-bg {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F4F8FB calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F4F8FB calc(100% - 1px));
  background-size: 36px 36px;
  background-repeat: repeat;
  background-position: center center;
}
.cp-koumu .koumu-point .has-arrow p {
  text-align: left;
  padding: 0 70px;
  max-width: 1160px;
  margin: 0 auto;
}
.cp-koumu .koumu-point .has-arrow img {
  margin-top: 20px;
}
.cp-koumu .koumu-package {
  background-color: #FFF2F3;
}
.cp-koumu .koumu-voice {
  background-color: #F3F9FD;
}
.cp-koumu .koumu-voice .top-tab-content {
  height: auto;
  opacity: 1;
}
.cp-koumu .koumu-reason {
  background-color: #FFF2F3;
}
.cp-koumu .koumu-reason .top-tab-content {
  background-color: #FFF2F3;
  height: auto;
  opacity: 1;
  padding-left: 20px;
  padding-top: 34px;
}
.cp-koumu .koumu-reason .top-tab-content article {
  position: relative;
}
.cp-koumu .koumu-reason .top-tab-content article::after {
  content: "01";
  font-size: 8rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #FFF2F3;
  -webkit-text-stroke: 2px #E53244;
  text-stroke: 2px #E53244;
  position: absolute;
  top: -73px;
  left: -20px;
  z-index: 1;
}
.cp-koumu .koumu-reason .top-tab-content article:nth-of-type(2)::after {
  content: "02";
}
.cp-koumu .koumu-reason .top-tab-content article:nth-of-type(3)::after {
  content: "03";
}
.cp-koumu .koumu-reason .top-tab-content .top-bm-card {
  background-color: #FFF2F3;
  border: solid 2px #E53244;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 2;
  max-height: 502px;
}
.cp-koumu .koumu-reason .top-tab-content .top-bm-card:hover {
  opacity: 1;
}
.cp-koumu .koumu-reason .top-tab-content .top-bm-card .bm-card__body .bm-card__ttl {
  color: #E53244;
  font-size: 2.6rem;
}
.cp-koumu .koumu-reason .top-tab-content .top-bm-card .bm-card__body p {
  font-size: 1.7rem;
  text-align: left;
}
.cp-koumu .koumu-reason .top-tab-content:nth-of-type(2) {
  display: flex;
  justify-content: center;
}
.cp-koumu .koumu-reason .top-tab-content:nth-of-type(2) article .top-bm-card {
  max-width: 316px;
}
.cp-koumu .koumu-reason .top-tab-content:nth-of-type(2) article::after {
  content: "04";
}
.cp-koumu .koumu-reason .top-tab-content:nth-of-type(2) article:nth-of-type(2)::after {
  content: "05";
}
.cp-koumu .koumu-nextStep {
  background-image: url(../images/nextStep.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp-koumu .koumu-nextStep .text-container {
  padding: 0;
  color: #fff;
  z-index: 10;
}
.cp-koumu .koumu-nextStep .text-container .heading2 {
  color: #fff;
}
.cp-koumu .koumu-contact {
  padding-bottom: 0;
}
.cp-koumu .koumu-contact .form iframe {
  height: 1740px;
}
.cp-koumu .koumu-QA {
  background-color: #f5f5f5;
  margin-top: 80px;
  padding: 80px 0;
}
.cp-koumu .koumu-QA .Qa-Box {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.cp-koumu .koumu-QA .Qa-Box .Qa dt,
.cp-koumu .koumu-QA .Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
  padding: 15px;
}
.cp-koumu .koumu-QA .Qa-Box .Qa dt {
  background-color: #fff;
}
.cp-koumu .koumu-QA .Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #36a0f9;
  width: 2em;
  height: 2em;
}
.cp-koumu .koumu-QA .Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}
.cp-koumu .koumu-QA .Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #36a0f9;
  border: 2px solid #36a0f9;
  background: #fff;
  width: 2em;
  height: 2em;
}
.cp-koumu .koumu-QA .Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}
.cp-koumu .bg-contact {
  margin: 64px auto;
}
.cp-koumu .bg-contact .sec-intro {
  max-width: 700px;
}
.cp-koumu .bg-contact .sec-intro p:first-of-type {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.cp-koumu .bg-contact .slash {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.cp-koumu .bg-contact .slash::before, .cp-koumu .bg-contact .slash::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 4px;
}
.cp-koumu .trouble .p-problem .c-heading-type1 {
  font-size: 3rem;
}
@media screen and (max-width: 960px) {
  .cp-koumu .koumu-QA .Qa-Box {
    width: 95%;
  }
  .cp-koumu .koumu-reason .top-tab-content article .top-bm-card {
    padding: 20px;
  }
  .cp-koumu .koumu-reason .top-tab-content:nth-of-type(2) {
    padding: 34px 18% 0;
  }
  .cp-koumu .koumu-reason .top-tab-content:nth-of-type(2) .top-bm-card {
    min-width: 213px;
  }
}
@media screen and (max-width: 768px) {
  .cp-koumu #case-content {
    margin-top: 0;
  }
  .cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap {
    display: block;
    max-width: 580px;
    padding: 0 30px;
  }
  .cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap .p-problem-list .u-icon-check2 {
    line-height: 1.4;
    display: flex;
  }
  .cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap .p-problem-list .u-icon-check2::before {
    margin: 0.2em 0.4em 0 0;
  }
  .cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap .p-problem-list .u-icon-check2 div {
    display: block;
  }
  .cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap div {
    display: none;
  }
  .cp-koumu .text-container01 .heading2 {
    line-height: 1.4;
    display: inline;
  }
  .cp-koumu .koumu-point .has-arrow p {
    padding: 0 20px;
  }
  .cp-koumu .koumu-reason .top-tab-content article .top-bm-card {
    margin-bottom: 60px;
  }
  .cp-koumu .koumu-reason .top-tab-content article .top-bm-card:nth-of-type(2) {
    padding: 34px 0 0 20px;
  }
  .cp-koumu .koumu-reason .top-tab-content article:nth-of-type(3) .top-bm-card {
    margin-bottom: 20px;
  }
  .cp-koumu .koumu-reason .top-tab-content:nth-of-type(2) {
    display: block;
    padding: 34px 0 0 20px;
  }
  .cp-koumu .bg-contact {
    margin: 0;
  }
  .cp-koumu .bg-contact .sec-intro .dl_intro {
    line-height: 1.4;
    margin-top: 10px;
  }
  .cp-koumu .bg-contact .slash {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 510px) {
  .cp-koumu .mv-btn {
    padding-top: 90%;
  }
  .cp-koumu .mv-btn .btn2 {
    margin-top: 22px;
  }
  .cp-koumu .cts-ttl .slash {
    font-size: 1.8rem;
  }
  .cp-koumu .cts-ttl .slash::before, .cp-koumu .cts-ttl .slash::after {
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
  .cp-koumu .cts-ttl .slash::before {
    left: 0;
  }
  .cp-koumu .koumu-trouble {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap {
    padding: 0 20px;
  }
  .cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap .p-problem-list .u-icon-check2:before {
    width: 60px;
    height: 40px;
  }
  .cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap .p-problem-list li {
    line-height: 1.4;
  }
  .cp-koumu .koumu-trouble .has-arrow .trouble-list-wrap div img {
    display: none;
  }
  .cp-koumu .text-container01 h2.heading2 {
    width: auto;
  }
  .cp-koumu .koumu-point .has-arrow p {
    padding: 0 20px;
  }
  .cp-koumu #case-content {
    margin-top: 0;
  }
}/*# sourceMappingURL=cp-koumu.css.map */