@charset "utf-8";


/*---------------------------------------------
--------------------------------------------
 News
--------------------------------------------
---------------------------------------------*/


/* News List
--------------------------------------------*/

#newslist_box {
  padding: 16px 0 0 15px;
}

#newslist_box ul.newslist li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 1.8rem;
}

#newslist_box ul.newslist li span.news_date {
  display: inline-block;
  width: 10em;
}

#newslist_box ul.newslist li a {
  display: block;
  margin-left: 15rem;
  margin-top: -2.4rem;
}

#newslist_box ul.newslist li a {
    font-size: 1.6rem;
    font-weight: 600;
  }

#newslist_box ul.newslist li::before {
    display: block;
    content: "";
    position: absolute;
    top: 8px; left: -12px;
    width: 0;
    height: 0;
    border-left: 6px solid #006460;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/* News Detail
--------------------------------------------*/

#newsdetail_box {
  margin-bottom: 10rem;
}

#newsdetail_box h2 {
    color: #006636;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.15rem;
    text-align: left;
    padding: 13px 0 11px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #006636;
    border-radius: 0;
    background: none;
}

#newsdetail_box h2 span.news_date {
  display: block;
  color: #4e4e4e;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}

#newsdetail_box p {
  text-indent: 1em;
}

#newsdetail_box img {
  margin: 1.5rem 0;
}

#newsdetail_page p.backlist {
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4rem;
}

/*---------------------------------------------
---------------------------------------------
-------------------------------------------
-----------------------------------------
---------------------------------------
-------------------------------------
-----------------------------------
---------------------------------
-------------------------------

 SP CSS START  */



@media screen and (max-width: 768px) {



/* NewsList ■■■ SP ■■■
--------------------------------------------*/

#newslist_box ul.newslist li {
    margin-bottom: 2.8rem;
}

#newslist_box ul.newslist li a {
  display: block;
  margin-left: 0;
  margin-top: 0;
}

/* NewsDeatil ■■■ SP ■■■
--------------------------------------------*/

#newsdetail_box h2 {
    font-size: 1.9rem;
}

#newsdetail_box p {
}

#newsdetail_box img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}


/* contact_page ■■■ SP ■■■
--------------------------------------------*/




}
/*   SP CSS END

-------------------------------
---------------------------------
-----------------------------------
-------------------------------------
---------------------------------------
-----------------------------------------
-------------------------------------------
---------------------------------------------
---------------------------------------------*/
