@charset "UTF-8";

.cmnl-page-title {
  background-color: #c03 !important;
}
.cmnl-page-title__text {
  color: #fff !important;
}
.cmnp-campaign-banner {
  border: 1px solid #c03;
}
.cmnp-campaign-banner__btn,
.cmnp-campaign-banner__detail {
  border: none !important;
  border-top: 1px solid #c03 !important;
}
.list-camp_banner__section {
  margin-top: 30px !important;
}

.footer-menu {
  margin-top: 0 !important;
}

.u-iblock {
  display: inline-block;
}

.pdf-link::after {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background: url(/common/img/icon_pdf.png) no-repeat 0 0;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}

.lead-text {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .lead-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .lead-text {
    font-size: 14px;
  }
}

.strong-text {
  margin-top: 15px;
  text-align: center;
  color: #c03;
  font-size: 20px;
  font-weight: bold;
}
.strong-text sup {
  font-size: 70%;
}
@media screen and (max-width: 736px) {
  .strong-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .strong-text {
    font-size: 16px;
  }
}

.note-text {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .note-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .note-text {
    font-size: 12px;
  }
}

.tab-area {
  margin-top: 50px;
}
.tab-area__tab {
  display: flex;
  justify-content: center;
  gap: 0 1.7%;
  border-bottom: 2px solid #c03;
}
.tab-area__tab li {
  max-width: 330px;
  width: 32.2%;
}
.tab-area__tab a {
  display: block;
  background-color: #f2f2f2;
  padding: 12px 0 8px;
  border-radius: 18px 18px 0 0;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}
.tab-area__tab a:hover {
  background-color: #ddd;
}
.tab-area__tab a.s_current {
  background-color: #c03;
  color: #fff;
}
.tab-area__tab a strong {
  font-size: 24px;
  vertical-align: -2px;
}
.tab-area__content {
  display: none;
}
.tab-area__content.s_show {
  display: block;
}
.tab-area__inner {
  padding: 30px 0;
}
@media screen and (max-width: 600px) {
  .tab-area {
    margin-top: 30px;
  }
  .tab-area__tab a {
    border-radius: 10px 10px 0 0;
    padding: 10px 0 6px;
    font-size: 14px;
  }
  .tab-area__tab a strong {
    display: block;
    font-size: 16px;
  }
  .tab-area__inner {
    padding: 18px 0;
  }
}

.flow-list {
  margin: 65px 0 60px !important;
  display: flex;
  justify-content: space-between;
}
.flow-list li {
  position: relative;
  width: 15.05%;
}
.flow-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  height: 0;
  margin: auto 0;
  border-left: 14px solid #c03;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.flow-list a {
  display: block;
  background-color: #fffbeb;
  height: 100%;
  padding: 1px 5px 20px;
  text-align: center;
  color: #c03;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.flow-list a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fffbeb;
}
.flow-list a::after {
  content: '';
  position: absolute;
  right: 50%;
  bottom: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #c03;
  border-bottom: 1px solid #c03;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
.flow-list .step {
  width: 52px;
  margin: -22px auto 12px;
  flex-shrink: 0;
}
.flow-list .icon {
  width: 85px;
  margin: 0 auto 5px;
  flex-shrink: 0;
}
.flow-list img {
  vertical-align: top;
}
.flow-list p {
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-list {
    margin: 30px 0 !important;
    flex-direction: column;
  }
  .flow-list li {
    width: 100%;
  }
  .flow-list li:not(:last-child)::after {
    top: auto;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 0;
    margin: 0 auto;
    border-top: 10px solid #c03;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: none;
  }
  .flow-list li + li {
    margin-top: 15px;
  }
  .flow-list a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    text-align: left;
  }
  .flow-list a::before {
    display: none;
  }
  .flow-list a::after {
    right: 25px;
    bottom: 45%;
    width: 8px;
    height: 8px;
  }
  .flow-list .step {
    width: 36px;
    margin: 0;
  }
  .flow-list .icon {
    width: 60px;
    margin: 0;
  }
  .flow-list p {
    width: 100%;
  }
}

.gray-box {
  max-width: 900px;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 35px 100px;
}
.gray-box h3 {
  margin-bottom: 25px !important;
  text-align: center !important;
  font-size: 27px;
  font-weight: bold;
}
.gray-box table {
  margin-bottom: 15px;
  width: 100%;
}
.gray-box table th,
.gray-box table td {
  background-color: #fff;
  border-color: #b3b3b3;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.gray-box table th {
  background-color: #4d4d4d;
  width: 40%;
  color: #fff;
  font-weight: bold;
}
.gray-box table th span {
  display: inline-block;
  width: 140px;
  text-align: left;
}
.gray-box table th img {
  margin-right: 8px;
  width: 37px;
  vertical-align: -10px;
}
@media screen and (max-width: 767px) {
  .gray-box {
    padding: 25px 20px;
  }
  .gray-box h3 {
    margin-bottom: 12px !important;
    font-size: 20px;
  }
  .gray-box table th,
  .gray-box table td {
    font-size: 16px;
  }
  .gray-box table th {
    width: 50%;
  }
  .gray-box table th span {
    width: 122px;
  }
  .gray-box table th img {
    margin-right: 5px;
    width: 30px;
    vertical-align: -8px;
  }
}

.flow-detail {
  margin: 50px 0 0;
}
.flow-detail h2 {
  border-radius: 20px 20px 0 0;
  background-color: #c03;
  padding: 11px 0;
  text-align: center !important;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.flow-detail h2 strong {
  color: #f9be03;
  font-size: 28px;
}
.flow-detail > ol {
  background-color: #fffbeb;
  padding: 75px 75px 70px !important;
}
.flow-detail > ol > li {
  background-color: #fff;
}
.flow-detail > ol > li + li {
  margin-top: 38px;
}
.flow-detail .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 22px 20px 25px 205px;
  box-sizing: border-box;
  font-size: 18px;
}
.flow-detail .step {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
}
.flow-detail .icon {
  position: absolute;
  top: 0;
  left: 70px;
  bottom: 0;
  width: 100px;
  height: 71px;
  margin: auto 0;
}
.flow-detail h3 {
  color: #c03;
  font-size: 24px;
  font-weight: bold;
}
.flow-detail h3 strong {
  font-size: 30px;
}
.flow-detail p {
  margin-top: 5px;
}
.flow-detail .banner {
  padding: 0 30px 30px;
}
.flow-detail .banner a {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.flow-detail .banner img {
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  .flow-detail > ol {
    padding: 60px 40px !important;
  }
  .flow-detail > ol > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .flow-detail {
    margin: 35px 0 0;
  }
  .flow-detail h2 {
    padding: 9px 0;
    font-size: 20px;
  }
  .flow-detail h2 strong {
    font-size: 24px;
  }
  .flow-detail > ol {
    padding: 30px 15px !important;
  }
  .flow-detail > ol > li + li {
    margin-top: 20px;
  }
  .flow-detail .inner {
    min-height: 120px;
    padding: 15px 15px 20px 90px;
  }
  .flow-detail .step {
    top: -12px;
    left: -5px;
    width: 45px;
  }
  .flow-detail .icon {
    left: 15px;
    width: 64px;
    height: 49px;
  }
  .flow-detail h3 {
    font-size: 16px;
  }
  .flow-detail h3 strong {
    font-size: 20px;
  }
  .flow-detail .banner {
    padding: 0 20px 20px;
  }
}

sup.small {
	font-size: 80%;
}
