@charset "UTF-8";
/*
	Filename: news
	Version: 1.0.1
*/

.page_title2 {
  background-image: url("../img/news/title_bg.jpg");
  background-color: #E9E9E9;
}
.page_title2 h1 {
  font-size: 35px;
  font-weight: 700;
  color: #3C3C3C;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
  line-height: 2.2;
}
.page_title2 p {
  width: 100%;
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 35px;
  font-weight: 700 !important;
  color: #3C3C3C;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
  line-height: 2.2;
}

/*-----------------------------------------------------
  NEWS 一覧
------------------------------------------------------*/
/*-----------------------------------------------------
  #news_list
------------------------------------------------------*/
#news_list {
  width: 100%;
  margin-bottom: 108px;
  padding: 200px 0 0;
}
#news_list .wrap dl {
  width: 100%;
  font-size: 16px;
}
#news_list .wrap dl dt {
  width: 23%;
  padding: 25px 0;
  border-bottom: 1px solid #C4C4C4;
}
#news_list .wrap dl dt:first-of-type {
  border-top: 1px solid #C4C4C4;
}
#news_list .wrap dl dt .date{
  width: 38%;
  font-size: 18px;
}
#news_list .wrap dl dt .category_name, .news_post .category_name {
  width: 55%;
  text-align: center;
  transition: .5s;
}
#news_list .wrap dl dt .category_name:hover, .news_post .category_name:hover {
  opacity: .6;
  transition: .5s;
}
#news_list .wrap dl dt .category_name a, .news_post .category_name a {
  width: 100%;
  height: 100%;
	background: #3c3c3c;
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 2.4;
}
#news_list .wrap dl dd {
  width: 77%;
  padding: 26.6px 40px;
  border-bottom: 1px solid #C4C4C4;
}
#news_list .wrap dl dd:first-of-type {
  border-top: 1px solid #C4C4C4;
}
#news_list .wrap dl dd a {
  color: #3c3c3c;
  transition: .5s;
}
#news_list .wrap dl dd a:hover {
  color: #C4C4C4;
  transition: .5s;
}


/*-----------------------------------------------------
  NEWS 投稿
------------------------------------------------------*/
.news_post {
  margin-top: 101px;
  margin-bottom: 142px;
  padding: 132px 0 0;
}
.news_post h1 {
  font-size: 26px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.news_post .category_name {
  text-align: left;
}
.news_post .category_name a {
  display: inline-block;
  margin-bottom: 13px !important;
  padding: 0 7px;
  width: auto;
}
.news_post .category_name a:hover {
  text-decoration: none !important;
}
.news_post .date {
  margin-bottom: 62px;
  font-size: 18px;
  font-weight: 500;
}
.news_post_pre .previous_link {
	width: 32%;
}

/*--- WysiWyg スタイル ----*/
.news_post h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.6;
}
.news_post h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.55;
}
.news_post h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}
.news_post h5 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.45;
}
.news_post h6 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.news_post p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2.5 !important;
}
.news_post ul {
  margin-bottom: 40px;
}
.news_post ul li {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.7 !important;
}
.news_post ol {
  margin-bottom: 40px;
}
.news_post ol li {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style-type: decimal;
  font-size: 16px;
  line-height: 1.7;
}
.news_post a {
  margin-bottom: 40px;
  font-size: 16px;
  color: #2896BE;
  line-height: 2.5;
  transition: .5s;
}
.news_post a:hover {
  text-decoration: underline;
  transition: .5s;
}
.news_post img {
  margin-bottom: 20px;
  max-width: 1000px;
  height: auto;
}


