@charset "UTF-8";
@media screen and (max-width: 750px) {
  html.notIE main img {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  html.notIE main {
    padding-top: 40px;
  }
  html.notIE h1 {
    width: 960px;
    margin: 0 auto 10px;
    font-size: 24px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .content {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  html.notIE .content .u-news_list dl:nth-child(n + 31) {
    display: none;
  }
  html.notIE .news_more {
    margin: 80px 0 0;
    text-align: center;
  }
  html.notIE .news_more .amount {
    font-size: 16px;
  }
  html.notIE .news_more .btn {
    width: 240px;
    margin: 15px auto 0;
  }
  html.notIE .news_more .btn button {
    display: flex;
    width: 240px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 3px;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .news_more .btn button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .news_more .btn button:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .news_more .btn button span {
    font-size: 16px;
  }
}

html.msie main {
  padding-top: 40px;
}
html.msie h1 {
  width: 960px;
  margin: 0 auto 10px;
  font-size: 24px;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
html.msie .content {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 80px;
}
html.msie .content .u-news_list dl:nth-child(n + 31) {
  display: none;
}
html.msie .news_more {
  margin: 80px 0 0;
  text-align: center;
}
html.msie .news_more .amount {
  font-size: 16px;
}
html.msie .news_more .btn {
  width: 240px;
  margin: 15px auto 0;
}
html.msie .news_more .btn button {
  display: flex;
  width: 240px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 3px;
}
@media screen and (min-width: 961px) {
  html.msie .news_more .btn button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .news_more .btn button:hover {
    opacity: .7;
  }
}
html.msie .news_more .btn button span {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  html.notIE main {
    padding-top: calc(60 / 750 * 100vw);
  }
  html.notIE h1 {
    margin: 0 20px 10px;
    font-size: 18px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .content {
    margin: 0 20px;
    padding-bottom: calc(90 / 750 * 100vw);
  }
  html.notIE .content .u-news_list dl:nth-child(n + 31) {
    display: none;
  }
  html.notIE .news_more {
    margin: calc(80 / 750 * 100vw) 0 0;
    text-align: center;
  }
  html.notIE .news_more .amount {
    font-size: 13px;
  }
  html.notIE .news_more .btn {
    width: 100%;
    margin: calc(30 / 750 * 100vw) 0 0;
  }
  html.notIE .news_more .btn button {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 3px;
  }
  html.notIE .news_more .btn button span {
    font-size: 14px;
  }
}
