@charset "UTF-8";
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.l-main {
  padding-top: 90px;
  min-width: 1000px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 0;
    min-width: 100%;
    width: 100%;
  }
}
.l-main .zra-gray {
  background: #F7F6F2;
}

.zra-title {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .zra-title {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.zra-title span {
  display: block;
  font-size: 18px;
  color: #008CFF;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .zra-title span {
    font-size: 12px;
  }
}

.zra-section {
  padding: 95px 0 100px;
}
@media screen and (max-width: 768px) {
  .zra-section {
    padding: 80px 15px;
    box-sizing: border-box;
  }
}
.zra-section-inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .zra-section-inner {
    padding-bottom: 80px;
  }
}
.zra-section p {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .zra-section p {
    font-size: 13px;
    width: 100%;
  }
}
.zra-section li {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .zra-section li {
    font-size: 13px;
  }
}
.zra-section .zra-lead {
  font-size: 16px;
  text-align: center;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .zra-section .zra-lead {
    margin-bottom: 30px;
    text-align: left;
  }
}
.zra-section .c-container {
  width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .zra-section .c-container {
    width: 100%;
    padding: 0;
  }
}

.zra-btn {
  color: #ffffff;
  font-size: 18px;
  padding: 13px;
  width: 336px;
  height: 50px;
  margin: 0 auto;
  border-radius: 1000px;
  text-align: center;
  display: block;
  font-weight: 600;
}
.zra-btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .zra-btn {
    width: 100%;
    padding: 16px auto 18px;
  }
}
.zra-btn.download {
  background: #FB9C20;
}
.zra-btn.form {
  margin-top: 60px;
  background: #00B4B6;
}
@media screen and (max-width: 768px) {
  .zra-btn.form {
    margin-top: 40px;
  }
}

.l-main .p-heading-subdir--lineup-zra {
  height: 420px;
  padding: 60px 0;
  background: url(/assets/img/lineup/zra/kv_pc.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zra {
    height: auto;
    padding: 24px 40px 20px;
  }
}
.l-main .p-heading-subdir--lineup-zra .c-container-wrap {
  position: relative;
}
.l-main .p-heading-subdir--lineup-zra .c-container-wrap .p-heading-subdir__title {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zra .c-container-wrap .p-heading-subdir__title {
    font-size: 22px;
  }
}
.l-main .p-heading-subdir--lineup-zra .c-container-wrap .p-heading-subdir__subtitle {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 20px;
  width: 504px;
  text-align: center;
  padding: 5px 0;
  margin: 0 0 23px 0;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zra .c-container-wrap .p-heading-subdir__subtitle {
    width: 100%;
    text-align: center;
    font-size: 10px;
    width: auto;
  }
}
.l-main .p-heading-subdir--lineup-zra .c-container-wrap img {
  width: auto;
  height: 250px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zra .c-container-wrap img {
    position: relative;
    height: auto;
    max-height: 200px;
    width: auto;
    right: 0;
    top: 0;
    margin: 19px auto 0;
    display: block;
    transform: translateX(0);
  }
}
.l-main .p-heading-subdir--lineup-zra .c-container-wrap .p-heading-subdir__link {
  background: #FB9C20;
  color: #ffffff;
  font-size: 18px;
  padding: 13px;
  width: 336px;
  margin: 32px 0 0 0;
  border-radius: 1000px;
  text-align: center;
  display: block;
  font-weight: 600;
}
.l-main .p-heading-subdir--lineup-zra .c-container-wrap .p-heading-subdir__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zra .c-container-wrap .p-heading-subdir__link {
    font-size: 16px;
    padding: 13px;
    width: 100%;
    margin: 16px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .zra-onayami {
    padding: 56px;
  }
}
.zra-onayami h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .zra-onayami h2 {
    font-size: 25px;
  }
}
.zra-onayami-content {
  display: flex;
  align-items: baseline;
  gap: 40px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .zra-onayami-content {
    flex-direction: column;
    gap: 32px;
    margin: 40px auto 0;
  }
}
.zra-onayami-box {
  width: 33%;
}
.zra-onayami-box img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .zra-onayami-box {
    width: 100%;
  }
}
.zra-onayami-box p {
  width: 90%;
  margin: 23px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .zra-onayami-box p {
    margin-top: 15px;
    width: 100%;
  }
}

