@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 {
  border-bottom: 3px solid #163C3F;
  border-image: linear-gradient(90deg, #163C3F 0%, #163C3F 30px, #C59B2B 30px, #C59B2B 60px, #E2E2E2 60px, #E2E2E2 100%);
  border-image-slice: 1;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 10px;
}

.wysiwygContent .heading_02 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

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

.wysiwygContent .heading_04 {
  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 #163C3F;
}

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

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

.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 #163C3F;
  padding: 20px;
}

.wysiwygContent a.dataButton {
  margin-top: 15px;
  background-color: #F3F3F3;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  color: inherit;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  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: #163C3F;
  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 {
  border: 1px solid #ccc;
  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 #B6B6B6;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: fit-content;
}

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

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

/*
┌─────────────────────────────
│ WYSIWYG部分の設定
│
*/
.wysiwygArea .postDate {
  color: #747474;
  font-size: 1.4rem;
  width: fit-content;
}

.wysiwygContent {
  border-bottom: 1px solid #D9D9D9;
  display: grid;
  gap: 40px;
  padding: 20px 0 40px;
}

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

.wysiwygButtonContent a.dataButton:first-of-type {
  margin-top: 0;
}

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

.wysiwygImgContentSP {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.wysiwygImgContentSP img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}

.wysiwygFooterButton {
  margin-top: 40px;
  display: block;
}

.wysiwygPDFButton, .wysiwygURLButton {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
}
.wysiwygPDFButton span, .wysiwygURLButton span {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 10px;
  font-size: 1.5rem;
}
.wysiwygPDFButton span:hover, .wysiwygURLButton span:hover {
  text-decoration: underline;
}

.wysiwygPDFButton {
  border-radius: 10px;
  border: 3px solid #3a7479;
  background: linear-gradient(#3e8b91, #183f42);
}

.wysiwygURLButton {
  border-radius: 10px;
  border: 3px solid #d74242;
  background: linear-gradient(#fa5b6b, #e6041b);
}

.articleBackButton {
  width: 100%;
  max-width: 200px;
  margin: 30px auto 0;
}

.sidePostTitle {
  background-color: #EFE6DF;
  color: #442A10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  height: 65px;
  margin-bottom: 10px;
}

.sidePostLink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  text-decoration: none;
  font-size: 1.6rem;
  margin-top: 15px;
}
.sidePostLink:after {
  content: "";
  display: block;
  background-image: url(../images/icon-arrow-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  min-width: 14px;
  height: 12px;
}
.sidePostLink:hover {
  text-decoration: underline;
}

.newsList {
  display: grid;
}

.newsListItem {
  border-bottom: 1px solid #D9D9D9;
}

.newsListLink {
  background-color: #fff;
  color: inherit;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 15px 5px;
  position: relative;
}
.newsListLink .new {
  color: #EF1414;
  font-weight: bold;
}
.newsListLink:hover .newsListTitle {
  color: #C59C2B;
}

.newsListDate {
  font-size: 1.4rem;
  width: 135px;
}

.newsListCat {
  background-color: #163C3F;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 10px;
}

.newsListTitle {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.3s;
}

@media (min-width: 768px){
  .wysiwygContent .heading_01 {
    font-size: 2.4rem;
    padding-bottom: 15px;
  }
  .wysiwygContent figcaption {
    margin-top: 15px;
  }
  .wysiwygContent table {
    width: revert-layer;
  }
  .wysiwygContent th {
    padding: 1em;
  }
  .wysiwygContent td {
    padding: 1em;
  }
  .wysiwygContent {
    padding: 40px 0 50px;
  }
  .wysiwygImgContent {
    grid-template-columns: repeat(2, 1fr);
  }
  .wysiwygImgContent img {
    max-height: 500px;
  }
  .wysiwygImgContentSP img {
    max-width: 768px;
  }
  .wysiwygFooterButton {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .wysiwygPDFButton, .wysiwygURLButton {
    margin-bottom: 0;
    width: 49%;
  }
  .wysiwygPDFButton span, .wysiwygURLButton span {
    padding: 15px;
    font-size: 2rem;
  }
  .articleBackButton {
    margin: 50px auto 0;
  }
}

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