@charset "UTF-8";

/* ----------------------- */
/* base
/* ----------------------- */

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "Meiryo", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.8;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

.sp {
  display: none;
}

strong {
  font-weight: bold;
}

/* ----------------------- */
/* layout
/* ----------------------- */

.inner {
  max-width: 920px;
  margin: 0 auto;
}

/* ----------------------- */
/* parts
/* ----------------------- */


/* breadcrumb */

.breadcrumb_wrapper {
  background-color: #E2EDE8;
}

.breadcrumb {
  font-size: 1rem;
  letter-spacing: 0.06em;
  padding: 7px 0;
}

.breadcrumb span {
  margin: 0 4px;
}

.breadcrumb span:first-child {
  margin-left: 0;
}

.breadcrumb a {
  vertical-align: -1px;
  text-decoration: underline;
}

.breadcrumb span:last-child a {
  text-decoration: none;

}

.breadcrumb span:last-child a:hover {
  cursor: default;
  opacity: 1;
}


/* title */

.title_wrapper {
  width: 100%;
  border-bottom: 5px solid #fff;
}

.title {
  color: #0B5A78;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}

.title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #0B5A78;
  display: block;
}


/* goToTop */

.goToTop {
  position: fixed;
  bottom: 100px;
  right: 40px;
  width: 50px;
  display: block;
}


/* img */
.objectFit_cover {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.objectFit_contain {
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}


/* ----------------------- */
/* header
/* ----------------------- */

.header {
  border-top: 10px solid #0B5A78;
}

.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  padding: 20px 0 10px;
}

.header__logo a {
  width: 276px;
}

.header_btn__logout a {
  padding: 5px 25px;
  background: #0B5A78;
  color: #fff;
}

.header__mv {
  width: 100%;
  height: 110px;
}

.header__mv img {
  object-position: 100% 25.5%;
  font-family: 'object-fit: 100% 25.5%;';
}

/* ----------------------- */
/* footer
/* ----------------------- */

.footer {
  background-color: #F1F8F5;
}

.footer__inner {
  margin: 0 auto;
  padding: 56px 20px 53px;
}

.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.footer__nav_link {
  color: #0B5A78;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 0 12px;
  border-right: 1px solid #0B5A78;
}

.footer__nav_item:last-child .footer__nav_link {
  border-right: none;
}


.footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
}

.footer__sns_link {
  width: 27px;
}

.footer__sns_link:nth-child(2) {
  width: 28px;
  margin: 0 5px;
}

.footer__sns_link:last-child {
  width: 24px;
}

.footer__logo {
  width: 270px;
  margin: 0 auto;
}


.footer__copyright {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  display: block;
}

/* ----------------------- */
/* post
/* ----------------------- */

.post_wrapper {
  padding: 60px 25px;
  background-color: #F1F8F5;
}

.post_inner {
  padding: 72px 20px;
  background-color: #fff;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
}


/* ----------------------- */
/* singlePost
/* ----------------------- */

.singlePost__content {
  max-width: 855px;
  margin: 0 auto;
}

.singlePost__date {
  color: #0B5A78;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
  display: block;
}

.singlePost h1 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: 0.06em;
  padding-bottom: 18px;
  margin-bottom: 48px;
  border-bottom: 1px solid #DFDFDF;
}

.singlePost h2,
.singlePost h3,
.singlePost h4,
.singlePost h5,
.singlePost h6 {
  color: #0B5A78;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 40px;
}

.singlePost h2 {
  padding: 20px 19px;
  background-color: #F0F7FA;
}

.singlePost h3 {
  padding-bottom: 7px;
  border-bottom: 2px solid #0B5A78;
}

.singlePost h4 {
  padding-bottom: 7px;
  border-bottom: 1px solid #DFDFDF;
}

