@charset "UTF-8";

/* おしらせ一覧ページ
============================================== */
@media (max-width: 767px) {
  #page--news .pageBody {
    padding-top: 0;
  }
}
#page--news .archiveSelector {
  text-align: left;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  #page--news .archiveSelector {
    width: 100%;
    margin-bottom: 24px;
  }
}
#page--news .newsContainer {
  max-width: 1080px;
  margin: 0 auto 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-top: solid 2px #DEDEDE;
}
@supports (display: flex;) {
    #page--news .newsContainer {
      display: flex;
    }
  }
@media (max-width: 767px) {
  #page--news .newsContainer {
    width: 100%;
  }
}
#page--news .newsContainer .newsContainer__item {
  display: grid;
  gap: 28px;
  grid-template-columns: 160px 1fr;
  text-align: left;
  border-bottom: solid 2px #DEDEDE;
  padding: 2.3% 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  #page--news .newsContainer .newsContainer__item {
    width: 100%;
    grid-template-columns: 80px auto;
    min-height: calc(80px - 12px);
    column-gap: 13px;
    padding: 12px 0;
  }
}
.item__inner{
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  min-height: 160px;
  align-content: center;
  align-items: start;
}
@media (max-width: 767px) {
  .item__inner{
  min-height: 80px;
  }
}
#page--news .newsContainer .newsContainer__item .item__img {
  max-width: 160px;
  max-height: 160px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #page--news .newsContainer .newsContainer__item .item__img {
    max-width: 80px;
    max-height: 80px;
  }
}
#page--news .newsContainer .newsContainer__item .item__data .item__pubdate {
  font-size: 20px;
  color: #575757;
  padding-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #page--news .newsContainer .newsContainer__item .item__data .item__pubdate {
    font-size: 12px;
  }
}
#page--news .newsContainer .newsContainer__item .item__data .item__title {
  font-size: 20px;
  color: #000000;
  font-weight: normal;
}
#page--news .newsContainer .newsContainer__item .item__data .item__title:hover{
  color:#EB7721;
}
@media (max-width: 767px) {
  #page--news .newsContainer .newsContainer__item .item__data .item__title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#page--news ul.page-numbers {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#page--news ul.page-numbers li {
  font-size: 17px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  flex-basis: 36px;
  margin-right: 7px;
}
@media (max-width: 767px) {
  #page--news ul.page-numbers li {
    font-size: 14px;
    flex-basis: 30px;
    margin-right: 5px;
  }
}
#page--news ul.page-numbers li a {
  color: #1a1a1a;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 15px 7px;
  height: 36px;
}
@media (max-width: 767px) {
  #page--news ul.page-numbers li a {
    padding: 4px 5px 5px;
    height: 30px;
  }
}
#page--news ul.page-numbers li .prev {
  content: '';
  background: url(/wp-content/themes/mngtr_basic/img/icon--paginationLeftArrow.svg) no-repeat center center/8px 13px;
}
@media (max-width: 767px) {
  #page--news ul.page-numbers li .prev {
    background: url(/wp-content/themes/mngtr_basic/img/icon--paginationLeftArrow.svg) no-repeat center center/7px 11px;
  }
}
#page--news ul.page-numbers li .next {
  content: '';
  background: url(/wp-content/themes/mngtr_basic/img/icon--paginationRightArrow.svg) no-repeat center center/8px 13px;
}
@media (max-width: 767px) {
  #page--news ul.page-numbers li .next {
    background: url(/wp-content/themes/mngtr_basic/img/icon--paginationRightArrow.svg) no-repeat center center/7px 11px;
  }
}
#page--news ul.page-numbers li .dots {
  padding: 5px 15px 7px;
}
@media (max-width: 767px) {
  #page--news ul.page-numbers li .dots {
    padding: 4px 10px 5px;
  }
}
#page--news ul.page-numbers li .current {
  display: block;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background: #991010;
  padding: 5px 5px 7px;
  width: 100%;
  height: 36px;
}
@media (max-width: 767px) {
  #page--news ul.page-numbers li .current {
    padding: 4px 5px 5px;
    height: 30px;
  }
}

