body{
font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif!important;
color: #000;
}
#mainContainerUnder, #mainContainerUnderTP {
  background: none;
}
#mainContainerUnder .pc-bgview {
  position: absolute;
  width: 100%;
  height: 233px;
  margin-top: 380px;
  z-index: -1;
}
.contentContainer {
  width: 980px;
}
.list-form a {
  text-decoration: none;
}
.pc-bgview img {
  width: 100%;
  height: 100%;
}
.sp-none {
  display: inline-block;
}
.sp-block {
  display: none;
}
.sp-bgview {
  display: none;
}
.list-eyecatch {
  margin: 27px 0 65px 0;
  text-align: center;
}
.list-eyecatch__topview {
  width: 708px;
  margin: 0 auto;
}
.list-eyecatch__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 47px auto 30px auto;
}
.list-eyecatch__heading .__logo {
  display: flex;
  align-items: center;
}
.list-eyecatch__heading .__logo img {
  width: 70px;
}
.list-eyecatch__heading h1.__text {
  margin: 0 0 0 25px!important;
  color: #000;
  font-family: meiryo,sans-serif;
  font-size: 51px;
  font-weight: bold;
}
.list-eyecatch__text {
  color: #000;
}
.list-eyecatch__text .__lead {
  margin: 42px 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2px;
}
.list-eyecatch__text .__desc {
  font-size: 20px;
}
.list-menu {
  display: flex;
  justify-content: center;
  margin: 55px 0 50px 0;
}
.list-menu__front {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-menu-front__bold {
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
.list-menu__item {
  width: 140px;
  margin: 0 10px;
  padding: 2px 0;
  border: 1px solid #9fa0a0;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #9fa0a0;
  text-align: center;
  font-size: 16px;
}
.list-menu__item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-article__grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-article-card__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-article-card__grid .__name {
  font-size: 21px;
}
.list-article-card__grid .__mark {
  display: flex;
  align-items: center;
  font-size: 23px;
}
.list-article-card__grid .__mark img {
  width: 23px;
  height: auto;
}
.list-article-card__grid .__mark p {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.list-article__card {
  position: relative;
  width: 375px;
  margin: 10px;
  border: 1px solid #9fa0a0;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #9fa0a0;
}
.list-article-card__tag {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 140px;
  padding: 2px 0;
  border: 1px solid #9fa0a0;
  border-radius: 20px;
  background-color: #fff;
  font-size: 16px;
}
.list-article-card__tag a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-article-card__text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 157px;
  padding: 12px;
}
.list-article-card__desc {
  border-bottom: 2px solid #9fa0a0;
  font-size: 23px;
  font-weight: bold;
}
.list-article-card__view {
  width: 100%;
  height: 225px;
}
.list-article-card__view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-article__pagenation {
  margin: 80px 0 70px 0;
}
.list-article__pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-article__pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #d7092f;
}
.list-article-peger .active {
  background-color: #d7092f;
  color: #fff;
}
.list-article-peger .active a {
  color: #fff;
}
.list-article-peger__page {
  width: 56px;
  height: 56px;
  margin: 0 10px;
  border: 1px solid #d7092f;
  font-size: 30px;
}
.list-article__entry {
  padding: 40px 0;
  border-bottom: 2px solid #9fa0a0;
  text-align: center;
}
.list-detail__entry {
  border-top: 2px solid #9fa0a0;
}
.list-article-entry__text {
  font-size: 22px;
  font-weight: bold;
}
.list-article-entry__btn {
  width: 400px;
  height: auto;
  margin: 45px auto 0 auto;
}
.list-article-entry__btn a {
  width: 100%;
}
.list-detail__article {
  /*width: calc(100% - 48px);*/
  margin: 0 auto;
}
.list-detail__grid {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.list-detail-grid__data .__date {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.list-detail-grid__data .__number {
  font-size: 20px;
  font-weight: 500;
}
.list-detail-grid__data .__name {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
}
.list-detail-grid__data .__name span {
  margin-right: 45px;
}
.list-detail-grid__data .__mark {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  font-size: 30px;
  font-weight: 500;
}
.list-detail-grid__data .__mark img {
  margin-right: 10px;
}
.list-detail__heading {
  margin-top: 30px;
  padding: 50px 0;
  border-top: 2px solid #959595;
  border-bottom: 2px solid #959595;
  text-align: center;
  color: #4c4c4c;
  font-size: 35px;
  font-weight: bold;
}
.list-detail-article__grid {
  display: flex;
  justify-content: space-between;
  padding: 33px 0 23px 0;
  border-bottom: 3px solid #779dbd;
}
.list-detail-article__grid:nth-child(3) {
  border-bottom: 2px solid #9fa0a0;
}
.list-detail-grid__item {
  width: calc(50% - 18px);
}
.list-detail-grid__item .__caption {
  margin-top: 17px;
  color: #7f7e7e;
  font-size: 18px;
  font-weight: bold;
}
.list-detail-grid__product .__txtbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 98px;
  background-color: #eeeeee;
  color: #7f7e7e;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px;
  word-break: break-all;
}
.list-detail-grid__product .__view {
  width: 100%;
  height: 425px;
  margin-top: 17px;
  background: url(../../img/responsive/list_detail/detail101.jpg) no-repeat center/cover;
}
.list-detail-grid__place .__view {
  width: 100%;
  height: 540px;
  background: url(../../img/responsive/list_detail/detail102.jpg) no-repeat center/cover;
}
.list-detail-grid__product .__view02 {
  width: 100%;
  height: 425px;
  margin-top: 17px;
  background: url(../../img/responsive/list_detail/detail201.jpg) no-repeat center/cover;
}
.list-detail-grid__place .__view02 {
  width: 100%;
  height: 540px;
  background: url(../../img/responsive/list_detail/detail202.jpg) no-repeat center/cover;
}
.list-detail-grid__product .__view03 {
  width: 100%;
  height: 425px;
  margin-top: 17px;
  background: url(../../img/responsive/list_detail/detail301.jpg) no-repeat center/cover;
}
.list-detail-grid__place .__view03 {
  width: 100%;
  height: 540px;
  background: url(../../img/responsive/list_detail/detail302.jpg) no-repeat center/cover;
}
.list-detail__desc {
  width: 100%;
  padding: 50px 0;
  color: #4c4c4c;
  font-size: 20px;
  font-weight: bold;
}
.list-detail-entry__note {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
}
.list-detail-entry__btn {
  width: 500px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.list-detail__sns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 25px auto 0 auto;
}
.list-detail__sns a {
  display: inline-block;
  width: 23%;
}
.list-detail__pagenation {
  width: calc(100% - 50px);
  margin: 65px auto 45px auto;
}
.list-detail-pager__page {
  width: 400px;
  margin: 0 70px;
}
.list-detail-pager__prev,
.list-detail-pager__next {
  width: 200px;
}
@media (max-width:600px) {
  .contentContainer {
    width: calc(100% - 40px);
  }
  .sp-none {
    display: none;
  }
  .sp-block {
    display: inline-block;
  }
  .breadcrumbs {
    display: none;
  }
  .pc-bgview {
    display: none;
  }
  .sp-bgview {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: auto;
    filter: opacity(0.3);
    z-index: -1;
  }
  .sp-bgview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .list-eyecatch {
    width: 100%;
    margin: 27px 0 40px 0;
  }
  .list-eyecatch__view {
    display: none;
  }
  .list-eyecatch__topview {
    width: 80%;
    margin: 0 auto;
  }
  .list-eyecatch__heading {
    display: none;
  }
  .list-eyecatch__text .__lead {
    margin: 52px 0 0 0;
    font-size: 20px;
  }
  .list-eyecatch__text .__desc {
    margin-top: 26px;
    font-size: 14px;
  }
  .list-menu-front {
    font-size: 10px;
  }
  .list-menu-front__bold {
    margin-right: 10px;
    font-size: 12px;
  }
  .list-menu {
    flex-wrap: wrap;
    width: 100%;
    margin: 27px 0 25px 0;
  }
  .list-menu__item {
    width: 60px;
    margin: 5px;
    font-size: 12px;
  }
  .list-article__card {
    width: 48%;
    margin: 0.5%;
  }
  .list-article-card__tag {
    top: 10px;
    right: 10px;
    width: 70px;
    border-radius: 10px;
    font-size: 10px;
  }
  .list-article-card__view {
    height: 117px;
  }
  .list-article-card__text {
    height: 78.5px;
    padding: 12px;
  }
  .list-article-card__desc {
    border-bottom: 1px solid #9fa0a0;
    font-size: 12px;
    font-weight: bold;
  }
  .list-article-card__grid .__number,.list-article-card__grid .__date {
    font-size: 10px;
  }
  .list-article-card__grid .__name {
    font-size: 10px;
  }
  .list-detail-grid__data .__name span {
    margin-right: 23px;
  }
  .list-article-card__grid .__mark {
    font-size: 12px;
  }
  .list-article-card__grid .__mark img {
    width: 10px;
  }
  .list-article-card__grid .__mark p {
    margin-left: 5px;
  }
  .list-article__pagenation {
    margin: 40px 0 35px 0;
  }
  .list-article-peger__page {
    width: 28px;
    height: 28px;
    margin: 0 5px;
    font-size: 14px;
  }
  .list-article__entry {
    padding: 20px 0 ;
    border-bottom: 1px solid #9fa0a0;
  }
  .list-detail__entry {
    border-top: 1px solid #9fa0a0;
  }
  .list-article-entry__text {
    font-size: 12px;
  }
  .list-article-entry__btn {
    width: 289px;
    margin: 15px auto 0 auto;
  }
  .list-detail__grid {
    width: 100%;
  }
  .list-detail-grid__data .__date,
  .list-detail-grid__data .__number {
    font-size: 13px;
  }
  .list-detail-grid__data .__name {
    display: flex;
    align-items: center;
    margin-top: 7px;
    font-size: 20px;
    font-weight: bold;
  }
  .list-detail-grid__data .__mark {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 7px;
    font-size: 20px;
  }
  .list-detail-grid__data .__mark img {
    width: 20px;
    margin-right: 5px;
  }
  .list-detail__heading {
    margin-top: 0;
    padding: 25px 0;
    font-size: 16px;
    font-weight: bold;
  }
  .list-detail__article {
    width: 100%;
  }
  .list-detail-article__grid {
    flex-wrap: wrap;
    border-bottom: 1px solid #779dbd;
  }
  .list-detail-article__grid:nth-child(3) {
    border-bottom: 1px solid #9fa0a0;
  }
  .list-detail-grid__product .__txtbox {
    width: 100%;
    height: 49px;
    font-size: 15px;
  }
  .list-detail-grid__product .__view,
  .list-detail-grid__product .__view02,
  .list-detail-grid__product .__view03 {
    width: 100%;
    height: 280px;
  }
  .list-detail-grid__place .__view,
  .list-detail-grid__place .__view02,
  .list-detail-grid__place .__view03 {
    width: 100%;
    height: 260px;
  }
  .list-detail-grid__item {
    width: 100%;
    margin: 10px 0;
  }
  .list-detail-grid__item .__view,
  .list-detail-grid__item .__view02 {
    height: 310px;
  }
  .list-detail-grid__item .__caption {
    font-size: 14px;
    letter-spacing: -1px;
  }
  .list-detail__desc {
    padding: 20px 0;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .list-detail__sns {
    flex-wrap: wrap;
    width: 289px;
    margin: 10px auto 20px auto;
  }
  .list-detail__sns a {
    width: 49%;
    margin-top: 10px;
  }
  .list-detail-entry__note {
    margin-top: 0;
    font-size: 12px;
  }
  .list-detail-entry__btn {
    width: 288.5px;
    margin-bottom: 0;
  }
  .list-detail__pagenation {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .list-detail-pager {
    flex-wrap: wrap;
  }
  .list-article__pager a {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #d7092f;
  }
  .list-detail-pager__page {
    width: 250px;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 16px;
    order: -1;
  }
  .list-detail-pager__prev,
  .list-detail-pager__next {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
  }
  .list-detail-pager__prev img,
  .list-detail-pager__next img {
    width: 115px;
  }
  .list-detail-pager__prev {
    text-align: left;
  }
  .list-detail-pager__next {
    text-align: right;
  }
}
