@charset "utf-8";
body {
  height: 100%;
}
.head-nav {
  padding: 0px 0 20px 0;
}
/* restaurant */
header.restaurant {
  background: url("../images/restaurant_head_bg.jpg") top center no-repeat;
  background-color: #97d2b6;
  height: 820px;
}
h2.rest-title {
  width: 300px;
  margin: 550px auto 0 auto;
}
.rest-intro-sec {
  background: url("../images/restaurant_intro_bg.png") bottom center no-repeat;
  background-color: #97d2b6;
}
.rest-intro-wrap {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto 0px auto;
  padding-bottom: 90px;
}
.rest-intro-txt h3 {
  font-size: 18pt;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 0px;
  line-height: 200%;
}
.rest-intro-txt h3 span {
  background-color: #ef8134;
}
.rest-intro-txt p {
  font-size: 14pt;
  color: #ffffff;
  line-height: 200%;
  margin-bottom: 0px;
}
.rest-opentime {
  border:#FFFFFF 2px solid;
  border-radius: 20px;
  padding: 20px 30px;
  text-align: center;
  width: 450px;
  margin-top: 20px;
}
.opentime {
  margin-bottom: 15px;
}
.rest-opentime p{
  font-size: 18pt !important;
  font-weight: 500;
}
.rest-intro-txt {
  width: 600px;
  float: left;
  padding-top: 60px;
}
.rest-intro-img {
  width: 400px;
  float: right;
}
.rest-popular-menu-sec {
  background-color: #e4f1e1;
  padding: 40px 0 40px;
}
.rest-popular-st {
  text-align: center;
  width: 300px;
  margin: 0 auto 0 auto;
}
ul.rest-popular-list {
  display: flex;
  gap: 0 50px; 
  width: 1080px;
  margin: 40px auto 0 auto;
  list-style: none;
}
ul.rest-popular-list li {
  border:#ef8134 2px solid;
  border-radius: 25px;
  padding-bottom: 20px;
  width: 30%;
}
ul.rest-popular-list li div img {
  border-radius: 24px 24px 0 0;
  margin-bottom: 25px;
}
ul.rest-popular-list li h4 {
  text-align: center;
  color: #ef8134;
  font-size: 18pt;
  font-weight: 600;
  padding-top: 20px;
  background: url("../images/popular_ex.png") top center no-repeat;
}
ul.rest-popular-list li p {
  padding: 20px 40px 0 40px;
  text-align: justify;
  color: #3d8238;
  font-size: 14pt;
  line-height: 150%;
}
.rest-menu-sec {
  background-color: #e4f1e1;
  padding: 40px 0 40px;
}
.rest-menu-st {
  text-align: center;
  width: 300px;
  margin: 0 auto 0 auto;
}
ul.rest-menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  gap: 0 20px; 
  width: 1080px;
  margin: 40px auto 0 auto;
  list-style: none;
}
ul.rest-menu-list li {
  width: 100%;
  padding-bottom: 40px;
  text-align: center;
}
ul.rest-menu-list li img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
  padding-bottom: 5px;
}
ul.rest-menu-list li p {
  color: #3d8238;
  font-size: 12pt;
  line-height: 130%;
}
.rest-takeout-sec {
  background-color: #97d2b6;
  padding: 0px 0 0px;
}
.rest-takeout-st {
  text-align: center;
  background-color: #e4f1e1;
  background: url("../images/contents_about_st_bg.png") bottom no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 0 auto 0 auto;
}
.rest-takeout-st img {
  width: 300px;
}
.rest-takeout-wrap {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto 0px auto;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
.rest-side_right {
  position: absolute;
  top: 0;
  right: 0;
  width:100%;
  height: 100%;
  background: #97d2b6;
}
.rest-takeout-txt h3 {
  font-size: 18pt;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 0px;
  line-height: 200%;
}
.rest-takeout-txt h3 span {
  background-color: #ef8134;
}
.rest-takeout-txt p {
  font-size: 14pt;
  color: #ffffff;
  line-height: 200%;
  margin-bottom: 0px;
}
.rest-takeout-txt {
  width: 500px;
  float: left;
  padding-top: 20px;
}
.rest-takeout-img {
  width: 550px;
  float: right;
}
/* shopping */
header.shopping {
  background: url("../images/shopping_head_bg.jpg") top center no-repeat;
  background-color: #97d2b6;
  height: 820px;
}
h2.shop-title {
  width: 300px;
  margin: 550px auto 0 auto;
}
.shop-intro-sec {
  background: url("../images/shopping_intro_bg_1.jpg") top center no-repeat;
  background-color: #97d2b6;
}
.shop-intro-wrap {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto 0px auto;
  padding-bottom: 90px;
}
.shop-intro-wrap h3 {
  font-size: 24pt;
  color: #ffffff;
  padding-top: 310px;
  padding-bottom: 240px;
  line-height: 200%;
}
.shop-intro-wrap h3 span {
  background-color: #5355a5;
}
.shop-intro-wrap p {
  font-size: 14pt;
  color: #ffffff;
  line-height: 200%;
  margin-bottom: 0px;
  text-align: center;
}
.shop-item-sec {
  background: url("../images/restaurant_intro_bg.png") top center no-repeat;
  background-color: #e4f1e1;
  padding-top: 30px;
  padding-bottom: 60px;
}
h3.shop-item-st {
  width: 300px;
  margin: 0px auto 90px auto;
}
h4.shop-item-cate {
  background-color: #5355a5;
  border-radius: 30px;
  font-size: 20pt;
  color: #ffffff;
  text-align: center;
  width: 350px;
  margin: 60px auto 60px auto;
  padding: 10px 0 12px 0;
}
ul.shop-item-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  gap: 0 26px; 
  width: 1080px;
  margin: 40px auto 0 auto;
  list-style: none;
}
ul.shop-item-list li {
  width: 100%;
  padding-bottom: 40px;
  text-align: center;
}
ul.shop-item-list li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  padding-bottom: 5px;
}
ul.shop-item-list li h5 {
  color: #3d8238;
  font-size: 12pt;
  line-height: 130%;
}

