<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.inner1020 {
  max-width: 1020px;
  margin: 0 auto;
}

.inner880 {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 15px;
}

.post-entry {
  background: #fff;
  font-weight: 400;
  padding: 120px 0;
}
.post-entry_desc {
  text-align: center;
  line-height: 2.215;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .post-entry_desc {
    margin: 13.3333333333vw 0;
    line-height: 2;
  }
}
.post-entry_content h2 {
  font-size: 36px;
  font-weight: bold;
  border-bottom: 3px solid #D80C24;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .post-entry_content h2 {
    font-size: 6.4vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.post-entry_content h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 40px 0;
  border-left: 2px solid #D80C24;
  padding-left: 10px;
}
.post-entry_content h3 + h3 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .post-entry_content h3 {
    font-size: 5.8666666667vw;
  }
}
.post-entry_content h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px 0;
}
.post-entry_content ul li {
  list-style: none;
}
.post-entry_content p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .post-entry_content p {
    line-height: 2;
    font-size: 4.2666666667vw;
  }
}
.post-entry_content .more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.4285;
  color: #D80C24;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
  margin-top: 15px;
}
.post-entry_content .more:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: 0;
  top: 7px;
  border: 1px solid #D80C24;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .post-entry_content .more {
    margin-top: 2.6666666667vw;
  }
}
.post-entry_content .column {
  display: flex;
  flex-flow: row wrap;
  /*justify-content: space-between;*/
}
.post-entry_content .column-item h4 {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .post-entry_content .column-item h4 {
    margin: 2.6666666667vw 0;
  }
}
.post-entry_content .column-item p {
  margin: 0;
  line-height: 1.625;
}
.post-entry_content .column.cols4 {
  margin: 0 0 40px -20px;
}
.post-entry_content .column.cols4 .column-item {
  width: calc(100%/4 - 20px);
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .post-entry_content .column.cols4 {
    margin: 0 0 0 -5.3333333333vw;
  }
  .post-entry_content .column.cols4 .column-item {
    width: calc(100%/2 - 5.3333333333vw);
    margin: 0 0 8vw 5.3333333333vw;
  }
}
.post-entry_content .column.cols2 {
  margin: 0 0 40px -40px;
}
.post-entry_content .column.cols2 .column-item {
  width: calc(100%/2 - 40px);
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .post-entry_content .column.cols2 {
    margin: 0 0 8vw -5.3333333333vw;
  }
  .post-entry_content .column.cols2 .column-item {
    width: calc(100%/2 - 5.3333333333vw);
    margin: 0 0 0 5.3333333333vw;
  }
}
.post-entry_content .column.cols3 {
  margin: 0 0 40px -32px;
}
.post-entry_content .column.cols3 .column-item {
  width: calc(100%/3 - 32px);
  margin: 0 0 0 32px;
}
@media screen and (max-width: 768px) {
  .post-entry_content .column.cols3 {
    margin: 0 0 0 -5.3333333333vw;
  }
  .post-entry_content .column.cols3 .column-item {
    width: calc(100%/2 - 5.3333333333vw);
    margin: 0 0 8vw 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .row {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .row-img {
    width: calc(420/880 * 100%);
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .row-img {
    margin: 0 0 2.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .row-ctn {
    width: calc(420/880 * 100%);
  }
}
.post-entry_content .row h4 {
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .post-entry_content .row h4 {
    margin: 0 0 2.6666666667vw 0;
  }
}
.post-entry_content .row p {
  margin-bottom: 0;
}
.post-entry_content .box {
  display: block;
  padding: 25px 40px;
  border: 1px solid #999999;
  text-decoration: none;
  color: #121212;
  position: relative;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .post-entry_content .box {
    padding: 4vw;
  }
}
.post-entry_content .box:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 40px;
  margin-top: -7px;
  border: 1px solid #D80C24;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .post-entry_content .box:after {
    right: 4vw;
  }
}
.post-entry_content .box-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 15px !important;
}
.post-entry_content .box-ctn {
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .post-entry_content .box-ctn {
    padding: 0 4vw 0 0;
  }
}
.post-entry_content .box p {
  margin-bottom: 0;
}
.post-entry_content .author {
  margin-bottom: 40px;
  border: 1px solid #999999;
}
@media screen and (min-width: 769px) {
  .post-entry_content .author {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .author {
    padding: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .author-img {
    width: 150px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .author-img {
    margin-bottom: 4vw;
  }
}
.post-entry_content .author-img .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.post-entry_content .author-img .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: inherit;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .post-entry_content .author-ctn {
    width: calc(100% - 190px);
  }
}
.post-entry_content .author-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .post-entry_content .author-ttl {
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.post-entry_content .author-txt {
  line-height: 1.625;
  margin-bottom: 0;
}
.post-entry_content .author-tag {
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .post-entry_content .author-tag {
    margin-top: 2.6666666667vw;
  }
}
.post-entry_content .author-tag a {
  display: inline-block;
  color: #D80C24;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}
.post-entry_content .author-tag a + a {
  margin-left: 40px;
}
.post-entry_content .author-tag a:not(:first-child):before {
  position: absolute;
  content: '/';
  color: #121212;
  left: -20px;
  top: 0;
}
.post-entry_content .comments {
  padding: 25px 40px;
  background: #FDF2F3;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .post-entry_content .comments {
    padding: 4vw;
  }
}
.post-entry_content .comments-ttl {
  font-weight: bold;
  color: #D80C24;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .post-entry_content .comments-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.post-entry_content .comments-ttl span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.post-entry_content .comments-ttl span:before, .post-entry_content .comments-ttl span:after {
  position: absolute;
  color: #D80C24;
  top: 0;
}
.post-entry_content .comments-ttl span:before {
  content: '＼';
  left: 0;
}
.post-entry_content .comments-ttl span:after {
  content: '／';
  right: 0;
}
.post-entry_content .comments .elementor-widget-heading .elementor-heading-title {
  font-weight: bold;
  color: #D80C24;
  text-align: center;
  margin-bottom: 15px;
}
.post-entry_content .comments-txt {
  margin-bottom: 0;
  line-height: 1.625;
}
.post-entry_content .comments p {
  margin-bottom: 0;
}
.post-entry_content table {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .post-entry_content table {
    border-bottom: 1px solid #CCCCCC;
  }
}
.post-entry_content table th, .post-entry_content table td {
  font-weight: 400;
  line-height: 1.625;
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .post-entry_content table th, .post-entry_content table td {
    display: block;
    border-bottom: none;
    padding: 0 4vw;
  }
}
.post-entry_content table th {
  width: calc(200/880 * 100%);
}
@media screen and (max-width: 768px) {
  .post-entry_content table th {
    width: 100%;
    text-align: left;
    padding-top: 4vw;
    padding-bottom: 1.3333333333vw;
  }
}
.post-entry_content table td {
  width: calc(680/880 * 100%);
}
@media screen and (max-width: 768px) {
  .post-entry_content table td {
    width: 100%;
    border-top: none;
    padding-bottom: 4vw;
  }
}
.post-entry_content table .bgk th, .post-entry_content table .bgk td {
  background: #f3f3f3;
}
.post-entry_content .aligncenter {
  text-align: center;
}
.post-entry_content .elementor-section.elementor-section-boxed &gt; .elementor-container .elementor-container {
  /* margin-left: -10px;
   margin-right: -10px;*/
}
.post-entry_content .elementor-1 .elementor-element.elementor-element-6ce67f63 &gt; .elementor-container &gt; .elementor-column &gt; .elementor-widget-wrap {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .post-entry_content .elementor-column-gap-default {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
}
.post-entry_content .elementor-column-gap-default &gt; .elementor-column &gt; .elementor-element-populated {
  padding: 0;
}
.post-entry_content .elementor-column.elementor-col-50, .post-entry_content .elementor-column[data-col="50"] {
  width: calc(420/880 * 100%);
}
.post-entry_content .elementor-column.elementor-col-50 h4, .post-entry_content .elementor-column[data-col="50"] h4 {
  margin: 15px 0;
}
.post-entry_content .elementor-column.elementor-col-50 p, .post-entry_content .elementor-column[data-col="50"] p {
  margin-bottom: 0;
}
.post-entry_content .elementor-column.elementor-col-50 p.elementor-heading-title, .post-entry_content .elementor-column[data-col="50"] p.elementor-heading-title {
  margin-bottom: 15px;
}
.post-entry_content .elementor-column.elementor-col-33, .post-entry_content .elementor-column[data-col="33"] {
  width: calc(272/880 * 100%);
}
.post-entry_content .elementor-column.elementor-col-33 h4, .post-entry_content .elementor-column[data-col="33"] h4 {
  margin: 15px 0;
}
.post-entry_content .elementor-column.elementor-col-33 p, .post-entry_content .elementor-column[data-col="33"] p {
  margin-bottom: 0;
}
.post-entry_content .elementor-column.elementor-col-25, .post-entry_content .elementor-column[data-col="25"] {
  width: calc(205/880 * 100%);
}
.post-entry_content .elementor-column.elementor-col-25 h4, .post-entry_content .elementor-column[data-col="25"] h4 {
  margin: 15px 0;
}
.post-entry_content .elementor-column.elementor-col-25 p, .post-entry_content .elementor-column[data-col="25"] p {
  margin-bottom: 0;
}
.post-entry_content .elementor-icon-list-items {
  margin-top: 15px;
  margin-bottom: 0;
}
.post-entry_content .elementor-icon-list-items .elementor-icon-list-item {
  display: inline-block;
  position: relative;
}
.post-entry_content .elementor-icon-list-items .elementor-icon-list-item:not(:first-child):before {
  position: absolute;
  content: '/';
  color: #121212;
  left: -20px;
  top: 0;
}
.post-entry_content .elementor-icon-list-items .elementor-icon-list-item + .elementor-icon-list-item {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .post-entry_content .elementor-icon-list-items {
    margin-top: 2.6666666667vw;
  }
}
.post-entry_content .elementor-toc__header h4 {
  margin: 0;
}

/*# sourceMappingURL=post.css.map */
.aligncenter {
  text-align: center !important;
}
.sp_category__ttl {
  left: 0;
  transform: translateX(0);
  font-size: 0.9em;
  font-weight: bold;
  top: 22px;
  left: 15px;
  letter-spacing: 0.2em;
}
.sp_category__ttl a {
  text-decoration: none;
  color: #000;
}
.l-extraWrapper .intro__head {
  margin-bottom: 50px;
}
.l-extraWrapper .intro__head__text03[data-language="en"] {
  font-family: 'Caveat', serif;
  font-size: 22px;
}
.l-extraWrapper .intro__head__text02 {
  display: block;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.038em;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .post-entry_content .column.cols4 .column-item {
    margin: 0 0 40px 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .l-extraWrapper .intro__head__text02 {
    font-size: 6.9333333333vw;
  }
  .hd_logo.forPC {
    display: none;
  }
}</pre></body></html>