/* common ************************************/
time {
  display: block;
  color: #555;
}

@media only screen and (max-width: 690px) {
  time {
    font-size: 12px;
  }
}
/* article list **********************************/
article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dddddd;
}
article .post_thumbnail {
  float: left;
  width: 27%;
}
@media only screen and (max-width: 690px) {
  article .post_thumbnail {
    width: 34%;
  }
}
article .post_thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
}
article:after {
  content: "";
  display: table;
  clear: both;
}
article .info {
  float: right;
  width: 70%;
}
@media only screen and (max-width: 690px) {
  article .info {
    width: 62%;
  }
}
article .info .title {
  font-size: 17px;
  line-height: 1.5;
  margin: 8px 0 15px;
}
@media only screen and (max-width: 690px) {
  article .info .title {
    margin: 6px 0 6px;
    font-size: 15px;
    line-height: 1.4;
  }
}
article .info time {
  line-height: 1;
  position: relative;
  font-size: 12px;
  color: #000000;
}

/* SNS **********************************/
.sns_share.foot {
  padding-top: 20px;
  border-top: 1px dotted #dddddd;
  margin-top: 35px;
}
.sns_share li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 100px;
  line-height: 22px;
}
.sns_share .line a {
  background: #00c300 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 11px;
  text-align: center;
}

@media only screen and (max-width: 690px) {
  article .info .sns_share {
    display: none;
  }
}
/* main detail **********************************/
.cover {
  text-align: content;
  margin: 25px auto 40px;
}
.cover img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}

#main {
  padding: 20px;
  border: 1px solid #eeeeee;
  line-height: 2;
  font-size: 15px;
}
@media only screen and (max-width: 690px) {
  #main {
    padding: 0;
    border: none;
  }
}
#main h1 {
  font-size: 30px;
  line-height: 1.5;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 690px) {
  #main h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
#main .taglist {
  margin: 5px 0 16px;
}
#main h2 {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #009966;
}
@media only screen and (max-width: 690px) {
  #main h2 {
    font-size: 24px;
  }
}
#main h3 {
  font-size: 22px;
  line-height: 1.5;
  padding-left: 12px;
  margin-bottom: 16px;
  border-left: 5px solid #009966;
}
@media only screen and (max-width: 690px) {
  #main h3 {
    font-size: 20px;
  }
}
#main h4 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 690px) {
  #main h4 {
    font-size: 17px;
  }
}

#main .media_table {
    background-color: #f5f5f5;
    padding: 10px 10px 10px 20px;
    position: relative;
}

@media print, screen and (min-width: 576px) {
  #main .media_table {
      padding: 30px 20px 30px 60px;
  }
}

#main .media_table:before {
    content: "";
    width: 3px;
    height: calc(100% - 20px);
    background-color: #006644;
    position: absolute;
    left: 10px;
    top: 10px;
}
@media print, screen and (min-width: 576px) {
  #main .media_table:before {
      height: calc(100% - 60px);
      top: 30px;
      left: 40px;
  }
}

#main .media_table #tableindex {
    font-weight: 700;
    margin-top: -.45em;
    color: #006644;
    font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  #main .media_table #tableindex {
      font-size: 2.4rem;
  }
}






#main .media_table > ul {
  counter-reset: ol-bullet1;
  margin-top: 5px;
  list-style: none;
  margin-bottom: unset;
  padding-left: unset;
}



#main .media_table > ul > li > ul {
  padding-left: 1.6rem;
  counter-reset: ol-bullet2;
  width: 100%;
}
#main .media_table > ul > li > ul > li > ul {
  counter-reset: ol-bullet3;
  padding-left: 1.6rem;
  width: 100%;
}
#main .media_table > ul > li > ul > li > ul > li > ul {
    padding-left: 1.6rem;
    counter-reset: ol-bullet4;
    width: 100%;
}
#main .media_table > ul > li > ul > li > ul > li > ul > li > ul {
    padding-left: 2rem;
    counter-reset: ol-bullet5;
    width: 100%;
}



