.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;
}

/* contents builder用 */
.annotation {
	margin: 0 0 24px 0;
	padding: 27px 30px 1px;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
  
.annotation cite {
	border-top: 1px dotted #aaa;
	display: block;
	padding: 16px 0;
	font-style: italic;
	text-align: right;
	font-size: 90%;
}
  
.article__text__h1 {
	color: #231815;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    display: block;
	padding-bottom: 20px;
}
.article__text__h2 {
	font-weight: bold;
    font-size: 20px;
	padding: 0.25em 0.5em;
	color: #231815;
	background: transparent;
	border-left: solid 5px #1a5d9f;
	margin: 10px 0;
}
.article__text__h3
{
	color: #231815;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    display: block;
	padding: 0.5em;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
	margin: 10px 0;
}
.toc__wrap {
	padding: 8px;
}
.toc__text {
	text-align: center;
	color: #231815;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
	display: none;
}
.toc__link {
	display: flex;
	flex-direction: column;
	color: #1e366a;
	border: solid 2px #1a5d9f;
	border-radius: 5px;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}
.toc__link li {
	line-height: 1.5;
	padding: 0.5em 0;
}
.toc__link li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	position: absolute;
	left : 1em;
	color: #1a5d9f;
}
  
.contents__table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.contents__table tr {
	border-bottom: solid 1px #eee;
	cursor: pointer;
}
 
.contents__table tr:hover {
	background-color: #d4f0fd;
}
  
.contents__table th,
.contents__table td {
	text-align: center;
	width: 25%;
	padding: 15px 0;
}
.contents__text {
	padding-bottom: 10px;
}
.listdata__wrap {
    list-style-type: disc;
    list-style-position: inside;
    padding: 1em;
    border: 2px solid #2589d0;
}

.listdata__wrap li {
    padding: .5em;
}

.listdata__wrap li:not(:last-child) {
    border-bottom: 1px dashed #2589d0;
}

.listdata__wrap li::marker {
    color: #2589d0;
    font-size: 1.1em;
}
/* contents builder用 */

