@charset "UTF-8";
/* メインコンテンツのみ縮小（ヘッダー・フッター除く） */
#cm-main {
  zoom: 0.9;
}
/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  border-top: 1px solid #dedcea;
  margin-bottom: 2.8rem;
}
.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.9rem 0;
  margin: 0;
}
.c-breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.4rem;
  line-height: 1.6;
  margin-right: 0.8rem;
}
.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 1.3rem;
  background: #d7d7d7;
  top: 0.7rem;
  right: 0;
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
}
.c-breadcrumb ul li:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 0;
}
.c-breadcrumb ul li:last-child:after {
  content: none;
}
.c-breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.c-breadcrumb ul li a {
  line-height: 1.2;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

.page-title {
  color: #3730a3;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}

.page-heading {
  background: url(../images/common_img/bg_heading.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 4rem;
  padding: 1.9rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .page-heading {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.margin_layout {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .margin_layout {
    margin-top: 3rem;
  }
}

.page-text {
  margin: 0 auto;
}

.cm-title02 {
  background: #844bb6;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0;
  padding: 1.4rem 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .cm-title02 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    gap: 1rem;
  }
  .cm-title02 img {
    width: 2.2rem;
  }
}
.cm-title02:before {
  content: "";
  width: 1rem;
  height: 100%;
  background: #ffd700;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .cm-title02:before {
    width: 0.5rem;
  }
}

.p-contact {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-contact {
    margin-bottom: 4rem;
  }
}
.p-contact .page-subtitle {
  margin: 0;
}
.p-contact .user-type-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .p-contact .user-type-buttons {
    margin-top: 2.5rem;
  }
}
.p-contact .user-type-buttons .user-type-btn {
  width: calc(50% - 0.5rem);
  border-radius: 0.8rem;
  background: #ebeaf2;
  color: #333333;
  font-size: 2.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  height: 7.6rem;
}
@media only screen and (max-width: 767px) {
  .p-contact .user-type-buttons .user-type-btn {
    font-size: 1.8rem;
    height: 4.5rem;
  }
}
.p-contact .user-type-buttons .user-type-btn.active {
  background: #844bb6;
  color: #fff;
}
.p-contact .s-contact03 {
  text-align: center;
}
.p-contact .s-contact03 .cm-btn {
  margin: auto;
}

.cm-contactForm .section {
  display: none;
}
.cm-contactForm .section.show {
  display: block;
}
.cm-contactForm .section-header {
  color: #3730a3;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 0.2rem solid #3730a3;
  padding-bottom: 1.3rem;
  margin: 5rem 0 2.9rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .section-header {
    font-size: 1.8rem;
    border-bottom: 0.1rem solid #3730a3;
    padding-bottom: 1rem;
    margin: 3rem 0 1.5rem;
  }
}
.cm-contactForm .form-label {
  font-weight: 700;
  margin-bottom: 1.2rem;
  display: block;
}
.cm-contactForm .form-label.required:after {
  content: "必須";
  background: #f7ac00;
  color: #fff;
  padding: 0.3rem 1rem;
  font-size: 1.6rem;
  margin-left: 1.7rem;
  border-radius: 0.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .form-label.required:after {
    padding: 0.1rem 0.8rem;
    font-size: 1.3rem;
    margin-left: 1rem;
  }
}
.cm-contactForm .form-input,
.cm-contactForm .form-select,
.cm-contactForm .form-textarea {
  background: #fcfcff;
  border: 0.1rem solid #dedcea;
  border-radius: 0.3rem;
  padding: 0.4rem 1.3rem;
  font-size: 1.6rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .form-input,
  .cm-contactForm .form-select,
  .cm-contactForm .form-textarea {
    padding: 0.4rem 0.5em;
    font-size: 1.4rem;
  }
}
.cm-contactForm .form-textarea {
  min-height: 14.5rem;
  display: block;
}
.cm-contactForm .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.cm-contactForm .radio-group input {
  margin-right: 0.5rem;
}
.cm-contactForm .radio-group .form-input {
  width: 100%;
  max-width: 56.5rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .radio-group .form-input {
    max-width: 25rem;
    margin-left: 2rem;
  }
}
.cm-contactForm .form-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.cm-contactForm .form-half .form-input {
  width: calc(50% - 0.5rem);
}
.cm-contactForm .form-group {
  margin-bottom: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .form-group {
    margin-bottom: 1.5rem;
  }
}
.cm-contactForm .form-group:last-child {
  margin-bottom: 0;
}
.cm-contactForm .form-group .note {
  margin-top: 0.4rem;
  margin-bottom: -0.6rem;
}
.cm-contactForm .form-group select {
  background: url(../images/common_img/arow.png) no-repeat center right 1.3rem;
  background-size: 1.5rem auto;
}
.cm-contactForm .form-group input[type="date"] {
  background: url(../images/common_img/calendar.png) no-repeat right 1.3rem
    center;
  background-size: 2rem auto;
}
.cm-contactForm
  .form-group
  input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 2rem;
  height: 100%;
  cursor: pointer;
}
.cm-contactForm .form-note {
  margin: 0.9rem 0 0;
}
.cm-contactForm .product-item {
  border: 0.2rem solid #3730a3;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .product-item {
    border: 0.1rem solid #3730a3;
    padding: 1rem 0.5rem;
  }
}
.cm-contactForm .product-item .product-item-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1rem 2fr 1rem 2fr 1rem 1fr 1rem 1fr 1rem 2fr 1rem 100px;
  grid-template-columns: 3fr 2fr 2fr 1fr 1fr 2fr 100px;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .product-item .product-item-row {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .product-item .product-item-row > div:nth-child(6) {
    font-size: 1.9rem;
  }
  .cm-contactForm .product-item .product-item-row > div:last-child {
    text-align: center;
  }
}
.cm-contactForm .product-total {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem 1.5rem 0;
  border-top: 0.2rem solid #3730a3;
  background: #fff;
}
.cm-contactForm .submit-section {
  text-align: center;
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .submit-section {
    margin-top: 4rem;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cm-contactForm .submit-section .cm-btn__prev {
  width: 29.4rem;
  height: 6.6rem;
  border-radius: 6rem;
  background: var(--co-purple);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cm-contactForm .submit-section .cm-btn__prev:hover {
    background: #844bb6;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .submit-section .cm-btn__prev {
    width: 25rem;
    height: 4.5rem;
    font-size: 1.6rem;
  }
}
.cm-contactForm .submit-btn {
  width: 29.4rem;
  height: 6.6rem;
  border-radius: 6rem;
  background: #ffd700;
  color: #3730a3;
  font-size: 1.8rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .cm-contactForm .submit-btn:hover {
    background: #844bb6;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .cm-contactForm .submit-btn {
    width: 25rem;
    height: 4.5rem;
    font-size: 1.6rem;
  }
}

.p-news {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-news {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-news .news-list {
    margin-top: 0.9rem;
  }
}
.p-news .news-item {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  border-radius: 8px;
  padding: 3.2rem 4rem 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-news .news-item {
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
  }
}
.p-news .news-item:last-child {
  margin-bottom: 0;
}
.p-news .news-item .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.2rem dotted #dedcea;
  padding-bottom: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-news .news-item .news-header {
    display: block;
  }
}
.p-news .news-item .news-header .news-date {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #957fa4;
  font-weight: 500;
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-news .news-item .news-header .news-date {
    text-align: left;
  }
}
.p-news .news-item .news-header .news-title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .p-news .news-item .news-header .news-title {
    font-size: 1.8rem;
  }
}
.p-news .news-item .news-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.7rem;
  margin-top: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .p-news .news-item .news-body {
    display: block;
    margin-top: 2rem;
  }
}
.p-news .news-item .news-body .news-image {
  width: 40rem;
  height: 28rem;
  overflow: hidden;
  background: #c0c0c0;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-news .news-item .news-body .news-image {
    width: 100%;
    height: 18rem;
    margin-bottom: 2rem;
  }
}
.p-news .news-item .news-body .news-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.p-news .news-item .news-body .news-text {
  margin: 0;
}
.p-news .news-item .news-body .news-text p {
  line-height: 1.875;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8.4rem 0 0;
  gap: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin: 4rem 0 0;
    gap: 1rem;
  }
}
.pagination .pagination-btn {
  width: 3.5rem;
  height: 4rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #333333;
  border-radius: 0.3rem;
}
.pagination .pagination-btn.prev,
.pagination .pagination-btn.next {
  border: 1px solid #dedcea;
  background: #ebeaf2;
  color: #9f9f9f;
}
@media only screen and (min-width: 768px) {
  .pagination .pagination-btn:hover {
    border: 1px solid #ffd700;
    background: #ffd700;
    color: #3730a3;
  }
}
.pagination .pagination-btn.active {
  border: 1px solid #ffd700;
  background: #ffd700;
  color: #3730a3;
}

.p-about {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-about {
    margin-bottom: 4rem;
  }
}
.p-about .s-about01 {
  margin-top: 7.3rem;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about01 {
    margin-top: 4rem;
  }
}
.p-about .s-about01_list {
  margin-top: 3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about01_list {
    margin-top: 0;
  }
}
.p-about .s-about01_list:before {
  width: 0.1rem;
  height: 100%;
  background: #dedcea;
  position: absolute;
  left: 5.8rem;
  top: 0;
  content: "";
}
@media only screen and (max-width: 767px) {
  .p-about .s-about01_list:before {
    left: 4rem;
    height: 90%;
  }
}
.p-about .s-about01_list dl {
  margin: 0 0 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about01_list dl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 2rem;
  }
}
.p-about .s-about01_list dl:last-child {
  margin-bottom: 0;
}
.p-about .s-about01_list dl dt {
  width: 11.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about01_list dl dt {
    width: 8rem;
  }
}
.p-about .s-about01_list dl dd {
  width: calc(100% - 11.6rem);
  padding-left: 2.8rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about01_list dl dd {
    width: calc(100% - 8rem);
    padding-left: 2rem;
  }
}
.p-about .s-about01_list dl dd .ttl {
  color: #3730a3;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about01_list dl dd .ttl {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-about .s-about01_list dl dd p {
  margin: 0;
}
.p-about .s-about02 {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about02 {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .s-about02_table {
    margin-top: 0;
  }
}
.p-about .s-about02_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about02_table dl {
    display: block;
    margin-bottom: 1rem;
  }
}
.p-about .s-about02_table dl dt {
  width: 30rem;
  border-bottom: 0.2rem solid #3730a3;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2.2rem 1rem;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about02_table dl dt {
    width: 100%;
    border-bottom: none;
    padding: 0;
  }
}
.p-about .s-about02_table dl dd {
  margin: 0;
  width: calc(100% - 30rem);
  border-bottom: 0.2rem solid #dedcea;
  letter-spacing: 0.05em;
  padding: 2.2rem 2rem;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about02_table dl dd {
    width: 100%;
    padding: 0 0 1rem;
    border-bottom: 0.1rem solid #dedcea;
  }
}
.p-about .s-about02_table dl dd a {
  text-decoration: none;
}
.p-about .s-about02_box {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 8.1rem;
}
.p-about .s-about02_table dl dd .s-about02_list_img {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.p-about .s-about02_table dl dd .s-about02_list_img a {
  width: calc((100% / 4) - (6rem / 4));
  height: 18.5rem;
  position: relative;
  display: block;
}
.p-about .s-about02_table dl dd .s-about02_list_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about02_box {
    margin-top: 4rem;
    padding: 1.2rem;
  }
  .p-about .s-about02_table dl dd .s-about02_list_img {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
  }
  .p-about .s-about02_table dl dd .s-about02_list_img a {
    width: calc((50% - 0.5rem));
    aspect-ratio: 1 / 1;
    height: auto;
  }
}
.p-about .s-about02_box .bg_grarian {
  padding: 0.1rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-about .s-about02_box .inner {
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  padding: 3.8rem 4.1rem 3.4rem;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about02_box .inner {
    padding: 1.2rem;
  }
}
.p-about .s-about02_box .inner div {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about02_box .inner div {
    margin-bottom: 2rem;
  }
}
.p-about .s-about02_box .inner div:last-child {
  margin-bottom: 0;
}
.p-about .s-about02_box .inner .ttl {
  margin: 0 0 1.1rem;
  color: #3730a3;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-about .s-about02_box .inner .ttl {
    font-size: 2rem;
    margin: 0 0 0.5rem;
  }
}
.p-about .s-about02_box .inner p {
  margin: 0;
}

