@charset "utf-8";
/* header */
.c-btnLang__sub>ul>li{width:100%;text-align:center;}
.c-btnLang__sub>ul>li>a{display:block;}

/* Top */
.p-top__mv{min-height:572px;}
.c-header__navLinks:lang(ja){min-width:43em;}

/* LEGS Shanghai, Shenzhen */
.p-cn__dataSetList:lang(en) ul li{padding-left:10em;}

/* contact */
/*html:lang(zh-TW) .txt_jp,html:lang(zh-TW) .txt_en*/
html:lang(ja) .txt_en,html:lang(ja) .txt_cn,
html:lang(en) .txt_jp,html:lang(en) .txt_cn{display:none;}
#submitbtn, .submit_{position:relative;}
.c-form__error{margin:10px 0 0;}

/* For SP -------------------------------------------------- */
@media screen and (max-width: 900px){
/* Top */
.p-top__mv{min-height:90vw;}

/* zh-TW */
html:lang(zh-TW) .c-footer__nav>ul>li>a{display:block;}

/* menu */
.c-nav__linksList{width:80%;}
.c-nav__linksList>li>a{display:block;width:100%;}
.c-nav__linksList>li>a.is-ex{justify-content:center;}
}

.p-ir__white .c-irTab li.anchor a:after,
.clholdings-pc .c-linkBox .c-linkBox__more>span.anchor:after{
    background-image: url(../img/common/icon-external-b.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    margin-left: 3px;
}
.c-historyBox.c-historyBox--left.c-historyBox--1988.mt-50 {
    margin-top: 50px;
}
.c-historyBox.c-historyBox--right.c-historyBox--1990.mt-30 {
    margin-top: 30px;
}

/* PC REPAIR 料金表 */
.p-repair-price {
  margin: 50px 0 30px;
}
.p-step-flow {
  margin: 40px 0;
}
.p-feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 36px 0 0;
}
.p-feature-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.p-feature-card__inner {
  padding: 24px 20px 18px;
}
.p-feature-card__image {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 18px;
  border-radius: 22px;
  overflow: hidden;
  background: #eef5ff;
}
.p-feature-card__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-feature-card__title {
  margin: 0 0 18px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #1f1f1f;
  letter-spacing: 0.02em;
}
.p-feature-card__note {
  background: #fee29c;
  padding: 20px;
  margin-top: auto;
}
.p-feature-card__note p {
  margin: 0;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-feature-cards {
    grid-template-columns: 1fr;
  }
}

/* PRICING PLANS */
.p-pricing-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 48px 0 0;
}

.p-pricing-plan {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
}

.p-pricing-plan h3 {
  margin: 0 0 20px;
  font-size: 1.5rem;
  color: #1f1f1f;
  line-height: 1.4;
}

.p-pricing-plan__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 28px;
}

.p-pricing-plan__currency {
  font-size: 1rem;
  color: #666;
}

.p-pricing-plan__amount {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f4aa9;
}

.p-pricing-plan__period {
  font-size: 0.95rem;
  color: #666;
}

.p-pricing-plan__features {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.p-pricing-plan__features li {
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.3rem;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.p-pricing-plan__features li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #0f4aa9;
}

.p-pricing-plan__features li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 900px) {
  .p-pricing-plans {
    grid-template-columns: 1fr;
  }
  
  .p-pricing-plan {
    padding: 24px 20px;
  }
  
  .p-pricing-plan__amount {
    font-size: 1.8rem;
  }
}

.p-support-pricing {
  margin: 28px 0 0;
}

.p-support-pricing__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.p-support-pricing__card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.p-support-pricing__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #0f4aa9;
  color: #fff;
}

.p-support-pricing__step {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #0f4aa9;
  font-weight: 700;
  font-size: 1.8rem;
}

.p-support-pricing__header p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-support-pricing__body {
  padding: 28px 20px 24px;
  text-align: center;
}

