.top {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .top {
    flex-direction: column;
  }
}
.top__content {
  width: 100%;
  max-width: 688px;
  margin-right: 20px;
}
@media screen and (max-width: 991.98px) {
  .top__content {
    margin: 0;
    max-width: 100%;
  }
}
.top__sidebar {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 991.98px) {
  .top__sidebar {
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.top__title {
  text-align: center;
  line-height: 1;
  background-image: url("/assets/images/pc_title_back.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
  margin: 30px auto 0;
  display: block;
}
@media screen and (max-width: 991.98px) {
  .top__title {
    margin: 8px 12px;
  }
}
.top__title span {
  color: #0058aa;
  font-size: 23px;
  font-weight: bold;
  background: #fff;
  margin: 0 auto;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.related__wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .related__wrap {
    margin: 0 10px 30px;
  }
}
.related__title {
  color: #0058aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  border-bottom: 1px solid #0058aa;
  margin: 15px 0 16px;
  padding-bottom: 16px;
}
.related__item {
  min-height: 30px;
  margin: 32px 0 0;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.related__item a {
  color: #0058aa;
  font-size: 14px;
}
.related__item--outbound {
  background-image: url("/assets/images/icon_related_outbound.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 30px 25px;
}
.related__list_unit {
  display: flex;
}
.related__item--photo {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f3f3f3;
}
.related__item--text {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.article__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article__head {
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 991.98px) {
  .article__head {
    margin: 0 10px;
    border-top: 0;
    border-bottom: 0;
  }
}
.article__title {
  width: 100%;
  color: #231815;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px 0 5px;
}
@media screen and (max-width: 991.98px) {
  .article__title {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 auto 15px;
  }
}
.article__date {
  color: #b5b5b6;
  font-size: 12px;
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .article__date {
    font-size: 11px;
  }
}
.article__date__wrap {
  display: flex;
  flex-direction: column;
  margin: 10px auto;
  line-height: 1;
}
.article__text {
  color: #595757;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0;
}
@media screen and (max-width: 991.98px) {
  .article__text {
    font-size: 16px;
    line-height: 1.7;
  }
}
.article__text a {
  color: #03c;
}
.article__nakamidashi {
  font-weight: bold;
  color: #231815;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0;
}

.article__question{
	font-weight:bold;
	color: #231815;
	font-size: 16px;
	line-height: 2;
	padding:10px 0;
}

.article__thumb{
	width:333px;
	margin:5px auto 20px;
}
.article__thumb_unit{
	width: 100%;
	text-align: center;
	display: block;
}
.article__thumb img{
	max-height: 333px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.article__thumb_cap{
	color: #707070;
	font-size: 14px;
}
@media screen and (max-width: 991.98px) {
	.article__thumb{
		width:100%;
		margin:0 0 10px 0;
	}
	.article__thumb_unit{
		width: 100%;
		text-align: center;
		display: block;
	}
	.article__thumb img{
		max-height: 100vw;
		max-width:100%;
		height: auto;
		width: auto;
	}
	.article__thumb_cap{
		color: #707070;
		font-size: 12px;
		margin:5px 10px 0;
	}
}

.article__photolist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
}
.article__photolist a {
  height: 145px;
  width: 145px;
  background: #f3f3f3;
  margin-top: 9.33px;
  margin-right: 9.33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article__photolist a img {
  max-height: 145px;
  max-width: 145px;
  height: auto;
  width: auto;
}
.article__tag {
  font-size: 0;
  background-image: url("/assets/images/back.png");
  margin: 15px 0;
  padding: 10px 10px 5px;
}
.article__tag a {
  color: #0067b6;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  background: #fff;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
  padding: 3px 7px 6px;
  display: inline-block;
}
.article__tag a span {
  border-bottom: 1px solid #0067b5;
  padding-bottom: 2px;
}
.article__tag a:hover {
  color: #fff;
  background: #0081d1;
}
.article__tag a:hover span {
  border-bottom: 1px solid #fff;
}

.breadcrumb__wrap {
  width: 100%;
  margin: 0 0 20px;
}

.label {
  width: 53px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  padding: 4px 0;
  display: block;
}
.label__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-grow: 2;
}
.label__article {
  width: auto;
  font-size: 14px;
  background: #3296d4;
  margin: 0 0 10px 10px;
  padding: 7px 20px;
}
@media screen and (max-width: 991.98px) {
  .label__article {
    font-size: 13px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 6px 16px;
  }
}

.page-title {
  color: #231815;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}
.page-title__wrap {
  text-align: center;
  margin: 20px 0 40px;
}

.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 50%;
  height: 5px;
  background-color: #0058aa;
}

.btn__wrap {
  width: 60%;
  margin: 20px auto 0;
  margin-bottom: 15px;
}
.btn__count {
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 16px;
  margin: 0 0 0 10px;
  padding: 8px 14px;
  vertical-align: bottom;
}

.paginate__wrap {
  display: flex;
  justify-content: space-around;
}

.photo__photo--minh {
  min-height: 387px;
  max-height: 688px;
  width: 688px;
  background: #f3f3f3;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.photo__photo--minh a {
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .photo__photo--minh {
    width: 100%;
    height: 100%;
    min-height: 180px;
    text-align: center;
    position: relative;
  }
}
.photo__image {
  max-height: 688px;
  max-width: 688px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .photo__image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.photo__numb {
  height: 37px;
  width: 100px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 37px;
  background: rgba(0, 129, 209, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
.photo__cap {
  color: #707070;
  font-size: 15px;
  margin: 15px 0;
}
@media screen and (max-width: 991.98px) {
  .photo__cap {
    font-size: 12px;
    margin: 5px 10px;
    line-height: 1.7;
  }
}

.share__wrap {
  font-size: 0;
  text-align: center;
  margin: 25px 0;
}
.share__item {
  margin: 0 5px;
  display: inline-block;
}

.article-text__wrap {
  margin: 40px 0;
}
@media screen and (max-width: 991.98px) {
  .article-text__wrap {
    margin: 40px 10px;
  }
}

.nextpost__wrap {
  border-top: 1px solid #0058aa;
  margin: 40px 0;
}
@media screen and (max-width: 991.98px) {
  .nextpost__wrap {
    margin: 0 10px 20px;
  }
}

.post-prev {
  color: #0058aa;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("/assets/images/icon_post_prev.svg");
  border-bottom: 1px solid #0058aa;
  padding: 18px 0 18px 24px;
  display: block;
  background-position: 0 50%;
}

.post-next {
  color: #0058aa;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: url("/assets/images/icon_post_next.svg");
  background-size: 16px 16px;
  border-bottom: 1px solid #0058aa;
  padding: 18px 24px 18px 0;
  display: block;
  text-align: right;
  background-position: 100% 50%;
}
.post-next::after {
}

.p0 {
  padding: 0;
  margin-top: 10px;
}

#div-gpt-ad-1686007392594-0 {
  margin: auto;
  margin-bottom: 20px;
}

#div-gpt-ad-1686007500622-0 {
  margin: auto;
}


/* moshimoaffiliate */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a {
  width: 100%!important;
  position: relative;
}
.easyLink-info-btn a:before {
  padding-right: 5px;
  right: 5px;
  position: absolute;		
}
.moshimo__sub .easyLink-box {
  display: block;
}
.moshimo__sub .easyLink-img,
.moshimo__sub .easyLink-img-box {
  margin: 0 auto;
}
.moshimo__main   div.easyLink-box.easyLink-size-s div.easyLink-img p.easyLink-img-box span > img, 
.moshimo__sub    div.easyLink-box.easyLink-size-s div.easyLink-img p.easyLink-img-box span > img,
.moshimo__sub_sp    div.easyLink-box.easyLink-size-s div.easyLink-img p.easyLink-img-box span > img 
{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 991.98px) {
  .moshimo__sub {
    display: none;
  }
}

.ad-microad {
  margin-bottom: 20px;
}

.is5x7as_content {
  min-height: 250px;
}
@media screen and (max-width: 575.98px)  {
  #div-gpt-ad-1686007392594-0 {
    min-height: 225px;
  }

  #fluct_ad_unit_1000262542 {
    min-height: 250px;
  }

  .ad-microad {
    display: none;
  }

  .is5x7as_content {
    min-height: 325px;
  }
}

.ad-microad.sticky {
  position: sticky;
  top: 20px;
}

/*動画のリンク化*/
.movielink{width: 100%; margin-bottom: 3px; position: relative;}
.movielink img{height: auto; width: 100%; vertical-align: bottom;}
.movielink a{display: block;}
.movielink a::before{position: absolute; content: ""; color: #fff; text-align: center; font-size: 22px; font-weight: bold; line-height: 484px; background-color: transparent; background-image: url(/assets/images/icon_videoplay.svg); background-size: 100px 75px; background-position: 50% 50%; background-repeat: no-repeat; top: 0; left: 0; height: 100%; width: 100%; z-index: 3; transition: all 0.3s; opacity: 0.8;}
.movielink:hover a::before{background-color: rgba(0, 0, 0, 0.4); background-image: url(/assets/images/icon_videoplay_over.svg); cursor: pointer; transition: all 0.3s; opacity: 1; z-index: 3;}

.ad-int .is5x7as {
  z-index: 99999999999;
}
.top__sidebar .ad-microad {
  min-height: 250px;
}

.instagram {
  min-height: 630px;
}

.matome-title__wrap{
	text-align: center;
	margin: 20px 0 40px;
}
.matome-title{
	color: #231815;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
	display: inline-block;
	position: relative;
}
.matome-title--lead{
	color: #e4007f;
	padding-left: 30px;
}
.matome-title:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 50%;
	height: 5px;
	background-color: #0058aa;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* matome-list */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.matome-list__wrap{
}
.matome-list{
}
.matome-list__item{
	border-bottom: 1px solid #dcdddd;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.matome-list__head{
	color: #0067b5;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.matome-list__count{
	color: #0067b5;
	font-size: 14px;
	background: #e9f1f4;
	background-image: url(/assets/ichimen/images/icon_related_article.svg);
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 15px 8px;
	margin-left: 40px;
	padding: 3px 20px 3px 50px;
	display: inline-block;
}
.matome-list__count span{
	font-size: 20px;
	padding: 0 5px;
}

.matome-list__unit{
	color: #595757;
	display: flex;
}
.matome-list__unit:hover{
	color: #33bad4;
}
.matome-list__photo{
	height: 233px;
	width: 233px;
	background: #e9f1f4;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.matome-list__photo img{
	height: auto;
	width: auto;
	max-height: 233px;
	max-width: 233px;
}
.matome-list__media{
	width: 435px;
	position: relative;
}
.matome-list__date{
	color: #b5b5b6;
	font-size: 12px;
	line-height: 1;
	vertical-align: top;
}
.matome-list__title{
	color: #0067b5;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 25px;
}
.matome-list__text{
	font-size: 14px;
}
.matome-list__tag{
	font-size: 0;
	margin: 10px 0 0;
}
.matome-list__tag span, .matome-list__tag a{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #e4007f;
	margin-right: 10px;
	display: inline-block;
}
.matome-list__tag a:hover{
	color: #33bad4;
}

.matome-list__item .btn__wrap{
	margin: 0 0 20px;
}
.matome-list__item .btn{
	background: #0081d1;
}

.matome-list__info{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}
.matome-list__info img{
	height: 30px;
}

.matome__lead{
	color: #595757;
	font-size: 16px;
	line-height: 2;
	margin: 50px 0;
}
.matome__info{
	color: #0058aa;
	font-size: 14px;
	border: 1px solid #0058aa;
	margin: 20px 0 40px;
	padding: 16px 20px;
}

.matome__tag{
	margin: 20px 0 6px;
}
.matome__tag-head{
	color: #eb687a;
	font-size: 14px;
	background-image: url(/assets/ichimen/images/icon_tag.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 0 50%;
	margin: 0 14px 14px 0;
	padding-left: 24px;
	display: inline-block;
}
.matome__tag a{
	color: #eb687a;
	font-size: 12px;
	font-weight: bold;
	background: #f9e4e6;
	border: 1px solid #eb687a;
	border-radius: 3px;
	margin: 0 10px 14px 0;
	padding: 6px 8px;
	display: inline-block;
}
.matome__tag a:hover{
	background: #fff;
}

/* 2023-03-31 追加 */
.matome__date{
	margin-top: 1rem;
}
.matome__photolink {
	font-size: 14px;
	font-weight: 600;
	float: right;
}
.matome__photolink::after {
	content: ' >';
}
/* 2023-03-31 ここまで */
.matome__date-head{
	font-size: 12px;
	border: 1px solid #231815;
	margin-right: 10px;
	padding: 3px 8px;
	display: inline-block;
}
.matome__date-group{
	color: #0058aa;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
}
.matome__date-group time{
	color: #595757;
}

.movielatest__list__loader img{
	width: 64px;
	height: 7px;
}
#infscr-loading{
	clear: both;
	text-align: center;
	margin: 0px auto;
	padding: 20px 0px;
}
#infscr-loading img{
	width: 64px;
}
/*まとめページネーション*/
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination__item {
  display: block;
  padding: 4px 13px;
}
.pagination__item.active {
  background-color: #0058aa;
}
.pagination__item:hover {
  background-color: #0081d1;
  color: white;
}
.active {
color: white;
}
/*------------------------------------------------------*/
/* article-list_horizontal */
/*------------------------------------------------------*/
.article-list_horizontal{
  width: 94%;
  margin: 0 auto;
	font-size: 0;
	margin-bottom: 10px;
}
.article-list_horizontal__item{
	border-bottom: 1px solid #dcdddd;
}
.article-list_horizontal__unit{
	padding: 24px 0;
	display: flex;
}
.article-list_horizontal__photo{
	height: 150px;
	width: 150px;
	background: #ededed;
	margin-right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.article-list_horizontal__photo img{
	max-height: 150px;
	max-width: 150px;
	height: auto;
	width: auto;
}
.article-list_horizontal__photo--movie{
	height: 84px;
	width: 150px;
	margin-right: 30px;
	position: relative;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.article-list_horizontal__photo--movie img{
	width: 100%;
}
.article-list_horizontal__time{
	height: 24px;
	width: 60px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	background: rgb(35,24,21,0.9);
	position: absolute;
	right: 0;
	bottom: 0;
}
.article-list_horizontal__media{
	width: 100%;
	position: relative;
	flex-shrink: 1;
}
.article-list_horizontal__title{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
/* 2024-02-15 ワッペン追加 */
.article-list_horizontal__title span {
	background: #ee7800;
	padding: 2px 4px;
	color: white;
	font-size: 12px;
    border-radius: 4px;
}
.article-list_horizontal__text{
	color: #595757;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 42px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
/*2023-02-10 追加　最新記事用*/
.new_article-list_horizontal__text{
	color: #595757;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 5px;
}
.article-list_horizontal__date{
	color: #b5b5b6;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*2023-02-10 追加最新記事用*/
.new_article-list_horizontal__date{
	color: #b5b5b6;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}
.article-list_horizontal__count{
	color: #595757;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 24px;
	display: inline-block;
	vertical-align: top;
}
.article-list_horizontal__count img{
	height: auto;
	width: 17px;
	margin-right: 5px;
	vertical-align: middle;
}
.article-list_horizontal__info{
	padding-right: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}
.article-list_horizontal__info img{
	height: 30px;
}

.article-list_horizontal__item--single{
	border-bottom: 1px solid #dcdddd;
}
.article-list_horizontal__item--single .article-list_horizontal__unit{
	min-height: 86px;
	padding: 20px 0;
}
.article-list_horizontal__item--single .article-list_horizontal__title{
	font-size: 18px;
	line-height: 1.3;
}
.article-list_horizontal__item--single .article-list_horizontal__date{
	position: static;
}
/* 2023-02-09 追加 */
.article-list__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.article-list_horizontal__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  position: static;
}
.article-list_horizontal__info {
  position: static;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 575.98px)  {
  .article-list_horizontal__item{
    width: 94%;
    border-bottom: 1px solid #dcdddd;
    margin:  0 auto;
  }
  .article-list_horizontal__unit{
    display: flex;
  }
  .article-list_horizontal__photo{
    height: 33vw;
    width: 33vw;
    max-height: 198px;
    max-width: 198px;
    background: #ededed;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .article-list_horizontal__photo img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .article-list_horizontal__media{
    width: 100%;
    position: relative;
    flex-shrink: 1;
    padding-bottom: 42px;
  }
  .article-list_horizontal__title{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .article-list_horizontal__text{
    display: none;
  }
  .article-list_horizontal__date{
    color: #b5b5b6;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    display: block;
  }
  .article-list_horizontal__meta {
    flex-direction: column;
    align-items: flex-end;
    position: static;
  }

  .article-list_horizontal__info {
    position: static;
    align-self: flex-end;
    margin-left: 0;
  }
}
/*------------------------------------------------------*/
/* article-list_grid */
/*------------------------------------------------------*/
.article-list_grid{
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.article-list_grid__item{
	width: 323px;
	margin-bottom: 40px;
	position: relative;
}
.article-list_grid__unit{}
.article-list_grid__photo{
	height: 240px;
	width: 323px;
	background: #e9f1f4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.article-list_grid__photo img{
	max-height: 240px;
	max-width: 323px;
	height: auto;
	width: auto;
}
.article-list_grid__title{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.article-list_grid__date{
	color: #b5b5b6;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
}
.article-list_grid__info{
	position: absolute;
	right: 0;
	bottom: 0;
}
.article-list_grid__tag{
	margin-top: 15px;
}
.article-list_grid__tag a{
	color: #0067b6;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	background-image: url(/assets/ichimen/images/back.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-right: 20px;
	padding-bottom: 7px;
	display: inline-block;
}
.article-list_grid__item .label__wrap{
	margin-top: 12px;
	position: static;
}
.article-list_grid__item .label--article{
	margin: 0 10px 0 0;
}
.matome-new-title{
	color: #0058aa;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #0058aa;
	margin-top: 50px;
	padding-bottom: 20px;
}

.matome-new-title span{
	font-size: 14px;
	border: 1px solid #0058aa;
	margin-left: 30px;
	padding: 5px 13px;
}

.matome-list-title{
	color: #0058aa;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #0058aa;
	margin-top: 50px;
	padding-bottom: 20px;
}
.matome-list-title span{
	font-size: 14px;
	border: 1px solid #0058aa;
	margin-left: 30px;
	padding: 5px 13px;
}

@media screen and (max-width: 991.98px) {
    .matome-title__wrap{
    text-align: center;
    margin: 0 3% 15px;
  }
  .matome-title{
    color: #0058aa;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 14px;
    display: inline-block;
    position: relative;
  }
  .matome-title--lead{
    color: #e4007f;
    padding-left: 30px;
  }
  .matome-title:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 50%;
    height: 4px;
    background-color: #0058aa;
  }
  /*------------------------------------------------------*/
  /*------------------------------------------------------*/
  
  /* matome-list */
  
  /*------------------------------------------------------*/
  /*------------------------------------------------------*/
  .matome-list__wrap{
  }
  .matome-list{
  }
  .matome-list__item{
  	width: 94%;
  	margin: 15px auto;
  	position: relative;
  	overflow: hidden;
  }
  .matome-list__head{
  	color: #005bac;
  	font-size: 14px;
  	font-weight: bold;
  	margin-bottom: 10px;
  }
  .matome-list__head a{
  	color: #005bac;
  }
  
  .matome-list__unit{
  	color: #595757;
  	display: flex;
  	position: relative;
  }
  .matome-list__thumb{
  	height: 21.333vw;
  	width: 32vw;
  	max-height: 128px;
  	max-width: 192px;
  	margin-right: 20px;
  	flex-shrink: 0;
  	position: relative;
  }
  .matome-list__photo{
  	height: inherit;
  	width: inherit;
  	max-height: inherit;
  	max-width: inherit;
  	object-fit: cover;
  	object-position: 50% 0;
  	flex-shrink: 0;
  }
  .matome-list__media{
  	flex-shrink: 1;
  	padding-bottom: 32px;
  }
  .matome-list__date{
  	color: #b5b5b6;
  	font-size: 10px;
  	font-weight: bold;
  	line-height: 1;
  }
  .matome-list__title{
  	color: #595757;
  	font-size: 12px;
  	font-weight: bold;
  	line-height: 1.5;
  }
  .matome-list__title a{
  	color: #595757;
  }
  .matome-list__text{
  	font-size: 12px;
  }
  
  .matome-list__info{
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	display: flex;
  }
  
  .matome-list__item .btn__wrap{
  	margin: 20px auto;
  }
  
  .matome__lead{
  	width: 94%;
  	color: #595757;
  	font-size: 12px;
  	margin: 20px auto;
  }
  .matome__info{
  	width: 94%;
  	color: #0058aa;
  	font-size: 14px;
  	border: 1px solid #0058aa;
  	margin: 20px auto 30px;
  	padding: 10px;
  }
  
  .matome__tag{
  	width: 94%;
  	margin: 10px auto 0;
  }
  .matome__tag-head{
  	color: #eb687a;
  	font-size: 16px;
  	background-image: url(/assets/ichimen/images/icon_tag.svg);
  	background-repeat: no-repeat;
  	background-size: 20px;
  	background-position: 0 50%;
  	margin: 0 14px 14px 0;
  	padding-left: 24px;
  	display: inline-block;
  }
  .matome__tag a{
  	color: #eb687a;
  	font-size: 13px;
  	font-weight: bold;
  	background: #f9e4e6;
  	border: 1px solid #eb687a;
  	border-radius: 3px;
  	margin: 0 10px 14px 0;
  	padding: 6px 8px;
  	display: inline-block;
  }
  
  /* 2023-03-31 追加・修正 */
  .matome__date{
  	width: 94%;
  	font-size: 14px;
  	margin: 1rem auto;
  }
  .matome__date__wrap {
  	display: flex;
  }
  .matome__date-group__wrap {
  	width: 50%;
  }
  .matome__photolink__wrap {
  	width: 50%;
  	display: flex;
  	align-items: end;
  	justify-content: end;
  }
  .matome__photolink {
  	font-size: 14px;
  	font-weight: 600;
  	margin: 5px 0;
  }
  .matome__photolink::after {
  	content: ' >';
  }
  /* 2023-03-31 ここまで */
  .matome__date-head{
  	font-size: 13px;
  	border: 1px solid #231815;
  	padding: 3px 8px;
  	display: inline-block;
  }
  .matome__date-group{
  	color: #0058aa;
  	margin: 5px 0;
  }
  .matome__date-group time{
  	color: #595757;
  }
  
  .movie-list__loader{text-align: center; margin-bottom: 20px;}
  .movie-list__loader img{width: 64px;}
  
  #infscr-loading{clear: both; border-top: 1px solid #dbdbdb; text-align: center; margin: 0 auto; padding: 20px 0;}
  #infscr-loading img{ width: 64px;}
  /*まとめページネーション*/
  .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pagination__item {
    display: block;
    padding: 4px 13px;
  }
  .pagination__item.active {
    background-color: #0058aa;
  }
  .pagination__item:hover {
    background-color: #0081d1;
    color: white;
  }
  .active {
    color: white;
  }
  .matome-new-title{
    width: 94%;
    color: #0058aa;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
  }
  
  .matome-list-title{
    color: #0058aa;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 1px solid #0058aa;
    margin-top: 16px;
    margin-left: 8px;
    padding-bottom: 20px;
  }
  .matome-list-title span{
    font-size: 14px;
    border: 1px solid #0058aa;
    margin-left: 5px;
    padding: 5px 13px;
  }
  .article-list_grid__photo {
    height: 33vw;
    width: 33vw;
    max-height: 198px;
    max-width: 198px;
    background: #ededed;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .article-list_grid__item {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    position: relative;
  }
  .article-list_grid__photo img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .article-list__media{
    width: 100%;
    position: relative;
    flex-shrink: 1;
    padding-bottom: 42px;
  }
  .article-list__title{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 12px;
  }
}
