.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

@media only screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

.mv-lead {
  margin-bottom: 40px;
}

.mv-ctaBox {
  background: #18C31F;
  width: 550px;
  border-radius: 6px;
  box-shadow: 6px 6px 0 #08840E;
  margin-top: 20px;
  position: relative;
  transition: all 0.3s;
}


@media only screen and (max-width: 767px) {
  .mv-ctaBox {
    width: 90%;
    margin: 0 auto;
  }
}

.mv-ctaBox:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  box-shadow: none;
}

.mv-ctaBox a {
  padding: 17px 30px 20px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}

.mv-ctaBox a::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.mv-ctaBox:hover a {
  color: #fff !important;
}

.mv-ctaBox img {
  position: absolute;
  right: -20px;
  top: -10px;
  /*   animation: fluffy1 2s ease infinite; */
}

@media only screen and (max-width: 767px) {

  .mv-ctaBox img {
    display: none;
  }
}

.mv-ctaBox a span {
  font-size: 18px;
}

.security-soft {
  background: #fff;
  width: 1000px;
  margin: 60px auto 0;
  padding: 40px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .security-soft {
    width: 100%;
    padding: 40px 15px;
  }
}

.security-soft h3 {
  margin-bottom: 20px;
}

.security-soft__trend {
  width: 365px;
  margin-left: auto;
}

.security-soft__trend img {
  width: 100%;
}

.security-soft .service-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
}

.security-soft .service-list li {
  flex-basis: 23.5%;
  height: 250px;
  margin: 0;
  padding: 30px 0 0;
  background: #eaebe9;
  text-align: center;
}

.security-soft .service-list li img {
  width: auto;
  height: 85px;
  margin: 0 auto 20px;
}

.security-soft .service-list li p {
  font-size: 15px;
}

.security-soft .service-list li strong {
  display: inline-block;
  margin-top: 5px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 20px;
}

@media only screen and (max-width: 1199px) {
  .security-soft .service-list li p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .security-soft .service-list li strong {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .security-soft .service-list li {
    flex-basis: 48%;
    height: 210px;
    margin-top: 10px;
    padding: 15px 10px 10px;
  }

  .security-soft .service-list li p {
    font-size: 12px;
  }

  .security-soft .service-list li strong {
    font-size: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .security-soft .service-list li {
    height: 220px;
  }
}

.p2p-case-box {
  margin: 40px auto 0;
}

.taisaku {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #title .flex div.image {
    margin: 20px auto;
  }

  .soudan-wrap {
    overflow: hidden;
  }
}

.hard-ctaArea {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .hard-ctaArea {
    margin-top: 0;
  }
}

/* 221227 */
#title h1 {
  margin-top: 0;
  margin-bottom: 14px;
}

#title div.text p {
  margin: 20px 0 0 0;
}

#cta-area03 .cta-box {
  width: 100% !important;
  max-width: 900px !important;
  margin: 40px auto !important;
}

.mv-ctaBox {
  max-width: 550px;
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .mv-ctaBox {
    width: 90% !important;
  }
}

.point-2008__list {
  margin: 0 auto;
  max-width: 800px;
}

.point-2008__list li {
  background-color: #efefef;
  box-shadow: 7px 4px 0px 0px #c2c2c2;
  margin-bottom: 40px;
}

.point-2008__titleArea {
  display: flex;
  align-items: center;
  font-size: 18px;
  background: #CBE5FF;
  font-weight: bold;
  line-height: 1.2;
}
.point-2008__titleArea p {
  font-size: 18px;
}

.point-2008__titleArea span {
  width: 20%;
  flex-shrink: 0;
  background: #2B71B8;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  margin-right: 20px;
}

.point-2008__flexArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.point-2008__flexArea img {
  margin-right: 20px;
  width: 150px;
}

@media only screen and (max-width: 640px) {
  .point-2008__flexArea {
    display: block;
  }

  .point-2008__flexArea img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 60%;
  }
}

.point-2008__flexArea p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: inherit;
}

#cta-area03 .cta-box {
  display: flex;
  align-items: center;
  width: 940px;
  margin: 24px auto;
  padding: 28px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#cta-area03 .cta-box-col1 img {
  width: 130px;
  height: auto;
  margin-left: 32px;
  margin-right: 16px;
}

#cta-area03 .cta-box-col2 {
  margin-right: 24px;
}

#cta-area03 p.cta-text {
  margin-top: 0;
  padding-left: 0;
  background-color: transparent;
  color: #2b71b8;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: inherit;
}

#cta-area03 p.cta-text span {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.cta-btn.cta-btn-red {
  border-right: 5px solid #a32942;
  border-bottom: 5px solid #a32942;
  background-color: #dd3254;
}

@media (max-width: 1000px) {
  #cta-area03 .cta-box {
    width: 90% !important;
  }

  #cta-area03 p.cta-text {
    font-size: 3vw;
  }

  #cta-area03 p.cta-text span {
    font-size: 2vw;
  }
}

