@charset "UTF-8";
.single main {
  padding-top: 90px;
  max-width: 1200px;
  margin: 0 auto;
}
.single figure {
  margin: 15px 0;
}
.single figure img {
  border: solid 1px #efefef;
}
.single figure figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
}
.single .content-box {
  margin-bottom: 35px;
}
.single main p {
  margin-bottom: 20px;
  font-feature-settings: "palt";
}
.single main p:last-of-type {
  margin-bottom: 0;
}
.single main ol {
  margin-left: 20px;
}
.single main ol li {
  margin-bottom: 20px;
}
.single main ol li:last-child {
  margin-bottom: 0;
}
.single main img {
  width: inherit;
}
.single main .wp-caption-text {
  color: #555d66;
  font-size: 0.8rem;
  text-align: center;
}
.single .cate {
  /* padding: 1px 10px; */
  line-height: 1.2;
}
.single .cate.other {
  display: none;
}
.single main .half-area > img:first-child {
  margin: 0 30px 15px 0;
  width: 43%;
  height: 100%;
}
.single .tag-list {
  margin-top: 8px;
  margin-left: 0;
}
.single .tag-list {
  margin: 8px 0 0;
}
.single .date {
  font-size: 14px;
  margin-right: 15px;
}
.single main .main-ttl {
  margin-bottom: 35px;
}
.single article h2 {
  margin: 25px 0 10px;
  font-size: 2.2rem;
  line-height: 1.3;
}
.single article h2:first-child {
  margin-top: 0;
}
.single article h3 {
  margin: 10px 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: inherit;
}
.single article h4 {
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 600;
}
.single main .post-navigation a:hover {
  text-decoration: none;
}
.single main .post-navigation {
  margin: 35px auto 0;
  width: 100%;
}
.single main .post-navigation div a {
  /* display: inline-block; */
  /* padding: 10px; */
  /* line-height: 1.3; */
  /* color: #10577F; */
  /* border-radius: 0; */
  /* border: solid 1px #10577E; */
}
.single main .post-navigation .nav-next a {
  position: relative;
  padding: 10px 22px 10px 30px;
}
.single main .post-navigation .nav-previous a {
  position: relative;
  padding: 10px 30px 10px 20px;
}
.single main .post-navigation .nav-next a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #10577F;
  border-right: solid 1px #105788;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -3px;
}
.single main .post-navigation .nav-previous a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #10577F;
  border-right: solid 1px #10577F;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -3px;
}
.single main .post-navigation a {
  /* transition: 0.3s; */
}
.single main .post-navigation .nav-next a:hover, .single main .post-navigation .nav-previous a:hover {
  color: #fff;
  background: #10577F;
}
.single aside img {
  border: solid 1px #f4f4f4;
}
.single .link-arrow-box {
  margin-top: 100px;
}