@charset "utf-8";

h1 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
  text-wrap: wrap;
  margin-bottom: 16px;
}
h2 {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-weight: bold;
  color: #fff;
  margin: 60px 0 24px;
  padding: 24px;
  background: #736a63;
  text-wrap: wrap;
  border-radius: 4px;
}
h3 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: bold;
  margin: 40px 0 24px;
  text-wrap: wrap;
  border-left: 4px solid #736a63;
  padding-left: 24px;
}
p:not(:last-child) {
  margin-bottom: 1rem;
}
.mainContents ul:not(:last-child) {
  margin-bottom: 1rem;
}
.mainContents ul li:not(:last-child) {
  margin-bottom: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.mainContents ul li:before {
  content: '・';
}
.h1Top {
  text-align: right;
  margin-bottom: 16px;
  font-weight: bold;
}
time {
  font-size: 14px;
  font-weight: bold;
}
#column {
  max-width: 816px;
  background: #fff;
  padding: 45px 40px 100px;
  margin-bottom: 100px;
  width: 100%;
}
.h1Bottom {
  text-align: right;
  margin-bottom: 16px;
}
.tagList {
  display: flex;
  flex-wrap: wrap;
}
.tagList li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.tagList li a {
  font-size: 14px;
}
.columnWrap {
  display: flex;
  justify-content: space-between;
}
.snsWrap {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  margin-top: 40px;
}
.snsWrap > div {
  font-weight: bold;
  padding-right: 40px;
}
.snsWrap > ul {
  display: flex;
}
.snsWrap > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
figure {
  margin: 0;
  display: flex;
}
.snsWrap figure img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.eyeCatch {
  margin: 0 0 8px;
}
.eyeCatch img {
  width: 100%;
}

.mainContents a {
  color: #736a63;
  text-decoration: underline;
}

.lML section section ul,
.lML section section ol {
  margin: 1rem 0 1rem 1.2rem;
}
.lML section ul {
  list-style-type: disc;
}
.lML > section #toc > ol {
  list-style-type: none;
}
.lML section ol {
  list-style-type: decimal;
}
.lML table ul {
  margin: 0;
}
.lML tr > * {
  padding: 1rem 0.5rem;
  vertical-align: middle;
}
.lML th {
  background-color: #005792;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.lML dl {
  margin-top: 1rem;
}
.lML dt {
  font-weight: bold;
}
.lML > *:last-child {
  margin-bottom: 3rem;
}
.lML a {
  color: #005792;
  text-decoration: underline;
}
.lML a:hover {
  opacity: 0.6;
}
.tableParts {
  overflow-x: scroll;
}
table.tableWrap {
  table-layout: fixed;
  border-collapse: collapse;
  border: solid 1px #f6f5f2;
  white-space: normal;
  width: 736px;
  margin: 16px 0;
}
table.tableWrap th {
  background-color: #f6f5f2;
}
table.tableWrap th,
table.tableWrap td {
  padding: 10px 20px;
  font-size: 14px;
  border: solid 1px #f6f5f2;
}
table.tableWrap td a {
  font-size: 14px;
}
table.tableWrap td ul li {
  font-size: 14px;
}
table.tableWrap td {
  text-align: center;
}
table.tableWrap td ul li {
  text-align: left;
  font-size: 14px;
  color: #322d2c;
}

.relatedParts {
  border: 2px solid #736a63;
  border-radius: 4px;
  padding: 32px 16px 16px;
  position: relative;
  margin: 32px 0;
  padding-right: 20px;
}

.relatedParts dt {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #736a63;
  position: absolute;
  line-height: 1;
  width: 140px;
  height: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  top: -16px;
}

.relatedParts ul li {
  margin-bottom: 24px;
}

.relatedParts ul li:last-child {
  margin-bottom: 0;
}

.relatedParts ul li > a {
  display: flex;
  align-items: center;
}

.relatedParts ul li > a > figure {
  width: 120px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 16px;
}

.relatedParts ul li > a > div {
  flex: 1;
}

.relatedParts ul li > a .title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.relatedParts ul li > a .desc {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #column {
    width: 100%;
    background: #fff;
    padding: 16px 20px 64px;
    margin-bottom: 0;
  }
  .columnWrap {
    padding: 0;
  }
  .breadCrumb.mW {
    background: #fff;
    padding-top: 16px;
  }
  h2 {
    padding: 6px 16px;
  }
  h3 {
    margin: 24px 0 8px;
    padding-left: 8px;
  }
  .snsWrap {
    flex-direction: column;
    padding: 20px 0;
    margin-top: 40px;
  }
  .snsWrap > div {
    padding-right: 0;
    margin-bottom: 16px;
  }
  .snsWrap > ul li:last-child a {
    margin-right: 0;
  }

  .relatedParts {
    margin: 32px 0;
    padding: 24px 16px 16px;
  }

  .relatedParts dt {
    font-size: 12px;
    width: 120px;
    height: 24px;
    top: -12px;
  }

  .relatedParts ul li > a > figure {
    width: 100px;
    height: 67px;
    margin-right: 8px;
  }

  .relatedParts ul li > a .title {
    font-size: 14px;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
  }

  .relatedParts ul li > a .desc {
    display: none;
  }
}
