.activation-code-container {
  align-content: center;
  display: table;
  height: 100%;
  padding: 120px 16px 120px;
  margin: 0 auto;
  max-width: 342px;
}

.activation-code-container .top-image {
  max-width: 160px;
  margin: 0 auto 44px;
}

.form-container {
  align-content: center;
  position: relative;
}

.form-container .cell {
  margin-top: 20px;
  margin-bottom: 24px;
}

.form-container .cell .description {
  color: #121212;
  font-family: HiraginoSans-W6;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}

.form-container .cell .input {
  height: 52px;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #4c4c4c;
  font-size: 14px;
  padding: 18px;
  color: #121212;
}

.form-container .cell .input::placeholder {
  color: rgba(18, 18, 18, 0.6);
}

.form-container .cell .error-message {
  color: #f24f4f;
  font-size: 12px;
  text-align: left;
  margin-top: 12px;
}

.form-container .cell .input-btn {
  color: #fff;
  background-color: #ee3381;
  font-family: HiraginoSans-W6;
  width: 100%;
  border-radius: 26px;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.form-container .cell .input-btn:disabled {
  background-color: #c6c6c6;
  color: rgba(18, 18, 18, 0.3);
}

.form-container .cell .sub-description {
  color: rgba(18, 18, 18, 0.6);
  text-align: left;
  font-size: 12px;
}
.bundle-campaign-container {
  align-content: center;
  display: table;
  height: 100%;
  padding: 100px 15px 100px;
  margin: 0 auto;
  max-width: 291px;
}

.bundle-campaign-container .top-image {
  max-width: 280px;
}

.bundle-campaign-container .page-title {
  color: #121212;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 12px;
  margin-top: 20px;
  margin-bottom: 28px;
  text-align: center;
}

.authorization-code-container {
  align-content: center;
  position: relative;
}

.authorization-code-container .cell {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
}

.authorization-code-container .cell .description {
  color: rgba(18 18 18 0.6);
  font-size: 16px;
  text-align: center;
  width: 291px;
  margin-bottom: 16px;
}

.authorization-code-container .cell .sub-description {
  color: rgba(18 18 18 0.6);
  text-align: center;
  font-size: 14px;
}

.authorization-code-container .cell .sub-description .term-link {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.authorization-code-container .cell .input {
  height: 52px;
  width: 100%;
  border-radius: 8px;
  border: solid 0.5px #e84985;
  font-size: 16px;
  padding: 18px;
  color: #121212;
}

.authorization-code-container .cell .input-btn {
  color: #fff;
  background-color: #ee3381;
  width: 100%;
  border-radius: 26px;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.authorization-code-container .cell .error-message {
  color: #f24f4f;
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
}

.link-pink {
  color: #e84985;
}

.cancellation-container .cancellation-title {
  font-size: 18px;
}

.cancellation-container .cancellation-content {
  line-height: 22px;
  box-sizing: border-box;
}

.link-underline {
  color: var(--primary-darkgray);
  text-decoration: underline;
}

.faq_container {
  padding-top: 0;
}

.faq_container .faq_box {
  border-bottom: solid 1px var(--primary-lightgray);
  display: block;
  padding: 16px 0;
  position: relative;
}
.faq_container .faq_ttl {
  padding-right: 18px;
}
.faq_container .faq_ttl:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23000000" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 0;
}
.faq_container input.faq_question {
  display: none;
}
.faq_container .faq_question:checked + label + .faq_answer {
  height: auto;
  padding: 16px 0;
}
/* arrow クリック後 */
.faq_container .faq_question:checked + label:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23000000" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>');
}
.faq_container .faq_answer {
  color: var(--primary-lightpink);
  height: 0;
  overflow: hidden;
}
.faq_container .faq_answer_link {
  color: var(--primary-lightpink);
  text-decoration: underline;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.lp_container {
  font-family: 'Noto Sans JP', sans-serif;
  margin: auto;
  max-width: 500px;
  text-align: center;
}

.lp_container .fv, .lp_container .content_introduce img {
  position: relative;
  vertical-align: middle;
}

.lp_container .fv_description {
  bottom: 0;
  left: 50%;
  padding-bottom: 10%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.lp_container .fv_campaign {
  background-color: var(--red);
  color: var(--white);
  font-size: 26px;
  padding: 4px 0 8px;
}

.lp_container .fv_images {
  top: 4%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  min-width: 300px;
  width: 87%;
}

.lp_container .icon_premium {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
}

.lp_container .icon_emphasis {
  position: absolute;
  right: 12px;
  top: 18px;
  width: 46px;
}

.lp_container .fv_catch {
  margin-left: 10px;
}

.lp_container .fv_detail {
  display: flex;
  place-items: flex-end;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

.lp_container .fv_detail_regular_price {
  padding: 0 12px 16px;
  width: 75%;
}

.lp_container .fv_detail_regular_plan {
  display: inline-block;
  width: 86px;
}

.lp_container .fv_detail_regular_plan img {
  vertical-align: middle;
}

.lp_container .fv_detail_regular_plan_label {
  background-color: #334c7d;
  border-radius: 4px;
  color: var(--white);
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 2px 0;
}

.lp_container .fv_detail_campaign_price {
  width: 90%;
}

.lp_container .fv_medal {
  bottom: -64px;
  position: absolute;
}

.lp_container .fv_ribbon {
  color: var(--black);
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.4px;
  line-height: 0.1px;
  margin-bottom: 3%;
  width: 90%;
}

.lp_container .content {
  margin: 0;
  padding: 32px 24px;
}

.lp_container .content_img {
  margin: 0;
  padding: 36px 0 4px;
}

.lp_container .content_ttl {
  color: var(--navy);
  font-size: 26px;
  font-weight: bold;
}

.lp_container .content_description {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin: 8px 0;
  position: relative;
}

.lp_container .content_comment {
  bottom: 6px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  position: relative;
}

.lp_container .content_comment_small {
  color: var(--secondary-gray);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
}

.lp_container .icons {
  color: var(--black);
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 2px;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.lp_container .introduce_ttl {
  font-size: 18px;
  margin: auto;
  width: 180px
}

.lp_container .introduce_txt {
  font-size: 14px;
  margin: 10px 0 24px;
  line-height: 27px;
}

.lp_container .icon_check {
  width: 14px;
  margin: 0 2px;
}

.lp_container .text_underline {
  text-decoration: underline;
}

.lp_container .content_features {
  background-color: var(--blue);
  position: relative;
}

.lp_container .content_features:after {
  background:
  linear-gradient(to top right, transparent 50%, var(--blue) 50%) no-repeat top left/50.5% 100%,
  linear-gradient(to top left, transparent 50%, var(--blue) 50%) no-repeat top right/50.5% 100%;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  position: absolute;
  z-index: 10;
}

.lp_container .feature_ttl {
  display: block;
  margin: auto;
  padding-bottom: 10px;
  width: 200px;
}

.lp_container .feature {
  display: block;
  margin-bottom: 38px;
}

.lp_container .content_compare {
  background-color: var(--light-blue);
  padding: 80px 10px 14px;
  position: relative;
}

.lp_container .content_compare:after {
  background:
  linear-gradient(to top right, transparent 50%, var(--light-blue) 50%) no-repeat top left/50.5% 100%,
  linear-gradient(to top left, transparent 50%, var(--light-blue) 50%) no-repeat top right/50.5% 100%;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  position: absolute;
  z-index: 10;
}

.lp_container .compare_wrap {
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.3));
  margin: 48px 0 0;
}

.lp_container .compare_labels {
  display: flex;
  font-size: 14px;
  left: 50%;
  margin: auto;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  width: 90%;
  z-index: 10;
}

.lp_container .compare_label {
  font-weight: bold;
  margin: 0 6px;
  padding: 12px 10px 16px;
  position: relative;
  width: 50%;
}

.lp_container .compare_label img {
  margin: auto;
}

.lp_container .compare_label::after, .lp_container .compare_label::before {
  bottom: 0;
  border-style: solid;
  content: '';
  position: absolute;
}

.lp_container .compare_label::before {
  left: 0;
  border-width: 34px 100px 24px 0;
  border-color: transparent transparent var(--white) transparent;
  border-style: solid;
  position: absolute;
  content: '';
}

.lp_container .compare_label::after {
  right: 0;
  border-width: 24px 100px 0 0;
  border-color: transparent var(--white) transparent transparent;  
}

.lp_container .compare_label_finc {
  background-color: var(--primary-lightgray);
  color: rgba(72, 69, 79, 0.5);
  line-height: 2.2;
  padding-top: 18px;
}

.lp_container .compare_label_finc_plus_reboot {
  background: linear-gradient(to right, var(--tertiary-yellow), var(--gold));
  color: var(--primary-darkgray);
  line-height: 1.2;
}

.lp_container .btn_price_label:before, .lp_container .btn_price_label:after {
  border-style: solid;
  position: absolute;
  content: '';
  z-index: 10;
}

.lp_container .content_faqs {
  background-color: var(--primary-beige);
  color: var(--black);
  padding: 70px 24px 14px;
  position: relative;
}

.lp_container .content_faqs:after {
  background:
  linear-gradient(to top right, transparent 50%, var(--primary-beige) 50%) no-repeat top left/50.5% 100%,
  linear-gradient(to top left, transparent 50%, var(--primary-beige) 50%) no-repeat top right/50.5% 100%;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  position: absolute;
  z-index: 10;
}

.lp_container .faq {
  background-color: var(--white);
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.8;
  margin: 32px 0;
  padding: 22px 18px 16px;
  text-align: left;
}

.lp_container .faq_logo, .lp_container .multiple_plans_logo {
  margin: 0 auto 12px;
  width: 180px;
}

.lp_container .faq_icon {
  margin-right: 12px;
  width: 58px;
}

.lp_container .faq_question {
  font-weight: bold;
  min-height: 60px;
}

.lp_container .faq_question, .lp_container .faq_answer {
  align-items: flex-start;
}

.lp_container .faq_border {
  border: 1px solid var(--tertiary-lightgray);
  margin: 10px 0 10px 58px;
}

.lp_container .faq_question p, .lp_container .faq_answer p {
  padding: 2px 0;
}

.lp_container .content_attention {
  color: var(--navy);
  letter-spacing: 1px;
  margin-bottom: 100px;
  padding: 70px 24px 14px;
}

.lp_container .attention_comment {
  font-size: 12px;
  line-height: 2.4;
  margin: 20px 0;
  text-align: left;
}

.lp_container .content_footer {
  background-color: rgba(0,0,0,0.4);
  bottom: 0;
  display: none;
  max-width: 500px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.lp_container .cv_btn {
  background-color: var(--primary-yellow);
  border-radius: 60px;
  box-shadow: 0px 4px 0px 0 var(--secondary-yellow);
  color: var(--white);
  margin: 18px auto;
  padding: 12px 0;
  text-align: center;
}

.lp_container .plan_btn {
  background-color: var(--primary-pink);
  border-radius: 60px;
  box-shadow: 0px 4px 0px 0 var(--secondary-pink);
  color: var(--white);
  font-size: 18px;
  margin: 18px auto;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 86%;
}

.lp_container input[name="cv_plans"], .plan_btn_icon, .btn_select_icon {
  display: none;
}

.content_fv .plan_btn:first-of-type .plan_btn_icon, .content_footer .plan_btn:first-of-type .plan_btn_icon {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 9%;
  height: 58px;
  width: 44px;
}

.lp_container .content_multiple_plans {
  background-color: var(--primary-light-yellow);
  color: var(--navy);
  padding: 70px 24px 14px;
  position: relative;
}

.lp_container .content_multiple_plans:after {
  background:
  linear-gradient(to top right, transparent 50%, var(--primary-light-yellow) 50%) no-repeat top left/50.5% 100%,
  linear-gradient(to top left, transparent 50%, var(--primary-light-yellow) 50%) no-repeat top right/50.5% 100%;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  position: absolute;
  z-index: 10;
}

.lp_container .cv_select_wrap {
  padding: 2px 0;
}

.lp_container .cv_select_btn {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.3);
  font-weight: 600;
  display: flex;
  height: 86px;
  line-height: 1.2;
  margin: 26px 0;
  position: relative;
}

.lp_container .cv_select_btn:nth-child(2) {
  height: 104px;
}

.cv_select_btn_bubble {
  position: absolute;
  top: -20px;
  right: -10px;
  height: 54px;
  width: 54px;
  z-index: 20;
}

.cv_select_btn_bubble-red-34off {
  position: absolute;
  top: 32px;
  right: -14px;
  height: 32px;
  width: 70px; 
  z-index: 20;
}

.cv_select_btn_trial {
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 14px;
  width: 80px;
  z-index: 20;
}

.lp_container .btn_plan {
  align-items: center;
  border-radius: 10px 0 0 10px;
  color: var(--white);
  background-color: var(--primary-gray);
  display: flex;
  font-size: 14px;
  letter-spacing: 2.6px;
  line-height: 1.4;
  padding: 0 20px;
}

.lp_container input[name="cv_plans"]:checked ~ .btn_plan {
  background-color: var(--primary-yellow);
  padding: 0 12px;
}

.lp_container input[name="cv_plans"]:checked ~ .btn_plan .btn_select_icon {
  background-color: var(--white);
  border-radius: 100%;
  display: block;
  height: 22px;
  margin-right: 8px;
  padding: 3px;
  position: relative;
  width: 22px;
}

.lp_container .btn_price {
  font-size: 28px;
  margin: auto;
  padding-bottom: 6px;
}

.lp_container .btn_price_label {
  background-color: var(--primary-pink);
  color: var(--white);
  font-size: 12px;
  margin-bottom: 4px;
  padding: 2px 0;
  position: relative;
  width: 148px;
}

.lp_container .btn_price_label:before, .lp_container .btn_price_label:after {
  border-style: solid;
  content: '';
  position: absolute;
  z-index: 10;
}

.lp_container .btn_price_label:before {
  left: 0;
  border-width: 8px 8px 8px 4px;
  border-color: transparent transparent transparent var(--white);
}

.lp_container .btn_price_label:after {
  right: 0;
  border-width: 8px 4px 8px 0px;
  border-color: transparent var(--white) transparent transparent;
}

.lp_container .btn_price_month {
  color: var(--primary-gray);
  font-size: 14px;
  margin-top: 2px;
}

.btn_price_tax {
  font-size: 10px;
}

.lp_container .content_promotion {
  background-color: var(--secondary-light-yellow);
  color: var(--navy);
  padding: 70px 24px 14px;
  position: relative;
}

.lp_container .content_promotion:after {
  background:
  linear-gradient(to top right, transparent 50%, var(--secondary-light-yellow) 50%) no-repeat top left/50.5% 100%,
  linear-gradient(to top left, transparent 50%, var(--secondary-light-yellow) 50%) no-repeat top right/50.5% 100%;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  position: absolute;
  z-index: 10;
}

.lp_container .promotion_banner {
  margin: 10px 0 20px;
}

/* short lp */
.short-lp-container {
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 500px;
  margin: auto;
}

.short-lp-B-container {
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 500px;
  background-color: #b5d7d8;
  margin: auto;
}

.short-lp-features {
  padding: 10px 27px 48px;
  color: white;
  background-image: url(//assets.cdn.finc.com/tegata/assets/service_info/landing_pages/short_lp_top_bg-9dbb39a37fe69cc3178ef7d2234f4d819bcf1801ea3df909fe44cbbf83b16f45.png);
  background-size: cover;
}

.short-lp-B-features {
    padding: 24px 27px 32px;
    background-size: cover;
}

.short-lp-features-top {
  text-align: center;
  margin-bottom: 34px;
}

.text-align-center {
  text-align: center;
}

.vertical-align-middle {
  vertical-align: middle;
}

.content-align-center {
  display: flex;
  align-items: center;
}

.short-lp-B-top-bg {
  background-image: url(//assets.cdn.finc.com/tegata/assets/service_info/landing_pages/plus-top-bg-647251fd3e9e51c30f7b0434b345fb33690ad67bcdc8d1ab82340c5b0ade2e11.jpg);
  background-size: cover;
  width: 100%;
  aspect-ratio: 1.16 / 1;
}

.short-lp-B-features-top__logo {
  width: 56%;
}

.short-lp-B-features-top__hr {
  padding: 16px 0;
}

.short-lp-features-top__logo {
  width: 113px;
  margin-top: 180px;
}

.short-lp-features-top__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
}

.short-lp-features__title {
  font-size: 24px;
  font-weight: bold;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  line-height: 44px;
  color: var(--white)
}

.short-lp-features__logo {
  width: 80%;
  display: block;
  margin: 10px auto;
}

.short-lp-feature:not(:last-child) {
  margin-bottom: 32px;
}

.short-lp-feature__icon {
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
}

.short-lp-feature__title {
  font-size: 16px;
  font-weight: bold;
  color: #dab45e
}

.short-lp-feature__description {
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  color: var(--white)
}

.short-lp-feature__sub-description {
  font-size: 10px;
  margin-top: 5px;
  color: var(--white)
}

.short-lp-plans {
  margin: 32px 24px 10px;
}

.short-lp-A-plans-box {
    background-image: url(//assets.cdn.finc.com/tegata/assets/service_info/landing_pages/bg_b_wave-0b3eae24fdbcfe33e83b55f046dcd6f12591d40c650b37538069cb03e262f774.svg);
    background-size: cover;
}

.short-lp-A-plans {
  padding: 100px 24px 24px;
}

.short-lp-plans__title {
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
}

.short-A-lp-plans__title {
  font-size: 20px;
  font-weight: bold;
}

.short-lp-B-plans-box {
  background-image: url(//assets.cdn.finc.com/tegata/assets/service_info/landing_pages/plus-bg-plan-dcdddb85a5e7e263752dec1c5536be34ce1ea80adfeec86a64cf726ee411a5f5.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.short-lp-B-plans {
  padding: 24px 0;
}

.short-lp-B-plans__title {
  color: #2D271C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 16px;
}

.short-B-lp-plan-content-container--6months {
  margin: 25px 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.short-B-lp-plan-content-container--1month {
  margin: 12px 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.short-lp-plan-content__bubble {
  position: absolute;
  top: -28px;
  right: -22px;
  width: 64px;
  height: 64px;
  z-index: 10;
}

.short-B-lp-plan-content__recommended-bubble {
    top: -5px;
    left: -13px;
    position: absolute;
    width: 84px;
    height: 40px;
    z-index: 10;
}

.short-lp-plan-content__plus-icon {
  position: absolute;
  top: -10px;
  left: 0;
  width: 46px;
  z-index: 10;
}

.short-lp-plans-container {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}


.short-A-lp-plans-container {
  display: block;
  justify-content: space-between;
  padding-top: 28px;
}

.short-B-lp-plans-container {
  display: flex;
  justify-content: space-between;
  flex-direction:column;
  align-items: center;
  padding-top: 14px;
}

.short-lp-plans-container label {
  width: 100%;
}

.short-lp-plans-container label:nth-child(1)  {
  margin-right: 16px;
}

.short-lp-plan-container {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  position: relative;
  padding: 6px;
  text-align: center;
}

.short-B-lp-plan-container {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  position: relative;
  padding: 6px;
  margin-bottom: 20px;
}

.short-lp-plan-content {
  box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.3);
  border-radius: 8px;
  padding: 14px 0;
}

.short-lp-plan-content-small-padding {
    box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 5px 0 14px 0;
}

.short-lp-plan-content__plan {
  font-size: 15px;
  font-weight: bold;
  margin-top: 6px;
}

.short-B-lp-plan-content__plan {
  text-align: left;
  font-size: 15px;
}

.short-B-lp-plan-content__message {
  text-align: center;
  font-size: 13px;
  color: #000; 
}

.short-B-lp-plan-explanation-container {
  display: flex;
  padding: 0 20px 0 8px;
  justify-content: space-between;
  align-items: center;
}

.short-B-lp-plan-content__recommended-label {
  background-image: url(//assets.cdn.finc.com/tegata/assets/service_info/landing_pages/recommended_label-5519546ce87ccd074737933665f9205702743e7c07034995a98cf24f4ba07428.png);
  background-size: 209px 20px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin-top: 6px;
  height: 20px;
}

.short-B-lp-plan-content__34percent-off-label {
}

.short-lp-plan-content__price-yen {
  font-size: 28px;
}

.short-lp-plan-content__price {
  font-size: 36px;
  font-family: 'Gotham-Book', sans-serif;
}

.short-B-lp-plan-content__price-box {
    line-height: 1;
}

.short-B-lp-plan-content__price {
  display: inline;
  font-size: 36px;
  font-family: 'Gotham-Book', sans-serif;
}

.short-lp-plan-content__price-month {
  font-size: 14px;
  font-weight: bold;
  margin-top: -5px;
  height: 22px;
  color: var(--red);
}

.short-B-lp-plan-content__price-month {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  margin-top: -5px;
  height: 22px;
  color: var(--red);
}

.short-B-lp-plan-content__price-discount {
    position: relative;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    margin-top: -5px;
    height: 22px;
    color: var(--red);
}

.short-B-lp-plan-content__price-discount::after {
    position: absolute;
    content: "";
    transform: rotate(-10deg);
    background-color: var(--red);
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}

.short-lp-plan-content__free-period-black, .short-lp-plan-content__free-period {
  font-size: 21px;
  padding: 0 8px;
  margin: 2px 8px;
  border-radius: 23px;
}

.short-B-lp-plan-content__free-period-black, .short-B-lp-plan-content__free-period {
  font-size: 21px;
  padding: 0 8px;
  margin: 2px 8px;
  border-radius: 1px;
}

.short-lp-plan-content__free-period-black {
  font-weight: bolder;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #be9d5e;
}

.short-B-lp-plan-content__free-period-black {
  font-weight: bolder;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #be9d5e;
}

.short-lp-plan-content__free-period {
  border: 1px solid rgb(151, 151, 151);
  background-color: var(--white);
  color: var(--black);
}

.short-B-lp-plan-content__free-period {
  font-weight: bolder;
  background-color: #ececec;
  color: #040e13;
}

.short-lp-plan-content__descriptions {
  display: inline-block;
  text-align: center;
}

.short-B-lp-plan-content__checkbox-container {
  display: inline-block;
  margin: 0 20px;
}

.short-B-lp-plan-content__checkbox-container--small {
  display: inline-block;
  margin: 0 16px;
}

.short-lp-plan-content__checkbox {
  width: 40px;
  height: 40px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  background-image: url(//assets.cdn.finc.com/tegata/assets/service_info/landing_pages/rounded_uncheck-20f0fcff116ec284eeaca156ff738e6228ee13327b1ff181fd8bc21139522de4.png);
  background-size: contain;
}

.short-lp-plan-content__checkbox--small {
  width: 32px;
  height: 32px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  background-image: url(//assets.cdn.finc.com/tegata/assets/service_info/landing_pages/rounded_uncheck-20f0fcff116ec284eeaca156ff738e6228ee13327b1ff181fd8bc21139522de4.png);
  background-size: contain;
}

.spsce-evenly {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

input[name="short-lp-cv-plans"] {
  display: none;
}

input[name="short-lp-cv-plans"]:checked ~ * .short-lp-plan-content__checkbox {
    background-image: url(//assets.cdn.finc.com/tegata/assets/service_info/landing_pages/rounded_check_gold-9c8ee7475c4b88523c55e9a5312616ba7c5988401e57117c47c6f84e24eed668.png);
}

input[name="short-lp-cv-plans"]:checked ~ * .short-lp-plan-content__checkbox--small {
  background-image: url(//assets.cdn.finc.com/tegata/assets/service_info/landing_pages/rounded_check_gold-9c8ee7475c4b88523c55e9a5312616ba7c5988401e57117c47c6f84e24eed668.png);
}

.short-lp-plan-content__checkbox-text {
  visibility: hidden;
  font-size: 10px;
  font-weight: bold;
  height: 12px;
  color: #c2952e;
}

input[name="short-lp-cv-plans"]:checked ~ * .short-lp-plan-content__checkbox-text {
  visibility: visible;
}

.short-lp-attention {
  padding: 30px 30px 160px;
  color: var(--white);
}

.short-B-lp-plan-content__plan-title--6months {
  font-size: 13px;
  margin-right: 16px; 
  color: #000; 
}
.short-B-lp-plan-content__plan-title--1month {
  font-size: 13px;
  margin-right: 14px; 
  color: #000; 
}

.short-B-lp-plan-content__plan-amount-container--6months {
  margin-left: 16px;
  text-align: center;
}
.short-B-lp-plan-content__plan-amount-container--1month {
  margin: 0 12px 0 28px;
  text-align: center;
}
.short-B-lp-plan-content__plan-amount-per-month--6months {
  font-size: 10px;
  font-family: HiraginoSans-W6;
  margin-bottom: 8px;
}
.short-B-lp-plan-content__plan-amount-per-month--1month {
  font-size: 16px;
  line-height: 20px;
}
.short-B-lp-plan-content__plan-amount-per-month-number--6months {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #f24f4f;
}
.short-B-lp-plan-content__plan-amount-per-month-number--1month {
  font-size: 24px;
  line-height: 30px;
  font-family: HiraginoSans-W6;
}
.short-B-lp-plan-content__plan-amount-total-number--6months {
  font-size: 20px;
}
.short-B-lp-plan-content__plan-amount-yen--6months {
  font-size: 15px;
}

.short-lp-A-attention {
  padding: 30px 30px 132px;
  background-size: cover;
  color: #2b3737;
  font-family: HiraginoSans-W6;
}

.short-lp-B-attention-box {
  background-image: url(//assets.cdn.finc.com/tegata/assets/service_info/landing_pages/plus-bg-service-552fba60849412df8ffbbaa55df5693c658f9e158c5b31d60ac76ae7264a38b2.png);
  background-size: cover;
}

.short-lp-B-attention {
    padding: 30px 30px 132px;
    background-size: cover;
    color: #2b3737;
    font-family: HiraginoSans-W6;
}

.short-lp-attention-links {
  font-size: 14px;
  line-height: 27px;
  text-align: left;
}

.short-lp-attention__title {
  font-size: 13px;
  font-weight: bold;
  margin-top: 24px;
}

.short-lp-attention-comments {
  margin-top: 6px;
}

.short-lp-attention-comments__comment {
  font-size: 12px;
  margin: 2px 0;
}

.short-lp-footer {
  max-width: 500px;
  position: fixed;
  height: 100px;
  width: 100%;
  text-align: center;
  padding: 10px 10px 48px 10px;
  bottom: 0;
  background: linear-gradient(to bottom, #be9d5e, black);
  z-index: 20;
}

.short-lp-pink-footer {
    max-width: 500px;
    position: fixed;
    height: 100px;
    width: 100%;
    text-align: center;
    padding: 10px 10px 48px 10px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 20;
}

.short-lp-footer-cv-button {
  width: 90%;
  padding: 6px 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 30px;
  background-color: var(--white);
}

.short-lp-footer-cv-button__title {
  font-size: 16px;
  font-weight: bold;
  color: #c2952e;
}

.short-lp-footer-cv-button__description {
  font-size: 10px;
  font-weight: bold;
  color: #081114;
}

.short-lp-footer-cv-button-pink {
    width: 90%;
    padding: 6px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 30px;
    background-color: #e55b5b;
    border: 2px solid var(--white);
}

.short-lp-footer-cv-button-pink__title {
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
}

.short-lp-footer-cv-button-pink__description {
    font-size: 10px;
    font-weight: bold;
    color: var(--white);
}

.mission_program_lp {
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 500px;
  background-color: #fafafa;
  margin: auto;
}

.mission_program_lp_container {
  margin: 0 auto;
  width: 90%;
}

.mission_program_lp_heading {
  color: #121212;
  font: bolder 24px HiraginoSans-W6;
  line-height: 1.2;
  padding: 20px 0;
}

.mission_program_program {
  padding: 16px 0;
}

.mission_program_program_box {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 0 8px #aaaaaa;
}

.mission_program_program_box_image_container {
  position: relative;
}

.mission_program_program_box_image {
  border-radius: 10px 10px 0 0;
}

.mission_program_program_box_text_container {
  display: flex;
  justify-content:space-between;
  padding: 12px 8px 16px 12px;
}

.mission_program_program_box_subtext {
  color: rgba(18, 18, 18, 0.6);
  font-size: 12px;
  line-height: 1.3;
}

.mission_program_program_box_program_title {
  color: #121212;
  font: bold 18px HiraginoSans-W6;
}

.mission_program_program_box_button_container {
  padding: 12px 0;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mission_program_program_box_button {
  background-color: #efeeee;
  border-radius: 13px;
  color: #121212;
  font: bold 12px HiraginoSans-W6;
  padding: 7px 14px;
  height: 26px;
  line-height: 1;
}

.mission_program_program_box_free_icon {
  position: absolute;
  top: 14px;
  left: 16px;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font: bold 9px HiraKakuProN-W6;
  text-align: center;
  padding: 2px 16px;
  line-height: 1.2;
}

/* onbo LPのstyle */

.short-lp-container--onboarding {
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 500px;
  background-color: #fafafa;
  margin: auto;
}

.short-lp-plans__title--onboarding {
  font-size: 20px;
  font-weight: bold;
  color: #2b3737;
}

.short-lp-benefits__badge-container--onboarding {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgb(178 197 209 / 20%);
  padding: 4px;
  width: 100%;
}

.short-lp-benefits__badge--onboarding {
  box-shadow: 0px 1px 8px 0 rgb(184 189 205 / 30%);
  border-radius: 8px;
  display: flex;
}

.short-lp-benefits__badge-icon--onboarding {
  padding: 10px 8px;
  display: flex;
  align-items: center;
}

.short-lp-benefits__badge-text-container--onboarding {
  padding: 10px;
  width: 75%;
}

.short-lp-benefits__badge-title--onboarding {
  color: #15584b;
  font: bold 14px HiraKakuProN-W6;
}

.short-lp-benefits__badge-description--onboarding {
  color: rgba(18 18 18 / 0.7);
  font: normal 13px HiraKakuProN-W3;
}

.short-lp-plans__title--onboarding {
  font-size: 20px;
  font-weight: bold;
}

.short-lp-attention--onboarding {
  color: #2b3737;
  padding: 30px 30px 240px;
  font-weight: bold;
}

.short-lp-footer--onboarding {
  max-width: 500px;
  position: fixed;
  width: 100%;
  text-align: center;
  padding: 14px 10px 34px 10px;
  bottom: 0;
  background-color: var(--white);
  z-index: 20;
}

.short-lp-footer-button--onboarding {
  width: 90%;
  padding: 6px 10px;
  margin-bottom: 16px;
  display: inline-block;
  border-radius: 30px;
}

.short-lp-footer-back-button--onboarding {
  border: 2px solid #c2952e;
  background-color: var(--white);
}

.short-lp-footer-button__title--onboarding {
  font-size: 16px;
  font-weight: bold;
}

.short-lp-footer-back-button__title--onboarding {
  color: #c2952e;
  line-height: 2.2;
}

.short-lp-footer-cv-button--onboarding {
  background-color: #c2952e;
}

.short-lp-footer-cv-button__title--onboarding {
  color: var(--white);
  line-height: 2.2;
}

@media (max-width: 350px) {
  .short-lp-features-top__title {
    font-size: 20px;
  }

  .short-lp-plan-content__price {
    font-size: 26px;
  }

  .short-lp-plan-content__free-period-black, .short-lp-plan-content__free-period {
    font-size: 16px;
  }

  .short-lp-B-plans__title {
    font-size: 20px;
  }

  .short-B-lp-plan-container {
    margin-bottom: 14px;
  }

  .short-B-lp-plan-explanation-container {
    padding: 0 8px 0 2px;
  }

  .short-B-lp-plan-content__plan-title--6months {
    margin-right: 12px;
  }

  .short-lp-plan-content-small-padding {
    padding: 2px 0 8px 0;
  }

  .short-B-lp-plan-content__plan-amount-container--6months {
    margin-left: 12px;
  }

  .cv_select_btn_bubble-red-34off {
    top: 20px;
    right: -16px;
    height: 26px;
    width: 60px;
  }

  .short-B-lp-plan-content-container--6months {
    margin: 18px 0 8px;
  }
}
.main {
  margin: 0;
  height: 100vh;
  line-height: 2.25;
  color: var(--tertiary-darkgray);
  max-width: 420px;
  margin: 0 auto;
  padding: 16px;
}
.main h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.main p {
  font-size: 16px;
}
.main .logo {
  width: 100px;
  margin: 36px auto 0;
}
.main .logo svg {
  fill: var(--reddish-pink);
}
.unregisterable_container__close-button {
  display: block;
  margin: 150px auto 56px;
  width: 156px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  border-radius: 22px;
  color: rgb(255, 255, 255);
  background-color: rgb(232, 73, 133);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

input,
[type="submit"] {
    -webkit--webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
.service-body-container .finc-plus-contents {
  margin: 20px 16px 16px;
  padding-bottom: 2px;
  font-weight: bold;
}

.service-body-container .finc-plus-title {
  font-size: 22px;
  letter-spacing: 1px;
  padding: 10px 0;
}

.service-body-container .gray-border {
  border-top: solid 1px var(--secondary-lightgray);
  padding: 20px 0;
}

.service-body-container .gray-border:last-child {
  border-bottom: solid 1px var(--secondary-lightgray);
}

.service-body-container .detail-link {
  color: var(--primary-lightpink);
  font-weight: normal;
}

.service-body-container .finc-plus-item {
  align-items: flex-start;
  justify-content: space-between;
}

.service-body-container .finc-plus-item-title {
  margin-bottom: 12px;
  font-size: 13px;
}

.service-body-container .finc-plus-item-img {
  width: 80px;
  height: 80px;
}

.service-body-container .finc-plus-item-description {
  padding: 4px 0 0 12px;
  font-weight: normal;
}

.service-body-container .help-button {
  font-size: 14px;
  color: var(--secondary-darkgray);
  background-color: var(--tertiary-lightgray);
  padding: 10px 0;
  width: 100%;
  border-radius: 100px;
  border: none;
  margin: 12px auto 20px;
}
.documentation {
  padding-bottom: 0;
}

.documentation .documentation-title-en {
  color: var(--primary-gray);
  font-size: 14px;
}

.documentation .documentation-border {
  border-top: solid 1px var(--secondary-lightgray);
  padding: 32px 0;
}

.documentation .documentation-border .left {
  background-color: var(--primary-lightgray);
  min-width: 100px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 12px;
}

.documentation .documentation-border .right {
  box-sizing: border-box;
  font-size: 14px;
  padding: 12px;
}

.documentation .documentation-link-container a {
  color: var(--secondary-darkgray);
  font-size: 18px;
}

.documentation .documentation-link-container span {
  padding-left: 18px;
  position: relative;
}

.documentation .documantation-link::before {
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent var(--secondary-darkgray);
  content: "";
  height: 0;
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
}

.documentation .common_link {
  color: #d65584;
  text-decoration: underline;
}
.terms-of-service-container .terms-of-service-title {
  font-size: 18px;
}

.terms-of-service-container .terms-of-service-content {
  line-height: 22px;
  box-sizing: border-box;
}
.welcome_container {
  background-color: var(--secondary-beige);
  color: var(--brown);
  font-size: 14px;
  margin: 0 auto;
  max-width: 500px;
  min-height: 100vh;
  text-align: center;
}

.welcome_container .content_bg {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  max-width: 500px;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.welcome_container .content_icons {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 500px;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.welcome_container .content_start {
  background-color: inherit;
  bottom: 0;
  max-width: 500px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.welcome_container .start_btn {
  background: linear-gradient(to right, var(--secondary-lightpink), var(--primary-lightpink));
  border-radius: 50px;
  color: var(--white);
  display: block;
  font-weight: 600;
  margin: 16px auto 32px;
  padding: 10px 0;
  width: 90%;
}

.start_comment {
  margin: 16px;
}
/*


 */

html,
body {
  font-family: sans-serif;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
:root {
  --primary-pink: #fb5161;
  --secondary-pink: #ab2532;
  --primary-lightpink: #ff888f;
  --secondary-lightpink: #ffb99a;
  --primary-lightgray: #eaeaea;
  --secondary-lightgray: #d8d8d8;
  --tertiary-lightgray: #ebedf0;
  --primary-gray: #c2c2c2;
  --secondary-gray: #a5a39d;
  --primary-darkgray: #4a4a4a;
  --secondary-darkgray: #4e5054;
  --tertiary-darkgray: #414042;
  --red: #f34a4a;
  --reddish-pink: #ee3281;
  --navy: #48454f;
  --blue: #6398ff;
  --light-blue: #9ee2ff;
  --primary-beige: #ebdfc5;
  --secondary-beige: #f8f2e6;
  --brown: #6a5f5d;
  --white: #fff;
  --black: #000;
  --gold: #cd9b2a;
  --primary-yellow: #f1af02;
  --secondary-yellow: #e69000;
  --tertiary-yellow: #f3df7f;
  --primary-light-yellow: #fefde7;
  --secondary-light-yellow: #fffdc6;
  --dark-gold: #a07921;
}
.text_link {
  color: inherit;
  text-decoration: underline;
}
.font_28 {
  font-size: 28px;
}
