@charset "UTF-8";
.wysiwygContent h6, .wysiwygContent h5, .wysiwygContent h4, .wysiwygContent h3, .wysiwygContent h2, .wysiwygContent h1, .wysiwygContent dl, .wysiwygContent ol, .wysiwygContent ul, .wysiwygContent figcaption, .wysiwygContent img, .wysiwygContent blockquote, .wysiwygContent .heading_06, .wysiwygContent .heading_05, .wysiwygContent .heading_04, .wysiwygContent .heading_03, .wysiwygContent .heading_02, .wysiwygContent .heading_01 {
  margin-left: auto;
  margin-right: auto;
}

.wysiwygContent h6, .wysiwygContent h5, .wysiwygContent h4, .wysiwygContent h3, .wysiwygContent h2, .wysiwygContent h1, .wysiwygContent table, .wysiwygContent dl, .wysiwygContent ol, .wysiwygContent ul, .wysiwygContent img, .wysiwygContent blockquote, .wysiwygContent p, .wysiwygContent .heading_06, .wysiwygContent .heading_05, .wysiwygContent .heading_04, .wysiwygContent .heading_03, .wysiwygContent .heading_02, .wysiwygContent .heading_01 {
  margin-top: 25px;
}

.wysiwygContent .heading_01 {
  background-color: #EA6001;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.4em 0.75em;
}

.wysiwygContent .heading_02 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1em;
  position: relative;
}
.wysiwygContent .heading_02::before {
  content: "";
  display: block;
  background-color: #EA6001;
  border-radius: 5px;
  width: 12px;
  height: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
}

.wysiwygContent .heading_03 {
  border-bottom: 1px solid #AFAFAF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
  padding-bottom: 12px;
}

.wysiwygContent .heading_04 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.wysiwygContent .heading_05 {
  background-color: #F5F5F5;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.5em 0.5em 0.5em 15px;
  border-left: 7.5px solid #EA6001;
}

.wysiwygContent .heading_06 {
  border-left: 3px solid #EA6001;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 10px;
}

.wysiwygContent p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}
.wysiwygContent p.textCenter {
  text-align: center;
}
.wysiwygContent p.textRight {
  text-align: right;
}

.wysiwygContent blockquote {
  background-color: #fff;
  border: 5px solid #EA6001;
  padding: 20px;
}

.wysiwygContent strong {
  font-weight: bold;
}

.wysiwygContent small {
  font-size: 80%;
}

.wysiwygContent img {
  vertical-align: middle;
}
.wysiwygContent img.maxImg {
  width: 100%;
}
.wysiwygContent img.roundedImg {
  border-radius: 8px;
  overflow: hidden;
}

.wysiwygContent figcaption {
  margin-top: 10px;
  color: #707070;
  text-align: left;
}
.wysiwygContent figcaption.textCenter {
  text-align: center;
}

.wysiwygContent ul {
  list-style: disc;
  font-size: 1.6rem;
  margin-left: 0.5em;
}
.wysiwygContent ul ul,
.wysiwygContent ul ol {
  width: auto;
  margin-top: 0;
  margin-left: 0.25em;
}
.wysiwygContent ul li {
  list-style-type: disc;
}

.wysiwygContent ol {
  list-style: decimal;
  font-size: 1.6rem;
  margin-left: 0.5em;
}
.wysiwygContent ol ul,
.wysiwygContent ol ol {
  width: auto;
  margin-top: 0;
  margin-left: 0.25em;
}
.wysiwygContent ol li {
  list-style: decimal;
}

.wysiwygContent li {
  margin-left: 1em;
  padding-left: 5px;
}

.wysiwygContent dl {
  font-size: 1.6rem;
}

.wysiwygContent table {
  border-collapse: collapse;
  border: 1px solid #CFBBAD;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: fit-content;
}

.wysiwygContent th {
  background-color: #F3E7D6;
  border: 1px solid #CFBBAD;
  font-weight: bold;
  width: 25%;
  padding: 0.8em 0.5em;
  vertical-align: top;
}
.wysiwygContent th *:not(li) {
  margin-top: 5px;
}
.wysiwygContent th *:first-child {
  margin-top: 0;
}