@media screen and (min-width: 1199px) and (max-width: 1301px) {
  .news_post {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	768px~1198 vw1198
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1198px) {
  .page_title2 h1 {
    font-size: 2.922vw;
  }
  .page_title2 p {
    font-size: 2.922vw;
  }

  /*-----------------------------------------------------
    NEWS 一覧
  ------------------------------------------------------*/
  /*-----------------------------------------------------
    #news_list
  ------------------------------------------------------*/
  #news_list {
    margin-bottom: 9.015vw;
    padding: 16.694vw 0 0;
  }
  #news_list .wrap dl {
    font-size: 1.336vw;
  }
  #news_list .wrap dl dt {
    padding: 2.087vw 0;
  }
  #news_list .wrap dl dt .date{
    font-size: 1.503vw;
  }
  #news_list .wrap dl dt .category_name a, .news_post .category_name a {
    font-size: 1.002vw;
  }
  #news_list .wrap dl dd {
    padding: 2.087vw 3.339vw;
  }

  /*-----------------------------------------------------
    NEWS 投稿
  ------------------------------------------------------*/
  .news_post {
    margin-top: 8.431vw;
    margin-bottom: 11.853vw;
    padding: 11.018vw 5% 0;
  }
  .news_post h1 {
    font-size: 2.17vw;
    margin-bottom: 0.835vw;
  }
  .news_post .category_name a {
    margin-bottom: 1.085vw !important;
  }
  .news_post .date {
    margin-bottom: 5.175vw;
    font-size: 1.503vw;
  }

  /*--- WysiWyg スタイル ----*/
  .news_post h2 {
    margin-bottom: 1.669vw;
    font-size: 2.003vw;
  }
  .news_post h3 {
    margin-bottom: 1.669vw;
    font-size: 1.836vw;
  }
  .news_post h4 {
    margin-bottom: 1.669vw;
    font-size: 1.669vw;
  }
  .news_post h5 {
    margin-bottom: 1.669vw;
    font-size: 1.503vw;
  }
  .news_post h6 {
    margin-bottom: 1.669vw;
    font-size: 1.336vw;
  }
  .news_post p {
    margin-bottom: 3.339vw;
    font-size: 1.336vw;
  }
  .news_post ul {
    margin-bottom: 3.339vw;
  }
  .news_post ul li {
    margin-left: 1.669vw;
    margin-bottom: 0.835vw;
    font-size: 1.336vw;
  }
  .news_post ol {
    margin-bottom: 3.339vw;
  }
  .news_post ol li {
    margin-left: 1.669vw;
    margin-bottom: 0.835vw;
    font-size: 1.336vw;
  }
  .news_post a {
    margin-bottom: 3.339vw;
    font-size: 1.336vw;
  }
  .news_post img {
    margin-bottom: 1.669vw;
    max-width: 83.472vw;
  }
}


 
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~767px vw767
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page_title2 h1 {
    font-size: 4.563vw;
  }
  .page_title2 p {
    font-size: 4.563vw;
  }

  /*-----------------------------------------------------
    NEWS 一覧
  ------------------------------------------------------*/
  /*-----------------------------------------------------
    #news_list
  ------------------------------------------------------*/
  #news_list {
    margin-bottom: 14.081vw;
    padding: 26.076vw 0 0;
  }
  #news_list .wrap dl {
    font-size: 2.586vw;
  }
  #news_list .wrap dl dt {
    width: 100%;
    padding: 3.259vw 0 0;
    border-bottom: none;
  }
  #news_list .wrap dl dt .date{
    width: 21%;
    font-size: 14px;
  }
  #news_list .wrap dl dt .category_name, .news_post .category_name {
    width: 28%;
    margin-right: 51%;
  }
  #news_list .wrap dl dt .category_name a, .news_post .category_name a {
    font-size: 1.565vw;
  }
  #news_list .wrap dl dd {
    width: 100%;
    padding: 3.259vw 0;
		font-size: 14px;
  }
  #news_list .wrap dl dd:first-of-type {
    border-top: none;
  }


  /*-----------------------------------------------------
    NEWS 投稿
  ------------------------------------------------------*/
  .news_post {
    margin-top: 13.168vw;
    margin-bottom: 18.514vw;
    padding: 17.21vw 5% 0;
  }
  .news_post h1 {
    font-size: 18px;
    margin-bottom: 1.304vw;
  }
  .news_post .category_name a {
    margin-bottom: 1.695vw !important;
  }
  .news_post .date {
    margin-bottom: 8.083vw;
    font-size: 14px;
  }
  .news_post_pre .previous_link {
    width: 32%;
  }

  /*--- WysiWyg スタイル ----*/
  .news_post h2 {
    margin-bottom: 2.608vw;
    font-size: 17px;
  }
  .news_post h3 {
    margin-bottom: 2.608vw;
    font-size: 16px;
  }
  .news_post h4 {
    margin-bottom: 2.608vw;
    font-size: 15px;
  }
  .news_post h5 {
    margin-bottom: 2.608vw;
    font-size: 14px;
  }
  .news_post h6 {
    margin-bottom: 2.608vw;
    font-size: 14px;
  }
  .news_post p {
    margin-bottom: 5.215vw;
    font-size: 14px;
  }
  .news_post ul {
    margin-bottom: 5.215vw;
  }
  .news_post ul li {
    margin-left: 2.608vw;
    margin-bottom: 1.304vw;
    font-size: 14px;
  }
  .news_post ol {
    margin-bottom: 5.215vw;
  }
  .news_post ol li {
    margin-left: 2.608vw;
    margin-bottom: 1.304vw;
    font-size: 14px;
  }
  .news_post a {
    margin-bottom: 5.215vw;
    font-size: 14px;
  }
  .news_post img {
    margin-bottom: 2.608vw;
    max-width: 100%;
    height: auto;
  }
}

