
/* CSS Document */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
  background: #fff;
}
body{
  font-family: "Noto Sans JP", 'Roboto' ,sans-serif;
  /* letter-spacing: 0.1rem; */
  letter-spacing: 0;
  font-size: 16px;
  font-weight: normal;
  color: #222;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* background: #fff; */
  background: #F8F1F1; /* 検証環境を分かりやすくするため */
}
*:focus {
  outline:none;
}
button, input, select, textarea {
  font-family : inherit;
  font-size : 100%;
}
a {
  text-decoration: none;
  color: #3e3e3e;
}
/* a:hover {
  text-decoration: underline;
} */
/* a:link, a:visited, a:active {
  text-decoration: none;
} */
selector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
  line-height: 0px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__logo {
  padding: 13px;
}
.header .menu {
  display: flex;
  align-items: center;
  /* margin-right: 15px; */
  gap: 30px;
}
/* .header .menu .menu__list {
  display: flex;
  gap: 12px;
} */
/* .header .menu .menu__list .menu__item a {
  color: #222;
  background: #fff;
  padding: 8px;
  font-size: 14px;
  width: 100px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  border: 1px solid #D1D1D1;
}
.header .menu .menu__list .menu__item:nth-child(2) a {
  color: #fff;
  background: #222;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  border: 1px solid #222;
} */
.text .text__inner .date {
  font-size: 10px;
  vertical-align: text-top;
  margin-top: 1px;
  display: inline-block;
  margin-left: auto;
  color: #7A7A7A;
}
.text .text__inner .title {
  font-size: 17px;
  font-weight: 700;
  padding: 0px 0 15px;
}
.text .text__inner .detail {
  display: flex;
  gap: 15px;
  align-items: center;
}
.text .text__inner .detail .writer {
  display: flex;
  align-items: center;
}
.text .text__inner .detail .writer .thumb {
  width: 30px;
  border: 1px solid#D9D9D9;
  border-radius: 100px;
  overflow: hidden;
}
.text .text__inner .detail .writer .name {
  font-size: 10px;
  margin-left: 6px;
  color: #7A7A7A;
  width: 80px;
}
.text .text__inner .detail .price {
  color: #1C689B;
  font-weight: 800;
  font-size: 14px;
  padding: 0px 7px;
  display: inline-block;
  border: 1px solid;
  border-radius: 100px;
  height: 21px;
  white-space: nowrap;
}
.text .text__inner .detail .tag {
  font-size: 12px;;
}
.kv {
  background: #1C689B;
  padding: 0 20px 30px;
}
.kv .nav__list {
  display: flex;
  justify-content: center;
  padding: 22px 10px;
  gap: 40px;
}
.text__hover {
  transition: all .2s ease;
  opacity: 1;
}
.text__hover:hover {
  transition: all .2s ease;
  opacity: .8;
}
.kv .nav__list .nav__item a {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}
.kv .top__item {
  display: flex;
  justify-content: center;
  max-width: 1010px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 316px;
}
.kv .top__item .thumb {
  width: 50%;
  overflow: hidden;
}
.kv .top__item .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.kv .top__item:hover .thumb img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.kv .top__item .text {
  background: #fff;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.kv .top__item .text .text__inner .label_new {
  font-weight: 600;
  font-size: 20px;
  color: #1C689B;
  margin-right: 10px;
}
.kv .top__item .text .text__inner .date {
  font-size: 12px;
}
.kv .top__item .text .text__inner .title {
  font-size: 25px;
}
.kv .top__item .text .text__inner .detail {
  display: flex;
  gap: 15px;
  align-items: center;
}
.kv .top__item .text .text__inner .detail .writer .thumb {
  width: 30px;
}
.kv .top__item .text .text__inner .detail .writer .name {
  font-size: 10px;
}
.kv .top__item .text .text__inner .detail .price {
  font-weight: 800;
  font-size: 17px;
  padding: 0px 11px;
  height: 24px;
}
.kv .top__item .text .text__inner .detail .tag {
  font-size: 12px;;
}
.contents {
  padding: 20px 20px 60px;
}
.contents__inner {
  max-width: 1010px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.contents__left {
  width: 70%;
  margin-right: 60px;
}
.contents__title {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 15px;
}
.article__item img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.article__item:hover img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
}
.article__item {
  display: flex;
  padding: 20px 0 36px;
  border-bottom: 1px solid #F0F0F0;
}
.article__item .text {
  margin-right: 30px;
  width: 100%;
  max-width: 459px;
}
.article__item .text .detail {
  display: flex;
  align-items: center;
  gap: 15px;
}
.article__item .text .detail .writer {
  display: flex;
  justify-content: center;
}
.article__item .text .detail .tag {
  font-size: 10px;
}
.article__item .thumb {
  width: 180px;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.article__item .thumb img{
  object-fit: cover;
  width: 180px;
}
.contents__right {
  width: 30%;
}
.contents__right .banner {
  margin-bottom: 30px;
  display: block;
  transition: all .2s ease;
}
.contents__right .banner:hover {
  transition: all .2s ease;
  opacity: .8;
}
.contents__right .article__item {
  display: block;
  padding-bottom: 20px;
}
.contents__right .article__item .thumb {
  width: 100%;
}
.contents__right .article__item .text {
  margin-right: 0;
}
.contents__right .article__item .thumb img{
  object-fit: cover;
  height: 100%;
  width: 300px;
}
.footer {
  background: #1C689B;
  padding: 30px;
}
.footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__inner .footer__menu {
  display: flex;
}
.footer .footer__inner .footer__logo .footer__logo_link {
  display: inline-block;
  margin-bottom: 30px;
}
.footer .footer__inner .footer__logo .footer__copyright {
  color: #fff;
  font-size: 10px;
}
.footer .footer__inner .footer__list {
  margin-right: 50px;
}
.footer .footer__inner .footer__list .footer__item .footer__link {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}
.form__search {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dfe1e5;
  border-radius: 24px;
  width: 300px;
  background: #fff;
}
input::placeholder {
  color: red;
}
/* .form__search::before {
  width: 45px;
  height: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%239aa0a6%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
} */
.search-icon {
    width: 17px; /* アイコンの幅 */
    height: 22px; /* アイコンの高さ */
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%239aa0a6%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position:absolute;
    top:10px;
    left:15px;
}
.form__search input {
  width: 300px;
  height: 38px;
  padding: 5px 35px 5px 45px !important;
  border: none;
  box-sizing: border-box;
  outline: none;
  pointer-events: auto;
}
.form__search input.search {
    /* width: 91vw !important; */
}

.pagination {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
  margin: 30px 0 70px;
  font-size: 14px;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid #dedede;
  border-radius: 25px;
  color: #222222;
}
.pagination a:hover {
  background: rgb(242, 242, 242);
}
.pagination a:not(:hover) {
  text-decoration: none;
}
.pagination .current a {
  background-color: #222222;
  color: #fff;
  pointer-events: none;
}
.sp {
  display: none !important;
}
.pc {
  display: block !important;
}
.bt_cancel {
  display: none;
}
.contents__right .article__item .text .title {
  padding: 10px 0;;
}
.aline_center {
  text-align: center;
}
.aline_left {
  text-align: left;
}
.aline_right {
  text-align: right;
}


/* //////////////////////////////////////////
  TABLET / SP
  ////////////////////////////////////////// */

  @media screen and (max-width: 767px) {

    /*スマフォボタンリセット*/
    * { -webkit-appearance: none; }

    body {
      font-size: 14px;
      -webkit-overflow-scrolling: touch;
      -webkit-text-size-adjust: 100%;
    }
    .sp {
      display: block !important;
    }
    .pc {
      display: none !important;
    }
    .contents__inner {
      margin: 0 auto;
      width: 100%;
      display: block;
    }
    .contents__left {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 40px;
    }
    .contents__right {
      width: 100%;
    }

    .header {
      height: 50px;
    }
    .header .menu .menu__search {
      position: absolute;
      top: 0px;
      background: #f8f8f8;
      padding: 10px;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      /* z-index: -1; */
      display: flex;
    }
    .header .menu.is-active .menu__search {
      top: 43px;
      z-index: 1;
    }
    .header .menu .menu__list .menu__item a {
      padding: 5px;
      font-size: 12px;
      box-sizing: border-box;
    }
    .header .menu .menu__list .menu__item a.button--post {
      width: 28px;
      height: 28px;
      margin-top: 8px;
      box-sizing: initial;
    }
    .header .menu .menu__list {
      gap: 6px;
      box-sizing: initial;
    }
    .header .menu {
      margin-right: 0px;
      gap: 0px;
      max-height: 50px;
      /* width: 100%; */
    }
    .header .header__logo {
      padding: 10px;
      width: 120px;
    }
    .header .header__logo img {
      width: 118px;
    }
    .form__search#search_form {
      display: none;
      border-radius: 0;
    }
    .form__search input.search {
      width: 94vw;
      font-size: 16px;
      box-sizing: border-box;
    }
    .bt_cancel {
      display: none;
    }

    .search-icon {
      width: 25px;
      height: 25px;
      position: static;
      margin-right: 5px !important;
      top: 10px;
      left: 10px;
    }
    .header .menu .menu__search {
      background-color: white;
      padding: 8px 2vw 5px 2vw;
    }
    .header .menu .menu__search .form__search {
        width: 100%;
    }
    header.header img.bt_cancel {
      position: absolute;
      right: 20px;
      top: 16px;
    }


    .kv {
      padding: 0 15px 15px;
    }
    .kv .nav__list .nav__item a {
      font-size: 12px;
    }
    .kv .nav__list {
      padding: 18px 10px;
      gap: 20px;
    }
    .kv .top__item {
      height: auto;
      display: block;
    }
    .kv .top__item .thumb,
    .kv .top__item .text {
      width: 100%;
    }
    .kv .top__item .thumb {
      height: 180px;
    }
    .kv .top__item .text .text__inner .title {
      font-size: 17px;
      line-height: 1.3em;
      padding: 10px 0;
    }
    .text .text__inner .title {
      min-height: 43px;
    }
    .kv .top__item .text .text__inner .label_new {
      font-size: 12px;
      margin-right: 8px;
    }
    .kv .top__item .text .text__inner .date {
      font-size: 10px;
      margin-top: 3px;
    }
    .kv .top__item .text {
      padding: 14px 24px 24px 24px;
    }
    .kv .top__item .text .text__inner .detail .writer .thumb {
      width: 20px;
      height: 20px;
    }
    .kv .top__item .text .text__inner .detail .price {
      font-size: 13px;
      padding: 0px 5px;
      height: 19px;
    }
    .kv .top__item .text .text__inner .detail .tag {
      font-size: 11px;
    }
    .kv .top__item .text .text__inner .detail .writer .name {
      font-size: 10px;
      line-height: 1.1em;
    }
    .contents__title {
      font-size: 17px;
    }
    .article__item {
      padding: 10px 0 10px;
      justify-content: space-between;
    }
    .text .text__inner .title {
      font-size: 14px;
      padding: 0;
    }
    .article__item .text {
      margin-right: 5px;
    }
    .article__item .thumb {
      border-radius: 2px;
      width: 110px;
    }
    .contents {
      padding: 20px 5% 10px;
    }
    .article__item .text .detail {
      margin-top: 8px;
      width: 128%;
      gap: 10px;
    }
    .article__item .text .detail .tag {
      max-width: 100px;
    }
    .contents__right .article__item {
      display: flex;
      padding-bottom: 20px;
      flex-direction: row-reverse;
      justify-content: space-between;
    }
    .contents__right .article__item .thumb img {
      object-fit: cover;
      height: 100%;
      width: 180px;
    }
    .contents__right .article__item .thumb {
      width: 110px;
    }
    .contents__right .article__item .text {
      margin-right: 5px;
    }
    .text .text__inner .detail .writer .thumb {
      width: 25px;
    }
    .text .text__inner .detail .price {
      color: #1C689B;
      font-weight: 800;
      font-size: 13px;
      padding: 0px 6px;
      display: inline-block;
      border: 1px solid;
      border-radius: 100px;
      height: 19px;
      margin-left: 0;
    }
    .text .text__inner .detail .writer .name {
      line-height: 1.1em;
      width: 50px;
    }
    .footer .footer__inner {
      display: block;
    }
    .footer .footer__inner .footer__logo .footer__logo_link {
      display: inline-block;
      margin-bottom: 10px;
    }
    .footer .footer__inner .footer__logo {
      margin-bottom: 50px;
      width: 126px;
    }
    .footer .footer__inner .footer__list {
      margin-right: 0px;
      line-height: 1.6em;
    }
    .footer .footer__inner .footer__menu {
      gap: 30px;
    }
    .article__item:last-child{
      border-bottom: 0;
    }
    .banner {
      margin-bottom: 30px;
      display: inline-block;
    }
    .banner img {
      width: 100%;;
    }
    .pagination {
      font-size: 12px;
      margin: 20px 0 50px;
    }
    .header .menu .menu__search .form__search {
      height: 35px;
      width: 100%;
    }
    .form__search input {
      /* width: 73vw; */
      height: 35px;
    }
    .icon_search::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%239aa0a6%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      display: block;
    }
    .bt_cancel {
      width: 18px;
      margin-left: 8px;
      display: block;
    }
    .disp-none {
      visibility: hidden;
      opacity: 0;
    }
    .contents__right .article__item .text .title {
      padding: 0px;
    }


  }
  /*media screen_end*/

  @media screen and (max-width: 667px) {
  }
  /*media screen_end*/

  @media screen and (max-width: 568px) {
  }
  /*media screen_end*/

  @media screen and (max-width: 480px) {
  }
  /*media screen_end*/

  @media screen and (max-width: 376px) {
    .article__item .text .detail {
        gap: 3px;
    }
    .text .text__inner .detail .price {
        padding: 0px 3px;
    }
    .article__item .text .detail .tag {
      word-break: break-all;
    }
  }
  /*media screen_end*/

  @media screen and (max-width: 320px) {
  }
  /*media screen_end*/

/*# sourceMappingURL=style3.css-e95de98ba6387b0a501433d6bf6851cf51087cfe76f612e18756d88c02f6ab27.map */