#main .media_table ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#main .media_table ul li:before {
  white-space: nowrap;
  width: unset;
  background: unset;
  border-radius: unset;
  height: unset;
  position: static;
  padding-right: 5px;
}
#main .media_table > ul > li:before {
    counter-increment: ol-bullet1;
    content: counter(ol-bullet1) ". ";
}
#main .media_table > ul > li > ul > li:before {
  counter-increment: ol-bullet2;
  content: counter(ol-bullet2) ". ";
}
#main .media_table > ul > li > ul > li > ul > li:before {
    counter-increment: ol-bullet3;
    content: counter(ol-bullet3) ". ";
}
#main .media_table > ul > li > ul > li > ul > li > ul > li:before {
  counter-increment: ol-bullet4;
  content: counter(ol-bullet4, Upper-roman) ". ";
}
#main .media_table > ul > li > ul > li > ul > li > ul > li > ul > li:before {
  counter-increment: ol-bullet5;
  content: counter(ol-bullet5, lower-roman) ". ";
}

#main .media_table ul a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main ul.list_disc > li {
    position: relative;
    line-height: 1.5;
    list-style-type: none;
}
#main ul.list_disc > li~li { 
  margin-top: .8rem;
}
#main ul.list_disc > li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color:#006644;
    border-radius: 5px;
    position: absolute;
    top: .4em;
    left:-15px;
}

/* next prev **********************************/
#nextprev {
  margin-top: 24px;
  margin-bottom: 56px;
}
#nextprev li {
  list-style: none;
}
#nextprev li a {
  font-weight: bold;
}
#nextprev li a:hover {
  color: #006644;
  text-decoration: none;
}
#nextprev .prev {
  float: left;
}
#nextprev .next {
  float: right;
}

/* contact **********************************/
.contact {
  margin-top: 32px;
}
.contact .title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .08em;
  padding: 15px 8px;
  background-color: #006644;
}
@media only screen and (max-width: 560px) {
  .contact .title {
    font-size: 18px;
  }
}
.contact .txt {
  padding: 32px 16px;
  border-bottom: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  font-size: 0;
}
@media only screen and (max-width: 560px) {
  .contact .txt {
    padding: 26px 5%;
  }
}
.contact .txt div {
  display: inline-block;
  text-align: center;
  width: 50%;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 560px) {
  .contact .txt div {
    width: 100%;
  }
}
.contact .txt div.tel {
  font-size: 28px;
}
@media only screen and (max-width: 560px) {
  .contact .txt div.tel {
    margin-bottom: 16px;
  }
}
.contact .txt div.tel span {
  background: url(../image/common/icon_tel.png) no-repeat left center/24px auto;
  padding-left: 35px;
}
.contact .txt div.mail {
  padding: 0 3%;
}
@media only screen and (max-width: 560px) {
  .contact .txt div.mail {
    padding: 0 10%;
  }
}
.contact .txt div.mail a {
  display: block;
  background-color: #009966;
  color: #ffffff;
  padding: 15px;
  border-radius: 4px;
}
.contact .txt div.mail a .in {
  background: url(../image/common/icon_letter.png) no-repeat left center/24px auto;
  padding-left: 40px;
}

/* relation **********************************/
#relation {
  margin-top: 40px;
}
#relation article {
  border-bottom: none;
  margin-bottom: 24px;
  padding-bottom: 0;
  float: left;
  width: 49%;
  margin-right: 2%;
}
#relation article:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 690px) {
  #relation article {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
#relation .title {
  font-size: 24px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 3px solid #eeeeee;
}
#relation:after {
  content: "";
  display: table;
  clear: both;
}

.relationlist .post_thumbnail {
  float: left;
  width: 35%;
}
.relationlist .post_thumbnail img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.relationlist time,
.relationlist .txt {
  float: right;
  width: 60%;
}
.relationlist time {
  color: #777777;
  margin-top: -5px;
  font-size: 12px;
}
.relationlist .txt {
  font-size: 13px;
  margin-top: 3px;
}
@media only screen and (max-width: 690px) {
  .relationlist .txt {
    margin-top: 0;
  }
}

/*# sourceMappingURL=blog_layout.css.map */
