@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  min-width: 1000px !important;
  width: 100%;
  position: relative;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: unset !important;
  }
}

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

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

/* 11.21 Add */
.bread-crumb a {
  color: #707070;
  text-decoration: none;
}

.main-title_jp {
  font-family: FP-ヒラギノ角ゴ ProN W5;
  letter-spacing: 2px;
}

.main-title_en {
  font-family: GillSansNova-SemiBold;
  font-size: 14px;
  letter-spacing: 2px;
  color: #707070;
  margin-top: 5px;
  display: inline-block;
}

.main-table {
  font-family: FP-ヒラギノ角ゴ ProN W3;
}

.main-table tr th {
  font-family: FP-ヒラギノ角ゴ ProN W4;
}

.pl-2 {
  padding-left: 20px;
}

.pd-16 {
  padding-left: 16px;
  padding-top: 8px;
}

.f-go-3 {
  font-family: FP-ヒラギノ角ゴ ProN W3;
}

.f-go-4 {
  font-family: FP-ヒラギノ角ゴ ProN W4;
}

.section-end {
  float: right;
}

.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
.table-box tr:first-child th {
  text-align: center;
}

.table-box tr:first-child th:first-child {
  border: none !important;
  background-color: white !important;
}

.ml-66 {
  margin-left: 66px;
}

.page-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-title {
    gap: 1vw;
    margin-top: 8vw;
    margin-bottom: 12vw;
  }
}
.page-title_en {
  font-family: GillSansNova-SemiBold;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .page-title_en {
    font-size: 3.2vw;
  }
}
.page-title_jp {
  font-family: FP-ヒラギノ角ゴ ProN W5;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  .page-title_jp {
    font-size: 5.0666666667vw;
  }
}

.companybottom {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff35b;
  border-radius: 10px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .companybottom {
    max-width: 100%;
    border-radius: 2.6666666667vw;
    margin-bottom: 16vw;
    width: calc(100% - 10.6666666667vw);
    margin: auto;
  }
}
.companybottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .companybottom_box {
    flex-direction: column;
    padding: 10.6666666667vw 4vw;
    gap: 4.6666666667vw;
  }
}
.companybottom_box .leftimg {
  max-width: 185px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .companybottom_box .leftimg {
    display: none;
  }
}
.companybottom_box .leftimg img {
  width: 100%;
}
.companybottom_box .rightimg {
  max-width: 135px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .companybottom_box .rightimg {
    display: none;
  }
}
.companybottom_box .rightimg img {
  width: 100%;
}
.companybottom_box .spimg {
  display: none;
}
@media screen and (max-width: 768px) {
  .companybottom_box .spimg {
    display: block;
    width: 100%;
  }
  .companybottom_box .spimg img {
    width: 100%;
  }
}
.companybottom_txt {
  font-family: FP-ヒラギノ角ゴ ProN W4;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 768px) {
  .companybottom_txt {
    font-size: 3.7333333333vw;
  }
}

