@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500&family=M+PLUS+1p:wght@400;500&display=swap");
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #333;
  font-family: 'Fira Sans', 'M PLUS 1p', sans-serif;
  font-weight: 400;
  line-height: 1;
  text-size-adjust: 100%;
}

main {
  display: block;
}

img {
  display: inherit;
  height: auto;
}

input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}

.l-ad {
  margin-top: 60px;
}

.l-breadcrumb {
  background-color: #f3f3f3;
  padding-bottom: 7px;
  padding-top: 5px;
}

ol.l-breadcrumb__breadcrumbList {
  display: flex;
  flex-wrap: wrap;
}

ol.l-breadcrumb__breadcrumbList li {
  font-size: 12px;
  line-height: 1.4;
}

ol.l-breadcrumb__breadcrumbList li::before {
  color: #999;
  content: ">";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

ol.l-breadcrumb__breadcrumbList li:first-child::before {
  content: none;
}

ol.l-breadcrumb__breadcrumbList li + .-sameRank::before {
  content: "/";
}

ol.l-breadcrumb__breadcrumbList li a {
  color: #333;
}

@media all and (min-width: 769px) {
  ol.l-breadcrumb__breadcrumbList li a:hover {
    text-decoration: none;
  }
}

.l-footer {
  background-color: #35567a;
  padding-bottom: 40px;
  padding-top: 40px;
}

ul.l-footer__snsList {
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.l-footer__snsList li {
  font-size: 30px;
}

ul.l-footer__snsList li + li {
  margin-left: 20px;
}

ul.l-footer__snsList li a {
  color: #fff;
}

ul.l-footer__linkList {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

ul.l-footer__linkList li {
  color: #fff;
  font-size: 14px;
}

ul.l-footer__linkList li + li::before {
  content: '｜';
}

ul.l-footer__linkList li a {
  color: #fff;
}

ul.l-footer__linkList li a:hover {
  text-decoration: none;
}

.l-footer__copyright {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}

.l-footer__copyright small {
  font-size: 100%;
}

.l-gnav {
  background-color: #f3f3f3;
}

ul.l-gnav__linkList {
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.l-gnav__linkList li {
  font-size: 18px;
}

ul.l-gnav__linkList li + li {
  margin-left: 15px;
}

ul.l-gnav__linkList li a {
  align-items: center;
  border-bottom: 5px solid transparent;
  color: #999;
  display: flex;
  height: 40px;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  ul.l-gnav__linkList li a:hover {
    color: #333;
  }
}

ul.l-gnav__linkList li a.-here {
  border-color: #35567a;
  color: #333;
}

.l-header {
  background-color: #35567a;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media all and (min-width: 769px) {
  .l-header__row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .l-header__col {
    width: 50%;
  }
}

.l-header__siteName {
  align-items: center;
  display: flex;
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .l-header__siteName {
    justify-content: center;
  }
}

.l-header__siteName a {
  align-items: center;
  color: #fff;
  display: flex;
  text-decoration: none;
}

.l-header__siteName img {
  margin-right: 10px;
  width: 50px;
}

.l-header__gsearch {
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-header__gsearch {
    margin-top: 10px;
  }
}

.l-header__gsearch form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.l-header__gsearch form input[type="text"] {
  font-size: 16px;
  height: 36px;
  padding-left: 130px;
  padding-right: 10px;
  width: calc(100% - 55px);
}

.l-header__gsearch form input[type="submit"] {
  background-color: #f3f3f3;
  color: #35567a;
  font-size: 16px;
  height: 36px;
  width: 55px;
}

.l-header__gsearch img {
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.l-main {
  padding-bottom: 100px;
  padding-top: 60px;
}

.l-toTop {
  background-color: #1f3247;
  bottom: 20px;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 0;
  text-align: center;
  transition: .4s;
  width: 50px;
}

@media all and (min-width: 769px) {
  .l-toTop:hover {
    background-color: #fff;
    color: #1f3247;
  }
}

.c-card__tmb {
  color: #333;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.c-card__tmb:hover .c-card__ttl {
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-card__tmb:hover .c-card__img::before {
    opacity: 1;
    z-index: 1;
  }
}

@media all and (min-width: 769px) {
  .c-card__tmb:hover .c-card__img img {
    transform: scale(1.02);
  }
}

.c-card__img {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.c-card__img::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .1s;
  width: 100%;
}

.c-card__img img {
  transition: .4s;
  vertical-align: bottom;
}

.c-card__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  text-decoration: underline;
}

.c-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none !important;
}

ul.c-card__metaList {
  border-top: 1px dotted #999;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

ul.c-card__metaList li {
  color: #666;
  font-size: 14px;
}

ul.c-card__metaList li + li::before {
  content: '｜';
}

ul.c-card__metaList li a {
  color: #666;
}

ul.c-card__metaList li a:hover {
  text-decoration: none;
}

.c-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-left: 15px;
  padding-right: 15px;
}

.c-container.-thin {
  max-width: 790px;
}

.p-adjacentArticle {
  margin-top: 60px;
}

@media all and (min-width: 769px) {
  ul.p-adjacentArticle__articleList {
    display: flex;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  ul.p-adjacentArticle__articleList li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 768px) {
  ul.p-adjacentArticle__articleList li + li {
    margin-top: 10px;
  }
}

ul.p-adjacentArticle__articleList li.-next {
  text-align: right;
}

ul.p-adjacentArticle__articleList li a {
  background-color: #fafafa;
  color: #333;
  display: block;
  height: 100%;
  padding: 10px;
}

ul.p-adjacentArticle__articleList li a:hover {
  text-decoration: none;
}

.p-adjacentArticle__label {
  font-size: 14px;
}

.p-adjacentArticle__ttl {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
}

.p-adjacentArticle__date {
  font-size: 14px;
  margin-top: 10px;
}

.p-archive__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

.p-archive__header {
  text-align: center;
}

.p-archive__ttl {
  border: 3px solid #333;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 20px;
}

ul.p-archive__articleList {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  ul.p-archive__articleList {
    display: flex;
    flex-wrap: wrap;
  }
}

ul.p-archive__articleList > li {
  margin-top: 35px;
}

@media all and (min-width: 769px) {
  ul.p-archive__articleList > li {
    width: calc((100% / 3) - 8px);
  }
}

@media all and (min-width: 769px) {
  ul.p-archive__articleList > li:nth-child(3n+2) {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.p-archive__pager {
  margin-top: 40px;
}

.p-archive__pager .wp-pagenavi {
  display: flex;
  justify-content: center;
}

.p-archive__pager .wp-pagenavi .current {
  align-items: center;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin-left: 3px;
  margin-right: 3px;
  width: 32px;
}

.p-archive__pager .wp-pagenavi a {
  align-items: center;
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  display: flex;
  display: flex;
  height: 32px;
  justify-content: center;
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
  transition: .4s;
  width: 32px;
}

.p-archive__pager .wp-pagenavi a:hover {
  background-color: #333;
  color: #fff;
}

.p-article__ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

ul.p-article__metaList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

ul.p-article__metaList li {
  font-size: 14px;
}

ul.p-article__metaList li + li::before {
  content: '｜';
}

ul.p-article__metaList li a {
  color: #333;
}

ul.p-article__metaList li a:hover {
  text-decoration: none;
}

ul.p-article__tagList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

ul.p-article__tagList li {
  font-size: 14px;
  line-height: 1.8;
  margin-right: 1em;
}

ul.p-article__tagList li a {
  color: #333;
}

@media all and (min-width: 769px) {
  ul.p-article__tagList li a:hover {
    text-decoration: none;
  }
}

ul.p-article__snsList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

ul.p-article__snsList li {
  font-size: 20px;
  width: calc(100% / 3);
}

ul.p-article__snsList li a {
  align-items: center;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: .4s;
}

ul.p-article__snsList li a.-twitter {
  background-color: #1DA1F2;
}

ul.p-article__snsList li a.-facebook {
  background-color: #1877f2;
}

ul.p-article__snsList li a.-line {
  background-color: #00C300;
}

@media all and (min-width: 769px) {
  ul.p-article__snsList li a:hover {
    opacity: .8;
  }
}

.p-article__body {
  margin-top: 35px;
}

.p-article__body * + *:not(li) {
  margin-top: 25px;
}

.p-article__body strong {
  font-weight: 400;
}

.p-article__body b {
  font-weight: 400;
}

.p-article__body p a,
.p-article__body li a {
  color: #333;
}

@media all and (min-width: 769px) {
  .p-article__body p a:hover,
  .p-article__body li a:hover {
    text-decoration: none;
  }
}

.p-article__body h2 {
  background-color: rgba(53, 86, 122, 0.05);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  padding: 6px 12px;
}

.p-article__body h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
}

.p-article__body h3::before {
  background-color: #35567a;
  bottom: -14px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 80px;
}

.p-article__body p {
  font-size: 16px;
  line-height: 2;
}

.p-article__body ul {
  list-style: disc;
  padding-left: 27px;
}

.p-article__body ul li {
  font-size: 16px;
  line-height: 2;
}

.p-article__body figure img {
  margin-left: auto;
  margin-right: auto;
}

.p-article__body figure figcaption {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 5px;
}

.p-article__body hr {
  border: none;
  margin-bottom: 0;
  padding-bottom: 25px;
  position: relative;
}

.p-article__body hr::before {
  background-color: #35567a;
  bottom: 0;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

.p-article__body .wpcf7 label {
  display: flex;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-article__body .wpcf7 label {
    font-size: 13px;
  }
}

.p-article__body .wpcf7 label + .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.p-article__body .wpcf7 label span {
  align-items: center;
  background-color: #ff0000;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  height: 100%;
  margin-left: 5px;
  padding: 3px 5px;
}

.p-article__body .wpcf7 .wpcf7-text {
  border: 1px solid #ccc;
  line-height: 1;
  padding: 8px;
  width: 100%;
}

.p-article__body .wpcf7 .wpcf7-textarea {
  border: 1px solid #ccc;
  line-height: 1.6;
  padding: 8px;
  width: 100%;
}

.p-article__body .wpcf7 .wpcf7-submit {
  background-color: #35567a;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 20px;
}

.p-article__body .wpcf7 .wpcf7-not-valid-tip {
  background-color: #ff0000;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  padding: 5px;
}

.p-article__footer {
  margin-top: 35px;
}

.p-relatedArticle {
  margin-top: 60px;
}
