@charset "utf-8";

/*
  File Name   : info.css
  Description : コンテンツエリア関係 他
*/

/* detail
============================================================ */
body.detail #lay-main {
  padding-bottom: 100px;
}
body.detail .com-kv-title-wrap {
  padding: 205px 0 125px;
}
body.detail .info-detail .date-block {
  display: flex;
  margin: 5px 0 10px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: solid 1px #e3e3dc;
}
body.detail .info-detail .date-block .date {
  position: relative;
  padding-left: 30px;
  color: #888;
  font-size: 16px;
}
body.detail .info-detail .date-block .date::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: var(--base-color);
}
body.detail .info-detail .date-block .icon-category {
  margin-left: 10px;
  padding-top: 8px;
}
body.detail .info-detail .category-block {
  margin: -10px 0 30px;
}
body.detail .info-detail .category-block .category {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 5px;
  padding: 6px 10px;
  border-radius: 2px;
  background-color: #a2a2a2;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
body.detail .info-detail .image {
  margin-bottom: 30px;
  text-align: center;
}
body.detail .info-detail .title {
  color: var(--base-color);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
}
body.detail .info-btn-wrap {
  margin: 60px auto 0;
  padding: 40px 0 0;
  border-top: solid 1px #e3e3dc;
  text-align: center;
}
body.detail .info-btn-wrap a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 240px;
  margin: 0 auto;
  padding: 18px 35px 18px 0;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
  background-color: var(--base-color);
  color: var(--button-color);
  font-weight: bold;
  line-height: 1;
  text-align: right;
  text-decoration: none;
}
body.detail .info-btn-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../img/common/icon-arrow-right-wh-2.png) 0 0 no-repeat;
  background-size: 16px auto;
}
body.detail .info-btn-wrap a:hover {
  opacity: 0.7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  body.detail .info-detail .title {
    font-size: 18px;
  }
  body.detail .info-detail .date-block .date::before {
    top: 8px;
  }
  body.detail .info-btn-wrap a {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  body.detail .info-btn-wrap a:hover {
    opacity: 1;
  }
  body.detail .info-btn-wrap {
    margin: 75px auto 0;
    padding: 50px 0 0;
  }
  body.detail .info-btn-wrap {
    padding: 50px 20px 0;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .hoge {
  }
}