.p-terms {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-terms {
    margin-bottom: 4rem;
  }
}
.p-terms .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3730a3;
  border-bottom: 0.2rem solid #3730a3;
  margin: 4.6rem 0 2rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-terms .ttl {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
  }
}
.p-terms .s-terms01 {
  margin-top: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .p-terms .s-terms01 {
    margin-top: 4rem;
  }
}
.p-terms .s-terms02 {
  margin-top: 9.4rem;
}
@media only screen and (max-width: 767px) {
  .p-terms .s-terms02 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-terms .cm-title02 {
    margin-bottom: 2.3rem;
  }
}
.p-terms .p-terms_ct ol {
  margin: 0 0 0 23px;
  padding: 0;
}
.p-terms .p-terms_ct ul {
  margin: 0;
  padding: 0;
}
.p-terms .p-terms_ct ul li {
  list-style-type: disc;
}
.p-terms .p-terms_ct p {
  margin-top: 0;
  margin-bottom: 0;
}
.p-terms .p-terms_ct table {
  width: 100%;
  border: 1px solid #dedcea;
  margin: 2.4rem 0 5.3rem;
}
@media only screen and (max-width: 767px) {
  .p-terms .p-terms_ct table {
    margin: 2rem 0;
  }
}
.p-terms .p-terms_ct table th {
  width: 41.7rem;
  background: #fcfcff;
  text-align: left;
  font-weight: 600;
  border: 1px solid #dedcea;
  padding: 1.7rem 3rem;
}
@media only screen and (max-width: 767px) {
  .p-terms .p-terms_ct table th {
    width: 15rem;
    padding: 1rem 0.5rem;
  }
}
.p-terms .p-terms_ct table td {
  border: 1px solid #dedcea;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .p-terms .p-terms_ct table td {
    padding: 1rem 0.5rem;
  }
}
.p-terms .note-box {
  border: 0.4rem solid #f7ac00;
  border-radius: 0.8rem;
  margin-top: 2.2rem;
  padding: 2rem 2.6rem;
}
@media only screen and (max-width: 767px) {
  .p-terms .note-box {
    padding: 1rem 0.5rem;
  }
}
.p-terms .note-box strong {
  font-weight: 700;
  color: #f7ac00;
  display: block;
}

.mypage-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .mypage-layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.mypage-layout .side-menu {
  width: 23.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  padding: 1.7rem 1.4rem 1rem;
  border-radius: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .mypage-layout .side-menu {
    width: 100%;
  }
}
.mypage-layout .side-menu-header {
  font-size: 2.4rem;
  color: #3730a3;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .mypage-layout .side-menu-header {
    font-size: 2rem;
  }
}
.mypage-layout .side-menu-list {
  margin: 0;
  padding: 0;
}
.mypage-layout .side-menu-list li {
  border-top: 1px solid #dedcea;
  list-style-type: none;
}
.mypage-layout .side-menu-list a {
  display: block;
  padding: 1.3rem 1rem;
  color: #333333;
  text-decoration: none;
}
.mypage-layout .side-menu-list a.active {
  background: #ccc;
}
.mypage-layout .side-menu-list a:hover {
  background: #ccc;
}

.p-mypage_identity {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-mypage_identity {
    margin-bottom: 5rem;
  }
}
.p-mypage_identity .content-area {
  width: 100%;
}
.p-mypage_identity .txt {
  margin: 2.1rem 0 1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-mypage_identity .txt {
    margin: 0 0 2rem;
  }
}
.p-mypage_identity .info-table {
  width: 100%;
}
.p-mypage_identity .info-table th {
  width: 24.6rem;
  background: #fcfcff;
  border: 1px solid #dedcea;
  text-align: left;
  padding: 1.7rem 3.1rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-mypage_identity .info-table th {
    width: 15rem;
    padding: 1rem;
  }
}
.p-mypage_identity .info-table td {
  border: 1px solid #dedcea;
  padding: 1.7rem 3.1rem;
}
@media only screen and (max-width: 767px) {
  .p-mypage_identity .info-table td {
    padding: 1rem;
  }
}
.p-mypage_identity .info-table td .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-mypage_identity .info-table td .note img {
  width: 1.8rem;
}
.p-mypage_identity .section {
  margin-bottom: 8rem;
}
.p-mypage_identity .section:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-mypage_identity .section {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-mypage_identity .section .cm-title02 {
    margin-bottom: 2.1rem;
  }
}
.p-mypage_identity .cm-contactForm .submit-section {
  margin-top: 3.3rem;
}
.p-mypage_identity .cm-contactForm .submit-section .submit-btn {
  width: 41.8rem;
  margin: auto;
}

.cm-btnnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .cm-btnnav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.cm-btnnav a {
  width: 36rem;
  height: 6.6rem;
  border: 0.1rem solid #3730a3;
  border-radius: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.8rem;
  color: #3730a3;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-btnnav a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .cm-btnnav a:hover {
    background: #3730a3;
    color: #fff;
  }
  .cm-btnnav a:hover .icon {
    background: #fff;
  }
  .cm-btnnav a:hover .icon:before {
    background: #3730a3;
  }
  .cm-btnnav a:hover .icon:after {
    border: solid #3730a3;
    border-width: 0 0.1rem 0.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-btnnav a {
    width: 100%;
    font-size: 1.6rem;
    height: 5rem;
  }
}
.cm-btnnav a .icon {
  width: 3rem;
  height: 3rem;
  background: #3730a3;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cm-btnnav a .icon:before {
  content: "";
  width: 0.1rem;
  height: 1.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cm-btnnav a .icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  position: absolute;
  padding: 0.3rem;
  margin-top: 0.1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.cm-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .cm-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cm-tabs .tab-button {
  width: calc(50% - 0.5rem);
  border-radius: 1rem 1rem 0 0;
  font-size: 2.4rem;
  font-weight: 500;
  height: 7.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background: #ebeaf2;
}
@media only screen and (max-width: 767px) {
  .cm-tabs .tab-button {
    font-size: 1.6rem;
    height: 5rem;
  }
}
.cm-tabs .tab-button.active {
  background: #844bb6;
  color: #fff;
}

.p-flow .s-flow01 {
  margin-top: 7.3rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow01 {
    margin-top: 4rem;
  }
}
.p-flow .s-flow02 {
  margin-top: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02 {
    margin-top: 4rem;
  }
}
.p-flow .s-flow02 .method-card-content {
  padding: 2.7rem 2.5rem 0.7rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02 .method-card-content {
    padding: 0 2.5rem 2rem;
  }
}
.p-flow .s-flow02 .method-card-content h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #3730a3;
  position: relative;
  margin: 0 0 1rem;
  line-height: 2.7rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow02 .method-card-content h4 {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
}
.p-flow .s-flow02 .method-card-content h4:before {
  content: "";
  width: 0.6rem;
  height: 100%;
  border-radius: 2rem;
  background: #ffd700;
  position: absolute;
  top: 0;
  left: -1.5rem;
}
.p-flow .s-flow02 .method-card-content p {
  margin: 0;
}
.p-flow .section-description {
  text-align: center;
  margin: 2.6rem 0 0;
}
.p-flow .method-cards {
  margin-top: 2.3rem;
}
.p-flow .method-cards .method-card {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .method-cards .method-card {
    margin-bottom: 1rem;
  }
}
.p-flow .method-cards .method-card:last-child {
  margin-bottom: 0;
}
.p-flow .merit-list-inline {
  padding: 0;
  margin: 0;
}
.p-flow .merit-list-inline li {
  list-style-type: none;
  background: url(../images/flow/check.png) no-repeat left top 1.1rem;
  background-size: 1.5rem auto;
  padding-left: 2.5rem;
  color: #333333;
  margin: 0;
}
.p-flow .comparison-method {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  border-radius: 8px;
  padding: 4.1rem 5rem 5rem;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .comparison-method {
    margin-top: 3rem;
    padding: 2rem 1rem;
  }
}
.p-flow .comparison-method .title {
  text-align: center;
  color: #3730a3;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 2.1rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .comparison-method .title {
    font-size: 2rem;
  }
}
.p-flow .comparison-method table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-flow .comparison-method table {
    width: 52rem;
  }
}
.p-flow .comparison-method table thead {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-flow .comparison-method table thead {
    font-size: 1.6rem;
  }
}
.p-flow .comparison-method table thead th {
  padding: 1.1rem;
}
.p-flow .comparison-method table thead .thead01 {
  width: 40rem;
  background: #f7ac00;
}
@media only screen and (max-width: 767px) {
  .p-flow .comparison-method table thead .thead01 {
    width: 20rem;
  }
}
.p-flow .comparison-method table thead .thead02 {
  width: 40rem;
  background: #2196f3;
}
@media only screen and (max-width: 767px) {
  .p-flow .comparison-method table thead .thead02 {
    width: 20rem;
  }
}
.p-flow .comparison-method table tfoot th {
  padding: 0.5rem;
}
.p-flow .comparison-method table tfoot .tfoot01 {
  background: #f7ac00;
}
.p-flow .comparison-method table tfoot .tfoot02 {
  background: #2196f3;
}
.p-flow .comparison-method table tbody tr {
  background: #fcfcff;
  -webkit-box-shadow: 0px 1px 8px rgba(55, 48, 163, 0.1);
  box-shadow: 0px 1px 8px rgba(55, 48, 163, 0.1);
}
.p-flow .comparison-method table tbody tr:nth-child(2n) {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 8px rgba(55, 48, 163, 0.1);
  box-shadow: 0px 1px 8px rgba(55, 48, 163, 0.1);
}
.p-flow .comparison-method table tbody td {
  text-align: center;
  padding: 2rem 3rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .p-flow .comparison-method table tbody td {
    padding: 1rem 0;
    line-height: 1.6;
  }
}
.p-flow .comparison-method table tbody td:nth-child(1) {
  text-align: left;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-flow .comparison-method table tbody td:nth-child(1) {
    padding-left: 1rem;
  }
}
.p-flow .comparison-method table tbody td:nth-child(2) {
  width: 40rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .comparison-method table tbody td:nth-child(2) {
    width: 20rem;
  }
}
.p-flow .comparison-method table tbody td:nth-child(3) {
  width: 40rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .comparison-method table tbody td:nth-child(3) {
    width: 20rem;
  }
}
.p-flow .comparison-method table tbody td .comparison-mark {
  font-size: 1.9rem;
  font-weight: bold;
  -webkit-text-stroke: 1px currentColor;
}
.p-flow .comparison-method table tbody td .comparison-mark.mark-normal {
  color: #f7ac00;
}
.p-flow .comparison-method table tbody td .comparison-mark.mark-good {
  color: #2196f3;
}
.p-flow .s-flow03 {
  margin-top: 8.1rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 {
    margin-top: 4rem;
  }
}
.p-flow .s-flow03_tab {
  margin-top: 2.3rem;
}
.p-flow .s-flow03 .flow-chart {
  margin-top: 2.5rem;
}
.p-flow .s-flow03 .flow-chart .flow-step {
  border: 1px solid #3730a3;
  border-radius: 0.8rem;
  padding: 4.4rem 12.5rem 4.2rem;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 .flow-chart .flow-step {
    padding: 4rem 1.5rem 2rem 3.5rem;
  }
}
.p-flow .s-flow03 .flow-chart .flow-step .flow-number {
  font-size: 4.8rem;
  font-weight: 500;
  color: #3730a3;
  line-height: 1;
  position: absolute;
  top: 1.1rem;
  left: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 .flow-chart .flow-step .flow-number {
    font-size: 2.8rem;
    top: 1.1rem;
    left: 0.5rem;
  }
}
.p-flow .s-flow03 .flow-chart .flow-step .flow-number:after {
  content: "";
  width: 0.1rem;
  height: 9rem;
  background: #3730a3;
  position: absolute;
  left: 4rem;
  top: 0.6rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 .flow-chart .flow-step .flow-number:after {
    height: 4rem;
    left: 2rem;
    top: 1rem;
  }
}
.p-flow .s-flow03 .flow-chart .flow-step .flow-title {
  color: #3730a3;
  font-size: 2rem;
  margin: 0 0 1rem;
}
.p-flow .s-flow03 .flow-chart .flow-step .flow-description {
  margin: 0;
}
.p-flow .s-flow03 .flow-chart .flow-step .flow-detail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 .flow-chart .flow-step .flow-detail-text {
    display: block;
  }
}
.p-flow .s-flow03 .flow-chart .flow-step .flow-detail-text p {
  margin: 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 .flow-chart .flow-step .flow-detail-text p {
    width: 100%;
  }
}
.p-flow .s-flow03 .flow-chart .flow-step .flow-detail {
  border-left: 1.5rem solid #ffd700;
  padding-left: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 .flow-chart .flow-step .flow-detail {
    border-left: 0.5rem solid #ffd700;
    padding-left: 1rem;
    margin-top: 1rem;
  }
}
.p-flow .s-flow03 .flow-chart .flow-step .flow-detail-title {
  font-weight: 700;
  margin: 0;
}
.p-flow .s-flow03 .flow-chart .flow-step .flow-detail-text {
  margin: 0;
}
.p-flow .s-flow03 .flow-chart .flow-arrow {
  font-size: 0rem;
  height: 6.6rem;
  width: 5rem;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 .flow-chart .flow-arrow {
    height: 4rem;
  }
}
.p-flow .s-flow03 .flow-chart .flow-arrow:before {
  content: "";
  width: 0.1rem;
  height: 5.6rem;
  background: #3730a3;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 .flow-chart .flow-arrow:before {
    height: 3rem;
  }
}
.p-flow .s-flow03 .flow-chart .flow-arrow:after {
  content: "";
  border: solid #3730a3;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  position: absolute;
  padding: 1rem;
  margin-top: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .p-flow .s-flow03 .flow-chart .flow-arrow:after {
    padding: 0.6rem;
    margin-top: 0.3rem;
  }
}
.p-flow .tab-content {
  display: none;
}
.p-flow .tab-content.active {
  display: block;
}
.p-flow .notice-box {
  border-radius: 0.8rem;
  border: 0.5rem solid #f7ac00;
  padding: 4.2rem 4rem 4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .notice-box {
    border: 0.2rem solid #f7ac00;
    padding: 2rem;
    margin-top: 4rem;
  }
}
.p-flow .notice-box .notice-title {
  color: #f7ac00;
  font-size: 2rem;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-flow .notice-box .notice-title {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-flow .notice-box .notice-list {
  margin: 0;
  padding: 0 0 0 2.3rem;
}

.cta-section {
  background: #3730a3;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(55, 48, 163)),
    to(rgb(139, 77, 184))
  );
  background: linear-gradient(
    90deg,
    rgb(55, 48, 163) 0%,
    rgb(139, 77, 184) 100%
  );
  margin-top: 10rem;
  padding: 9.3rem 0 10.5rem;
}
@media only screen and (max-width: 767px) {
  .cta-section {
    margin-top: 4rem;
    padding: 4rem 2rem;
  }
}
.cta-section .cta-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cta-section .cta-title {
    font-size: 2rem;
  }
}
.cta-section .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.1rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .cta-section .cta-buttons {
    gap: 1rem;
    margin-top: 2rem;
  }
}

