@charset "UTF-8";

@property --root-font-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 16px;
}

:root {
  --max-width: 1136px;
  --section-padding: 80px;
  --section-padding-sp: 40px;
  --border-radius: 15px;
  --fw-black: 900;
  --fw-bold: 700;
  --fw-semibold: 600;
  --fw-medium: 500;
  --fw-normal: 400;
  --ff-oswald: 'Oswald', 'Noto Sans JP', sans-serif;
  --ff-noto: 'Noto Sans JP', sans-serif;
  --ff-zen: 'Zen Maru Gothic', serif;
  --color-primary: #0168b6;
  --color-darkPrimary: #00589B;
  --color-darkPrimary2: #004375;
  --color-navy: #1B6893;
  --color-red: #e85f5f;
  --color-red2: #d53337;
  --color-yellow: #fee100;
  --color-orange: #FFAF01;
  --color-skyblue: #EDF6FC;
  --color-lightBlue: #EDF6FC;
  --color-planeBlue: #EDF6FB;
  --color-white: #fff;
  --color-grey: #F5F5F5;
  --color-grey2: #BAC3CA;
  --color-light-grey: #707070;
  --color-blue2: #429AFE;
  --mint-green: #49C6AF;
  --color-skyblue: #EDF6FC;
  --color-black: #000000;
  --color-caution: #242E32;
  --color-text: #202020;
  --color-orange-light: #FFCCBC;
  --color-orange-bg: #FFF5F0;
  --color-orange-main: #ff5e00;
  --color-orange-dark: #D84315;
  --color-orange-shadow: #d14d00;
  --color-green-light: #C8E6C9;
  --color-green-bg: #EAFBF0;
  --color-green-main: #00A63E;
  --color-green-shadow: #297646;
  --to-rem: calc(tan(atan2(1px, var(--root-font-size))) * 1rem);
  --border-radius-md: 15px;
}

dl,
dt,
dd{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    list-style-type: none;
}

.pc_only {
  display: block;
}

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

.pc_only-s {
  display: block;
}

@media (max-width: 460px) {
  .pc_only-s {
    display: none;
  }
}

.sp_only {
  display: none;
}

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

html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.3888888889vw;
  }
}

@media (min-width: 1152px) {
  html {
    font-size: 16px;
  }
}

.p_appCampaign {
  background-color: #D8E9F6;
  padding: 73px 20px 80px;
}

@media screen and (max-width: 768px) {
  .p_appCampaign {
    padding: 40px 20px 0;
  }
}

