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