@charset "UTF-8";

.article-pc-only { display: none;}
/*----------------------------------------------------------
 article-ttl01
------------------------------------------------------------*/
.article-ttl01 {
  font-size: 25px;
}

/*----------------------------------------------------------
 article-wrap
------------------------------------------------------------*/
.article-wrap {
  padding-top: 40px;
}

/*----------------------------------------------------------
 tag-list
------------------------------------------------------------*/
.tag-list {
  margin-top: 5px;
}
.tag-list li {
  margin: 10px 15px 0 0;
  display: inline-block;
}
.tag-list li a {
  display: inline-block;
  padding: 7px 10px 5px 30px;
  position: relative;
  font-size: 18px;
  color: #58a114;
  border: 1px solid #6fba2c;
  border-radius: 20px;
  text-decoration: none;
}
.tag-list li a:after {
  content: "";
  background: url(/fp/article/img/common/icon_tag.png) no-repeat center;
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
}

/*----------------------------------------------------------
 sns-area
------------------------------------------------------------*/
.sns-area {
  margin-top: 25px;
  overflow: hidden;
}
.sns-area li {
  float: left;
  width: 32.84%;
  margin-right: 0.74%;
}
.sns-area li:last-child {
  margin-right: 0;
}
.sns-area li a {
  display: block;
  padding: 8% 0;
  text-align:center;
}
.sns-area li img {
  width: 24.54%;
}
.sns-area li.twitter a{
  background: #1da1f2;
}
.sns-area li.facebook a{
  background: #3b5998;
}
.sns-area li.line a{
  background: #00b900;
}

/*----------------------------------------------------------
 article-detail-wrap
------------------------------------------------------------*/
.article-detail-wrap {
}
.article-detail-box{
  margin-top: 50px;
}
.article-detail-box:first-child{
  margin-top: 25px;
}
.article-ttl02 {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #6fba2c;
  font-size: 21px;
  font-weight: bold;
}
.article-detail-img{
  margin-top: 20px;
}
.article-detail-img img{
  width: 100%;
  height: auto;
}
.article-detail-txt{
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8;
}
.article-detail-txt.bold, .article-detail-txt span.bold{
  font-weight: bold;
}
.article-detail-name{
  margin-top: 35px;
  font-size: 15px;
}
.article-detail-date{
  margin-top: 55px;
  text-align: right;
  color: #c4c2b6;
  font-size: 15px;
}

/*----------------------------------------------------------
 article-nav-area
------------------------------------------------------------*/
.article-nav-area{
  margin-top: 55px;
}

/*----------------------------------------------------------
 relation-area
------------------------------------------------------------*/
.relation-area{
  margin-top: 42px;
}
.relation-list{
  margin-top: 35px;
  background: url(/fp/article/img/common/border-dotted.png) repeat-x bottom;
  background-size: 6px;
}
.relation-box{
  background: url(/fp/article/img/common/border-dotted.png) repeat-x top;
  background-size: 6px;
}
.relation-box a{
  display: table;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  text-decoration: none;
}
.relation-img{
  display: table-cell;
  width: 36.57%;
  vertical-align: middle;
}
.relation-img img{
  width: 100%;
  height: auto;
}
.relation-ttl{
  display: table-cell;
  padding-left: 12px;
  color: #555244;
  font-size: 18px;
  vertical-align: middle;
}