.p_appCampaign__inner {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.p_appCampaign__title {
  text-align: center;
}

.p_appCampaign__titleImage {
  max-width: 574px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__titleImage {
    width: 95%;
  }
}

.p_appCampaign__information {
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  border-radius: 15px;
  margin-top: 28px;
  padding: 28px;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__information {
    padding: 16px;
    margin-top: 20px;
  }
}

.p_appCampaign__information--bottom {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .p_appCampaign__information--bottom {
    margin-top: 40px;
  }
}

.p_appCampaign__informationTitle {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__informationTitle {
    font-size: 14px;
  }
}

.p_appCampaign__informationText {
  font-size: 18px;
  color: var(--color-primary);
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__informationText {
    font-size: 10px;
    margin-top: 6px;
  }
}

.p_appCampaign__informationText .pc_only {
  display: inline;
}

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

.p_appCampaign__informationLink {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p_appCampaign__informationLink:hover {
  text-decoration: none;
}

.p_appCampaign__contents {
  display: -webkit-box;
  display: flex;
  gap: 60px;
  margin-top: 44px;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__contents {
    gap: 15px;
    -webkit-box-align: start;
    align-items: start;
    margin-top: 40px;
  }
}

.p_appCampaign__smartphone {
  max-width: 268px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__smartphone {
    width: 39%;
    padding-left: 7%;
  }
}

.p_appCampaign__textWrap {
  width: 54.5%;
  padding-right: 3%;
}

.p_appCampaign__contentsTitle {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__contentsTitle {
    font-size: 20px;
    line-height: 1.45;
  }
}

.p_appCampaign__contentsText {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__contentsText {
    font-size: 14px;
    line-height: 1.3571428571;
    margin-top: 8px;
  }
}

.p_appCampaign__linkWrap {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__linkWrap {
    margin-top: 10px;
  }
}

.p_appCampaign__link {
  font-weight: 700;
  text-decoration: underline;
  color: var(--color-primary);
  font-size: 15px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p_appCampaign__link:hover {
  text-decoration: none;
}

.p_appCampaign__buttonWrap {
  display: -webkit-box;
  display: flex;
  gap: 24px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__buttonWrap {
    display: none;
    width: 100%;
    gap: 11px;
    margin-top: 26px;
  }
}

.p_appCampaign__buttonWrap--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__buttonWrap--sp {
    display: -webkit-box;
    display: flex;
    padding: 0 8%;
  }
}

.p_appCampaign__buttonItem {
  width: calc(50% - 12px);
  -webkit-box-flex: 1;
  flex: 1;
  max-width: calc(50% - 12px);
}

.p_appCampaign__buttonNote {
  font-size: 11px;
  line-height: 1;
  text-align: center;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .p_appCampaign__buttonNote {
    display: none;
    font-size: 10px;
    line-height: 1.3;
    margin-top: 10px;
  }
}

.p_appCampaign__buttonNote--sp {
  display: none;
}

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

.p_appCampaign__goodDsignAward {
  width: 100%;
  margin: 22px auto 0;
  max-width: 184px;
}

@media screen and (min-width: 1200px) {
  .p_appCampaign__goodDsignAward {
    max-width: 320px;
    margin: 32px auto 0;
  }
}

.p_appCampaign__goodDsignAward img {
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 184/40;
}

@media screen and (min-width: 1200px) {
  .p_appCampaign__goodDsignAward img {
    margin: 32px auto 0;
    aspect-ratio: 320/70;
  }
}

.p_appCampaign--pr-f {
  background-color: revert;
  background: rgb(237, 246, 252);
  background: -webkit-linear-gradient(top, rgb(237, 246, 252) 0%, rgb(237, 246, 252) 7%, rgb(216, 233, 246) 7%, rgb(216, 233, 246) 60%);
  background: linear-gradient(180deg, rgb(237, 246, 252) 0%, rgb(237, 246, 252) 7%, rgb(216, 233, 246) 7%, rgb(216, 233, 246) 60%);
}

@media screen and (max-width: 768px) {
  .p_appCampaign--pr-f {
    background: revert;
    background-color: #EDF6FC;
    -webkit-padding-after: calc(30 * var(--to-rem));
    padding-block-end: calc(30 * var(--to-rem));
  }
}

.p_appCampaign--pr-f .p_appCampaign__inner {
  max-width: 761px;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--pr-f .p_appCampaign__inner {
    background-color: #D8E9F6;
    padding: 28px 12px;
    border-radius: 15px;
  }
}

.p_appCampaign--pr-f .p_appCampaign__contents {
  margin-top: revert;
  -webkit-box-pack: center;
  justify-content: center;
}

.p_appCampaign--pr-f .p_appCampaign__textWrap {
  max-width: 432px;
  width: 100%;
  padding-right: revert;
  padding-top: 64px;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--pr-f .p_appCampaign__textWrap {
    padding-top: revert;
  }
}

@media screen and (max-width: 768px) {
  .p_appCampaign--pr-f .p_appCampaign__contentsTitle {
    font-size: calc(17 * var(--to-rem));
  }
}

.p_appCampaign--pr-f .p_appCampaign__contents-image {
  max-width: 269px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--pr-f .p_appCampaign__contents-image {
    max-width: clamp(5.875rem, -5.125rem + 55vw, 10rem);
  }
}

.p_appCampaign--pr-f .p_appCampaign__smartphone {
  width: 100%;
  padding-left: revert;
}

.p_appCampaign--pr-gekihenkanwa {
  background-color: #e85f5f;
  margin-bottom: 80px;
}

.p_appCampaign--2025 {
  -webkit-padding-before: 80px;
  padding-block-start: 80px;
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgb(216, 233, 246) 20%, rgb(216, 233, 246) 60%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgb(216, 233, 246) 20%, rgb(216, 233, 246) 60%);
}

@media screen and (max-width: 768px) {
  .p_appCampaign--2025 {
    background: revert;
    background-color: #EDF6FC;
  }
}

/* ===============================================
# planページのアプリダウンロード
=============================================== */
.p_appCampaign--plan .p_appCampaign__inner {
  background-color: var(--color-white);
  border: 3px solid var(--color-primary);
  border-radius: 20px;
  padding: 60px 80px 48px;
  max-width: var(--max-width);
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__inner {
    padding: 40px 24px 30px;
  }
}

.p_appCampaign--plan .p_appCampaign__header {
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__header {
    margin-bottom: 30px;
  }
}

.p_appCampaign--plan .p_appCampaign__mainContent {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__mainContent {
    gap: 24px;
  }
}

.p_appCampaign--plan .p_appCampaign__contents {
  display: -webkit-box;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-margin-before: revert;
  margin-block-start: revert;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__contents {
    gap: 16px;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.p_appCampaign--plan .p_appCampaign__smartphone {
  width: 180px;
  height: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__smartphone {
    padding-left: revert;
    width: 110px;
  }
}

.p_appCampaign--plan .p_appCampaign__textWrap {
  -webkit-box-flex: 1;
  flex: 1;
  width: auto;
  padding: 0;
}

.p_appCampaign--plan .p_appCampaign__contentsTitle {
  font-size: calc(32 * var(--to-rem));
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__contentsTitle {
    font-size: calc(18 * var(--to-rem));
    line-height: 1.8;
  }
}

.p_appCampaign--plan .p_appCampaign__contentsText {
  font-size: calc(16 * var(--to-rem));
  line-height: 1.5;
  font-weight: var(--fw-normal);
  -webkit-margin-before: calc(32 * var(--to-rem));
  margin-block-start: calc(32 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__contentsText {
    font-size: calc(13 * var(--to-rem));
    -webkit-margin-before: calc(12 * var(--to-rem));
    margin-block-start: calc(12 * var(--to-rem));
  }
}

.p_appCampaign--plan .p_appCampaign__linkWrap {
  -webkit-margin-before: calc(32 * var(--to-rem));
  margin-block-start: calc(32 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__linkWrap {
    -webkit-margin-before: calc(12 * var(--to-rem));
    margin-block-start: calc(12 * var(--to-rem));
  }
}

.p_appCampaign--plan .p_appCampaign__link {
  font-size: calc(16 * var(--to-rem));
  line-height: 1;
  font-weight: var(--fw-normal);
  color: var(--color-primary);
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__link {
    font-size: calc(13 * var(--to-rem));
  }
}

@media (any-hover: hover) {
  .p_appCampaign--plan .p_appCampaign__link:hover {
    text-decoration: none;
  }
}

.p_appCampaign--plan .p_appCampaign__downloadArea {
  width: 100%;
}

.p_appCampaign--plan .p_appCampaign__downloadBox {
  background-color: var(--color-skyblue);
  border-radius: 12px;
  padding: 32px 24px;
  display: -webkit-box;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__downloadBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
}

.p_appCampaign--plan .p_appCampaign__downloadText {
  text-align: center;
  flex-shrink: 0;
  width: min(100%, 236 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__downloadText {
    width: 100%;
  }
}

.p_appCampaign--plan .p_appCampaign__downloadTextTitle {
  font-size: calc(18 * var(--to-rem));
  line-height: 1.6;
  font-weight: var(--fw-bold);
  color: #282828;
  -webkit-margin-after: calc(12 * var(--to-rem));
  margin-block-end: calc(12 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__downloadTextTitle {
    font-size: calc(16 * var(--to-rem));
  }
}

.p_appCampaign--plan .p_appCampaign__downloadTextNote {
  font-size: calc(14 * var(--to-rem));
  line-height: 1.6;
  font-weight: 400;
  color: #282828;
  letter-spacing: 0.2px;
  -webkit-margin-before: revert;
  margin-block-start: revert;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__downloadTextNote {
    font-size: calc(13 * var(--to-rem));
  }
}

.p_appCampaign--plan .p_appCampaign__downloadContent {
  display: -webkit-box;
  display: flex;
  gap: calc(32 * var(--to-rem));
  -webkit-box-align: center;
  align-items: center;
  width: min(100%, 308 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__downloadContent {
    gap: calc(15 * var(--to-rem));
    padding: 0 15px;
  }
}

.p_appCampaign--plan .p_appCampaign__appIcon {
  aspect-ratio: 1/1;
  width: min(100%, 120 * var(--to-rem));
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__appIcon {
    width: min(100%, 93 * var(--to-rem));
  }
}

.p_appCampaign--plan .p_appCampaign__appIconImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_appCampaign--plan .p_appCampaign__downloadButtons {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(12 * var(--to-rem));
}

.p_appCampaign--plan .p_appCampaign__downloadButton {
  display: block;
  width: min(100%, 155 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_appCampaign--plan .p_appCampaign__downloadButton {
    width: min(100%, 135 * var(--to-rem));
  }
}

.p_appCampaign--plan .p_appCampaign__downloadButton img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_caution {
  background-color: #EDF6FC;
  padding: 80px 20px;
}

.p_caution--summer {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .p_caution {
    padding: 80px 20px 60px;
  }
}

.p_caution .p_caution_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #0168b6;
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p_caution .p_caution_title {
    font-size: 28px;
    padding-bottom: 10px;
  }
}

.p_caution .p_caution_title::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 5px;
  background-image: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/5947a1976f40445d9d21593a49976033/border01.png);
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .p_caution .p_caution_title::before {
    width: 48px;
    height: 4px;
  }
}

.p_caution .p_caution_content {
  -webkit-box-align: center;
  align-items: center;
  padding: 48px 20px;
  background-color: #fff;
  border-radius: 15px;
  margin: 40px auto 0;
  text-align: center;
  max-width: 1152px;
}

@media screen and (max-width: 768px) {
  .p_caution .p_caution_content {
    padding: 30px 16px;
  }
}

.p_caution .p_caution_content_notice {
  -webkit-box-align: center;
  align-items: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  margin: 40px auto 0;
  text-align: center;
  max-width: 1152px;
}

@media screen and (max-width: 768px) {
  .p_caution .p_caution_content_notice {
    padding: 30px 16px;
  }
}

.p_caution .p_caution_content_title {
  font-weight: 400;
  font-size: 40px;
  color: #0168b6;
}

@media screen and (max-width: 768px) {
  .p_caution .p_caution_content_title {
    font-size: 22px;
  }
}

.p_caution .p_caution_lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .p_caution .p_caution_lead {
    font-size: 16px;
  }
}

.p_caution .p_caution_lead_color {
  color: #0168b6;
}

.p_caution .p_caution_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p_caution .p_caution_text {
    font-size: 14px;
    text-align: left;
  }
}

.p_caution .p_caution_text_indent {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  padding-left: 28px;
  text-indent: -1em;
}

.p_caution .p_caution_text_indent2 {
  padding-left: 2em;
  text-indent: -1em;
  display: inline-block;
}

.p_caution .p_caution_list {
  margin: 48px auto 0;
  display: -webkit-box;
  display: flex;
  max-width: 660px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p_caution .p_caution_list {
    display: block;
    max-width: 100%;
    margin: 0 auto 0;
  }
}

.p_caution .p_caution_list_item {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .p_caution .p_caution_list_item {
    width: 100%;
    margin-top: 20px;
  }
}

.p_caution .p_caution_list_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.p_caution .p_caution_blue_large {
  font-size: 22px;
  color: #0168b6;
}

.p_caution .p_caution_red_large {
  font-size: 22px;
  color: #E9593A;
}

.p_caution .p_caution_image_text {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}

.p_caution .p_caution_image {
  margin-top: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_caution--2308 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .p_caution--2308 .p_caution_title {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .p_caution--2308 .p_caution_conten {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p_caution--2308 .p_caution_lead {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .p_caution--2308 .p_caution_text {
    margin-top: 11px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .p_caution--2308 .p_caution_list_item {
    margin-top: 9px;
  }
}

.p_caution .p_caution_title_note {
  font-size: 11px;
  line-height: 1.4;
  max-width: 1152px;
  margin: 40px auto 0;
}

.p_caution__content {
  -webkit-box-align: center;
  align-items: center;
  padding: 48px 20px;
  background-color: #fff;
  border-radius: 15px;
  margin: 40px auto 0;
  text-align: center;
  max-width: 1152px;
}

@media screen and (max-width: 768px) {
  .p_caution__content {
    padding: 30px 16px;
  }
}

/* シミュレーション選択時、お申し込みにあたっての注意事項が消えてしまうのを防止 */
.p_caution_content--noHide.is-hide {
  display: block !important;
}

.p_caution .p_caution_text {
  line-height: 1.3;
}

.p_caution .p_caution_lead {
  line-height: 1.4;
}

.p_pointTitle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.p_pointTitle.is-left {
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  align-items: center;
}

.p_pointTitle__text {
  background-color: #FEE100;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 10px 15px;
  color: #0168b6;
  -webkit-box-align: end;
  align-items: flex-end;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media screen and (max-width: 768px) {
  .p_pointTitle__text {
    padding: 9px 11px 6px 11px;
    font-size: 15px;
    -webkit-box-align: center;
    align-items: center;
    gap: 5px;
  }
}

.p_pointTitle__number {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p_pointTitle__number {
    font-size: 20px;
  }
}

.p_pointTitle__text_small {
  background-color: #FEE100;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 3px 14px;
  color: #0168b6;
  -webkit-box-align: end;
  align-items: flex-end;
  line-height: 18px;
}

@media screen and (max-width: 768px) {
  .p_pointTitle__text_small {
    padding: 3px 8px 3px 8px;
    font-size: 14px;
    -webkit-box-align: center;
    align-items: center;
    gap: 5px;
  }
}

.p_pointTitle__number_small {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p_pointTitle__number_small {
    font-size: 20px;
  }
}

.p_section {
  container-type: inline-size;
  background-color: #EDF6FC;
  padding: calc(40 * var(--to-rem)) calc(20 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_section {
    padding: calc(30 * var(--to-rem)) calc(20 * var(--to-rem));
  }
}

.p_section--parts6 {
  padding-bottom: 128px;
}

@media screen and (max-width: 768px) {
  .p_section--parts6 {
    padding-bottom: 60px;
  }
}

.p_section--parts16 {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p_section--parts16 {
    padding-top: 30px;
  }
}

.p_section--parts6area {
  padding-bottom: 128px;
}

@media screen and (max-width: 768px) {
  .p_section--parts6area {
    padding-bottom: 0;
  }
}

.p_section--parts14 {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p_section--parts14 {
    padding-bottom: 10px;
  }
}

.p_section__title {
  color: #0168b6;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p_section__title {
    margin-top: 60px;
    font-size: 28px;
    line-height: 1.3214285714;
  }
}

.p_section__title::after {
  background: -webkit-linear-gradient(left, #0068b6 50%, #fee100 0);
  background: linear-gradient(90deg, #0068b6 50%, #fee100 0);
  border-radius: 10px;
  content: "";
  display: block;
  height: 5px;
  margin: 29px auto 0;
  overflow: hidden;
  width: 54px;
}

@media screen and (max-width: 768px) {
  .p_section__title::after {
    margin-top: 9px;
    width: 48px;
    height: 4px;
  }
}

.p_section__title:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p_section__title--parts11 {
    font-size: 24px;
    line-height: 1.2083333333;
  }

  .p_section__title--parts11::after {
    display: none;
  }
}

.p_section__title--2308 {
  line-height: 1.54;
}

@media screen and (max-width: 768px) {
  .p_section__title--2308 {
    line-height: 1.2;
  }
}

.p_section__title--2308::after {
  margin-top: 22px;
}

.p_section__title--parts12 {
  font-size: 28px;
  line-height: 1.54;
}

@media screen and (max-width: 768px) {
  .p_section__title--parts12 {
    font-size: 18px;
  }
}

.p_section__title--parts12::after {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p_section__title--parts12::after {
    margin-top: 18px;
  }
}

.p_section__title--parts13 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p_section__title--parts13 {
    margin-top: 40px;
  }
}

.p_section__title--parts13::after {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .p_section__title--parts13::after {
    margin-top: 20px;
  }
}

.p_section__title--parts14 {
  line-height: 1.54;
}

@media screen and (max-width: 768px) {
  .p_section__title--parts14 {
    font-size: 26px;
    line-height: 1.4;
  }
}

.p_section__title--parts14::after {
  margin-top: 22px;
}

.p_section__titleStrong {
  font-size: 40px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p_section__titleStrong {
    font-size: 26px;
    line-height: 1.54;
  }
}

.p_section__imageTitle {
  text-align: center;
  display: grid;
  place-items: center;
}

.p_section__imageItem {
  max-width: 353px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_section__imageItem {
    max-width: 250px;
  }
}

.p_section__titlePoint {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #0168b6;
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p_section__titlePoint {
    font-size: 28px;
    padding-bottom: 10px;
  }
}

.p_section__titlePoint::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 5px;
  background-image: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/5947a1976f40445d9d21593a49976033/border01.png);
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .p_section__titlePoint::before {
    width: 48px;
    height: 4px;
  }
}

.p_section__cardWrap {
  margin: 48px auto 0;
  max-width: 1136px;
}

@media screen and (max-width: 768px) {
  .p_section__cardWrap {
    margin-top: 40px;
  }
}

.p_section__cardWrap.is_noMargin {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p_section__cardWrap.is_noMargin {
    margin-top: 0;
  }
}

.p_section__cardWrap--2308 {
  max-width: 1151px;
}

@media screen and (max-width: 768px) {
  .p_section__cardWrap--2308 {
    margin-top: 29px;
  }
}

.p_section__cardWrap--parts6 {
  max-width: 1155px;
}

@media screen and (max-width: 768px) {
  .p_section__cardWrap--parts6 {
    margin-top: 4px;
    padding-top: 24px;
  }
}

.p_section__cardWrap--parts6 .p_pointGas__wrap {
  padding-bottom: 35px;
  gap: 48px;
}

@media screen and (max-width: 768px) {
  .p_section__cardWrap--parts6 .p_pointGas__wrap {
    gap: 20px;
    padding-bottom: 27px;
  }

  .p_section__cardWrap--parts6 .p_pointGas__wrap:last-child {
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p_section__cardWrap--parts6 .p_pointGas__wrap:last-child .p_pointGas__textAreaTitle {
    max-width: 266px;
  }
}

@media screen and (max-width: 768px) {
  .p_section__cardWrap--parts6 .p_pointGas__textAreaTitle {
    max-width: 240px;
    margin: 0 auto;
  }
}

.p_section__cardWrap--parts6 {
  max-width: 1136px;
}

.p_section__cardWrap--parts16 {
  margin-top: 0;
}

.p_section__cardItem {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .p_section__cardItem {
    margin-top: 31px;
  }
}

.p_section__cardItem:first-child {
  margin-top: 0;
}

.p_section__buttonWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p_section__buttonWrap {
    margin-top: 31px;
  }
}

.p_section__button {
  background-color: #0168b6;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  max-width: 516px;
  height: 64px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0 3px #00589B;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.p_section__button:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

.p_section__voice {
  margin: 48px auto 0;
  max-width: 1136px;
}

@media screen and (max-width: 1199px) {
  .p_section__voice {
    max-width: 516px;
  }
}

@media screen and (max-width: 768px) {
  .p_section__voice {
    margin-top: 30px;
  }
}

.p_section__illust_title {
  text-align: center;
}

.p_section__illust_title_image {
  height: 110px;
}

@media screen and (max-width: 768px) {
  .p_section__illust_title_image {
    height: 80px;
  }
}

.p_section__illust_title_text {
  font-size: 34px;
  color: #0168b6;
  font-weight: 900;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p_section__illust_title_text {
    font-size: 26px;
    line-height: 1.4;
  }
}

.p_section--white {
  background-color: #fff;
}

.p_section--pt0 {
  padding-top: revert;
}

@media screen and (max-width: 768px) {
  .p_section--pt0-s {
    padding-top: revert;
  }
}

.p_section--pb0 {
  padding-bottom: revert;
}

.p_section__titlePoint--medium {
  font-size: calc(40 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_section__titlePoint--medium {
    font-size: calc(26 * var(--to-rem));
  }
}

@media screen and (max-width: 768px) {
  .p_section__titlePoint--small {
    font-size: 22px;
  }
}

.p_section__cardWrap[data-tab-content] {
  display: none;
}

.p_section__cardWrap.is-active[data-tab-content] {
  display: block;
}

.p_section__titlePoint-sub {
  font-size: 24px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p_section__titlePoint-sub {
    font-size: 15px;
  }
}

.p_section__text {
  font-size: 15px;
  line-height: 1.6666666667;
  text-align: center;
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

@media screen and (max-width: 768px) {
  .p_section__text {
    -webkit-margin-before: 16px;
    margin-block-start: 16px;
  }
}

.p_section__title--small {
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .p_section__title--small {
    font-size: 24px;
  }
}

.p_section__yakitokibi_title {
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}

@media screen and (max-width: 768px) {
  .p_section__yakitokibi_title {
    aspect-ratio: 375/200;
  }
}

.p_section__yakitokibi_title img {
  width: 100%;
  height: 100%;
}

.p_section__illust_title--yakitoukibi {
  display: grid;
  place-items: center;
}

.p_section__titlePoint--white {
  color: #fff;
}

.p_section__title-catch {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 16px;
  font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
  .p_section__title-catch {
    -webkit-box-align: end;
    align-items: flex-end;
    gap: 24px;
    font-size: 1.125rem;
  }
}

.p_section__title-catch::before,
.p_section__title-catch::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #0168b6;
}

@media screen and (max-width: 768px) {

  .p_section__title-catch::before,
  .p_section__title-catch::after {
    width: 3px;
    height: 32px;
  }
}

.p_section__title-catch::before {
  rotate: -30deg;
}

.p_section__title-catch::after {
  rotate: 30deg;
}

.p_section__title-catch--no-deco {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p_section__title-catch--no-deco {
    font-size: 1rem;
  }
}

.p_section__title-catch--no-deco::before,
.p_section__title-catch--no-deco::after {
  display: none;
}

.p_section__titleStrong {
  line-height: 1.3;
}

.p_section__title-label {
  color: var(--color-white);
  font-size: calc(24 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  background-color: var(--color-primary);
  padding: calc(16 * var(--to-rem)) calc(32 * var(--to-rem));
  border-radius: calc(infinity * 1px);
  display: grid;
  place-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p_section__title-label {
    padding: calc(12 * var(--to-rem)) calc(32 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
}

.p_section__title-label::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 20px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -30% 50%;
  -webkit-clip-path: polygon(0 0, 82% 0, 100% 100%, 20% 30%);
  clip-path: polygon(0 0, 82% 0, 100% 100%, 20% 30%);
}

@media screen and (max-width: 768px) {
  .p_section__title-label::after {
    width: 24px;
    height: 16px;
  }
}

.p_section__title-catch-image {
  aspect-ratio: 501/120;
  max-width: calc(501 * var(--to-rem));
  width: 100%;
  margin-inline: auto;
  -webkit-margin-before: calc(24 * var(--to-rem));
  margin-block-start: calc(24 * var(--to-rem));
}

.p_section__title-catch-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_section__titlePoint--blue {
  color: var(--color-primary);
}

.p_section__title-catch-logo {
  aspect-ratio: 127/60;
  max-width: calc(127 * var(--to-rem));
  width: 100%;
  margin-inline: auto;
}

.p_section--dots {
  background-image: -webkit-radial-gradient(circle, #e8f3fa 6px, transparent 6px);
  background-image: radial-gradient(circle, #e8f3fa 6px, transparent 6px);
  background-position: 0 0;
  background-size: 22px 22px;
}

.p_section__cta-button {
  display: grid;
  place-items: center;
  padding-block: calc(48 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_section__cta-button {
    padding-block: calc(30 * var(--to-rem));
  }
}

.p_section__cta-button .p_action__button {
  max-width: calc(512 * var(--to-rem));
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p_section__cta-button .p_action__button {
    max-width: calc(310 * var(--to-rem));
  }
}

.p_section__denki-gas-title-text {
  font-size: calc(24 * var(--to-rem));
  line-height: 1.5;
  font-weight: var(--fw-bold);
}

@media screen and (max-width: 768px) {
  .p_section__denki-gas-title-text {
    font-size: clamp(16 * var(--to-rem), 5cqi, 20 * var(--to-rem));
  }
}

.p_section__denki-gas-logo {
  aspect-ratio: 497/60;
  max-width: calc(497 * var(--to-rem));
  width: 100%;
  margin-inline: auto;
  -webkit-margin-before: calc(20 * var(--to-rem));
  margin-block-start: calc(20 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_section__denki-gas-logo {
    aspect-ratio: 298/36;
    max-width: calc(298 * var(--to-rem));
    -webkit-margin-before: calc(16 * var(--to-rem));
    margin-block-start: calc(16 * var(--to-rem));
  }
}

.p_section__title-points {
  aspect-ratio: 684/360;
  width: min(684 * var(--to-rem), 100%);
  margin-inline: auto;
  translate: 0 -20px;
}

@media screen and (max-width: 768px) {
  .p_section__title-points {
    width: min(342 * var(--to-rem), 100%);
  }
}

.p_section__points {
  translate: 0 -20px;
}

.p_section__imageTitle {
  aspect-ratio: 418/136;
  width: min(418 * var(--to-rem), 100%);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p_section__imageTitle {
    width: min(198 * var(--to-rem), 100%);
  }
}

.p_section__gasTitle {
  aspect-ratio: 504/162;
  width: min(504 * var(--to-rem), 100%);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p_section__gasTitle {
    aspect-ratio: 348/106;
    width: min(348 * var(--to-rem), 100%);
  }
}

.p_section__button-wrap {
  -webkit-margin-before: calc(32 * var(--to-rem));
  margin-block-start: calc(32 * var(--to-rem));
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_section__button-wrap {
    -webkit-margin-before: calc(24 * var(--to-rem));
    margin-block-start: calc(24 * var(--to-rem));
  }
}

.p_section[data-bg=skyblue] {
  background-color: var(--color-skyblue);
}

.p_section[data-bg=white] {
  background-color: var(--color-white);
}

.p_sectionCard {
  background-color: #fff;
  border-radius: 15px;
  padding: calc(48 * var(--to-rem)) calc(80 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_sectionCard {
    padding: calc(28 * var(--to-rem)) calc(24 * var(--to-rem)) calc(24 * var(--to-rem));
  }
}

.p_sectionCard__contents {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p_sectionCard__contents {
    margin-top: 16px;
  }
}

.p_sectionCard__achievementsImage {
  max-width: 340px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.p_sectionCard--liquid {
  padding: 48px clamp(1rem, -3.571rem + 9.52vw, 5rem) 80px;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--liquid {
    padding: 28px 24px 24px;
  }
}

.p_sectionCard--gekihenkanwa {
  margin-top: 48px;
}

.p_sectionCard--gekihenkanwa .p_sectionCard__wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: clamp(0.5rem, -1.219rem + 3.58vw, 2rem);
}

@media screen and (max-width: 768px) {
  .p_sectionCard--gekihenkanwa .p_sectionCard__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}

.p_sectionCard--gekihenkanwa .p_sectionCard__image {
  aspect-ratio: 472/336;
  max-width: clamp(20rem, 9.113rem + 22.65vw, 29.5rem);
}

.p_sectionCard--gekihenkanwa .p_sectionCard__contents {
  max-width: 472px;
  width: 100%;
}

.p_sectionCard--gekihenkanwa .p_sectionCard__block {
  background-color: #EDF6FC;
  padding: 30px 16px;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--gekihenkanwa .p_sectionCard__block {
    padding: 20px 12px;
  }
}

.p_sectionCard--gekihenkanwa .p_sectionCard__block-text {
  color: #0168b6;
  font-size: clamp(1.5rem, 0.927rem + 1.19vw, 2rem);
  font-weight: bold;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--gekihenkanwa .p_sectionCard__block-text {
    font-size: 24px;
  }
}

.p_sectionCard--gekihenkanwa .p_sectionCard__block-num {
  font-size: clamp(2.5rem, 1.067rem + 2.98vw, 3.75rem);
}

.p_sectionCard--gekihenkanwa .p_sectionCard__block-vertical-text {
  display: inline-block;
  font-size: inherit;
}

.p_sectionCard--gekihenkanwa .p_sectionCard__block-vertical-text span {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--gekihenkanwa .p_sectionCard__block-vertical-text span {
    font-size: 14px;
  }
}

.p_sectionCard--gekihenkanwa .p_sectionCard__info {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--gekihenkanwa .p_sectionCard__info {
    margin-top: 20px;
  }
}

.p_sectionCard--gekihenkanwa .p_sectionCard__info-text {
  display: block;
  font-size: 10px;
}

/* とうもろこしLP */
.p_sectionCard--yakitokibi {
  border: 5px solid #FABD00;
}

.p_sectionCard--yakitokibi .p_sectionCard__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--yakitokibi .p_sectionCard__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: revert;
  }
}

.p_sectionCard--yakitokibi .p_pointTitle {
  aspect-ratio: 360/132;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--yakitokibi .p_pointTitle {
    max-width: 360px;
    scale: 1.25;
  }
}

.p_sectionCard--yakitokibi .p_sectionCard__content {
  display: grid;
  grid-template-columns: 180px auto;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-margin-before: 8px;
  margin-block-start: 8px;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--yakitokibi .p_sectionCard__content {
    grid-template-columns: 156px auto;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
  }
}

.p_sectionCard--yakitokibi .p_sectionCard__contentImage {
  aspect-ratio: 140/143;
  max-width: 140px;
  width: 100%;
  translate: 20px -85px;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--yakitokibi .p_sectionCard__contentImage {
    translate: 10px -70px;
  }
}

.p_sectionCard--yakitokibi .p_pointTitle img,
.p_sectionCard--yakitokibi .p_sectionCard__contentImage img {
  width: 100%;
  height: 100%;
}

.p_sectionCard--yakitokibi .p_sectionCard__contentText {
  color: #0168b6;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--yakitokibi .p_sectionCard__contentText {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p_sectionCard--yakitokibi .p_sectionCard__info {
    border-top: solid 1px #1f1f1f;
    padding-top: 18px;
  }
}

.p_sectionCard--yakitokibi .p_sectionCard__infoItem {
  display: grid;
  gap: 8px;
}

.p_sectionCard--yakitokibi .p_sectionCard__infoItem:not(:first-child) {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.p_sectionCard--yakitokibi .p_sectionCard__infoItemText {
  font-size: 14px;
  line-height: 1.7857142857;
}

.p_sectionCard--yakitokibi .p_sectionCard__infoItemText strong {
  display: block;
  font-size: 16px;
}

.p_sectionCard--wave {
  position: relative;
  border-radius: revert;
}

.p_sectionCard--wave::before,
.p_sectionCard--wave::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 50px 100%;
  background-image: -webkit-linear-gradient(315deg, #fff 25%, transparent 25%), -webkit-linear-gradient(225deg, #fff 25%, transparent 25%);
  background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
  background-position: 0 0;
}

.p_sectionCard--wave::before {
  top: 0;
  translate: 0 -100%;
  rotate: 180deg;
}

.p_sectionCard--wave::after {
  bottom: 0;
  translate: 0 100%;
}

@media screen and (max-width: 768px) {
  .p_sectionCard--kaiyakutesuuryou {
    -webkit-padding-before: 10px;
    padding-block-start: 10px;
  }
}
.p_areaNew {
  background-color: #EDF6FC;
}

.p_areaNew.is-margin-bottom .p_areaNew__inner {
  padding-bottom: 200px;
}

.p_areaNew.is-result .p_areaNew__box_item.is-result {
  display: block;
  margin-top: 0;
}

.p_areaNew.is-result .p_areaNew__box_item.is-result::before {
  display: none;
}

.p_areaNew__title {
  text-align: center;
}

.p_areaNew__titleImage {
  max-width: 617px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_areaNew__titleImage {
    width: 95%;
  }
}

.p_areaNew__inner {
  max-width: 1176px;
  margin: auto;
}

.p_areaNew__inner.is-margin-bottom {
  padding-bottom: 60px;
}

.p_areaNew__inner.is-campaign {
  padding: 80px 20px 80px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__inner.is-campaign {
    padding: 50px 20px 40px;
  }
}

.p_areaNew__box_number {
  font-family: Oswald, sans-serif;
  background-color: #0168b6;
  border-radius: 12px 0px 12px 0px;
  height: 54px;
  width: 54px;
  padding: 10px;
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_number {
    border-radius: 12px 0px 12px 0px;
    height: 34px;
    width: 34px;
    font-size: 18px;
    padding: 5px;
  }
}

.p_areaNew__box_item_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

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

.p_areaNew__box_item {
  border: 2px solid #0168b6;
  border-radius: 15px;
  position: relative;
  padding: 25px 36px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item {
    width: 100%;
    padding: 25px 20px;
  }
}

.p_areaNew__box_item.is-life {
  padding: 25px 50px;
}

.p_areaNew__box_item.is-result {
  padding: 0 0;
  margin-top: 58px;
  width: 100%;
  position: relative;
  display: none;
}

.p_areaNew__box_item.is-result.is-visible {
  display: block;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item.is-result {
    margin-top: 40px;
  }
}

.p_areaNew__box_item.is-result::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #0168b6 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item.is-result::before {
    left: 0;
    right: 0;
    top: -27px;
    margin: auto;
    border-width: 15px 10px 0 10px;
  }
}

.p_areaNew__box_item+.p_areaNew__box_item {
  position: relative;
}

.p_areaNew__box_item+.p_areaNew__box_item::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 50%;
  margin: -30px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #0168b6;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item+.p_areaNew__box_item::before {
    left: 0;
    right: 0;
    top: -27px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #0168b6 transparent transparent transparent;
  }
}

.p_areaNew__box_title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_title {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.p_areaNew__box_title.is-contract {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.p_areaNew__box_title_content_wrap {
  padding: 40px 80px 0;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_title_content_wrap {
    padding: 40px 24px 0;
  }
}

.p_areaNew__box_title_content_inner {
  padding: calc(48 * var(--to-rem)) calc(80 * var(--to-rem));
  border-radius: 15px;
  background-color: #EDF6FC;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_title_content_inner {
    padding: clamp(12px, 3vw, 40px);
    border-radius: 8px;
  }
}

.p_areaNew__otoku_contents {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p_areaNew__otoku_contents {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    text-align: center;
  }
}

.p_areaNew__price_box {
  -webkit-box-flex: 1;
  flex: 1;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_box {
    width: 100%;
  }
}

.p_areaNew__price_box_title_catch {
  max-width: 464px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_box_title_catch {
    padding: 0 24px;
  }
}

.p_areaNew__price_box_title {
  font-size: calc(24 * var(--to-rem));
  color: #0168b6;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_box_title {
    font-size: calc(22 * var(--to-rem));
  }
}

.p_areaNew__price_box_contents {
  color: #0168b6;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_box_contents {
    font-size: 22px;
  }
}

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

.p_areaNew__price_box_contents .pc_only_inline {
  display: inline;
}

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

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

.p_areaNew__price_box_contents .tab_under {
  display: none;
}

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

.p_areaNew__price_box_contents strong {
  font-weight: var(--fw-bold);
  font-size: calc(32 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_box_contents strong {
    font-size: calc(22 * var(--to-rem));
  }
}

.p_areaNew__price_box_text_red {
  color: #e85f5f;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_box_text_red {
    font-size: clamp(1.25rem, -2.75rem + 20vw, 2.125rem);
  }
}

.p_areaNew__price_box_underline_wrap {
  background: -webkit-linear-gradient(transparent 65%, #fee100 0);
  background: linear-gradient(transparent 65%, #fee100 0);
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_box_underline_wrap {
    white-space: nowrap;
  }
}

.p_areaNew__price_box_underline_text {
  color: #e85f5f;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 78px;
  font-size: min(6.2vw, 78px);
  font-family: Oswald, sans-serif;
  -webkit-box-align: baseline;
  align-items: baseline;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .p_areaNew__price_box_underline_text {
    font-size: 46px;
  }
}

.p_areaNew__price_box_underline_text_unit {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_box_underline_text_unit {
    font-size: 22px;
  }
}

.p_areaNew__price_image {
  width: 40%;
  position: relative;
  min-width: 280px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_image {
    width: 100%;
    min-width: revert;
  }
}

.p_areaNew__price_image_picture {
  position: relative;
}

.p_areaNew__price_image_content {
  width: 100%;
}

.p_areaNew__price_text_wrap {
  display: -webkit-box;
  display: flex;
  width: 100%;
  top: 0;
  gap: 5%;
  -webkit-box-align: end;
  align-items: flex-end;
  aspect-ratio: 374/193;
  background-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/7a96f7ec76314512a1c733991009d78a/img-comparison-bg-pc.png);


  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_text_wrap {
    aspect-ratio: 295/120;
    gap: 7%;
    justify-content: space-around;
    background-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/2a4b843af1944e759613c7a4efcdfe28/img-comparison-bg-sp.png);


  }
}

.p_areaNew__price_big {
  color: #0168b6;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .p_areaNew__price_big {
    -webkit-box-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 1199px) {
  .p_areaNew__price_big {
    -webkit-box-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_big {
    width: 50%;
  }
}

.p_areaNew__price_looop {
  color: #fff;
  height: 75%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .p_areaNew__price_looop {
    -webkit-box-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 1199px) {
  .p_areaNew__price_looop {
    -webkit-box-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_looop {
    width: 50%;
    height: 83%;
  }
}

.p_areaNew__price_label {
  font-size: 14px;
  font-weight: 700;
}

.p_areaNew__price_text {
  font-size: 30px;
  font-weight: 700;
  font-family: Oswald, sans-serif;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_text {
    font-size: clamp(1.25rem, 0.654rem + 2.54vw, 1.875rem);
  }
}

.p_areaNew__price_unit {
  font-size: 14px;
  font-weight: 400;
}

.p_areaNew__title_icon {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__title_icon {
    width: 60px;
    height: 60px;
  }
}

.p_areaNew__box_map_title_text {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 11px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.p_areaNew__map {
  max-width: 360px;
  margin: auto;
}

.p_areaNew__map_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 2%;
  margin-top: 6px;
}

.p_areaNew__map_list_item {
  width: 18.5%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  display: flex;
}

.p_areaNew__map_list_item.is-hokkaido {
  width: 26%;
}

.p_areaNew__map_list_item.is-hokkaido .p_areaNew__map_box_label {
  margin-top: 0;
  padding: 18px 0;
  height: 63px;
}

.p_areaNew__map_list_item.is-kansai {
  margin-top: 60px;
  height: 70px;
}

.p_areaNew__map_list_item.is-kansai .p_areaNew__map_box_label {
  height: 70px;
}

.p_areaNew__map_list_item.is-tohoku-tokyo {
  width: 31%;
}

.p_areaNew__map_list_item.is-tohoku-tokyo .p_areaNew__map_box_item.is-tohoku {
  width: 63%;
}

.p_areaNew__map_list_item.is-tohoku-tokyo .p_areaNew__map_box_item.is-tohoku .p_areaNew__map_box_label {
  margin-top: 0;
}

.p_areaNew__map_box_item {
  width: 100%;
}

.p_areaNew__map_box_item.is-tohoku .p_areaNew__map_box_label {
  min-height: 63px;
}

.p_areaNew__map_box_item.is-kyushu {
  margin-top: 72px;
}

.p_areaNew__map_box_item.is-kyushu .p_areaNew__map_box_label {
  min-height: 66px;
}

.p_areaNew__map_box_item.is-tokyo {
  margin-top: 6px;
}

.p_areaNew__map_box_item.is-tokyo .p_areaNew__map_box_label {
  min-height: 95px;
}

.p_areaNew__map_box_item.is-hokuriku {
  margin-top: 16px;
}

.p_areaNew__map_box_item.is-hokuriku .p_areaNew__map_box_label {
  height: 54px;
}

.p_areaNew__map_box_item.is-chubu {
  margin-top: 6px;
}

.p_areaNew__map_box_item.is-chubu .p_areaNew__map_box_label {
  min-height: 63px;
}

.p_areaNew__map_box_item.is-chugoku {
  margin-top: 56px;
}

.p_areaNew__map_box_item.is-chugoku .p_areaNew__map_box_label {
  height: 54px;
}

.p_areaNew__map_box_item.is-shikoku {
  margin-top: 6px;
}

.p_areaNew__map_box_item.is-shikoku .p_areaNew__map_box_label {
  min-height: 58px;
}

.p_areaNew__map_box_item.is-okinawa {
  margin-top: 6px;
}

.p_areaNew__map_box_item.is-okinawa .p_areaNew__map_box_label {
  min-height: 58px;
}

.p_areaNew__map_box_label {
  border: 1px solid #0168b6;
  border-radius: 8px;
  box-shadow: 0px 3px 0px #00589b;
  width: 100%;
  text-align: center;
  color: #0168b6;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_areaNew__map_box_label.is-kansai {
  height: 100%;
}

.p_areaNew__map_box_up {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.p_areaNew__map_name {
  font-size: 10px;
}

.p_areaNew__map_name_large {
  font-size: 12px;
  display: block;
  font-weight: 700;
}

.p_areaNew__radio_input {
  display: none;
}

.p_areaNew__radio_input:checked+.p_areaNew__map_box_label {
  color: #fff;
  background-color: #0168b6;
}

.p_areaNew__radio_input:checked+.p_areaNew__map_box_label .p_areaNew__map_name_large {
  font-size: 18px;
}

.p_areaNew__radio_input:checked+.p_areaNew__map_box_label .p_areaNew__map_name {
  font-size: 13px;
}

.p_areaNew__radio_input:checked+.p_areaNew__life_box_label {
  color: #fff;
  background-color: #0168b6;
}

.p_areaNew__radio_input:checked+.p_areaNew__life_box_label .p_areaNew__life_image.is-1 {
  background-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/4e8f799031b64646870c42d83fd06ed4/icon_user2_white.svg);


}

.p_areaNew__radio_input:checked+.p_areaNew__life_box_label .p_areaNew__life_image.is-2 {
  background-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/ccc16bfa855f4c4898666a570fbfe5d7/icon_user1_white.svg);


}

.p_areaNew__radio_input:checked+.p_areaNew__life_box_label .p_areaNew__life_image.is-3 {
  background-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/52f619b4fada42759e04fda9e4ebaf4e/icon_user3_white.svg);


}

.p_areaNew__radio_input:checked+.p_areaNew__life_box_label .p_areaNew__life_image.is-4 {
  background-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/3015912a992249299c16aeb22c0653be/icon_user4_white.svg);


}

.p_areaNew__life_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 17px;
  row-gap: 20px;
}

.p_areaNew__life-list-item {
  width: calc(50% - 5px);
}

.p_areaNew__life-list-item.is-hide {
  display: none;
}

.p_areaNew__life-list-item.is-corporate {
  width: 100%;
}

.p_areaNew__life-list-item.is-corporate .p_areaNew__life_box_label {
  min-height: 40px;
  height: 40px;
}

.p_areaNew__life-list-item.is-corporate .p_areaNew__life_text {
  margin-top: 0;
}

.p_areaNew__life_box_label {
  border: 1px solid #0168b6;
  border-radius: 8px;
  box-shadow: 0px 3px 0px #00589B;
  width: 100%;
  min-height: 80px;
  text-align: center;
  color: #0168b6;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 112px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__life_box_label {
    height: 86px;
  }
}

.p_areaNew__life_box_label.is-kansai {
  height: 100%;
}

.p_areaNew__life_box_label.is-contract {
  min-height: 62px;
  height: 62px;
}

.p_areaNew__life_box_label.is-contract .p_areaNew__life_text {
  font-size: 20px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p_areaNew__life_box_label.is-contract .p_areaNew__life_text {
    font-size: 16px;
  }
}

.p_areaNew__life_content {
  text-align: center;
}

.p_areaNew__life_text {
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}

.p_areaNew__life_image.is-1 {
  background-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/aa0e98d55eaa4823a83b04e51fff9b5e/icon_user1.svg);


}

.p_areaNew__life_image.is-2 {
  background-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/87e12ae7d27846ed93d20ed2470624c0/icon_user2.svg);


}

.p_areaNew__life_image.is-3 {
  background-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/f687a27f4d2945a08cbf26bd89f525b9/icon_user3.svg);


}

.p_areaNew__life_image.is-4 {
  background-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/edd2082f75a1459a9dd6cdb99d440a5a/icon_user4.svg);


}

.p_areaNew__life_image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  width: 112px;
  height: 36px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__life_image {
    width: 74px;
    height: 24px;
  }
}

.p_areaNew__title_label {
  background-color: #0168b6;
  height: 78px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 78px;
  text-align: center;
  border-radius: 12px 12px 0px 0px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__title_label {
    height: 47px;
    font-size: 20px;
    line-height: 47px;
  }
}

.p_areaNew__red_text {
  font-family: Oswald, sans-serif;
  color: #e85f5f;
  font-size: 40px;
}

.p_areaNew__blue_text {
  font-family: Oswald, sans-serif;
  color: #0168b6;
  font-size: 40px;
}

.p_areaNew__black_text {
  font-family: Oswald, sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__black_text {
    font-size: 24px;
  }
}

.p_areaNew__bottom_area {
  margin-top: 35px;
  padding: 0 0 40px;
  text-align: center;

  @media screen and (max-width: 768px) {
    margin-top: calc(20 * var(--to-rem));
    padding: 0 0 calc(30 * var(--to-rem));
  }
}

.p_areaNew__bottom_area.is-result {
  display: none;
}

.p_areaNew__bottom_area.is-result.is-visible {
  display: block;
}

.p_areaNew__link_text {
  font-size: 18px;
  margin-top: 20px;
  display: block;
  text-decoration: underline;
  margin-top: calc(40 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew__link_text {
    margin-top: calc(20 * var(--to-rem));
  }
}

.p_areaNew__link_text.js_appear_link {
  display: none;
}

.p_areaNew__link_text.js_appear_link.is-visible {
  display: block;
}

.p_areaNew__button_red {
  border-radius: 10px;
  height: 95px;
  padding-right: 0;
  width: 100%;
  max-width: 640px;
  box-shadow: 0 3px #d53337;
  background-color: #e85f5f;
  color: #fff;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 40px auto 0;
  gap: 8px;
}

.p_areaNew__button_red:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

@media screen and (max-width: 1199px) {
  .p_areaNew__button_red {
    height: 64px;
  }
}

.p_areaNew__button_icon_write {
  width: 40px;
  padding-top: 12px;
}

@media screen and (max-width: 1199px) {
  .p_areaNew__button_icon_write {
    width: 34px;
    padding-top: 4px;
  }
}

.p_areaNew__button_icon_arrow {
  position: absolute;
  width: 24px;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .p_areaNew__button_icon_arrow {
    width: 20px;
    right: 14px;
  }
}

.p_areaNew__button_text_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.p_areaNew__button_lead {
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  display: block;
}

@media screen and (max-width: 1199px) {
  .p_areaNew__button_lead {
    font-size: 11px;
  }
}

.p_areaNew__button_lead_exclamation {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  display: inline-block;
  font-size: 24px;
  padding-left: 6px;
}

.p_areaNew__button_text {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  margin-top: 12px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .p_areaNew__button_text {
    font-size: 20px;
    margin-top: 6px;
  }
}

.p_areaNew__button_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}

.p_areaNew__button_wrap::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #0168b6 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .p_areaNew__button_wrap::before {
    left: 0;
    right: 0;
    top: -27px;
    margin: auto;
    border-width: 15px 10px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .p_areaNew__button_wrap {
    margin-top: 39px;
  }
}

.p_areaNew__button {
  background-color: #cdcdcd;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  max-width: 516px;
  height: 64px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  pointer-events: none;
}

.p_areaNew__button.is-visible {
  pointer-events: all;
  background-color: #0168b6;
  box-shadow: 0 3px #00589B;
}

.p_areaNew__button:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

.p_areaNew__text_color {
  color: #0168b6;
}

.p_areaNew__campaign_title {
  max-width: 508px;
  margin: 0 auto 0;
  width: 100%;
}

.p_areaNew__box_title_content_bottom {
  border-top: 1px solid #dedede;
  text-align: center;
  padding: 32px 20px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_title_content_bottom {
    padding: 24px 20px;
  }
}

.p_areaNew__bottom_text {
  font-size: 18px;
  font-weight: 700;
}

.p_areaNew__bottom_price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}

