@charset "UTF-8";

/* ----------------------------------------
.detail-contents
---------------------------------------- */
.detail-contents{
  max-width: 118rem;
  margin: 0 auto 12rem;
}

.p-list-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem 0;
}

.p-list-category span{
  width: fit-content;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  color: #555;
  padding: 0.6rem 1.2rem;
  background-color: #f2f6f8;
}

.detail-title{
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #e9ecee;
  padding: 0 0 4rem 0;
  margin: 0 0 6rem 0;
}


/* ----------------------------------------
.d-list
---------------------------------------- */
.d-list{
  border-bottom: 1px solid #e9ecee;
  padding: 0 0 6rem 0;
  margin: 0 0 6rem 0;
}

.d-list figure{
  margin: 0 auto 6rem;
  text-align: center;
}

.d-list figure img{
  max-width: 100%;
  width: auto;
}

.d-list-product{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 2rem 0;
}
.d-list-branch{
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 0 4rem 0;
}
.d-list p{
  font-size: 1.6rem;
  line-height: 2;
}

.d-list p a{
  color: #0068b7;
  text-decoration: underline;
}

.d-list p a.hover{
  text-decoration: none;
}

.d-list p .strong{
  font-weight: bold;
}

.d-list p .small{
  font-size: 1.2rem;
}


/* ----------------------------------------
WY
---------------------------------------- */
.WY{
  font-size: 1.6rem;
  line-height: 2;
}

.WY strong{
  font-weight: bold;
}

.WY h3{
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}

.WY p{
  margin: 0 0 4rem 0;
}

.WY ul{
  margin: 0 0 4rem 0;
}

.WY ol{
  list-style-type: decimal;
  margin: 0 0 4rem 2rem;
}

.WY ol li:not(:last-child){
  margin: 0 0 2rem 0;
}


.WY a{
  color: #0068b7;
  text-decoration: underline;
}

.WY a.hover{
  text-decoration: none;
}

.WY figure{
  text-align: center;
  border-bottom: 1px solid #e9ecee;
  padding: 0 0 6rem 0;
  margin: 0 auto 6rem;
}

.WY figure a.hover img{
  opacity: 0.8;
}

.WY figure img{
  max-width: 100%;
  width: auto;
}

.WY figure figcaption{
  text-align: left;
}

.WY .movie {
  position: relative;
  max-width: 80rem;
  aspect-ratio: 16 / 9;
  margin: 0 auto 6rem;
}

.WY .movie iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.WY .movie p{
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 0 0;
}

.WY .note{
  padding: 1.5rem;
  margin: 0 0 4rem 0;
  background-color: #f2f6f8;
}

.WY table.list {
  width: 100%;
  font-size: 1.6rem;
  margin: 0 0 6rem 0;
}

.WY .list .headline th,
.WY .list .headline td{
  font-weight: bold;
  background-color: #d0d5da;
  padding: 0.8rem 2rem;
}

.WY .list th {
  width: 30%;
  background-color: #f2f6f8;
  vertical-align: middle;
}

.WY .list th,
.WY .list td {
  border: 1px solid #e9ecee;
  padding: 1.5rem 2rem;
  text-align: left;
}

.WY .case{
  border-bottom: 1px solid #e9ecee;
  padding: 0 0 6rem 0;
  margin: 0 auto 6rem;
}

.WY .case p{
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}

.WY .img-inner{
  display: flex;
  flex-wrap:wrap;
  gap:4rem;
}

.WY .img-inner figure{
  border-bottom: none;
  padding: 0;
  margin: 0;
  width: calc((100% - 4rem)/2);
}

.WY .img-inner figcaption{
  font-size: 1.4rem;
  margin: 0.5rem 0 0 0;
}

.WY .strong{
  font-weight: bold;
}

.WY .noborder{
  border-bottom: none;
  padding: 0;
  margin: 0 auto 4rem;
}

.WY .btnlink a {
  display: grid;
  grid-template-columns: 1fr 0.7rem;
  align-items: center;
  column-gap: 2rem;
  width: fit-content;
  border-radius: calc(infinity * 1px);
  background-color: #eff4f7;
  padding: 1.6rem 3rem;
  color: #0068b7;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.15;
  text-decoration: none;
  margin: 2rem auto 0;
}

.WY .btnlink a::after {
  content: "";
  aspect-ratio: 1;
  border-top: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  transform: rotate(45deg);
  transition: border-color 0.12s;
}

.WY .btnlink a.hover {
  background-color: #0068b7;
  color: #fff;
}
.WY .btnlink a.hover::after {
  border-color: #fff;
}


/* ----------------------------------------
.link-btn
---------------------------------------- */
.link-btn{ 
  text-align: center;
}
.link-btn span{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0.5rem 0 0 0;
}


/* ----------------------------------------
.c-topics
---------------------------------------- */
.WY .c-topics{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.WY .c-topics h2{
  line-height: 1.15;
}

.WY .c-topics ul{
  justify-content: center;
  margin: 5rem auto 0;
  max-width: 150rem;
  padding: 0 6rem 0;
}

.WY .c-topics figure {
  border: none;
  padding: 0;
  margin: 0;
}

.WY .c-topics a{
  color: #333;
  text-decoration: none;
}

.WY .c-topics a.hover{
  color: #0068b7;
}