.search-section__ttl {
  text-align: center;
  font-size: 2.4rem;
  color: #3730a3;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .search-section__ttl {
    font-size: 2rem;
  }
}
.search-section .search-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  border-radius: 8px;
  padding: 2.8rem 3rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .search-section .search-box {
    padding: 1rem;
    gap: 1rem;
  }
}
.search-section .search-box .search-btn {
  width: 20rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .search-section .search-box .search-btn {
    width: 8rem;
    height: 4rem;
  }
}
.search-section .search-box .search-input {
  width: 100%;
  border: 1px solid #dedcea;
  background: #fcfcff;
  padding: 1.8rem 3.4rem;
}
@media only screen and (max-width: 767px) {
  .search-section .search-box .search-input {
    padding: 1rem;
  }
}
.search-section .search_singlge {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  border-radius: 8px;
  margin-top: 8rem;
  padding: 3.2rem 3.2rem 4rem;
}
@media only screen and (max-width: 767px) {
  .search-section .search_singlge {
    margin-top: 4rem;
    padding: 2rem 1.5rem;
  }
}
.search-section .search_singlge .search-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 7.3rem;
  margin-bottom: 10rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .main-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.main-container .sidebar {
  width: 23.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0.1rem solid #844bb6;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-container .sidebar {
    width: 100%;
  }
}
.main-container .sidebar .sidebar-item {
  background: #844bb6;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.07em;
  padding: 1.3rem 0.6rem;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .main-container .sidebar .sidebar-item {
    font-size: 1.6rem;
    padding: 0.7rem 0.6rem;
  }
}
.main-container .sidebar .sidebar-item:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.4rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.main-container .sidebar .sidebar-item.open:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.main-container .sidebar .sidebar-submenu {
  padding: 0 1rem;
  display: none;
}
.main-container .sidebar .sidebar-submenu.open {
  display: block;
}
.main-container .sidebar .sidebar-submenu .sidebar-subitem {
  border-bottom: 1px solid #dedcea;
  display: block;
  letter-spacing: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.main-container .sidebar .sidebar-submenu .sidebar-subitem a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 1.1rem 0;
}
@media only screen and (max-width: 767px) {
  .main-container .sidebar .sidebar-submenu .sidebar-subitem a {
    padding: 0.6rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .main-container .sidebar .sidebar-submenu .sidebar-subitem:hover {
    color: #3730a3;
  }
}
.main-container .main-content {
  width: 100%;
}
.main-container .main-content-header {
  border: 1px solid #dedcea;
  padding: 2rem 1.9rem 1.8rem;
}
@media only screen and (max-width: 767px) {
  .main-container .main-content-header {
    padding: 1.5rem;
  }
}
.main-container .main-content-header .page-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-container .main-content-header .page-title-row .list_purchased {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6rem;
}
.main-container .main-content-header .page-title-row .list_purchased .ttl {
  color: #3730a3;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .main-container .main-content-header .page-title-row .list_purchased .ttl {
    font-size: 1.8rem;
  }
}
.main-container .main-content-header .page-title-row .list_purchased ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  margin: -0.5rem 0 0;
  padding: 0;
  gap: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .main-container .main-content-header .page-title-row .list_purchased ul {
    display: none;
  }
}
.main-container .main-content-header .page-title-row .list_purchased ul li {
  list-style-type: none;
}
.main-container .main-content-header .page-title-row .list_purchased ul a {
  text-decoration: underline;
  color: #333333;
  position: relative;
}
.main-container
  .main-content-header
  .page-title-row
  .list_purchased
  ul
  a:after {
  content: "";
  width: 0.1rem;
  height: 1.3rem;
  background: #d7d7d7;
  position: absolute;
  right: -1.3rem;
  top: 0.4rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.main-container .main-content-header .page-title-row .view-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .main-container .main-content-header .page-title-row .view-toggle {
    gap: 1rem;
  }
}
.main-container .main-content-header .page-title-row .view-toggle button {
  border: none;
  padding: 0;
  width: 5rem;
  height: 5rem;
}
@media only screen and (max-width: 767px) {
  .main-container .main-content-header .page-title-row .view-toggle button {
    width: 5rem;
  }
}
.main-container .main-content-header .page-title-row .view-toggle #listViewBtn {
  background: url(../images/common_img/view-btn.png) no-repeat center center;
  background-size: 100% auto;
}
.main-container
  .main-content-header
  .page-title-row
  .view-toggle
  #listViewBtn.active {
  background: url(../images/common_img/view-btn_on.png) no-repeat center center;
  background-size: 100% auto;
}

.main-container .main-content-header .page-title-row .view-toggle #gridViewBtn {
  background: url(../images/common_img/view-btn2_on.png) no-repeat center center;
  background-size: 100% auto;
}
.main-container
  .main-content-header
  .page-title-row
  .view-toggle
  #gridViewBtn.active {
  background: url(../images/common_img/view-btn2.png) no-repeat center center;
  background-size: 100% auto;
}

.main-container .main-content .tag-filter {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .main-container .main-content .tag-filter {
    margin-top: 3rem;
  }
}
.main-container .main-content .tag-filter .tag-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .main-container .main-content .tag-filter .tag-buttons {
    gap: 1rem;
  }
}
.main-container .main-content .tag-filter .tag-buttons .tag-btn {
  min-width: calc(14.2857142857% - 1.3714285714rem);
  height: 4.1rem;
  border: 0.1rem solid #333333;
  background: #fff;
  color: #333333;
  cursor: pointer;
  border-radius: 0.4rem;
}
.main-container .main-content .tag-filter .tag-buttons .tag-btn.active,
.main-container .main-content .tag-filter .tag-buttons .tag-btn:hover {
  color: #fff;
  background: #333333;
}
.main-container .main-content .tag-filter .tag-buttons .tag-btn a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.main-container .main-content .tag-filter .tag-buttons .tag-btn.active a,
.main-container .main-content .tag-filter .tag-buttons .tag-btn:hover a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main-container .main-content .tag-filter .tag-buttons .tag-btn {
    height: 3rem;
    font-size: 1.2rem;
    min-width: auto;
    padding: 0 1rem;
  }
}

.hidden {
  display: none !important;
}

.product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem 2.7rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .product-grid {
    gap: 3rem 1rem;
    margin-top: 2.5rem;
  }
}
.product-grid .product-card {
  width: calc(33.3333333333% - 1.8rem);
}
@media only screen and (max-width: 767px) {
  .product-grid .product-card {
    width: calc(50% - 0.5rem);
  }
}
.product-grid .product-image {
  width: 100%;
  height: 18.3rem;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-grid .product-image {
    height: 13rem;
  }
}
.product-grid .product-image .product-badge {
  width: 5.7rem;
  height: 3rem;
  border-radius: 0.4rem;
  background: #f7ac00;
  position: absolute;
  top: 1.6rem;
  left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .product-grid .product-image .product-badge {
    width: 4rem;
    height: 2.3rem;
    font-size: 1.3rem;
    top: 0.5rem;
    left: 0.5rem;
  }
}
.product-grid .product-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.product-grid .product-info .product-name {
  font-size: 2rem;
  font-weight: 600;
  margin: 0.8rem 0 -0.6rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .product-grid .product-info .product-name {
    font-size: 1.6rem;
    margin: 0.8rem 0 0.5rem;
  }
}
.product-grid .product-info .product-jan {
  letter-spacing: 0;
}
.product-grid .product-info .product-price {
  font-weight: 500;
  margin-top: 0.8rem;
}
.product-grid .product-info .product-price .price_pro_news span {
  color: #ff0000;
}
.product-grid .product-info .product-price .price_pro_old {
  color: #9f9f9f;
}
.product-grid .product-info .product-actions {
  margin-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .product-grid .product-info .product-actions {
    margin-top: 1.5rem;
  }
}
.product-grid .product-info .product-actions a {
  width: 100%;
  height: 5.2rem;
  background: #ffd400;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 6rem;
  color: #3730a3;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .product-grid .product-info .product-actions a:hover {
    background: var(--co-purple);
    color: #ffd400;
  }
}
@media only screen and (max-width: 767px) {
  .product-grid .product-info .product-actions a {
    height: 3.5rem;
    font-size: 1.6rem;
  }
}

