@charset "UTF-8";
/*
	Filename: news
	Version: 1.0.1
*/
#breadcrumbs {
  padding: 20px 30px;
}
#title_area {
  margin: 207px 0 0;
}
.title_en {
  margin-bottom: 17px;
}
.title_h1 {
  margin-bottom: 92px;
}
.title_h1::after {
  display: none;
}

@media screen and (max-width: 750px) {
  #title_area {
    margin: 22.222vw 0;
  }
  .title_en {
    margin-bottom: 2.267vw;
  }
  .title_h1 {
    margin-bottom: 12.267vw;
  }
}

/*-----------------------------------------------------
	sec#news
------------------------------------------------------*/
#news {
  width: 100%;
  margin-top: 90px;
}
.news_list {
  width: 30.8%;
  position: relative;
  margin-bottom: 65px;
}
#news .wrap::after {
  width: 30.8%;
  display: block;
  content:"";
}

.news_list .category {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.information {background: #b4965a;}
.product {background: #be5032;}
.important {background: #be325a;}

.news_list img {
  width: 100%;
}
.news_list .date {
  width: 85%;
  position: relative;
  margin-top: -49px;
  margin-bottom: 4px;
  padding-top: 23px;
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #002e6d;
}
.news_list .date::after {
  content: url("../img/common/arrow.png");
  position: absolute;
  bottom: 3px;
  right: 31px;
}
.news_list h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
/*-----------------------------------------------------
	sec#news_link
------------------------------------------------------*/
.news_link {
  max-width: 300px;
  margin: 90px auto 152px;
  border: 2px solid #002e6d;
  text-align: center;
}
.news_link a {
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #002e6d;
}
.news_link a:after {
  content: url("../img/common/news_arrow.jpg");
  position: absolute;
	top: 50%;
  right: 30px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

/*-----------------------------------------------------
	sec#news_post
------------------------------------------------------*/
.news_post {
  width: 100%;
  max-width: 900px;
  margin: 217px auto 0;
}
.news_post .category {
  margin-bottom: 48px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.news_post .category span {
  padding: 6px 28px;
}
.news_post .date {
  margin-bottom: 62px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #002e6d;
}
.news_post h1 {
  font-size: 2.8rem;
  margin-bottom: 13px;
}
.news_post h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.news_post h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.55;
}
.news_post h4 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
.news_post h5 {
  margin-bottom: 20px;
  font-size: 1.9rem;
  line-height: 1.45;
}
.news_post h6 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.news_post p {
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 2.05;
}
.news_post ul {
  margin-bottom: 40px;
}
.news_post ul li {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style-type: disc;
  font-size: 1.8rem;
  line-height: 1.7;
}
.news_post ol {
  margin-bottom: 40px;
}
.news_post ol li {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style-type: decimal;
  font-size: 1.8rem;
  line-height: 1.7;
}
.news_post a {
  margin-bottom: 40px;
  font-size: 1.8rem;
  color: #2896BE;
  line-height: 2.5;
  transition: .5s;
}
.news_post a:hover {
  text-decoration: underline;
  transition: .5s;
}
.news_post img {
  max-width: 900px;
  height: auto;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .news_list {
    width: 48%;
  }
  .news_post {
    width: 100%;
    padding: 0 20px;
  }
  .news_post img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  /*-----------------------------------------------------
    sec#news
  ------------------------------------------------------*/
  #news {
    margin-top: 12vw;
  }
  .news_list {
    margin-bottom: 8.667vw;
  }
  .news_list .category {
    width: 80%;
    padding: 0.4vw;
    font-size: 1.867vw;
  }
  .news_list .date {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.533vw;
    padding-top: 3.067vw;
    font-size: 2.933vw;
  }
  .news_list .date::after {
    display: none;
  }
  .news_list h2 {
    position: relative;
    margin-bottom: 1.333vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .news_list h2::after {
    content: url("../img/common/arrow.png");
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  /*-----------------------------------------------------
    sec#news_link
  ------------------------------------------------------*/
  .news_link {
    max-width: 100%;
    margin: 12vw auto 20.267vw;
  }
  .news_link a {
    padding: 4vw;
    font-size: 3.733vw;
  }
  .news_link a:after {
    right: 10vw;
  }

  /*-----------------------------------------------------
    sec#news_post
  ------------------------------------------------------*/
  .news_post {
    width: 100%;
    max-width: 120vw;
    margin: 28.933vw auto 0;
  }
  .news_post .category {
    margin-bottom: 6.4vw;
    font-size: 2.667vw;
  }
  .news_post .category span {
    padding: 1.333vw 3.733vw;
  }
  .news_post .date {
    margin-bottom: 8.267vw;
    font-size: 2.933vw;
  }
  .news_post h1 {
    font-size: 6vw;
    margin-bottom: 1.733vw;
    line-height: 1.7;
  }
  .news_post h2 {
    margin-bottom: 2.667vw;
    font-size: 5.5vw;
  }
  .news_post h3 {
    margin-bottom: 2.667vw;
    font-size: 5vw;
  }
  .news_post h4 {
    margin-bottom: 2.667vw;
    font-size: 4.5vw;
  }
  .news_post h5 {
    margin-bottom: 2.667vw;
    font-size: 4vw;
  }
  .news_post h6 {
    margin-bottom: 2.667vw;
    font-size: 3.733vw;
  }
  .news_post p {
    margin-bottom: 6.667vw;
    font-size: 3.733vw;
  }
  .news_post ul {
    margin-bottom: 5.333vw;
  }
  .news_post ul li {
    margin-left: 2.667vw;
    margin-bottom: 1.333vw;
    font-size: 3.733vw;
  }
  .news_post ol {
    margin-bottom: 5.333vw;
  }
  .news_post ol li {
    margin-left: 2.667vw;
    margin-bottom: 1.333vw;
    font-size: 3.733vw;
  }
  .news_post a {
    margin-bottom: 5.333vw;
    font-size: 3.733vw;
  }
  .news_post img {
    margin-bottom: 6.667vw;
  }
}

@media screen and (max-width: 375px) {
}

