@charset "UTF-8";
@media screen and (max-width: 440px) {
  .pconly {
    display: none !important;
  }
}

.sponly {
  display: none !important;
}
@media screen and (max-width: 440px) {
  .sponly {
    display: block !important;
  }
  br.sponly,
  img.sponly,
  span.sponly {
    display: inline !important;
  }
  tr.sponly {
    display: table-row !important;
  }
  th.sponly,
  td.sponly {
    display: table-cell !important;
  }
}

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

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #4A4A4A;
  background: #FFF;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "Meiryo UI", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
input, textarea, button, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

p, li, dd, dt, td, th {
  word-wrap: break-word;
}

select, input {
  word-wrap: normal;
}

address, caption, cite, code, dfn, em, strong, th, var, time, mark {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

mark {
  color: #000;
  background: #FFF;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, keygen {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
  padding: 10px;
}

legend {
  color: #000;
}

pre, code,
kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  /*iosでボタンなどのデフォルト装飾を解除*/
  -webkit-appearance: none;
}

::-moz-placeholder {
  color: #bbb !important;
}

::placeholder {
  color: #bbb !important;
}

.affiliate_bnr {
  width: 100%;
  margin-bottom: 24px;
}

.environment_info {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 8px 16px;
  font-weight: 700;
  color: #444;
  background: rgba(235, 255, 1, 0.9333333333);
  text-transform: uppercase;
  z-index: 1000;
  letter-spacing: 0.05em;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding-block: 10px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .header-inner {
    height: 60px;
    padding: 10px 2vw;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    gap: 8px;
  }
}
.header-logo .site-logo {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header-logo .site-logo {
    width: clamp(52px, 14.358974359vw, 56px);
  }
}
.header-logo .site-logo a {
  display: block;
}
.header-logo .site-logo a picture {
  display: block;
}
.header-logo .prime-logo {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-logo .prime-logo img {
  width: 36px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header-logo .prime-logo img {
    width: clamp(28px, 8.2051282051vw, 32px);
  }
}
.header-logo .prime-logo p {
  display: none;
  font-size: 10px;
  text-align: center;
  margin-block-end: 0 !important;
}
@media screen and (min-width: 1200px) {
  .header-logo .prime-logo p {
    display: block;
  }
}
.header-logo .prime-logo p span {
  font-size: 93%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .header-menu {
    gap: 8px;
  }
}
.header-list {
  display: flex;
  align-items: center;
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important;
}
.header-item {
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  .header-item {
    font-size: 12px;
  }
}
.header-item:not(:has(button)) {
  border-inline-end: 1px solid #eee;
}
@media screen and (max-width: 1100px) {
  .header-item:not(:has(button)) {
    display: none;
  }
}
.header-item:not(:has(button)):first-of-type {
  border-inline-start: 1px solid #eee;
}
.header-item:not(:has(button)) a {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 40px;
  padding-inline: 14px 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .header-item:not(:has(button)) a {
    padding-inline: 10px 12px;
  }
}
.header-item:not(:has(button)) a::before {
  width: 21px;
  height: 21px;
  background: #fff;
  content: "";
}
@media screen and (max-width: 1280px) {
  .header-item:not(:has(button)) a::before {
    width: 19px;
    height: 19px;
  }
}
.header-item:not(:has(button)) a.company::before {
  background: url(/build/assets/ico_about-392b0e1.svg) center/contain no-repeat;
}
.header-item:not(:has(button)) a.login::before {
  background: url(/build/assets/ico_account-392b0e1.svg) center/contain no-repeat;
}
.header-item:not(:has(button)) a.is-login::before {
  background: url(/build/assets/ico_account_fill-392b0e1.svg) center/contain no-repeat;
}
.header-item:not(:has(button)) a.is-login > span {
  display: flex;
  align-items: center;
  gap: 0.5em;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-item:not(:has(button)) a.is-login > span.name_en {
  flex-direction: row-reverse;
}
.header-item:not(:has(button)) a.myesim {
  background: none;
}
.header-item:not(:has(button)) a.myesim::before {
  width: 23px;
  height: 23px;
  background: url(/build/assets/ico_myesim-392b0e1.svg) center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .header-item:not(:has(button)) a.myesim::before {
    width: 21px;
    height: 21px;
  }
}
.header-item:not(:has(button)) a:hover {
  opacity: 0.7;
}
.header-item a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.header-item button {
  width: 180px;
  height: 46px;
  margin-inline-start: 16px;
  background: #fff;
  border-radius: 23px;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .header-item button {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header-item button {
    width: clamp(100px, 35.8974358974vw, 140px);
    height: 40px;
    font-size: clamp(11px, 3.3333333333vw, 13px);
  }
}
.header-item button.button-enterprise {
  background: #039fe9;
}
@media screen and (max-width: 768px) {
  .header-item button.button-enterprise {
    display: none;
  }
}
.header-item button.button-purchase {
  background: #0B308E;
  margin-inline-start: 10px;
}
@media screen and (max-width: 440px) {
  .header-item button.button-purchase {
    margin-inline-start: 0;
  }
}
.header-item button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .header-item button a {
    font-size: clamp(11px, 3.3333333333vw, 13px);
  }
}
.header-item button a::before {
  width: 17px;
  height: 17px;
  background: #fff;
  content: "";
  margin-right: 6px;
}
@media screen and (max-width: 1280px) {
  .header-item button a::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 440px) {
  .header-item button a::before {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}
.header-item button a.enterprise::before {
  background: url(/build/assets/ico_enterprise_login-392b0e1.svg) center/contain no-repeat;
}
.header-item button a.purchase::before {
  background: url(/build/assets/ico_purchase-392b0e1.svg) center/contain no-repeat;
}
.header-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header-button {
    width: 40px;
    height: 40px;
  }
}
.header-button:hover {
  opacity: 0.7;
}
.header-button:hover .line span {
  width: 70%;
}
.header-button .line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 16px;
}
.header-button .line::before {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  content: "";
}
.header-button .line::after {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  content: "";
}
.header-button .line span {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}
.header-button.is-open .line {
  position: relative;
}
.header-button.is-open .line::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header-button.is-open .line::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header-button.is-open .line span {
  display: none;
}
.header-company {
  padding-block: 12px;
  background: #34a4eb;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.header-company .company-name {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.header-company .company-name span:first-of-type {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.humburgerMenu {
  position: fixed;
  top: var(--headerHeight);
  width: 100vw;
  height: calc(100% - var(--headerHeight));
  z-index: 95;
  pointer-events: none;
}
.humburgerMenu.is-open {
  pointer-events: auto;
}
.humburgerMenu.is-open .humburgerMenu-background {
  opacity: 1;
}
.humburgerMenu.is-open .humburgerMenu-content {
  left: calc(100% - 400px);
  visibility: visible;
}
@media screen and (max-width: 600px) {
  .humburgerMenu.is-open .humburgerMenu-content {
    left: 0;
  }
}
.humburgerMenu-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
.humburgerMenu-content {
  position: relative;
  left: 100%;
  width: 400px;
  height: 100%;
  background: #fff;
  visibility: hidden;
  overflow: auto;
  overscroll-behavior: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .humburgerMenu-content {
    width: 100%;
  }
}
.humburgerMenu-list {
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important;
}
.humburgerMenu-item {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}
.humburgerMenu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  color: #333;
  background: #fff;
  text-decoration: none;
}
.humburgerMenu-item > a::after {
  width: 24px;
  height: 24px;
  background: url(/build/assets/ico_menu_arrow_right-392b0e1.svg) center/contain no-repeat;
  content: "";
}
.humburgerMenu-item > a:hover {
  background: #e8f1f9;
}
.humburgerMenu-item > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  font-family: inherit;
  font-weight: 700;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.humburgerMenu-item > button::after {
  width: 24px;
  height: 24px;
  background: url(/build/assets/ico_menu_arrow_down-392b0e1.svg) center/contain no-repeat;
  content: "";
}
.humburgerMenu-item > button.active::after {
  background: url(/build/assets/ico_menu_arrow_up-392b0e1.svg) center/contain no-repeat;
}
.humburgerMenu-item > button:hover {
  background: #e8f1f9;
}
.humburgerMenu-item .sub {
  max-height: 0;
  font-size: 13px;
  background: #f6f6f6;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.humburgerMenu-item .sub.active {
  max-height: none;
  opacity: 1;
}
.humburgerMenu-item .sub p {
  padding-block: 0 8px;
  padding-inline: 20px;
}
.humburgerMenu-item .sub p:first-of-type {
  padding-block-start: 20px;
}
.humburgerMenu-item .sub-list {
  padding-inline-start: 0 !important;
}
.humburgerMenu-item .sub-list:has(+ p) {
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.humburgerMenu-item .sub-item {
  border-top: 1px solid #e6e6e6;
}
.humburgerMenu-item .sub-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 16px;
  padding-inline: 28px 20px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}
