#cpn-main .cfooter a {
  color: #000;
}

.main {
  margin-bottom: 0;
}
body {
  position: relative;
}
#cpn-main {
  background-color: #fff;
  color: #000;
  padding: 0;
  overflow: hidden;
  padding-bottom: 80px;
}
strong {
  font-weight: bold;
}
img {
  display: block;
  max-width: 100%;
}
h3 {
  padding: 0;
}

.cpn_footer p {
  text-align: right;
  font-size: 12px;
  padding: 0 10px;
}
.cpn_footer2 {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  #cpn-main {
    margin: 0;
    padding: 0;
    font-size: 3vw;
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #cpn-main img {
    max-width: 100%;
  }
}
#cpn-main .rlink {
  color: #c03;
}
.icon_blank {
  background: url("//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202501_rs/cpn-sakai/images/icon_blank.png") no-repeat right center;
}

@media screen and (max-width: 768px) {
  .g3 img {
    width: 100%;
  }
}
.cfooter {
  margin: 3em auto 0;
  padding: 0 30px;
  overflow: hidden;
}
.cfooter h2 {
  font-size: 1.2rem;
  padding: 0;
  margin-bottom: 1rem;
}
.cfooter .ccode {
  margin: 1rem auto;
}
.cfooter .ccode small {
  color: #999999;
  font-size: 0.8em;
}
.cfooter p {
  margin: 1rem auto;
  padding: 0;
}
.cfooter p small {
  font-size: 0.8em;
  color: #999999;
}
.cfooter p.t2 {
  margin-top: 2rem;
}
.cfooter p.copyright {
  text-align: right;
  font-size: 0.9em;
  margin: 1em auto;
}
#cpn-main .cfooter a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .cfooter {
    padding: 0 1rem;
  }
  .cfooter .cwrap {
    flex-wrap: wrap;
  }
  .cfooter .cwrap > div {
    width: 100%;
  }
}

.ft-btns {
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
  background-color: #b2b2b2;
  color: #fff;
}
.ft-btns h3 {
  text-align: center;
  font-size: 1.375em;
  padding: 0;
  color: #fff;
  margin: 0 auto 0.75em;
  position: relative;
  width: 86%;
}
.ft-btns h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  border-top: 2px dotted #fff;
}
.ft-btns h3 span {
  display: inline-block;
  background-color: #b2b2b2;
  padding: 0 1em;
  font-weight: bold;
  position: relative;
}
.ft-btns .btns {
  display: flex;
  justify-content: center;
}
.ft-btns .btns > div + div {
  margin-left: 2em;
}
.ft-btns .btns a {
  display: block;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.2);
}
.ft-btns .btns + h3 {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .ft-btns {
    margin: 0 0;
    padding: 3em 0;
  }
  .ft-btns img {
    width: 100%;
  }
  .ft-btns h3 {
    font-size: 1.125em;
    width: 100%;
  }
  .ft-btns h3:before {
    display: none;
  }
  .ft-btns .btns {
    flex-wrap: wrap;
  }
  .ft-btns .btns > div {
    width: 92%;
  }
  .ft-btns .btns > div + div {
    margin: 1em 0 0;
  }
}
.entrydcard {
  margin: 3em 30px;
}
.entrydcard > h3 {
  background-color: #cc0033;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 59px;
}
.entrydcard .inner {
  border: 2px solid #c03;
  padding: 30px;
  background-color: #fff;
}
.entrydcard img {
  display: block;
  width: 100%;
}
.entrydcard .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.entrydcard .inner > div {
  width: 47%;
}
.entrydcard .inner > div h3 {
  margin-bottom: 1.2em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #c9a468;
  position: relative;
  height: 3.5em;
  text-align: center;
  color: #cc0033;
}
.entrydcard .inner > div h3:before,
.entrydcard .inner > div h3:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 3px);
  left: 10%;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
.entrydcard .inner > div h3:before {
  top: 100%;
  border-color: #c9a468 transparent transparent transparent;
}
.entrydcard .inner > div h3 div {
  font-size: 1.05em;
  line-height: 1.3;
  font-weight: bold;
}
/* .entrydcard .inner > div:nth-child(1) h3 {
  border: 2px solid #595758;
  color: #000;
}
.entrydcard .inner > div:nth-child(1) h3:before {
  top: 100%;
  border-color: #595758 transparent transparent transparent;
} */
.entrydcard .inner > div:nth-child(2) h3 {
  border: 2px solid #b3b3b3;
  color: #0071bc;
}
.entrydcard .inner > div:nth-child(2) h3:before {
  top: 100%;
  border-color: #b3b3b3 transparent transparent transparent;
}
.entrydcard .inner > div .blk1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entrydcard .inner > div .blk1 .img {
  width: 42%;
  aspect-ratio: 1/1.1;
}
.entrydcard .inner > div .blk1 .img img {
  margin-bottom: 0.2em;
}
.entrydcard .inner > div .blk1 .img .label0,
.entrydcard .inner > div .blk1 .img .label1,
.entrydcard .inner > div .blk1 .img .label2 {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.8em;
}
.entrydcard .inner > div .blk1 .img .label1 {
  background-color: #b0b1b1;
  color: #fff;
}
.entrydcard .inner > div .blk1 .img .label2 {
  background-color: #97d4bc;
  color: #fff;
}
.entrydcard .inner > div .blk1 .text {
  width: 55%;
}
.entrydcard .inner > div .blk1 .text h2 {
  padding: 0;
  font-size: 1.3em;
}
.entrydcard .inner > div .blk1 .text p {
  height: 10em;
  padding-top: 1em;
  font-size: 0.875em;
}
.entrydcard .inner > div .blk1 .text p .highlight {
  color: #c03;
}
.entrydcard .inner > div .blk1 .text p sup {
  display: inline-block;
  font-size: 0.8em;
}
.entrydcard .inner > div .blk1 .cautions {
  width: 100%;
  height: 6em;
  margin: 0 auto;
}
.entrydcard .inner > div .blk1 .cautions p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
  opacity: 0.6;
  min-height: 32px;
}
.entrydcard .inner > div .blk1 .cautions p a {
  color: #cc0033;
  text-decoration: underline;
}
.entrydcard .inner > div .redbtn {
  display: block;
  text-align: center;
  background-color: #c03;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  padding: 0.8em 0.5em 0.8em 0;
  border-radius: 0.2em;
  position: relative;
  text-decoration: none;
}
.entrydcard .inner > div .redbtn:hover {
  opacity: 0.7;
}
.entrydcard .inner > div .redbtn:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.3em;
  top: calc(50% - 0.4em);
  border-style: solid;
  border-width: 0.4em 0.5em;
  border-color: transparent transparent transparent #fff;
}

