@charset "UTF-8";

.conts {
  background: #ffffff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}

body>section {
  width: 100%;
}

header #logo {
  top: 10px;
}

header #search,
header .menu_btn {
  transform: matrix(1, 0, 0, 1, 0, -5);
}

.page_nav {
  margin: 50px 0 0 0;
}

#f_link {
  line-height: 1.8;
}

footer {
  margin-bottom: 0;
}

header #logo img {
  height: 30px;
}

#container {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 5px 0 20px 0;
}


/*========================================
  .con-main
========================================*/

.con-main {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.con-description {
  font-size: 13px;
  line-height: 1.8;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
}


/*========================================
  .con-list
========================================*/

.con-list {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
}

.con-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 15px;
}

.con-container li {
  position: relative;
  display: block;
}

.con-container li.con-container_li__hidden {
  display: none;
}

.con-list-img {
  position: relative;
  margin-bottom: 10px;
  background: #FFF no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 27vw;
}

.con-list-date {
  color: #666;
  font-size: 11px;
  margin-bottom: 6px;
}

.con-list-title {
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 6px;
  word-break: break-all;
}

.con-list-description {
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 10px;
  line-height: 1.6;
  word-break: break-all;
}

.icon_pr {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.con-loadmore p {
  display: block;
  height: 60px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
  cursor: pointer;
}