.humburgerMenu-item .sub-item > a::after {
  width: 24px;
  height: 24px;
  background: url(/build/assets/ico_menu_arrow_right-392b0e1.svg) center/contain no-repeat;
  content: "";
}
.humburgerMenu-item .sub-item > a:hover {
  background: #e8f1f9;
}
.humburgerMenu-item .sub-item > a._phone::after {
  width: 17px;
  height: 17px;
  background: url(/build/assets/ico_menu_phone-392b0e1.svg) center/contain no-repeat;
}
.humburgerMenu-item .sub-item:has(._phone) {
  display: none;
}
@media screen and (max-width: 440px) {
  .humburgerMenu-item .sub-item:has(._phone) {
    display: block;
  }
}
.humburgerMenu-sublink {
  margin-block-end: 24px;
}
.humburgerMenu-sublink .user-button {
  padding: 20px;
}
.humburgerMenu-sublink .user-button button {
  width: 100%;
  height: 50px;
  background: #0D308E;
  border-radius: 4px;
}
.humburgerMenu-sublink .user-button button:hover {
  opacity: 0.7;
}
.humburgerMenu-sublink .user-button button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.humburgerMenu-sublink .user-button button a::before {
  width: 20px;
  height: 20px;
  content: "";
}
.humburgerMenu-sublink .user-button button a.login::before {
  background: url(/build/assets/ico_account_wh-392b0e1.svg) center/contain no-repeat;
}
.humburgerMenu-sublink .user-button button a.mypage::before {
  background: url(/build/assets/ico_account_fill_wh-392b0e1.svg) center/contain no-repeat;
}
.humburgerMenu-sublink .user-button button a.myesim {
  background: none;
}
.humburgerMenu-sublink .user-button button a.myesim::before {
  background: url(/build/assets/ico_myesim_wh-392b0e1.svg) center/contain no-repeat;
}
.humburgerMenu-sublink .user-button-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
.humburgerMenu-sublink .user-button-wrap button:first-of-type {
  border-radius: 4px 0 0 4px;
}
.humburgerMenu-sublink .user-button-wrap button:last-of-type {
  border-radius: 0 4px 4px 0;
}
.humburgerMenu-sublink .company-button {
  padding: 20px;
  background: #E7ECEE;
}
.humburgerMenu-sublink .company-button button {
  width: 100%;
  height: 50px;
  background: #34a4eb;
  border-radius: 4px;
}
.humburgerMenu-sublink .company-button button:hover {
  opacity: 0.7;
}
.humburgerMenu-sublink .company-button button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.humburgerMenu-sublink .company-button button a::before {
  width: 20px;
  height: 20px;
  background: url(/build/assets/ico_organization_wh-392b0e1.svg) center/contain no-repeat;
  content: "";
}
.humburgerMenu-langswitch {
  text-align: center;
}
.humburgerMenu-langswitch ul {
  display: inline-flex;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  background: #E7ECEE;
  border-radius: 14px;
  line-height: 1;
  margin-block-end: 0 !important;
}
.humburgerMenu-langswitch li {
  border-right: 1px solid #767F81;
  padding-inline: 6px;
}
.humburgerMenu-langswitch li:last-of-type {
  border-right: none;
}
.humburgerMenu-langswitch li button {
  font-weight: 700;
  color: #767F81;
  line-height: 1;
  cursor: pointer;
  text-decoration: underline !important;
}
.humburgerMenu-langswitch li button:hover {
  color: #333;
}
.humburgerMenu-langswitch li.langText a {
  color: #333;
  pointer-events: none;
  text-decoration: none;
}
.humburgerMenu-langswitch li.langLink a {
  color: #767F81;
  pointer-events: auto;
  text-decoration: underline !important;
}
.humburgerMenu-langswitch li.langLink a:hover {
  color: #333;
}
.humburgerMenu-close {
  margin-top: 64px;
}
.humburgerMenu-close button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  background: #e6e6e6;
}
.humburgerMenu-close button::before {
  width: 30px;
  height: 30px;
  background: url(/build/assets/ico_close-392b0e1.svg) center/contain no-repeat;
  content: "";
}
.humburgerMenu-close button:hover {
  opacity: 0.7;
}