.product-list {
  margin-top: 2.5rem;
}
.product-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dedcea;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .product-list-item {
    align-items: flex-start;
    gap: 1rem;
    padding: 0.5rem;
  }
}
.product-list-item:last-child {
  margin-bottom: 0;
}
.product-list-image {
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .product-list-image {
    width: 8rem;
    height: 8rem;
    background: #ececec;
    border-radius: 0;
  }
}
.product-list-image .product-badge {
  width: 3rem;
  height: 1.5rem;
  border-radius: 0.4rem;
  background: #f7ac00;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  z-index: 99;
}

.product-list-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.product-list-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product-list-content {
    display: block;
  }
}
.product-list-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2rem;
  padding: 0 2rem;
  width: 51rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .product-list-details {
    display: block;
    width: 100%;
    padding: 0 0 1rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-header {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-actions {
    margin-top: 1rem;
    text-align: center;
  }
}
.product-list-actions a {
  width: 10rem;
  height: 4.1rem;
  color: var(--co-purple);
  background: #ffd400;
  cursor: pointer;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  font-weight: 500;
}
.product-list-actions a:hover {
  background: var(--co-purple);
  color: #ffd400;
}
@media only screen and (max-width: 767px) {
  .product-list-actions a {
    margin: auto;
    width: 100%;
  }
}
.product-list-name {
  font-weight: 700;
  line-height: 1.3;
}
.product-list-price {
  border: 1px solid #000;
  padding: 4px 10px;
  font-weight: 700;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-list-price {
    padding: 4px 0.5rem;
    font-size: 1rem;
  }
}

.product-jan {
  line-height: 1.3;
}
.product-jan--scroll {
  max-height: 6.5em; /* 約5行分 */
  overflow-y: auto;
}
.product-jan p {
  margin: 0;
}

.p-product {
  border-top: 1px solid #dedcea;
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.2rem;
  margin-top: 0.7rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .product-detail {
    margin-top: 0;
    margin-bottom: 4rem;
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-detail .product-image-area {
  width: 19rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-image-area {
    width: 100%;
  }
}
.product-detail .product-image-area .main-image {
  width: 100%;
  height: 19rem;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #f8f7fd;
}

.product-detail .product-image-area .main-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-detail .product-image-area .thumbnail-images {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
}
.product-detail .product-image-area .thumbnail-images .thumbnail {
  width: calc(33.3333333333% - 0.5666666667rem);
  height: 6rem;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  background: #f8f7fd;
}

.product-detail .product-image-area .thumbnail-images .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-image-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
  }
  .product-detail .product-image-area .main-image {
    width: 65%;
    height: 13rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .product-detail .product-image-area .thumbnail-images {
    width: 35%;
    height: 13rem;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }
  .product-detail .product-image-area .thumbnail-images .thumbnail {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    min-height: 0;
  }
  .product-detail .product-image-area .thumbnail-images .thumbnail img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.product-detail .product-info-area {
  margin-top: -0.9rem;
  width: 100%;
}
.product-detail .product-info-area .product-name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
}
.product-detail .product-info-area .product-in-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-info-area .product-name {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: -0.5rem;
  }
  .product-detail.single-image .product-info-area .product-name {
    display: none;
  }
  .product-detail.single-image .product-image-area {
    display: none;
  }
  .product-detail.single-image .product-info-area .product-in-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
  }
  .product-detail.single-image .product-info-area .product-in-sp .img {
    width: 10rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #f8f7fd;
  }
  .product-detail.single-image .product-info-area .product-in-sp p {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
  }
}
.product-detail .product-info-area .selection-section {
  margin-bottom: 1.5rem;
}
.product-detail .product-info-area .selection-label {
  color: #3730a3;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-info-area .selection-label {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
.product-detail .product-info-area .selection-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-info-area .selection-buttons {
    gap: 0.5rem;
  }
}
.product-detail .product-info-area .selection-buttons .selection-btn {
  height: 4.1rem;
  border: 1px solid #333;
  border-radius: 0.4rem;
  min-width: 10rem;
  color: #333;
  padding: 0.2rem 1rem;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-info-area .selection-buttons .selection-btn {
    height: 3.2rem;
    min-width: 7rem;
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
  }
}
.product-detail .product-info-area .selection-buttons .selection-btn:hover,
.product-detail .product-info-area .selection-buttons .selection-btn.active {
  background: #333;
  color: #fff;
}
.product-detail .condition-selection-area {
  margin-top: 3.7rem;
}
.product-detail .condition-loading {
  padding: 1rem 0;
  color: #999;
  font-size: 0.9rem;
}
.product-detail .condition-item {
  margin-bottom: 0.9rem;
  border: 1px solid #dedcea;
}
.product-detail .condition-item.active .condition-detail {
  display: block;
}
.product-detail .condition-item.active .condition-item-header {
  background: #3730a3;
  color: #fff;
}
.product-detail .condition-item.active .condition-item-header .condition-price {
  color: #fff;
}
.product-detail .condition-item .condition-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fcfcff;
  padding: 0.8rem 1.9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product-detail .condition-item .condition-item-header {
    padding: 0.5rem 1rem;
  }
}
.product-detail .condition-item .condition-item-header .condition-name {
  font-weight: 700;
}
.product-detail .condition-item .condition-item-header .condition-price {
  font-size: 2rem;
  font-weight: 700;
  color: #ff0000;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .product-detail .condition-item .condition-item-header .condition-price {
    font-size: 1.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.product-detail .condition-item .condition-detail {
  display: none;
  padding: 1.8rem 1.9rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  .product-detail .condition-item .condition-detail {
    padding: 1rem;
  }
}
.product-detail .condition-item .condition-detail_ttl {
  font-weight: 700;
}
.product-detail .condition-item .condition-detail_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 0.9rem;
}
.product-detail .condition-item .condition-detail_img .img {
  width: 8rem;
  height: 6.5rem;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #f8f7fd;
}
.product-detail .condition-item .condition-detail_img .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.product-detail .cart-section {
  border-top: 1px solid #3730a3;
  margin-top: 3rem;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .product-detail .cart-section {
    display: block;
  }
}
.product-detail .cart-section .quantity-control {
  width: 20rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  border: 1px solid #000;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-detail .cart-section .quantity-control {
    margin: auto;
  }
}
.product-detail .cart-section .quantity-control .quantity-btn {
  width: 5.2rem;
  border: none;
  background: #f6f6f6;
  color: #3eb0de;
  font-size: 2rem;
}
.product-detail .cart-section .quantity-control .quantity-input {
  width: calc(100% - 10.4rem);
  border: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  padding-left: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .product-detail .cart-section .quantity-control .quantity-input {
    padding: 0 !important;
  }
}
.product-detail .cart-section .cart-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-detail .cart-section .add-cart-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  height: 5.2rem;
  background: #ffd700;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #3730a3;
  border-radius: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .product-detail .cart-section .add-cart-btn {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .product-detail .cart-section .add-cart-btn:hover {
    background: #3730a3;
    color: #ffd700;
  }
}
.product-detail .cart-section .go-cart-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 5.2rem;
  background: #3730a3;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffd700;
  border-radius: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .product-detail .cart-section .go-cart-btn {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .product-detail .cart-section .go-cart-btn:hover {
    background: #ffd700;
    color: #3730a3;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail .cart-section .add-cart-btn {
    max-width: 30rem;
    width: 100%;
    margin: 2rem auto 0;
  }
  .product-detail .cart-section .cart-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-detail .cart-section .go-cart-btn {
    max-width: 30rem;
    width: 100%;
    margin-top: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .notice-section .cm-title02 {
    margin-bottom: 2.1rem;
  }
}
.notice-section p {
  margin: 0;
}

.related-products {
  margin-top: 7.3rem;
}
@media only screen and (max-width: 767px) {
  .related-products {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .related-products .cm-title02 {
    margin-bottom: 1.4rem;
  }
}
.related-products .cart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #3730a3;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .related-products .cart-summary {
    display: block;
    padding-bottom: 1.5rem;
  }
}
.related-products .cart-summary .cart-summary-label {
  font-size: 2rem;
  font-weight: 700;
  color: #3730a3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .related-products .cart-summary .cart-summary-label {
    font-size: 1.8rem;
  }
}
.related-products .cart-summary .cart-summary-value {
  color: #ff0000;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-left: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .related-products .cart-summary .cart-summary-value {
    font-size: 2rem;
  }
}
.related-products .products-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.9rem;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .related-products .products-grid {
    gap: 2rem;
    margin-top: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.related-products .products-grid .product-card {
  width: 27rem;
  padding: 1.5rem 2rem 1.6rem;
  text-align: center;
  border-radius: 0.8rem;
  background: #ebeaf2;
}
@media only screen and (max-width: 767px) {
  .related-products .products-grid .product-card {
    width: 100%;
    padding: 1.5rem;
  }
}
.related-products .products-grid .product-card-name {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
}
.related-products .products-grid .product-card-options {
  letter-spacing: 0;
}
.related-products .products-grid .product-card-price {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ff0000;
  margin-top: 0.7rem;
}

.single_related-products {
  margin-top: 8.1rem;
}
@media only screen and (max-width: 767px) {
  .single_related-products {
    margin-top: 4rem;
  }
}

.single_products-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.3rem;
  margin-top: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .single_products-grid {
    gap: 1rem;
    margin-top: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }
}
.single_products-grid .single_product-card {
  width: calc(20% - 1.84rem);
}
@media only screen and (max-width: 767px) {
  .single_products-grid .single_product-card {
    width: 12rem;
    min-width: 12rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.single_products-grid .single_product-card a {
  text-decoration: none;
}
.single_products-grid .img {
  width: 100%;
  height: 15rem;
  overflow: hidden;
  background: #c0c0c0;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .single_products-grid .img {
    width: 100%;
    height: 13rem;
    margin-bottom: 0;
  }
}
.single_products-grid .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.single_products-grid .product-card-name {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .single_products-grid .product-card-name {
    font-size: 1.4rem;
  }
}

.status-card {
  border: 1px solid #dedcea;
  margin-bottom: 5.9rem;
}
.status-card.status-card--cancelled {
  background-color: #f5f5f5;
  border-color: #c0c0c0;
}
@media only screen and (max-width: 767px) {
  .status-card {
    margin-bottom: 3rem;
  }
}
.status-card-header {
  border-bottom: 1px solid #dedcea;
  padding: 2rem 3rem 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.8rem;
  background: #fcfcff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .status-card-header {
    padding: 1.5rem 1.2rem;
    display: block;
  }
  .status-card-header > div {
    margin-bottom: 2rem;
  }
}
.status-card-header p {
  margin: 0;
}
.status-card-header .date_request {
  color: #9f9f9f;
}
.status-card-body .assessment-area {
  padding: 3rem 3rem;
}
@media only screen and (max-width: 767px) {
  .status-card-body .assessment-area {
    padding: 1.5rem;
  }
}
.status-card-body .shipping_infor {
  border: 0.3rem solid #106eb6;
  padding: 2.2rem 2.7rem;
  line-height: 1.875;
  margin-bottom: 4rem;
}
.status-card-body .shipping_infor .ttl {
  color: #106eb6;
  font-weight: 700;
}

.deadline-warning {
  border: 0.2rem solid #f7ac00;
  padding: 2.2rem 2.8rem;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 767px) {
  .deadline-warning {
    padding: 1rem;
  }
}
.deadline-warning strong {
  font-weight: 700;
  color: #f7ac00;
}
.deadline-warning p {
  margin: 0;
}