.p_areaNew__bottom_price.is-marker::before {
  content: "";
  background-color: #fee100;
  height: 16px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.p_areaNew__price_red {
  font-family: Oswald, sans-serif;
  margin: 0 5px;
  color: #e85f5f;
  font-size: 54px;
  position: relative;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_red {
    font-size: 50px;
  }
}

.p_areaNew__price_red.is-caution::before {
  content: "（※）";
  font-size: 11px;
  position: absolute;
  right: -34px;
  top: 17px;
  color: #1f1f1f;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_red.is-caution::before {
    top: 13px;
  }
}

.p_areaNew__bottom_note {
  font-size: 11px;
  margin-top: 10px;
}

.p_areaNew__price_text {
  position: relative;
  z-index: 1;
}

.p_areaNew__campaign_banner {
  max-width: 820px;
  width: 100%;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .p_areaNew__campaign_banner {
    margin: 40px auto 0;
  }
}

.p_areaNew--2308 .p_areaNew__box_list {
  padding-top: 0;
  margin-top: -78px;
}

@media screen and (max-width: 768px) {
  .p_areaNew--2308 .p_areaNew__box_list {
    margin-top: -127px;
  }
}

.p_areaNew__current-contract {
  border: 2px solid #0168b6;
  border-radius: 15px;
  position: relative;
  padding: 25px 36px;
  background-color: #fff;
  margin-top: 30px;
  display: none;
}

