@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.han {  
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
}
.en {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
}
.content {
    margin: 0 auto;
    width: 1140px;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 15px;
        width: auto;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 49px;
    position: relative;
}
.headLine01::after {
    margin-top: -2px;
    width: 30px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: -40px;
    background-color: #377e38;
    content: '';
}
.headLine01 .jp {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}
.headLine01 .en {
    margin: 10px 0 0 130px;
    position: relative;
    color: #377e38;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    vertical-align: 6px;
}
.headLine01 .en::after {
    margin-top: -1px;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -120px;
    background-color: #bfbfbf;
    content: '';
}
.headLine01 .sml {
    margin-bottom: -5px;
    display: block;
    font-size: 2rem;
    letter-spacing: 0.13em;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin: 0 0 40px 20px;
    }
    .headLine01::after {
        width: 15px;
        height: 3px;
        left: -20px;
    }
    .headLine01 .jp {
        font-size: 2.2rem;
    }
    .headLine01 .en {
        margin-left: 70px;
        vertical-align: 4px;
    }
    .headLine01 .en::after {
        width: 50px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: -60px;
    }
    .headLine01 .sml {
        margin-bottom: 0;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 31px;
    padding-bottom: 29px;
    position: relative;
    color: #377e38;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-align: center;
}
.headLine02::after {
    width: 60px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #434343;
    transform: translateX(-50%);
    border-radius: 2.5px;
    content: '';
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    margin: 0 auto;
    width: 280px;
}
.comLink a {
    padding: 16px 4px 14px;
    display: block;
    color: #377e38;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
    border: 3px solid #377e38;
    background: url("../../img/common/icon02.png") no-repeat right 21px center;
}
.comLink a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
    padding: 114px 0 120px;
    position: relative;
    background-color: #377e38;
}
.comContact::after {
    margin-left: -2px;
    width: 5px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #FFF;
    content: '';
}
.comContact h3 {
    margin-bottom: 56px;
    color: #FFF;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-align: center;
}
.comContact h3 .sml {
    margin-top: 16px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.13em;
}
.comContact li {
    margin: 0 27px;
    width: 400px;
}
.comContact li a {
    padding: 13px 20px 21px;
    min-height: 101px;
    display: block;
    text-align: center;
    border-radius: 10px;
    background-color: #FFF;
    box-sizing: border-box;
}
.comContact li span {
    margin-bottom: -4px;
    display: block;
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}
.comContact .time {
    font-size: 1.55rem;
    font-weight: 400;
}
.comContact .tel {
    padding-left: 40px;
    display: inline-block;
    background: url("../../img/common/icon03.png") no-repeat left top 10px;
}
.comContact .email a {
    padding: 38px 36px 36px;
    background: #ffff00 url("../../img/common/icon05.png") no-repeat right 20px center;
}
.comContact .email a span {
    padding-left: 24px;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url("../../img/common/icon04.png") no-repeat left center;
}
.comContact .email a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comContact {
        padding: 60px 15px;
    }
    .comContact h3 {
        margin-bottom: 40px;
        font-size: 2.4rem;
    }
    .comContact h3 .sml {
        margin-top: 10px;
        font-size: 1.3rem;
    }
    .comContact ul {
        display: block;
    }
    .comContact li {
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    }
    .comContact li:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .comContact li a {
        padding: 13px 0 17px;
        font-size: 1.4rem;
        min-height: inherit;
    }
    .comContact li span {
        margin-bottom: 0;
        font-size: 2.8rem;
    }
    .comContact .time {
        font-size: 1.4rem;
    }
    .comContact .tel {
        padding-left: 40px;
    }
    .comContact .email a {
        padding: 33px 30px;
    }
}
@media all and (max-width: 374px) {
    .comContact h3 .sml {
        font-size: 1.1rem;
    }
    .comContact ul {
        display: block;
    }
    .comContact li {
        margin: 0 15px;
        width: auto;
        max-width: 400px;
    }
    .comContact li span {
        font-size: 2.4rem;
    }
    .comContact .tel {
        padding-left: 30px;
        background: url("../../img/common/icon03.png") no-repeat left top 6px / 24px;
    }
    .comContact .time {
        font-size: 1.2rem;
    }  
    .comContact .email a {
        padding: 31px 30px;
        background: #ffff00 url("../../img/common/icon05.png") no-repeat right 10px center;
    }
    .comContact .email a span {
        font-size: 1.5rem;
    }
}

