@charset "utf-8";

#title {
  background: url("/wp/wp-content/themes/entre-educator/blog/image/bg-blog@2x.jpg") no-repeat center center;
  background-size: cover;
}
#title .title {
  width: 15.8rem;
}
h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 6.0rem;
  line-height: 1.6;
}
h2 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2.0rem;
  border-bottom: 1px solid #000;
  line-height: 1.6;
}
h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1.0rem;
  padding-left: 1.0rem;
  line-height: 1.6;
  border-left: 4px solid #000;
}
h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1.0rem;
}

.list {
  width: 80.0rem;
  margin: 0 auto 8.0rem;
}
.list li {
  border-bottom: 1px dotted #009f41;
}
.list li a {
  font-size: 1.6rem;
  line-height: 1.7;
  display: block;
  color: #009f41;
  padding: 2.0rem 0;
}
.list li a span {
  color: #000;
  display: inline-block;
  margin-right: 2.0rem;
}


#pagenation ol {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100.0rem;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 7.0rem;
}
#pagenation ol li {
  margin: 0 1.0rem 2.0rem;
	font-size: 3.6rem;
}
#pagenation ol li a{
	display: block;
	border: 1px solid #009f41;
	padding: 2.0rem 3.0rem;
	color: #009f41;
	text-align: center;
  box-sizing: border-box;
  border-radius: 1.0rem;
  transition: 0.5s;
}
#pagenation ol li a.page-min-max{
	background: #FFE4D7;
}

#pagenation ol li a:hover,
#pagenation ol li.next-back a:hover,
#pagenation ol li a.page-min-max a:hover{
	border: 1px solid #009f41;
	background: #009f41;
	color: #fff;
  transition: 0.5s;
}
#pagenation ol li.next-back a{
	background: #d4f2e0;
}
#pagenation ol li.prev,
#pagenation ol li.next{
	display: none;
}
#pagenation ol li span.current {
	display: block;
	border: 1px solid #009f41;
	padding: 2.0rem 3.0rem;
	color: #fff;
  border-radius: 1.0rem;
	text-align: center;
	background: #009f41;
}
.category {
  width: 80.0rem;
  margin: 0 auto 5.0rem;
  border: 1px solid #000;
  padding: 2.0rem;
  text-align: center;
  box-sizing: border-box;
}
.category h2,
.category h3 {
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.0rem;
  font-weight: 700;
  border: none;
}
.category ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category ul li {
  margin-right: 2.0rem;
  line-height: 2;
}
.category ul li a {
  font-size: 1.6rem;
  color: #009f41;
  text-decoration: underline;
}

/* ブログ詳細
----------------------------------------------*/
.detail-event {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  width: 100.0rem;
  margin: 0 auto 8.0rem;
}
.detail-event .contents {
  width: 69.0rem;
}
.detail-event .contents p.date {
  font-size: 1.6rem;
  color: #111;
  border-bottom: 2px solid #b7e6ca;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-bottom: 1.0rem;
}
.detail-event .contents h1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4.0rem;
}
.detail-event .contents p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 2.0rem;
}
.detail-event .contents p img {
  width: auto;
}
.detail-event .sidemenu {
  width: 25.0rem;
}
.detail-event .contents ul {
  padding-left: 20px;
}
.detail-event .contents ol {
  padding-left: 20px;
}
.detail-event .contents ul li {
  line-height: 1.7;
  margin-bottom: 1.0rem;
  list-style-type: disc;
}
.detail-event .contents ol li {
  line-height: 1.7;
  margin-bottom: 1.0rem;
  list-style-type: decimal;
}
.detail-event .contents ul.detail-category  {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding-left: 0;
}
.detail-event .contents ul.detail-category li {
  margin-right: 2.0rem;
  list-style-type: none;
}
.detail-event .contents ul.detail-category li a {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  background: #009f41;
  margin-bottom: 4.0rem;
  padding: 1.0rem 1.0rem;
}

.navigation {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  padding-top: 6.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation .prev, 
.navigation .next {
  text-align: center;
  width: 18.0rem;
}
.navigation .prev a, 
.navigation .next a {
  color: #fff;
  background: #009f41;
  display: block;
  padding: 1.2rem;
  border-radius: 1.0rem;
}
.navigation .list {
  color: #009f41;
  text-decoration: underline;
  text-align: center;
  margin: 0 6.0rem;
  width: auto;
}
.navigation .list a {
  color: #009f41;
}
.navigation .list a:visited {
  color: #009f41;
}
.sidemenu h2 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-size: 2.1rem;
  margin-bottom: 0rem;
  padding: 2.0rem;
  background: #009f41;
  border-radius: 1.0rem;
  border: none;
}
.sidemenu ul {
  margin-bottom: 4.0rem;
}
.sidemenu li {
  border-bottom: 1px dotted #009f41;
}
.sidemenu li a {
  font-size: 1.6rem;
  line-height: 1.7;
  display: inline-block;
  color: #009f41;
  padding: 2.0rem 0;
}
.btn {
 text-align: center;
 margin-bottom: 12.0rem;
}
.btn a {
  text-align: center;
  font-size: 1.8rem;
}
.btn a:hover:after {
  content: '';
  position: absolute;
  background: url("../../image/common/arrow-o@2x.png") no-repeat;
  background-size: 6.0rem 1.0rem;
  transition: 0.3s;
  width: 6.0rem;
  height: 1.0rem;
  top: 3.0rem;
  right: -2.6rem;
}
.noentry {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 8.0rem;
}