.product-table {
  border: 1px solid #dedcea;
  padding: 2rem 3rem 2rem;
  width: 100%;
}
.product-table thead th {
  background: #3730a3;
  color: #fff;
  font-weight: 600;
  padding: 1.1rem 0;
  border: 1px solid #dedcea;
}
.product-table thead th:nth-child(1) {
  width: 21.8rem;
}
.product-table thead th:nth-child(2) {
  width: 15.8rem;
}
.product-table thead th:nth-child(3) {
  width: 17.5rem;
}
.product-table thead th:nth-child(4) {
  width: 11.5rem;
}
.product-table tbody td {
  padding: 1.4rem 0.5rem;
  border: 1px solid #dedcea;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
}
.product-table tfoot td {
  padding: 0.7rem 1.5rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0;
}
.product-table tfoot .total-price {
  letter-spacing: 0;
  padding: 0.6rem 1.2rem 0.9rem 0;
  text-align: right;
}
.product-table tfoot .total-price span {
  color: #ff0000;
  font-size: 2rem;
}
.product-table tfoot .total-price p {
  margin: 0;
}
.product-table tfoot .total-price .purchase_price {
  color: #9f9f9f;
  font-weight: 600;
  font-size: 1.6rem;
}
.product-table tfoot .total-price .purchase_price span {
  color: #9f9f9f;
  font-size: 1.6rem;
}
.product-table tfoot .total-price .subtotal {
  font-weight: 600;
  font-size: 1.6rem;
}
.product-table tfoot .total-price .subtotal span {
  color: #000;
  font-size: 1.6rem;
}
.product-table tfoot .total-price .number_units {
  font-weight: 600;
  color: #ff0000;
  font-size: 1.6rem;
}
.product-table tfoot .total-price .number_units span {
  font-size: 1.6rem;
}
.product-table tfoot .total-price .final_price_txt {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #000;
}
.assessment-total-outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.7rem 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  border-top: 2px solid #dee2e6;
  margin-top: 0.5rem;
}
.assessment-total-label {
  white-space: nowrap;
  padding-top: 0.6rem;
}
.assessment-total-outer .total-price {
  letter-spacing: 0;
  padding: 0.6rem 1.2rem 0.9rem 0;
  text-align: right;
}
.assessment-total-outer .total-price span {
  color: #ff0000;
  font-size: 2rem;
}
.assessment-total-outer .total-price p {
  margin: 0;
}
.assessment-total-outer .total-price .purchase_price {
  color: #9f9f9f;
  font-weight: 600;
  font-size: 1.6rem;
}
.assessment-total-outer .total-price .purchase_price span {
  color: #9f9f9f;
  font-size: 1.6rem;
}
.assessment-total-outer .total-price .subtotal {
  font-weight: 600;
  font-size: 1.6rem;
}
.assessment-total-outer .total-price .subtotal span {
  color: #000;
  font-size: 1.6rem;
}
.assessment-total-outer .total-price .number_units {
  font-weight: 600;
  color: #ff0000;
  font-size: 1.6rem;
}
.assessment-total-outer .total-price .number_units span {
  font-size: 1.6rem;
}
.assessment-total-outer .total-price .final_price_txt {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #000;
}
.product-table .assessment {
  background: #ffd700;
  border-radius: 0.4rem;
  color: #3730a3;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0 1.5rem;
}
.product-table .product-name-cell {
  font-weight: 700;
  text-align: center;
}
.product-table tbody tr.item-excluded td {
  background-color: #e0e0e0;
  color: #888;
}
.product-table .item-status-label {
  color: #d32f2f;
  font-weight: 600;
  font-size: 0.85em;
  margin-left: 0.5rem;
  white-space: nowrap;
}
.product-table .price-cell {
  color: #ff0000;
  font-weight: 600;
  white-space: nowrap;
}
.product-table .price-cell .price-original {
  color: #9f9f9f;
  text-decoration: line-through;
  margin-left: 1rem;
}
.product-table .status-label {
  background: #ffd700;
  border-radius: 0.4rem;
  color: #3730a3;
  font-weight: 600;
  padding: 0 0.5rem;
}
.product-table .status-label.reduced {
  background: #ffd700;
}
.product-table .btn-detail {
  width: 8.3rem;
  height: 2.6rem;
  background: #ebeaf2;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .product-table .btn-detail:hover {
    background: #3730a3;
    color: #fff;
  }
}
.product-table .action-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-table .action-button-group .action-checkbox-item {
  border-radius: 0.4rem;
  padding: 0.2rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.54rem;
  white-space: nowrap;
}
.product-table .action-button-group .action-checkbox-item input {
  top: 1px;
  position: relative;
}
.product-table .action-button-group .action-checkbox-item.accept {
  background: #2196f3;
  color: #fff;
}
.product-table .action-button-group .action-checkbox-item.cancel {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.product-table .action-button-group .action-checkbox-item.cancel input {
  accent-color: red;
}

/* 査定完了テーブル - 6件以上の縦スクロール（ヘッダー固定、商品行のみスクロール） */
.js-scrollable.scroll-v {
  max-height: 34rem;
  overflow-y: auto;
}
.js-scrollable.scroll-v .product-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.deferred-payment-section {
  border: 0.4rem solid #dedcea;
  border-radius: 0.8rem;
  padding: 2.3rem 3rem 3.1rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .deferred-payment-section {
    margin-top: 3rem;
    padding: 1.5rem;
  }
}
.deferred-payment-section .deferred-payment-title {
  font-weight: 700;
}
.deferred-payment-section .deferred-payment-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  margin-top: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .deferred-payment-section .deferred-payment-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.deferred-payment-section .deferred-payment-buttons .deferred-btn {
  width: calc(33.3333333333% - 1.6rem);
  height: 8.1rem;
  border-radius: 0 2rem 0 2rem;
  border: 1px solid #333333;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .deferred-payment-section .deferred-payment-buttons .deferred-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .deferred-payment-section .deferred-payment-buttons .deferred-btn:hover {
    opacity: 0.7;
  }
}
.deferred-payment-section .deferred-payment-buttons .deferred-btn.selected {
  background: #f7ac00;
  border: 1px solid #f7ac00;
  color: #fff;
}
.deferred-payment-section
  .deferred-payment-buttons
  .deferred-btn
  .deferred-rate {
  display: block;
}

.listmypage_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .listmypage_btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}
.listmypage_btn .submit-btn {
  width: calc(50% - 1.25rem);
  height: 6.6rem;
  border-radius: 6rem;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .listmypage_btn .submit-btn {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
  }
}
.listmypage_btn .btn-yellow {
  border: 0.2rem solid #ffd700;
  background: #ffd700;
}
.listmypage_btn .btn-yellow:hover {
  background: #3730a3;
  color: #ffd700;
  border: 0.2rem solid #3730a3;
}
.listmypage_btn .btn-white {
  border: 0.2rem solid #3730a3;
  background: #fff;
  color: #3730a3;
}
.listmypage_btn .btn-white:hover {
  color: #fff;
  background: #3730a3;
}

.status-badge {
  min-width: 11rem;
  min-height: 4.1rem;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.4rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.status-badge.waiting {
  background: #f7ac00;
}
.status-badge.assessed {
  background: #106eb6;
}
.status-badge.pending {
  background: #f7ac00;
}

.txt_bulk {
  margin-top: 3.1rem;
  margin-right: 0;
  margin-bottom: 1.3rem;
  margin-left: 0;
  font-weight: 700;
}

.bulk-action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .bulk-action-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bulk-action-buttons .bulk-btn {
  width: calc(50% - 0.4rem);
  font-size: 1.8rem;
  font-weight: 700;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-color: #b42318;
  border-radius: 6px;
  background-color: #fff;
  color: #b42318;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.18);
  -webkit-transition-property: opacity, transform, box-shadow;
  transition-property: opacity, transform, box-shadow;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
@media only screen and (min-width: 768px) {
  .bulk-action-buttons .bulk-btn:hover {
    opacity: 0.85;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
  }
}
@media only screen and (max-width: 767px) {
  .bulk-action-buttons .bulk-btn {
    font-size: 1.6rem;
    height: 5rem;
    width: 100%;
  }
}
.bulk-action-buttons .bulk-btn--accept {
  background-color: #844bb6;
  border-color: #844bb6;
  color: #fff;
}
.bulk-action-buttons .bulk-btn--reject {
  background-color: #fff;
  border-color: #b42318;
  color: #b42318;
}

.status-card-body .submit-btn {
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  .status-card-body .submit-btn {
    margin: 2rem auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .js-scrollable {
    overflow-x: scroll;
  }
  /* .js-scrollable.scroll-v {
    touch-action: pan-x pan-y;
    overscroll-behavior: contain;
  } */
  .js-scrollable .product-table {
    width: 100rem;
  }
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 30px;
  border: 3px solid #000;
  width: 80%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

.modal-title {
  font-size: 20px;
  font-weight: bold;
}

.close {
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  line-height: 1;
}

.close:hover {
  color: #666;
}

.modal-body {
  line-height: 1.8;
}

.detail-row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.detail-value {
  font-size: 14px;
  color: #333;
}

.s-mypage_history .accordion-header {
  border-bottom: 1px solid #dedcea;
}
@media only screen and (min-width: 768px) {
  .s-mypage_history .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 1.8rem 1.2rem 2.1rem;
    cursor: pointer;
  }
  .s-mypage_history .accordion-header:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .s-mypage_history .accordion-header {
    padding: 1rem;
  }
}
.s-mypage_history .accordion-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
.s-mypage_history .accordion-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .s-mypage_history .accordion-header-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 4.5rem;
  }
}
.s-mypage_history .accordion-header .accordion-request-number {
  font-weight: 900;
  font-size: 1.8rem;
}
.s-mypage_history .accordion-header .accordion-dates {
  color: #9f9f9f;
}
.s-mypage_history .accordion-header .accordion-price {
  color: #ff0000;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 2.3rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .s-mypage_history .accordion-header .accordion-price {
    width: 100%;
  }
}
.s-mypage_history .accordion-header .purchase-method-badge {
  width: 11rem;
  height: 4.1rem;
  background: #106eb6;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.s-mypage_history .accordion-header .status-badge {
  width: 11rem;
  min-height: 4.1rem;
  height: auto;
  background: #f7ac00;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  white-space: normal;
  text-align: center;
  padding: 0.3rem 0.5rem;
}
.s-mypage_history .accordion-header .status-badge.cancelled {
  background: #d32f2f;
}
.s-mypage_history .accordion-content {
  display: none;
}
@media only screen and (min-width: 768px) {
  .s-mypage_history .accordion-content {
    padding: 3rem 3rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-mypage_history .accordion-content {
    padding: 1rem 1rem 2rem;
  }
}
.s-mypage_history .accordion-content.open {
  display: block;
}
.s-mypage_history .accordion-content .total_box {
  border-left: 1px solid #dedcea;
  border-right: 1px solid #dedcea;
  border-bottom: 1px solid #dedcea;
  background: #f8f7fd;
  padding: 0 1.8rem 1.7rem;
  margin-bottom: 3rem;
}
.s-mypage_history .accordion-content .total_box .ttl {
  font-weight: 700;
  border-bottom: 1px solid #000;
  letter-spacing: 0;
  padding: 1.1rem 0 0.3rem;
  margin-bottom: 0.9rem;
}
.s-mypage_history .accordion-content .total_box_txt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333333;
}
.s-mypage_history .accordion-content .total_box_txt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ff0000;
}
.s-mypage_history .accordion-content .total_box_txt3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333333;
  font-weight: 700;
  border-top: 1px solid #000;
  margin-top: 1.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-mypage_history .accordion-content .total_box_txt3 strong {
  color: #ff0000;
  font-size: 2rem;
}
.s-mypage_history .accordion-content .total_box_txt4 {
  color: #3730a3;
  font-weight: 1.4rem;
  border-top: 1px solid #9f9f9f;
  margin-top: 1.9rem;
  padding-top: 1rem;
}

