@charset "UTF-8";
.post_content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .post_content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.post_content {
  word-break: break-all;
  padding-bottom: 4em;
  padding-top: 2em;
}
@media (max-width: 767px) {
  .post_content {
    padding-bottom: 0;
    padding-top: 1em;
  }
}
.post_content strong,
.post_content .bold {
  font-weight: bold;
}
.post_content p {
  padding-top: 1em;
  font-size: 1.6rem;
}
.post_content a {
  color: #0055A7;
  text-decoration: underline;
}
.post_content a.pagetop {
  text-decoration: none;
}
.post_content a:hover {
  opacity: 0.65;
}
.post_content img {
  max-width: 100% !important;
  height: auto !important;
}
.post_content .btn {
  margin-top: 1em;
  margin-bottom: 2em;
  border: 1px solid #333333;
  color: #333;
  text-decoration: none;
  border-radius: 3em;
  padding: 0.85em 2.75em 0.85em 1.25em;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.post_content .btn::before {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 0;
  left: auto;
  bottom: 0;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
  display: block;
  -webkit-mask: url(../img/ic_arw1.svg) no-repeat center/contain;
          mask: url(../img/ic_arw1.svg) no-repeat center/contain;
  background-color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post_content .btn:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
.post_content .btn:hover::before {
  background-color: #fff;
}
.post_content .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.post_content {
  /*移設*/
  /*イベント*/
}
.post_content .contents__article-outline {
  background: #f1f1f1;
  padding: 2rem;
  line-height: 1.5;
}
.post_content .contents__article-outline p:first-of-type {
  padding-top: 0;
}
.post_content .contents__article-outline .contents__article-outline-lead {
  font-size: 2.1rem;
  font-weight: bold;
}
.post_content .modal__ttl {
  position: relative;
  margin-bottom: 2.5em;
  font-size: 2.1rem;
  margin-top: 2em;
  font-weight: bold;
}
.post_content .modal__ttl::before {
  position: absolute;
  bottom: -1em;
  left: 0;
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #0055A7;
  display: inline-block;
}
.post_content .video {
  width: 100%;
  aspect-ratio: 16/9;
}
.post_content .video iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.post_content .content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .post_content .content__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post_content .content__box .content__fig {
  width: 170px;
  margin-right: 2rem;
}
.post_content .content__box .content__body {
  -webkit-box-flex: 1px;
      -ms-flex: 1px;
          flex: 1px;
}
@media (max-width: 767px) {
  .post_content .content__box .content__body {
    padding-top: 0.5em;
  }
}
.post_content .content__box .content__body p {
  padding-top: 0;
}
.post_content .content__box .content__body .content__body-position {
  font-size: 1.4rem;
}
.post_content .content__box .content__body .content__body-name {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .post_content .content__box .content__body .content__body-name {
    margin-bottom: 0;
  }
}
.post_content .content__box .content__body .content__body-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  display: inline;
}
.post_content .content__ttl {
  position: relative;
  margin-bottom: 6rem;
  font-size: 2.1rem;
  margin-top: 8rem;
  color: unset;
  font-weight: bold;
}
.post_content .content__ttl:after {
  position: absolute;
  content: "";
  bottom: -3rem;
  left: 0;
  width: 60px;
  height: 5px;
  border-radius: 3px;
  background: #1f6ed4;
}
.post_content .contents__article-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 3rem 0 2rem 0;
  margin-bottom: 5rem !important;
  border-bottom: 3px solid #1477A8;
  border-left: none;
}
.post_content .content__body-ttl {
  font-weight: bold;
  padding: 1.5rem 0 1.5rem 0;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.post_content .content__body-position {
  font-size: 1.4rem;
  margin-bottom: 0.3em;
}
.post_content .content__body02-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.5rem 0 1rem;
}
.post_content .content__box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .post_content .content__box02 {
    display: block;
  }
}
.post_content .content__box02 .content__fig {
  width: 18%;
  margin-right: 2rem;
  padding-bottom: 0.5em;
}
@media (max-width: 767px) {
  .post_content .content__box02 .content__fig {
    width: 100%;
    margin-right: 0;
  }
  .post_content .content__box02 .content__fig img {
    width: 100%;
  }
}
.post_content .content__box02 .content__body02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post_content {
  /*インタビュー*/
}
.post_content .ascii__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.post_content .ascii__category {
  color: #0055A7;
  border: 1px solid #0055A7;
  padding: 0.3rem 0.6rem;
  margin-bottom: 3rem;
}
.post_content .articleAuthor p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.post_content .articleAuthor .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_content h2 {
  text-align: left !important;
  margin-bottom: 20px !important;
  padding-left: 10px !important;
  font-size: 2.4rem;
  line-height: 1.2;
  border-left: 5px solid #0055A7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
.post_content .mt5rem {
  margin-top: 5rem !important;
}
.post_content .articleAuthor .fig {
  text-align: center;
  margin: 2rem auto;
  max-width: 700px;
}
.post_content .articleAuthor .caption {
  text-align: left;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .post_content .articleAuthor .wrap .inner {
    width: 100% !important;
  }
}
.post_content .table {
  border-collapse: collapse;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.post_content .table th, .post_content .table td {
  border: solid 1px;
}
.post_content .table td {
  text-align: left;
  padding: 1rem;
}
.post_content .table tr td:first-of-type {
  width: 24%;
}
.post_content {
  /*調査*/
}
.post_content section {
  padding: 0;
}
.post_content section + section {
  margin-top: 5em;
}
@media (max-width: 767px) {
  .post_content section + section {
    margin-top: 2.5em;
  }
}
.post_content .section__items-lead.txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
.post_content .section__items-lead.txt span {
  font-weight: bold;
}
.post_content .section__title {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 2.4rem;
  line-height: 1.2;
  border-left: 5px solid #0055A7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
.post_content h3.section__title {
  color: #0055A7;
}
.post_content .table-type01 {
  margin: 20px auto 40px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 150%;
}
.post_content .table-type01 th, .post_content .table-type01 td {
  table-layout: fixed;
  padding: 10px;
  word-break: break-all;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.post_content .table-type01 th {
  width: 20%;
  color: #fff;
  background: #0055A7;
  text-align: center;
}
.post_content .section__items-btn a.btn1_cmn {
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
}
.post_content .section__items-btn a.btn1_cmn:hover {
  color: #fff;
  opacity: 1;
}
.post_content .section__items-lead {
  font-size: 1.8rem;
  padding-top: 1em;
}
.post_content b {
  font-weight: 600;
}
.post_content .basic + .note__list {
  margin-top: 20px;
}
.post_content .note__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.post_content .note__list li span {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post_content .note__list li p {
  padding-top: 0;
}
.post_content #joic__logomark {
  margin-top: 100px;
}
.post_content .container__2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post_content #joic__logomark .container__inner--left {
  width: 340px;
}
.post_content #joic__logomark .container__inner--right {
  width: calc(100% - 360px);
  font-size: 1.4rem;
  line-height: 150%;
}
.post_content .at-content-box {
  margin-top: 5px;
  margin-bottom: 50px;
}
.post_content .free-comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post_content .contents_inner .container__inner--left {
  width: 680px;
}
.post_content .contents_inner .container__inner--left iframe {
  width: 100%;
}
.post_content .contents_inner .container__inner--right {
  width: calc(100% - 700px);
  font-size: 1.6rem;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .post_content #joic__logomark .container__inner--left, .post_content #access__map .container__inner--left {
    margin-bottom: 20px;
    width: 100%;
  }
  .post_content #joic__logomark .container__inner--right, .post_content #access__map .container__inner--right {
    width: 100%;
  }
  .post_content .contents_inner .container__inner--right {
    width: 100%;
  }
}
.post_content {
  /*JOICの現状（とは）*/
}
.post_content .at-main h3 {
  margin-bottom: 10px;
  color: #1f6ed4;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.post_content {
  /*サイトポリシー・利用規約*/
}
.post_content .list-typeDisc {
  margin-left: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  list-style-type: disc;
}
.post_content .list-typeDisc li {
  margin-bottom: 20px;
}
.post_content {
  /*アクセシビリティ*/
}
.post_content .borderColumn {
  margin: 0 auto;
  padding: 20px;
  width: 98%;
  border: 1px solid #ccc;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post_content .borderColumn > p:first-of-type {
  padding-top: 0;
}
.post_content {
  /*サイトマップ*/
}
.post_content .sitemap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_content .sitemap_content .parent {
  margin-bottom: 5rem !important;
  width: 25%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .post_content .sitemap_content .parent {
    width: 100%;
  }
}
.post_content .sitemap_content .parent > a {
  color: #333 !important;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}
.post_content .sitemap_content ul.child {
  padding-left: 1rem;
}
.post_content .sitemap_content ul.child li {
  margin-top: 0.5em;
}
.post_content .sitemap_content ul.child li::before {
  content: "-";
  display: inline-block;
}
.post_content .sitemap_content ul.child li a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #666;
}
.post_content .ttl2_lower_cmn:not(:first-of-type) {
  margin-top: 2.5em;
}
.post_content .ttl2_lower_cmn {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .post_content .ttl2_lower_cmn {
    font-size: 2.8rem;
    margin-bottom: 0.5em;
  }
}
.post_content .ttl2_lower_cmn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #032D42;
}

section > .post_content {
  padding-top: 0;
  padding-bottom: 0;
}/*# sourceMappingURL=post.css.map */