/*-------------------------------------------
   saison_campaign
-------------------------------------------*/
div.main div.key-visual {
  background: linear-gradient(90deg, #00ae2a 0%, #00ae2a 50%, #FFD701 50%, #FFD701 100%);
}
section.other-second, 
section.other-second.guide, 
section.other-third, 
section.other-fourth, 
section.other-fifth, 
section.other-sixth, 
section.other-seventh, 
section.other-eight {
  padding: 90px 30px 90px;
}
#saison-campaign-section-1 {
  padding-bottom: 100px;
}
#saison-campaign-section-1 div.content-box-inner {
  margin-top: 120px;
}
div.content-box-title p span.saison-big-title {
  font-size: 3.5rem;
}
div.content-box-title p span.saison-big-number {
  font-size: 4.5rem;
  margin-right: 5px;
}
div.content-box-title p span.saison-sub-title {
  display: block;
  font-size: 2rem;
}
div.content-box-title p{
  position: relative;
}
div.content-box-title p::before{
  content: '';
  position: absolute;
  top: -30px;
  width: 90px;
  height: 5px;
  background: #1c56c5;
  transform: translateX(-100%);
  left: 50%;
}
div.content-box-title p::after{
  content: '';
  position: absolute;
  top: -30px;
  width: 90px;
  height: 5px;
  background: #ffcb00;
  transform: translateX(0%);
  left: 50%;
}
.saison-summary-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saison-summary-text-box {
  width: 55%;
}
div.content-box-inner p.saison-summary-text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.saison-summary-text + .saison-summary-text {
  margin-top: 20px;
}
.cp-cardimg1 {
  width: 40%;
  filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.3));
  transform: translateZ(0);
}
.ss-pink-text {
  font-size: 2.7rem;
  color: #DB0066;
}
.ss-pink-text-big {
  font-size: 3rem;
  color: #DB0066;
  line-height: 1;
}
.ss-text-small {
  font-size: 0.6em;
}
.ss-sub-text {
  font-size: 1.7rem;
  margin-top: 20px;
  display: inline-block;
}
.ss-text-underline {
  border-bottom: 3px solid #DB0066;
}
.saison-button {
  background-color: #000;
  color: #FFF;
  border-radius: 10px;
  font-size: 1.8rem;
  padding: 15px 30px;
  margin: 60px auto 0;
  display: block;
  text-align: center;
  width: fit-content;
  font-weight: bold;
}
.saison-button:hover {
  background-color: #FFE000;
  color: #000;
  transition: .3s all;
}
.saison-button-arrow {
  color: #FFE000;
}
.saison-button:hover .saison-button-arrow {
  color: #000;
  transition: .3s all;
}
.saison-3step-flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.saison-3step-flow > div {
  width: 31%;
  background-color: #FFF;
  box-shadow: 6px 6px 8px rgb(0,0,0,20%);
  transform: translateZ(0);
  border-radius: 10px;
  text-align: center;
  padding: 25px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 308px;
}
.saison-3step-flow > div:not(:last-of-type)::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ffc500;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(50%, -50%);
}
.saison-3step-flow > div:nth-of-type(2):after{
  border-left: 20px solid #1c56c5;  
}
.saison-3step-flow .nav_type03 {
  text-align: center;
  letter-spacing: 0.11em;
  text-indent: -0.11em;
  list-style: none;
  width: 137px;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  transform: translateZ(0);
}
.saison-3step-flow .nav_type03 a {
  font-weight: bold;
  line-height: 1.4;
  display: block;
  transition: .3s all;
  letter-spacing: 0.1em;
  border-radius: 0.75em;
  background: #DB0066;
  color: #FFFFFF;
  font-size: 1.5rem;
  position: relative;
  margin: 19px 0 0;
  padding: 27px 0 9px;
}
.saison-3step-flow .nav_type03 a:hover {
  background: #FFE000;
  color: #000000;
  transition: .3s all;
}
.saison-3step-flow .nav_type03 a::before {
  content: "";
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}
.saison-3step-flow .nav_type03 a .sub-mess {
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  background-color: #fff;
  width: 90%;
  padding: 3px 0;
  border-radius: 100vh;
  font-size: 1.6rem;
  color: #000;
}
.saison-3step-flow .nav_type03 a .sub-mess span {
  color: #ff0080;
}
div.content-box-inner p.saison-3step-contents {
  text-align: left;
  font-size: 1.4rem;
}
.saison-3step-number span {
  font-size: 3rem;
}
div.content-box-inner p.saison-3step-title {
  padding: 5px 0;
  border-bottom: 1px solid #000000;
  width: 100%;
  margin-bottom: 10px;
}
.saison-3step-flow .nav_type03.saison-step2-button,
.saison-3step-flow .nav_type03.saison-step3-button {
  width: 180px;
}
.saison-3step-flow .nav_type03.saison-step2-button a,
.saison-3step-flow .nav_type03.saison-step3-button a {
  font-size: 1.3rem;
  padding: 9px 0;
}
.saison-3step-flow .nav_type03.saison-step2-button a {
  background: #000000;
}
.saison-3step-flow .nav_type03.saison-step2-button a:hover {
  background: #FFE000;
  transition: .3s all;
}
.saison-3step-flow .nav_type03.saison-step2-button a:hover .saison-button-arrow {
  color: #000;
  transition: .3s all;
}
.saison-3step-flow .nav_type03.saison-step3-button a {
  background: #FFE000;
  color: #000000;
  padding: 18.1px 0;
}
.saison-3step-flow .nav_type03.saison-step3-button a:hover {
  background: #000000;
  color: #FFF;
  transition: .3s all;
}
.saison-3step-flow .nav_type03.saison-step3-button a .saison-button-arrow {
  color: #000000;
}
.saison-3step-flow .nav_type03.saison-step3-button a:hover .saison-button-arrow {
  color: #FFE000;
  transition: .3s all;
}
.saison-3step-flow .nav_type03.saison-step2-button a::before,
.saison-3step-flow .nav_type03.saison-step3-button a::before {
  content: unset;
}
.saison-campaign-area {
  background-color: #FFF;
  border-radius: 20px;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  transform: translateZ(0);
  padding: 40px;
}
table, td, th {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  line-height: 1.3;
}
td, th {
  padding: 15px;
  border-bottom: 5px solid #FFFFFF;
}
th {
  background: #1c56c5;
  color: #FFF;
  width: 24%;
}
td {
  background: #eeeeee;
  width: 87%;
}
tr:first-of-type td{
  padding: 7px 15px 0;
}
div.content-box-inner p.campaign-details-title,
div.content-box-inner p.campaign-details-contents {
  font-size: 1.3rem;
}
div.content-box-inner p.campaign-details-title {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 10px;
  width: fit-content;
}
div.content-box-inner p.campaign-details-title:not(:first-child) {
  margin-top: 30px;
}
.campaign-details-title-arrow {
  position: relative;
  cursor: pointer;
}
.campaign-details-title-arrow::before {
  content: "▲";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.6rem;
}
.campaign-details-title-arrow.active::before {
  content: "▼";
}
section#saison-campaign-section-4 {
  background-color: #1c56c5;
  color: #FFF;
}
#saison-campaign-section-4 div.content-box-title p::before {
  background: #00ae2a;
}
#saison-campaign-section-4 div.content-box-title p::after {
  background: #00ae2a;
}
.about-saison {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cp-cardimg2 {
  width: 27%;
}
.cp-cardcheck {
  width: 30px;
  margin-right: 10px;
}
.about-saison-contents {
  width: 68%;
}
.about-saison-contents-1 {
  line-height: 2;
}
.about-saison-contents-2 {
  margin: 30px 0;
}
.about-saison-contents-2 > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about-saison-contents-2 > div:not(:last-child) {
  margin-bottom: 15px;
}
.about-saison-contents-2 > div p {
  margin-top: 6px;
}
div.content-box-inner p.about-saison-contents-3 {
  font-size: 1.3rem;
}
.about-saison-data-1,
.about-saison-data-2 {
  color: #000;
}
.about-saison-data-1 {
  margin-top: 60px;
}
.about-saison-data-2 {
  margin-top: 30px;
}
.cp-cardcredit-bland {
  height: 40px;
}
.cp-carde-money {
  height: 30px;
  margin-left: 14px;
}
.about-saison-data-caution {
  margin-top: 15px;
}
.saison-entry-step-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.saison-entry-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saison-entry-step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 32%;
}
.saison-step {
  height: 170px;
  margin-bottom: 15px;
}
div.content-box-inner .saison-entry-step p {
  font-size: 1.3rem;
  position: relative;
  padding-left: 30px;
}
div.saison-entry-step-box .saison-entry-step p:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #1c56c5;
  font-weight: 900;
  font-size: 2.2rem;
}
div.saison-entry-step-box:nth-child(1) .saison-entry-step:nth-child(1) p:before {
  content: "①";
}
div.saison-entry-step-box:nth-child(1) .saison-entry-step:nth-child(2) p:before {
  content: "②";
}
div.saison-entry-step-box:nth-child(1) .saison-entry-step:nth-child(3) p:before {
  content: "③";
}
div.saison-entry-step-box:nth-child(2) .saison-entry-step:nth-child(1) p:before {
  content: "④";
}
div.saison-entry-step-box:nth-child(2) .saison-entry-step:nth-child(2) p:before {
  content: "⑤";
}
div.saison-entry-step-box:nth-child(2) .saison-entry-step:nth-child(3) p:before {
  content: "⑥";
}
.saison-entry-step-box:first-child {
  margin-bottom: 30px;
}
.saison-entry-step-area {
  margin: 40px 0;
}
div.content-box-inner p.saison-entry-step-mark {
  border: 3px solid #DB0066;
  border-radius: 50px;
  padding: 15px 10px;
  color: #DB0066;
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .saison-3step-flow .nav_type03 a .sub-mess {
    top: -12px;
  }
}

