.layoutContent > figure {
  margin-top: 2em;
}
figure figcaption {
  font-size: 80%;
  line-height: 1.4;
  margin-top: 5px;
}
img {
  width: 100%;
  height: auto;
}
h1.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1.4;
}
h1.title span {
  display: inline-block;
  background-color: #f7701b;
  margin-bottom: .2em;
}
h1.title span.catch {
  font-size: clamp(0.8125rem, 0.4792rem + 0.6944vw, 1rem);
}
.title5 .inner {
  justify-content: center;
  text-align: center;
}
.title5 .inner .title {
  margin-left: 0;
}
.h2Title {
  color: #ff6600;
  font-size: clamp(1.1875rem, -0.0347rem + 2.5463vw, 1.875rem);
  line-height: 1.6;
  text-align: center;
  margin: 3em 0 2em;
}
.h3Title {
  font-size: clamp(0.9375rem, -0.1736rem + 2.3148vw, 1.5625rem);
  line-height: 1.6;
  text-align: center;
  margin: 3em 0 2em;
}
.h4Title {
  display: inline-block;
  color: #fff;
  background: #f7701b;
  line-height: 1.4;
  margin: 2em 0 1em;
}
.layoutContent + .layoutContent {
  margin-top: 2em;
}
.blockTitle {
  display: flex;
  column-gap: .5em;
  border-bottom: 1px solid currentColor;
}
p+p{
  margin-top: 1em;
}
.listDot {
  margin: 1.5em 0;
}
.listDot a, .txtLink {
  color: #f7701c;
  text-decoration: underline;
  transition: .2s all ease-in;
}
.listDot a:hover, .txtLink:hover {
  opacity: .7;
  transition: .2s all ease-in;
}
.listDot li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.6;
}
.listDot li + li {
  margin-top: .5em;
}
.listDot li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  left: 0;
  color: #f7701b;
  transform: scale(.5);
}
.colorBox {
  background: #f0f0f0;
  padding: 20px min(40px, 5vw);
  margin-top: 2em;
}
.colored {
  color: #ff6600;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.blockInner+.blockInner {
  margin-top: 3em;
}
.c-table {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
  font-size: clamp(0.8rem, 0.4444rem + 0.7407vw, 1rem);
  line-height: 1.4;
}
.c-table tr th {
  vertical-align: top;
  padding: 16px min(14px, 2vw);
}
.c-table tr td {
  padding: 16px min(14px, 2vw);
}
.basicTable {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-collapse: collapse;
}
.basicTable tr {
  border-bottom: 1px solid #c9c9c9;
}
.basicTable tr th {
  width: 20%;
  background: #4d4d4d;
  border-right: 1px solid #c9c9c9;
  color: #fff;
}
.basicTable tr td {
  width: 80%;
  border-right: 1px solid #c9c9c9;
}
.parallel-imageBottom {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 3em;
}
.parallel-imageL, .parallel-imageR {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em 7.415%;
  margin-top: 4em;
}
/* .parallel-imageL .textArea{
  font-size: 90%;
} */
.parallel-imageL figure, .parallel-imageR figure {
  max-width: 412px;
}
.name {
  font-weight: bold;
  line-height: 1.7;
}
.name .large {
  font-size: 120%;
}
.inlineBlock {
  display: inline-block;
}
.note {
  font-size: 80%;
}
.mt1 {
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  h1.title {
    justify-content: center;
  }
  .title5 .inner .title {
    margin-left: 30px;
  }
  .parallel-imageL {
    flex-direction: row;
    align-items: flex-start;
  }
  .parallel-imageR {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .parallel-imageL figure, .parallel-imageL .textArea,
  .parallel-imageR figure, .parallel-imageR .textArea {
    width: 46.292%;
  }
}