@charset "UTF-8";
main {
  margin: 60px auto 0;
  display: flex;
  width: 1000px;
  justify-content: space-between;
}

/**
新着詳細
*/
.single-basic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 0px;
  position: relative;
  padding-bottom: 140px;
}

.single-detail {
  width: 690px;
}
.single-detail > .title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  padding: 10px 0;
}
.single-detail .info {
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #aaa;
  display: flex;
}
.single-detail .info a {
  color: #aaa;
  text-decoration: none;
}
.single-detail .info .categories + .date:before {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
  font-size: 1.6rem;
  color: #aaa;
}
.single-detail .post_detail {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 40px;
  padding-bottom: 60px;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
}
.single-detail .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
.single-detail .post_detail a {
  text-decoration: none;
  border-bottom: 1px solid #333;
}
.single-detail .post_detail p {
  clear: both;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.single-detail .post_detail p img.alignright {
  text-align: right;
}
.single-detail .post_detail pre {
  margin: 20px 0;
  overflow-x: auto;
  line-height: 1.5;
}
.single-detail .post_detail .wp-caption {
  max-width: 100%;
}
.single-detail .post_detail .alignleft {
  float: left;
}
.single-detail .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-detail .post_detail .alignright {
  float: right;
}
.single-detail .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 5px;
}
.single-detail .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-detail .post_detail img.alignright {
  margin: 5px;
  display: inline;
}
.single-detail .post_detail img.alignleft {
  margin: 5px;
  display: inline;
}
.single-detail .post_detail ul {
  margin: 1.2em;
}
.single-detail .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
.single-detail .post_detail ul li {
  list-style: disc outside;
}
.single-detail .post_detail ol {
  margin: 1.2em;
}
.single-detail .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
.single-detail .post_detail ol li {
  list-style: decimal outside;
}
.single-detail .post_detail li {
  line-height: 1.65;
}
.single-detail .post_detail h1 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 0;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.single-detail .post_detail h2 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  border-bottom: 1px solid #333;
  color: #333;
  padding: 0 0 8px;
}
.single-detail .post_detail h3 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  background-color: #ebebeb;
  color: #333;
  padding: 13px 12px;
}
.single-detail .post_detail h4 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  border-left: 5px solid #ffe000;
  padding: 5px 10px;
}
.single-detail .post_detail h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}
.single-detail .post_detail h5:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333333;
  display: block;
  top: 0.5em;
  left: 0;
}
.single-detail .post_detail h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
}
.single-detail .post_detail table {
  margin: 35px auto;
}
.single-detail .post_detail table th,
.single-detail .post_detail table td {
  padding: 13px 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  border: 1px solid #fff;
}
.single-detail .post_detail table th {
  background-color: #ebebeb;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.single-detail .post_detail table td {
  background-color: #fff;
  color: #333333;
}

#sidebar {
  width: 280px;
}

/**
新着情報 一覧
*/
.archive-list {
  width: 690px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.archive-list h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  padding: 10px 0;
}
.archive-list h3:first-of-type {
  margin-top: 0;
}
.archive-list .list ul li {
  display: flex;
  gap: 20px;
}
.archive-list .list ul li + li {
  margin-top: 20px;
}
.archive-list .list ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-list .list ul li .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 180px;
}
.archive-list .list ul li .img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-list .list ul li .text {
  width: 350px;
}
.archive-list .list ul li .text .title {
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
.archive-list .list ul li .text .title a {
  color: #333;
  text-decoration: none;
}
.archive-list .list ul li .text .info {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #aaa;
  display: flex;
}
.archive-list .list ul li .text .info a {
  color: #aaa;
  text-decoration: none;
}
.archive-list .list ul li .text .info .categories + .date:before {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
  font-size: 1.6rem;
  color: #aaa;
}
.paged {
  width: 100%;
  margin-top: 40px;
}
.paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  clear: both;
}
.paged .tablenav a {
  text-decoration: none;
}
.paged .tablenav .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 10px;
}
.paged .tablenav .page-numbers.current {
  border: 1px solid #ffe000;
  background-color: #ffe000;
  color: #fff;
}
.paged .tablenav .page-numbers.dots {
  border: 0;
}
.paged .tablenav .page-numbers.prev, .paged .tablenav .page-numbers.next {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#single_otherpost {
  border-top: 1px solid #cccccc;
  padding-top: 30px;
}
#single_otherpost .link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#single_otherpost .prev,
#single_otherpost .next {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#single_otherpost .prev a,
#single_otherpost .next a {
  border: 1px solid transparent;
}
#single_otherpost .prev a:hover,
#single_otherpost .next a:hover {
  opacity: 0.65;
  border: 1px solid #ffe000;
  background-color: #ffe000;
}
#single_otherpost .list {
  display: flex;
  align-items: center;
}
#single_otherpost .list a {
  width: 150px;
  height: auto;
  color: #333333;
  border: 0;
  font-weight: bold;
  border-radius: 0;
}
#single_otherpost a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #031433;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
}
#single_otherpost a.current {
  border: 1px solid #aaa;
  background-color: #333;
  color: #fff;
}
#single_otherpost a:hover {
  opacity: 0.65;
}

#searchform {
  position: relative;
  padding: 15px 20px 20px;
  background-color: #e1eff6;
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto;
}
#searchform .title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#searchform .title strong {
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
}
#searchform .title strong::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #031433;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
#searchform .title .message {
  font-size: 1.6rem;
  margin-left: 30px;
}
#searchform input,
#searchform select {
  border: 1px solid #cccccc;
  padding-left: 15px;
}
#searchform select {
  width: 340px;
}
#searchform input {
  width: 500px;
  margin-left: 10px;
}
#searchform button {
  margin-left: 10px;
  width: 120px;
  height: 40px;
  padding: 10px 30px;
  background-color: #357ca2;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#searchform button:before {
  content: "";
  display: block;
  background: url(../img/common/icon-search.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#searchform + .boxes {
  margin-top: 70px;
}