.lang_modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.lang_modal_wrap::after {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  content: "";
}
.lang_modal_wrap .info {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  max-width: 700px;
  padding: 32px;
  background: #fff;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .lang_modal_wrap .info {
    width: calc(100% - 8vw);
    padding: 24px;
  }
}
.lang_modal_wrap .info h3 {
  font-size: 20px;
}
.lang_modal_wrap .info p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}
.lang_modal_wrap .info p span {
  font-size: 80%;
}
.lang_modal_wrap .info .button {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.lang_modal_wrap .info .button button {
  width: 100px;
  border-radius: 2px;
  line-height: 1;
  transition: 0.3s;
}
.lang_modal_wrap .info .button button:last-child {
  padding: 8px 12px;
  color: #fff;
  background: #333;
  cursor: pointer;
}
.lang_modal_wrap .info .button button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  color: inherit;
  background: #ddd;
  text-decoration: none;
}
.lang_modal_wrap .info .button button:hover {
  opacity: 0.6;
}

/* 遷移ボタンの記述 */
.transition {
  margin-top: 40px;
}
.transitionButton {
  padding: 15px 10px;
  display: block;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.transitionButton:hover {
  opacity: 0.8;
}
.transitionButton.-next {
  width: 400px;
  color: #FFF;
  background: #0D308E;
  border: 2px solid #0D308E;
  position: relative;
}
.transitionButton.-next.-order {
  color: #0D308E;
  background: #FCD200;
}
.transitionButton.-next.-order::before {
  border-color: #0D308E;
}
.transitionButton.-next.-order::after {
  background: #0D308E;
}
@media screen and (max-width: 440px) {
  .transitionButton.-next {
    font-size: 16px;
    width: 95%;
    margin: 0 auto;
  }
}
.transitionButton.-next::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 18px;
  height: 3px;
  background: #FFF;
}
.transitionButton.-next::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
.transitionButton.-prev {
  width: 350px;
  color: #0D308E;
  background: #FFF;
  border: 2px solid #0D308E;
  position: relative;
}
@media screen and (max-width: 440px) {
  .transitionButton.-prev {
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
  }
}
.transitionButton.-prev::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 18px;
  height: 3px;
  background: #0D308E;
}
.transitionButton.-prev::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #0D308E;
  border-left: 3px solid #0D308E;
  transform: rotate(-45deg);
}
.transition_orderDetail {
  margin-bottom: 40px;
}

