/* 記事 */
.article-main {
  background: #fff;
}

.ttl-article-header {
  padding: 16px 32px;
  border-top: 2px solid #fe1673;
  background: #fff;
  color: #333;
  font-size: 28px;
  line-height: 1.4;
}

.article-header-meta {
  padding: 0 32px;
  background: #fff;
  color: #999;
  font-size: 12px;
}

.article-body {
  padding: 16px 32px 32px;
  background: #fff;
  line-height: 1.8;
}

.article-body b {
  font-weight: bold;
}

.article-body blockquote {
  position: relative;
  clear: both;
  box-sizing: border-box;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 32px 16px 24px 16px;
  border-left: 4px solid #fe1673;
  background: #fcfcfc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
  color: #666;
  font-style: italic;
}

.article-body blockquote:before {
  content: "“";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  color: #ffd0e3;
  vertical-align: middle;
  font-size: 80px;
  font-family: serif;
  line-height: 1;
}

.article-body blockquote p {
  margin: 7px 0;
  padding: 0;
}

.article-body blockquote cite {
  display: block;
  color: #999;
  text-align: right;
  font-size: .9em;
}

.article-body hr {
  border-top: 1px solid #ccc;
}

.article-body p {
  margin-bottom: 1em;
}

.article-body p:last-child {
  margin-bottom: 0;
}

.article-body s {
  color: #999;
  text-decoration: line-through;
}

.article-body strong {
  font-weight: bold;
}

.article-body sub {
  position: relative;
  top: .1em;
  vertical-align: bottom;
  font-size: 75.5%;
}

.article-body sup {
  position: relative;
  top: -.1em;
  vertical-align: top;
  font-size: 75.5%;
}

.article-body u {
  text-decoration: underline;
}

.article-body ul {
  margin-bottom: 1em;
}

.article-body ol {
  margin-bottom: 1em;
}

.article-body ul.disc {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.article-body li {
  margin-bottom: .25em;
}

.article-body li ol.decimal {
  padding-left: .5em;
}

.article-body li ul.disc {
  padding-left: .5em;
}

.article-body ol.decimal {
  margin-bottom: 1em;
  padding-left: 2em;
}

.article-body ul.disc li {
  list-style-type: disc;
}

.article-body ol ul.disc li {
  list-style-type: disc;
}

.article-body ol.decimal li {
  list-style-type: decimal;
}

.article-body ul ol.decimal li {
  list-style-type: decimal;
}

.article-body li:last-child {
  margin-bottom: 0;
}

.article-body dl {
  margin-bottom: 1em;
}
.article-body dl > dt {
  padding: 8px;
  background: #f1f1f1;
}
.article-body dl > dd {
  display: block;
  padding: 8px;
  background: #fafafa;
  color: #666;
}
.article-body table {
  display: block;
  overflow-x: scroll;
  margin-bottom: 1em;
}

.article-body tbody {
  display: table;
  width: 100%;
}

.article-body table th {
  padding: 8px;
  border: 1px solid #ddd;
  background: #f1f1f1;
  font-weight: normal;
}

.article-body table td {
  padding: 8px;
  border: 1px solid #ddd;
  background: #fafafa;
  color: #666;
}

.article-body h2,.article-body .midashi {
  margin-bottom: 16px;
  padding: 12px 8px;
  border-left: 3px solid #fe1673;
  background: #fff4f8;
  /* clear: both; */
}
.article-body h3,.article-body .komidashi {
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 2px solid #fe1673;
  /* clear: both; */
}
.article-body h4,.article-body .h4_midashi {
  margin-bottom: 16px;
  padding: 0 8px;
  border-left: 3px solid #fe1673;
  /* clear: both; */
}

.article-body .small-decoration {
  font-size: 90%;
}

.article-body .block-decoration {
  padding: 8px;
  background: #fff9e7;
}

.article-body .big {
  font-size: 120%;
}
.article-body .small {
  font-size: 90%;
}
.article-body .red {
  color: #e40000;
}
.article-body .bold {
  font-weight: bold;
}

.article-body .noborder th {
  border: 1px solid #fff;
}

.article-body .noborder td {
  border: 1px solid #fff;
}

.article-body figure {
  display: inline-block;
  margin-bottom: 1em;
}
.article-body figure img {
  width: 100%;
  height: auto;
}
.article-body figcaption,.article-body .caption {
  padding: 8px 4px;
  background: #f5f5f5;
  color: #666;
  text-align: left;
  font-size: 12px;
}

.article-body .figure-center {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

.article-body .figure-left {
  float: left;
  margin-right: 16px;
  margin-bottom: 1em;
  max-width: 320px;
}

.article-body .figure-right {
  display: inline-block;
  float: right;
  margin-bottom: 1em;
  margin-left: 16px;
  max-width: 320px;
}

@media (max-width: 768px) {
  .article-body .figure-left,.article-body .figure-right {
    margin: 0;
  }
}
.article-body .read {
  margin-bottom: 1em;
  text-align: left;
}

.article-body video {
  clear: both;
  width: 100%;
}

.article-body .video-container {
  position: relative;
  clear: both;
  margin-bottom: 1em;
  background: #ccc;
}

.article-body .video-container:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.article-body .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .map-container {
  position: relative;
  clear: both;
  margin-bottom: 1em;
  background: #ccc;
}

.article-body .map-container:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.article-body .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .ext-container {
  clear: both;
}

.article-body .ext-container .instagram-media {
  position: relative;
  margin-bottom: 1em;
  padding: 0;
  border: none;
  background: #ccc;
  box-shadow: none;
  font-size: inherit;
  line-height: inherit;
}

.article-body .ext-container .instagram-media:before {
  content: "";
  position: static;
  display: block;
  padding-top: 70%;
}

.article-body .ext-container .instagram-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .twitter-tweet {
  position: relative;
  clear: both;
  margin-bottom: 1em;
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: inherit;
  line-height: inherit;
}

.article-body blockquote.twitter-tweet:before {
  content: "";
  position: static;
  display: block;
  padding-top: 70%;
}

.article-body blockquote.twitter-tweet iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body .more-photo {
  clear: both;
  margin-bottom: 24px;
}

.article-body .figure-center + .more-photo {
  display: flex;
  justify-content: flex-end;
}

.article-body .more-photo .thumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.article-body .figure-center + .more-photo .thumbs {
  display: flex;
}

.article-body .more-photo .thumbs a {
  display: block;
  margin-right: 8px;
}

.article-body .more-photo .thumbs img {
  width: auto;
  height: 48px;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
}

.article-body .more-photo .thumbs img:hover {
  opacity: .7;
}

.article-body .btn-more-photo a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 200px;
  height: 48px;
  border: 1px solid #fe1673;
  border-radius: 3px;
  background: #fff;
  font-size: 12px;
  line-height: 1;
}

.article-body .btn-more-photo a:hover {
  background: #ffe6f0;
  text-decoration: none;
}

.article-body .btn-more-photo i {
  margin-right: 8px;
}

.article-body .btn-more-photo img {
  width: 16px;
  height: 16px;
}

.article-body .btn-more-photo.bottom-btn a {
  margin: 0 auto;
  width: 240px;
}

.article-body input[name="answerbox"] {
  display: none;
}

.article-body .answerhead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto;
  width: 240px;
  height: 36px;
  border: 1px solid #fe1673;
  border-radius: 3px;
  background: #fff;
  color: #fe1673;
  font-size: 12px;
  transition: .3s;
}