.p_areaNew__current-contract.is-visible {
  display: block;
}

@media screen and (max-width: 768px) {
  .p_areaNew__current-contract {
    width: 100%;
    padding: 25px 20px;
  }
}

.p_areaNew__current-contract-inner {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p_areaNew__current-contract-inner {
    width: 100%;
    padding: 0 30px;
  }
}

.p_areaNew__comparison {
  display: -webkit-box;
  display: flex;
  padding: 25px 80px 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__comparison {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    gap: 8px;
    padding: 0px 27px 0;
  }
}

.p_areaNew__comparison-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #0068b6;
  padding-top: 28px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__comparison-title {
    font-size: 14px;
  }
}

.p_areaNew__comparison-select-wrap {
  padding: 30px;
  border-radius: 10px;
  max-width: 393px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p_areaNew__comparison-select-wrap {
    max-width: 100%;
  }
}

.p_areaNew__comparison-select-wrap.is-open::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.p_areaNew__comparison-select-wrap-body {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #0068b6;
  z-index: 10;
  border-radius: 10px;
}

.p_areaNew__comparison-select-wrap-body::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 30px;
  background-image: url(https://looop-denki.com/assets/images/layer.svg);
  width: 8px;
  height: 12px;
  background-size: cover;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.p_areaNew__comparison-select-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #0068b6;
  cursor: pointer;
  padding: 30px;
  text-align: left;
}

.p_areaNew__comparison-select-list {
  border-top: 2px dashed #0168b6;
  padding: 20px 30px 30px;
}

.p_areaNew__comparison-select-list-item {
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
  padding-top: 12px;
  cursor: pointer;
}

.p_areaNew__comparison-select-list-item:first-child {
  padding-top: 0;
}

.p_areaNew__current-select {
  display: -webkit-box;
  display: flex;
  margin-top: 60px;
  padding: 0 80px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__current-select {
    padding: 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    margin-top: 40px;
    gap: 15px;
  }
}

.p_areaNew__current-select-item {
  display: -webkit-box;
  display: flex;
  width: 50%;
  border-right: 1px solid #dfdfdf;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 48px;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p_areaNew__current-select-item {
    width: 100%;
    gap: 18px;
    padding-right: 0;
    border-right: none;
  }
}

.p_areaNew__current-select-item:last-child {
  border-right: none;
  padding-left: 48px;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .p_areaNew__current-select-item:last-child {
    padding-left: 0;
  }
}

.p_areaNew__current-select-item-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 16px;

  @media screen and (max-width: 768px) {
    font-size: 16px;
    font-weight: 400;
    gap: 8px;
  }
}

.p_areaNew__current-select-item-label {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_areaNew__current-select-item-label {
    text-align: right;
    font-size: 16px;
  }
}

.p_areaNew__current-select-item-label-note {
  font-size: 12px;
  display: block;
}

.p_areaNew__looop-contents-note {
  font-size: 12px;
  margin-top: 40px;
}

.p_areaNew__hold_back {
  border-top: 2px dashed rgba(1, 104, 182, 0.2);
  padding-top: 40px;
  margin-top: 60px;
}

.p_areaNew__hold_back_title {
  font-weight: 700;
  font-size: 30px;
  color: #0168b6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_areaNew__hold_back_title {
    font-size: 22px;
  }
}

.p_areaNew__hold_back_title_note {
  font-size: 18px;
  color: #0168b6;
  display: -webkit-box;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__hold_back_title_note {
    font-size: 15px;
  }
}

.p_areaNew__hold_back_title_note::before,
.p_areaNew__hold_back_title_note::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #0168b6;
  border-radius: 9999px;
}

@media screen and (max-width: 768px) {

  .p_areaNew__hold_back_title_note::before,
  .p_areaNew__hold_back_title_note::after {
    height: 16px;
  }
}

.p_areaNew__hold_back_title_note::after {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.p_areaNew__hold_back_title_note::before {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.p_areaNew__hold_back_contents {
  padding: 48px;
  border-radius: 15px;
  background-color: #EDF6FC;
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  gap: 48px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__hold_back_contents {
    padding: 40px 20px;
    border-radius: 8px;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.p_areaNew__hold_back_image {
  width: 100%;
}

.p_areaNew__month-list {
  background-color: #fff;
  border: 2px solid #0168b6;
  border-radius: 10px;
  margin-top: 48px;
}

.p_areaNew__month-list-title {
  color: #0168b6;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__month-list-title {
    padding: 20px clamp(0.5rem, -0.929rem + 7.14vw, 2.5rem);
    font-size: 12px;
  }
}

.p_areaNew__month-list-title::before,
.p_areaNew__month-list-title::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #0168b6;
  right: 40px;
}

@media screen and (max-width: 768px) {

  .p_areaNew__month-list-title::before,
  .p_areaNew__month-list-title::after {
    right: clamp(0.5rem, -0.929rem + 7.14vw, 2.5rem);
  }
}

.p_areaNew__month-list-title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p_areaNew__month-list-title.is-open::after {
  display: none;
}

.p_areaNew__month-list-body {
  /* margin-top: 20px; */
  display: none;
  padding: 0 calc(40 * var(--to-rem));
}

.p_areaNew__month-list-item {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #dddddd;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: calc(12 * var(--to-rem)) calc(20 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew__month-list-item {
    gap: 12px;
    font-size: calc(12 * var(--to-rem));
  }
  .p_areaNew__month-list-body {
  padding: 0 calc(20 * var(--to-rem));
 }
}

.p_areaNew__month-list-item:first-child {
  border-top: 1px solid #dddddd;
  font-weight: 700;
}

.p_areaNew__month-list-item-month {
  -webkit-box-flex: 1;
  flex: 1;
}

.p_areaNew__month-list-item-price {
  max-width: 120px;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
}

.p_areaNew__month-list-item--link {
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: calc(30 * var(--to-rem));
}

.p_areaNew__month-list-link {
  display: inline-block;
  text-align: center;
  text-decoration: underline;
}

.p_areaNew.is-cp .p_areaNew__bottom_area {
  margin-top: 80px;
}

.p_areaNew.is-cp .p_areaNew__bottom_area--mt0 {
  margin-top: 0;
  padding-top: 35px;
}

.p_areaNew.is-cp .p_areaNew__box_title_content_inner {
  background-color: transparent;
  padding: revert;
  padding-inline: revert;
}

.p_areaNew.is-cp .p_areaNew__price_box {
  background-color: #edf6fc;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p_areaNew.is-cp .p_areaNew__price_image {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .p_areaNew.is-cp .p_areaNew__month-list {
    margin-top: 110px;
  }
}

@media screen and (max-width: 1199px) {
  .p_areaNew.is-cp .p_areaNew__month-list {
    margin-top: 30px;
  }
}

.p_areaNew.is-balloon .p_areaNew__bottom_area {
  margin-top: 80px;
}

.p_areaNew.is-balloon .p_areaNew__box_title_content_inner {
  background-color: transparent;
  padding: revert;
  padding-inline: revert;
}

.p_areaNew.is-balloon .p_areaNew__price_box {
  background-color: #edf6fc;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .p_areaNew.is-balloon .p_areaNew__month-list {
    margin-top: 110px;
  }
}

@media screen and (max-width: 1199px) {
  .p_areaNew.is-balloon .p_areaNew__month-list {
    margin-top: 110px;
  }
}

.p_areaNew__price_balloon {
  background-color: #0168b6;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 9999px;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  max-width: 402px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -72px;
  font-size: min(3.5vw, 20px);
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .p_areaNew__price_balloon {
    bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon {
    bottom: -60px;
  }
}

.p_areaNew__price_balloon::before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #0168b6 transparent;
  border-width: 0px 8px 8px 8px;
}

.p_areaNew__price_balloon.is-graph {
  font-size: 15px;
  bottom: -72px;
  padding: 16px 12px;
}

@media screen and (max-width: 1199px) {
  .p_areaNew__price_balloon.is-graph {
    bottom: -90px;
  }
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon.is-graph {
    font-size: 12px;
    bottom: -90px;
  }
}

.p_areaNew__price_balloon_strong {
  color: #e85f5f;
  font-family: Oswald, sans-serif;
  font-size: min(4.5vw, 32px);
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.p_areaNew__price_balloon_note {
  display: block;
  text-align: right;
  font-size: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon_note {
    font-size: 9px;
  }
}

.js_low_box {
  display: none;
}

.js_low_box.is-display {
  display: block;
}

.js_high_box {
  display: none;
}

.js_high_box.is-display {
  display: block;
}

.p_areaNew__timing_list {
  display: grid;
  place-items: center;
  gap: 16px;
  margin-top: 18px;
}

.p_areaNew__timing-list-item {
  cursor: pointer;
  border: 1px solid #0168b6;
  border-radius: 8px;
  box-shadow: 0px 3px 0px #00589B;
  width: 100%;
  padding: 28px clamp(0.5rem, -0.071rem + 1.19vw, 1rem);
}

.p_areaNew__timing-list-item.is-hide {
  display: none;
}

.p_areaNew__timing_content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: clamp(0.375rem, -0.196rem + 1.19vw, 0.875rem);
}