.download-link {
  width: 41.8rem;
  height: 6.6rem;
  border: 1px solid #3730a3;
  border-radius: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: #3730a3;
  text-decoration: none;
  padding-left: 2.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .download-link:hover {
    background: #3730a3;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .download-link {
    width: 100%;
    font-size: 1.4rem;
    height: 5rem;
  }
}
.download-link img {
  width: 2.8rem;
}

.cm_table_mypage {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cm_table_mypage {
    display: block;
  }
  .cm_table_mypage tbody {
    display: block;
    width: 100%;
  }
}
.cm_table_mypage tr {
  border-bottom: 1px solid #dedcea;
}
@media only screen and (max-width: 767px) {
  .cm_table_mypage tr {
    display: block;
    width: 100%;
  }
}
.cm_table_mypage th {
  font-weight: 700;
  text-align: left;
  width: 19.5rem;
  padding: 1.2rem 1rem;
}
@media only screen and (max-width: 767px) {
  .cm_table_mypage th {
    width: 100%;
    display: block;
    padding: 1rem 0 0.5rem;
  }
}
.cm_table_mypage td {
  padding: 1.2rem 0;
}
@media only screen and (max-width: 767px) {
  .cm_table_mypage td {
    width: 100%;
    display: block;
    padding: 0 0 1rem;
  }
}

.p-mypage_user_info .section-content {
  margin-top: 1.1rem;
}
.p-mypage_user_info .cm-btn {
  margin: 3.5rem auto 0;
}
.p-mypage_user_info .alert-box {
  background: #fff8e1;
  border: 3px solid #f7ac00;
  border-left: 6px solid #f7ac00;
  margin: 5rem 0 0;
  padding: 2.6rem 2.8rem;
}
@media only screen and (max-width: 767px) {
  .p-mypage_user_info .alert-box {
    margin: 3rem 0 0;
    padding: 2rem;
  }
}
.p-mypage_user_info .section2 {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-mypage_user_info .section2 {
    margin-top: 4rem;
  }
}

.p-mypage_form .cm-contactForm {
  margin-top: 1.7rem;
}
.p-mypage_form .form-display {
  background: #fcfcff;
  border: 0.1rem solid #dedcea;
  border-radius: 0.3rem;
  padding: 0.4rem 1.3rem;
  font-size: 1.6rem;
  width: 100%;
}
.p-mypage_form .submit-btn {
  margin: auto;
}

.p-login {
  padding-bottom: 10.9rem;
}
@media only screen and (max-width: 767px) {
  .p-login {
    padding-bottom: 5rem;
  }
}
.p-login .login-area {
  max-width: 72rem;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-login .login-area {
    padding: 0 1.2rem;
    margin: 4rem auto 0;
  }
}
.p-login .login-area .description {
  text-align: center;
  margin-bottom: 2.4rem;
}
.p-login .login-area .login-btn {
  margin: 3.6rem auto 2.1rem;
}
@media only screen and (max-width: 767px) {
  .p-login .login-area .login-btn {
    margin: 2rem auto 1rem;
  }
}
.p-login .login-area .forgot-password {
  text-align: center;
}
.p-login .register-section {
  border-top: 0.2rem solid #3730a3;
  text-align: center;
  margin-top: 4.5rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-login .register-section {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.p-login .register-section .register-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #3730a3;
  margin-bottom: 0.9rem;
}
.p-login .register-section .register-btn {
  border: 0.1rem solid var(--co-purple);
  color: #fff;
  margin: 2.9rem auto 0;
  background: var(--co-purple);
}
@media only screen and (min-width: 768px) {
  .p-login .register-section .register-btn:hover {
    background: #fff;
    color: var(--co-purple);
  }
}

.p-registration {
  padding-bottom: 10.9rem;
}
@media only screen and (max-width: 767px) {
  .p-registration {
    padding-bottom: 5rem;
  }
}
.p-registration .content-area {
  margin: 5rem auto 0;
  max-width: 72rem;
}
.p-registration .content-area .description {
  text-align: center;
}
.p-registration .cm-contactForm {
  margin-top: 2.3rem;
}
.p-registration .cm-contactForm .form-label {
  text-align: center;
}
.p-registration .cm-contactForm .form-input {
  text-align: center;
}
.p-registration .cm-contactForm .submit-section {
  margin: 3.7rem auto 0;
}
.p-registration .cm-contactForm .note {
  text-align: center;
  margin-top: 2.1rem;
}
.p-registration .login-link {
  border-top: 1px solid #dedcea;
  margin-top: 32px;
  padding-top: 32px;
  font-weight: 600;
  text-align: center;
}
.p-registration .login-link a {
  color: #2196f3;
}
.p-registration .success-message {
  padding: 6rem 0;
  text-align: center;
}
.p-registration .success-message.show {
  display: block;
}
.p-registration .success-message .success-title {
  font-size: 2.4rem;
  color: #3730a3;
  font-weight: 700;
  margin-bottom: 3rem;
}
.p-registration .success-message .success-cart {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.p-registration .success-message .success-cart__text {
  margin: 0;
}

.p-payment_form {
  padding-bottom: 10.9rem;
}
@media only screen and (max-width: 767px) {
  .p-payment_form {
    padding-bottom: 5rem;
  }
}
.p-payment_form .p-payment_form_inner {
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .p-payment_form_inner {
    margin-top: 4rem;
  }
}
.p-payment_form .form-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}
.p-payment_form .form-label.required:after {
  content: "必須";
  background: #f7ac00;
  color: #fff;
  padding: 0.3rem 1rem;
  font-size: 1.6rem;
  margin-left: 1.7rem;
  border-radius: 0.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .form-label.required:after {
    padding: 0.1rem 0.8rem;
    font-size: 1.3rem;
    margin-left: 1rem;
  }
}
.p-payment_form .form-section-content {
  margin-top: 2.8rem;
}
.p-payment_form .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.p-payment_form .mail-warning-info {
  display: none;
  border: 0.2rem solid #f7ac00;
  padding: 3rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .mail-warning-info {
    margin-top: 1.5rem;
    padding: 1.5rem;
  }
}
.p-payment_form .mail-warning-info.active {
  display: block;
}
.p-payment_form .mail-warning-info .mail-warning-title {
  font-size: 2rem;
  font-weight: 700;
  color: #f7ac00;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .mail-warning-info .mail-warning-title {
    font-size: 1.6rem;
  }
}
.p-payment_form .mail-warning-info p {
  margin: 0;
}
.p-payment_form .mail-warning-info strong {
  color: #ff0000;
}
.p-payment_form .bank-info {
  display: none;
  background: #f8f7fd;
  margin-top: 2.5rem;
  padding: 3rem 3rem;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .bank-info {
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
}
.p-payment_form .bank-info.active {
  display: block;
}
.p-payment_form .bank-info .bank-info-title {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 0.2rem solid #3730a3;
  padding-bottom: 1.2rem;
  margin-bottom: 3rem;
  color: #3730a3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .bank-info .bank-info-title {
    font-size: 1.6rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.p-payment_form .bank-info .form-label {
  margin-bottom: 1.2rem;
}
.p-payment_form .bank-info .note {
  margin: 5px 0 0;
}
.p-payment_form .bank-info .form-group {
  margin-bottom: 2.2rem;
}
.p-payment_form .bank-info .form-group:last-child {
  margin-bottom: 0;
}
.p-payment_form .bank-info select,
.p-payment_form .bank-info input[type="text"],
.p-payment_form .bank-info input[type="email"],
.p-payment_form .bank-info input[type="tel"] {
  width: 100%;
  border: 1px solid #dedcea;
  border-radius: 0.3rem;
  background: #fff;
}
.p-payment_form .cash-fee-info {
  display: none;
  border: 0.2rem solid #f7ac00;
  padding: 3rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .cash-fee-info {
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
}
.p-payment_form .cash-fee-info.active {
  display: block;
}
.p-payment_form .cash-fee-info .cash-fee-title {
  font-size: 2rem;
  font-weight: 700;
  color: #f7ac00;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .cash-fee-info .cash-fee-title {
    font-size: 1.6rem;
  }
}
.p-payment_form .cash-fee-info p {
  margin: 0 0 2rem;
}
.p-payment_form .cash-fee-info .fee-table {
  width: 100%;
  border: 1px solid #dedcea;
}
.p-payment_form .cash-fee-info .fee-table th {
  background: #3730a3;
  font-weight: 600;
  border: 1px solid #dedcea;
  width: 50%;
  padding: 1.2rem;
  color: #fff;
  font-size: 1.6rem;
}
.p-payment_form .cash-fee-info .fee-table td {
  border: 1px solid #dedcea;
  text-align: center;
  padding: 13px;
  font-size: 1.4rem;
}
.p-payment_form .form-section {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .form-section {
    margin-bottom: 3rem;
  }
}
.p-payment_form .policy {
  border: 0.4rem solid #dedcea;
  border-radius: 0.8rem;
  padding: 3.3rem 2.7rem 2.8rem;
  color: #333333;
  height: 40rem;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .policy {
    padding: 1.5rem;
    border: 0.2rem solid #dedcea;
    height: 30rem;
  }
}
.p-payment_form .policy h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .policy h3 {
    font-size: 1.6rem;
  }
}
.p-payment_form .policy p {
  margin: 0;
}
.p-payment_form .form-section-orther {
  margin-bottom: 7.4rem;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .form-section-orther {
    margin-bottom: 4rem;
  }
}
.p-payment_form .form-section-orther .note {
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 0;
  margin: 0 0 2.5rem;
}
.p-payment_form .policy-check {
  margin-top: 2rem;
  display: block;
  text-align: center;
}
.p-payment_form .policy-check label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.p-payment_form .submit-section {
  text-align: center;
  margin-top: 2rem;
}
.p-payment_form .submit-section .cm-btn {
  margin: auto;
  width: 35.2rem;
}
@media only screen and (max-width: 767px) {
  .p-payment_form .submit-section .cm-btn {
    width: 30rem;
  }
}
.p-payment_form .submit-section button:disabled,
.p-payment_form .submit-section button[disabled] {
  background: #ccc;
  color: #888;
  cursor: not-allowed;
  opacity: 0.7;
}

.p-member_registration {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration {
    margin-bottom: 5rem;
  }
}
.p-member_registration .p-payment_form_inner {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration .p-payment_form_inner {
    margin-top: 3rem;
  }
}
.p-member_registration #registrationForm {
  margin-top: 3.3rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration #registrationForm {
    margin-top: 2rem;
  }
}
.p-member_registration #registrationForm .form-section-content {
  margin-top: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration #registrationForm .form-section-content {
    margin-top: 2rem;
  }
}
.p-member_registration #registrationForm .radio-group {
  margin: -0.8rem 0 -0.5rem;
  gap: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration #registrationForm .radio-group {
    margin: 0;
  }
}
.p-member_registration #registrationForm .note {
  color: #9f9f9f;
}
.p-member_registration #individual-form {
  display: none;
}
.p-member_registration #individual-form.active {
  display: block;
}
.p-member_registration #individual-form .required_check {
  border: 0.1rem solid #ffd700;
  background: #faf7e3;
  font-weight: 700;
  padding: 1.2rem 2rem;
  margin: 1.2rem 0 0;
}
.p-member_registration #individual-form .required_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration #individual-form .required_check label {
    margin: 0;
    gap: 1.5rem;
  }
}
.p-member_registration #individual-form .required_check .required {
  border-radius: 0.4rem;
  background: #f7ac00;
  color: #fff;
  font-weight: 500;
  margin-left: 2rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration #individual-form .required_check .required {
    margin-left: 0;
    padding: 0 0.5rem;
    font-size: 1.4rem;
  }
}
.p-member_registration #individual-form .form-group .radio-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-member_registration #corporate-form {
  display: none;
}
.p-member_registration #corporate-form.active {
  display: block;
}
.p-member_registration .form-group .radio-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-member_registration .form-section {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration .form-section {
    margin-bottom: 5rem;
  }
}
.p-member_registration .form-section:last-child {
  margin-bottom: 0;
}
.p-member_registration .flex_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-member_registration .flex_date .birth-day,
.p-member_registration .flex_date .birth-month {
  width: 10.5rem;
  margin-right: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration .flex_date .birth-day,
  .p-member_registration .flex_date .birth-month {
    width: 5rem;
    margin-right: 0.5rem;
  }
}
.p-member_registration .flex_date .birth-year {
  width: 14.5rem;
  margin-right: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration .flex_date .birth-year {
    width: 12rem;
  }
}
/* adđ */
.p-member_registration .form-section-orther {
  margin: 8rem 0 0;
}
.p-member_registration .form-section-orther .policy {
  border: 0.4rem solid #dedcea;
  border-radius: 0.8rem;
  padding: 3.3rem 2.7rem 2.8rem;
  color: #333333;
  height: 40rem;
  overflow: auto;
  margin-top: 3rem;
}
.p-member_registration .form-section-orther .policy h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0;
}