.zra-features-box {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .zra-features-box {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.zra-features-box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .zra-features-box:nth-child(even) {
    flex-direction: column;
  }
}
.zra-features-box img {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .zra-features-box img {
    width: 100%;
  }
}
.zra-features-box-text {
  text-align: left;
}
.zra-features-box-text h3 {
  display: inline-block;
  background: linear-gradient(transparent 60%, #FFD200 40%);
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zra-features-box-text h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.zra-features-box-text li {
  position: relative;
  list-style: none;
  padding-left: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .zra-features-box-text li {
    font-size: 13px;
  }
}
.zra-features-box-text li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 11px;
  background: url(../img/lineup/zra/check.svg) no-repeat center center/cover;
  content: "";
}

.zra-link-content {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .zra-link-content {
    flex-direction: column;
    gap: 45px;
  }
}
.zra-link-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .zra-link-box {
    width: 100%;
  }
}
.zra-link-box p {
  margin: 30px auto 0;
  text-align: left;
}

.zra-hint-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.zra-hint-content:last-child {
  margin-bottom: 0;
}
.zra-hint-content h3 {
  width: 100%;
  padding: 30px 27px;
  background: #008CFF;
  text-align: left;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zra-hint-content h3 {
    padding: 16px 16px;
    font-size: 18px;
  }
}
.zra-hint-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 27px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .zra-hint-box {
    flex-direction: column;
  }
}
.zra-hint-box img {
  width: 507px;
  height: auto;
}
.zra-hint-box p {
  text-align: left;
}

.zra-why-content {
  display: flex;
  width: 100%;
  gap: 30px;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .zra-why-content {
    flex-direction: column;
    gap: 60px;
  }
}
.zra-why-box {
  width: 50%;
  background: #F7F6F2;
  padding: 64px 28px 40px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zra-why-box {
    width: 100%;
    padding: 56px 16px 30px;
  }
}
.zra-why-box::after {
  content: "・・・etc";
  position: absolute;
  right: 28;
  bottom: 32;
}
.zra-why-box h3 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #008CFF;
  color: #ffffff;
  width: 300px;
  margin: 0 auto 40px;
  padding: 16px 20px;
  text-align: center;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zra-why-box h3 {
    padding: 10px 16px;
    font-size: 16px;
  }
}
.zra-why-box li {
  text-align: left;
  position: relative;
  padding-left: 20px;
}
.zra-why-box li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.zra-why-box ul {
  padding-bottom: 30px;
}
.zra-why-closingstatement {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .zra-why-closingstatement {
    margin-top: 40px;
  }
}

