@charset "UTF-8";

#landing_hicp .sp-only {
  display: none;
}
#landing_hicp img {
  image-rendering: -webkit-optimize-contrast;
}
#landing_hicp h2,
#landing_hicp h3,
#landing_hicp h4,
#landing_hicp h5 {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
#landing_hicp .link-txt {
  text-decoration: underline;
  color: #00a0e9;
}

#landing_hicp {
  margin: 60px auto 100px;
  padding: 0 15px;
  width: 1055px;
  box-sizing: content-box;
}

/* Section */
#landing_hicp .sec {
  margin-top: 40px;
}
#landing_hicp .sec-nest {
  margin-top: 60px;
}
#landing_hicp .sec-terms {
  margin-top: 60px;
  border: 1px solid #595757;
}
#landing_hicp .sec-inner {
  margin-top: 20px;
}


/* Heading */
#landing_hicp .hdg-lv2 {
  padding: 20px 0 14px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #e60012;
}
#landing_hicp .hdg-lv2.green {
  background-color: #009944;
}
#landing_hicp .hdg-lv3 {
  padding: 15px 15px 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #f04678;
  position: relative;
  z-index: 0;
}
#landing_hicp .hdg-lv3::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 525px 0 525px;
  border-color: #f04678 transparent transparent transparent;
}
#landing_hicp .hdg-terms {
  padding: 15px 15px 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #595757;
}
#landing_hicp .hdg-lv4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
#landing_hicp .hdg-lv4 + .list-disc {
  margin-top: 5px;
}


/* Text */
#landing_hicp .txt-lead {
  margin-top: 40px;
  padding: 15px 40px 10px;
  background-color: #fff100;
  position: relative;
}
#landing_hicp .txt-lead::after {
  position: absolute;
  content: "";
  top: 0;
  right: 80px;
  width: 180px;
  height: 313px;
  background: url(../../../../img/usr/freepage/landing_hicp/img_phone.png) no-repeat center center / contain;
}
#landing_hicp .txt-lead > em {
  padding-right: 200px;
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  font-style: normal;
  color: #e60012;
}
#landing_hicp .txt-lead + p {
  margin-top: 20px;
  padding: 0 260px 0 40px;
  font-size: 16px;
  line-height: 1.7;
}

#landing_hicp .hdg-lv3 + p {
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.7;
}

#landing_hicp .annotation{
  font-size: 12px;
  text-align: right;
}


/* Box */
#landing_hicp .box {
  margin-top: 30px;
  padding: 20px 15px;
  font-size: 18px;
  border: 2px solid #f04678;
  border-radius: 10px;
  background-color: #fae6eb;
}


/* Button */
#landing_hicp .btn-lyt {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#landing_hicp .btn-lyt .btn-normal + .btn-normal {
  margin-left: 50px;
}
#landing_hicp .btn-lyt .btn-normal a {
  padding: 15px 60px 12px 15px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  position: relative;
}
#landing_hicp .btn-lyt .btn-normal a::before,
#landing_hicp .btn-lyt .btn-normal a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
#landing_hicp .btn-lyt .btn-normal a::before {
  z-index: 1;
  right: 12px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
}
#landing_hicp .btn-lyt .btn-normal a::after {
  z-index: 1;
  right: 21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
}
#landing_hicp .btn-lyt .btn-normal.login a::after {
  border-color: transparent transparent transparent #e71e2f;
}
#landing_hicp .btn-lyt .btn-normal.new a::after {
  border-color: transparent transparent transparent #ec631c;
}
#landing_hicp .btn-lyt .btn-normal.login a {
  background-color: #e71e2f;
}
#landing_hicp .btn-lyt .btn-normal.new a {
  background-color: #ec631c;
}


/* Image */
#landing_hicp .lyt-img {
  margin-top: 50px;
  text-align: center;
}
#landing_hicp .lyt-img .img-note {
  display: block;
  text-align: center;
  font-size: 13px;
color: #777;}