.p-member_registration .form-section-orther .policy ol {
  margin: 0 0 0 23px;
  padding: 0;
}
.p-member_registration .form-section-orther .policy ul {
  margin: 0;
  padding: 0;
}
.p-member_registration .form-section-orther .policy ul li {
  list-style-type: disc;
}

.p-member_registration .form-section-orther .policy table {
  width: 100%;
  border: 1px solid #dedcea;
  margin: 2.4rem 0 5.3rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration .form-section-orther .policy {
    padding: 1.5rem 1rem;
  }
  .p-member_registration .form-section-orther .policy table {
    margin: 2rem 0;
  }
  .p-member_registration .form-section-orther {
    margin: 4rem 0 0;
  }
}
.p-member_registration .form-section-orther .policy table th {
  width: 41.7rem;
  background: #fcfcff;
  text-align: left;
  font-weight: 600;
  border: 1px solid #dedcea;
  padding: 1.7rem 3rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration .form-section-orther .policy table th {
    width: 15rem;
    padding: 1rem 0.5rem;
  }
}
.p-member_registration .form-section-orther .policy table td {
  border: 1px solid #dedcea;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration .form-section-orther .policy table td {
    padding: 1rem 0.5rem;
  }
}
.p-member_registration .form-section-orther .note-box {
  border: 0.4rem solid #f7ac00;
  border-radius: 0.8rem;
  margin-top: 2.2rem;
  padding: 2rem 2.6rem;
}
@media only screen and (max-width: 767px) {
  .p-member_registration .form-section-orther .note-box {
    padding: 1rem 0.5rem;
  }
}
.p-member_registration .form-section-orther .note-box strong {
  font-weight: 700;
  color: #f7ac00;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-member_registration .form-section-orther .policy h3 {
    font-size: 1.6rem;
  }
}
.p-member_registration .form-section-orther .policy p {
  margin: 0;
}

.p-member_registration .submit-section button:disabled,
.p-member_registration .submit-section button[disabled] {
  background: #ccc;
  color: #888;
  cursor: not-allowed;
  opacity: 0.7;
}
/* adđ */

.p-forgetpass {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass {
    padding-bottom: 5rem;
  }
}
.p-forgetpass #main_content {
  text-align: center;
  margin-top: 5rem;
}
.p-forgetpass #main_content .error_txt {
  color: #ff0000;
}
.p-forgetpass #cart_form {
  border: 0.4rem solid #dedcea;
  border-radius: 0.8rem;
  padding: 5rem 5rem 4.4rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass #cart_form {
    padding: 1.5rem;
    margin-top: 3rem;
  }
}
.p-forgetpass #cart_form .dl_table_style dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass #cart_form .dl_table_style dl {
    display: block;
    text-align: left;
  }
}
.p-forgetpass #cart_form .dl_table_style dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass #cart_form .dl_table_style dd {
    margin-top: 0.5rem;
  }
}
.p-forgetpass #cart_form .dl_table_style dd input {
  border: 0.1rem solid #dedcea;
  background: #fcfcff;
  border-radius: 0.3rem;
  padding: 5px 2rem;
  width: 50rem;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass #cart_form .dl_table_style dd input {
    width: 100%;
  }
}
.p-forgetpass #cart_form.table_step3 {
  padding: 5rem 2rem 4.4rem;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass #cart_form.table_step3 {
    padding: 1.5rem;
  }
}
.p-forgetpass #cart_form.table_step3 .dl_table_style dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass #cart_form.table_step3 .dl_table_style dl {
    margin-bottom: 1rem;
  }
}
.p-forgetpass #cart_form.table_step3 .dl_table_style dl:last-child {
  margin-bottom: 0;
}
.p-forgetpass #cart_form.table_step3 .dl_table_style dt {
  width: 41.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass #cart_form.table_step3 .dl_table_style dt {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
  }
}
.p-forgetpass #cart_form.table_step3 .dl_table_style dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-forgetpass #cart_form.table_step3 .dl_table_style dd input {
  width: 80%;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass #cart_form.table_step3 .dl_table_style dd input {
    width: 65%;
  }
}
.p-forgetpass #cart_form.table_step3 .form_submit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.2rem;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass #cart_form.table_step3 .form_submit_btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.p-forgetpass #cart_form.table_step3 .form_submit_btn .cm-btn {
  margin: 0;
}
.p-forgetpass .form_submit_btn {
  text-align: center;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass .form_submit_btn {
    margin-top: 2rem;
  }
}
.p-forgetpass .form_submit_btn .cm-btn {
  margin: auto;
  width: 35.2rem;
}
@media only screen and (max-width: 767px) {
  .p-forgetpass .form_submit_btn .cm-btn {
    width: 25rem;
  }
}
.p-forgetpass .form_submit_btn .cm-btn_w {
  background: #fff;
  border: 1px solid #3730a3;
}
@media only screen and (min-width: 768px) {
  .p-forgetpass .form_submit_btn .cm-btn_w:hover {
    background: #3730a3;
    color: #fff;
  }
}

.p-cart_wireframe {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe {
    padding-bottom: 5rem;
  }
}
.p-cart_wireframe .cart-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.p-cart_wireframe .cart-items {
  width: 100%;
}
.p-cart_wireframe .cart-items_list {
  border: 1px solid #dedcea;
  margin-top: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-items_list {
    margin-top: 0;
  }
}
.p-cart_wireframe .cart-items .cart-item {
  border-bottom: 1px solid #dedcea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.5rem 0.8rem 2rem;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-items .cart-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    gap: 0.5rem;
  }
}
.p-cart_wireframe .cart-items .cart-item:last-child {
  border-bottom: none;
}
.p-cart_wireframe .cart-items .cart-item .item-image {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  background: #f8f7fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-cart_wireframe .cart-items .cart-item .item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.p-cart_wireframe .cart-items .cart-item .item-name {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: -1rem 0 -0.2rem;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-items .cart-item .item-image {
    width: 8rem;
    height: 8rem;
  }
  .p-cart_wireframe .cart-items .cart-item .item-name {
    font-size: 1.5rem;
    margin: 0 0 0.2rem;
  }
}
.p-cart_wireframe .cart-items .cart-item .item-specs {
  color: #9f9f9f;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-items .cart-item .item-specs {
    font-size: 1.2rem;
  }
  .p-cart_wireframe .cart-items .cart-item .item-specs span {
    display: block;
  }
}
.p-cart_wireframe .cart-items .cart-item .item-condition {
  background: #faf7e3;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 1rem;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-items .cart-item .item-condition {
    white-space: nowrap;
    margin-left: 0;
    width: auto;
    text-align: left;
    display: block;
    background: none;
    padding: 0;
  }
  .p-cart_wireframe .cart-items .cart-item .item-condition span {
    background: #faf7e3;
    padding: 0 1rem;
    border-radius: 0.4rem;
  }
}
.p-cart_wireframe .cart-items .cart-item .item-right {
  text-align: right;
  width: 20rem;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-items .cart-item .item-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
}

.p-cart_wireframe .cart-items .cart-item .item-price {
  font-size: 2rem;
  color: #ff0000;
  font-weight: 700;
  letter-spacing: 0;
  margin: -0.7rem 0 0.3rem;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-items .cart-item .item-price {
    margin: 0;
    width: 100%;
    order: 2;
  }
}
.p-cart_wireframe .cart-items .cart-item .item-unit-price {
  font-size: 1.3rem;
  color: #9f9f9f;
  text-align: right;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-items .cart-item .item-unit-price {
    width: 100%;
    text-align: right;
  }
}

.p-cart_wireframe .cart-items .cart-item .item-right .item-quantity {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.p-cart_wireframe .cart-items .cart-item .item-right .item-quantity span {
  width: 4.5rem;
  flex-shrink: 0;
}
.p-cart_wireframe
  .cart-items
  .cart-item
  .item-right
  .item-quantity
  .flx_number {
  display: flex;
  border-radius: 0.5rem;
  border: 1px solid #000;
  overflow: hidden;
}
.p-cart_wireframe
  .cart-items
  .cart-item
  .item-right
  .item-quantity
  .flx_number
  .quantity-input {
  width: 6.5rem;
  text-align: center;
  border: none;
  padding: 0 0 0 1.5rem;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0;
}
.p-cart_wireframe .quantity-btn {
  width: 3rem;
  border: none;
  background: #f6f6f6;
  color: #3eb0de;
  font-size: 2rem;
  padding: 0;
}
.p-cart_wireframe .cart-items .cart-item .item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 1.8rem;
}
.p-cart_wireframe .cart-items .cart-item .item-actions form {
  margin: 0;
}
.p-cart_wireframe .cart-items .cart-item .delete-btn {
  border: 1px solid #ff0000;
  border-radius: 0.4rem;
  color: #ff0000;
  font-size: 1.4rem;
  width: 5.2rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .p-cart_wireframe .cart-items .cart-item .delete-btn:hover {
    background: #ff0000;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-items .cart-item .delete-btn {
    margin: 0;
    float: none;
  }
  .p-cart_wireframe
    .cart-items
    .cart-item
    .item-right
    .item-quantity
    .flx_number
    .quantity-input {
    padding: 0;
  }
  .p-cart_wireframe .cart-items .cart-item .item-actions {
    margin-top: 0;
  }
  .p-cart_wireframe .cart-items .cart-item .item-actions form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
.p-cart_wireframe .cart-items .cart-item .item-info {
  width: calc(100% - 20rem);
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-items .cart-item .item-info {
    width: 100%;
  }
}
.p-cart_wireframe .cart-summary {
  width: 29.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  box-shadow: 0px 4px 25px rgba(55, 48, 163, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-summary {
    width: 100%;
  }
}
.p-cart_wireframe .cart-summary .cart-summary-ttl {
  background: #844bb6;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-summary .cart-summary-ttl {
    font-size: 1.6rem;
  }
}
.p-cart_wireframe .cart-summary .cart-summary-content {
  padding: 0 1.4rem;
}
.p-cart_wireframe .cart-summary .summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dedcea;
  letter-spacing: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.4rem 0;
}
@media only screen and (min-width: 768px) {
  .p-cart_wireframe .cart-summary .summary-row {
    gap: 1.6rem;
    flex-wrap: nowrap;
  }
}
.p-cart_wireframe .cart-summary .summary-row:last-child {
  border-bottom: none;
}
.p-cart_wireframe .cart-summary .summary-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.2rem;
  letter-spacing: 0;
}
.p-cart_wireframe .cart-summary .summary-total .total-price {
  font-size: 2.4rem;
  color: #ff0000;
}
.p-cart_wireframe .cart-empty {
  margin-top: 1.5rem;
}
.p-cart_wireframe .cart-summary .cm-btn {
  width: 100%;
  height: 5.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.p-cart_wireframe .cart-summary .summary_list_btn {
  border-top: 0.2rem solid #333333;
  margin-top: 3rem;
  padding-top: 3rem;
}
.p-cart_wireframe .cart-summary .summary_list_btn a {
  border: 1px solid #3730a3;
  background: #3730a3;
  color: #fff;

  display: block;
  border-radius: 5rem;
  text-decoration: none;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-cart_wireframe .cart-summary .summary_list_btn a:hover {
    background: #fff;
    color: #3730a3;
  }
}
.p-cart_wireframe .cart-summary .summary_list_btn a.submit-btn2 {
  background: #fff;
  color: #3730a3;
}
@media only screen and (min-width: 768px) {
  .p-cart_wireframe .cart-summary .summary_list_btn a.submit-btn2:hover {
    background: #3730a3;
    color: #fff;
  }
}
.p-cart_wireframe .cart-summary .summary_list_btn a .font01 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
}
.p-cart_wireframe .cart-summary .summary_list_btn a .font02 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-summary .summary_list_btn a {
    padding: 0.7rem;
  }
  .p-cart_wireframe .cart-summary .summary_list_btn a .font01 {
    font-size: 1.2rem;
  }
  .p-cart_wireframe .cart-summary .summary_list_btn a .font02 {
    font-size: 1.5rem;
  }
}
.p-cart_wireframe .cart-summary .summary_text_note {
  border-top: 1px solid #dedcea;
  color: #333;
  font-size: 1.2rem;
  margin-top: 3rem;
  padding-top: 2.2rem;
  padding-bottom: 2.8rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-cart_wireframe .cart-summary .summary_text_note {
    font-size: 1.4rem;
    color: #9f9f9f;
  }
}

