@charset "UTF-8";
.single main {
  padding-top: 140px;
}
.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 .date {
  font-size: 14px;
}
.single main .main-ttl {
  margin-bottom: 35px;
}
.single article h1 {
  margin-top: 3px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: inherit;
}
.single article h2 {
  margin: 35px 0 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: inherit;
}
.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 main .post-navigation .nav-next a:hover, .single main .post-navigation .nav-previous a:hover {
  color: #fff;
  background: #10577F;
}
.single main .post-navigation .nav-previous a:hover:after, .single main .post-navigation .nav-next a:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.single main .post-navigation .news-list a:hover {
  color: #fff;
  background: #222;
}
.single main .post-navigation .news-list {
  margin: 0 15px;
}
.single main .post-navigation .news-list a {
  background: none;
  padding: 10px 15px;
  color: #222;
  border: solid 1px #222;
}
.single aside .related-area .content-wrap {
  max-width: 1210px;
}
.single aside .related-area ul {
  width: 50%;
}
.single aside .related-area ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.single aside .related-area ul li p {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 600;
}
.single aside .related-area ul li a > img {
  margin: 0 15px 0 0;
  width: 100px;
  height: 100px;
}
.single aside .related-area ul li a {
  padding: 25px 0;
  border-bottom: solid 1px #ccc;
}
.single aside .related-area ul li a div {
  width: 80%;
}
.single aside .related-area ul li:first-child a {
  padding-top: 0;
}
.single aside .related-area ul li:last-child a {
  padding-bottom: 0;
  border: none;
}
.single-blog aside .related-area ul li a {
  display: block;
  line-height: 1.2;
}
.single aside img {
  border: solid 1px #f4f4f4;
}
.single .sidebar .cat-item-14 {
  display: none;
}
.single article a {
  color: #3f91bf;
  word-break: break-all;
}
.single article a:hover {
  text-decoration: underline;
}
.single article .dl-list dt {
  float: left;
}
.single article .dl-list dd {
  margin-bottom: 4px;
  margin-left: 270px;
}
.single article .dl-list-second dd {
  margin-left: 100px;
}
.single .photo-g div {
  margin-top: 15px;
  width: 100%;
  padding-right: 15px;
}
/*---------------------
blog
---------------------*/
.single-blog main img {
  width: inherit;
}
.single-blog main ol {
  margin-bottom: 25px;
}
.single-blog main ol li {
  margin-bottom: 5px;
}
.single-blog main .author {
  text-align: right;
}
.single .related-area {
  background: #f0f0f0;
  padding: 70px 0;
}
.single .related-area h2 {
  padding-right: 10%;
  font-size: 2.2rem;
}
.single .related-area h2 span {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
}
.single .related-area h3 {
  margin-top: 5px;
  font-size: 1.1rem;
}