/*--------------------------------------------------------------
  シングルページのスタイル
--------------------------------------------------------------*/


.single .post {
  line-height: 1.4;
  padding: 0;
  margin: 0 0 15px;
}

.single-post-inner {
  padding: 15px 65px 50px;
}

.single-activity-inner {
  padding: 0 0 50px;
	background-color: #fff;
}

.single-conts-wrap {
  padding: 0 15px;
}

.entry-content,
.category-area {
  padding: 0 0 15px;
}

.category-area {
  display: none;
}

.single-post-inner h1 {
  font-size: 2.0rem;
}

.single-post-inner h2,
.single-post-inner h3 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  font-weight: bold;
}

.single-post-inner img {
  margin: 15px 15px 15px 0;
}

.single-activity-inner h2 {
  position: relative;
  /* color: #00561f; */
	color: #236191;
  display: block;
  margin: 70px 0 50px;
  text-align: center;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
	z-index: 1;
}

.single-activity-inner h2:before {
  content: "";
  position: absolute;
  background: #fff799;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.single-activity-inner h3 {
  font-family: "Meiryo";
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
  /* color: #00561f; */
	color: #236191;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 0 0.25em 0.5em;
  display: block;
  width: 60%;
  margin: 0 auto 40px;
  letter-spacing: .05em;
}

.single-activity-inner h3::before,
.single-activity-inner h3::after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.single-activity-inner h3::before {
  /* border-left: solid 1px #00561f; */
  /* border-top: solid 1px #00561f; */
	border-left: solid 1px #236191;
	border-top: solid 1px #236191;
  top:0;
  left: 0;
}

.single-activity-inner h3::after {
  /* border-right: solid 1px #00561f; */
  /* border-bottom: solid 1px #00561f; */
	border-right: solid 1px #236191;
	border-bottom: solid 1px #236191;
  bottom:0;
  right: 0;
}

.single-activity-inner .busi-plan-iincho-wrap h4 {
  font-size: 2.4rem;
  /* color: #2cac44; */
	color: #0090d5;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 15px 20px 0;
}

.single-activity-inner .busi-plan-iincho-wrap h5,
.single-activity-inner .busi-plan-kihon-wrap h5 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  /* color: #00561f; */
	color: #236191;
  background: none;
  margin: 5px 0 20px;
  line-height: 2;
}

.single-activity-inner .busi-plan-iincho-wrap h5 span,
.single-activity-inner .busi-plan-kihon-wrap h5 span {
  position: relative;
  padding: 0 .4em .1em;
  display: inline-block;
}

.single-activity-inner .busi-plan-iincho-wrap h5 span::after,
.single-activity-inner .busi-plan-kihon-wrap h5 span::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #fff799;
}

.post-wrap .single-activity-inner p {
  line-height: 2;
  font-size: 1.6rem;
}

.post-wrap .single-activity-inner table.lecture-tb p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.single .single-post-data {
  font-size: 1.4rem;
  margin: 0 15px 10px;
}

.category-area {
  font-size: 1.4rem;
}

.nav-links {
  margin: 0 30px;
}

.nav-links-btn {
  overflow: hidden;
  margin-bottom: 20px;
}

.nav-pre-inner,
.nav-next-inner {
  display: inline-block;
  width: 100px;
  padding: 3px 10px;
  border-radius: 3px;
}

.nav-previous a,
.nav-next a {
  text-decoration: none;
  color: #0090d5;
  font-size: 1.4rem;
}

.nav-previous a:hover,
.nav-next a:hover {
  text-decoration: underline;
}

.post-archive-list p {
  text-align: center;
  color: #0090d5;
  width: 120px;
  padding: 3px 10px;
  border: 1px solid #0090d5;
  border-radius: 3px;
  margin: 0 auto;
}

.post-wrap .post-archive-list p a:hover,
.post-archive-list p:hover {
  color: #fff;
  background: #0090d5;
}

.post-wrap .post-archive-list p a {
  color: #0090d5;
  text-decoration: none;
}

.nav-next {
  text-align: right;
}

.single-post-inner .fa-arrow-left {
  color: #0090d5;
  margin-right: 3px;
}

.single-post-inner .fa-arrow-right {
  color: #0090d5;
  margin-left: 3px;
}

.fa-list-ul {
  margin-right: 3px;
}

.post-1155 table.lecture-tb th {
  width: 13%;
}

figure.gallery-item {
  width: 400px;
  display: inline-block;
  margin: 0 30px 0 0;
}

.galleryid-1171 figure.gallery-item {
  width: 200px;
  display: inline-block;
  margin: 0 30px 0 0;
}


@media (max-width: 768px) {
  .single-conts-wrap {
    padding: 0;
  }
  .single-post-inner {
    padding: 15px 0 0;
  }
	.single-activity-inner {
    padding: 20px 10px 50px;
	}
  .single-activity-inner h3 {
    font-size: 2.6rem;
    line-height: 1.4;
    padding: 0.25em 0 0.25em 0.5em;
    width: 100%;
    margin: 0 auto 30px;
    letter-spacing: 0;
  }
  .single-activity-inner .busi-plan-iincho-wrap h4 {
    font-size: 2.2rem;
    margin: 0 0 20px;
    padding: 15px 5px 0;
  }
  .single-activity-inner .busi-plan-iincho-wrap h5 {
    font-size: 1.8rem;
    margin: 5px 0 20px;
  }
	.single-activity-inner .busi-plan-iincho-wrap h5 span::after {
	  background-color: #fff;
	}
  .nav-links {
    margin: 0;
  }
  .post-1171 table.lecture-tb th {
    width: 100%;
  }
  .galleryid-1171 figure.gallery-item {
    width: 48%;
    display: inline-block;
    margin: 0 2% 0 0;
  }
}