@media screen and (max-width: 1280px) {
  div.content-box-inner p.saison-entry-step-mark {
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .saison-3step-flow > div {
    height: 328px;
  }
  div.main div#price-key-visual img {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .saison-entry-step br.pc {
    display: none;
  }
  div.content-box-inner p.saison-summary-text {
    font-size: 1.6rem;
  }
  .ss-pink-text-big {
    font-size: 2.8rem;
  }
  .cp-cardimg1 {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  div.main div.key-visual {
    background-image: url(../img/kv-sub-cp-card-sp-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  div.main div.key-visual img.img-mv-text-2,
  div.main div.key-visual img.img-mv-text-3 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 111;
  }
  div.main div.key-visual img.img-mv-text-1 {
    filter: drop-shadow(2px 2px 2px #252525);
  }
  div.main div.key-visual img.img-mv-text-3 {
    filter: drop-shadow(3px 2px 0px #252525);
  }
  .saison-campaign-area {
    padding: 30px;
  }
  .cp-cardcredit-bland,
  .cp-carde-money {
    height: auto;
    width: 100%;
  }
  #saison-campaign-section-1 {
    padding-bottom: 70px;
  }
  #saison-campaign-section-1 div.content-box-inner {
    margin-top: 90px;
  }
  div.content-box-title.insurance-option-section-title p {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  div.content-box-title p span.saison-big-title {
    font-size: 2.4rem;
  }
  div.content-box-title p span.saison-sub-title {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .saison-summary-flex {
    display: block;
  }
  div.content-box-inner p.saison-summary-text {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
  }
  .ss-pink-text {
    font-size: 2.3rem;
  }
  .ss-pink-text-big {
    font-size: 2.5rem;
  }
  .ss-sub-text {
    margin-top: 20px;
  }
  .ss-text-underline {
    border-bottom: 2px solid #DB0066;
  }
  .cp-cardimg1 {
    width: 100%;
    margin-top: 25px;
  }
  .saison-button {
    margin: 45px auto 0;
    line-height: 1.3;
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
  }
  section.other-second, 
  section.other-second.guide, 
  section.other-third, 
  section.other-fourth, 
  section.other-fifth, 
  section.other-sixth, 
  section.other-seventh, 
  section.other-eight {
    padding: 50px 0 70px;
  }
  div.content-box-title p span.saison-big-number {
    font-size: 4.3rem;
  }
  .saison-3step-flow {
    display: block;
  }
  .saison-3step-flow > div {
    width: 100%;
    justify-content: flex-start;
    height: auto;
    align-items: flex-start;
  }
  div.content-box-inner p.saison-3step-number {
    display: inline;
    margin-right: 10px;
  }
  div.content-box-inner p.saison-3step-title {
    display: inline;
    border-bottom: unset;
  }
  .saison-3step-flow .saison-3step-flow-top {
    text-align: left;
  }
  .saison-3step-flow-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #000;
    margin-top: 10px;
  }
  div.content-box-inner p.saison-3step-contents {
    width: 60%;
    padding-right: 5px;
    box-sizing: border-box;
    font-size: 1.3rem;
  }
  .saison-3step-flow .nav_type03 {
    width: 40%;
    box-sizing: border-box;
  }
  .saison-3step-flow .nav_type03 a {
    margin: 8px 0 0;
  }
  .saison-3step-flow > div:not(:first-child) {
    margin-top: 25px;
  }
  .saison-3step-flow > div:not(:last-of-type)::after{
    content: "";
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #ffc500;
    border-bottom: 0;
    bottom: -10px;
    top: auto;
    right: 50%;
    transform: translate(50%, 50%);
  }
  .saison-3step-flow > div:nth-of-type(2):after{
    border-top: 20px solid #1c56c5;
  }  
  .saison-3step-flow .nav_type03.saison-step2-button a, 
  .saison-3step-flow .nav_type03.saison-step3-button a {
    font-size: 1.2rem;
  }
  table th,
  table td{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
  }
  table td:not(:last-child) {
    margin-bottom: 10px;
  }
  div.content-box-title.insurance-option-section-title p.sp-big-title {
    font-size: 2.4rem;
  }
  .saison-campaign-area {
    padding: 30px 6%;
  }
  .about-saison {
    flex-direction: column;
  }
  .cp-cardimg2 {
    width: 37%;
    clip-path: inset(0px 0px 56px 0px);
    margin-bottom: -56px;
  }  
  .about-saison-contents {
    width: 100%;
  }
  div.about-saison-contents p {
    font-size: 1.5rem;
  }
  .about-saison-contents-1 {
    line-height: 1.5;
  }
  .about-saison-contents {
    margin-top: 30px;
  }
  .about-saison-data-1 {
    margin-top: 50px;
  }
  div.content-box-inner .saison-entry-step p {
    padding-left: 0;
  }
  div.saison-entry-step-box .saison-entry-step p:before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #1c56c5;
    font-weight: 900;
    font-size: 2.4rem;
  }
  .saison-entry-step {
    width: 47%;
  }
  .saison-step {
    height: auto;
    margin-bottom: 25px;
    width: 90%;
  }
  .saison-entry-step-box:last-of-type .saison-entry-step:last-of-type img{
    width: 113%;
  }
  .saison-entry-step-area {
    margin: 60px 0 10px;
  }
  div.saison-entry-step-box:nth-child(1) .saison-entry-step:nth-child(1) p:before {
    content: "①";
  }
  div.saison-entry-step-box:nth-child(1) .saison-entry-step:nth-child(2) p:before {
    content: "②";
  }
  div.saison-entry-step-box:nth-child(2) .saison-entry-step:nth-child(1) p:before {
    content: "③";
  }
  div.saison-entry-step-box:nth-child(2) .saison-entry-step:nth-child(2) p:before {
    content: "④";
  }
  div.saison-entry-step-box:nth-child(3) .saison-entry-step:nth-child(1) p:before {
    content: "⑤";
  }
  div.saison-entry-step-box:nth-child(3) .saison-entry-step:nth-child(2) p:before {
    content: "⑥";
  }
  .saison-entry-step-box:not(:last-child) {
    margin-bottom: 30px;
  }
  div.content-box-inner p.saison-entry-step-mark {
    border-radius: 20px;
    padding: 10px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .cp-carde-money {
    width: 90%;
    margin: 0 auto;
  }
}
