@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

::before,
::after {
  box-sizing: inherit;
}

summary,
ul,
ol {
  list-style: none;
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a,
summary,
button,
input[type=checkbox],
input[type=radio],
label:has(input[type=checkbox]),
label:has(input[type=radio]) {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
}

html {
  scroll-behavior: smooth;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 1549px) {
  html:has(.js-toc) {
    scroll-padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #11BDBD;
  text-decoration: underline;
}
@media (hover: hover) {
  a:hover {
    color: #0b7777;
    text-decoration: none;
  }
}

mark, .header-box-coupon p {
  color: #4D4D4D;
  background: linear-gradient(transparent 20%, #FFFB8E 20%);
}

.sp-only {
  display: block;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.tbpc-only {
  display: none;
}
@media (min-width: 768px) {
  .tbpc-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 1200px) {
  .pc-only {
    display: block;
  }
}

.movie {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.box-notes {
  background-color: #FEEFF2;
  padding: 1em;
  font-size: 0.8571428571rem;
  margin: 2.5rem auto;
}
@media (min-width: 1200px) {
  .box-notes {
    font-size: 0.75rem;
  }
}

.ttl-notes {
  color: #BD1111;
  text-align: center;
  margin: 0.5em;
  font-weight: 700;
  font-size: 0.875rem;
}

.txt-notes, .wrap-text-difference .txt-notes {
  font-size: 0.8571428571rem;
}
@media (min-width: 1200px) {
  .txt-notes, .wrap-text-difference .txt-notes {
    font-size: 0.75rem;
  }
}

ul.default-style li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1.5em;
  text-align: left;
}
ul.default-style li:not(:last-child) {
  margin-bottom: 0.3em;
}
ul.default-style li ul {
  margin-top: 0.5em;
}
ul.default-style li ul li:not(:last-child) {
  margin-bottom: 0.1em;
}

ol.default-style li {
  list-style: decimal outside none;
  display: list-item;
  margin-left: 1.5em;
  list-style: decimal outside none;
  text-align: left;
}
ol.default-style li:not(:last-child) {
  margin-bottom: 0.3em;
}

table.default-style {
  border-collapse: collapse;
  border: 1px solid #BFD9D9;
}
table.default-style th,
table.default-style td {
  padding: 0.5em;
  border: 1px solid #BFD9D9;
}
table.default-style th {
  text-align: right;
}

.link-text {
  display: inline-block;
  background: url(../images/ico-circle-link.svg) no-repeat left top 0.25em/auto 1em;
  padding-left: 1.2em;
  margin-left: 0.1em;
  margin-right: 0.1em;
}

.txt-S {
  font-size: 0.6em;
  font-weight: 400;
}

.txt-attention {
  color: #BD1111;
}

.area-intro {
  margin-bottom: 2.5rem;
}

.txt-intro {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .txt-intro {
    text-align: center;
  }
}

.ttl-intro {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.875rem auto;
  color: #0C8484;
  font-size: 1.1428571429rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .ttl-intro {
    font-size: 1.5rem;
    text-align: center;
  }
}

.box-desc {
  background-image: url(../images/line.svg#text), url(../images/line.svg#text), url(../images/line.svg#text);
  background-repeat: repeat-y, repeat-x, repeat-y;
  background-position: left top, left bottom, right top;
}

.ttl-box-desc {
  background-color: #ffffff;
  background-image: url(../images/bg-ttl-box-desc.svg#left-text), url(../images/bg-ttl-box-desc.svg#right-text);
  background-repeat: no-repeat;
  background-position: left center, right center;
  text-align: center;
  padding: 0 1.25rem;
}
.ttl-box-desc > span {
  display: inline-block;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 0.625rem;
}

.box-desc-content {
  padding: 0.625rem 1.25rem 1.25rem;
}

.box-help,
.box-attention {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
  background: #ffffff url(../images/bg-box-help.svg) no-repeat left top/20px 20px;
  border: 1px solid #BFD9D9;
  padding: 30px 15px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .box-help,
  .box-attention {
    background-size: 30px 30px;
    text-align: center;
    padding: 15px 40px;
  }
}

.box-attention {
  background-image: url(../images/bg-box-attention.svg);
}

body {
  background-color: #FFFFFF;
  color: #4D4D4D;
}

.inner {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.inner-fit {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .inner-fit {
    max-width: 1200px;
  }
}

.header-site {
  background-color: #EEFBFA;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
@media (min-width: 1200px) {
  .header-site {
    padding: 20px;
    min-height: 70px;
  }
}
.header-site .logo-SMFG {
  display: none;
}
@media (min-width: 768px) {
  .header-site .logo-SMFG {
    display: block;
    width: auto;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .header-site .logo-plaritown {
    width: auto;
    height: 30px;
  }
}
.header-site .ttl-site {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .header-site .ttl-site {
    gap: 15px;
  }
}

.gnavi-toggle {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 10px;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .gnavi-toggle {
    display: none;
  }
}

#gnavi.toggled ul,
.gnavi.toggled ul {
  display: block;
}

@media (min-width: 1200px) {
  #gnavi ul,
  .gnavi ul {
    display: block;
  }
}
.gnavi-toggle svg line {
  fill: none;
  stroke: #11BDBD;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
  transition: transform 0.2s ease;
}

.gnavi-toggle svg line.top {
  transform-origin: 24px 12px;
}

.gnavi-toggle svg line.bottom {
  transform-origin: 24px 36px;
}

.toggled .gnavi-toggle svg line.top {
  transform: translate(0px, 12px) rotate(45deg);
  stroke: #FFFFFF;
}

.toggled .gnavi-toggle svg line.bottom {
  transform: translate(0px, -12px) rotate(-45deg);
  stroke: #FFFFFF;
}

.toggled .gnavi-toggle svg line.middle {
  opacity: 0;
}

@media (max-width: 1199px) {
  #gnavi .gnavi-menu-container,
  .gnavi .gnavi-menu-container {
    width: 100vw;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #11BDBD;
    transition: transform 0.2s ease-out;
    transition-delay: 0.1s;
    transform: translateY(-100vh);
    z-index: 9998;
  }
}

#gnavi.toggled .gnavi-menu-container,
.gnavi.toggled .gnavi-menu-container {
  transform: translateY(0px);
}

@media (min-width: 1200px) {
  #gnavi-menu,
  .gnavi-menu {
    display: table;
  }
}
@media (min-width: 1200px) {
  #gnavi-menu li,
  .gnavi-menu li {
    display: table-cell;
  }
}
#gnavi-menu li:not(:last-child),
.gnavi-menu li:not(:last-child) {
  padding: 0 0 1em 0;
}
@media (min-width: 1200px) {
  #gnavi-menu li:not(:last-child),
  .gnavi-menu li:not(:last-child) {
    padding: 0 1em 0 0;
  }
}
#gnavi-menu a,
.gnavi-menu a {
  display: block;
  font-size: 1.1428571429rem;
  color: #FFFFFF;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.6em;
}
#gnavi-menu a.link-profile, #gnavi-menu a.link-contract,
.gnavi-menu a.link-profile,
.gnavi-menu a.link-contract {
  background-image: url("../images/ico-open.svg#white");
}
#gnavi-menu a.link-faq,
.gnavi-menu a.link-faq {
  background-image: url("../images/ico-help.svg#white");
}
#gnavi-menu a.link-contact,
.gnavi-menu a.link-contact {
  background-image: url("../images/ico-mail.svg#white");
}
@media (hover: hover) {
  #gnavi-menu a:hover,
  .gnavi-menu a:hover {
    color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  #gnavi-menu a,
  .gnavi-menu a {
    font-size: 0.75rem;
    font-weight: 700;
    color: #11BDBD;
  }
  #gnavi-menu a.link-profile, #gnavi-menu a.link-contract,
  .gnavi-menu a.link-profile,
  .gnavi-menu a.link-contract {
    background-image: url("../images/ico-open.svg");
  }
  #gnavi-menu a.link-faq,
  .gnavi-menu a.link-faq {
    background-image: url("../images/ico-help.svg");
  }
  #gnavi-menu a.link-contact,
  .gnavi-menu a.link-contact {
    background-image: url("../images/ico-mail.svg");
  }
}
@media (min-width: 1200px) and (hover: hover) {
  #gnavi-menu a:hover,
  .gnavi-menu a:hover {
    color: #0b7777;
  }
}

.trademark {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  padding: 0 10px;
}

.bnr-contact a {
  position: fixed;
  right: 15px;
  bottom: 50px;
  padding: 5px;
  text-align: center;
  background: #FFFB8E url(../images/img-operator.svg) no-repeat bottom center/40px 40px;
  font-size: 0.75rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  width: 80px;
  height: 60px;
}
@media (min-width: 768px) {
  .bnr-contact a {
    padding: 10px;
    width: 100px;
    height: 100px;
    background-size: 60px 60px;
  }
}
@media (hover: hover) {
  .bnr-contact a:hover {
    background-color: #FEE3E8;
  }
}

.footer-site {
  background-color: #F5F5F5;
  display: grid;
  min-height: 40px;
  grid-template-columns: 1fr 130px;
  font-size: 0.75rem;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .footer-site {
    margin-top: 120px;
  }
}
.footer-site small {
  display: grid;
  place-items: center;
}
.footer-site a {
  display: grid;
  place-items: center;
  color: #ffffff;
  background-color: #4D4D4D;
  text-decoration: none;
}
@media (hover: hover) {
  .footer-site a:hover {
    background-color: #0C8484;
  }
}

.header-page {
  background-color: #EEFBFA;
  padding: 10px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .header-page {
    padding: 0px;
  }
  .header-page::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff url("../images/bg-header-page.svg") no-repeat top center/cover;
  }
}
.header-page h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .header-page h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  :has(.js-toc) .header-page {
    margin-bottom: 10px;
  }
}

.flow {
  display: none;
}
@media (min-width: 768px) {
  .flow {
    display: flex;
    align-items: center;
    gap: 10px 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1em auto;
  }
  .flow li {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
  }
  .flow li span {
    background-color: #11BDBD;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 0.2em 0.5em;
  }
  .flow li.is-current ~ li span {
    background-color: #4D4D4D;
  }
  .flow li:not(:last-child)::after {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: url("../images/ico-triangle_right.svg") no-repeat center center;
  }
}

.js-toc {
  padding: 10px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
}
@media (min-width: 768px) {
  .js-toc {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1550px) {
  .js-toc {
    position: fixed;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 200px;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    background-color: transparent;
    margin-bottom: 0;
  }
}
.js-toc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.js-toc ul a {
  color: #4D4D4D;
}
@media (hover: hover) {
  .js-toc ul a:hover {
    color: #11BDBD;
  }
}
.js-toc ul .is-current {
  color: #0C8484;
}
@media (min-width: 768px) {
  .js-toc ul {
    font-size: 1em;
  }
}
@media (min-width: 1550px) {
  .js-toc ul {
    font-size: 0.75rem;
    flex-direction: column;
    gap: 40px;
    position: relative;
  }
  .js-toc ul::after {
    position: absolute;
    top: 0.5em;
    right: 3px;
    display: block;
    content: "";
    background-color: #BFD9D9;
    width: 1px;
    height: calc(100% - 1em);
    z-index: -1;
  }
  .js-toc ul a {
    text-decoration: none;
    display: flex;
    justify-content: right;
    align-items: center;
    line-height: 1;
  }
}
@media (min-width: 1550px) and (hover: hover) {
  .js-toc ul a:hover::after {
    background-color: #11BDBD;
  }
}
@media (min-width: 1550px) {
  .js-toc ul a::after {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
    display: block;
    background-color: #BFD9D9;
    margin-left: 10px;
  }
  .js-toc ul a.is-current::after {
    background-color: #11BDBD;
  }
}

details.js-accordion summary.js-accordion-btn {
  position: relative;
  padding-right: 60px;
  background: #ffffff url(../images/bg-summary.svg) no-repeat top right;
  border-top: 1px solid #11BDBD;
  border-bottom: 1px solid #11BDBD;
  font-weight: 700;
  margin-top: 1.25rem;
  min-height: 50px;
  display: grid;
  place-items: center;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  details.js-accordion summary.js-accordion-btn {
    margin-top: 2.5rem;
    text-align: left;
  }
}
details.js-accordion summary.js-accordion-btn::after, details.js-accordion summary.js-accordion-btn::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background-color: #ffffff;
  transition: all 0.3s;
  top: calc(50% - 12px);
  right: 23px;
}
details.js-accordion summary.js-accordion-btn::after {
  transform: rotate(90deg);
}
details.js-accordion .js-accordion-content {
  background-color: #ffffff;
  padding: 20px;
}
details.js-accordion[open] .js-accordion-btn {
  border-bottom: none;
}
details.js-accordion[open] .js-accordion-btn::before {
  transform: rotate(90deg);
}
details.js-accordion[open] .js-accordion-content {
  border-bottom: 1px solid #11BDBD;
}

.js-scrollable .scroll-hint-icon::before {
  display: none;
}

label {
  display: inline-block;
}

input[type=checkbox],
input[type=radio],
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

:focus {
  outline-color: #FB728C;
}

::-moz-placeholder {
  color: #cccccc;
}

::placeholder {
  color: #cccccc;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
select {
  font-size: 16px;
  border: 1px solid #4D4D4D;
  border-radius: 4px;
  padding: 0.3em 0.6em;
  max-width: 100%;
  color: #4D4D4D;
  background-color: #ffffff;
}
input[type=text][size="2"],
input[type=email][size="2"],
input[type=password][size="2"],
input[type=number][size="2"],
textarea[size="2"],
select[size="2"] {
  width: 3em;
}
input[type=text][size="3"],
input[type=email][size="3"],
input[type=password][size="3"],
input[type=number][size="3"],
textarea[size="3"],
select[size="3"] {
  width: 4em;
}
input[type=text][size="4"],
input[type=email][size="4"],
input[type=password][size="4"],
input[type=number][size="4"],
textarea[size="4"],
select[size="4"] {
  width: 5em;
}
@media (max-width: 767px) {
  input[type=text]:not([size]),
  input[type=email]:not([size]),
  input[type=password]:not([size]),
  input[type=number]:not([size]),
  textarea:not([size]),
  select:not([size]) {
    width: 100%;
  }
}

select {
  background: #ffffff url("../images/ico-select.svg") no-repeat right 0.6em center;
  padding-right: 1em;
  min-width: 11em;
}

option[selected][disabled] {
  display: none;
}

.set-radio {
  display: block;
}
.set-radio:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.set-radio input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  vertical-align: -2px;
  margin-right: 0.3em;
}
@media (hover: hover) {
  .set-radio input[type=radio]:hover {
    border-color: #11BDBD;
  }
}
.set-radio input[type=radio]:checked {
  border-color: #11BDBD;
}
.set-radio input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #11BDBD;
  content: "";
}

.set-checkbox {
  display: block;
}
.set-checkbox:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.set-checkbox input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #4D4D4D;
  vertical-align: -2px;
  margin-right: 0.3em;
  background-color: #ffffff;
  border-radius: 0;
}
@media (hover: hover) {
  .set-checkbox input[type=checkbox]:hover {
    border-color: #11BDBD;
  }
}
.set-checkbox input[type=checkbox]:checked {
  border-color: #11BDBD;
  background-color: #11BDBD;
}
.set-checkbox input[type=checkbox]:disabled {
  border-color: #cccccc;
  background-color: #cccccc;
}
.set-checkbox input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  background: url(../images/ico-checkmark.svg#white) no-repeat left 1px top 3px/12px 9px;
  width: 16px;
  height: 16px;
}

button {
  font-size: 1rem;
  border: none;
  display: block;
}
button:disabled {
  background-color: #cccccc;
  cursor: default;
}
@media (hover: hover) {
  button:disabled:hover {
    background-color: #cccccc;
  }
}

[class^=btn-] {
  border-radius: 4px;
  padding: 0.5em 1.5em;
  text-align: left;
  text-decoration: none;
}
[class^=btn-] > span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-next {
  background-color: #11BDBD;
  color: #ffffff;
}
@media (hover: hover) {
  .btn-next:hover {
    color: #ffffff;
    background-color: #0C8484;
  }
}
.btn-next > span {
  background: url(../images/ico-arrow_right.svg) no-repeat left center/auto 1em;
  padding-left: 1.5em;
}

.btn-back {
  background-color: #ffffff;
  color: #11BDBD;
  border: 2px solid #11BDBD;
  font-size: 0.875rem;
}
@media (hover: hover) {
  .btn-back:hover {
    background-color: #D4F4F2;
  }
}

.btn-edit {
  background-color: #ffffff;
  color: #11BDBD;
  border: 2px solid #11BDBD;
  font-size: 0.875rem;
}
@media (hover: hover) {
  .btn-edit:hover {
    color: #11BDBD;
    background-color: #D4F4F2;
  }
}
.btn-edit > span {
  background: url(../images/ico-pen.svg#main) no-repeat left center/auto 1em;
  padding-left: 1.5em;
}

.btn-contact {
  background-color: #ffffff;
  color: #11BDBD;
  border: 2px solid #11BDBD;
}
@media (hover: hover) {
  .btn-contact:hover {
    background-color: #D4F4F2;
  }
}
.btn-contact > span {
  background: url(../images/ico-mail.svg) no-repeat left center/auto 1em;
  padding-left: 1.5em;
}

.btn-pagedown {
  background-color: #11BDBD;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn-pagedown:hover {
    color: #ffffff;
    background-color: #0C8484;
  }
}
.btn-pagedown > span {
  background: url(../images/ico-arrow_bottom.svg) no-repeat left center/auto 1em;
  padding-left: 1.5em;
}

.inner-fieldset {
  padding: 20px;
}
@media (min-width: 768px) {
  .inner-fieldset {
    padding: 20px 40px;
  }
}

legend {
  width: 100%;
  font-weight: 700;
  /*
  @include mq(tb) {
      &.input-item {
          float: left;
          width: $width-input-item;
      }
  }
      */
}

fieldset {
  min-width: 0;
  border: none;
  /*
  &.set-input {
      margin-bottom: 0;
  }
      */
}
fieldset:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

fieldset.data-customer {
  background-color: #EEFBFA;
}

fieldset.data-service {
  background-color: #FEFEEE;
}

fieldset.data-other {
  background-color: #FEEFF2;
}

.legend-first {
  background-color: #0C8484;
  color: #ffffff;
  text-align: center;
  font-size: 1.875rem;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0px 10px;
}

.plan_type-trial,
.plan_type-paid {
  display: inline-block;
  font-size: 0.875rem;
  color: #0C8484;
  padding: 0.1em 0.2em;
}

.plan_type-trial {
  background-color: #FEFEEE;
}

.plan_type-paid {
  background-color: #FEEFF2;
}

.legend-second {
  color: #0C8484;
  font-size: 1.5rem;
  background: url(../images/line.svg#text2) repeat-x left center;
}
.legend-second > span {
  display: inline-block;
  background-color: #EEFBFA;
  padding-right: 5px;
}
.legend-second .txt-S {
  vertical-align: 0.4em;
}

.box-form {
  background-image: url(../images/bg-form.svg#leftTop), url(../images/bg-form.svg#rightTop), url(../images/bg-form.svg#leftBottom), url(../images/bg-form.svg#rightBottom);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  background-size: auto 1.25rem;
  padding: 1.875rem;
  border: 1px solid #0C8484;
}
.box-form .set-btn-submit {
  margin-top: 1.25rem;
}

.ttl-box-form {
  color: #0C8484;
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .ttl-box-form {
    text-align: center;
  }
}

.set-input + .set-input {
  border-top: 1px dashed #cccccc;
}
.set-input:has(.txt-error) {
  background-color: #FEEFF2;
}
@media (min-width: 768px) {
  .set-input {
    display: grid;
    grid-template-columns: 12em auto;
    clear: both;
    width: 100%;
  }
  .set-input .txt-notes {
    display: block;
  }
}
.set-input fieldset {
  display: contents;
}
.set-input .input-item {
  font-weight: 700;
  padding: 1em 0 0.5em 0;
}
@media (min-width: 768px) {
  .set-input .input-item {
    text-align: right;
    padding: 1em 0.5em;
  }
}
.set-input .input-data {
  padding: 0 0 1em 0;
}
@media (min-width: 768px) {
  .set-input .input-data {
    padding: 1em 0.5em;
  }
}

.set-btn-submit {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.set-btn-submit > * {
  text-align: center;
}
.set-btn-submit.single button {
  margin: 0 auto;
}

.txt-notes + input, .wrap-text-difference .txt-notes + input,
input + .txt-notes,
.wrap-text-difference input + .txt-notes {
  margin-top: 0.3em;
  display: block;
}

button + .link-text {
  margin-top: 1em;
}

.label-required,
.label-optional {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.1em 0.5em;
  color: #ffffff;
  border-radius: 2px;
}

.label-required {
  background-color: #FB728C;
}

.label-optional {
  background-color: #0C8484;
}

.txt-intro-form {
  line-height: 1.6;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5em auto;
}
@media (min-width: 768px) {
  .txt-intro-form {
    text-align: center;
  }
}
.txt-intro-form b {
  font-size: 1.25rem;
}

.txt-error {
  margin-top: 0.3em;
  color: #BD1111;
  font-size: 0.875rem;
}

.item-error {
  background-color: #FEEFF2;
}

.wrap-password {
  display: flex;
}
.wrap-password input[type=password] {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wrap-password label {
  background: #ffffff url(../images/ico-eye_close.svg) no-repeat center center/20px 20px;
  min-width: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
}
.wrap-password:has(input[type=checkbox]:checked) label {
  background-image: url(../images/ico-eye_open.svg);
}
.wrap-password input[type=checkbox] {
  min-width: 40px;
  height: 100%;
}
.wrap-password span {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
}

.txt-notes + .wrap-password {
  margin-top: 0.3em;
}

@media (min-width: 768px) {
  dl.list-confirm {
    display: grid;
    grid-template-columns: 12em auto;
  }
}
dl.list-confirm dt {
  font-weight: 700;
  padding-top: 0.5em;
}
@media (min-width: 768px) {
  dl.list-confirm dt {
    border-bottom: 1px dashed #cccccc;
    text-align: right;
    margin: 0;
    padding: 0.5em;
  }
}
dl.list-confirm dd {
  border-bottom: 1px dashed #cccccc;
  padding: 0.5em;
}
dl.list-confirm dt:last-of-type,
dl.list-confirm dd:last-of-type {
  border-bottom: none;
}

.tbl-comparison_chart {
  border-collapse: collapse;
  width: 100%;
}
@media (min-width: 1200px) {
  .tbl-comparison_chart {
    table-layout: fixed;
  }
}
.tbl-comparison_chart tr:not(:last-child) {
  border-bottom: 1px solid #BFD9D9;
}
.tbl-comparison_chart thead {
  border-bottom: 1px solid #BFD9D9;
  color: #0C8484;
}
.tbl-comparison_chart thead .trial {
  color: #4D4D4D;
}
.tbl-comparison_chart th {
  border-right: 1px solid #BFD9D9;
  padding: 0.5em;
  min-width: 12em;
  text-align: left;
}
@media (min-width: 768px) {
  .tbl-comparison_chart th {
    min-width: auto;
  }
}
.tbl-comparison_chart thead th {
  text-align: center;
}
.tbl-comparison_chart thead th:last-child {
  border: none;
}
.tbl-comparison_chart td {
  text-align: center;
  border-left: 1px solid #BFD9D9;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .tbl-comparison_chart td {
    min-width: auto;
  }
}

@media (min-width: 768px) {
  .form-select_plan-confirm .wrap-payment_methods {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.form-select_plan-confirm .wrap-payment_methods .btn-edit {
  display: inline-block;
  white-space: nowrap;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .form-select_plan-confirm .wrap-payment_methods .btn-edit {
    margin-top: 0;
  }
}
.form-select_plan-confirm .box-notes {
  margin: 1em auto 0 auto;
}

.confirm-billing_amount {
  margin-top: 2.5rem;
  padding: 10px;
  border-top: 1px solid #11BDBD;
  border-bottom: 1px solid #11BDBD;
}
@media (min-width: 768px) {
  .confirm-billing_amount {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 20px;
  }
}
.confirm-billing_amount .box-notes {
  margin: 0;
  flex: 1;
}
.confirm-billing_amount dl {
  display: grid;
  grid-template-columns: 4em 1fr;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .confirm-billing_amount dl {
    margin-bottom: 0;
  }
}
.confirm-billing_amount dl .ttl-billing_amount {
  font-weight: 700;
  color: #0C8484;
  grid-column: 1/3;
}
.confirm-billing_amount dl .ttl-billing_amount + dd {
  grid-column: 1/3;
  border-bottom: 1px solid #BFD9D9;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.confirm-billing_amount dl .ttl-tax_excluded,
.confirm-billing_amount dl .ttl-tax {
  text-align: right;
  font-size: 0.875rem;
}
.confirm-billing_amount dl .ttl-tax_excluded + dd,
.confirm-billing_amount dl .ttl-tax + dd {
  padding-left: 0.5em;
  font-size: 0.875rem;
}
.confirm-billing_amount dl b {
  font-size: 1.875rem;
}

.form-register_payment_methods .box-form {
  max-width: 600px;
}
.form-register_payment_methods .set-btn-submit p {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .form-register_payment_methods .set-btn-submit p {
    text-align: left;
  }
}

.card_expiration-wrap {
  display: flex;
  gap: 0.5em;
  margin-top: 0.3em;
  align-items: center;
}

.form-select_plan + .footer-site {
  margin-top: 0;
}
.form-select_plan .notes-gws_plan {
  background-color: #FEEFF2;
  padding: 1em;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.form-select_plan .bnr-contact {
  display: none;
}

.set-service {
  background-color: #0C8484;
  border: 1px solid #BFD9D9;
}
.set-service legend {
  float: left;
  padding: 10px 20px;
  font-size: 1.2857142857rem;
  color: #0C8484;
  background-color: #FEFEEE;
  text-align: center;
}
@media (min-width: 768px) {
  .set-service legend {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.875rem;
    height: 60px;
  }
}
.set-service legend img {
  width: auto;
  max-width: 100%;
  max-height: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .set-service legend img {
    margin: 0;
    max-height: 40px;
  }
}
.set-service .assist {
  clear: both;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .set-service .assist {
    clear: none;
    min-height: 60px;
  }
}
.set-service .wrap-link-service {
  flex: 1;
}
@media (min-width: 768px) {
  .set-service .wrap-link-service {
    flex: 0;
    display: flex;
    background-color: #FEFEEE;
    align-items: center;
    padding-right: 20px;
  }
}
.set-service .btn-link-service {
  display: block;
  background-color: #D4F4F2;
  color: #0C8484;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .set-service .btn-link-service {
    border-radius: 0;
  }
}
.set-service .btn-link-service span {
  background: url(../images/ico-info.svg) no-repeat left center/16px;
  padding-left: 21px;
}
@media (min-width: 1200px) {
  .set-service .btn-link-service span {
    background-size: 20px;
    padding-left: 25px;
  }
}
@media (hover: hover) {
  .set-service .btn-link-service:hover {
    background-color: #FEE3E8;
  }
}
.set-service .btn-stop,
.set-service .btn-restart {
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0 10px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .set-service .btn-stop,
  .set-service .btn-restart {
    height: 60px;
    padding: 0 20px;
  }
}
.set-service .btn-stop span,
.set-service .btn-restart span {
  background: no-repeat left center/16px;
  padding-left: 21px;
}
@media (min-width: 1200px) {
  .set-service .btn-stop span,
  .set-service .btn-restart span {
    background-size: 20px;
    padding-left: 25px;
  }
}
@media (hover: hover) {
  .set-service .btn-stop:hover,
  .set-service .btn-restart:hover {
    background-color: #BD1111;
  }
}
.set-service .btn-stop {
  background-color: #4D4D4D;
}
.set-service .btn-stop span {
  background-image: url(../images/ico-stop.svg);
}
.set-service .btn-restart {
  display: none;
  background-color: #FB728C;
}
.set-service .btn-restart span {
  background-image: url(../images/ico-play.svg);
}
.set-service.is-disabled .btn-stop,
.set-service.is-disabled .set-service-select {
  display: none;
}
.set-service.is-disabled .btn-restart {
  display: block;
}
.set-service .downgrade {
  margin-top: 20px;
  display: none;
}
.set-service .downgrade b {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .set-service .downgrade {
    margin-top: 40px;
    text-align: center;
  }
}
.set-service.is-downgrade .downgrade {
  display: block;
}

.set-service-select {
  clear: both;
  background-color: #FEFEEE;
  padding: 20px;
}
@media (min-width: 1200px) {
  .set-service-select {
    padding: 40px;
  }
}

.list-plan {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .list-plan {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .list-plan {
    flex-direction: row;
    gap: 40px;
  }
}

.box-plan {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 60px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
@media (min-width: 768px) {
  .box-plan {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .box-plan {
    padding: 60px 20px 20px 20px;
    gap: 20px;
  }
}
.box-plan .recommend {
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  background-color: #FEE3E8;
  color: #FB728C;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .box-plan.is-recommend {
    order: -1;
  }
}
.box-plan.is-recommend .recommend {
  display: block;
}
.box-plan:has(:disabled) {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  box-shadow: none;
}
.box-plan:has(:disabled) label {
  cursor: default;
}
.box-plan:has(:checked) {
  background: linear-gradient(#ffffff, #D4F4F2);
  outline: 3px solid #11BDBD;
}
.box-plan:has(:checked)::before {
  content: "";
  background: url(../images/ico-checked.svg) no-repeat top left/contain;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
}
.box-plan label {
  cursor: pointer;
}
.box-plan label,
.box-plan h3 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 30px;
  color: #0C8484;
}
.box-plan .price {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 10px;
}
.box-plan .price .notes {
  margin-top: 5px;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
}
.box-plan input[type=radio] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin-inline: auto;
  background-color: #11BDBD;
  border-radius: 4px;
  padding: 0.5em 1.5em;
}
.box-plan input[type=radio]::after {
  content: "選択する";
  color: #ffffff;
  white-space: nowrap;
  font-size: 1rem;
}
.box-plan input[type=radio]:checked {
  background-color: #cccccc;
}
.box-plan input[type=radio]:checked:after {
  content: "選択中";
}
.box-plan input[type=radio]:disabled {
  background-color: #bbbbbb;
}
.box-plan input[type=radio]:disabled:after {
  content: attr(data-disabled-text) "";
  font-size: 0.75rem;
}
.box-plan .caption {
  text-align: center;
  font-weight: 700;
}
.box-plan .list-feature {
  display: none;
  list-style: disc outside none;
  margin: 0.5em 0 0 1.5em;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .box-plan .list-feature {
    display: list-item;
  }
}
.box-plan .list-feature li:not(:last-child) {
  margin-bottom: 0.5em;
}
.box-plan .adopt {
  text-align: center;
  font-weight: 700;
  color: #11BDBD;
  margin-top: auto;
}
.box-plan .adopt .rate {
  color: #0C8484;
  font-weight: 400;
  font-size: 1.25rem;
  margin: 0 0.2em;
}
.box-plan .adopt .rate b {
  font-weight: 400;
  font-size: 2rem;
}

.wrap-quantity_subtotal {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .wrap-quantity_subtotal {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .wrap-quantity_subtotal {
    gap: 40px;
  }
}

.quantity {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(#ffffff, #D4F4F2);
  border: 3px solid #11BDBD;
  padding: 10px;
}
@media (min-width: 1200px) {
  .quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 40px;
  }
}
.quantity label {
  color: #0C8484;
  font-weight: 700;
  font-size: 1.2857142857rem;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .quantity label {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

.set-input-quantity {
  display: flex;
  justify-content: center;
}

input#input-quantity,
input.input-quantity {
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  height: 40px;
  text-align: center;
  width: 10em;
  border-radius: 0;
}

.btn-quantity-minus,
.btn-quantity-plus {
  border: 1px solid #bbbbbb;
  background-color: #11BDBD;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
}
.btn-quantity-minus img,
.btn-quantity-plus img {
  display: inline-block;
}

.btn-quantity-minus {
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.btn-quantity-minus:disabled {
  background-color: #cccccc;
}

.btn-quantity-plus {
  border-radius: 0 5px 5px 0;
  border-left: none;
}

.subtotal {
  margin-top: 20px;
  border: 5px solid #4D4D4D;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .subtotal {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .subtotal {
    display: flex;
  }
}

.wrap-subtotal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.ttl-subtotal {
  padding: 5px 10px;
  text-align: center;
  background-color: #4D4D4D;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .ttl-subtotal {
    padding: 10px;
  }
}
.ttl-subtotal span {
  font-size: 0.8em;
}
@media (min-width: 1200px) {
  .ttl-subtotal span {
    display: block;
  }
}

.price-normal {
  padding: 10px;
}
.price-normal .bonus {
  display: block;
  padding-left: 1.2em;
  background: url(../images/ico-checkmark.svg#strong) no-repeat left center/auto 0.6em;
  font-size: 0.875rem;
  margin-top: 0.3em;
}

.wrap-subtotal:has(.price-discount) .price-normal {
  padding: 10px 20px 10px 10px;
  background: url(../images/ico-triangle_right.svg) no-repeat right center;
}
@media (min-width: 768px) {
  .wrap-subtotal:has(.price-discount) .price-normal {
    padding: 10px 20px 10px 10px;
    background: url(../images/ico-triangle_right.svg) no-repeat right center;
  }
}

.price-discount {
  padding: 10px;
}
.price-discount .deals {
  display: block;
  font-size: 0.8571428571rem;
  border-top: 1px solid #0C8484;
  border-bottom: 1px solid #0C8484;
  text-align: center;
  color: #0C8484;
  margin-top: 0.3em;
}
.price-discount .deals span {
  font-size: 0.7142857143rem;
}

.wrap-price {
  text-align: center;
}
@media (min-width: 1200px) {
  .wrap-price {
    display: flex;
    align-items: center;
    min-height: 35px;
  }
}
.wrap-price small {
  margin-right: 0.3em;
}

.txt-user_count_attention {
  padding: 0.1em 0.3em;
  width: -moz-fit-content;
  width: fit-content;
  color: #BD1111;
  background-color: #FEEFF2;
}

.quantity .txt-user_count_attention {
  margin: 10px auto;
}
@media (min-width: 768px) {
  .quantity .txt-user_count_attention {
    margin: 0 auto;
  }
}

.subtotal .txt-user_count_attention {
  margin: 0 auto 10px auto;
}

.label-normal,
.label-discount {
  display: block;
  background-color: #4D4D4D;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 2px 5px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .label-normal,
  .label-discount {
    margin-right: 5px;
  }
}

.label-normal {
  background-color: #4D4D4D;
}

.label-discount {
  background-color: #FB728C;
}

.value-price-normal {
  font-weight: 700;
  font-size: 1.5rem;
  color: #BD1111;
  min-height: 30px;
}
.value-price-normal del {
  margin-top: auto;
}
@media (min-width: 768px) {
  .value-price-normal del {
    margin-top: 0.1em;
  }
}

.wrap-subtotal:has(.price-discount) .value-price-normal,
.wrap-total-price:has(.price-discount) .value-price-normal {
  display: inline-flex;
  font-size: 1.125rem;
  color: #4D4D4D;
}

.value-price-discount {
  font-weight: 700;
  color: #BD1111;
  font-size: 1.5rem;
  min-height: 30px;
  text-align: left;
}

.txt-tax {
  font-weight: 400;
  color: #4D4D4D;
  margin-left: 0.5em;
}
@media (min-width: 1200px) {
  .txt-tax {
    display: block;
  }
}

.set-total {
  background-color: #D4F4F2;
  position: sticky;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .set-total {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.set-total .wrap-price {
  margin-bottom: 0.5em;
}
.set-total:has(.price-discount) .wrap-price {
  margin-bottom: 0;
}
.set-total .wrap-total-price {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .set-total .wrap-total-price {
    display: block;
  }
}
.set-total .wrap-total-price .price-normal {
  background: none;
}
.set-total .wrap-total-price .price-normal,
.set-total .wrap-total-price .price-discount {
  padding: 0;
}
.set-total .btn-next {
  font-size: 1.125rem;
  padding: 0.2em 1em;
}
.set-total .btn-next .txt-notes {
  display: block;
}
.plan-selected,
.total-selected {
  background-color: #ffffff;
}

.ttl-plan-selected,
.ttl-total-selected {
  background-color: #4D4D4D;
  color: #ffffff;
  padding: 5px 10px;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 1199px) {
  .js-accordion-btn {
    cursor: pointer;
  }
  .ttl-plan-selected,
  .ttl-total-selected {
    display: flex;
    justify-content: space-between;
  }
  .ttl-plan-selected::after,
  .ttl-total-selected::after {
    content: "開く";
    padding-left: 1.2em;
    background: url(../images/ico-plus.svg) no-repeat left center/0.8em auto;
  }
  .is-open .ttl-plan-selected::after,
  .is-open .ttl-total-selected::after {
    content: "閉じる";
    background-image: url(../images/ico-minus.svg);
  }
  .wrap-plan-selected,
  .wrap-total-selected {
    display: none;
  }
  .is-open .wrap-plan-selected {
    display: block;
  }
  .is-open .wrap-total-selected {
    display: flex;
  }
}
.wrap-plan-selected,
.wrap-total-selected {
  padding: 10px;
}
@media (min-width: 1200px) {
  .wrap-plan-selected,
  .wrap-total-selected {
    padding: 10px 20px;
  }
}

.wrap-total-selected {
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .wrap-total-selected:has(.price-discount) {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .wrap-total-selected:has(.price-discount) {
    display: flex;
  }
}

.wrap-plan-selected {
  overflow-x: auto;
}

@media (max-width: 1199px) {
  .wrap-plan-selected {
    overflow-x: auto;
  }
}
.list-plan-selected {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .list-plan-selected {
    gap: 20px;
  }
}

.box-plan-selected {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  flex: 1;
  min-width: 120px;
}
.box-plan-selected .name-service {
  display: inline-flex;
  padding-bottom: 10px;
  border-bottom: 1px dashed #BFD9D9;
  margin-bottom: 5px;
  font-weight: 700;
  color: #11BDBD;
  width: 100%;
}
@media (min-width: 1200px) {
  .box-plan-selected .name-service {
    height: 30px;
  }
}
.box-plan-selected.plan-selected-zoom {
  font-size: 0.8571428571rem;
}
@media (min-width: 768px) {
  .box-plan-selected.plan-selected-zoom {
    font-size: 0.8125rem;
  }
}
.box-plan-selected img {
  width: auto;
  max-width: 100%;
  max-height: 20px;
  margin-top: auto;
}
.box-plan-selected .name-plan {
  font-weight: 700;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}
.box-plan-selected .number-quantity {
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
}

.form-plan_proposal .link-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto;
  display: block;
}
.form-plan_proposal .wrap-question_answer {
  margin-bottom: 0;
  padding-top: 0.625rem;
}
.form-plan_proposal .wrap-question_answer:not(:last-of-type) {
  border-bottom: 1px solid #0C8484;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .form-plan_proposal .wrap-question_answer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-top: 0.625rem;
  }
}
.form-plan_proposal fieldset {
  display: contents;
}
.form-plan_proposal legend {
  float: left;
  color: #0C8484;
  padding: 0.625rem;
}
.form-plan_proposal .answer {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .form-plan_proposal .answer {
    border-left: 1px solid #0C8484;
    margin-left: 1em;
  }
}
.form-plan_proposal label {
  text-align: center;
  width: 10rem;
  padding: 1em;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .form-plan_proposal label {
    width: 6em;
  }
}
.form-plan_proposal .answer-yes:has(:checked) {
  background: url(../images/bg-answer.svg#yes) no-repeat center center/3em;
}
@media (min-width: 768px) {
  .form-plan_proposal .answer-yes:has(:checked) {
    background-size: 2.5em;
  }
}
.form-plan_proposal .answer-no:has(:checked) {
  background: url(../images/bg-answer.svg#no) no-repeat center center/3em;
}
@media (min-width: 768px) {
  .form-plan_proposal .answer-no:has(:checked) {
    background-size: 2.5em;
  }
}
.form-plan_proposal .txt-error {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .form-plan_proposal .txt-error {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .list-plan_proposal {
    display: flex;
  }
}
.list-plan_proposal .txt-notes {
  text-align: center;
  margin-top: 0.3em;
}
.list-plan_proposal li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .list-plan_proposal li {
    flex-direction: row;
  }
}
.list-plan_proposal li:not(:last-child):after {
  content: "";
  display: block;
  align-self: center;
  background: url(../images/arrow-list-plan_proposal.svg) no-repeat left center/contain;
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
}
@media (min-width: 1200px) {
  .list-plan_proposal li:not(:last-child):after {
    transform: rotate(0);
    width: 50px;
    height: 50px;
  }
}
.list-plan_proposal .box-desc {
  width: 100%;
}
@media (min-width: 1200px) {
  .list-plan_proposal .box-desc {
    min-width: 300px;
  }
}
.list-plan_proposal .ttl-box-desc b {
  color: #0C8484;
  font-size: 1.125rem;
}
.list-plan_proposal .ttl-box-desc .txt-notes {
  font-weight: 700;
}
.list-plan_proposal img {
  margin: 0 auto;
}

.form-agree_terms section {
  margin-bottom: 2.5rem;
}
.form-agree_terms section.area-terms {
  margin-bottom: 6.25rem;
}
.form-agree_terms h3 {
  margin-bottom: 1em;
}
.form-agree_terms .txt-pp {
  margin-bottom: 1em;
  font-size: 0.875rem;
}
.form-agree_terms .wrap-radio-sector {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .form-agree_terms .wrap-radio-sector {
    display: flex;
    gap: 20px;
  }
}
.form-agree_terms .wrap-radio-sector legend {
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 0.3em;
}
.form-agree_terms .item-terms-ms-customer {
  display: list-item;
}
.form-agree_terms .item-terms-ms-customer_financial,
.form-agree_terms .item-terms-ms-support_educational {
  display: none;
}
.form-agree_terms:has(input#radio-financial:checked) .item-terms-ms-customer_financial {
  display: list-item;
}
.form-agree_terms:has(input#radio-educational:checked) .item-terms-ms-support_educational {
  display: list-item;
}
.form-agree_terms ul.list-terms {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #BFD9D9;
}
@media (min-width: 1200px) {
  .form-agree_terms ul.list-terms {
    font-size: 0.875rem;
  }
}
.form-agree_terms ul.list-terms li {
  list-style: disc outside none;
  margin-left: 1.5em;
}
.form-agree_terms ul.list-terms li:not(:last-child) {
  margin-bottom: 0.5em;
}
.form-agree_terms ul.list-terms li.item-terms-either:not(:last-child) {
  margin-bottom: 1em;
}
.form-agree_terms ul.list-terms a {
  display: inline;
  /*
  &::before {
    content: "未確認";
    display: inline-block;
    border: 1px solid b.$color-gray;
    color: b.$color-text;
    font-size: b.rem(12);
    margin-right: 0.3em;
    width: 45px;
    height: auto;
    text-align: center;
  }

  &.is-checked::before {
    content: "";
    background: url(../images/ico-checkmark.svg) no-repeat top right / contain;
    border: none;
    height: 12px;
  }
    */
}
.form-agree_terms .set-checkbox {
  font-weight: 700;
  margin-top: 5px;
}
.form-agree_terms .set-checkbox .txt-notes {
  font-weight: 400;
}
.form-agree_terms .area-agree .set-checkbox {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .form-trial .inner-fit {
    max-width: 1000px;
  }
}
.form-trial .txt-intro-form {
  width: 100%;
  background-color: #D4F4F2;
  padding: 1em;
}
@media (min-width: 768px) {
  .form-trial input[type=email] {
    width: 350px;
  }
}
.form-trial input#company_name,
.form-trial input.company_name,
.form-trial input#company_address,
.form-trial input.company_address_street_build,
.form-trial input#company_name_kana,
.form-trial input.company_name_kana,
.form-trial input#company_name_en,
.form-trial input.company_name_Eng {
  width: 100%;
}
.form-trial .wrap-birthdate input {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.form-trial .wrap-birthdate label {
  margin-right: 0.5em;
}
.form-trial .wrap-responsible_person_name label,
.form-trial .wrap-responsible_person_name_kana label,
.form-trial .wrap-responsible_person_name_en label,
.form-trial .wrap-representative_name label {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-trial .wrap-responsible_person_name label,
  .form-trial .wrap-responsible_person_name_kana label,
  .form-trial .wrap-responsible_person_name_en label,
  .form-trial .wrap-representative_name label {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0;
  }
}
.form-trial .wrap-employee_number input {
  margin-right: 0.3em;
}
.form-trial .txt-name_duplicate {
  background: url(../images/bg-box-attention.svg#main) no-repeat left top 0.08em/auto 1.2em;
  padding-left: 1.6em;
  margin-top: 0.5em;
}
.form-trial .wrap-sample-domain {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .form-trial .wrap-sample-domain {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 20px;
  }
}
.form-trial .txt-sample-domain {
  font-weight: 700;
  font-size: 1rem;
  margin: 0.5em auto;
  line-height: 1.4;
}
.form-trial .txt-sample-domain .txt-notes {
  font-weight: normal;
}
@media (max-width: 767px) {
  .form-trial .box-desc:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.form-trial .ttl-box-desc {
  font-size: 12px;
}
.form-trial .box-desc-content {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.form-trial .box-desc-content .txt-notes {
  font-weight: normal;
}
.form-trial .txt-intro-form:not(:first-child) {
  margin-top: 1.5em;
}
.form-trial .txt-intro-form:has(.notes-gws_plan),
.form-trial .txt-intro-form:has(.notes-zoom_plan) {
  padding-bottom: 0;
}
.form-trial .notes-gws_plan,
.form-trial .notes-zoom_plan {
  background: #FEEFF2 url(../images/ico-warning.svg) no-repeat top 1em center/2em auto;
  padding: 3.5em 1em 1em 1em;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .form-trial .notes-gws_plan,
  .form-trial .notes-zoom_plan {
    background-position: left 1em center;
    padding: 1em 1em 1em 3.5em;
  }
}
.form-trial .notes-gws_plan b,
.form-trial .notes-zoom_plan b {
  color: #BD1111;
  font-size: 1rem;
}
.form-trial .gws .quantity,
.form-trial .zoom .quantity {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .form-trial .gws .quantity,
  .form-trial .zoom .quantity {
    max-width: 500px;
    padding: 20px;
  }
}
.form-trial .ms365 input[type=text] {
  width: 350px;
}
.form-trial .ms365 .notes-ms365_domain {
  background: url(../images/ico-warning.svg) no-repeat left center/2em auto;
  padding-left: 2.5em;
  margin-bottom: 1em;
  font-size: 0.875rem;
}
.form-trial .ms365 .notes-ms365_domain mark, .form-trial .ms365 .notes-ms365_domain .header-box-coupon p, .header-box-coupon .form-trial .ms365 .notes-ms365_domain p {
  font-weight: 700;
}
@media (max-width: 767px) {
  .form-trial .gws .input-item {
    padding-top: 0;
  }
}
.form-trial .gws input[type=text] {
  width: 350px;
}
.form-trial .gws input[type=text].input-quantity {
  width: 10em;
}
.form-trial .gws .wrap-gws_submail {
  display: flex;
  align-items: center;
  gap: 0.2em;
  margin-bottom: 0.5em;
}
.form-trial .gws .wrap-gws_submail input[type=text] {
  flex-shrink: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .form-trial .gws .wrap-gws_submail input[type=text] {
    max-width: 230px;
  }
}
.form-trial .gws .wrap-gws_submail_checkbox {
  font-size: 0.875rem;
}
.form-trial .gws .txt-sample-domain .txt-notes,
.form-trial .gws .box-desc-content .txt-notes {
  display: none;
}
@media (min-width: 768px) {
  .form-trial .gws .txt-sample-domain .txt-notes,
  .form-trial .gws .box-desc-content .txt-notes {
    display: block;
    text-align: right;
    padding-right: 4.5em;
  }
}
@media (min-width: 768px) {
  .form-trial .gws .box-desc:first-child .txt-notes {
    padding-right: 2em;
  }
}
.form-trial .gws .wrap-sample-domain {
  margin-top: 0.625rem;
}
.form-trial .gws .wrap-sample-domain:has(.txt-sample-domain) {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .form-trial .gws .txt-sample-domain {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.form-trial .zoom .subtotal {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.form-trial .zoom input[type=text].input-quantity {
  width: 10em;
}
.form-trial .plaritown .legend-first {
  display: block;
}
.form-trial .plaritown .txt-S {
  display: block;
}

.form-trial-confirm .txt-intro-form b {
  font-size: 1rem;
}
.form-trial-confirm .ms365 .txt-intro-form {
  width: auto;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-trial-confirm .ms365 .txt-intro-form {
    width: 12em;
    text-align: right;
    margin-left: 0;
    padding: 0.5em;
  }
}
.form-trial-confirm .zoom .notes-zoom {
  background: #FEEFF2 url(../images/ico-warning.svg) no-repeat top 1em center/2em auto;
  padding: 3.5em 1em 1em 1em;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .form-trial-confirm .zoom .notes-zoom {
    background-position: left 1em center;
    padding: 1em 1em 1em 3.5em;
  }
}

.list-applied_service {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.list-applied_service li {
  white-space: nowrap;
  text-align: center;
  background-color: #ffffff;
  color: #0C8484;
  font-weight: 700;
  padding: 0.2em 0.6em;
}

.form-select_service .header-page p,
.page-about .header-page p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em auto;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .form-select_service .header-page p,
  .page-about .header-page p {
    font-size: 1.5rem;
  }
}
.form-select_service .header-page p span,
.page-about .header-page p span {
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .form-select_service .header-page p span,
  .page-about .header-page p span {
    font-size: 2.25rem;
  }
}
.form-select_service .header-page p + h1,
.page-about .header-page p + h1 {
  background-color: #11BDBD;
  color: #ffffff;
  padding: 0.1em 0.3em;
}
@media (min-width: 768px) {
  .form-select_service .header-page p + h1,
  .page-about .header-page p + h1 {
    font-size: 1.5rem;
  }
}
.form-select_service .box-notes,
.page-about .box-notes {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .form-select_service .box-notes,
  .page-about .box-notes {
    display: flex;
  }
}
.form-select_service .box-notes h4,
.page-about .box-notes h4 {
  font-size: 1rem;
  white-space: nowrap;
  align-self: center;
}
.form-select_service .box-notes h4 + section,
.form-select_service .box-notes section + section,
.page-about .box-notes h4 + section,
.page-about .box-notes section + section {
  border-top: 1px solid #FB728C;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .form-select_service .box-notes h4 + section,
  .form-select_service .box-notes section + section,
  .page-about .box-notes h4 + section,
  .page-about .box-notes section + section {
    border-top: none;
    border-left: 1px solid #FB728C;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
  }
}
.form-select_service .ttl-notes,
.page-about .ttl-notes {
  text-align: left;
  font-size: inherit;
}
.form-select_service .ttl-box-desc,
.page-about .ttl-box-desc {
  background-image: url(../images/bg-ttl-box-desc_dots.svg#left-main), url(../images/bg-ttl-box-desc_dots.svg#right-main);
  padding: 10px 0;
}
@media (max-width: 767px) {
  .form-select_service .ttl-box-desc,
  .page-about .ttl-box-desc {
    background: none;
  }
}
.form-select_service .ttl-box-desc > span,
.page-about .ttl-box-desc > span {
  background: #ffffff url(../images/ico-time.svg) no-repeat left 0.625rem center/auto 1.3em;
  padding: 0 0.625rem 0 2.5em;
}
.form-select_service .ttl-box-desc b,
.page-about .ttl-box-desc b {
  font-size: 1rem;
}
.form-select_service .box-form,
.page-about .box-form {
  padding-top: calc(1.875rem - 10px);
}
.form-select_service .box-form legend,
.form-select_service .box-form h2,
.page-about .box-form legend,
.page-about .box-form h2 {
  border-bottom: 1px solid #0C8484;
  font-size: 1.1428571429rem;
  color: #0C8484;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .form-select_service .box-form legend,
  .form-select_service .box-form h2,
  .page-about .box-form legend,
  .page-about .box-form h2 {
    font-size: 1.875rem;
    text-align: center;
  }
}
.form-select_service .box-form:has(input#gws:checked) .area-attention-gws, .form-select_service .box-form:has(input#gws:checked) .area-domain_acquisition-gws,
.page-about .box-form:has(input#gws:checked) .area-attention-gws,
.page-about .box-form:has(input#gws:checked) .area-domain_acquisition-gws {
  display: block;
}

@media (min-width: 768px) {
  .list-merit {
    display: flex;
    gap: 50px;
    justify-content: center;
  }
}
.list-merit li {
  flex: 1;
}
@media (min-width: 768px) {
  .list-merit li {
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .list-merit li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.list-merit img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .list-merit img {
    width: 50px;
    height: auto;
  }
}
.list-merit h3,
.list-merit h4 {
  text-align: center;
  font-size: 1.25rem;
  margin: 0.5em 0;
}
.list-merit h3 span,
.list-merit h4 span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2;
}
.list-merit p {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .list-merit p {
    font-size: 0.875rem;
  }
}

.area-duration {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.list-service {
  background-color: #FEFEEE;
  padding: 0.7142857143rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .list-service {
    padding: 1.875rem;
    gap: 30px;
  }
}
.list-service li {
  display: flex;
  flex-direction: column;
}
.list-service .link-service_detail {
  margin-top: 0.875rem;
  background-color: #ffffff;
  display: block;
  border-radius: 10px;
  border: 1px solid #11BDBD;
  text-decoration: none;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.1em 0.5em;
}
@media (hover: hover) {
  .list-service .link-service_detail:hover {
    background-color: #D4F4F2;
    color: #11BDBD;
  }
}
.list-service .link-service_detail span {
  background: url(../images/ico-link.svg) no-repeat left top 0.4em/auto 0.8em;
  padding-left: 1em;
}

.box-service {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  width: 130px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .box-service {
    width: 180px;
  }
}
.box-service:not(:has(.txt-status_trial))::after {
  content: "";
  display: block;
  padding-bottom: 40px;
}
.box-service:has(.txt-zoom-link_faq)::after {
  content: "";
  display: block;
  padding-bottom: 17px;
}
.box-service:has(:checked) {
  background: linear-gradient(#ffffff, #D4F4F2);
  outline: 2px solid #11BDBD;
}
.box-service:has(:checked)::before {
  content: "";
  background: url(../images/ico-checked.svg) no-repeat top left/contain;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
}
.box-service:has(:disabled) {
  box-shadow: none;
  background-color: #E7E7E7;
}
.box-service input[type=checkbox] {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #E7E7E7;
  padding: 0.1em 0.3em;
  border-radius: 0;
  font-size: 13px;
  color: #4D4D4D;
}
.box-service input[type=checkbox]::before {
  content: "未選択";
  font-size: 0.8571428571rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .box-service input[type=checkbox]::before {
    font-size: 0.75rem;
  }
}
.box-service input[type=checkbox]:checked {
  background-color: #D4F4F2;
}
.box-service input[type=checkbox]:checked:before {
  content: "選択済";
}
.box-service input[type=checkbox]:disabled:before {
  content: "申込済";
}
.box-service label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px 10px 0 10px;
  font-weight: 700;
  font-size: 0.9285714286rem;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .box-service label {
    font-size: 1rem;
    padding: 40px 20px 0 20px;
    white-space: nowrap;
  }
}
.box-service label img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  max-height: 20px;
}
@media (min-width: 768px) {
  .box-service label img {
    max-height: 30px;
  }
}
.box-service input#gws + label,
.box-service input.gws + label,
.box-service input#zoom + label,
.box-service input.zoom + label {
  padding-top: 45px;
}
.box-service .txt-status_trial {
  font-size: 0.75rem;
  font-weight: 700;
  border-top: 1px dashed #11BDBD;
  padding-top: 5px;
  margin-top: 45px;
  margin-bottom: 5px;
  color: #BD1111;
  text-align: center;
}
.box-service .txt-status_trial b {
  font-size: 1.5em;
}
.box-service .txt-notes {
  text-align: left;
  color: #BD1111;
}
.box-service.status_trial-in .txt-status_trial {
  color: #0C8484;
  font-weight: 400;
}
.box-service .txt-zoom-link_faq {
  position: absolute;
}

.area-attention-gws {
  display: none;
  margin-top: 1.875rem;
}
.area-attention-gws p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em auto;
  line-height: 1.6;
}
.area-attention-gws strong {
  background: url(../images/ico-warning.svg) no-repeat left top/auto 20px;
  display: inline-block;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .area-attention-gws strong {
    background-size: auto 36px;
    min-height: 36px;
    padding-left: 50px;
  }
}
.area-attention-gws strong mark, .area-attention-gws strong .header-box-coupon p, .header-box-coupon .area-attention-gws strong p {
  background: none;
  font-size: 1.1428571429rem;
  color: #BD1111;
}
@media (min-width: 1200px) {
  .area-attention-gws strong mark, .area-attention-gws strong .header-box-coupon p, .header-box-coupon .area-attention-gws strong p {
    font-size: 1.5rem;
  }
}
.area-attention-gws .wrap-sample-domain {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .area-attention-gws .wrap-sample-domain {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 20px;
  }
}
.area-attention-gws .txt-sample-domain {
  font-weight: 700;
  font-size: 1rem;
  margin: 0.5em auto;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .area-attention-gws .txt-sample-domain {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.area-attention-gws .txt-sample-domain .txt-notes {
  font-weight: normal;
  display: none;
}
@media (min-width: 768px) {
  .area-attention-gws .txt-sample-domain .txt-notes {
    display: block;
    text-align: right;
    padding-right: 4.5em;
  }
}

.area-domain_owned-confirm {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.area-domain_owned-confirm .set-checkbox {
  font-weight: 700;
  margin-top: 5px;
}

.area-domain_acquisition-gws {
  display: none;
  margin-top: 1.875rem;
  padding-top: 1.25rem;
  border-top: 1px dashed #11BDBD;
}
.area-domain_acquisition-gws p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em auto;
  line-height: 1.6;
}
.area-domain_acquisition-gws a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.box-coupon {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: url(../images/bg-coupon.jpg);
  position: relative;
  padding: 10px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
}
.box-coupon::before, .box-coupon::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/bg-coupon-corner.svg) no-repeat top left;
  position: absolute;
}
.box-coupon::before {
  left: -10px;
  top: -10px;
}
.box-coupon::after {
  right: -10px;
  bottom: -10px;
  transform: rotate(180deg);
}
.box-coupon p {
  margin-bottom: 0.5em;
}
.box-coupon ul {
  font-size: 0.875rem;
}
.box-coupon strong {
  font-weight: 400;
  color: #BD1111;
}

.inner-box-coupon {
  border: 1px solid #11BDBD;
  padding: 2em;
}

.header-box-coupon {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .header-box-coupon img {
    width: auto;
    height: 80px;
  }
}
.header-box-coupon p {
  font-weight: bold;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header-box-coupon p {
    font-size: 1.25rem;
  }
}
.header-box-coupon h3 {
  color: #FB728C;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .header-box-coupon h3 {
    font-size: 1.5rem;
  }
}
.header-box-coupon h3 b {
  font-size: 1.5em;
}

.box-service-static {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 1em;
  width: 130px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .box-service-static {
    width: 180px;
  }
}
.box-service-static h3 {
  position: relative;
  text-align: center;
  min-height: 20px;
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .box-service-static h3 {
    min-height: 30px;
  }
}
.box-service-static p {
  font-size: 0.875rem;
  margin: 0.5em auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.box-service-static img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 20px;
}
@media (min-width: 768px) {
  .box-service-static img {
    max-height: 30px;
  }
}

.area-handling_service {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .wrap-entrance {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 350px));
    justify-content: center;
    gap: 40px;
  }
}
.wrap-entrance > div {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wrap-entrance > div {
    margin-bottom: 0;
    display: grid;
    grid-template-rows: auto 1fr;
  }
}
.wrap-entrance h3 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #0C8484;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 400;
  padding: 0.3em;
}
.wrap-entrance h3::before {
  display: inline-block;
  content: "";
  width: 2em;
  height: 1.2em;
  background: url(../images/ico-member_card.svg) no-repeat left center/contain;
}
.wrap-entrance h3 b {
  color: #FFFB8E;
  font-size: 1.75rem;
  margin: 0 0.1em;
}
.wrap-entrance .btn-next {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 1em auto;
}
.wrap-entrance p {
  font-size: 0.875rem;
  margin-bottom: 1em;
}
.wrap-entrance img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.inner-entrance {
  border-left: 1px solid #BFD9D9;
  border-right: 1px solid #BFD9D9;
  border-bottom: 1px solid #BFD9D9;
  padding: 1em;
}

.area-published_entrance {
  text-align: center;
}
.area-published_entrance .btn-next {
  display: inline-block;
  font-size: 1.25rem;
}

.wrap-entrance-description {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0 auto;
}
@media (min-width: 768px) {
  .wrap-entrance-description {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.wrap-entrance-description p {
  font-size: 0.875rem;
  text-align: left;
}
.wrap-entrance-description img {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .wrap-entrance-description img {
    max-width: 200px;
  }
}

details.accordion-faq summary.js-accordion-btn {
  justify-items: left;
  margin-top: 0;
}
details.accordion-faq .faq-question {
  background: url(../images/ico-question.svg) no-repeat left top/auto 1.3em;
  padding-left: 1.8em;
}

body:has(.form-select_service-trial) .footer-site,
body:has(.page-about) .footer-site {
  width: 100%;
  position: fixed;
  bottom: 0;
}

.txt-trunk {
  color: #AB3116;
}

.form-select_service-trial,
.page-about {
  margin-bottom: 150px;
}
.form-select_service-trial .txt-intro,
.page-about .txt-intro {
  font-weight: 700;
  font-size: 1.25rem;
}
.form-select_service-trial .txt-intro span,
.page-about .txt-intro span {
  color: #11BDBD;
  font-size: 1rem;
}
.form-select_service-trial .box-notes,
.page-about .box-notes {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.form-select_service-trial .box-notes h4 + section,
.form-select_service-trial .box-notes section + section,
.page-about .box-notes h4 + section,
.page-about .box-notes section + section {
  border-color: #BFD9D9;
}
.form-select_service-trial .box-notes .ttl-notes,
.page-about .box-notes .ttl-notes {
  color: #4D4D4D;
}

details.js-accordion.accordion-faq summary.js-accordion-btn {
  justify-items: left;
  border: none;
  background: none;
  padding: 0.5em 0 0.5em 0.5em;
}
details.js-accordion.accordion-faq summary.js-accordion-btn::after, details.js-accordion.accordion-faq summary.js-accordion-btn::before {
  background-color: #11BDBD;
}
details.js-accordion.accordion-faq summary.js-accordion-btn .accordion-faq-question {
  background: url(../images/ico-question.svg) no-repeat left top/auto 1.3em;
  padding-left: 1.8em;
  margin-right: 50px;
}
details.js-accordion.accordion-faq .js-accordion-content {
  padding: 0.5em 1em 1em 0.5em;
  border-bottom: none;
}
@media (min-width: 768px) {
  details.js-accordion.accordion-faq .js-accordion-content {
    padding-left: 2.5em;
  }
}
details.js-accordion.accordion-faq .js-accordion-content .default-style {
  margin-top: 0.5em;
}

details.accordion-faq + details.accordion-faq summary.js-accordion-btn {
  border-top: 1px dotted #4D4D4D;
}

.area-contact_support {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #BFD9D9;
  padding: 0.5em 1em;
  margin-top: 1em;
}

.list-service_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 1.875rem;
}
.list-service_logo li {
  white-space: nowrap;
  font-weight: 700;
}
.list-service_logo img {
  max-height: 20px;
}

.wrap-overview_trial {
  border: 1px solid #4D4D4D;
  padding: 1.875rem;
}

.select_service-faq .wrap-overview_trial {
  padding: 0;
}

.area-overview_trial {
  margin-bottom: 1.875rem;
}
.area-overview_trial h3 {
  background-color: #4D4D4D;
  color: #ffffff;
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .list-schedule_LP {
    display: grid;
    grid-template-columns: 1fr 100px 1fr 100px 1fr;
  }
}
.list-schedule_LP h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5rem auto;
  font-size: 1.25rem;
}
.list-schedule_LP h4 span {
  font-size: 1rem;
}
.list-schedule_LP ul.default-style {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.item-schedule_LP {
  border: 1px solid #11BDBD;
  background-color: #EEFBFA;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.item-schedule_LP.is-current .schedule_LP-timing {
  background-color: #FEFEEE;
}
.item-schedule_LP.is-SMBC {
  background-color: #FEFEEE;
  border-color: #004831;
}
.item-schedule_LP.is-SMBC .schedule_LP-timing {
  background-color: #EDF4A5;
  color: #004831;
}
.item-schedule_LP.is-SMBC .schedule_LP-step {
  border-color: #004831;
}
.item-schedule_LP.is-SMBC .schedule_LP-number {
  background-color: #004831;
}

.schedule_LP-step {
  display: grid;
  grid-template-columns: 1.5rem auto;
  align-items: center;
  border-bottom: 1px solid #11BDBD;
}

.schedule_LP-number {
  align-content: center;
  background-color: #11BDBD;
  color: #ffffff;
  text-align: center;
  height: 100%;
}

.schedule_LP-timing {
  text-align: center;
  align-content: center;
  background-color: #ffffff;
  color: #0C8484;
  font-weight: 700;
  font-size: 0.875rem;
  height: 100%;
}

.wrap-schedule_LP {
  padding: 1rem;
}

.schedule_LP-while {
  text-align: center;
  grid-row: auto/span 2;
  padding: 10px;
}
@media (min-width: 768px) {
  .schedule_LP-while {
    padding-top: 3em;
  }
}
.schedule_LP-while img {
  display: inline-block;
  width: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .schedule_LP-while img {
    transform: rotate(90deg);
  }
}

.area-for_repeater {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .area-for_repeater {
    text-align: left;
  }
}
.area-for_repeater b {
  color: #0C8484;
}

.list-privilege_possible {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem auto;
}
.list-privilege_possible li {
  background-color: #FEFEEE;
  border: 3px solid #FAF45D;
  color: #0C8484;
  border-radius: 8px;
  padding: 0.8em 1em;
  font-size: 1.25rem;
  margin-bottom: 1em;
  font-weight: 700;
}
.list-privilege_possible li span {
  font-weight: 400;
  font-size: 1rem;
  color: #4D4D4D;
}

@media (min-width: 768px) {
  .link-condition_detail {
    text-align: center;
  }
}

.area-link_form {
  background-color: #EEFBFA;
  text-align: center;
  padding: 1.875rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 767px) {
  .page-about .header-page p + h1 {
    font-size: 1.125rem;
  }
}
.page-about .box-form {
  background-image: none;
  margin-bottom: 1.875rem;
}
.page-about .list-schedule_LP {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .page-about .list-schedule_LP {
    grid-template-columns: 1fr 30px 1fr 30px 1fr 80px 1fr 30px 1fr;
  }
}
@media (min-width: 768px) {
  .page-about .schedule_LP-while img {
    width: 10px;
  }
}

.form-complete .ttl-notes img {
  width: auto;
  height: 30px;
  margin-bottom: 0.5em;
}

.list-next_step {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .list-next_step {
    font-size: 1.125rem;
    text-align: center;
  }
}
.list-next_step li:has(.label-step)::before {
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/line.svg#text) repeat-y top center;
  margin: 0.5em 0;
}
.list-next_step .txt-notes {
  font-weight: 400;
}

.label-step {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background-color: #FFFB8E;
  margin: 0 auto 0.5em auto;
  font-size: 1rem;
  color: #0C8484;
  padding: 0.1em 0.3em;
}

.area-next_step {
  margin-bottom: 2.5rem;
}
.area-next_step .box-notes {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .area-next_step .box-notes {
    text-align: center;
  }
}
.area-next_step .box-notes img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.list-schedule {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .list-schedule {
    display: flex;
  }
}
.list-schedule h2 {
  color: #0C8484;
  margin-bottom: 0.5em;
  text-align: center;
}
.list-schedule li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .list-schedule li:not(:last-child) {
    margin-bottom: 0;
  }
}
.list-schedule .schedule-text {
  font-size: 0.875rem;
}
.list-schedule .schedule-start,
.list-schedule .schedule-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #BFD9D9;
  border-radius: 4px;
  padding: 1em;
}
.list-schedule img {
  margin-top: auto;
  padding-top: 1em;
}
.list-schedule .schedule-in-label {
  display: inline-block;
  background-color: #FFFB8E;
  margin: 0 auto 0.5em auto;
  color: #0C8484;
  padding: 0.1em 0.3em;
  font-weight: 700;
  white-space: nowrap;
}
.list-schedule .schedule-text {
  margin-bottom: 0.3em;
}
@media (min-width: 768px) {
  .list-schedule .schedule-text {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .list-schedule-trial {
    gap: 5px;
  }
}
.list-schedule-trial .wrap-schedule-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #BFD9D9;
  border-radius: 4px;
  padding: 1em;
  flex-grow: 1;
  margin-top: auto;
}
.list-schedule-trial .schedule-in {
  display: flex;
  align-items: center;
  gap: 10px;
  background: url(../images/bg-list-schedule_trial-sp.svg) no-repeat bottom left 1em;
}
@media (min-width: 768px) {
  .list-schedule-trial .schedule-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 414px;
    background: url(../images/bg-list-schedule_trial-tbpc.svg) no-repeat top 0.1em left;
  }
}

@media (min-width: 768px) {
  .list-schedule-paid {
    gap: 10px;
  }
}
.list-schedule-paid .schedule-in {
  text-align: center;
  background: url(../images/bg-list-schedule_paid-sp.svg) no-repeat bottom center;
  padding-top: 25px;
  height: 75px;
}
@media (min-width: 768px) {
  .list-schedule-paid .schedule-in {
    width: 190px;
    background: url(../images/bg-list-schedule_paid-tbpc.svg) no-repeat top 0.1em left;
    padding-top: 0;
    height: auto;
  }
}

.area-gift {
  border: 1px dashed #BFD9D9;
  padding: 1.875rem;
}
.area-gift h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .area-gift h2 {
    text-align: center;
  }
}
.area-gift h2 b {
  color: #11BDBD;
}
.area-gift img {
  display: block;
  margin: 1.875rem auto 0.3125rem auto;
}
@media (min-width: 768px) {
  .area-gift p {
    text-align: center;
  }
}
.area-gift p strong {
  color: #BD1111;
}
.area-gift p.txt-notes {
  text-align: left;
  margin-bottom: 1.875rem;
  margin-left: 1em;
}

@media (min-width: 768px) {
  .area-link-plaritown {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.area-link-plaritown .btn-next {
  display: inline-block;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .area-link-plaritown .btn-next {
    margin-top: 0;
  }
}

.form-required_item .box-form + .box-form {
  margin-top: 2.5rem;
}
.form-required_item fieldset + fieldset legend {
  border-top: 3px solid #F5F5F5;
  padding-top: 2.5rem;
}
.form-required_item input[type=email] {
  width: 350px;
}
.form-required_item input#ms365_id,
.form-required_item input.ms365_id_input {
  width: 400px;
}
.form-required_item .box-help {
  max-width: 680px;
}
.form-required_item .default-style {
  margin: 1em auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.modal-password {
  padding: 20px 10px;
}

.page-service h1 img {
  max-height: 40px;
}
@media (min-width: 768px) {
  .page-service h1 img {
    max-height: 70px;
  }
}
.page-service > section + section {
  margin-top: 2.5rem;
}
.page-service .list-feature {
  display: block;
}
.page-service details.comparison-plan summary.js-accordion-btn {
  background-color: #F5F5F5;
  justify-items: flex-start;
  color: #0C8484;
  font-size: 1.25rem;
  padding-left: 20px;
  border: none;
}
.page-service details.comparison-plan .js-accordion-content {
  background-color: #F5F5F5;
  border: none;
}
.page-service details.comparison-plan ul.txt-notes {
  margin-top: 1.5em;
}
.page-service details.comparison-plan ul.txt-notes li {
  margin-top: 0.5em;
}
.page-service .tbl-comparison_chart {
  background-color: #ffffff;
}

.ttl-area-service {
  font-size: 1.5rem;
  color: #0C8484;
  border-top: 1px solid #11BDBD;
  border-bottom: 1px solid #11BDBD;
  text-align: center;
  padding: 1.25rem 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ttl-area-service {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .area-service-overview {
    display: grid;
    grid-template-columns: auto 560px;
    gap: 40px;
  }
}
.area-service-overview h2 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.area-service-overview p {
  line-height: 1.6;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .wrap-item-feature {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 30px;
  }
}
.wrap-item-feature header {
  margin-bottom: 0.5em;
}
.wrap-item-feature h3 {
  display: inline-block;
  color: #0C8484;
  font-weight: 400;
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 10px;
}
.wrap-item-feature p + p {
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  .item-feature {
    margin-top: 1.5em;
  }
}
.label-feature,
.label-personal,
.label-corporate {
  display: inline-block;
  font-size: 0.75rem;
  white-space: nowrap;
}

.label-feature {
  background-color: #D4F4F2;
  color: #0C8484;
}

.icon-appli {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: auto;
  margin-right: 3px;
}

@media (min-width: 768px) {
  .wrap-item-difference {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 30px;
  }
}
.wrap-item-difference h3 {
  background-color: #11BDBD;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  padding: 0.1em 0.5em;
}

.item-difference {
  background-color: #EEFBFA;
}
@media (min-width: 768px) {
  .item-difference {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}

.tbl-service-difference {
  width: 100%;
  background-color: #D4F4F2;
  text-align: center;
}
.tbl-service-difference th {
  font-weight: 400;
  padding: 0.3em;
  width: 50%;
}
.tbl-service-difference td {
  font-weight: 700;
  padding: 0 0.3em 0.3em;
  width: 50%;
}
.tbl-service-difference th + th,
.tbl-service-difference td + td {
  border-left: 1px solid #ffffff;
}

.label-personal,
.label-corporate {
  border-radius: 4px;
  padding: 0.1em 0.3em;
}

.label-personal {
  background-color: #dddddd;
}

.label-corporate {
  background-color: #FFFB8E;
}

.wrap-text-difference {
  padding: 1.25rem;
}
.wrap-text-difference h4 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.125rem;
}
.wrap-text-difference p {
  font-size: 0.875rem;
  line-height: 1.6;
}
.wrap-text-difference p + p {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .form-login .input-data {
    max-width: 300px;
  }
  .form-login .input-data input[type=text],
  .form-login .input-data input[type=password] {
    width: 100%;
  }
}/*# sourceMappingURL=order.css.map */