.p-pagesec {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-pagesec {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.p-pagesec_inner {
  max-width: 920px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-pagesec_inner {
    max-width: 100%;
  }
}
.p-pagesec_itemrow {
  display: flex;
  align-items: stretch;
  gap: 40px;
  padding: 30px 0 20px;
  border-bottom: 1px solid #dedede;
  font-family: FP-ヒラギノ角ゴ ProN W3;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
    gap: 4vw;
    flex-direction: column;
    align-items: flex-start;
    padding: 4.6666666667vw 0;
  }
}
.p-pagesec_itemrow_head {
  max-width: 150px;
  min-width: 150px;
  width: 100%;
  font-family: FP-ヒラギノ角ゴ ProN W4;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow_head {
    max-width: 100%;
    min-width: auto;
  }
}
.p-pagesec_itemrow_content {
  width: 100%;
}
.p-pagesec_itemrow_content p {
  margin: 0;
}
.p-pagesec_itemrow_content a {
  color: #111;
  text-decoration: none;
}
.p-pagesec_itemrow_content .indenttxt {
  text-indent: -1em;
  padding-left: 1em;
}
.p-pagesec_itemrow ul {
  padding: 0;
  margin: 0;
}
.p-pagesec_itemrow ul li {
  list-style: none;
}
.p-pagesec_itemrow .tablecontent {
  max-width: 710px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent {
    max-width: 160vw;
    padding: 5.3333333333vw 0;
    margin-bottom: 10px;
  }
}
.p-pagesec_itemrow .tablecontent th,
.p-pagesec_itemrow .tablecontent td {
  border: 1px solid #dedede;
  border-collapse: collapse;
  padding: 8px 10px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent th,
  .p-pagesec_itemrow .tablecontent td {
    padding: 2vw 2.6666666667vw;
  }
}
.p-pagesec_itemrow .tablecontent th {
  width: auto;
}
.p-pagesec_itemrow .tablecontent table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  color: #111111;
  font-family: FP-ヒラギノ角ゴ ProN W3;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent table {
    border: 1px solid #dedede;
    font-size: 2.9333333333vw;
  }
}
.p-pagesec_itemrow .tablecontent table .sticky-col {
  position: relative;
}
.p-pagesec_itemrow .tablecontent table .sticky-col th {
  font-family: FP-ヒラギノ角ゴ ProN W4;
  font-weight: 400;
  text-align: center;
  color: #707070;
  background: #f6f6f6;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent table .sticky-col th {
    font-size: 2.9333333333vw;
  }
}
.p-pagesec_itemrow .tablecontent table .sticky-col th:first-child {
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent table .sticky-col th:first-child {
    position: sticky;
    left: 0px;
    z-index: 9;
    background-color: #fff;
  }
}
.p-pagesec_itemrow .tablecontent table .second-row th {
  font-family: FP-ヒラギノ角ゴ ProN W4;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent table .second-row th {
    font-size: 2.5333333333vw;
  }
}
.p-pagesec_itemrow .tablecontent table .first-column td {
  font-family: FP-ヒラギノ角ゴ ProN W3;
  font-weight: 300;
  text-align: right;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
  color: #111;
  min-width: 75px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent table .first-column td {
    font-size: 2.9333333333vw;
    line-height: 5.6vw;
    min-width: 16vw;
  }
}
.p-pagesec_itemrow .tablecontent table .first-column td:first-child {
  min-width: 80px;
}
@media screen and (max-width: 1240px) {
  .p-pagesec_itemrow .tablecontent table .first-column td:first-child {
    min-width: 6.4516129032vw;
  }
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent table .first-column td:first-child {
    min-width: 20vw;
    position: sticky;
    left: -1px;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #dedede;
  }
}
.p-pagesec_itemrow .tablecontent table .first-column td .itemrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent table .first-column td .itemrow {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent table .first-column td .itemrow span {
    min-width: 9.3333333333vw;
  }
}
.p-pagesec_itemrow .tablecontent table .first-column td .itemrow_head {
  font-family: FP-ヒラギノ角ゴ ProN W4;
  font-weight: 400;
  font-weight: normal;
  text-align: left;
  color: #707070;
  min-width: 45px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_itemrow .tablecontent table .first-column td .itemrow_head {
    min-width: 9.3333333333vw;
  }
}
.p-pagesec_terms .itemtxt {
  font-family: FP-ヒラギノ角ゴ ProN W3;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms .itemtxt {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
.p-pagesec_terms__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item {
    margin-bottom: 10.6666666667vw;
  }
}
.p-pagesec_terms__item p {
  margin: 0;
}
.p-pagesec_terms__item:last-child {
  margin-bottom: 0;
}
.p-pagesec_terms__item_title {
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: stretch;
  gap: 15px;
  font-family: FP-ヒラギノ角ゴ ProN W5;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_title {
    font-size: 3.7333333333vw;
    gap: 2vw;
    margin-bottom: 4vw;
    background-color: inherit;
  }
}
.p-pagesec_terms__item_content .numlist {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_content .numlist {
    margin-top: 2.6666666667vw;
  }
}
.p-pagesec_terms__item_content .numlist li {
  list-style: none;
  counter-increment: item;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_content .numlist li {
    padding-left: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-pagesec_terms__item_content .numlist li:last-child {
  margin-bottom: 0;
}
.p-pagesec_terms__item_content .numlist li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  font-weight: 400;
}
.p-pagesec_terms__item_content .itemlist {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_content .itemlist {
    margin-top: 2.6666666667vw;
  }
}
.p-pagesec_terms__item_content .itemlist p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_content .itemlist p {
    padding-left: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-pagesec_terms__item_content .itemlist p::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_content .itemlist p::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 1.45vw;
  }
}
.p-pagesec_terms__item_content .itemlist02 {
  position: relative;
  margin-top: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_content .itemlist02 {
    margin-left: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-pagesec_terms__item_content .itemlist02 p {
  position: relative;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_content .itemlist02 p {
    padding-left: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-pagesec_terms__item_content .itemlist02 p::before {
  content: "";
  width: 0;
}
.p-pagesec_terms__item_content .indentlist {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_content .indentlist {
    margin-top: 2.6666666667vw;
  }
}
.p-pagesec_terms__item_content .indentlist p {
  margin-bottom: 7px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_content .indentlist p {
    margin-bottom: 2vw;
  }
}
.p-pagesec_terms__item_content a {
  color: #0089FF;
  text-decoration: underline;
}
.p-pagesec_terms__item_content .ml-20 {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .p-pagesec_terms__item_content .ml-20 {
    margin-left: 4vw;
  }
}

.p-guide_body {
  margin-bottom: 100px;
  margin-top: 70px;
  font-family: FP-ヒラギノ角ゴ ProN W3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-guide_body {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-guide_body img {
  width: 100%;
  height: auto;
}
.p-guide_body p {
  margin: 0;
}
.p-guide_pageinlink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide_pageinlink {
    gap: 2.6666666667vw;
    flex-wrap: wrap;
    padding: 0 5.3333333333vw;
  }
}
.p-guide_pageinlink li {
  flex: 1;
  list-style: none;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .p-guide_pageinlink li {
    max-width: 100%;
  }
}
.p-guide_pageinlink li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: FP-ヒラギノ角ゴ ProN W4;
  border-radius: 30px;
  border: 1px solid #707070;
  padding: 10px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #707070;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-guide_pageinlink li a {
    border-radius: 5.3333333333vw;
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw;
    background: #707070;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .p-guide_pageinlink li a:hover {
    background: #707070;
    color: #fff;
  }
}
.p-guide__itembox {
  padding-top: 80px;
  scroll-margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox {
    padding-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_inner {
    padding: 0 5.3333333333vw;
  }
}
.p-guide__itembox_title {
  margin: 0;
  font-family: FP-ヒラギノ角ゴ ProN W4;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #222;
  border-radius: 5px;
  background: #fffabd;
  padding: 14px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_title {
    font-size: 4.2666666667vw;
    padding: 3.3333333333vw;
    border-radius: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.p-guide__itembox_toptxt {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  color: #111;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_toptxt {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
    margin-top: 5.3333333333vw;
    text-align: left;
  }
}
.p-guide__itembox_topgrid {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_topgrid {
    grid-template-columns: 1fr;
    margin-top: 5.3333333333vw;
    grid-gap: 2.6666666667vw;
  }
}
.p-guide__itembox_topgrid .griditem {
  border-radius: 10px;
  padding: 20px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  min-height: 140px;
}
.p-guide__itembox_topgrid .griditem:nth-child(3) {
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_topgrid .griditem {
    padding: 3.3333333333vw 2.6666666667vw;
    gap: 2.6666666667vw;
    flex-direction: row;
    min-height: auto;
    align-items: flex-start;
    border-radius: 1.3333333333vw;
  }
}
.p-guide__itembox_topgrid .griditem__img {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_topgrid .griditem__img {
    max-width: 13.3333333333vw;
  }
}
.p-guide__itembox_topgrid .griditem__txt {
  margin: 0;
  font-family: FP-ヒラギノ角ゴ ProN W4;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_topgrid .griditem__txt {
    font-size: 3.7333333333vw;
    line-height: 6vw;
    text-align: left;
  }
}
.p-guide__itembox_topgrid .griditem__txt01 {
  margin: 0;
  font-family: FP-ヒラギノ角ゴ ProN W4;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_topgrid .griditem__txt01 {
    font-size: 3.7333333333vw;
    line-height: 6vw;
    text-align: left;
  }
}
.p-guide__itembox_topgrid .griditem__txt02 {
  margin: 0;
  font-family: FP-ヒラギノ角ゴ ProN W3;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #111;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_topgrid .griditem__txt02 {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
    text-align: left;
  }
}
.p-guide__itembox_topgrid .griditem__title {
  width: 100%;
  margin: 0;
  border-radius: 17px;
  background: #fff35b;
  font-family: FP-ヒラギノ角ゴ ProN W5;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #111;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.p-guide__itembox_topgrid .griditem__title span {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_topgrid .griditem__title span {
    margin-top: 0;
  }
}
.p-guide__itembox_topgrid .griditem__title .en {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: GillSansNova-SemiBold;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_topgrid .griditem__title .en {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__itembox_topgrid .griditem__title {
    flex-direction: column;
    width: auto;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    padding: 2.6666666667vw 0;
    border-radius: 2vw;
    max-width: 19.3333333333vw;
    min-width: 19.3333333333vw;
  }
}
.p-guide__itembox .itemtxt {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .itemtxt {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
.p-guide__itembox .smalltxt {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .smalltxt {
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
    text-align: center;
  }
}
.p-guide__itembox .col-red {
  color: #FF2F48;
}
.p-guide__itembox ul,
.p-guide__itembox ol {
  margin: 0;
  padding: 0;
}
.p-guide__itembox .dotlist {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .dotlist {
    margin-top: 4vw;
  }
}
.p-guide__itembox .dotlist li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .dotlist li {
    padding-left: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-guide__itembox .dotlist li:last-child {
  margin-bottom: 0;
}
.p-guide__itembox .dotlist li::before {
  content: "⚫︎";
  color: #fff35b;
  position: absolute;
  left: 0;
  top: 0;
}
.p-guide__itembox .cardbox {
  border-radius: 10px;
  background: #f6f6f6;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .cardbox {
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.p-guide__itembox .cardbox img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .cardbox img {
    margin-bottom: 5.3333333333vw;
  }
}
.p-guide__itembox .nolist {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .nolist {
    margin-top: 5.3333333333vw;
  }
}
.p-guide__itembox .nolist li {
  margin-bottom: 15px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .nolist li {
    margin-bottom: 4vw;
  }
}
.p-guide__itembox .nolist li:last-child {
  margin-bottom: 0;
}
.p-guide__itembox .flowbox {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .flowbox {
    margin-top: 8vw;
  }
}
.p-guide__itembox .flowbox__item {
  margin-bottom: 70px;
  display: flex;
  align-items: stretch;
  gap: 50px;
}
.p-guide__itembox .flowbox__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .flowbox__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-guide__itembox .flowbox__item_main {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .flowbox__item_main {
    max-width: 100%;
  }
}
.p-guide__itembox .flowbox__item_img {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .flowbox__item_img {
    max-width: 66.6666666667vw;
    margin: auto;
  }
}
.p-guide__itembox .flowbox__item_img img {
  margin-bottom: 10px;
}
.p-guide__itembox .flowbox__item_img img:last-child {
  margin-bottom: 0;
}
.p-guide__itembox .flowbox__item_title {
  padding: 2px;
  border-radius: 23px;
  background: #fff35b;
  font-family: GillSansNova-SemiBold;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #111;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .flowbox__item_title {
    font-size: 6.9333333333vw;
    padding: 0.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.p-guide__itembox .flowbox__item_title span {
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .flowbox__item_title span {
    font-size: 4.5333333333vw;
  }
}
.p-guide__itembox .flowbox__item_title img {
  width: 18px;
  height: auto;
  position: absolute;
  top: -5px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .flowbox__item_title img {
    width: 4.6666666667vw;
    top: -1.3333333333vw;
    left: -2.6666666667vw;
  }
}
.p-guide__itembox .flowbox__item_content {
  margin: 25px 10px 0;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .flowbox__item_content {
    margin: 5.3333333333vw 1.3333333333vw 0;
  }
}
.p-guide__itembox .flowbox__item_content__head {
  font-family: FP-ヒラギノ角ゴ ProN W6;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #111;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .flowbox__item_content__head {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.p-guide__itembox .mt-10 {
  margin-top: 10px;
}
.p-guide__itembox .mt-15 {
  margin-top: 15px;
}
.p-guide__itembox .mt-20 {
  margin-top: 20px;
}
.p-guide__itembox .mt-25 {
  margin-top: 25px;
}
.p-guide__itembox .mb-10 {
  margin-bottom: 10px;
}
.p-guide__itembox .mb-15 {
  margin-bottom: 15px;
}
.p-guide__itembox .mb-20 {
  margin-bottom: 20px;
}
.p-guide__itembox .mb-25 {
  margin-bottom: 25px;
}
.p-guide__itembox .fw-400 {
  font-weight: 400;
  font-family: FP-ヒラギノ角ゴ ProN W4;
}
.p-guide__itembox .fw-500 {
  font-weight: 500;
  font-family: FP-ヒラギノ角ゴ ProN W5;
}
.p-guide__itembox .orderitembox {
  display: flex;
  align-items: stretch;
  gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .orderitembox {
    gap: 5.3333333333vw;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    border-bottom: 2px solid #dedede;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-guide__itembox .orderitembox:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.p-guide__itembox .orderitembox_content {
  max-width: 360px;
  width: 100%;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .orderitembox_content {
    margin-left: 0;
    max-width: 100%;
  }
}
.p-guide__itembox .orderitembox_img {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .orderitembox_img {
    max-width: 66.6666666667vw;
    margin: auto;
  }
}
.p-guide__itembox .orderitembox_flow {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .orderitembox_flow {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .orderitembox_flow .topbox {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .orderitembox_flow .topbox_img {
    display: flex;
    align-items: stretch;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .orderitembox_flow .smalltxt {
    margin-top: 4vw;
  }
}
.p-guide__itembox .orderitembox_flow__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .orderitembox_flow__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
.p-guide__itembox .orderitembox_flow__item img {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-guide__itembox .orderitembox_flow__item img {
    max-width: 41.3333333333vw;
    margin: auto;
  }
}
.p-guide__itembox .orderitembox_flow__item:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=page.css.map */