.article-body .answerhead:hover {
  background: #ffe6f0;
  text-decoration: none;
}

.article-body .answer {
  overflow: hidden;
  max-height: 0;
  height: 100%;
  opacity: 0;
  transition: .5s;
}

.article-body input[name="answerbox"]:checked ~ .answer {
  padding: 16px 0;
  max-height: 5000px;
  opacity: 1;
}

.article-body .next-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-body .next-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px 8px 16px;
  min-height: 48px;
  width: auto;
  border: 1px solid #fe1673;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

.article-body .next-link a:hover {
  background: #ffe6f0;
  text-decoration: none;
}

.article-body .next-link i {
  position: absolute;
  right: 10px;
  display: flex;
  margin-left: 8px;
  width: 10px;
  transform: rotate(180deg);

  align-content: center;
}

.article-body .next-link img {
  width: 10px;
  height: 10px;
}

.article-body .ext-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-body .border-container {
  clear: both;
  margin-bottom: 1em;
  padding: 16px;
  border: 5px solid #eaeaea;
}

/* ミニシリーズ */
.article-body .mini-series {
  margin: 1em 0;
  border: 3px solid #eaeaea;
}

.article-body .series-title {
  margin-bottom: 0;
  padding: 8px 16px;
  background: #eaeaea;
  font-weight: bold;
}

.article-body .mini-series ul {
  margin-bottom: 0;
  padding: 0 16px 0;
}
.article-body .mini-series li {
  margin-bottom: 0;
  padding: 8px;
}

.article-body .mini-series li + li {
  border-top: 1px dotted #ccc;
}

.article-header-meta-page {
  padding: 8px 0;
  width: 100%;
  background: #fff;
  color: #999;
  font-size: 14px;
}

.article-body .article-related a {
  color: #feb816;
}

.article-body .btn-back-photo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 24px 0 32px;
  width: 320px;
  height: 56px;
  border: 1px solid #009e96;
  border-radius: 3px;
  background: #009e96;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.article-body .btn-back-photo a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.article-body .btn-back-photo {
  clear: both;
  margin: 32px 0;
}

.article-body .btn-back-photo i {
  display: none;
  margin-right: 8px;
}

.article-body .btn-back-photo img {
  width: 20px;
  height: 20px;
}

.article-body .btn-back-photo a:hover {
  background: #6ab5b1;
  text-decoration: none;
}

.backBtns {
  display: flex;
  clear: both;
  justify-content: space-between;
  margin: 32px 0;
}

.article-body .btn-back-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 24px 0 32px;
  width: 320px;
  height: 56px;
  border: 1px solid #fe1673;
  border-radius: 3px;
  background: #fe1673;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.article-body .btn-back-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.article-body .btn-back-list:hover {
  background: hsl(336, 100%, 67%);
  text-decoration: none;
}