@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 a.dataButton, .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: #F5F5F5;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1em;
  position: relative;
}
.wysiwygContent .heading_01:before {
  content: "";
  display: block;
  background-color: #FFEA00;
  width: 10px;
  height: 70%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .wysiwygContent .heading_01 {
    font-size: 3.4rem;
  }
}

.wysiwygContent .heading_02 {
  border-bottom: 3px solid #FFEA00;
  border-image: linear-gradient(90deg, #FFEA00 0%, #FFEA00 130px, #E4E4E4 130px, #E4E4E4 100%);
  border-image-slice: 1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .wysiwygContent .heading_02 {
    font-size: 3.4rem;
  }
}

.wysiwygContent .heading_03 {
  border-top: 2px solid #FFEA00;
  border-bottom: 2px solid #FFEA00;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .wysiwygContent .heading_03 {
    font-size: 2.4rem;
  }
}

.wysiwygContent .heading_04 {
  background-color: #F5F5F5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em;
}

.wysiwygContent .heading_05 {
  border-left: 3px solid #FFEF27;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 10px;
}

.wysiwygContent .heading_06 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.wysiwygContent p {
  text-align: left;
}
.wysiwygContent p.textCenter {
  text-align: center;
}
.wysiwygContent p.textRight {
  text-align: right;
}

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

.wysiwygContent a.dataButton {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 10px;
  color: inherit;
  display: flex;
  align-items: center;
  line-height: 1.4;
  width: fit-content;
  padding: 1em 1.5em;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.wysiwygContent a.dataButton[href$=".doc"]:before, .wysiwygContent a.dataButton[href$=".docx"]:before, .wysiwygContent a.dataButton[href$=".xls"]:before, .wysiwygContent a.dataButton[href$=".xlsx"]:before, .wysiwygContent a.dataButton[href$=".pdf"]:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  width: 20px;
  height: 24px;
  min-width: 24px;
  margin-right: 2rem;
  transform: rotate(0deg);
}
.wysiwygContent a.dataButton[href$=".doc"]:before, .wysiwygContent a.dataButton[href$=".docx"]:before {
  background-image: url(../images/icon-word-01.svg);
}
.wysiwygContent a.dataButton[href$=".xls"]:before, .wysiwygContent a.dataButton[href$=".xlsx"]:before {
  background-image: url(../images/icon-excel-01.svg);
}
.wysiwygContent a.dataButton[href$=".pdf"]:before {
  background-image: url(../images/icon-pdf-01.svg);
}
.wysiwygContent a:hover.dataButton {
  background-color: #295EC5;
  color: #fff;
}
.wysiwygContent a:hover.dataButton[href$=".doc"]:before, .wysiwygContent a:hover.dataButton[href$=".docx"]:before, .wysiwygContent a:hover.dataButton[href$=".xls"]:before, .wysiwygContent a:hover.dataButton[href$=".xlsx"]:before, .wysiwygContent a:hover.dataButton[href$=".pdf"]:before {
  border: none;
}
.wysiwygContent a:hover.dataButton[href$=".doc"]:before, .wysiwygContent a:hover.dataButton[href$=".docx"]:before {
  background-image: url(../images/icon-word-02.svg);
}
.wysiwygContent a:hover.dataButton[href$=".xls"]:before, .wysiwygContent a:hover.dataButton[href$=".xlsx"]:before {
  background-image: url(../images/icon-excel-02.svg);
}
.wysiwygContent a:hover.dataButton[href$=".pdf"]:before {
  background-image: url(../images/icon-pdf-02.svg);
}

.wysiwygContent strong {
  font-weight: bold;
}

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

.wysiwygContent img {
  vertical-align: middle;
}

.wysiwygContent figcaption {
  margin-top: 10px;
  color: #707070;
  text-align: left;
}
.wysiwygContent figcaption.textCenter {
  text-align: center;
}
@media (min-width: 768px) {
  .wysiwygContent figcaption {
    margin-top: 15px;
  }
}

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

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

.wysiwygContent li {
  margin: 0 0 0 1em;
}

.wysiwygContent table {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: fit-content;
}
@media (min-width: 768px) {
  .wysiwygContent table {
    width: revert-layer;
  }
}

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

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

/*
┌─────────────────────────────
│ WYSIWYG部分の設定
│ 
*/
.wysiwygArea {
  padding-bottom: 80px;
}
@media (min-width: 960px) {
  .wysiwygArea {
    padding-bottom: 160px;
  }
}
.wysiwygArea .postTitle {
  border-bottom: 3px solid #FFEA00;
  border-image: linear-gradient(90deg, #FFEA00 0%, #FFEA00 130px, #E4E4E4 130px, #E4E4E4 100%);
  border-image-slice: 1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .wysiwygArea .postTitle {
    font-size: 3.2rem;
  }
}
.wysiwygArea .postMeta {
  display: flex;
  gap: 0 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.wysiwygArea .postDate {
  display: flex;
  gap: 0 14px;
  align-items: center;
}
.wysiwygArea .postDate:after {
  content: "";
  display: block;
  background-color: #333;
  width: 1px;
  min-width: 1px;
  height: 1em;
}

.wysiwygContent {
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .wysiwygContent {
    flex-direction: row;
    margin-top: 50px;
  }
}
.wysiwygTextContent *:first-child, .wysiwygButtonContent *:first-child, .wysiwygImgContent *:first-child {
  margin-top: 0;
}

.wysiwygTextContent {
  min-width: 55%;
}

.wysiwygButtonContent {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .wysiwygButtonContent {
    margin-top: 100px;
  }
}

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