.p-support-pricing__price {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.p-support-pricing__amount {
  font-size: 3rem;
  font-weight: 700;
  color: #0f4aa9;
}

.p-support-pricing__unit {
  font-size: 1.2rem;
  color: #0f4aa9;
  line-height: 1;
}

.p-support-pricing__small-note {
  display: block;
  margin-top: 12px;
  color: #666;
  font-size: 0.95rem;
}

.p-support-pricing__text {
  margin: 20px auto 0;
  max-width: 320px;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.8;
}

.p-support-pricing__note {
  margin-top: 20px;
  padding: 18px 20px;
  background: #0f4aa9;
  color: #fff;
  border-radius: 14px;
  text-align: center;
}

.p-support-pricing__note p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .p-support-pricing__cards {
    grid-template-columns: 1fr;
  }
}

.p-faq {
  margin: 48px 0 0;
}

.p-faq-list {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.p-faq-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}

.p-faq-question,
.p-faq-answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: flex-start;
}

.p-faq-label {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0f4aa9;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
}

.p-faq-label.is-answer {
  background: #fee29c;
  color: #111;
}

.p-faq-question p,
.p-faq-answer p {
  margin: 0;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.8;
}

.p-faq-answer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 900px) {
  .p-faq-item {
    padding: 22px;
  }
}

.p-step-flow h3 {
  font-size: 1.8rem;
  margin-bottom: 16px;
  color: #0f4aa9;
}
.p-step-flow__items {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  padding: 20px ;
}
.p-step-flow__item {
  position: relative;
  text-align: center;
  flex: 0 0 auto;
  width: 130px;
  background: #fff;
  border-radius: 14px;
  padding: 8px 6px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.1);
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}
.p-step-flow__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.p-step-flow__item:not(:last-child)::after {
  content: '\2192';
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #ff5c00;
}
.p-step-flow__item img {
  width: 60px;
  height:60px;
  object-fit: cover;
  display: block;
  margin: 0 auto 6px;
}
.p-step-flow__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: #333;
}
.p-step-flow__item strong {
  font-size: 14px;
  color: #111;
}
.p-step-details {
  margin: 40px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;}