.singlePost h5 {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.singlePost h6 {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.singlePost img {
  max-width: 100%;
  height: auto;
}

.singlePost p {
  letter-spacing: 0;
}

.singlePost a {
  color: #0B5A78;
  text-decoration: underline;
}

.singlePost ul {
  list-style-type: disc;
  letter-spacing: 0;
  list-style-position: inside;
  padding: revert;
}

.singlePost ol {
  list-style-type: decimal;
  letter-spacing: 0;
  list-style-position: inside;
  padding: revert;
}

.singlePost .singlePost__content > ul,
.singlePost .singlePost__content > ol {
  padding: 0;
}

.singlePost table {
  /* width: 100%; */
  border: 1px solid #BEBEBE;
  table-layout: fixed;
  box-sizing: border-box;
}

.singlePost table thead tr {
  background-color: #D1E9F8;
}

.singlePost table tr {
  border-bottom: 1px solid #BEBEBE;
}

.singlePost table th,
.singlePost table td {
  padding: 5px 10px;
  border: 1px solid #BEBEBE;
  vertical-align: top;
}

.singlePost table th:not(:first-child),
.singlePost table td:not(:first-child) {
  min-width: 129px;
}

.singlePost table th:last-child,
.singlePost table td:last-child {
  border-right: none;
}


.singlePost table thead th,
.singlePost table tbody th {
  color: #0B5A78;
  font-weight: bold;
  text-align: center;
}

.singlePost table thead tr th:first-child,
.singlePost table tbody tr th {
  min-width: 80px;
}

.singlePost table tbody th {
  background-color: #F0F7FA;
  min-width: 80px;
}

.singlePost .singlePost__btn {
  color: #000;
  line-height: 1;
  width: 100%;
  text-align: center;
  display: block;
  padding: 32px 0;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  margin-top: 115px;
  text-decoration: none;
}

.singlePost .wp-block-table {
  overflow-x: auto;
}


/* ----------------------- */
/* link list
/* ----------------------- */

.links__box {
  margin-top: 50px;
}

.links__box .title_wrapper {
  border-color: #E2EDE8;
}

.links__box .title_wrapper .title {
  color: #0B5A78;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: none;
  padding: 0 0 5px;
  margin: 0;
  display: inline-block;
  position: relative;
}

.links__box_listWrapper {
}

.links__box_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 !important;
}

.links__box_item {
  flex: 0 1 47.8%;
  border-bottom: 1px solid #dfdfdf;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.links__box_item a {
  text-decoration: none;
}


.links__box_link {
  flex: 1;
  color: #0B5A78;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  line-height: 1.4;
  padding: 34px 40px 34px 0;
  position: relative;
}

.links__box_link::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 16px;
  background-image: url(../img/curet2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 100%;
}


/* 925px 
--------------------------------------------- */
@media (max-width: 925px) {

  .inner {
    padding: 0 12.5px;
  }


}

/* 767px 
--------------------------------------------- */
@media (max-width: 767px) {

  /* ----------------------- */
  /* base 767px
  /* ----------------------- */


  body {
    font-size: 1.3rem;
    line-height: 1.84;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ----------------------- */
  /* parts 767px
  /* ----------------------- */

  /* title */

  .title_wrapper {
    border-bottom: 4px solid #fff;
  }

  .title {
    font-size: 1.7rem;
    padding-bottom: 5px;
  }

  .title::before {
    bottom: -4px;
    height: 4px;
  }

  /* goToTop */

  .goToTop {
    bottom: 70px;
    right: 13px;
    width: 49px;
  }


  /* ----------------------- */
  /* header 767px
  /* ----------------------- */

  .header {
    border-top: 8px solid #0B5A78;
  }

  .header__logo {
    padding: 16px 0 5px;
  }

  .header__logo a {
    width: 189px;
  }

  .header__mv {
    height: 131.5px;
  }

  .header__mv img {
    object-position: center;
    font-family: 'object-fit: center;';
  }

  /* ----------------------- */
  /* footer 767px
  /* ----------------------- */

  .footer__inner {
    padding: 47px 13px 32px;
  }

  .footer__nav {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .footer__nav_item {
    margin-bottom: 20px;
  }

  .footer__nav_link {
    padding: 0 8px;
  }

  .footer__nav_item:nth-child(3) .footer__nav_link {
    border-right: none;

  }

  .footer__nav_item:last-child .footer__nav_link {
    border-right: none;
  }


  .footer__sns {
    margin-bottom: 35px;
  }

  .footer__logo {
    width: 210px;
  }


  .footer__copyright {
    font-size: .75rem;
  }


  /* ----------------------- */
  /* post 767px
  /* ----------------------- */

  .post_wrapper {
    padding: 25px;
  }

  .post_inner {
    padding: 25px 20px;
  }

  /* ----------------------- */
  /* singlePost 767px
  /* ----------------------- */

  .singlePost__date {
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: block;
  }

  .singlePost h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .singlePost h2,
  .singlePost h3,
  .singlePost h4,
  .singlePost h5,
  .singlePost h6 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .singlePost h2 {
    padding: 13px 15px;
  }

  .singlePost h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #0B5A78;
  }

  .singlePost h4 {
    padding-bottom: 5px;
  }

  .singlePost h5,
  .singlePost h6 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 7px;
  }

  .singlePost table {
    width: auto;
  }

  .singlePost table th,
  .singlePost table td {
    font-size: 1.3rem;
    padding: 5px 13px;
  }

  .singlePost table thead tr th:first-child,
  .singlePost table tbody tr td:first-child {
    min-width: 70px;
  }

  .singlePost table th:not(:first-child),
  .singlePost table td:not(:first-child) {
    min-width: 145px;
  }

  .singlePost .singlePost__btn {
    padding: 27px 0;
    margin-top: 79px;
  }


  /* ----------------------- */
  /* link list 767px
  /* ----------------------- */

  .links__box_item {
    flex: 0 1 100%;
  }

  .links__box_link {
    font-size: 1.4rem;
    padding: 25px 0 24px;
  }

  .links__box_link::after {
    top: 0px;
    right: 13px;
    width: 6px;
  }



}