@media screen and (max-width: 768px) {
  .p_areaNew__timing_content {
    gap: 14px;
  }
}

.p_areaNew__timing_text {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p_areaNew__timing_text {
    max-width: revert;
    width: revert;
  }
}

.p_areaNew__timing_text--main,
.p_areaNew__timing_text--sub {
  display: inline-block;
}

.p_areaNew__timing_text--main {
  font-size: clamp(0.813rem, 0.454rem + 0.75vw, 1.125rem);
  border-bottom: 2px dashed #0168b6;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p_areaNew__timing_text--main {
    font-size: 18px;
  }
}

.p_areaNew__timing_text--sub {
  font-size: clamp(0.75rem, 0.464rem + 0.6vw, 1rem);
  display: block;
  line-height: 1;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__timing_text--sub {
    font-size: 16px;
  }
}

.p_areaNew__timing_icon {
  max-width: clamp(3.625rem, 1.482rem + 4.46vw, 5.5rem);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_areaNew__timing_icon {
    max-width: clamp(4.688rem, -0.04rem + 23.64vw, 5.5rem);
  }
}

.p_areaNew__timing_icon img {
  aspect-ratio: 88/54;
  width: 100%;
}

.p_areaNew__box_item--pr-f {
  padding: 25px clamp(0.75rem, -0.321rem + 2.23vw, 1.688rem);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item--pr-f {
    padding: 29px clamp(0.75rem, -4.107rem + 24.29vw, 1.813rem);
  }
}

.p_areaNew__box_item--pr-f .p_areaNew__box_number {
  aspect-ratio: 1/1;
  width: clamp(2.5rem, 1.5rem + 2.08vw, 3.375rem);
  height: revert;
  font-size: clamp(1.25rem, 0.679rem + 1.19vw, 1.75rem);
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item--pr-f .p_areaNew__box_number {
    width: 34px;
  }
}

.p_areaNew__box_item--pr-f .p_areaNew__box_map_title_text {
  font-size: clamp(0.875rem, 0.588rem + 0.6vw, 1.125rem);
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item--pr-f .p_areaNew__box_map_title_text {
    font-size: clamp(0.938rem, 0.08rem + 4.29vw, 1.125rem);
  }
}

.p_areaNew__box_item--pr-f .p_areaNew__box_item--pr-f {
  aspect-ratio: 1/1;
  width: clamp(2.5rem, 1.497rem + 2.09vw, 3.375rem);
}

.p_areaNew__box_item--pr-f .p_areaNew__title_icon {
  aspect-ratio: 1/1;
  width: clamp(3.125rem, 1.692rem + 2.98vw, 4.375rem);
  height: revert;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item--pr-f .p_areaNew__title_icon {
    width: 60px;

    &.icon_sp {
      width: 24px;
    }
  }
}

.p_areaNew__box_item_wrap--pr-f {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.5rem, 1.214rem + 2.68vw, 3.625rem);
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item_wrap--pr-f {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
}

.p_areaNew__box_item--pr-f+.p_areaNew__box_item--pr-f {
  margin-top: revert;
}

.p_areaNew__box_item--pr-f+.p_areaNew__box_item--pr-f::before {
  left: -13%;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item--pr-f+.p_areaNew__box_item--pr-f::before {
    left: 0;
    margin-inline: auto;
  }
}

/* is-active時 */
.p_areaNew__timing-list-item.is-active {
  color: #fff;
  background-color: #0168b6;
}

.p_areaNew__timing-list-item.is-active .p_areaNew__timing_text--main {
  border-color: #fff;
}

.p_areaNew__button_text_wrap--center {
  -webkit-box-align: center;
  align-items: center;
}

.p_areaNew__bottom_area[data-tab-content] {
  display: none;
}

.p_areaNew__bottom_area.is-active[data-tab-content] {
  display: block;
}

.p_areaNew__bottom_area--pr-f {
  margin-top: 80px;
  padding-bottom: revert;
}

@media screen and (max-width: 768px) {
  .p_areaNew__bottom_area--pr-f {
    margin-top: 30px;
  }
}

.p_areaNew__bottom_area--pr-f .p_areaNew__button_text {
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .p_areaNew__bottom_area--pr-f .p_areaNew__button_text {
    letter-spacing: revert;
    font-size: clamp(1rem, -0.143rem + 5.71vw, 1.25rem);
  }
}

.p_areaNew__bottom_area--pr-f .p_areaNew__button_red {
  margin-top: revert;
}

.p_areaNew__current-select-item-label {
  flex-shrink: 0;
}

.p_areaNew__bottom_area--pb0 {
  padding-bottom: revert;
}

.p_areaNew__bottom_area--pr-gekigenkanwa {
  margin-top: revert;
  background-color: #0168b6;
  padding: 32px 20px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__bottom_area--pr-gekigenkanwa {
    padding: 18px 20px;
  }
}

.p_areaNew__bottom_area--pr-gekigenkanwa .p_areaNew__button_red {
  margin-top: revert;
}

.p_areaNew__title {
  aspect-ratio: 498/121;
  max-width: 498px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p_areaNew__title {
    aspect-ratio: 350/126;
  }
}

.p_areaNew--pr-gekihenkanwa {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p_areaNew--pr-gekihenkanwa {
    padding-top: 60px;
  }
}

.p_areaNew--pr-gekihenkanwa .p_areaNew__box_list {
  padding-top: 10px;
}

/* 業種別sim */
.p_areaNew__job_image {
  background-color: #0168b6;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 32px;
  margin-inline: auto;
}

.p_areaNew__job_image.is-1 {
  -webkit-mask-image: url(/assets/icon_food.svg);
  mask-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/ee4291284bc346f7bcf34b8be70eb19b/icon_food.svg);


}

.p_areaNew__job_image.is-2 {
  -webkit-mask-image: url(/assets/icon_salon.svg);
  mask-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/7399a188d7334768ae5acad010334709/icon_salon.svg);


}

.p_areaNew__job_image.is-3 {
  -webkit-mask-image: url(/assets/icon_clinic.svg);
  mask-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/38662f2c09714835866e02eb82cd4bc4/icon_clinic.svg);


}

.p_areaNew__job_image.is-4 {
  -webkit-mask-image: url(/assets/icon_pharmacy.svg);
  mask-image: url(https://looop-denki.com/api/image?imageName=56cef93f115045f3b0476a8d347146fc/85151641cc734bbfb25830469e56ab81/icon_pharmacy.svg);


}

/* チェックされた時 */
.p_areaNew__radio_input:checked+.p_areaNew__life_box_label .p_areaNew__job_image {
  background-color: #fff;
}

.p_areaNew__current-select-item-label-note {
  line-height: 1.3;
}

/* ecocuto */
.p_areaNew__ecocuto_list {
  display: grid;
  place-items: center;
  gap: 16px;
  margin-top: 18px;
}

.p_areaNew__ecocuto-list-item {
  cursor: pointer;
  border: 1px solid #0168b6;
  border-radius: 8px;
  box-shadow: 0px 3px 0px #00589B;
  width: 100%;
}

.p_areaNew__ecocuto-list-item.is-hide {
  display: none;
}

.p_areaNew__ecocuto-list-item-label {
  padding: 28px clamp(0.5rem, -0.071rem + 1.19vw, 1rem);
  display: grid;
  place-items: center;
}

/* checked時 */
.p_areaNew__ecocuto-list-item:has(.p_areaNew__radio_input:checked) {
  color: #fff;
  background-color: #0168b6;
}

.p_areaNew__ecocuto-list-item:has(.p_areaNew__radio_input:checked) .p_areaNew__ecocuto_text {
  color: #fff;
}

.p_areaNew__ecocuto_content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 200px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 50px 1fr;
  -webkit-box-align: center;
  align-items: center;
  place-items: center;
  gap: 14px;
}

.p_areaNew__ecocuto_icon {
  aspect-ratio: 50/52;
  max-width: 50px;
  width: 100%;
}

.p_areaNew__ecocuto_text {
  font-weight: 700;
  display: grid;
  place-items: center;
  color: #0168b6;
}

.p_areaNew__ecocuto-box,
.p_areaNew__ecocuto-box-contents {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {

  .p_areaNew__ecocuto-box,
  .p_areaNew__ecocuto-box-contents {
    margin-top: 20px;
  }
}

.p_areaNew__ecocuto-box-title {
  font-weight: bold;
  color: #0168b6;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_areaNew__ecocuto-box-title {
    font-size: 22px;
  }
}

.p_areaNew__box_title_content_wrap.p_areaNew__box_title_content_wrap--pb40 {
  padding-bottom: 40px;
}

.p_areaNew__map_box_item:has(.p_areaNew__radio_input:disabled) .p_areaNew__map_box_label {
  cursor: revert;
  background-color: #ccc;
}

.p_areaNew__ecocuto-list-item:has(.p_areaNew__radio_input:disabled) .p_areaNew__ecocuto-list-item-label {
  cursor: revert;
  background-color: #ccc;
}

.p_areaNew__titleTextImage {
  aspect-ratio: 498/121;
  max-width: 498px;
  width: 100%;
  margin-inline: auto;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p_areaNew__titleTextImage {
    padding-top: 80px;
  }
}

.p_areaNew__box_title_content_inner {
  container-type: inline-size;
}

.p_areaNew__price_balloon-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-margin-before: 4px;
  margin-block-start: 4px;
}

