@charset "utf-8";

body {
  font-family: var(--ft_en);
}
.u-name {
    font-style: italic;
}
.u-small {
    font-size: 1.4rem;
}


.p-nav-list {
  flex-wrap: wrap;
  width: 30.8rem!important;
  max-width: 90%;
  gap: 1.5rem;
}
.p-nav-list li,.p-nav-list li a {
  width: 100%;
  max-height: none;
}
.p-nav-list li a img {
  width: 100%;
  height: auto;
}


.p-inheritance__collabo {
    padding-top: 0;
}
.p-inheritance__collabo:before {
    height: 26em;
    background-position: center 0;
    background-size: 103%;
    top: 4.5em;
}
.p-inheritance__collabo h3 {
  margin-bottom: 0;
}
.p-inheritance__collabo > p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.7;
    width: 78%;
    font-weight: 600;
}
.p-inheritance__collabo > p span {
    border: none;
    display: inline;
}
.supervised {
    margin-top: 4rem;
    font-size: 1.6rem;
    text-align: left;
}
.supervised p {
    padding: 2rem 4.4rem;
}

.p-method__mv {
    padding: 3rem 0 0;
}
.p-method__mv:before {
    width: 40.4rem;
    height: 40.4rem;
    background-image: url(../img/method_mv-bg_en.webp);
}

.u-card-item {
    padding: 3rem 2.6rem;
}
.u-card-item dt {
    width: calc(100% + (4.8rem + 5.2rem));
    margin: -3rem -5rem 2.5rem;
}
.u-card-item dd {
    font-size: 1.6rem;
    text-align: left;
}



section.p-product h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 0;
}
section.p-product table {
    font-size: 1.6rem;
    text-align: left;
}

section.p-product table tbody th, section.p-product table tbody td {
    padding: 1rem;
}
section.p-product table tbody .table_group td {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
section.p-product table tbody .table_group td:first-of-type {
    padding-top: 1.5rem;
}
section.p-product table tbody .table_group td:last-of-type {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #4c7391;
}


.p-other {
    text-align: left;
    line-height: 1.5;
}
.p-other .copy {
    text-align: center;
}