@media (max-width: 630px) {
  #cta-area03 .cta-box {
    flex-direction: column;
  }

  #cta-area03 .cta-title>p {
    font-size: 4.4vw;
  }

  #cta-area03 .cta-title>p+p {
    font-size: 5vw;
  }

  #cta-area03 .cta-box-col1 img {
    width: 44vw;
    margin: 0 0 2vw;
  }

  #cta-area03 .cta-box-col2 {
    margin-right: 0;
  }

  #cta-area03 p.cta-text {
    margin-bottom: 2vw;
    font-size: 5vw;
  }

  #cta-area03 p.cta-text span {
    font-size: 3vw;
  }
}

.cta-btn-wrap {
  position: relative;
  width: 180px;
  z-index: 200;
}

.cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  border-radius: 16px;
  border-right: 5px solid #08840e;
  border-bottom: 5px solid #08840e;
  background-color: #18c31f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  color: white;
  border-right: 5px solid #08840e;
  border-bottom: 5px solid #08840e;
  opacity: 0.8;
}

.cta-btn img {
  width: 20px;
  height: auto;
  margin-left: 12px;
}

@media (max-width: 1139px) {
  #cta-area01.cta-box {
    padding: 1vw 0;
  }

  #title div.text #cta-area01 p.cta-text {
    font-size: 2.3vw;
  }

  #title div.text #cta-area01 p.cta-text span {
    font-size: 1.4vw;
  }

  .cta-btn {
    font-size: 1.4vw;
  }
}

.cta-btn.cta-btn-red {
  border-right: 5px solid #a32942;
  border-bottom: 5px solid #a32942;
  background-color: #dd3254;
}

.cta-btn.cta-btn-wide {
  width: 360px;
  padding: 26px 0;
  font-size: 22px;
  font-weight: 700;
}

.backup-2008__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.backup-2008pt {
  margin: 30px auto 0;
  max-width: 1000px;
  width: 100%;
}

.backup-2008__warp ul {
  text-align: left;
}

#cta-area02 .cta-box {
  display: flex;
  align-items: center;
  width: 940px;
  margin: 24px auto;
  padding: 40px 0;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#cta-area02 .cta-box-col1 img {
  width: 120px;
  height: auto;
  margin-left: 32px;
}

@media (max-width: 994px) and (min-width: 630px) {

  #cta-area02 .cta-box-col1 img,
  #cta-area03 .cta-box-col1 img {
    display: none;
  }
}

#cta-area02 .cta-box-col2 {
  margin-right: 24px;
}

.cta-btn.cta-btn-wide {
  width: 360px;
  padding: 26px 0;
  font-size: 22px;
  font-weight: 700;
}

#cta-area02 p.cta-text {
  margin-top: 0;
  padding-left: 0;
  background-color: transparent;
  color: #2b71b8;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: inherit;
}

#cta-area02 p.cta-text span {
  display: block;
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 1000px) {
  #cta-area02 .cta-box {
    width: 90%;
  }

  .cta-btn.cta-btn-wide {
    width: 36vw;
    padding: 2.4vw 0;
  }

  #cta-area02 p.cta-text {
    font-size: 3vw;
  }

  #cta-area02 p.cta-text span {
    font-size: 2vw;
  }
}

@media (max-width: 630px) {
  #cta-area02 .cta-box {
    flex-direction: column;
    width: 100%;
  }

  #cta-area02 .cta-title {
    font-size: 4vw;
  }

  #cta-area02 .cta-title span {
    margin-top: 1.8vw;
  }

  #cta-area02 p.cta-text {
    margin-bottom: 2vw;
    font-size: 5vw;
  }

  #cta-area02 p.cta-text span {
    font-size: 3vw;
  }

  .cta-btn-wrap {
    width: 80vw;
  }

  #cta-area02 .cta-box-col1 img {
    width: 44vw;
    margin-left: 0;
    margin-bottom: 2vw;
  }

  #cta-area02 .cta-box-col2 {
    margin-right: 0;
  }

  .cta-btn.cta-btn-wide {
    width: 100%;
    margin: 0 auto;
    padding: 3vw 0;
    font-size: 3.4vw;
  }
}

.case-box-2008 {
  display: flex;
  justify-content: space-between;
}

.case-box-2008__list {
  width: 320px !important;
}

.case-box-2008__list li {
  width: 100% !important;
}

.case-box-2008__sub--wrap {
  width: 65%;
}

@media (max-width: 1000px) {
  .case-box-2008 {
    display: block;
  }

  .p2p-case-box ul.report-list {
    margin: 0 auto;
    width: 100% !important;
  }

  .case-box-2008 .case-box-2008__list img {
    height: 300px;
  }
}

.case-box-2008__sub {
  background: #fff;
  padding: 20px;
  margin-bottom: 23px;
  border: 1px solid #ccc;
  transition: 0.2s;
}