ul.shop-item-list li p {
  color: #3d8238;
  font-size: 10pt;
  line-height: 130%;
}
.shop-maker-sec {
  background-color: #97d2b6;
  padding: 0px 0 0px;
}
.shop-maker-st {
  text-align: center;
  background: url("../images/contents_about_st_bg.png") bottom no-repeat;
  background-size: cover;
  padding-bottom: 10px;
  padding-top: 40px;
  margin: 0 auto 0 auto;
}
.shop-maker-st img {
  width: 300px;
}
.shop-maker-wrap {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto 0px auto;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
.shop-maker-txt {
  width: 600px;
  float: left;
  padding-top: 20px;
}
.shop-maker-img {
  width: 650px;
  float: right;
}
.shop-maker-txt h3 {
  color: #5355a5;
  font-size: 24pt;
  margin-bottom: 20px;
}
.shop-maker-txt h4 {
  font-size: 18pt;
  font-weight: 400;
  color: #ffffff;
  line-height: 200%;
  margin-bottom: 20px;
}
.shop-maker-txt h4 span {
  background-color: #5355a5;
}
.shop-maker-txt p {
  font-size: 14pt;
  color: #ffffff;
  line-height: 200%;
  margin-bottom: 0px;
}
.shop-maker-img img {
  border-radius: 20px;
}
.products-caution {
  text-align: center;
  color: #3d8238;
}
/* activity */
header.activity {
  background: url("../images/hungout_head_bg.jpg") top center no-repeat;
  background-color: #97d2b6;
  height: 820px;
}
h2.activ-title {
  width: 300px;
  margin: 550px auto 0 auto;
}
.activ-contents-sec {
  background-color: #97d2b6;
  padding-top: 90px;
}
.activ-contents-wrap {
  width: 1280px;
  max-width: 90%;
  margin: -50px auto 0px auto;
  padding-bottom: 90px;
}
.activ-contents-left {
  width: 40%;
  float: left;
}
.activ-contents-right {
  width: 40%;
  float: right;
}
.activ-img-left {
  width: 55%;
  float: left;
}
.activ-img-right {
  width: 55%;
  float: right;
}
.activ-st-1 {
  color: #8b549e;
  font-size: 24pt;
  margin-bottom: 20px;
  background: url("../images/activity01.png") bottom left no-repeat;
  padding-top: 120px;
  font-weight: 800;
}
.activ-st-2 {
  color: #8b549e;
  font-size: 24pt;
  margin-bottom: 20px;
  background: url("../images/activity02.png") bottom left no-repeat;
  padding-top: 120px;
  font-weight: 800;
}
.activ-st-3 {
  color: #8b549e;
  font-size: 24pt;
  margin-bottom: 20px;
  background: url("../images/activity03.png") bottom left no-repeat;
  padding-top: 120px;
  font-weight: 800;
}
.activ-st-4 {
  color: #8b549e;
  font-size: 24pt;
  margin-bottom: 20px;
  background: url("../images/activity04.png") bottom left no-repeat;
  padding-top: 120px;
  font-weight: 800;
}
.activ-st-5 {
  color: #8b549e;
  font-size: 24pt;
  margin-bottom: 20px;
  background: url("../images/activity05.png") bottom left no-repeat;
  padding-top: 120px;
  font-weight: 800;
}
.activ-contents-wrap h3 {
  font-size: 28pt;
  font-weight: 800;
  color: #ffffff;
  line-height: 200%;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.activ-contents-wrap h3 span {
  background-color: #8b549e;
}
.activ-txt {
  font-size: 14pt;
  color: #3d8238;
  line-height: 200%;
  margin-bottom: 0px;
}
/* abou us */
header.aboutus {
  background: url("../images/about_head_1.jpg") top center no-repeat;
  background-color: #97d2b6;
  height: 980px;
}
h2.about-title {
  width: 720px;
  margin: 200px auto 0 auto;
}
.about-img {
  width: 1080px;
  max-width: 90%;
  margin: 100px auto 0px auto;
}
.about-img img {
  border-radius: 40px;
}
.about-intro-sec {
  background-color: #3d8238;
  padding-top: 90px;
}
h3.about-intro-st {
  width: 540px;
  max-width: 90%;
  margin: 0px auto 90px auto;
}
.about-intro-wrap {
  width: 1280px;
  margin: 60px auto 90px auto;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.about-intro-left {}
.about-intro-txt {
  width: 46%;
  margin-top: 20px;
}
.about-intro-right {}
.about-intro-txt p {
  text-align: center;
  font-size: 14pt;
  color: #ffffff;
  line-height: 200%;
  margin-bottom: 20px;
}
.about-3contents-sec {
  width: 1280px;
  margin: 60px auto 90px auto;
  display: flex;
  justify-content: center;
  gap: 0 120px;
}
.about-3cont-1 ,
.about-3cont-2 ,
.about-3cont-3 {
  width: 26%;
  background-color: #e4f1e1;
  border-radius: 240px 240px 30px 30px;
  padding: 0 40px 30px 40px;
}
.about-3cont-st {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 40px;
}
.about-3cont-1 p ,
.about-3cont-2 p ,
.about-3cont-3 p {
  color: #3d8238;
  line-height: 200%;
  font-size: 14pt;
  margin: 0px auto 30px auto;
}
.about-3cont-1 h4 ,
.about-3cont-2 h4 ,
.about-3cont-3 h4 {
  color: #3d8238;
  line-height: 200%;
  font-size: 18pt;
  margin: 30px auto 0px auto;
}
.about-3cont-more {
  text-align: center;
}
.about-3cont-img {
  display: flex;
  justify-content: center;
}
.about-3cont-img img {
  width: calc(100% + 150px);
  max-width: none;
  display: block;
}
.about-company-sec {
  background: url("../images/about_bg1.png") top center no-repeat;
  background-color: #e4f1e1;
}
h3.about-company-st {
  width: 268px;
  max-width: 90%;
  margin: 0px auto 30px auto;
  padding-top: 190px;
}
.about-company-definition {
  width: 800px;
  margin: 0px auto 0px auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.about-company-definition dt {
  width: 30%;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: #3d8238 2px solid;
  color: #3d8238;
  line-height: 200%;
  font-size: 18pt;
}

.about-company-definition dd {
  width: 70%;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: #3d8238 1px solid;
  color: #3d8238;
  line-height: 200%;
  font-size: 18pt;
}
.about-whatkind-sec {
}
.about-whatkind-upper {
  background: url("../images/about_bg4.jpg") bottom center no-repeat;
  height: 700px;
}
h3.about-whatkind-st {
  width: 700px;
  max-width: 90%;
  margin: 0px auto 0px auto;
  padding-top: 180px;
  padding-bottom: 60px;
}
h4.about-whatkind-catch {
  text-align: center;
  font-size: 24pt;
  color: #ffffff;
  line-height: 200%;
  padding-bottom: 90px;
}
.about-whatkind-lower {
  background: url("../images/about_bg4.png") bottom center no-repeat;
  margin: 0px auto 0px auto;
  background-color: #e4f1e1;
  display: flex;
  justify-content:space-between;
  padding-top: 10px;
  padding-bottom: 60px;
}
.about-whatkind-left {}
.about-whatkind-txt {
  width: 46%;
  margin-top: 20px;
}
.about-whatkind-right {}
.about-whatkind-txt p {
  text-align: center;
  font-size: 14pt;
  color: #3d8238;
  line-height: 200%;
  margin-bottom: 20px;
}
/* access */
header.access {
  background: url("../images/access_head_bg.jpg") top center no-repeat;
  background-color: #97d2b6;
  height: 780px;
}
h2.access-title {
  width: 250px;
  margin: 550px auto 0 auto;
}
.access-intro-sec {
  background-color: #97d2b6;
  padding-top: 20px;
}
.access-intro-wrap {
  width: 1280px;
  max-width: 90%;
  margin: 0px auto 0px auto;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
}
.access-intro-wrap p {
  text-align: center;
  font-size: 14pt;
  color: #ffffff;
  line-height: 200%;
}
.access-time-sec {
  background: url("../images/access_bg2.png") bottom center no-repeat;
  background-color: #97d2b6;
  padding-top: 120px;
  padding-bottom: 120px;
}
.access-time-wrap {
  width: 1080px;
  max-width: 90%;
  margin: 0px auto 0px auto;
  padding-bottom: 10px;
}
.access-time-txt h3 {
  font-size: 24pt;
  color: #3d8238;
  margin-bottom: 10px;
  padding: 0px;
  line-height: 200%;
}
.access-time-txt p {
  font-size: 14pt;
  color: #3d8238;
  line-height: 200%;
  margin-bottom: 0px;
}
.access-opentime {
  background-color: #e4f1e1;
  border-radius: 20px;
  padding: 20px 30px;
  text-align: center;
  width: 450px;
  margin-top: 30px;
}
.access-opentime h4{
  font-size: 18pt !important;
  font-weight: 500;
  color: #3d8238;
  margin-bottom: 10px;
}
.access-opentime p{
  font-size: 14pt !important;
  font-weight: 500;
}
.access-time-txt {
  width: 600px;
  float: left;
  padding-top: 60px;
}
.access-time-img {
  width: 400px;
  float: right;
}
.access-time-traffic {
  padding: 60px 0 60px 0;
  width: 1080px;
  max-width: 90%;
  margin: 0 auto 0 auto;
}
.access-time-traffic ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 2%;
  list-style: none;
}
.access-time-traffic ul li {
  width: 49%;
  padding: 0px 0 20px 0;
  font-size: 16pt;
  font-weight: 500;
  color: #3d8238;
}
.access-time-traffic ul li img {
  vertical-align: middle;
  padding-right: 15px;
}
.access-equipment-sec {
  background: url("../images/access_bg3.png") bottom center no-repeat;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 120px;
}
.access-equipment-wrapper {
  padding: 60px 0 60px 0;
  width: 1080px;
  max-width: 90%;
  margin: 0 auto 0 auto;
}
h3.access-equipment-st {
  width: 444px;
  max-width: 90%;
  margin: 0px auto 0px auto;
  padding-bottom: 60px;
}
.access-equipment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 2%;
}
.access-equipment-list div.equipment-item {
  width: 49%;
  padding: 0px 0 40px 0;
}
.equipment-icon {
  width: 125px;
  float: left;
}
.equipment-txt {
  width: calc(100% - 125px);
  float: left;
  padding-left: 20px;
}
.equipment-txt h4 {
  font-size: 22pt !important;
  font-weight: 500;
  color: #3d8238;
  margin-bottom: 10px;
  margin-top: 10px;
}
.equipment-txt p {
  font-size: 14pt !important;
  font-weight: 500;
  color: #3d8238;
  line-height: 200%;
}
/* news */
header.news {
  background: url("https://nakagawa-showya.com/images/news_head_bg.png") top center no-repeat;
  background-color: #5290C3;
  height: 400px;
}
h2.news-title {
  width: 250px;
  margin: 120px auto 0 auto;
}
.news-list-sec {
  background: url("https://nakagawa-showya.com/images/about_bg4.png") bottom center no-repeat;
  background-color: #e4f1e1;
  padding-top: 0px;
}
.news-list-wrap {
  width: 1280px;
  max-width: 90%;
  margin: 0px auto 0px auto;
  padding-bottom: 60px;
}
.news-list-wrap ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 5%;
}
.news-list-wrap ul li {
  background-color: #3d8238;
  border-radius: 30px 30px 0 0;
  width: 30%;
  padding-bottom: 10px;
}
.news-list-wrap ul li img {
  border-radius: 30px 30px 0 0;
}
.post-thumb img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/0.7;
}
.news-list-wrap ul li h3 {
  color: #ffffff;
  font-weight: 300;
  padding: 0px 15px 10px 15px;
  background-color: #3d8238;
}
.news-list-wrap ul li p {
  color: #ffffff;
  padding: 10px 15px 5px 15px;
}
.news-list-wrap ul li h3 a ,
.news-list-wrap ul li h3 a:link ,
.news-list-wrap ul li h3 a:visited ,
.news-list-wrap ul li h3 a:active {
  color: #ffffff;
  text-decoration: none;
}
.blog-nav {
  padding-top: 60px;
  padding-bottom: 60px;
	clear: both;
  background-color: #97d2b6;
}
.blog-nav-wrap {
  width: 1280px;
  max-width: 90%;
	margin: 0px auto 30px auto;
}
.blog-nav-wrap aside.sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.widget {
  background-color: #e4f1e1;
	width: 30%;
	padding: 10px 30px;
  border-radius: 30px;
}
.blog-nav aside h3,
section.widget h2,
section.widget h3,
section.widget label.wp-block-search__label{
  display: block;
	padding: 5px;
  border-bottom: #3d8238 1px dashed;
	font-size: 16pt;
  color: #3d8238;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: normal;
}
section.widget ul,
section.widget ol,
ul.side-list {
	padding-top: 15px;
	padding-left: 40px;
}
section.widget ul li,
ul.side-list li {
	line-height: 130%;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ichiran {
  text-align: right;
}
/* blog */
.blog-wrap {
  background: url("https://nakagawa-showya.com/images/about_bg4.png") bottom center no-repeat;
  background-color: #e4f1e1;
}
.blog-container {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto 0px auto;
}

.blog-container article {
  margin: 0 auto 0px auto;
}
h1.blog-st {
  font-size: 25pt;
  font-weight: 400;
  margin-bottom: 60px;
  padding: 10px 15px 13px;
  color: #3d8238;
  text-align: center;
  border-radius: 20px;
  border: #3d8238 2px solid;
}
h1.blog-st a {
  color: #3d8238;
}

h2.blog-st {
  font-size: 24pt;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 10px 15px 13px;
  color: #ffffff;
  background-color: #3d8238;
  text-align: center;
  border-radius: 20px;
}
h2.blog-st a {
  color: #ffffff;
}
.entry-utility {
  font-size: 14pt;
  text-align: right;
}
.blog-body div {
  line-height: 180%;
  margin-bottom: 20px;
}
.blog-body h2 {
  font-size: 23pt;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-body h3 {
  background-color: #97d2b6;
  border-radius: 20px;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 20pt;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-body h4 {
  font-size: 18pt;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-body h4::before {
  content: "●";
  color: #754C24;
  padding-right: 5px;
}
.blog-body h5 {
  font-size: 16pt;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: #97d2b6 1px solid;
}
.blog-body h6 {
  font-size: 15pt;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: #666666 1px solid;
}
.blog-body p {
  font-size: 110%;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 180%;
}
.blog-body blockquote {
  padding: 1px 20px;
  background-color: #ededed;
  line-height: 150%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-body hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-body cite {
  color: #754C24;
  font-style: italic;
}
.blog-body table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-body tr {}
.blog-body th,
.blog-body td {
  font-size: 110%;
  padding: 15px 20px;
  border-bottom: #3d8238 1px dotted;
}
.blog-body th {
  background-color: #97d2b6;
}
.blog-body table td {
  background: #eee;
}
.blog-body table tr:nth-child(odd) td {
  background: #fff;
}
.blog-body dl {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-body dl dt {
  font-size: 110%;
  margin-bottom: 15px;
  line-height: 150%;
  border-left: #8b549e 5px solid;
  padding-left: 10px;
}
.blog-body dl dd {
  font-size: 110%;
  margin-bottom: 15px;
  margin-left: 30px;
  line-height: 150%;
}
.blog-body ol{
  counter-reset:list;
  list-style-type:none;
  margin: 15px 0px 15px;
}
.blog-body ol li{
  position:relative;
  line-height: 30px;
  margin: 7px 0 0px 40px;
  padding-left: 10px;
  padding-bottom: 15px;
  font-size: 110%;
}
.blog-body ol li:last-child{
  padding-bottom: 0;
} 
.blog-body ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -35px;
  width: 30px;
  height: 30px;
  background: #3d8238;
  text-align: center;
  color: #fff;
  top: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-body ul{
  padding: 15px 0;
  list-style: none;
}
.blog-body ul li{
  position: relative;
  padding: 15px 30px;
  margin-bottom:5px;
  font-size: 110%;
}
.blog-body ul li:after,
.blog-body ul li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
.blog-body ul li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(45,104,51,0.78);
  top: 25px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-body ul li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(79,111,192,0.62);
}
.navigation {
  width: 100%;
  margin: 60px 0 0;
}
.nav-previous {
  width: 48%;
  float: left;
}
.nav-next {
  width: 48%;
  float: right;
  text-align: right;
}