.l-sectionWrap--CardSelect {
  padding: 40px 0;
}
.l-wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}
.l-sectionWrap--gray h2 {
  padding: 0;
}
.c-headingStyle02 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.55;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.c-staticCardSelect {
  display: flex;
}
.c-staticCardSelect .c-staticCardSelect__box {
  margin-right: 20px;
  width: 24%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.c-staticCardSelect__box > .c-staticCardSelect__boxInner {
  padding: 20px 12px;
}
.c-staticCardSelect__boxInner h3 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}
.c-staticCardSelect__boxInner .c-staticCardSelect__cardImg {
  text-align: center;
}
.u-mb-12 {
  margin-bottom: 12px;
}
.c-staticCardSelect__boxInner .c-staticCardSelect__cardImg img {
  width: 80%;
  margin: 0 auto;
}
.c-staticCardSelect__boxInner .c-staticCardSelect__discList {
  margin-bottom: 8px;
}
.c-staticCardSelect__discList .c-staticCardSelect__discItem {
  display: flex;
  align-items: center;
}
.c-staticCardSelect__discItem .c-staticCardSelect__disc__icon {
  width: 16%;
}
.c-staticCardSelect__discItem .c-staticCardSelect__disc__text {
  width: 81%;
  padding-top: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  text-decoration: none !important;
  padding: 0 24px;
  width: 100%;
  height: 56px;
  background-color: #cc0033;
  color: #fff;
}
.c-btn__text {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-right: 24px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.c-btn__text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/common/images/pict_icon-arrow01-white.svg);
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.c-staticCardSelect__textBox {
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 0 0 48px 48px;
}
.c-staticCardSelect__textBox .c-staticCardSelect__textItem {
  height: 120px;
  padding: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}
.c-staticCardSelect__textItem span {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .entrydcard {
    margin: 2em auto;
    width: 92%;
    padding: 2em;
    font-size: 3vw;
  }
  .entrydcard > h3 {
    font-size: 15px;
    line-height: 35px;
  }
  .entrydcard .inner {
    flex-wrap: wrap;
  }
  .entrydcard .inner > div {
    width: 100%;
  }
  .entrydcard .inner > div:first-child {
    padding-bottom: 2em;
  }
  .entrydcard .inner > div h3 {
    height: 3em;
  }
  .entrydcard .inner > div h3 div {
    font-size: 3.5vw;
  }
  .entrydcard .inner > div .blk1 .img {
    margin-bottom: 1em;
  }
  .entrydcard .inner > div .blk1 .text p {
    height: auto;
    margin-bottom: 1em;
  }
  .entrydcard .inner > div .blk1 .cautions {
    height: auto;
    margin-bottom: 1em;
  }
  .entrydcard .contact {
    font-size: 100%;
  }
  .entrydcard ul.contact {
    font-size: 60%;
    line-height: 1.5;
  }
  .l-sectionWrap--CardSelect {
    margin: 28px 0 0;
    padding: 24px 0;
  }
  .l-wrap {
    padding: 0 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: auto;
  }
  .l-sectionWrap--gray h2 {
    padding: 0;
  }
  .c-staticCardSelect {
    display: block;
  }
  .c-staticCardSelect .c-staticCardSelect__box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .c-staticCardSelect__boxInner .c-staticCardSelect__cardImg img {
    width: 65%;
    max-width: 250px !important;
  }
  .c-staticCardSelect__boxInner .c-staticCardSelect__discList {
    margin-bottom: 16px;
  }
  .c-staticCardSelect__discList .c-staticCardSelect__discItem {
    max-width: 280px;
    margin: 0 auto;
  }
  .c-staticCardSelect__discItem .c-staticCardSelect__disc__icon {
    width: 14%;
    max-width: 60px;
  }
  .c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-decoration: none !important;
    padding: 0 24px;
    width: 100%;
    height: 56px;
    background-color: #cc0033;
    color: #fff;
  }
  .c-btn__text {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding-right: 24px;
    color: #fff;
    font-size: 14px;
    position: relative;
  }
  .c-btn__text::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background: url(//d1mts1n1u0bek1.cloudfront.net/std/common/images/pict_icon-arrow01-white.svg);
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .c-staticCardSelect__textBox .c-staticCardSelect__textItem {
    height: auto;
    padding: 20px 12px;
  }
}