/*---------- START CORPORATE PAGE ----------*/
.p-corporate {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate {
    margin-bottom: 4rem;
  }
}

.p-corporate .s-corporate01 {
  margin-top: 7.3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .s-corporate01 {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}

.p-corporate .s-corporate02 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .s-corporate02 {
    margin-bottom: 4rem;
  }
}

.p-corporate .intro-box {
  background: #f9f9f9;
  border: 1px solid #dedcea;
  border-radius: 0.8rem;
  padding: 3rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-corporate .intro-box {
    padding: 2rem;
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-corporate .s-corporate03 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .s-corporate03 {
    margin-bottom: 4rem;
  }
}

.p-corporate .section-description {
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-corporate .section-description {
    text-align: left;
    font-size: 1.4rem;
  }
}

.p-corporate .merit-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-corporate .merit-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #fff;
  border: 1px solid #dedcea;
  border-radius: 0.8rem;
  padding: 2rem;
  transition: box-shadow 0.3s;
}
.p-corporate .merit-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .p-corporate .merit-item {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}

.p-corporate .merit-number {
  width: 4rem;
  height: 4rem;
  background: var(--co-purple);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-corporate .merit-number {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
  }
}

.p-corporate .merit-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--co-purple);
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .merit-content h3 {
    font-size: 1.6rem;
  }
}

.p-corporate .merit-content p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}

.p-corporate .s-corporate04 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .s-corporate04 {
    margin-bottom: 4rem;
  }
}

.p-corporate .point-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .point-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-corporate .point-card {
  background: #fff;
  border: 1px solid #dedcea;
  border-radius: 0.8rem;
  overflow: hidden;
}

.p-corporate .point-card-header {
  background: linear-gradient(135deg, var(--co-purple) 0%, #5b54c7 100%);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .point-card-header {
    padding: 1.2rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.p-corporate .point-badge {
  background: #ffd400;
  color: var(--co-purple);
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-corporate .point-card-header h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-corporate .point-card-header h3 {
    font-size: 1.6rem;
  }
}

.p-corporate .point-card-content {
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-corporate .point-card-content {
    padding: 1.5rem;
  }
}

.p-corporate .point-card-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-corporate .point-card-content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
}

.p-corporate .point-card-content ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.55em;
  color: var(--co-purple);
  font-size: 0.8rem;
}

.p-corporate .point-card-content ul li:last-child {
  margin-bottom: 0;
}

.p-corporate .s-corporate05 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .s-corporate05 {
    margin-bottom: 4rem;
  }
}

.p-corporate .price-comparison {
  width: 100%;
}

.p-corporate .price-comparison thead th {
  background: #f5f5f5;
  padding: 1.5rem 1rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dedcea;
}

.p-corporate .price-comparison thead .thead01 {
  background: var(--co-purple);
  color: #fff;
}

.p-corporate .price-comparison tbody td {
  padding: 1.5rem 1rem;
  text-align: center;
  border: 1px solid #dedcea;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-corporate .price-comparison tbody td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
}

.p-corporate .price-comparison tbody .method-name {
  font-weight: 700;
  text-align: left;
  background: #f9f9f9;
}

.p-corporate .price-comparison .price-highlight {
  color: #e53935;
  font-weight: 700;
}

.p-corporate .price-comparison tfoot th {
  height: 1rem;
  border: none;
}

.p-corporate .price-comparison tfoot .tfoot01 {
  background: var(--co-purple);
  border-radius: 0 0 0.8rem 0.8rem;
}

.p-corporate .table-note {
  text-align: right;
  font-size: 1.2rem;
  color: #666;
  margin-top: 1rem;
}

.p-corporate .s-corporate06 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .s-corporate06 {
    margin-bottom: 4rem;
  }
}

.p-corporate .junk-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .junk-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.p-corporate .junk-item {
  text-align: center;
  padding: 2rem;
  border: 1px solid #dedcea;
  border-radius: 0.8rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .p-corporate .junk-item {
    padding: 1.5rem;
  }
}

.p-corporate .junk-number {
  width: 4rem;
  height: 4rem;
  background: var(--co-purple);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-corporate .junk-number {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.p-corporate .junk-image {
  width: 100%;
  height: 12rem;
  background: #f5f5f5;
  border-radius: 0.8rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-corporate .junk-image {
    height: 10rem;
    margin-bottom: 1rem;
  }
}

.p-corporate .junk-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.p-corporate .junk-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-corporate .junk-text {
    font-size: 1.2rem;
  }
}

.p-corporate .s-corporate07 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .s-corporate07 {
    margin-bottom: 4rem;
  }
}

.p-corporate .data-security-box {
  background: #f9f9f9;
  border: 1px solid #dedcea;
  border-radius: 0.8rem;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .data-security-box {
    padding: 2rem;
  }
}

.p-corporate .data-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--co-purple);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .data-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.p-corporate .data-security-box > p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.p-corporate .blancco-logo {
  text-align: center;
  margin: 3rem 0;
}

.p-corporate .blancco-logo img {
  width: 100%;
  height: auto;
}

.p-corporate .data-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--co-purple);
  margin-bottom: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #dedcea;
}
@media only screen and (max-width: 767px) {
  .p-corporate .data-subtitle {
    font-size: 1.6rem;
  }
}

.p-corporate .blancco-points {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-corporate .blancco-point {
  background: #fff;
  border: 1px solid #dedcea;
  border-radius: 0.8rem;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .blancco-point {
    padding: 1.5rem;
  }
}

.p-corporate .blancco-point-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .blancco-point-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.p-corporate .blancco-point-header h5 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-corporate .blancco-point-header h5 {
    font-size: 1.4rem;
  }
}

.p-corporate .blancco-point > p {
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-corporate .certification-list {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dashed #dedcea;
}

.p-corporate .certification-list p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-corporate .certification-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .certification-list ul {
    grid-template-columns: 1fr;
  }
}

.p-corporate .certification-list ul li {
  font-size: 1.3rem;
  position: relative;
  padding-left: 1.2rem;
}

.p-corporate .certification-list ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--co-purple);
  font-size: 0.6rem;
}

.p-corporate .s-corporate08 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .s-corporate08 {
    margin-bottom: 4rem;
  }
}

.p-corporate .note-red {
  color: #e53935;
  font-size: 1.2rem;
}

.p-corporate .download-link {
  color: var(--co-purple);
  text-decoration: underline;
  font-weight: 700;
}

.p-corporate .download-link:hover {
  text-decoration: none;
}

/* お取引の流れ */
.p-corporate .flow-chart {
  margin-top: 2.5rem;
}

.p-corporate .flow-chart .flow-step {
  border: 1px solid #3730a3;
  border-radius: 0.8rem;
  padding: 4.4rem 12.5rem 4.2rem;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .p-corporate .flow-chart .flow-step {
    padding: 4rem 1.5rem 2rem 3.5rem;
  }
}

.p-corporate .flow-chart .flow-step .flow-number {
  font-size: 4.8rem;
  font-weight: 500;
  color: #3730a3;
  line-height: 1;
  position: absolute;
  top: 1.1rem;
  left: 1.9rem;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-corporate .flow-chart .flow-step .flow-number {
    font-size: 2.8rem;
    top: 1.1rem;
    left: 0.5rem;
  }
}

.p-corporate .flow-chart .flow-step .flow-number:after {
  content: "";
  width: 0.1rem;
  height: 9rem;
  background: #3730a3;
  position: absolute;
  left: 4rem;
  top: 0.6rem;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .p-corporate .flow-chart .flow-step .flow-number:after {
    height: 4rem;
    left: 2rem;
    top: 1rem;
  }
}

.p-corporate .flow-chart .flow-step .flow-content {
  padding: 0;
}

.p-corporate .flow-chart .flow-step .flow-title {
  color: #3730a3;
  font-size: 2rem;
  margin: 0 0 1rem;
  font-weight: 700;
}

.p-corporate .flow-chart .flow-step .flow-description {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-corporate .flow-chart .flow-step .flow-detail {
  border-left: 1.5rem solid #ffd700;
  padding-left: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-corporate .flow-chart .flow-step .flow-detail {
    border-left: 0.5rem solid #ffd700;
    padding-left: 1rem;
    margin-top: 1rem;
  }
}

.p-corporate .flow-chart .flow-step .flow-detail-title {
  font-weight: 700;
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}

.p-corporate .flow-chart .flow-step .flow-detail-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-corporate .flow-chart .flow-step .flow-detail-text p {
  margin: 0 0 0.3rem;
}

.p-corporate .flow-chart .flow-step .flow-detail-text a {
  color: var(--co-purple);
}

.p-corporate .flow-chart .flow-arrow {
  font-size: 0;
  height: 6.6rem;
  width: 5rem;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .p-corporate .flow-chart .flow-arrow {
    height: 4rem;
  }
}

.p-corporate .flow-chart .flow-arrow:before {
  content: "";
  width: 0.1rem;
  height: 5.6rem;
  background: #3730a3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-corporate .flow-chart .flow-arrow:before {
    height: 3rem;
  }
}

.p-corporate .flow-chart .flow-arrow:after {
  content: "";
  border: solid #3730a3;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  position: absolute;
  padding: 1rem;
  margin-top: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .p-corporate .flow-chart .flow-arrow:after {
    padding: 0.6rem;
    margin-top: 0.3rem;
  }
}
/*---------- END CORPORATE PAGE ----------*/
.hide_pc {
  display: block;
}
.hide_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hide_pc {
    display: none;
  }
  .hide_sp {
    display: block;
  }
}
/*---------- START OPTION BADGES ----------*/
.option-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
.option-badge {
  display: inline-block;
  background-color: #f0f0f8;
  border: 1px solid #c8c8e0;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 0.82em;
  white-space: nowrap;
  color: #333;
}
/*---------- END OPTION BADGES ----------*/