/* おしらせ詳細ページ
============================================== */
#page--newsDetail .pageBody {
  padding: 50px 3% 0;
  font-size: 16px;
}
#page--newsDetail .post .postHeader {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  #page--newsDetail .pageTitle{
  padding: 40px 18px;
  }
  @supports (display: flex;) {
    #page--newsDetail .post .postHeader {
      flex-direction: column;
    }
  }
  #page--newsDetail .pageBody{
    font-size: 12px;
    padding-top: 0;
  }
}
#page--newsDetail .post .postHeader .postHeader__img {
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  #page--newsDetail .post .postHeader .postHeader__img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  @supports (display: flex;) {
    #page--newsDetail .post .postHeader .postHeader__img {
      flex-basis: 100%;
    }
  }
}
#page--newsDetail .post .postHeader .postHeader__meta {
  flex-basis: 100%;
}
@media (max-width: 767px) {
  #page--newsDetail .post .postHeader .postHeader__meta {
    width: 100%;
  }
  @supports (display: flex;) {
    #page--newsDetail .post .postHeader .postHeader__meta {
      flex-basis: 100%;
    }
  }
}
#page--newsDetail .post .postHeader .meta__title {
  font-size: 28px;
  color: #212121;
  margin-bottom: 13px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #page--newsDetail .post .postHeader .meta__title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
#page--newsDetail .post .postHeader .meta__pubdate {
  font-size: 17px;
  color: #575757;
}
@media (max-width: 767px) {
  #page--newsDetail .post .postHeader .meta__pubdate {
    font-size: 12px;
  }
}
#page--newsDetail .post .postHeader .meta__tags {
  padding: 0 0 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#page--newsDetail .post .postHeader .meta__tags .meta__tag {
  padding: 3px 18px;
  font-size: 11px;
  border: solid 1px #1a1a1a;
  color: #1a1a1a;
  border-radius: 30px;
  margin-right: 6px;
  margin-bottom: 6px;
}
#page--newsDetail .post .postBody h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  padding: 12px 20px;
  background: #991010;
}
@media (max-width: 767px) {
  #page--newsDetail .post .postBody h2 {
    font-size: 18px;
    padding: 14px 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
#page--newsDetail .post .postBody h3 {
  color: #991010;
  font-size: 28px;
  font-weight: bold;
  border-left: solid 3px #991010;
  padding: 5px 15px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  #page--newsDetail .post .postBody h3 {
    font-size: 18px;
  }
}
#page--newsDetail .post .postBody h4 {
  color: #991010;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #page--newsDetail .post .postBody h4 {
    font-size: 16px;
  }
}
#page--newsDetail .post .postBody ul {
  list-style-type: none;
  margin-left: 0;
}
#page--newsDetail .post .postBody ul li {
  font-size: 16px;
}
@media (max-width: 767px) {
  #page--newsDetail .post .postBody ul li {
    font-size: 14px;
  }
}
#page--newsDetail .post .postBody p {
  margin-bottom: 30px;
  line-height: 27px;
}
@media (max-width: 767px) {
  #page--newsDetail .post .postBody p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
  }
}
#page--newsDetail .post .postBody img {
  margin-bottom: 15px;
}
.post .postBody .btn-round{
  border:solid 1px #231815;
  color: #19191A;
  margin:7.5% auto 15%;
  padding: .35em 0;
  border-radius: 100vh;
  display: block;
  text-align: center;
  width: 60%;
  transition: .4s;
  -webkit-tap-highlight-color: rgba( 0, 0, 0, 1);
}
.post .postBody .btn-round:active,
.post .postBody .btn-round:focus,
.post .postBody .btn-round:hover{
  background: #000;
  color: #fff;
  border: solid 1px #000;
}
@media (max-width: 767px){
  .post .postBody .btn-round:active,
  .post .postBody .btn-round:focus,
  .post .postBody .btn-round:hover {
    background: #fff;
    color: #000;
    border: solid 1px #000;
  }
}
#page--newsDetail .sectionTitle {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  #page--newsDetail .sectionTitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

#page--newsDetail .post .btnContainer{
  max-width:1080px;
  margin:auto;
}
#page--newsDetail .backToPage {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 42px 10%;
}
@media (max-width: 767px) {
  #page--newsDetail .backToPage {
    width: 100%;
    padding: 3% 2% 9%;
  }
}
#page--newsDetail .backToPage .btnContainer .btn--primary{
  width:480px;
}
@media (max-width: 767px) {
  #page--newsDetail .backToPage .btnContainer .btn--primary{
    max-width:100%;
  }
}

/* フォーム */
.formSelect {
  color: #575757;
  width: 240px;
  border: solid 1px #575757;
 /* border-radius: 4px;*/
  padding: 13px 30px 11px 19px;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  background: url(/wp-content/themes/mngtr_basic/img/icon--downArrow--block.svg) no-repeat right 10px center/11px 7px;
}
@media (max-width: 767px) {
  .formSelect {
    width: 35%;
    padding: 5px 20px 5px 18px;
    font-size: 15px;
  }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}