/*------------------------------------------------------------
	ブログ一覧
------------------------------------------------------------*/
.news, .newsDetail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .news, .newsDetail {
    margin-top: 30px;
  }
}
.leftBox {
  width: 75%;
}
.leftBox img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #cccc;
}
.leftBox h2 {
  font-size: 3rem;
  color: #1860b6;
  font-weight: bold;
  letter-spacing: 2px;
}
.rightBox {
  width: 20%;
  margin-left: auto;
}
.news .imgBox, .newsDetail .imgBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.news .imgBox {
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  border-bottom: 1px dotted #ccc;
}
.news .imgBox .post-categories {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  background: #e7e7e7;
}
.news .imgBox .photo {
  width: 30%;
}
.newsDetail .imgBox .photo {
  width: 30%;
}
.news .imgBox .txtBox, .newsDetail .imgBox .txtBox {
  width: 68%;
  margin-left: auto;
  position: relative;
}
.news .txtBox .ttl, .newsDetail .txtBox .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #377e38;
  text-align: left;
  margin-bottom: 10px;
    margin-top:5px;
  line-height: 1.4;
}


p.copy{
margin:0 0 30px 0;    
    
}

p.tag{
    font-size:1.2rem;
    color:#999;
    margin:0 0 20px 0;
}

.news .txtBox .ttl .date, .newsDetail .txtBox .ttl .date {
  margin-top: 6px;
  display: block;
  font-weight: normal;
  color: #000000;
  font-size: 1.7rem;
}
.news .txtBox p, .newsDetail .txtBox p {
  line-height: 1.8;
}
.news .txtBox p + p, .newsDetail .txtBox p + p {
  margin-top: 0;
}
.news .txtBox .comLink, .newsDetail {
  margin-left: 0;
}
.news .wp-pagenavi {
  display: block;
  margin: 60px auto;
  width: auto;
  text-align: center;
}
.news .wp-pagenavi a, .news .wp-pagenavi span {
  border-color: #377e38;
  color: #377e38;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 1.2em;
  margin: 4px;
}
.news .wp-pagenavi a:hover, .news .wp-pagenavi span.current {
  border-color: #377e38;
  background-color: #377e38;
  color: #FFFFFF;
}
.rightBox .sTtl {
  padding: 12px 10px 8px;
  font-size: 2rem;
  text-align: center;
  background-color: #377e38;

  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 30px;
}
.rightBox li a {
  padding: 16px 0;
  display: block;
  letter-spacing: 1px;
  border-bottom: 1px solid #e4e4e4;
}


.side__list{
    
    margin:0 0 60px 0;
}

@media all and (max-width: 896px) {
  .news, .newsDetail {
    display: inherit;
  }
  .news .leftBox, .newsDetail .leftBox {
    float: none;
    width: auto;
  }
  .news .rightBox, .newsDetail .rightBox {
    margin-left: 0;
    margin-top: 40px;
    width: auto;
  }
  .news .imgBox, .newsDetail .imgBox {
    margin-bottom: 30px;
  }
  .news .imgBox .photo, .newsDetail .photo {
    width: auto;
  }
  .news .imgBox .photo + .txtBox, .newsDetail .imgBox .photo + .txtBox {
    margin-top: 20px;
    margin-left: inherit;
    width: auto;
  }
  .news .imgBox .photo p + .comLink, .newsDetail .imgBox .photo p + .comLink {
    margin-top: 20px;
    position: static;
    bottom: auto;
    left: auto;
  }
  .rightBox .sTtl {
    margin-bottom: 10px;
  }
}
.content .newsDetail h3 {
  font-size: 3rem;
  color: #377e38;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.newsDetail h3 .txt {
  margin-bottom: 10px;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  color: #000000;
}
.newsDetail .leftBox p {
  margin-bottom: 15px;
  line-height: 1.72;
  text-align: justify;
  font-size: 1.5rem;
}
.content .newsDetail .leftBox p {
  line-height: 2;
}
.content .newsDetail .leftBox img {
  margin-bottom: 30px;
  margin-top: 30px;
  width: 70%;
  height: auto;
}
@media all and (max-width: 896px) {
  .content .newsDetail .leftBox img {
    width: 100%;
  }
}
#main .content .newsDetail .leftBox #blog-content {
  margin: 60px 0;
}
.leftBox .contentsList {
  width: 70%;
  margin: 60px auto;
  padding: 50px;
  background-color: #f7f7f7;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .leftBox .contentsList {
    width: 90%;
    padding: 20px;
  }
}
.leftBox .contentsList ul {
  margin-top: 10px;
}
.leftBox .contentsList ul li {
  font-weight: normal;
  text-indent: 20px;
  line-height: 3;
  border-bottom: 1px dashed #ccc;
  color: #1860b6;
}
.leftBox .contentsList ul li a {
  color: #1860b6;
}