.flex {
  display: flex;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.mt-7 {
  margin-top: 7px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.gap-24 {
  gap: 24px;
}

.alg-items-center {
  align-items: center;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-5 {
  padding-top: 5px;
}

.label_type {
  font-weight: 500;
}

.red_color {
  color: #b71c1c;
}

.loader {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  border: 5px solid #fffafc;
  border-top: 5px solid #0b308e;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .loader-sp {
    flex-direction: column;
  }
  .pd-loader-sp {
    padding: 24px 16px;
  }
  .m-auto-sp {
    margin: auto;
  }
}
.bg-lg {
  background: linear-gradient(#adcc5f, #88ab3a);
}

.mr-auto {
  margin: auto;
}

.w-min-content {
  width: -moz-min-content;
  width: min-content;
}

.info-container {
  position: relative;
  display: inline-block;
  left: 10px;
}

.tooltip-popup {
  border: 1px solid;
  position: absolute;
  bottom: 35px;
  left: 30%;
  transform: translateX(-29%);
  background-color: #333;
  color: white;
  padding: 8px 17px;
  border-radius: 10px;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: normal;
  display: block;
  word-wrap: break-word;
  width: 270px;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .tooltip-popup {
    transform: translateX(-76%);
    width: 230px;
  }
}

.tooltip-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
@media screen and (max-width: 440px) {
  .tooltip-popup::after {
    left: 78%;
  }
}

.info-container:hover .tooltip-popup {
  visibility: visible;
  opacity: 1;
}

#info-icon-fs-25 {
  font-size: 25px;
}

.error-message-form {
  color: #da0000;
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}