.p-step-details__item {
  padding: 20px;
  background: #f9f9f9;
  border-left: 4px solid #0f4aa9;
  border-radius: 4px;
  scroll-margin-top: 100px;
}
.p-step-details__item h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  color: #0f4aa9;
}
.p-step-details__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-step-details {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1200px) {
  .p-step-flow__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .p-step-flow__item {
    width: auto;
  }
  .p-step-flow__item:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-step-flow__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.p-step-flow__title p {
  margin: 0 0 16px;
  color: #333;
}
.p-repair-price__title h3 {
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #0054b8;
}
.p-repair-price__title p {
  margin: 0 0 16px;
  color: #333;
  font-size: 1.4rem;
}
.p-repair-price__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .p-repair-price__grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
.p-repair-price__item {
  background: linear-gradient(180deg, #1b5fad 0%, #0f4aa9 100%);
  color: #fff;
  border-radius: 8px;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14);
  padding: 14px 10px;
  text-align: center;
}
.p-repair-price__item span {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px;
  font-weight: 700;
}
.p-repair-price__item strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

/* ACCESS MAP */
.accessmap {
  margin-top: 20px;
  text-align: center;
}
.accessmap h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.accessmap p {
  margin: 10px 0;
}
.accessmap iframe {
  max-width: 100%;
  height: 300px;
  border: 0;
}
.c-historyBox--1986 .c-historyBox__line {
    top: 200px;
}
@media screen and (min-width: 900px) {
  .p-history__table.p-history__table--1.he-2155,
  .p-history__table.p-history__table--1.he-2155:before {
      height: 2155px;
  }
  .p-history__table.p-history__table--1.he-2155-en,
  .p-history__table.p-history__table--1.he-2155-en:before {
      height: 2155px;
  }
}
@media screen and (max-width: 900px) {
  .p-history__table.p-history__table--1.he-2155,
  .p-history__table.p-history__table--1.he-2155:before {
      height: 424.2vw;
  }
  .p-history__table.p-history__table--1.he-2155-en,
  .p-history__table.p-history__table--1.he-2155-en:before {
      height: 449.2vw;
  }
}

/* ir--libReport */
.p-ir--libReport .eirBlock.s_eirBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
@media screen and (max-width: 900px) {
  .p-ir--libReport .eirBlock.s_eirBlock {
    display: block
  }
}
.p-ir--libReport .eirBlock.s_eirBlock:first-child .s_eirHeading {
  border-top: solid 1px rgba(0, 0, 0, .1)
}
.p-ir--libReport .eirBlock.s_eirBlock:first-child .s_eirList {
  border-top: solid 1px rgba(0, 0, 0, .1)
}
@media screen and (max-width: 900px) {
  .p-ir--libReport .eirBlock.s_eirBlock:first-child .s_eirList {
    border-top: 0
  }
}
.p-ir--libReport .eirBlock.s_eirBlock .s_eirHeading {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.375;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding-top: 60px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  min-width: 230px;
  width: 230px
}
@media screen and (max-width: 900px) {
  .p-ir--libReport .eirBlock.s_eirBlock .s_eirHeading {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
    line-height: 1.375;
    border-bottom: 0;
    margin-bottom: 3.4666666667vw;
    padding-top: 13.3333333333vw;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    width: 100%
  }
}
.p-ir--libReport .eirBlock.s_eirBlock .s_eirList {
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%
}
@media screen and (max-width: 900px) {
  .p-ir--libReport .eirBlock.s_eirBlock .s_eirList {
    padding-top: 0;
    padding-bottom: 13.3333333333vw
  }
}
.p-ir--libReport .eirBlock.s_eirBlock .s_eirList .s_eirList_item {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width: 900px) {
  .p-ir--libReport .eirBlock.s_eirBlock .s_eirList .s_eirList_item {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1em;
    line-height: 1.7142857143;
    display: block
  }
}
.p-ir--libReport .eirBlock.s_eirBlock .s_eirList .s_eirList_item+.s_eirList_item {
  margin-top: 8px
}
@media screen and (max-width: 900px) {
  .p-ir--libReport .eirBlock.s_eirBlock .s_eirList .s_eirList_item+.s_eirList_item {
    margin-top: 2.6666666667vw
  }
}
.p-ir--libReport .eirBlock.s_eirBlock .s_eirList .s_eirList_item .s_eirList_item_date {
  margin-right: 20px
}
@media screen and (max-width: 900px) {
  .p-ir--libReport .eirBlock.s_eirBlock .s_eirList .s_eirList_item .s_eirList_item_date {
    margin-right: 0
  }
}
.p-ir--libReport .eirBlock.s_eirBlock .s_eirList .s_eirList_item .s_eirList_item_titleBox {
  font-weight: 400
}
.p-ir--libReport .s_eir_MoreBtn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding-top: 40px;
  padding-bottom: 40px
}
@media screen and (max-width: 900px) {
  .p-ir--libReport .s_eir_MoreBtn_link {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw
  }
}
.p-ir--libReport .s_eir_MoreBtn_link>a {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3571428571;
  background-color: #393e43;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  display: block;
  height: 64px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative
}
@media screen and (max-width: 900px) {
  .p-ir--libReport .s_eir_MoreBtn_link>a {
    background-color: #393e43;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6.6666666667vw;
    display: block;
    height: 13.3333333333vw;
    width: 53.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.p-ir--libReport .eir_pnexNote>p {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 2.5384615385;
  font-weight: 400
}
@media screen and (max-width: 900px) {
  .p-ir--libReport .eir_pnexNote>p {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: 2.5384615385;
    text-align: center
  }
}
.p-ir--libReport .eir_pnexNote>p:nth-child(2) {
  display: none
}

/* p-ir__white col02 */
.p-ir__white .col02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2.67857%;
}
.p-ir__white .col02 .p-ir__whitePdf {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 84px;
    padding-bottom: 100px;
    margin-left: 100px;
}
.p-ir__Pdf {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}
.p-irPdf__head {
    margin-bottom: 33px;
    display: flex;
}
.col02 .p-irPdf__wrap {
    text-align: center;
}
.p-irPdf__wrap>a {
    overflow: hidden;
    /*height: 335px;*/
    position: relative;
    display: inline-block;
}
.col02 .p-irMovie {
    width: 600px;
}
.col02 .p-irMovie__wrap>a {
    width: 600px;
}
.col02 .c-subTitle>h3 {
    align-items: flex-end;
}
.col02 .c-subTitle.p-irMovie__head,
.col02 .c-subTitle.p-irPdf__head{
    min-height: 52px;
}
.clholdings-pc .p-irPdf__wrap>a .is-photo {
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.clholdings-pc .p-irPdf__wrap>a:hover .is-photo {
    -webkit-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
}
@media screen and (max-width: 900px){
  .p-ir__white .col02 {
    display: block;
    padding: initial;
  }
  .p-ir__white .col02 .p-ir__whitePdf {
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 15.2vw;
    margin: 0;
    display: block;
  }
  .col02 .p-irMovie {
    width: 100%;
  }
  .col02 .p-irMovie__wrap>a {
    width: 100%;
  }
}
.c-subTitle h3 span.line-height-1_3 {
    line-height: 1.3;
}

/* p-ir__white col01 */
.p-ir__white .col01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2.67857%;
}
.p-ir__white .col01 .p-ir__whitePdf {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 84px;
    padding-bottom: 100px;
}
.col01 .p-irPdf__wrap {
    text-align: center;
}

/* eirTarget_rss */
.p-top__newsTitle h2 .eirTarget_rss_1 {display: inline-block;}
.p-top__newsTitle h2 .eirTarget_rss_1 img.eir_rss_image {vertical-align: top;}
.p-top__newsTitle h2 .eirTarget_rss_5 {display: inline-block;}
.p-top__newsTitle h2 .eirTarget_rss_5 img.eir_rss_image {vertical-align: top;}
a.eirAttrTarget_rss_1,
a.eirAttrTarget_rss_5 {
    position: absolute;
    top: 391px;
}
a.eirAttrTarget_rss_1 .rss_box .rss_box_title,
a.eirAttrTarget_rss_5 .rss_box .rss_box_title {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-family: "Staatliches",cursive;
    font-weight: normal;font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
}
a.eirAttrTarget_rss_1 .rss_box img.icon-rss,
a.eirAttrTarget_rss_5 .rss_box img.icon-rss {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}
@media screen and (max-width: 900px){
    a.eirAttrTarget_rss_1 {display: contents;}
    a.eirAttrTarget_rss_1 .rss_box {display: inline-grid;}
    a.eirAttrTarget_rss_1 .rss_box .rss_box_title {display: none;}
    a.eirAttrTarget_rss_5 {display: contents;}
    a.eirAttrTarget_rss_5 .rss_box {display: inline-grid;}
    a.eirAttrTarget_rss_5 .rss_box .rss_box_title {display: none;}
}
div#p-ir .p-top__news .p-top__newsTitle {position: relative;}

.c-irHLcomment {
    box-sizing: border-box;
    width: 100%;
    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: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
    font-weight: 500;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 900px){
    .c-irHLcomment {
        padding-left: 8vw;
        padding-right: 8vw;
        display: block;
    }
}
.p-irPdf {width: 295px;}
@media screen and (max-width: 900px) {
.p-irPdf {width: 100%;}
}

/* p-valuePhilo__list02 */
ul.p-valuePhilo__list02 .p-valuePhiloList02 {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 30pxrgba(0,0,0,.1);
    border-radius: 20px;
    overflow: hidden;
    padding-top: 106px;
    padding-bottom: 106px;
    padding-left: 110px;
    padding-right: 110px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
ul.p-valuePhilo__list02 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.p-valuePhilo__list02 .p-valuePhiloList02 h3 {
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: 0.1em;
    line-height: 1.3571428571;
    margin: 0 auto 30px;
    display: table;
}
.p-valuePhilo__list02 .p-valuePhiloList02 h4 {
    font-size: 3.3rem;
    margin-bottom: 50px;
    line-height: 4rem;
}
.p-valuePhilo__list02 .p-valuePhiloList02 p {
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 50px;
    line-height: 4rem;
}
.p-valuePhilo__list02 .p-valuePhiloList02 p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 900px) {
    ul.p-valuePhilo__list02 {
        display: block;
    }
    ul.p-valuePhilo__list02 .p-valuePhiloList02 {
        -webkit-box-shadow: 0 0.5333333333vw 4vw rgb(0 0 0 / 10%);
        box-shadow: 0 0.5333333333vw 4vw rgb(0 0 0 / 10%);
        border-radius: 0;
        padding-top: 13.3333333333vw;
        padding-bottom: 13.8666666667vw;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        display: block;
    }
    .p-valuePhilo__list02 .p-valuePhiloList02 h3 {
        font-size: 7vw;
        margin-bottom: 3.2vw;
    }
    .p-valuePhilo__list02 .p-valuePhiloList02 h4 {
        font-size: 5vw;
        margin-bottom: 3.2vw;
        line-height: 3rem;
    }
    .p-valuePhilo__list02 .p-valuePhiloList02 p {
        font-size: 3.733333vw;
        letter-spacing: 0em;
        line-height: 2.1428571429;
        margin-bottom: 5vw;
    }
}
/* no_link_ */
.no_link_ {
    pointer-events: none;
}
.c-midTitle > span.c-midTitle-jp {
    font-weight: bold;
    letter-spacing: -0.09em;
    font-size: 1.2rem;
}
/* 20230303 ADD  */
/* 
@media screen and (max-width: 1400px) {
  .p-ir__white .col02 {
    display: block;
    padding: initial;
  }
  .p-ir__white .col02 .p-ir__whiteMovie {
    padding-left:8vw;
    padding-right: 8vw;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .p-ir__white .p-ir__whitePdf {
    padding-left:8vw;
    padding-right: 8vw;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-left: 100px;
    display: inline-block;
  }
}
  */
/* 20230412 ADD  */
@media screen and (min-width: 901px)  and (max-width: 1400px) {
  .col02 .p-irMovie {
    width: 80%;
    margin-right: 3rem;
    max-width: 600px;
  }
  .col02 .p-irMovie__wrap>a {
    width: 100%;
  }
  .p-ir__white .col02 .p-ir__whitePdf {
    margin-left: 3rem;
  }
}
.no_link {
    pointer-events: none;
}
/* 20231006 */
.p-sustaCl .p-sustaCl__list .sustainability-text {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
}
.p-sustaCl .p-sustaCl__list .sustainability-text-sub {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
    margin-top: 20px;
}
.mb-150 {
    margin-bottom: 150px !important;
}
#sustainability01 {
    margin-top: -100px;
    padding-top: 100px;
}
/* 20231017 */
.c-mv--shanghai01 {
    background: url(/cms/clhd/legs/img/common/mv/shanghai_pc01.png) no-repeat center center;
    background-size: cover
}
.c-mv--shanghai01 span.c-mv__title {
    /*top: 12rem;*/
}
.c-mv--shanghai01 .c-mv__title:after {
    margin-top: 10px;
}
.p-cn__articleApparelPhoto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.p-cn__articleApparelPhoto li+li {
    margin-left: 50px;
}
.p-cn__articleApparelPhoto li img {
    display: block;
    height: auto;
    max-width: 100%
}
.p-cn__articleVideoPhoto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.p-cn__articleVideoPhoto div + div {
    margin-left: 30px;
}
.p-cn__articleVideoPhoto .videoWrap.movie_list img {
    width: 100%;
}
.p-cn__articleVideoPhoto .videoWrap.movie_list span:hover img {
    opacity: 0.2;
}
@media screen and (max-width: 900px) {
    .c-mv--shanghai01 span.c-mv__title {
        /*top: 8rem;*/
    }
    .c-mv--shanghai01 .c-mv__title:after {
        margin-top: 1.0vw;
    }
    .c-mv--shanghai01 .c-mv__title img {
        /*height: 17.3333333333vw;*/
        height: 6.3333333333vw;
        width: 38.4vw;
    }
    .p-cn__articleApparelPhoto {
        display: inline-block;
    }
    .p-cn__articleApparelPhoto li {
        width: 45%;
        display: inline-block;
        margin-bottom: 5px;
    }
    .p-cn__articleApparelPhoto li+li {
        margin-left: 5px;
    }
    .p-cn__articleVideoPhoto {
        display: inline-block;
    }
    .p-cn__articleVideoPhoto .block01__body__video {
        width: 45%;
        display: inline-block;
        margin-bottom: 5px;
    }
    .p-cn__articleVideoPhoto div + div {
        margin-left: 5px;
    }
}
/* 20231031 */
.p-policyCol.c-form__textarea.txt_jp {
    overflow: auto;
}
.p-policyCol.c-form__textarea.txt_jp .p-policyCol__body>h3>span:nth-child(1):after {
    content: unset;
}
/* 20240419 */
a.p-sustainabilityPdf__wrap_link,
a.p-sustainabilityPdfEn__wrap_link {
    text-decoration: underline;
    color: blue;
}
a.p-sustainabilityPdf__wrap_link:hover,
a.p-sustainabilityPdfEn__wrap_link:hover {
    opacity: .6;
}
/* 20250416 */
@media screen and (min-width: 900px) {
  .p-top__ir-top .p-top__newsList {
    padding-top: 0;
  }
  .p-top__ir-top .p-ir__white {
    background-color: unset;
    box-shadow: unset;
  }
  .p-top__ir-top .p-ir__white .col02 .p-ir__whiteMovie,
  .p-top__ir-top .p-ir__white .col02 .p-ir__whitePdf {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .p-top__ir-top .p-ir__white .col02 .p-ir__whitePdf .p-irPdf {
    width: 100%;
  }
  .p-top__ir-top .p-ir__white .col02 .p-ir__whiteMovie .p-irMovie {
    width: 100%;
  }
  .p-top__ir-top .p-top__newsList .p-topNews {
    padding-left: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-top__ir-top .p-top__newsList {
    padding-top: 0;
  }
  .p-top__ir-top .p-top__newsTitle {
    padding-top: 0;
  }
  .p-top__ir-top .p-ir__white {
    background-color: unset;
    box-shadow: unset;
  }
  .p-top__ir-top .p-ir__white .col02 .p-ir__whiteMovie {
    padding: 1rem 0 0 0;
  }
  .p-top__ir-top .p-ir__white .col02 .p-ir__whitePdf {
    padding: 5rem 0 0 0;
  }
  .p-top__ir-top .p-ir__white .col02 .p-ir__whitePdf .p-irPdf {
    width: 100%;
  }
  .p-top__ir-top .p-ir__white .col02 .p-ir__whiteMovie .p-irMovie {
    width: 100%;
  }
  .p-top__ir-top .p-ir__white .col02 .p-ir__whitePdf .p-irPdf img {
    height: 250px;
  }
  .p-top__ir-top .p-top__newsList .p-topNews {
    padding-bottom: 2rem;
  }
}


    .p-product-intro {
      margin: 3rem;
      border-bottom: 1px solid #ddd;
      padding-bottom: 2rem;
    }
    .p-product-intro__title {
      font-size: 1.9rem;
      line-height: 1.2;
      margin-bottom: 1.5rem;
    }
    .p-product-intro__content {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .p-product-intro__body,
    .p-product-intro__image {
      flex: 1 1 calc(50% - 1rem);
      min-width: 280px;
    }
    .p-product-intro__image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 16px;
    }
    .p-product-intro--reverse .p-product-intro__content {
      flex-direction: row-reverse;
    }
    .p-product-intro__text {
      font-size: 1.3rem;
      line-height: 1.8;
      color: #333;
      margin-bottom: 0;
    }
    @media(max-width: 900px) {
      .p-product-intro__content {
        flex-direction: column;
        gap: 1rem;
      }
      .p-product-intro__body,
      .p-product-intro__image {
        flex: 0 1 auto;
        width: 100%;
      }
      .p-product-intro__title {
        text-align: left;
      }
    }