/*------------------------------------------------------*/
/* pr-article-list_horizontal */
/*------------------------------------------------------*/
.article-list_horizontal{
	font-size: 0;
	margin-bottom: 10px;
}
.pr-article-list_horizontal__item{
	border-bottom: 1px solid #dcdddd;
}
.pr-article-list_horizontal__unit{
	padding: 24px 0;
	display: flex;
}
.pr-article-list_horizontal__photo{
	height: 150px;
	width: 150px;
	background: #ededed;
	margin-right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.pr-article-list_horizontal__photo img{
	max-height: 150px;
	max-width: 150px;
	height: auto;
	width: auto;
}
.pr-article-list_horizontal__media{
	width: 100%;
	position: relative;
	flex-shrink: 1;
}
.pr-article-list_horizontal__title{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 12px;
}
.pr-article-list_horizontal__title span {
	background: #ee7800;
	padding: 2px 4px;
	color: white;
	font-size: 12px;
    border-radius: 4px;
}
.pr-article-list_horizontal__text{
	color: #595757;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 42px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pr-article-list_horizontal__date{
	color: #b5b5b6;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
}
.newsbody__header { border-top: 1px solid #A1CC14; border-bottom: 1px solid #A1CC14; position: relative; margin-bottom: 25px; padding-left: 100px; padding-top: 15px; padding-bottom: 15px; }
.newsbody__header .pr-label-top { display: block; width: 100px; height: 100px; position: absolute; top: 0; left: 0; }
.newsbody__sns { min-height: 50px; background-image: url(/assets/images/pr/pc_pr_label_ml.png), url(/assets/images/pr/pc_pr_label_mr.png); background-size: 50px 50px,50px 50px; background-repeat: no-repeat,no-repeat; background-position: left 0,right 0; }
.newsbody__footer { position: relative; border-bottom: 1px solid #A1CC14; background-image: url(/assets/images/pr/pc_pr_label_bottom.png); background-size: 100px 100px; background-repeat: no-repeat; background-position: right bottom; padding-bottom: 100px; }
.newsbody__footer .newsbody__kanren .newsbody__moviekanren__title { color: #f39821; }
.newsbody__footer .offer { position: absolute; right: 100px; bottom: 20px; }
.pr-article .btn.btn--read{background-image: none; margin: 0; padding: 0 50px;}

.contents .pushmatome.conteiner__wrapper {
	width: 1008px;
	margin: 0 auto;
	display: block;
}

/* アニメーション前 */
.is-feadin{
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

/* トリガー発火でis-activeを付与 */
.is-feadin.is-active{
	opacity: 1;
	transform: translateY(0);
}

.is-shine {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.is-shine img {
	display: block;
	width: 100%;
	height: auto;
}

.is-shine::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.6) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	transform: skewX(-20deg);
	animation: none;
	pointer-events: none;
}

.is-shine.is-active::before {
	animation: shine 2s forwards;
}

@keyframes shine {
	0% {
		left: -75%;
	}
	100% {
		left: 125%;
	}
}

/** sp **/
@media screen and (max-width: 991.98px) {
  /* contents builder用 */
  .annotation {
  	margin: 0 0 24px 0;
  	padding: 27px 30px 1px;
  	border: 1px solid #ccc;
  	box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	position: relative;
  }
    
  .annotation cite {
  	border-top: 1px dotted #aaa;
  	display: block;
  	padding: 16px 0;
  	font-style: italic;
  	text-align: right;
  	font-size: 90%;
  }
    
  .article__text__h1 {
  	color: #231815;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      display: block;
      margin: 0 auto 10px;
      width: 94%;
  }
  .article__text__h2 {
  	font-weight: bold;
      font-size: 16px;
  	padding: 0.25em 0.5em;
  	color: #231815;
  	background: transparent;
  	border-left: solid 5px #1a5d9f;
      margin: 10px auto;
      width: 94%;
  }
  .article__text__h3
  {
  	color: #231815;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      display: block;
  	padding: 0.5em;
  	background: linear-gradient(transparent 70%, #a7d6ff 70%);
      margin: 10px auto;
      width: 94%;
  }
    
  .toc__wrap {
  	padding: 8px;
  }
  .toc__text {
  	text-align: center;
  	color: #231815;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
  	display: none;
  }
  .toc__link {
  	display: flex;
  	flex-direction: column;
  	color: #1e366a;
  	border: solid 2px #1a5d9f;
  	border-radius: 5px;
  	padding: 0.5em 1em 0.5em 2.3em;
  	position: relative;
  }
  .toc__link li {
  	line-height: 1.5;
  	padding: 0.5em 0;
  }
  .toc__link li:before {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f138";
  	position: absolute;
  	left : 1em;
  	color: #1a5d9f;
  }
    
  .contents__table {
  	border-collapse: collapse;
  	border-spacing: 0;
  	width: 100%;
  }
  .contents__table tr{
  	border-bottom: solid 1px #eee;
  	cursor: pointer;
  }
    
  .contents__table tr:hover{
  	background-color: #d4f0fd;
  }
    
  .contents__table th,
  .contents__table td {
  	text-align: center;
  	width: 25%;
  	padding: 15px 0;
  }
  .contents__text {
  	width: 94%;
  	margin: 0 auto;
  	margin-bottom: 10px;
  }
  .listdata__wrap {
      list-style-type: disc;
      list-style-position: inside;
      padding: 1em;
      border: 2px solid #2589d0;
  	width: 94%;
  	margin: 0 auto;
  }
  
  .listdata__wrap li {
      padding: .5em;
  	font-size: 16px;
  }
  
  .listdata__wrap li:not(:last-child) {
      border-bottom: 1px dashed #2589d0;
  }
  
  .listdata__wrap li::marker {
      color: #2589d0;
      font-size: 1.1em;
  }
  /* contents builder用 */
  
  /*------------------------------------------------------*/
  /* pr-article-list */
  /*------------------------------------------------------*/
  .pr-article-list__item{
  	width: 94%;
  	border-bottom: 1px solid #dcdddd;
  	margin:  0 auto;
  }
  .pr-article-list__item a{
  	padding: 24px 0;
  }
  .pr-article-list__unit{
  	display: flex;
  }
  .pr-article-list__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;
  }
  .pr-article-list__photo img{
  	max-height: 100%;
  	max-width: 100%;
  	height: auto;
  	width: auto;
  }
  .pr-article-list__media{
  	width: 100%;
  	position: relative;
  	flex-shrink: 1;
  }
  .pr-article-list__title{
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 1.7;
  	margin-bottom: 12px;
  }
  .pr-article-list__title span {
  	background: #ee7800;
  	padding: 2px 4px;
  	color: white;
  	font-size: 12px;
      border-radius: 4px;
  }
  .pr-article-list__text{
  	color: #595757;
  	font-size: 12px;
  	line-height: 1.7;
  	margin-bottom: 12px;
  	-webkit-line-clamp: 3;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  }
  .pr-article-list__date{
  	color: #b5b5b6;
  	font-size: 12px;
  	line-height: 1;
  	font-weight: bold;
  	display: block;
  }
  .pr-article-list__info{
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	display: flex;
  }
  .btn {
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background: #006fb7;
    border-radius: 5px;
    margin: 0 auto;
    padding: 8px 20px;
    display: inline-block;
  }
  .btn__wrap {
    width: auto;
    text-align: center;
    margin: 30px auto;
  }
  
  /* ビジネスバナー */
  .biz__wrap {
  	margin: 20px 0;
  }
  .biz {
  	width: 100%;
  	margin: auto;
  	display: flex;
  	flex-direction: column;
  }
  .biz__image {
  	width: 100px;
  	height: 100px;
  }
  .biz__text__wrap {
  	display: flex;
  	align-items: center;
  	flex-direction: column;
  	justify-content: center;
  	background-color: #0063ad;
  	width: 100%;
  	padding: 8px;
  	color: white;
  }
  .newsbody__header{position: relative; border-top: 1px solid #A1CC14; border-bottom: 1px solid #A1CC14; margin-bottom: 10px;}
  .newsbody__header .pr-label-top{display: block; width: 50px; height: 50px; position: absolute;}
  .newsbody__header .newsbody__inner{padding-left: 50px !important;}
  .newsbody__header .newsbody__inner__corner{font-size: 12px; color: #1a62aa; margin-bottom: 10px;}
  .newsbody__footer{
  	display: flex;
  	justify-content: flex-end;
  	align-items: flex-end;
  	min-height: 50px;
  	border-bottom: 1px solid #A1CC14;
  	background-image: url(/assets/ichimen/images/pr/sp_pr_label_bottom.png);
  	background-size: 50px 50px;
  	background-repeat: no-repeat;
  	background-position: right bottom;
  	padding-right: 50px;
  	padding-bottom: 20px;
  	margin-bottom: 40px;
  }
  .newsbody__footer .offer{
  	text-align: right;
  	max-width: 100%;
  	line-height: 1.5;
  }
  .newsbody__related-movie__movie{text-align: center;}
  .newsbody__header .article__title, .newsbody__header .photo__title{margin: 25px auto;}
  
  /* アニメーション前 */
  .is-feadin{
  	opacity: 0;
  	transform: translateY(20px);
  	transition: opacity 1s ease-out, transform 1s ease-out;
  }
  
  /* トリガー発火でis-activeを付与 */
  .is-feadin.is-active{
  	opacity: 1;
  	transform: translateY(0);
  }
  
  .is-shine {
  	position: relative;
  	display: inline-block;
  	overflow: hidden;
  }
  
  .is-shine img {
  	display: block;
  	width: 100%;
  	height: auto;
  }
  
  .is-shine::before {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: -75%;
  	width: 50%;
  	height: 100%;
  	background: linear-gradient(
  		120deg,
  		rgba(255, 255, 255, 0) 0%,
  		rgba(255, 255, 255, 0.6) 50%,
  		rgba(255, 255, 255, 0) 100%
  	);
  	transform: skewX(-20deg);
  	animation: none;
  	pointer-events: none;
  }
  
  .is-shine.is-active::before {
  	animation: shine 2s forwards;
  }
  
  @keyframes shine {
  	0% {
  		left: -75%;
  	}
  	100% {
  		left: 125%;
  	}
  }
}