@charset "UTF-8";
/**
 * テーマカラー(オレンジ) : #f39800
 *
 * グリッドシステムブレークポイント : [768px] [992px] [1200px]
 *
 */

/*
INTRO
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.intro h1 {
  background-image: url('/images/contact/contact-main.jpg');
}


/*
NEWS
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#news {
  margin-bottom: 50px;
}
.news_date {
  font-size: 1.5rem;
  letter-spacing: .1rem;
  line-height: 1.5rem;
  margin: 0 0 8px 0;
}
.news_content {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 200px;
  width: 98%;
}
.news_content img {
  float: right;
  box-shadow: 1px 1px 8px 0px rgba(0,0,0,.3);
}
@media (max-width: 767px) {
  .news_content img {
    float: none;
    width: 100%;
  }
}
/*年表記のマージン調整*/
@media screen and (min-width:768px){
    aside.news_bar{
        margin-bottom:10px;
    }
}
/*「安心へのこだわり」のリンク装飾*/
a.news_iso{
    font-weight:600;
    color:#f39800;
    text-decoration: underline;
}