/* List */
#landing_hicp .list-disc,
.landing_hicp-footer .list-disc {
  margin: 30px 0 0;
}
#landing_hicp .list-disc > li,
.landing_hicp-footer .list-disc > li {
  padding-left: 1.2em;
  position: relative;
}
#landing_hicp .list-disc > li::before,
.landing_hicp-footer .list-disc > li::before {
  position: absolute;
  content: "\30FB";
  top: 0;
  left: 0;
}

/* Note */
#landing_hicp .txt-note {
  margin: 50px 0 0;
  display: table;
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
}
#landing_hicp .txt-note + .txt-note {
  margin-top: 10px;
}
#landing_hicp .txt-note > .ast,
#landing_hicp .txt-note > .txt {
  display: table-cell;
  vertical-align: top;
}
#landing_hicp .txt-note > .ast {
  padding-right: 5px;
  white-space: pre;
}
#landing_hicp .txt-note > .txt {
  width: 100%;
}

#landing_hicp .sec-nest .txt-note {
  margin-top: 15px;
  font-size: 14px;
}
#landing_hicp .sec-nest .txt-note + .txt-note {
  margin-top: 5px;
}

/* Dl */
#landing_hicp .dl-gift {
  margin: 50px 0 0;
  border: 1px solid #f04678;
}
#landing_hicp .dl-gift > dt {
  padding: 10px 10px 8px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #f04678;
  text-align: center;
}
#landing_hicp .dl-gift > dd {
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.7;
}

#landing_hicp .dl-participation {
  margin: 50px 0 0;
  border: 1px solid #e60012;
}
#landing_hicp .dl-participation > dt {
  padding: 10px 10px 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #e60012;
  text-align: center;
}
#landing_hicp .dl-participation > dd {
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.7;
  background-color: #fffcdb;
}
#landing_hicp .dl-participation .txt-note {
  margin-top: 15px;
  font-size: 14px;
  color: #5b5b5b;
}
#landing_hicp .dl-participation .txt-note + .txt-note {
  margin-top: 5px;
}

#landing_hicp .dl-terms {
  padding: 30px 20px;
}
#landing_hicp .dl-terms-item + .dl-terms-item {
  margin-top: 30px;
}
#landing_hicp .dl-terms-item > dt {
  font-size: 18px;
  font-weight: 700;
}
#landing_hicp .dl-terms-item > dd {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.7;
}
#landing_hicp .dl-terms-item > dd > *:first-child {
  margin-top: 0;
}


/* Footer */
.landing_hicp-footer {
  background-color: #f04678;
}
.landing_hicp-footer .footer-inner {
  margin: 0 auto;
  padding: 20px 15px;
  width: 1055px;
}
.landing_hicp-footer .footer-inner > * {
  color: #fff;
}
.landing_hicp-footer .hdg-footer {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  border: none;
  position: relative;
  z-index: 0;
}
.landing_hicp-footer .hdg-footer::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.landing_hicp-footer .hdg-footer > span {
  padding-right: 15px;
  display: inline-block;
  background-color: #f04678;
}
.landing_hicp-footer .footer-ttl {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 700;
}
.landing_hicp-footer .footer-link {
  margin-top: 10px;
  text-align: center;
}
.landing_hicp-footer .footer-link > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.landing_hicp-footer .dl-footer {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}
.landing_hicp-footer .dl-footer > dt {
  padding: 5px 15px 3px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
  color: #f04678;
  border-radius: 30px;
  background-color: #fff;
}
.landing_hicp-footer .dl-footer > dd {
  margin-left: 20px;
}
.landing_hicp-footer .dl-footer .list-disc,
.landing_hicp-footer .dl-footer .txt-note {
  margin-top: 5px;
}

/* Table */
#landing_hicp .tbl-wrap {
  margin-top: 40px;
}
#landing_hicp .tbl-digital {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #000;
}
#landing_hicp .tbl-digital th,
#landing_hicp .tbl-digital td {
  padding: 10px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #000;
}
#landing_hicp .tbl-digital thead th {
  text-align: center;
  background-color: #d5ead8;
}
#landing_hicp .tbl-digital .cl-red {
  color: #e60012;
}