.wysiwygContent td {
  background-color: #fff;
  border: 1px solid #CFBBAD;
  padding: 0.8em;
  vertical-align: top;
}
.wysiwygContent td *:not(li) {
  margin-top: 5px;
}
.wysiwygContent td *:first-child {
  margin-top: 0;
}

/*
┌─────────────────────────────
│ WYSIWYG部分の設定
│
*/
.wysiwygArea {
  background-color: #fff;
  border-radius: 10px;
  padding: 70px 20px;
  position: relative;
}
.wysiwygArea:before {
  content: "";
  background-image: url(../images/icon-ring-note.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 26px;
  height: 52px;
  margin: auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 65%;
}
.wysiwygArea:after {
  content: "";
  background-image: url(../images/icon-ring-note.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 26px;
  height: 52px;
  margin: auto;
  position: absolute;
  top: -10px;
  left: 65%;
  right: 0;
}

.postMeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 15px;
  margin-bottom: 20px;
}

.postDate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.postDate .newIcon {
  color: #E60012;
  font-weight: bold;
}

.articleTitle {
  border-bottom: 1px solid #EA6001;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.wysiwygContent {
  display: grid;
  gap: 30px;
}

.wysiwygTextContent *:first-child, .wysiwygButtonContent *:first-child, .wysiwygImgContent *:first-child {
  margin-top: 0;
}

.wysiwygButtonContent {
  display: grid;
  gap: 12px;
}
.wysiwygButtonContent .dataButton {
  flex-direction: row-reverse;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  line-height: 1.2;
  text-align: left;
  width: fit-content;
  padding: 0.8em 1.2em;
}

.wysiwygTextContent img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.wysiwygImgContent {
  display: grid;
  gap: 20px;
}
.wysiwygImgContent img {
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.colorRed {
  color: red;
}

.colorBlue {
  color: blue;
}

.fontSmall {
  font-size: 85%;
}

.fontLarge {
  font-size: 125%;
}

.textBold {
  font-weight: bold;
}

.textUnder {
  text-decoration: underline;
}

.bkYellow {
  background-color: yellow;
}

.articleBackButton {
  max-width: 340px;
  margin: 30px auto 0;
}
.articleBackButton + aside {
  margin-top: 50px;
}

.sidePostTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

.bannerLine {
  display: block;
  max-width: 340px;
  width: 90%;
  margin: 30px auto 0;
  transition: opacity 0.3s;
}
.bannerLine + .articleBackButton {
  margin-top: 45px;
}
.bannerLine:hover {
  opacity: 0.7;
}
@media (min-width: 768px){
  .wysiwygContent .heading_01 {
    font-size: 2.8rem;
  }
  .wysiwygContent .heading_02 {
    font-size: 2.8rem;
  }
  .wysiwygContent .heading_04 {
    font-size: 2.4rem;
  }
  .wysiwygContent figcaption {
    margin-top: 15px;
  }
  .wysiwygContent table {
    width: revert-layer;
  }
  .wysiwygContent th {
    padding: 1em;
  }
  .wysiwygContent td {
    padding: 1em;
  }
  .wysiwygArea {
    padding: 80px 50px;
  }
  .postDate {
    font-size: 2rem;
  }
  .articleTitle {
    font-size: 2.6rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .wysiwygContent {
    gap: 40px;
  }
  .wysiwygTextContent img {
    max-height: 500px;
  }
  .wysiwygImgContent {
    grid-template-columns: repeat(2, 1fr);
  }
  .wysiwygImgContent img {
    max-height: 500px;
  }
  .articleBackButton {
    margin: 50px auto 0;
  }
  .articleBackButton + aside {
    margin-top: 80px;
  }
  .sidePostTitle {
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
  .bannerLine {
    margin: 50px auto 0;
  }
  .bannerLine + .articleBackButton {
    margin-top: 60px;
  }
}
@media (min-width: 960px){
  .wysiwygContent .heading_01 {
    font-size: 3.2rem;
  }
  .wysiwygContent .heading_02 {
    font-size: 3.6rem;
    padding-left: 0.8em;
  }
  .wysiwygContent th {
    width: auto;
  }
  .articleTitle {
    font-size: 3.2rem;
    padding-bottom: 20px;
  }
  .wysiwygContent {
    gap: 50px;
  }
  .sidePostTitle {
    font-size: 3.6rem;
  }
}

/*# sourceMappingURL=post.css.map*/