@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/****************************************

    news

*****************************************/

.baseBlock {
  margin-top: 50px;
}

.news-img-textbox {
  position: relative;
}

.news-img-textbox img {
  width: 100%;
}

.news-img-textbox h1 {
  position: absolute;
  width: 360px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
/*index*/
.indexNews ul li {
  height: 100px;
  margin-bottom: 10px;
  padding: 32px 30px 42px 30px;
  overflow: hidden;
  background-color: #F2F2F2;
}

.indexNews {
  margin-bottom: 450px;
}

.indexNews ul li .date {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  width: 100px;
  float: left;
  margin-right: 32px;
}

.indexNews ul li .title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 11px;
  border-bottom: 1px solid #0285DB;
}

.indexNews ul li .title a {
  text-decoration:none;
  color: #0285DB;
}

/*2025-02-01*/
.news_title {
  margin-bottom: 33px;
}

.news_title h2{
  font-size: 3.6rem;
  font-weight: 500;
  color: #0285DB;
  border-bottom: 1px solid #0285DB;
  padding-bottom: 6px;
}
.news_title {
  font-weight: 500;
  color: #666666;
  margin-bottom: 430px;
}
.news_detail {
  padding: 10px 0 31px 0;
}

/*1024px以下のとき*/
@media only screen and (max-width: 1024px){
  .indexNews {
    margin-bottom: 760px;
  }

  .indexNews ul li {
    padding: 20px 10px;
  }
  .indexNews ul li .title {
    font-size: 16px;
    padding-bottom: 5px;
  }
}

/*820px以下のとき*/
@media only screen and (max-width: 820px) {
  .news-img-textbox h1 {
    font-size: 32px;
  }
}

/*768px以下のとき*/
@media only screen and (max-width: 768px) {
  .indexNews {
    margin-bottom: 450px;
  }
}

/*760px以上1024px以下のとき*/
@media only screen and (min-width: 760px) and (max-width: 1024px){
  .news_title {
    margin-bottom: 900px;
  }
}

/*575px以下のとき*/
@media (max-width: 575px) {
  .news_title h2 {
    font-size: 1.8rem;
  }
}

/*430px以下のとき*/
@media only screen and (max-width: 430px) {
  .news-img-textbox h1 {
      width: 200px;
  }
}