/*----------------------------------------------------------
 PC
------------------------------------------------------------*/
@media screen and (min-width: 769px){
  .article-pc-only{
    display: block;
  }
  /*----------------------------------------------------------
   article-ttl01
  ------------------------------------------------------------*/
  .article-ttl01{
    font-size: 34px;
  }

  /*----------------------------------------------------------
   article-wrap
  ------------------------------------------------------------*/
  .article-wrap{
    padding-top: 70px;
  }
  /*----------------------------------------------------------
   article-tag-wrap
  ------------------------------------------------------------*/
  .article-tag-wrap{
    overflow: hidden;
  }
  /*----------------------------------------------------------
   tag-list
  ------------------------------------------------------------*/
  .tag-list {
    float: left;
    width: 500px;
    margin-top: 0;
  }
  .tag-list li {
    margin: 15px 4px 0 0
  }
  .tag-list li a {
    padding: 6px 7px 4px 25px;
    font-size: 16px;
  }
  .tag-list li a:after {
    content: "";
    background: url(/fp/article/img/common/icon_tag.png) no-repeat center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  /*----------------------------------------------------------
   sns-area
  ------------------------------------------------------------*/
  .sns-area {
    float: right;
    width: 96px;
    margin-top: 15px;
    overflow: hidden;
  }
  .sns-area li {
    width: 33.33%;
    margin-right: 0;
  }
  .sns-area li img {
    width: 80%;
  }
  .article-detail-wrap .sns-area{
    margin-top: 30px;
  }

  /*----------------------------------------------------------
   article-detail-wrap
  ------------------------------------------------------------*/
  .article-detail-wrap img{
    width: 100%;
  }
  .article-detail-box{
    margin-top: 70px;
  }
  .article-detail-box:first-child{
    margin-top: 40px;
  }
  .article-ttl02 {
    margin: 40px 0 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6fba2c;
    font-size: 24px;
    font-weight: bold;
  }
  .article-detail-img{
    margin-top: 20px;
  }
  .article-detail-txt{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .article-detail-name{
    margin-top: 40px;
    font-size: 16px;
  }
  .article-detail-date{
    margin-top: 25px;
    font-size: 16px;
  }

  /*----------------------------------------------------------
   article-nav-area
  ------------------------------------------------------------*/
  .article-nav-area{
    margin-top: 0;
  }

  /*----------------------------------------------------------
   relation-area
  ------------------------------------------------------------*/
  .relation-area {
    margin-top: 40px;
  }
  .relation-list {
    margin-top: 20px;
    background-size: 4px;
  }
  .relation-box {
    background-size: 4px;
  }
  .relation-box a {
    padding: 10px 0;
  }
  .relation-box a:hover {
    opacity: 0.8;
  }
  .relation-img {
    width: 95px;
  }
  .relation-img img {
    width: 100%;
  }
  .relation-ttl {
    padding-left: 10px;
    font-size: 14px;
  }

  /*----------------------------------------------------------
   relation-pc-area
  ------------------------------------------------------------*/
  .article-ttl03 {
    font-size: 24px;
    text-align: center;
    color: #58a114;
  }
  .relation-pc-area {
    margin-top: 80px;
    padding: 70px 0 80px;
    background: #f3f7ef;
  }
  .relation-pc-list {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
  }
  .relation-pc-box {
    width: 30.64%;
  }
  .relation-pc-box:last-child {
    margin-right: 0;
  }
  .relation-pc-box a {
    display: block;
    text-decoration: none;
  }
  .relation-pc-box a:hover {
    opacity: 0.8;
  }
  .relation-pc-tag {
    margin-top: 20px;
    font-size: 15px;
    color: #58a114;
  }
  .relation-pc-ttl {
    margin-top: 20px;
    font-size: 20px;
    color: #555244;
  }
  .relation-pc-box img {
    width: 100%;
  }
  .relation-pc-list.is-slider {
    display:inherit;
	  position: relative;
    margin-bottom: 60px;
  }
  .relation-pc-list.is-slider .relation-pc-box {
    padding: 10px;
    display: inline-table;
    width: auto;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .slick-prev {
    left: 0;
    z-index: 2;
  }
  .slick-prev:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 0;
    border-bottom: solid 2px #6fba2c;
    border-left: solid 2px #6fba2c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: -6px;
  }
  .slick-next {
    right: 0;
    z-index: 2;
  }
  .slick-next:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 0;
    border-top: solid 2px #6fba2c;
    border-right: solid 2px #6fba2c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    margin-left: -6px;
  }
  .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    width: 20px;
    height: 30px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }
  .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #6fba2c;
  }
  .slick-prev:hover, .slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent;
  }
  .slick-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li.slick-active button:before {
    opacity: .75;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: #6fba2c;
  }
  /*----------------------------------------------------------
   popular-pc-area
  ------------------------------------------------------------*/
  .popular-pc-area {
    margin-top: 80px;
  }
  .popular-pc-list {
    margin-top: 55px;
    background: url(/fp/article/img/common/border-dotted.png) repeat-x bottom;
    background-size: 4px;
  }
  .popular-pc-box {
    background: url(/fp/article/img/common/border-dotted.png) repeat-x top;
    background-size: 4px;
  }
  .popular-pc-box a {
    display: table;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-decoration: none;
  }
  .popular-pc-box a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 23px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #70bb2d;
    border-right: 1px solid #70bb2d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .superiorLank.popular-pc-box a {
    padding: 10px 0;
  }
  .popular-pc-box a:hover {
    opacity: 0.8;
  }
  .popular-pc-no {
    display: table-cell;
    width: 10.64%;
    color: #58a114;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
  }
  .superiorLank .popular-pc-no {
    font-size: 19px;
  }
  .popular-pc-img {
    display: table-cell;
    width: 11.7%;
    vertical-align: middle;
  }
  .popular-pc-img img {
    width: 100%;
  }
  .popular-pc-txt-area {
    display: table-cell;
    padding-left: 3.19%;
    vertical-align: middle;
  }
  .popular-pc-tag {
    display: inline-block;
    padding-right: 2%;
    color: #58a114;
    font-size: 13px;
  }
  .popular-pc-ttl {
    display: inline-block;
    color: #555244;
    font-size: 16px;
  }
  .popular-pc-txt-area .popular-pc-tag,
  .popular-pc-txt-area .popular-pc-ttl {
    display: block;
    padding-right: 0;
  }
  .popular-pc-txt-area .popular-pc-tag {
    font-size: 14px;
  }
  .popular-pc-txt-area .popular-pc-ttl {
    font-size: 19px;
  }
}