.case-box-2008__sub:hover {
  background-color: #f37f3f;
}

.case-box-2008__sub:hover a {
  color: #fff;
}

.case-box-2008__sub a {
  display: flex;
  text-align: left;
}

.case-box-2008__sub--img {
  width: 150px;
  height: 80px;
  object-fit: cover !important;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}

.case-box-2008__sub a img {
  width: 100%;
}

@media only screen and (max-width: 1053px) {
  .mv-ctaBox img {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .case-box-2008__sub--wrap {
    display: flex;
    justify-content: space-between;
  }

  .case-box-2008__sub {
    width: 48%;
    padding: 0;
  }

  .case-box-2008__sub p {
    font-size: 12px;
  }

  .case-box-2008__sub a {
    display: block;
  }

  .case-box-2008__sub a .txt {
    padding: 5px 10px 10px;
  }

  .case-box-2008__sub--img {
    width: 100%;
    height: 100px;
  }
}

.backup-2008__wrap ul {
  text-align: left;
}

.backup-2008__img {
  max-width: 588px;
  width: 100%;
}

@media (max-width: 1000px) {
  .case-box-2008__sub--wrap {
    width: 100%;
  }
}


@media only screen and (max-width: 860px) {
  .backup-2008__wrap {
    display: block;
  }

  .backup-2008__wrap ul {
    margin-bottom: 30px;
  }
}

.column-box .p2p-case-box ul.report-list {
  justify-content: center;
}

.column-box .p2p-case-box ul.report-list li {
  margin-left: 12px;
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  .column-box {
    margin-top: 35px;
  }

  .column-box .p2p-case-box {
    margin-top: 20px;
  }

  .column-box .p2p-case-box ul.report-list {
    justify-content: space-between;
  }

  .column-box .p2p-case-box ul.report-list li {
    margin-left: 0;
    margin-right: 0;
  }

  .hard-ctaArea.sp-padding {
    width: 90% !important;
    margin: 0 auto 40px;
  }
}
.jirei_box .arrow,
.ttlbar *,
.case-box-2008__sub p.text-center,
.ntxt {
    font-size: 16px;
}
.download-box .list-box ul,
.download-cont p {
    font-size: 14px;
}
.jirei_box .arrow,
.ttlbar *,
.download-cont p,
.soudan p,
.lead .sentakushi .caption,
#cta-area02 p.cta-text,
.ntxt,
#hdm_fanatic p,
.merit_flex .ttl,
.jirei_box .kadai p {
    letter-spacing: inherit;
}
.p2p-case-box .report-box .txt p,
.case-box-2008__sub p.text-center {
  text-align: left;
}
.lead.reason,
.lead.taisaku,
.lead.risou {
  margin-bottom: 0;
}

/*251007(2008LP改修依頼)*/
.worries__items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
    margin: 4rem auto 0;
      row-gap: 6rem;
    column-gap: 2rem;
        padding: 0 2rem;
}
.worries__items>li{
    width: calc((100% - 4rem) / 3);
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 13rem 1rem 3rem;
    position: relative;
    font-weight: 700;
}
.worries__items>li>figure{
position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.worries__items__ttl>span{
      color: #2b71b8;
          font-size: 2.8rem;
}
.worries__items__txt{
      font-size: 16px;
    margin-top: 1rem;
        line-height: 1.5;
        color: #333333;
}

#faq1.p2p-sv-faq-content {
    background-color: #fff;
    margin-bottom: 50px;
        border-top: 1px solid #ccc;
        margin: 0 auto;
        max-width: 1000px;
}
#faq1.p2p-sv-faq-content .faqwrap {
    padding-top: 10px;
    padding-bottom: 15px;
}
#faq1.p2p-sv-faq-content .faqwrap .faqrow:first-child {
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    #faq1.p2p-sv-faq-content {
        margin-bottom: 25px;
    }
    #faq1.p2p-sv-faq-content .sub-blue {
        font-size: 13px;
    }
    #faq1.p2p-sv-faq-content .faqwrap {
        padding: 12px 15px 15px;
    }
    #faq1.p2p-sv-faq-content .faqwrap .faqrow:first-child {
        margin-bottom: 12px;
    }
}

.column-box .p2p-case-box ul.report-list li{
      width: 30%;
}

@media screen and (max-width:769px) {
.worries__items{
  flex-direction: column;
}
.worries__items>li{
    width: 100%;
}

.worries__items__ttl{
  font-size: 2rem;
}
.faq-p2p{
  padding: 0 18px 0;
}
.faq-p2p h2{
margin: 0 0px 15px;
}
.column-box .p2p-case-box ul.report-list li{
      width: 49%;
}
.worries__items__ttl{
          font-size: 1.8rem;
}
.worries__items__ttl>span{
      font-size: 2.4rem;
}
.worries__items__txt{
      font-size: 14px;
}
.p2p-windows2008_only .mv-ctaBox a span{
      line-height: 1.4;
    display: block;
}
}