.zra-topic {
  text-align: center;
  width: 100%;
  background: #999 url(../img/lineup/zra/bg_trial_pc.jpg) no-repeat center center/cover;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .zra-topic {
    padding: 60px 24px;
  }
}
.zra-topic h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .zra-topic h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.zra-topic-content {
  margin: 0 auto;
  padding: 60px 0;
  width: 620px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .zra-topic-content {
    width: 100%;
    padding: 40px 13px;
  }
}
.zra-topic-content .zra-topic-text-strong {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.zra-topic-content .zra-topic-text {
  margin-bottom: 30px;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

p {
  font-size: 1.6rem;
}
.l-main .p-heading-subdir--lineup-zcc {
  height: 420px;
  padding: 60px 0;
  background: url(/assets/img/lineup/zcc/mv_bg_zcc_01.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zcc {
    height: auto;
    padding: 25px 0;
    background: url(/assets/img/lineup/zcc/mv_bg_zcc_01_sp.jpg);
    background-size: contain;
  }
}
.l-main .p-heading-subdir--lineup-zcc .c-container {
  padding: 0 33px;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zcc .c-container {
    padding: 0 30px;
  }
}
.l-main .p-heading-subdir--lineup-zcc .c-container-wrap {
  position: relative;
}
.l-main .p-heading-subdir--lineup-zcc .c-container-wrap .p-heading-subdir__title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zcc .c-container-wrap .p-heading-subdir__title {
    font-size: 27px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.l-main .p-heading-subdir--lineup-zcc .c-container-wrap .p-heading-subdir__subtitle {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 20px;
  width: 504px;
  text-align: center;
  padding: 5px 0;
  margin: 7px 0 15px 0;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zcc .c-container-wrap .p-heading-subdir__subtitle {
    width: 100%;
    font-size: 11px;
    margin: 0 0 8px 0;
  }
}
.l-main .p-heading-subdir--lineup-zcc .c-container-wrap img {
  width: auto;
  height: 250px;
  position: absolute;
  right: 0;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zcc .c-container-wrap img {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
    top: 0;
  }
}
.l-main .p-heading-subdir--lineup-zcc .c-container-wrap ul {
  color: #fff;
}
.l-main .p-heading-subdir--lineup-zcc .c-container-wrap ul li {
  font-size: 19px;
  line-height: 1.4;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.4em;
}
.l-main .p-heading-subdir--lineup-zcc .c-container-wrap ul li::before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/lineup/zcc/icon_check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1em;
  height: 1em;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zcc .c-container-wrap ul {
    margin-bottom: 20px;
  }
  .l-main .p-heading-subdir--lineup-zcc .c-container-wrap ul li {
    font-size: 16px;
  }
}
.l-main .p-heading-subdir--lineup-zcc .c-container-wrap .p-heading-subdir__link {
  background: #FB9C20;
  color: #ffffff;
  font-size: 18px;
  padding: 13px;
  width: 336px;
  margin: 32px 0 0 0;
  border-radius: 1000px;
  text-align: center;
  display: block;
  font-weight: 600;
}
.l-main .p-heading-subdir--lineup-zcc .c-container-wrap .p-heading-subdir__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-main .p-heading-subdir--lineup-zcc .c-container-wrap .p-heading-subdir__link {
    font-size: 16px;
    width: 270px;
    margin: 15px auto 0;
    padding: 17px;
  }
}
.l-main .zcc-section {
  background: #ffffff;
  padding: 95px 0 100px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section {
    width: 100%;
    padding: 55px 0 60px;
  }
}
.l-main .zcc-section.gray {
  background: #F7F6F2;
}
.l-main .zcc-section .c-container {
  width: 1000px;
  padding: 0 28px;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .c-container {
    width: 100%;
  }
}
.l-main .zcc-section .c-container.wide {
  width: 1130px;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .c-container.wide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-main .zcc-section .zcc-section-container {
  margin-bottom: 80px;
}
.l-main .zcc-section .zcc-section-container:last-child {
  margin-bottom: 0;
}
.l-main .zcc-section .zcc-title {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.l-main .zcc-section .zcc-title span {
  display: block;
  font-size: 18px;
  color: #008CFF;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-title {
    font-size: 21px;
  }
  .l-main .zcc-section .zcc-title span {
    font-size: 12px;
  }
}
.l-main .zcc-section .zcc-title-sub {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-title-sub {
    font-size: 20px;
  }
}
.l-main .zcc-section .zcc-title--3 {
  margin-bottom: 20px;
}
.l-main .zcc-section .zcc-title--3__number {
  font-size: 16px;
  color: #FFD200;
  display: block;
  font-weight: 600;
}
.l-main .zcc-section .zcc-title--3__main {
  font-size: 28px;
  font-weight: 600;
}
.l-main .zcc-section .zcc-title--3__marker {
  font-size: 1em;
  padding-bottom: 2px;
  background: linear-gradient(transparent 65%, #fbd346 65%);
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-title--3__main {
    font-size: 18px;
  }
}
.l-main .zcc-section .zcc-lead {
  font-size: 16px;
  text-align: center;
  margin: 55px 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-lead {
    margin-top: 20px;
  }
}
.l-main .zcc-section .zcc-lead-strong {
  text-align: center;
  margin: 20px 0 0 0;
}
.l-main .zcc-section .zcc-lead-strong span {
  font-size: 22px;
  font-weight: 600;
}
.l-main .zcc-section .zcc-underline {
  box-shadow: 0 -12px 0 #FFD200 inset;
}
.l-main .zcc-section .zcc-box--col2 {
  display: flex;
  gap: 40px;
  margin: 50px 0 0px 0;
}
.l-main .zcc-section .zcc-box--col2 .col-item {
  width: 50%;
  display: flex;
  align-items: center;
}
.l-main .zcc-section .zcc-box--col2 .col-item .resource-box {
  border-radius: 8px;
  background: #ffffff;
  padding: 40px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.l-main .zcc-section .zcc-box--col2 .col-item .resource-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: center;
}
.l-main .zcc-section .zcc-box--col2 .col-item .resource-box p {
  font-size: 16px;
  text-align: center;
  flex: 1;
  line-height: 2;
  margin-bottom: 1em;
}
.l-main .zcc-section .zcc-box--col2 .col-item.--radius {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-box--col2 {
    gap: 16px;
    margin: 36px 0 0 0;
    flex-wrap: wrap;
  }
  .l-main .zcc-section .zcc-box--col2 .col-item {
    width: 100%;
  }
  .l-main .zcc-section .zcc-box--col2 .col-item .resource-box {
    padding: 40px 13px;
  }
  .l-main .zcc-section .zcc-box--col2 .col-item .resource-box h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  .l-main .zcc-section .zcc-box--col2 .col-item .resource-box p {
    font-size: 16px;
    line-height: 2;
  }
}
.l-main .zcc-section .zcc-box--col2a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-main .zcc-section .zcc-box--col2a .col-item:first-child {
  width: 34%;
}
.l-main .zcc-section .zcc-box--col2a .col-item:last-child {
  width: 62%;
}
.l-main .zcc-section .zcc-box--col2a .col-item:last-child p {
  line-height: 1.8;
}
.l-main .zcc-section .zcc-box--col2a .col-item__inner {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-box--col2a .col-item {
    width: 100% !important;
  }
  .l-main .zcc-section .zcc-box--col2a .col-item:last-child p {
    font-size: 16px;
    line-height: 1.4;
  }
  .l-main .zcc-section .zcc-box--col2a .col-item__inner {
    margin-bottom: 30px;
  }
}
.l-main .zcc-section .zcc-box--col3 {
  display: flex;
  gap: 40px;
  margin: 40px 0 0 0;
}
.l-main .zcc-section .zcc-box--col3__item {
  border-radius: 8px;
  background: #F7F6F2;
  overflow: hidden;
  width: 350px;
}
.l-main .zcc-section .zcc-box--col3__item h3 {
  padding: 13px;
  background: #008CFF;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 96px;
}
.l-main .zcc-section .zcc-box--col3__item .item-body {
  padding: 30px;
  display: flex;
}
.l-main .zcc-section .zcc-box--col3__item .item-body__l {
  width: 50px;
  min-width: 50px;
  margin-right: 20px;
}
.l-main .zcc-section .zcc-box--col3__item .item-body__r p {
  font-size: 16px;
  line-height: 2;
}
.l-main .zcc-section .zcc-box--col3__item .item-body__r p > span {
  color: #0062B8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-box--col3__item .item-body {
    padding: 20px;
  }
  .l-main .zcc-section .zcc-box--col3__item .item-body__l {
    width: 50px;
  }
  .l-main .zcc-section .zcc-box--col3__item .item-body__r {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-box--col3 {
    gap: 20px;
    flex-wrap: wrap;
  }
  .l-main .zcc-section .zcc-box--col3__item {
    width: 100%;
  }
}
.l-main .zcc-section .zcc-img-box {
  background: #ffffff;
  max-width: 947px;
  margin: 50px auto 0;
}
.l-main .zcc-section .zcc-img-box h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.l-main .zcc-section .zcc-img-box img {
  width: 100%;
}
.l-main .zcc-section .zcc-img-box p {
  margin: 25px 0 0 0;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-img-box {
    margin-top: 40px;
  }
}
.l-main .zcc-section .hint-box {
  padding: 30px;
  background-color: #F7F6F2;
}
.l-main .zcc-section .hint-box__ttl {
  font-size: 18px;
  font-weight: 600;
  color: #008CFF;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .hint-box {
    padding: 12px;
  }
  .l-main .zcc-section .hint-box p {
    font-size: 16px;
  }
}
.l-main .zcc-section .zcc-step-box {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}
.l-main .zcc-section .zcc-step-box .box-item {
  background-color: #fff;
  padding: 27px;
}
.l-main .zcc-section .zcc-step-box .box-item > span {
  display: inline-block;
  background-color: #008CFF;
  border-radius: 5em;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 0.3em 1em;
  margin-bottom: 10px;
}
.l-main .zcc-section .zcc-step-box .box-item .box-ttl {
  position: relative;
  font-size: 24px;
  color: #008CFF;
  font-weight: 600;
  padding-left: 46px;
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
}
.l-main .zcc-section .zcc-step-box .box-item .box-ttl::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 39px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-main .zcc-section .zcc-step-box .box-item > p {
  margin-bottom: 1em;
}
.l-main .zcc-section .zcc-step-box .box-item:nth-child(1) .box-ttl::before {
  background-image: url(/assets/img/lineup/zcc/icon_step_01.png);
}
.l-main .zcc-section .zcc-step-box .box-item:nth-child(2) .box-ttl::before {
  background-image: url(/assets/img/lineup/zcc/icon_step_02.png);
}
.l-main .zcc-section .zcc-step-box .box-item:nth-child(3) .box-ttl::before {
  background-image: url(/assets/img/lineup/zcc/icon_step_03.png);
}
.l-main .zcc-section .zcc-step-box .box-item:nth-child(4) .box-ttl::before {
  background-image: url(/assets/img/lineup/zcc/icon_step_04.png);
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-step-box {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .l-main .zcc-section .zcc-step-box .box-item {
    padding: 13px;
    border-radius: 8px;
  }
  .l-main .zcc-section .zcc-step-box .box-item .box-ttl {
    font-size: 16px;
    padding-left: 36px;
    margin-bottom: 0.5em;
  }
  .l-main .zcc-section .zcc-step-box .box-item .box-ttl::before {
    width: 30px;
    height: 31px;
  }
  .l-main .zcc-section .zcc-step-box .box-item > p {
    font-size: 13px;
  }
}
.l-main .zcc-section .zcc-video-block {
  width: 100%;
  max-width: 628px;
  margin: 50px auto 0;
}
.l-main .zcc-section .zcc-video-block iframe {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-video-block {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 30px auto 0;
  }
  .l-main .zcc-section .zcc-video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.l-main .zcc-section .zcc-link-block {
  display: block;
  margin-top: 50px;
}
.l-main .zcc-section .zcc-link-block--center {
  text-align: center;
}
.l-main .zcc-section .zcc-link-block .link-lead {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-link-block {
    margin-top: 40px;
  }
  .l-main .zcc-section .zcc-link-block .link-lead {
    font-size: 13px;
  }
}
.l-main .zcc-section .zcc-dl-btn {
  display: inline-block;
  background-color: #FB9C20;
  padding: 1em;
  border-radius: 5em;
  transition: color 0.25s, opacity 0.5s, background-color 0.25s;
  text-align: center;
}
.l-main .zcc-section .zcc-dl-btn > span {
  line-height: 1;
  display: block;
  width: 336px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.l-main .zcc-section .zcc-dl-btn:hover {
  opacity: 0.7;
}
.l-main .zcc-section .zcc-dl-btn.--green {
  background-color: #00B4B6;
}
.l-main .zcc-section .zcc-dl-btn.--271 {
  width: 271px;
  margin: 0 auto;
}
.l-main .zcc-section .zcc-dl-btn.--271 > span {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-section .zcc-dl-btn {
    padding: 15px;
  }
  .l-main .zcc-section .zcc-dl-btn > span {
    width: 100%;
    min-width: 270px;
    font-size: 16px;
  }
  .l-main .zcc-section .zcc-dl-btn.--271 {
    width: 100%;
  }
  .l-main .zcc-section .zcc-dl-btn.--271 > span {
    width: 100%;
  }
  .l-main .zcc-section .zcc-dl-btn.--sp18 {
    padding: 15px 20px;
  }
  .l-main .zcc-section .zcc-dl-btn.--sp18 span {
    font-size: 18px;
    min-width: auto;
  }
}
.l-main .zcc-ttl-about-box {
  margin-bottom: 50px;
}
.l-main .zcc-ttl-about-box__ttl {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
.l-main .zcc-ttl-about-box p {
  text-align: center;
}
.l-main .zcc-ttl-about-box p.--text-align-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-main .zcc-ttl-about-box__ttl {
    font-size: 20px;
  }
  .l-main .zcc-ttl-about-box p {
    text-align: justify;
  }
}
/*# sourceMappingURL=map/add_style_250528.css.map */
