/* p-guide */
@media (max-width: 1179px) {
  .p-guide-headline {
    padding: 0 0 18px 0;
    position: relative; }
    .p-guide-headline:after {
      content: "";
      position: absolute;
      top: -6px;
      right: -10px;
      width: 40px;
      height: 40px;
      background: url(/assets/images/icon/arrow-next.svg) no-repeat center/100%;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .p-guide-headline.is-active:after {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); } }

@media (max-width: 1179px) {
  .p-guide-guides {
    border-top: 1px solid #C7C7C7;
    padding: 32px 0 0 0; } }

@media (min-width: 1180px) {
  .p-guide-guides [id*="guide"] {
    display: none; } }

@media (max-width: 1179px) {
  .p-guide-wrapper {
    padding: 57px 0 50px;
    border-bottom: 1px solid #C7C7C7; } }

.p-guide-title {
  font-size: 29px;
  line-height: 1.58;
  display: block; }
  @media (max-width: 1179px) {
    .p-guide-title {
      font-size: 26px;
      line-height: 1.61;
      position: relative;
      padding: 0 43px 0 0; } }
  @media (max-width: 1179px) {
    .p-guide-title.is-active:after {
      top: 41%;
      opacity: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .p-guide-title:after {
      content: "";
      position: absolute;
      top: 49%;
      right: 18px;
      width: 1px;
      height: 17px;
      background: #141414;
      -webkit-transform: translateY(-49%);
              transform: translateY(-49%);
      -webkit-transition: .3s;
      transition: .3s; }
    .p-guide-title:before {
      content: "";
      position: absolute;
      top: 49%;
      right: 10px;
      width: 17px;
      height: 1px;
      background: #141414;
      -webkit-transform: translateY(-49%);
              transform: translateY(-49%); } }

.p-guide-sections {
  margin: 97px 0 0 0; }
  @media (max-width: 1179px) {
    .p-guide-sections {
      display: none;
      margin: 53px 0 0 0; } }

.p-guide-section-fabric {
  border-top: 1px solid #ddd;
  padding: 36px 0 0 0;
  margin: 36px 0 0 0; }

.p-guide-fabric-cloth {
  text-align: center;
  letter-spacing: 0.08em;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .p-guide-fabric-cloth__text {
    text-align: left;
    line-height: 26px;
    font-size: 12px; }
  .p-guide-fabric-cloth__text-bold {
    text-align: left;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold; }
  .p-guide-fabric-cloth__sample-order {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1179px) {
      .p-guide-fabric-cloth__sample-order {
        width: 100%; } }
  .p-guide-fabric-cloth__back {
    background-color: #f9f9f9;
    padding: 22px 16px;
    font-size: 14px;
    line-height: 26px; }
  .p-guide-fabric-cloth__select {
    width: 139px;
    font-size: 14px;
    color: #141414;
    border: 1px solid;
    border-radius: 2px;
    height: 48px;
    line-height: 48px;
    padding: 0 0 0 20px;
    display: block;
    position: relative;
    background-color: #fff;
    letter-spacing: 0.41px;
    text-align: left; }
    .p-guide-fabric-cloth__select:after {
      content: "";
      position: absolute;
      top: 23px;
      right: 10px;
      width: 10px;
      height: 10px;
      background-size: 100%;
      background-image: url(/assets/images/icon/arrow-down-black.svg);
      background-repeat: no-repeat; }
  .p-guide-fabric-cloth__select-result {
    font-size: 30px;
    font-weight: bold; }
    .p-guide-fabric-cloth__select-result span {
      font-size: 12px;
      padding: 0 0 0 20px;
      font-weight: normal; }
  .p-guide-fabric-cloth__select-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    align-self: flex-start;
    gap: 50px;
    margin: 10px 0 0 0; }
    @media (max-width: 1179px) {
      .p-guide-fabric-cloth__select-wrap {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-item-align: auto;
            -ms-grid-row-align: auto;
            align-self: auto;
        gap: 0; } }
  .p-guide-fabric-cloth__int {
    font-size: 21px;
    font-weight: bold; }
  .p-guide-fabric-cloth__image {
    margin: 25px 0 14px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }

.p-guide-fabric-lists li {
  font-size: 14px;
  line-height: 26px; }

.p-guide-fabric-lists__span {
  font-size: 14px;
  line-height: 1.57; }

.p-guide-fabric-lists--none-style li {
  font-size: 14px;
  line-height: 26px; }

.p-guide-fabric-lists--disc {
  list-style: disc;
  margin-left: 1em; }
  .p-guide-fabric-lists--disc li {
    font-size: 14px;
    line-height: 26px; }
  .p-guide-fabric-lists--disc__span {
    font-size: 14px;
    line-height: 1.57; }

.p-guide-fabric-caution {
  margin: 40px 0 0 0; }
  .p-guide-fabric-caution__headline {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 40px 0 14px; }

.p-guide-section-border {
  border-top: 1px solid #ddd; }

@media (max-width: 1179px) {
  .p-guide-section {
    padding: 0 10px; } }

.p-guide-section__button {
  margin: 37px 0 40px;
  display: inline-block; }
  @media (max-width: 1179px) {
    .p-guide-section__button {
      margin: 32px 0; } }
  @media (max-width: 1179px) {
    .p-guide-section__button .c-button-arrow-center--medium {
      padding: 0 35px 0 20px; } }

.p-guide-section__holiday-text-delivery {
  margin: 0 0 36px 0;
  font-size: 14px;
  line-height: 1.57;
}

.p-guide-section__holiday-text-contact * {
  font-size: 14px;
  line-height: 1.57; }

.p-guide-section__caption {
  font-size: 22px;
  line-height: 1.59; }

.p-guide-section__caption-fabric {
  font-size: 20px;
  line-height: 34px;
  margin: 0 0 25px;
  letter-spacing: 0; }
  @media (max-width: 1179px) {
    .p-guide-section__caption-fabric {
      font-size: 15px; } }

.p-guide-section__caption-fabric--small {
  font-size: 18px;
  margin: 0 0 40px;
  letter-spacing: 0; }

.p-guide-section__caption-fabric--exsmall {
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: bold;
  display: inline-block; }
  @media (max-width: 1179px) {
    .p-guide-section__caption-fabric--exsmall {
      margin: 0 0 15px; } }

.p-guide-section__text-fabric {
  font-size: 13px;
  line-height: 26px; }

.p-guide-section__text-fabric--small {
  font-size: 12px;
  line-height: 26px; }

.p-guide-section__text {
  font-size: 14px;
  line-height: 1.57;
  margin: 36px 0 0 0; }
  @media (max-width: 1179px) {
    .p-guide-section__text {
      margin: 28px 0 0 0; } }
  .p-guide-section__text--faq {
    font-size: 14px;
    line-height: 1.57;
    padding: 0 0 0 1em;
    text-indent: -1em; }

.p-guide-section__text-list {
  font-size: 14px;
  line-height: 1.57;
  margin: 36px 0 0 0;
  list-style: decimal;
  padding: 0 0 0 1em; }
  @media (max-width: 1179px) {
    .p-guide-section__text-list {
      margin: 28px 0 0 0; } }

.p-guide-section__text-list-item {
  font-size: inherit;
  line-height: inherit; }

.p-guide-section__text-anchor {
  border-bottom: 1px solid #141414;
  padding: 0 0 1px 0; }

.p-guide-section__img-border {
  border: 1px solid #d7d7d7; }

.p-guide-section + .p-guide-section {
  padding: 63px 0 0 0; }
  @media (max-width: 1179px) {
    .p-guide-section + .p-guide-section {
      padding: 55px 10px 0 10px; } }

.p-guide-contents {
  padding: 2px 20px 0 0; }
  @media (max-width: 1179px) {
    .p-guide-contents {
      display: none;
      padding: 14px 10px 18px; } }
  .p-guide-contents__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .p-guide-contents__item {
    margin: 18px 0 0 0; }
    .p-guide-contents__item:first-of-type {
      margin: 0; }
  .p-guide-contents__anchor {
    font-size: 14px;
    line-height: 22px; }
    .p-guide-contents__anchor.is-active {
      border-bottom: 1px solid #141414;
      padding: 0 0 2px 0; }

.p-guide-fabric-wrapper {
  padding: 40px 0 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1f;
  grid-template-rows: 1f; }
  @media (max-width: 1179px) {
    .p-guide-fabric-wrapper {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: 1f 1fr;
      grid-template-rows: 1f 1fr;
      padding: 0 0 20px; } }
  .p-guide-fabric-wrapper .p-guide-section {
    margin: 0; }
  .p-guide-fabric-wrapper__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 48px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin: 40px 0 0 10%; }
    @media (max-width: 1179px) {
      .p-guide-fabric-wrapper__right {
        gap: 10px;
        margin: 20px 0 0; } }


/*DH_DESIGN_DEPT-147105 追記*/
.p-guide-section.procedure-section p.p-guide-section__text{
  font-weight: bold; }
.p-guide-section.procedure-section p.p-guide-section__text span{
  font-weight: normal; }
@media (min-width: 1179px) {
    #guide20 .p-guide-section.procedure-section img{
      max-width: 800px; } }