@container (max-width: 580px) {
  .p_areaNew__price_balloon-wrap {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.p_areaNew__price_balloon.p_areaNew__price_balloon--imadake {
  position: relative;
  top: 10px;
  bottom: revert;
  margin: revert;
  font-size: 15px;
  padding: 16px 8px;
}

@container (max-width: 580px) {
  .p_areaNew__price_balloon.p_areaNew__price_balloon--imadake {
    font-size: clamp(10px, 2cqi, 12px);
    padding: 16px 4px;
  }
}

.p_areaNew__price_balloon.p_areaNew__price_balloon--imadake::before {
  position: absolute;
  margin: revert;
  top: 0;
  left: revert;
  right: 20%;
  translate: 0 -100%;
}

.p_areaNew__price_balloon.p_areaNew__price_balloon--imadake .p_areaNew__price_balloon_note {
  -webkit-margin-before: 4px;
  margin-block-start: 4px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_title_content_inner:has(.p_areaNew__price_balloon--imadake) {
    padding-inline: 8px;
  }
}

.p_areaNew__box_item_wrap--pr-smarttimeone {
  grid-template-columns: repeat(2, 1fr) !important;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item_wrap--pr-smarttimeone {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_areaNew__box_item_wrap--pr-smarttimeone .p_areaNew__box_item--pr-f+.p_areaNew__box_item--pr-f::before {
  left: -7%;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item_wrap--pr-smarttimeone .p_areaNew__box_item--pr-f+.p_areaNew__box_item--pr-f::before {
    left: 0;
    margin-inline: auto;
  }
}

.p_areaNew__outerTitle {
  max-width: 618px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 80px;
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p_areaNew__outerTitle {
    padding-bottom: 23px;
  }
}

.p_areaNew--smarttimeone .p_areaNew__month-list {
  text-align: left;
}

.p_areaNew--smarttimeone .p_areaNew__month-list-body {
  text-align: left;
}

.p_areaNew__map--2025 {
  max-width: 400px;
}

.p_areaNew__box_item_wrap.p_areaNew__box_item_wrap--2column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item_wrap.p_areaNew__box_item_wrap--2column {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
}

.p_areaNew__box_item_wrap--2column .p_areaNew__box_item--pr-f+.p_areaNew__box_item--pr-f::before {
  left: -43px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__box_item_wrap--2column .p_areaNew__box_item--pr-f+.p_areaNew__box_item--pr-f::before {
    left: 0;
  }
}

.p_areaNew__box_item_wrap--2column .p_areaNew__box_item {
  width: revert;
}

.p_areaNew__box_item_wrap--2column .p_areaNew__box_item+.p_areaNew__box_item {
  margin-top: revert;
}

.p_areaNew__price_balloon-note {
  color: var(--color-yellow);
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon-note {
    font-size: 12px;
  }
}

.p_areaNew--pr-i {
  --translateY: -70px;
  position: relative;
  -webkit-padding-after: calc(130px + var(--translateY));
  padding-block-end: calc(130px + var(--translateY));
}

@media screen and (max-width: 768px) {
  .p_areaNew--pr-i {
    --translateY: -40px;
    -webkit-padding-after: calc(100px + var(--translateY));
    padding-block-end: calc(100px + var(--translateY));
  }
}

.p_areaNew--pr-i .p_areaNew__inner {
  translate: 0 var(--translateY);
}

.p_areaNew__titleTextImage--all-electrification {
  -webkit-margin-before: -30px;
  margin-block-start: -30px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__titleTextImage--all-electrification {
    -webkit-margin-before: -20px;
    margin-block-start: -20px;
  }
}

.p_areaNew__tokyo-contents,
.p_areaNew__tokyo-gas-contents {
  -webkit-padding-after: calc(40 * var(--to-rem));
  padding-block-end: calc(40 * var(--to-rem));
}

@media screen and (max-width: 768px) {

  .p_areaNew__tokyo-contents,
  .p_areaNew__tokyo-gas-contents {
    -webkit-margin-before: calc(-20 * var(--to-rem));
    margin-block-start: calc(-20 * var(--to-rem));
    -webkit-padding-after: revert;
    padding-block-end: revert;
  }
}

.p_areaNew__tokyo-contents img,
.p_areaNew__tokyo-gas-contents img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.p_areaNew__tokyo-contents {
  aspect-ratio: 992/686;
  max-width: calc(992 * var(--to-rem));
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p_areaNew__tokyo-contents {
    aspect-ratio: 354/953;
    max-width: calc(354 * var(--to-rem));
  }
}

.p_areaNew__tokyo-gas-contents {
  aspect-ratio: 992/697;
  max-width: calc(992 * var(--to-rem));
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p_areaNew__tokyo-gas-contents {
    aspect-ratio: 354/890;
    max-width: calc(354 * var(--to-rem));
  }
}

.p_areaNew--202507.is-cp .p_areaNew__bottom_area {
  -webkit-margin-before: revert;
  margin-block-start: revert;
}

.p_areaNew__price_balloon--campaign {
  max-width: calc(420 * var(--to-rem));
  padding-inline: calc(16 * var(--to-rem));
  font-size: calc(16 * var(--to-rem));
  position: relative;
  bottom: revert;
  -webkit-margin-before: calc(16 * var(--to-rem));
  margin-block-start: calc(16 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon--campaign {
    position: absolute;
    bottom: -88px;
  }
}

.p_areaNew__price_balloon--campaign strong {
  font-weight: var(--fw-bold);
}

.p_areaNew__price-balloon-text-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price-balloon-text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.p_areaNew__price_balloon-logo {
  aspect-ratio: 170/32;
  max-width: calc(170 * var(--to-rem));
  margin-inline: auto;
  display: grid;
}

.p_areaNew__price_balloon-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_areaNew__simulation-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  color: #0168b6;
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}

.p_areaNew__simulation-title::after {
  display: block;
  width: 54px;
  height: 4px;
  margin: 24px auto 0;
  overflow: hidden;
  content: "";
  background: -webkit-linear-gradient(left, #0168b6 50%, #fee100 0);
  background: linear-gradient(90deg, #0168b6 50%, #fee100 0);
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__simulation-title {
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.p_areaNew__simulation-subtitle {
  font-size: 24px;
  display: block;
  padding-bottom: 8px;
  line-height: 1.875;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_areaNew__simulation-subtitle {
    font-size: 16px;
  }
}

.p_areaNew__price_balloon {
  line-height: 1.3;
  font-size: calc(18 * var(--to-rem));
}

.p_areaNew__price_balloon small {
  font-size: calc(16 * var(--to-rem));
}

.p_areaNew__price_balloon strong {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon {
    font-size: calc(14 * var(--to-rem));
  }

  .p_areaNew__price_balloon small {
    font-size: calc(14 * var(--to-rem));
  }
}

.p_areaNew .p_areaNew__inner {
  padding-inline: 0;
}

.p_areaNew__price_box_contents_text {
  font-size: calc(32 * var(--to-rem));
  display: block;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_box_contents_text {
    margin-top: 8px;
    font-size: calc(22 * var(--to-rem));
  }
}

.p_areaNew__price_balloon--tokyo {
  position: relative;
  bottom: revert;
  -webkit-margin-before: 12px;
  margin-block-start: 12px;
}

.p_areaNew__price_balloon--tokyo strong {
  font-weight: var(--fw-bold);
  font-size: calc(18 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon--tokyo strong {
    font-size: calc(14 * var(--to-rem));
  }
}

/* ===============================================
# オール電気化LP：シミュレーション結果
=============================================== */
.p_areaNew__result-ae--all-electrification {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: clamp(32 * var(--to-rem), 8cqi, 60 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew__result-ae--all-electrification {
    gap: calc(16 * var(--to-rem));
  }
}

.p_areaNew__result-ae_left {
  display: grid;
  width: min(300 * var(--to-rem), 100%);
}

.p_areaNew__result-ae_illustration-wrap {
  position: relative;
  width: min(300 * var(--to-rem), 100%);
  text-align: center;
}

.p_areaNew__result-ae_illustration {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p_areaNew__result-ae_illustration.is-active {
  position: relative;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.p_areaNew__result-ae_illustration.is-active[data-people="1"] {
  aspect-ratio: 108/120;
  width: 60%;
  margin-inline: auto;
}

.p_areaNew__result-ae_illustration.is-active[data-people="2"] {
  aspect-ratio: 182/120;
}

.p_areaNew__result-ae_illustration.is-active[data-people="3"] {
  aspect-ratio: 168/120;
}

.p_areaNew__result-ae_illustration.is-active[data-people="4"] {
  aspect-ratio: 120/120;
  width: 60%;
  margin-inline: auto;
}

.p_areaNew__result-ae_badge {
  display: block;
  text-align: center;
  padding: calc(12 * var(--to-rem)) calc(16 * var(--to-rem));
  background-color: var(--color-white);
  border-radius: calc(infinity * 1px);
  color: var(--color-primary);
  font-size: calc(16 * var(--to-rem));
  font-weight: var(--fw-bold);
}

@media screen and (max-width: 768px) {
  .p_areaNew__result-ae_badge {
    font-size: calc(10 * var(--to-rem));
    padding: calc(6 * var(--to-rem)) calc(8 * var(--to-rem));
  }
}

.p_areaNew__result-ae_right {
  /* display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; */
  width: min(446 * var(--to-rem), 100%);
}

.p_areaNew__result-ae_price--all-electrification {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .p_areaNew__result-ae_price--all-electrification {
    gap: 4px;
  }
}

.p_areaNew__result-ae_price--all-electrification .p_areaNew__price_box_title {
  font-size: calc(32 * var(--to-rem));
  line-height: 1.45;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

@media screen and (max-width: 768px) {
  .p_areaNew__result-ae_price--all-electrification .p_areaNew__price_box_title {
    font-size: calc(16 * var(--to-rem));
  }
}

.p_areaNew__result-ae_price--all-electrification .p_areaNew__price_box_underline_text {
  font-size: min(90 * var(--to-rem), 5.625rem);
}

@media screen and (max-width: 768px) {
  .p_areaNew__result-ae_price--all-electrification .p_areaNew__price_box_underline_text {
    font-size: calc(40 * var(--to-rem));
  }
}

.p_areaNew__result-ae_price--all-electrification .p_areaNew__price_box_underline_text_unit {
  font-size: calc(40 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew__result-ae_price--all-electrification .p_areaNew__price_box_underline_text_unit {
    font-size: calc(18 * var(--to-rem));
  }
}

.p_areaNew__result-ae_price--all-electrification .p_areaNew__price_box_contents_text {
  font-size: calc(32 * var(--to-rem));
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .p_areaNew__result-ae_price--all-electrification .p_areaNew__price_box_contents_text {
    font-size: calc(16 * var(--to-rem));
  }
}

.p_areaNew__result-ae_price-row--all-electrification {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: end;
  align-items: flex-end;
  gap: 4px;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.p_areaNew__result-ae_price-row--all-electrification .p_areaNew__price_box_contents_text {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

@media screen and (max-width: 768px) {
  .p_areaNew__result-ae_price-row--all-electrification .p_areaNew__price_box_contents_text {
    flex-basis: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p_areaNew__result-ae_price-row--all-electrification {
    gap: 12px;
  }
}

/* .p_areaNew__result-ae-omakase-wari-image {
  aspect-ratio: 832/524;
  width: min(832 * var(--to-rem), 100%);
  margin-inline: auto;
} */

.p_areaNew__result-ae-omakase-wari-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .p_areaNew__result-ae-omakase-wari-image {
    aspect-ratio: 296/395;
    width: min(296 * var(--to-rem), 100%);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .p_areaNew--all-electrification .p_areaNew__month-list {
    -webkit-margin-before: calc(32 * var(--to-rem));
    margin-block-start: calc(32 * var(--to-rem));
  }
}

.p_areaNew--all-electrification .p_areaNew__link_text {
  -webkit-margin-before: calc(40 * var(--to-rem));
  margin-block-start: calc(40 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew--all-electrification .p_areaNew__link_text {
    -webkit-margin-before: calc(20 * var(--to-rem));
    margin-block-start: calc(20 * var(--to-rem));
  }
}

.p_areaNew__bottom_area-link {
  color: var(--color-text);
  display: inline-block;
  -webkit-margin-before: calc(32 * var(--to-rem));
  margin-block-start: calc(32 * var(--to-rem));
  font-size: calc(18 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew__bottom_area-link {
    font-size: calc(14 * var(--to-rem));
  }
}

/* ===============================================
# ガス訴求の改修
=============================================== */
.p_areaNew__gas-contents {
  width: min(992 * var(--to-rem), 100%);
  margin-inline: auto;
  -webkit-margin-after: calc(48 * var(--to-rem));
  margin-block-end: calc(48 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew__gas-contents {
    width: min(354 * var(--to-rem), 100%);
    -webkit-margin-after: calc(30 * var(--to-rem));
    margin-block-end: calc(30 * var(--to-rem));
  }
}

.p_areaNew__gas-contents img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_areaNew__gas-contents--solo {
  aspect-ratio: 992/408;
}

@media screen and (max-width: 768px) {
  .p_areaNew__gas-contents--solo {
    aspect-ratio: 354/486;
  }
}

.p_areaNew__gas-contents--without-solo {
  aspect-ratio: 992/866;
}

@media screen and (max-width: 768px) {
  .p_areaNew__gas-contents--without-solo {
    aspect-ratio: 354/1095;
  }
}

.l-inner {
  max-width: 1250px;
  margin-inline: auto;
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-inner--s {
  max-width: 1186px;
}

@media screen and (max-width: 768px) {
  .l-inner--s {
    padding: revert;
  }
}

.u_text {
  line-height: 1.4;
}

.u_text__block {
  display: block;
}

.u_text__inlineBlock {
  display: inline-block;
}

.u_text__caution {
  padding-left: 1em;
  text-indent: -1em;
}

.u_text__caution>a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (any-hover: hover) {
  .u_text__caution>a:hover {
    text-decoration: none;
  }
}

.u_text__caution2 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.u_text__underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.u_text__num {
  color: var(--color-red);
  font-family: "Oswald";
}

.u_text__indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u_text__indent--2 {
  padding-left: 2em;
}

.u_text--mt1em {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
}

.u_text__title-bottom-line {
  position: relative;
}

.u_text__title-bottom-line::after {
  background: -webkit-linear-gradient(left, #0068b6 50%, #fee100 0);
  background: linear-gradient(90deg, #0068b6 50%, #fee100 0);
  border-radius: 10px;
  content: "";
  display: block;
  height: 5px;
  margin: 29px auto 0;
  overflow: hidden;
  width: 54px;
  translate: 0 8px;
}

@media screen and (max-width: 768px) {
  .u_text__title-bottom-line::after {
    margin-top: 9px;
    width: 48px;
    height: 4px;
  }
}

.u_text__mt0 {
  margin-top: 0;
}

.u_text__red {
  color: var(--color-red);
}

.u_text__white {
  color: var(--color-white);
}

.u_text__yellow {
  color: #FEE100;
}

.u_text__mt-1em {
  margin-top: 1em;
  display: inline-block;
}

.u_text__blue {
  color: var(--color-primary);
}

.u_text__marker {
  background: -webkit-linear-gradient(top, transparent 60%, #FEE100 0);
  background: linear-gradient(180deg, transparent 60%, #FEE100 0);
  border-radius: 10px;
}

.u_text__bold {
  font-weight: var(--fw-bold);
}

.u_text__link-black {
  color: var(--color-black);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (any-hover: hover) {
  .u_text__link-black:hover {
    text-decoration: none;
  }
}

.u_text__md {
  font-size: calc(15 * var(--to-rem));
  line-height: 1.5;
}

.u_text__title-sm {
  font-size: calc(18 * var(--to-rem));
  line-height: 1.4;
}

.u_text__title-md {
  font-size: calc(24 * var(--to-rem));
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .u_text__title-md {
    font-size: calc(20 * var(--to-rem));
  }
}

.u_text__title-lg {
  font-size: calc(32 * var(--to-rem));
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .u_text__title-lg {
    font-size: calc(24 * var(--to-rem));
  }
}

.u_text__fz11 {
  font-size: calc(11 * var(--to-rem));
  line-height: 1.4;
}

.u_border__radius30 {
  border-radius: 30px;
}

.u_border__top-dashed {
  border-top: 2px dashed rgba(1, 104, 182, 0.2);
  -webkit-margin-before: calc(48 * var(--to-rem));
  margin-block-start: calc(48 * var(--to-rem));
  -webkit-padding-before: calc(48 * var(--to-rem));
  padding-block-start: calc(48 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .u_border__top-dashed {
    -webkit-margin-before: calc(30 * var(--to-rem));
    margin-block-start: calc(30 * var(--to-rem));
    -webkit-padding-before: calc(30 * var(--to-rem));
    padding-block-start: calc(30 * var(--to-rem));
  }
}

.u_border__top-dashed--small {
  -webkit-margin-before: calc(20 * var(--to-rem));
  margin-block-start: calc(20 * var(--to-rem));
  -webkit-padding-before: calc(20 * var(--to-rem));
  padding-block-start: calc(20 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .u_border__top-dashed--small {
    -webkit-margin-before: calc(16 * var(--to-rem));
    margin-block-start: calc(16 * var(--to-rem));
    -webkit-padding-before: calc(16 * var(--to-rem));
    padding-block-start: calc(16 * var(--to-rem));
  }
}

.u_border__right-dashed {
  border-right: 2px dashed rgba(1, 104, 182, 0.2);
}

.u_border__bottom-dashed {
  border-bottom: 2px dashed rgba(1, 104, 182, 0.2);
}

.u_border__left-dashed {
  border-left: 2px dashed rgba(1, 104, 182, 0.2);
}

.p_points-pr-f__wrap {
  display: -webkit-box;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 2px dashed rgba(1, 104, 182, 0.2);
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    gap: 30px;
    padding-bottom: 30px;
  }
}

.p_points-pr-f__wrap:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.p_points-pr-f__textArea {
  width: 50%;
  -webkit-box-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__textArea {
    width: 100%;
  }
}

.p_points-pr-f__textAreaTitle {
  text-align: center;
}

.p_points-pr-f__textAreaContent {
  font-size: 15px;
  line-height: 1.7333333333;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__textAreaContent {
    margin-top: 16px;
  }
}

.p_points-pr-f__textAreaContent--2308 {
  margin-top: 0;
}

.p_points-pr-f__textAreaNote {
  font-size: 10px;
  line-height: 1.4;
  display: block;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__textAreaNote {
    margin-top: 8px;
  }
}

.p_points-pr-f__imageArea {
  width: 50%;
  -webkit-box-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__imageArea {
    width: 100%;
  }
}

.p_points-pr-f__imageItem {
  width: 100%;
}

.p_points-pr-f__movieWrap {
  max-width: 663px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-align: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__movieWrap {
    margin-top: 30px;
    gap: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    max-width: none;
  }
}

.p_points-pr-f__movieTitle {
  font-size: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__movieTitle {
    color: #0168b6;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__movieTitleImage {
    display: none;
  }
}

.p_points-pr-f__movieCopy {
  display: none;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__movieCopy {
    display: -webkit-inline-box;
    display: inline-flex;
    color: #0168b6;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
  }

  .p_points-pr-f__movieCopy::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #FEE100;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 51% 95%);
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 51% 95%);
    margin-right: 2px;
  }

  .p_points-pr-f__movieCopy::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #FEE100;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-clip-path: polygon(0 8%, 100% 0, 51% 95%, 0 100%);
    clip-path: polygon(0 8%, 100% 0, 51% 95%, 0 100%);
  }
}

.p_points-pr-f__youtubeWrap {
  max-width: 368px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__youtubeWrap {
    max-width: none;
  }
}

.p_points-pr-f__wrapImage {
  gap: 32px;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 2px dashed rgba(1, 104, 182, 0.2);
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__wrapImage {
    border-top: 0 dashed rgba(1, 104, 182, 0.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    gap: 30px;
    padding-bottom: 30px;
  }

  .p_points-pr-f__wrapImage .p_points-pr-f__textAreaContent {
    margin-top: 0;
  }
}

.p_points-pr-f__wrapImage .p_points-pr-f__textAreaContent {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__wrapImage .p_points-pr-f__textAreaContent {
    font-size: 15px;
  }
}

.p_points-pr-f__wrapImage .p_points-pr-f__textAreaNote {
  margin-top: 5px;
}

.p_points-pr-f__wrapImage--nonBorderBottom {
  border-bottom: none;
  padding-bottom: 0;
}

.p_points-pr-f__titleImage {
  margin-top: 30px;
}

.p_points-pr-f+.p_points-pr-f {
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f+.p_points-pr-f {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.p_points-pr-f__textWrap--pr-f {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__textWrap--pr-f {
    margin-top: 0;
  }
}

.p_points-pr-f__catch {
  color: #0168b6;
  font-weight: bold;
  display: grid;
  place-items: center;
  gap: 8px;
}

.p_points-pr-f__catch--sub {
  font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
}

.p_points-pr-f__catch--main {
  font-size: clamp(1.313rem, 1rem + 1.56vw, 1.75rem);
  text-align: center;
}

.p_points-pr-f__catch--main small {
  font-size: 20px;
}

.p_points-pr-f__caution {
  font-size: 12px;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__caution {
    font-size: 10px;
    margin-top: 20px;
  }
}

.p_points-pr-f__sub-catch {
  color: #0168b6;
  font-weight: bold;
  font-size: 24px;
  margin-inline: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__sub-catch {
    font-size: 22px;
  }
}

.p_points-pr-f__howItems {
  margin-top: 32px;
  display: grid;
  place-items: center;
  -webkit-box-align: start;
  align-items: start;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__howItems {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
}

.p_points-pr-f__howItem {
  max-width: 480px;
  width: 100%;
}

.p_points-pr-f__link {
  text-align: center;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__link {
    margin-top: 20px;
  }
}

.p_points-pr-f__wrap--center {
  -webkit-box-pack: center;
  justify-content: center;
}

.p_points-pr-f__title--app {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__title--app {
    text-align: center;
    font-size: 24px;
  }
}

.p_points-pr-f__title--app small {
  display: block;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f__title--app small {
    font-size: 18px;
  }
}

.p_points-pr-f__app-image {
  max-width: 267px;
  width: 100%;
}

.p_points-pr-f__app-image img {
  aspect-ratio: 267/334;
}

.p_points-pr-f--grid {
  display: grid;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .p_points-pr-f--grid {
    gap: 30px;
  }
}

.p_points-pr-f--center {
  text-align: center;
}

.p_points-pr-f__image--1a {
  max-width: 119px;
  width: 100%;
}

.p_points-pr-f__image--1a img {
  aspect-ratio: 119/200;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_points-pr-f__catch--1a {
  max-width: 380px;
  width: 100%;
}

.p_points-pr-f__2a-title {
  text-align: center;
}

.p_points-pr-f__link--fv {
  display: none;
}

.p_points-pr-f__link--fv.is-active {
  display: block;
}

.u_color__white {
  color: #fff;
}

.u_color__black {
  color: #1f1f1f;
}

.u_color__primary {
  color: #0168b6;
}

.u_color__red {
  color: #e85f5f;
}

.u_color__green {
  color: #49C6AF;
}

.u_color__bg-white {
  background-color: #fff;
}

.u_color__bg-skyblue {
  background-color: #EDF6FC;
}

.u_color__marker-yellow {
  background: -webkit-linear-gradient(transparent 70%, #FEE100 0%);
  background: linear-gradient(transparent 70%, #FEE100 0%);
  display: inline;
}

.p_example__wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  -webkit-box-align: center;
  align-items: center;
  place-items: center;
  display: none;
}

@media screen and (max-width: 768px) {
  .p_example__wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
  }
}

.p_example__wrap.is-active,
.p_example__wrap--show {
  display: grid;
}

.p_example__textImage {
  max-width: 493px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_example__textImage {
    max-width: 400px;
  }
}

.p_example__textImage img {
  aspect-ratio: 493/268;
}

@media screen and (max-width: 768px) {
  .p_example__textImage img {
    aspect-ratio: 302/331;
  }
}

.p_example__imageBox {
  border-radius: 15px;
  background-color: #EDF6FC;
  padding: 32px 34px;
  max-width: 472px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_example__imageBox {
    max-width: revert;
    padding: 24px;
  }
}

.p_example__image {
  max-width: 404px;
  width: 100%;
  aspect-ratio: 254/133;
}

@media screen and (max-width: 768px) {
  .p_example__image {
    max-width: revert;
  }
}

.p_example__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_example__image-new {
  aspect-ratio: 991/672;
  width: min(100%, 991px);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p_example__image-new {
    aspect-ratio: 318/871;
    width: min(100%, 500px);
  }
}

.p_example__image-new img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_example__note {
  font-size: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p_example__note {
    margin-top: 10px;
  }
}

.p_example__note span {
  display: block;
}

.p_example__caution-block {
  -webkit-margin-before: 48px;
  margin-block-start: 48px;
}

@media screen and (max-width: 768px) {
  .p_example__caution-block {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
  }
}

.p_example__caution-block p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #2C496B;
}

.p_example__caution-box {
  background-color: rgba(232, 95, 95, 0.1);
  border: 2px solid var(--color-red);
  border-radius: 16px;
  padding: calc(32 * var(--to-rem)) calc(40 * var(--to-rem));
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: calc(20 * var(--to-rem));
  -webkit-margin-before: calc(28 * var(--to-rem));
  margin-block-start: calc(28 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_example__caution-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: calc(20 * var(--to-rem));
    gap: calc(16 * var(--to-rem));
  }
}

.p_example__caution-icon {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: calc(48 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_example__caution-icon {
    width: calc(40 * var(--to-rem));
  }
}

.p_example__caution-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_example__caution-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .p_example__caution-list {
    gap: 10px;
  }
}

.p_example__caution-item {
  display: -webkit-box;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .p_example__caution-item {
    gap: 6px;
  }
}

.p_example__caution-check {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: calc(18 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_example__caution-check {
    width: calc(16 * var(--to-rem));
  }
}

.p_example__caution-check img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_example__caution-text {
  font-size: calc(15 * var(--to-rem));
  line-height: 1.6;
  color: var(--color-red);
  font-weight: var(--fw-medium);
}

@media screen and (max-width: 768px) {
  .p_example__caution-text {
    font-size: calc(14 * var(--to-rem));
  }
}

.p_example__caution-text small {
  font-size: calc(14 * var(--to-rem));
  line-height: 1.6;
}

.p_example__caution-notes {
  -webkit-margin-before: calc(24 * var(--to-rem));
  margin-block-start: calc(24 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_example__caution-notes {
    -webkit-margin-before: calc(20 * var(--to-rem));
    margin-block-start: calc(20 * var(--to-rem));
  }
}

.p_example__caution-note {
  font-size: calc(14 * var(--to-rem));
  line-height: 1.6;
  color: oklch(from var(--color-light-grey) l c h/0.7);
}

.p_example--2025 {
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .p_example--2025 {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.p_procedureItems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(20 * var(--to-rem));
  margin-top: calc(32 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_procedureItems {
    grid-template-columns: repeat(1, 1fr);
    margin-top: calc(20 * var(--to-rem));
    gap: calc(10 * var(--to-rem));
  }
}

.p_procedureItems__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 20px;
  padding: 40px 20px;
  border-radius: 8px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p_procedureItems__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 20px;
    gap: 16px;
  }
}

.p_procedureItems__itemImage {
  max-width: 40px;
  width: 100%;
}

.p_procedureItems__itemImage img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_procedureItems__itemTitle {
  font-weight: bold;
  font-size: clamp(0.875rem, -0.571rem + 3.01vw, 1.5rem);
}

@media screen and (max-width: 768px) {
  .p_procedureItems__itemTitle {
    font-size: clamp(0.875rem, -0.839rem + 8.57vw, 1.25rem);
  }
}

.c-button {
  --button-width: calc(320 * var(--to-rem));
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 24px;
  display: grid;
  place-items: center;
  text-align: center;
  max-width: var(--button-width);
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 0px 0px var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 60px;
}

.c-button[data-rounded=medium] {
  border-radius: 16px;
  font-size: calc(20 * var(--to-rem));
  padding-block: calc(20 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .c-button[data-rounded=medium] {
    font-size: calc(16 * var(--to-rem));
    padding-block: calc(18 * var(--to-rem));
  }
}

.c-button[data-rounded=large] {
  border-radius: 60px;
}

.c-button[data-round=sm] {
  border-radius: 16px;
}

.c-button[data-round=sm] {
  border-radius: 16px;
}

.c-button:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button--cta {
  background-color: #e85f5f;
  color: #fff;
  font-size: 22px;
  border-radius: 10px;
  padding: 15px 24px;
  box-shadow: 0px 4px 0px 0px #D63434;
}

@media screen and (max-width: 768px) {
  .c-button--cta {
    font-size: 20px;
    padding: 19px clamp(0.5rem, -0.036rem + 2.68vw, 1.25rem);
  }
}

.c-button--cta .c-button__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 41px;
}

@media screen and (max-width: 768px) {
  .c-button--cta .c-button__body {
    gap: clamp(0.5rem, -0.482rem + 4.91vw, 1.875rem);
  }
}

.c-button--cta .c-button__text-wrap {
  display: inline-grid;
  gap: 4px;
}

.c-button--cta .c-button__sub {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.c-button--cta .c-button__exclamation {
  display: inline-block;
  -webkit-transform: rotate(20deg) translate(4px, -1px);
  transform: rotate(20deg) translate(4px, -1px);
  font-size: 20px;
}

.c-button--cta .c-button__left-icon {
  max-width: 40px;
}

@media screen and (max-width: 768px) {
  .c-button--cta .c-button__left-icon {
    max-width: 34px;
  }
}

.c-button--cta .c-button__right-icon {
  max-width: 24px;
}

@media screen and (max-width: 768px) {
  .c-button--cta .c-button__right-icon {
    max-width: 20px;
  }
}

.c-button--end {
  background-color: #5F5F5F;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  max-width: 600px;
  margin-inline: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-button--end {
    font-size: clamp(1.125rem, 0.857rem + 1.34vw, 1.5rem);
  }
}

.c-button--yellow {
  background-color: #FEE100;
  color: #464646;
  box-shadow: 0px 4px 0px 0px #E0BF04;
}

.c-button--white {
  background-color: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0px 4px 0px 0px var(--color-darkPrimary);
}

.c-button__sub-catch {
  font-size: calc(12 * var(--to-rem));
  font-weight: var(--fw-bold);
}

.c-button--full {
  max-width: 100%;
}

.p_points-2025__point-block {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 1rem;
  -webkit-margin-after: 48px;
  margin-block-end: 48px;
}

@media screen and (max-width: 768px) {
  .p_points-2025__point-block {
    -webkit-margin-after: revert;
    margin-block-end: revert;
  }
}

.p_points-2025__point-title {
  color: #0168b6;
  font-weight: bold;
  font-size: calc(30 * var(--to-rem));
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p_points-2025__point-title {
    font-size: calc(20 * var(--to-rem));
  }
}

.p_points-2025__point-title strong {
  font-size: calc(40 * var(--to-rem));
  font-weight: var(--fw-bold);
}

@media screen and (max-width: 768px) {
  .p_points-2025__point-title strong {
    font-size: revert;
  }
}

.p_points-2025__point-title--large {
  font-size: calc(40 * var(--to-rem));
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p_points-2025__point-title--large {
    font-size: clamp(22 * var(--to-rem), 0.994rem + 1.9vw, 24 * var(--to-rem));
  }
}

.p_points-2025__point-text {
  font-size: calc(15 * var(--to-rem));
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .p_points-2025__point-text {
    font-size: calc(13 * var(--to-rem));
  }
}

.p_points-2025__point-text strong {
  font-weight: var(--fw-bold);
  font-size: calc(18 * var(--to-rem));
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .p_points-2025__point-text strong {
    font-size: calc(15 * var(--to-rem));
  }
}

.p_points-2025-voice__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(480px, 100%), 1fr));
  gap: 16px;
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

@media screen and (max-width: 768px) {
  .p_points-2025-voice__items {
    gap: 12px;
    -webkit-margin-before: 16px;
    margin-block-start: 16px;
  }
}

.p_points-2025-voice__item {
  border-radius: 15px;
  background-color: #EDF6FC;
  padding: 28px 32px;
}

@media screen and (max-width: 768px) {
  .p_points-2025-voice__item {
    padding: 16px;
  }
}

.p_points-2025-voice__item-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 12px;
}

.p_points-2025-voice__item-text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}

.p_points-2025-voice__item-icon {
  aspect-ratio: 1/1;
  max-width: 64px;
  width: 100%;
  flex-shrink: 0;
}

.p_points-2025__review-image {
  aspect-ratio: 916/515;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_points-2025__review-image {
    aspect-ratio: 310/423;
  }
}

.p_points-2025__review-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_points-2025__point3-title {
  font-size: clamp(2rem, 1.111rem + 1.85vw, 2.5rem);
}

@media screen and (max-width: 768px) {
  .p_points-2025__point3-title {
    font-size: 22px;
    display: grid;
    place-items: center;
  }
}

.p_points-2025__point3-title .u_text__red {
  font-size: 80px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p_points-2025__point3-title .u_text__red {
    font-size: 40px;
  }
}

.p_points-2025__point3-title--large {
  font-size: clamp(2.875rem, 1.319rem + 3.24vw, 3.75rem);
}

@media screen and (max-width: 768px) {
  .p_points-2025__point3-title--large {
    font-size: 28px;
  }
}

.p_points-2025__point3-image-wrap {
  background-color: #EDF6FC;
  border-radius: 15px;
  padding: 16px;
  display: grid;
  place-items: center;
}

.p_points-2025__blue-block {
  border-radius: 15px;
  background-color: #EDF6FC;
  padding: 28px 32px;
}

@media screen and (max-width: 768px) {
  .p_points-2025__blue-block {
    padding: 16px;
  }
}

.p_points-2025__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p_points-2025__row {
    grid-template-columns: 1fr;
  }
}

.p_points-2025__point3-block {
  display: grid;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .p_points-2025__point3-block {
    gap: 16px;
    text-align: center;
  }
}

.p_points-2025__point3-image-wrap {
  display: grid;
  place-items: center;
}

.p_points-2025__point3-image {
  aspect-ratio: 226/172;
  max-width: 226px;
  width: 100%;
}

.p_points-2025__point3-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_points-cancellation-1__image {
  aspect-ratio: 460/171;
  max-width: 460px;
  width: 100%;
  margin-inline: auto;
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

@media screen and (max-width: 768px) {
  .p_points-cancellation-1__image {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    max-width: 310px;
  }
}

.p_points-cancellation-1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_points-2025__point-note {
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p_points-2025__point-note {
    -webkit-box-ordinal-group: 5;
    order: 4;
    text-align: left;
  }
}

.p_point-smarttimeone__block {
  display: grid;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .p_point-smarttimeone__block {
    display: contents;
    text-align: center;
  }
}

.p_points-2025-smarttimeone__row {
  display: grid;
  grid-template-columns: auto minmax(0, 334px);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p_points-2025-smarttimeone__row {
    grid-template-columns: 1fr;
    place-items: center;
  }
}

.p_point-smarttimeone__image {
  aspect-ratio: 334/300;
  max-width: 334px;
  width: 100%;
}

.p_point-smarttimeone__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .p_point-smarttimeone__image {
    max-width: 222px;
  }
}

.p_point-price__image-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  gap: calc(48 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_point-price__image-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: calc(30 * var(--to-rem));
  }
}

.p_point-price__image {
  aspect-ratio: 472/264;
  max-width: calc(472 * var(--to-rem));
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p_point-price__image {
    aspect-ratio: 100%/146;
  }
}

.p_point-price__image:last-child {
  aspect-ratio: 472/312;
}

.p_point-price-2__image {
  aspect-ratio: 424/198;
}

.p_point-price-2__image-2 {
  aspect-ratio: 424/250;
}

.p_point-price__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_point-price__image-text {
  font-size: calc(17 * var(--to-rem));
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

@media screen and (max-width: 768px) {
  .p_point-price__image-text {
    font-size: calc(13 * var(--to-rem));
  }
}

.p-point-price-otoku__title {
  aspect-ratio: 417/72;
  max-width: 417px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-point-price-otoku__title {
    aspect-ratio: 311/72;
    max-width: 311px;
  }
}

.p-point-price-otoku__image {
  aspect-ratio: 422/258;
  max-width: 422px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-point-price-otoku__image {
    aspect-ratio: 262/381;
    max-width: 262px;
  }
}

.p-point-price-otoku__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p_point-price-otoku__image--yoninkazoku {
  aspect-ratio: 422/287;
}

@media screen and (max-width: 768px) {
  .p_point-price-otoku__image--yoninkazoku {
    aspect-ratio: 262/381;
  }
}

.p-point-price-otoku__image2 {
  aspect-ratio: 422/317;
  max-width: 422px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-point-price-otoku__image2 {
    aspect-ratio: 268/374;
    max-width: 268px;
  }
}

.p-point-price-otoku__image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-point-price-otoku__note-block {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.p-point-price-otoku__note {
  font-size: 12px;
  line-height: 1.4;
}

.u_mt0 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.u_mt10 {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}

.u_mt1em {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
}

u_mt20 {
  -webkit-margin-before: calc(20 * var(--to-rem));
  margin-block-start: calc(20 * var(--to-rem));
}

.u_mt30 {
  -webkit-margin-before: calc(32 * var(--to-rem));
  margin-block-start: calc(32 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .u_mt30 {
    -webkit-margin-before: calc(20 * var(--to-rem));
    margin-block-start: calc(20 * var(--to-rem));
  }
}

.u_mb40 {
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
}

@media screen and (max-width: 768px) {
  .u_mb40 {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
}

.u_pt0 {
  -webkit-padding-before: 0;
  padding-block-start: 0;
}

.u_pt20 {
  -webkit-padding-before: 20px;
  padding-block-start: 20px;
}

.u_pt80 {
  -webkit-padding-before: 80px;
  padding-block-start: 80px;
}

@media screen and (max-width: 768px) {
  .u_pt80 {
    -webkit-padding-before: 50px;
    padding-block-start: 50px;
  }
}

.u_pb0 {
  -webkit-padding-after: 0;
  padding-block-end: 0;
}

.u_pb--large {
  -webkit-padding-after: 130px;
  padding-block-end: 130px;
}

@media screen and (max-width: 768px) {
  .u_pb--large {
    -webkit-padding-after: 100px;
    padding-block-end: 100px;
  }
}

.u_section-padding {
  padding-block: var(--section-padding);
}

@media screen and (max-width: 768px) {
  .u_section-padding {
    padding-block: var(--section-padding-sp);
  }
}

.u_row__align-center {
  -webkit-box-align: center;
  align-items: center;
}

.u_blue-block {
  border-radius: 15px;
  background-color: var(--color-skyblue);
  padding: calc(16 * var(--to-rem));
}

.u_center {
  text-align: center;
}

.u-bg-skyblue {
  background-color: var(--color-skyblue);
}

.is-campaignEnd {
  display: none;
}

.is-campaignEnd.is-visible {
  display: block;
}

.u_alignCenter {
  text-align: center;
}

.u_sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.u_divider {
  background-color: var(--color-skyblue);
  height: 80px;
}

@media screen and (max-width: 768px) {
  .u_divider {
    height: 60px;
  }
}

.u_note {
  color: oklch(from var(--color-light-grey) l c h/0.7);
  font-size: calc(11 * var(--to-rem));
  line-height: 1.3;
  text-indent: -1em;
  -webkit-padding-start: 1em;
  padding-inline-start: 1em;
}

.p_cta-lead {
  text-align: center;
  color: var(--color-primary);
  font-weight: var(--fw-bold);
  font-size: calc(16 * var(--to-rem));
  -webkit-margin-after: calc(16 * var(--to-rem));
  margin-block-end: calc(16 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_cta-lead {
    font-size: calc(14 * var(--to-rem));
  }
}

.p_cta-phone {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: calc(28 * var(--to-rem)) calc(24 * var(--to-rem));
  border-radius: 15px;
  max-width: calc(720 * var(--to-rem));
  margin-inline: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_cta-phone {
    padding: calc(24 * var(--to-rem)) calc(16 * var(--to-rem));
  }
}

.p_cta-phone__lead {
  font-size: calc(14 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  -webkit-margin-after: calc(12 * var(--to-rem));
  margin-block-end: calc(12 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_cta-phone__lead {
    font-size: calc(12 * var(--to-rem));
  }
}

.p_cta-phone__pill {
  display: inline-block;
  background-color: var(--color-white);
  color: var(--color-primary);
  font-size: calc(14 * var(--to-rem));
  font-weight: var(--fw-bold);
  padding: calc(6 * var(--to-rem)) calc(20 * var(--to-rem));
  border-radius: calc(infinity * 1px);
  -webkit-margin-after: calc(8 * var(--to-rem));
  margin-block-end: calc(8 * var(--to-rem));
}

.p_cta-phone__operator {
  font-size: calc(12 * var(--to-rem));
  -webkit-margin-after: calc(8 * var(--to-rem));
  margin-block-end: calc(8 * var(--to-rem));
}

.p_cta-phone__num-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(12 * var(--to-rem));
}

.p_cta-phone__num {
  font-size: calc(36 * var(--to-rem));
  color: var(--color-yellow);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p_cta-phone__num {
    font-size: calc(28 * var(--to-rem));
  }
}

.p_cta-phone__hours {
  border: 1px solid var(--color-white);
  font-size: calc(11 * var(--to-rem));
  padding: calc(4 * var(--to-rem)) calc(10 * var(--to-rem));
  border-radius: 4px;
}

.p_cta-home-top {
  display: grid;
  place-items: center;
  max-width: calc(480 * var(--to-rem));
  margin-inline: auto;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: calc(18 * var(--to-rem));
  font-weight: var(--fw-bold);
  text-decoration: none;
  text-align: center;
  padding: calc(20 * var(--to-rem)) calc(60 * var(--to-rem));
  border-radius: calc(infinity * 1px);
  box-shadow: 0 4px 0 var(--color-darkPrimary);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (any-hover: hover) {
  .p_cta-home-top:hover {
    opacity: 0.85;
  }
}

html {
  font-size: 100%;
}

.p_header_looop__logo a {
  aspect-ratio: 108/30;
  display: block;
}

.p_header_looop__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.clearfix {
  zoom: 1;
  min-height: 1px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearboth {
  clear: both;
  height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/ height: auto; overflow: hidden; /**/
}

.nopc {
  display: none;
}

.nosp {
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 100;
}

a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

.kome {
  display: block;
  font: 400 1.4rem/1.5 "Noto Sans JP";
  text-align: left;
}

.kome dd {
  margin: -1.5em 0 0 1.1em;
}

sup {
  font: 1.4rem/1 "Noto Sans JP";
  vertical-align: text-top;
  color: inherit;
}

@media screen and (min-width: 1200px) {
  .l_header+.l_main {
    margin-top: 210px;
  }
}

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

  .nopc {
    display: inline-block;
  }

  .kome {
    display: block;
    font: 400 1.2rem/1.5 "Noto Sans JP";
  }

  sup {
    font: 1.2rem/1 "Noto Sans JP";
  }
}

.p_home_joinList .p_home_joinItem {
  margin-bottom: 20px;
  margin-right: 0px;
  width: 33%;
  padding: 20px;
  border: 2px solid #202020;
  box-shadow: 0 2px 0 #202020;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.l_sec {
  padding: 20px 15px;
}

@media screen and (max-width: 768px) {
  .l_sec {
    padding: 20px 15px;
  }
}

.p_home_joinBlock .p_home_joinBlockWhite .p_home_joinList .p_home_joinItemLast {
  margin-left: 0%;
  margin-right: 0px;
}

.p_home_joinItem .p_home_joinImgWrap {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border: 10px solid #edf6fc;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.p_home_joinList {
  background-color: #FFF;
  border-radius: 10px;
}

.p_top_download {
  padding-bottom: 0px;
}

.p_top_download__inner {
  margin-top: 40px;
  background-color: #fff;
}

#rateexample .panel {
  margin: 20px auto 40px;
}

.p_home_menu_plan2__service_title_copy {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4375;
  color: #0168b6;
  text-align: center;
}

.p_home_menu_plan2__service_title {
  color: #0168b6;
  display: block;
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 700;
  text-align: center;
}

.p_home_menu_plan2__service_title span {
  background: -webkit-linear-gradient(transparent 65%, #fee100 0);
  background: linear-gradient(transparent 65%, #fee100 0);
}

.p_home_menu_plan2__service_text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #202020;
}

.p_home_menu_plan2__service_note {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 1.4545454545;
  color: #202020;
}

.p_home_joinBlock .p_home_joinBlockWhite .p_home_joinList .p_home_joinItem .p_home_joinImgWrap {
  border: none;
}

.p_home_joinBlock .p_home_joinBlockWhite .p_home_joinList .p_home_joinItem .p_home_joinImgWrap .p_home_joinImg {
  width: auto;
  height: auto;
}

@media screen and (min-width: 1200px) {
  .p_home_joinBlock .p_home_joinListBg {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p_home_joinBlock .p_home_joinBlockWhite .p_home_joinList .p_home_joinItem {
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .c_btn3 {
    margin-top: 20px;
    padding-top: 10px;
  }
}

.p_home_joinBlock .p_home_joinBlockWhite .p_home_joinList .p_home_joinItem .p_home_joinHeading4 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  min-height: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #0068b6;
  margin-bottom: 0px;
}

.c_btn3__obj {
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 100%;
  height: 80px;
  padding: 0 50px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: #0168b6;
  border-radius: 50px;
  box-shadow: 0 4px 0 #0c426a;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.p_home_menu_plan2__wrap {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 60px;
  padding: 60px;
  border: 4px solid #0168b6;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .p_home_menu_plan2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    gap: 5px;
    padding: 32px 20px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 769px) {
  .p_home_menu_plan2__wrap {
    margin: 80px 0 40px;
  }
}

/* ã€Œå¤§æ‰‹é›»åŠ›ä¼šç¤¾ã‚ˆã‚Šã‚‚ãŠãƒˆã‚¯ãªæ–™é‡‘ãƒ—ãƒ©ãƒ³ã€ã‚¨ãƒªã‚¢ */
.p_simulator_discount__item {
  padding: 30px 20px;
  margin-bottom: 20px;
  border: 2px solid #0068b6;
  border-radius: 15px;
}

@media screen and (min-width: 769px) {
  .p_simulator_discount__item {
    padding: 48px 70px 64px;
    margin: 48px 0;
  }
}

.p_home_menu_plan2__text_area {
  -webkit-box-flex: 1;
  flex: 1;
  width: 46%;
}

@media screen and (max-width: 768px) {
  .p_home_menu_plan2__text_area {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}

.p_home_menu_plan2__image_area {
  -webkit-box-flex: 1;
  flex: 1;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p_home_menu_plan2__image_area {
    width: 100%;
  }
}

.p_home_menu_plan2__note {
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 768px) {
  .p_home_menu_plan2__note {
    font-size: 11px;
  }
}

.p_top_userAction_request__button {
  margin: auto;
}

.div_to_menu_plan {
  text-align: center;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .div_to_menu_plan {
    margin-top: 20px;
  }
}

.div_to_menu_plan .btn_promoting_word {
  color: #0168B6;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .div_to_menu_plan .btn_promoting_word {
    font-size: 18px;
  }
}

.div_to_menu_plan .c_btn3 {
  margin: 15px 0 60px;
}

@media screen and (max-width: 768px) {
  .div_to_menu_plan .c_btn3 {
    margin: 5px 0 10px;
    padding-top: 0;
  }
}

.p_areaNew__price_balloon_strong {
  color: #E85F5F;
  font-family: Oswald, sans-serif;
  font-size: min(4.5vw, 32px);
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.p_areaNew__price_balloon {
  background-color: #0168B6;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 9999px;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  max-width: 402px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -72px;
  font-size: min(3.5vw, 20px);
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .p_areaNew__price_balloon {
    bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon {
    bottom: -60px;
  }
}

.p_areaNew__price_balloon::before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #0168B6 transparent;
  border-width: 0px 8px 8px 8px;
}

.p_areaNew__price_balloon.is-graph {
  font-size: 15px;
  bottom: -72px;
  padding: 16px 12px;
}

@media screen and (max-width: 1199px) {
  .p_areaNew__price_balloon.is-graph {
    bottom: -90px;
  }
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon.is-graph {
    font-size: 12px;
    bottom: -90px;
  }
}

.p_areaNew__price_balloon {
  line-height: 1.3;
  font-size: calc(18 * var(--to-rem));
}

.p_areaNew__price_balloon small {
  font-size: calc(16 * var(--to-rem));
}

.p_areaNew__price_balloon strong {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon {
    font-size: calc(14 * var(--to-rem));
  }

  .p_areaNew__price_balloon small {
    font-size: calc(14 * var(--to-rem));
  }
}

.p_areaNew__price_balloon--tokyo {
  position: relative;
  bottom: revert;
  -webkit-margin-before: 12px;
  margin-block-start: 12px;
}

.p_areaNew__price_balloon--tokyo strong {
  font-weight: var(--fw-bold);
  font-size: calc(18 * var(--to-rem));
}

@media screen and (max-width: 768px) {
  .p_areaNew__price_balloon--tokyo strong {
    font-size: calc(14 * var(--to-rem));
  }
}

.c-sono1-contents {
  line-height: 1.5;
}

.c-sono1-contents__title {
  text-align: center;
  margin-bottom: 48px;
}

.c-sono1-contents__num-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  background-color: #FEE100;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #0168B6;
  padding: 10px 15px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__num-wrap {
    padding-inline: 24px;
    font-size: 15px;
    -webkit-box-align: center;
    align-items: center;
    gap: 3px;
    height: 35px;
  }
}

.c-sono1-contents__num {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__num {
    font-size: 20px;
  }
}

.c-sono1-contents__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  font-weight: bold;
  color: #0168B6;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__heading {
    margin-top: 16px;
  }
}

.c-sono1-contents__heading-text1 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__heading-text1 {
    font-size: 24px;
  }
}

.c-sono1-contents__heading-text2 {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__heading-text2 {
    font-size: 24px;
  }
}

.c-sono1-contents__lead {
  font-size: 15px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__lead {
    font-size: 13px;
    margin-top: 16px;
  }
}

.c-sono1-contents__images-row {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__images-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.c-sono1-contents__img {
  max-width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__img {
    max-width: min(400px, 100%);
  }
}

.c-sono1-contents__img-arrow {
  display: block;
  margin: 32px auto;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__img-arrow {
    width: 48px;
    height: 24px;
  }
}

.c-sono1-contents__caution {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 20px;
  border: 2px solid #E85F5F;
  background-color: rgba(232, 95, 95, 0.1019607843);
  border-radius: 10px;
  padding: 32px 40px;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__caution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__caution-icon {
    width: 40px;
  }
}

.c-sono1-contents__caution-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__caution-list {
    gap: 10px;
  }
}

.c-sono1-contents__caution-item {
  position: relative;
  font-size: 15px;
  color: #E85F5F;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  .c-sono1-contents__caution-item {
    font-size: 14px;
  }
}

.c-sono1-contents__caution-item::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("/assets/images/sono1-contents/icon-check.svg") 0 0 no-repeat;
  background-size: cover;
}

.c-sono1-contents__caution-item-note {
  display: block;
  font-size: 12px;
}

.c-sono1-contents__caution-note {
  font-size: 14px;
  color: #2C496B;
  margin-top: 24px;
}

.c-sono1-contents__caution-note a {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .c-sono1-contents__caution-note a:hover {
    text-decoration: none;
  }
}

.c-sono1-contents__caution-note-modal-trigger {
  text-decoration: underline;
  cursor: pointer;
}

@media (hover: hover) {
  .c-sono1-contents__caution-note-modal-trigger:hover {
    text-decoration: none;
  }
}


/* Tokyo new section design css */
.p_tokyo_new_section {
  padding: 0 calc(80 * var(--to-rem));
  padding-top: calc(40 * var(--to-rem));

  @media screen and (max-width: 768px) {
    padding: 0 calc(20 * var(--to-rem));
    padding-top: calc(20 * var(--to-rem));
  }
}

.p_areaNew__result-ae-omakase-wari-text {
  display: flex;
  align-items: start;
  gap: 4px;
  font-size: calc(11 * var(--to-rem));
  line-height: 160%;
  font-weight: 400;
  color: #282828;
  opacity: 70%;
  margin-top: calc(32 * var(--to-rem));

  a {
    text-decoration: underline;
    display: inline-block;
    align-items: center;
  }
}
.modal-calc-condition__body{
  line-height: 24px;
}
.modal-calc-condition__description {
    padding-left: 1em;
    margin-top: 4px;
}
.modal-calc-condition__ttl{
  padding-top: 30px;
  font-size: 40px;
}