@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mohave:wght@600&family=Noto+Sans+JP:wght@400;500;700&family=VT323&display=swap");
* {
  line-height: 1em;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, blockquote, th, td, pre, form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100.5%;
  word-wrap: break-word;
}

p, dd, li {
  word-break: normal;
}

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Bold");
  font-weight: bold;
}
body {
  font-family: "Yu Gothic", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "M+ 1p", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #202124;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #002034;
  text-decoration: none;
  transition: all 0.25s ease;
}
a:hover {
  color: #00558b;
}
a img {
  transition: all 0.25s ease;
}
a img:hover {
  opacity: 0.7;
}

h1, h2, h3, h4, h4, div {
  line-height: 1.4;
}

p, li, dt, dd, span {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  p, li, dt, dd, span {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  p img {
    display: block;
    margin: 0 auto;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.wp {
  overflow: hidden;
  zoom: 1;
}

.wp .attachment img {
  max-width: 900px;
}

.wp .alignleft,
.wp img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.wp .alignright,
.wp img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.wp .aligncenter,
.wp img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp img.alignleft,
.wp img.alignright,
.wp img.aligncenter {
  margin-bottom: 12px;
}

.wp .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp .wp-caption img {
  margin: 5px 5px 0;
}

.wp .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.wp .wp-smiley {
  margin: 0;
}

.wp .gallery {
  margin: 0 auto 18px;
}

.wp .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.wp .gallery img {
  border: 2px solid #cfcfcf;
}

.wp .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.wp .gallery dl {
  margin: 0;
}

.wp .gallery img {
  border: 10px solid #f1f1f1;
}

.wp .gallery br + br {
  display: none;
}

.wp .attachment img {
  display: block;
  margin: 0 auto;
}

.p-blog__contents__wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-blog__contents__wrap {
    flex-wrap: wrap;
  }
}
.p-blog__contents__main {
  width: 65%;
  max-width: 760px;
}
@media only screen and (max-width: 767px) {
  .p-blog__contents__main {
    width: 100%;
    margin-bottom: 50px;
  }
}
.p-blog__contents__side {
  width: 25%;
  max-width: 295px;
}
@media only screen and (max-width: 767px) {
  .p-blog__contents__side {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .p-blog__contents__side {
    max-width: fit-content;
  }
}
.p-blog__contents__footer {
  background: #F0F3F5;
  padding: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-blog__contents__footer {
    padding: 15px;
  }
}
.p-blog__contents__footer a {
  color: #0074BE;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.p-blog__contents__footer a:hover {
  opacity: 0.7;
}
.p-blog__contents__footer__product {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #91A3B3;
}
@media only screen and (max-width: 480px) {
  .p-blog__contents__footer__product {
    word-break: break-all;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .p-blog__contents__footer__product br {
    display: none;
  }
}
.p-blog__contents__footer__link {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-blog__contents__footer__link p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-blog__contents__link p {
  margin-bottom: 15px;
}
.p-blog__contents__link .c-grid__col-6 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-blog__contents__link .c-grid__col-6 {
    margin-bottom: 15px;
  }
}
.p-blog__article {
  padding-bottom: 80px;
  border-bottom: 1px solid #91A3B3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .p-blog__article {
    padding-bottom: 15px;
  }
}
.p-blog__article a span {
  color: #0074BE !important;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.p-blog__article a span:hover {
  opacity: 0.7;
}
.p-blog__article h4 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .p-blog__article h4.c-head__black-s {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-blog__article h4 a {
  color: #0074BE;
  font-size: 24px;
  font-size: 2.4rem;
}
.p-blog__article p img {
  display: inline;
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-blog__article__category {
  margin-top: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .p-blog__article__category {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 2;
  }
}
.p-blog__article__category a {
  padding: 4px 7px;
  background: #DBE1E8;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
  .p-blog__article__category a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-blog__archive {
  padding-bottom: 20px;
  border-bottom: 1px solid #91A3B3;
  margin-bottom: 20px;
  display: flex;
}
.p-blog__archive__img {
  width: 30%;
}
@media only screen and (max-width: 480px) {
  .p-blog__archive__img {
    width: 90px;
  }
}
.p-blog__archive__img img {
  display: inline;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 210px;
  height: 140px;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .p-blog__archive__img img {
    width: 90px;
    height: 60px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
.p-blog__archive__info {
  width: 70%;
  padding-left: 1em;
}
.p-blog__archive__info-ttl {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .p-blog__archive__info p {
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-blog__archive__info a {
  color: #0074BE !important;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.p-blog__archive__info a:hover {
  opacity: 0.7;
}
.p-blog__archive__info h4 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .p-blog__archive__info h4.c-head__black-s {
    line-height: 1.3;
  }
}
.p-blog__archive__info h4 a {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 480px) {
  .p-blog__archive__info h4 a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-blog__sidenav__block {
  margin-top: 50px;
}
.p-blog__sidenav__head {
  margin-bottom: 10px;
  border-bottom: 1px solid #91A3B3;
}
.p-blog__sidenav__search label {
  display: none;
}
.p-blog__sidenav__search input[type=text] {
  padding: 4px 8px;
  background: #DBE1E8;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-blog__sidenav__search input[type=submit] {
  padding: 5px 8px;
  background: #DBE1E8;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-blog__sidenav li a {
  color: #0074BE;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.p-blog__sidenav li a:hover {
  opacity: 0.7;
}

.nav-below {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.nav-below span {
  width: 45%;
}
.nav-below span a {
  text-decoration: underline;
  color: #0074BE;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 480px) {
  .nav-below span a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.nav-below span a:hover {
  opacity: 0.7;
}
.nav-below .nav-next {
  text-align: right;
}

#sidebar .side-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #91A3B3;
}
#sidebar ul li a {
  color: #0074BE;
  text-decoration: underline;
  transition: all 0.25s ease;
}
#sidebar ul li a:hover {
  opacity: 0.7;
}
#sidebar .widget_categories {
  margin-bottom: 50px;
}
#sidebar .widget_recent_entries {
  margin-bottom: 50px;
}
#sidebar .widget_recent_entries li {
  margin-bottom: 10px;
}
#sidebar .widget_recent_entries li a {
  display: flex;
}
#sidebar .widget_recent_entries .my-recent-posts-thumbnail {
  width: 30%;
}
@media only screen and (max-width: 480px) {
  #sidebar .widget_recent_entries .my-recent-posts-thumbnail {
    width: 90px;
  }
}
#sidebar .widget_recent_entries .my-recent-posts-thumbnail img {
  width: 90px;
  height: 60px;
  object-fit: cover;
}
#sidebar .widget_recent_entries .my-recent-posts-text {
  width: 70%;
}
#sidebar .widget_recent_entries .my-recent-posts-text span {
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  line-height: 1.3;
  margin-bottom: 3px;
}
#sidebar .widget_search {
  margin-bottom: 50px;
}
#sidebar .searchform {
  position: relative;
}
#sidebar .searchform::before {
  content: "\f002";
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  z-index: 10;
}
#sidebar .searchform div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  background-color: #f2f2f2;
}
#sidebar .searchform input {
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  background-color: #f2f2f2;
  font-size: 1em;
  outline: none;
}
#sidebar .searchform input[type=text] {
  width: 100%;
}
#sidebar .searchform input::placeholder {
  color: #777777;
}
#sidebar .searchform #searchsubmit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 100;
}
#sidebar .widget_archive .archive-year {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#sidebar .widget_archive .archive-year-group {
  margin-bottom: 30px;
}
#sidebar .widget_archive .archive-month-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  gap: 10px 15px;
}
#sidebar .widget_archive .archive-month-item a {
  display: block;
  text-align: center;
  padding: 5px;
}