body {
  overflow-x: hidden;
}
main {
  padding-bottom: 0px;
}
main .contents {
  max-width: 1200px;
  width: 94%;
}
h2 {
  margin-bottom: 15px;
}
/*---------- ---
 MV
---------------*/
#mv {
  background-image: url(../img/main.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#mv .contents {
  color: #FFFFFF;
  font-size: 250%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding-top: 150px;
  line-height: 1.8em;
}
/*---------- ---
 INFOMATION
---------------*/
#infomation {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#infomation p {
  font-size: 16px;
}
#infomation .col_3 {
  margin-top: 50px;
  margin-bottom: 60px;
}
#infomation .col_3 div {
  position: relative;
  height: 300px;
}
#infomation .col_3 div p {
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 38%;
  font-size: 150%;
}
#infomation .col_3 div::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background: rgba(70, 170, 180, 0.25);
}
#infomation .col_3 div:nth-child(1) {
  background-image: url(../img/info_01.jpg);
}
#infomation .col_3 div:nth-child(2) {
  background-image: url(../img/info_02.jpg);
}
#infomation .col_3 div:nth-child(3) {
  background-image: url(../img/info_03.jpg);
}
#infomation .col_3 div:nth-child(1)::after {
  background: rgba(70, 170, 180, 0.25);
}
#infomation .col_3 div:nth-child(2)::after {
  background: rgba(15, 125, 85, 0.40);
}
#infomation .col_3 div:nth-child(3)::after {
  background: rgba(190, 70, 20, 0.4);
}
/*---------- ---
 NEWS
---------------*/
#news {
  background-color: #eff4f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
#news_box {
  overflow-y: scroll;
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  height: 360px;
}
#news_box dl {
  width: 98%;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #BCBCBC;
  display: flex;
  position: relative;
  align-items: flex-start;
}
#news_box dt {
  margin-right: 15px;
  width: 90px;
  color: #6B6B6B;
}
.news_cate_oshirase, .news_cate_kenkyu, .news_cate_kenko {
  color: #FFFFFF;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  margin-right: 20px;
  width: 100px;
  text-align: center;
}
.news_cate_oshirase {
  background-color: #4acb4a;
}
.news_cate_kenkyu {
  background-color: #5693be;
}
.news_cate_kenko {
  background-color: #ef8a27;
}
.icon_news {
  background-color: #f53c49;
  color: #FFFFFF;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  position: absolute;
  right: 10px;
  font-size: 12px;
}
#news_box dd {
  width: 810px;
}
#news_box dd a {
  text-decoration: none;
  color: #F49C99;
  border-bottom: 1px solid #F49C99;
  transition: 0.3s;
}
#news_box dd a:hover {
  border-bottom: 1px none #F49C99;
}
/*---------- ---
 研究
---------------*/
#kenkyu {
  display: flex;
  justify-content: space-between;
}
#kenkyu > div {
  width: 50%;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-left: 80px;
  padding-right: 80px;
  text-align: left;
}
#kenkyu > div h2 {
  text-align: left;
}
#kenkyu > div p {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.8em;
}
#kenkyu .kenkyu_img {
  background-image: url(../img/kenkyu_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/*---------- ---
健康福祉
---------------*/
#fukushi {
  display: flex;
  justify-content: space-between;
}
#fukushi > div {
  width: 50%;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-left: 80px;
  padding-right: 80px;
}
#fukushi > div h2 {
  text-align: left;
}
#fukushi > div p {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.8em;
}
#fukushi .fukushi_img {
  background-image: url(../img/kenko_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/*---------- ---
活動内容
---------------*/
#katsudou {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/katsudo_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#katsudou .contents {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
  width: 70%;
}
#katsudou .contents p {
  margin-bottom: 50px;
}
/*----------------------------------------------------
　レスポンシブ設定768以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*---------- ---
 MV
---------------*/
  #mv {
    background-image: url(../img/sp_main.jpg);
    height: 500px;
  }
  #mv .contents {
    font-size: 220%;
    text-align: center;
  }
  /*---------- ---
 INFOMATION
---------------*/
  #infomation {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #infomation p {
    line-height: 1.8em;
  }
  #infomation .col_3 {
    display: block;
    margin-bottom: 40px;
  }
  #infomation .col_3 div {
    display: block;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #infomation .col_3 div p {
    padding-top: 56px;
  }
  #infomation .col_3 div::after {
    height: 100%;
  }
  #infomation .col_3 div:nth-child(1) {
    background-position: 0px -30px;
  }
  #infomation .col_3 div:nth-child(2) {
    background-position: 0px -10px;
  }
  #infomation .col_3 div:nth-child(3) {
    background-position: 0px -50px;
  }
	
	
/*---------- ---
 NEWS
---------------*/
#news {
  padding-top: 50px;
  padding-bottom: 50px;
}
#news_box {
  height: 600px;
}
#news_box dl {
  flex-wrap: wrap;
}
#news_box dt {
}
#news_box dd {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 10px;
    font-size: 15px;
}
#news_box dd a {
  text-decoration: none;
  color: #F49C99;
  border-bottom: 1px solid #F49C99;
  transition: 0.3s;
}
#news_box dd a:hover {
  border-bottom: 1px none #F49C99;
}
	
/*---------- ---
健康福祉
---------------*/
#fukushi {
    display: flex;
	flex-wrap: wrap;
}
#fukushi > div h2 {
    text-align: center;
}
#fukushi > div {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#fukushi > div p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8em;
}
#fukushi .fukushi_img {
    height: 300px;
}
#fukushi > div:nth-child(1) {
  order: 2;
}
#fukushi > div:nth-child(2) {
  order: 1;
}
	
/*---------- ---
 研究
---------------*/
#kenkyu {
	flex-wrap: wrap;
}
#kenkyu > div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
#kenkyu > div h2 {
    text-align: center;
}
#kenkyu > div p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8em;
}
#kenkyu .kenkyu_img {
    height: 300px;
}

/*---------- ---
活動内容
---------------*/
#katsudou {
  padding-top: 50px;
  padding-bottom: 50px;
}
#katsudou .contents {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  width: 90%;
}
#katsudou .contents p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
}	
	
}