.article_body > .publisher + * {
  margin-top: 0 !important;
}

.article_body .text--center {
  text-align: center;
}

.article_body .text--left {
  text-align: left;
}

.article_body .text--right {
  text-align: right;
}

.article_body .text--justify {
  text-align: justify;
}

.article_body .float--left {
  float: left;
}

.article_body .float--right {
  float: right;
}

.article_body .alignleft {
  display: inline;
  float: left;
}

.article_body .alignright {
  display: inline;
  float: right;
}

.article_body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.article_body .hover--opacity {
  transition: opacity .3s;
}

.article_body .hover--opacity:hover {
  opacity: .6;
}

.article_body * + * {
  margin-top: 20px;
}

.article_body * + br {
  margin-top: 0;
}

.article_body * + hr {
  margin-top: 30px;
}

.article_body * + li, .article_body * + td, .article_body * + th, .article_body * + tr {
  margin-top: 0;
}

.article_body li i, .article_body p i {
  margin: 0 0 0 6px;
}

.article_body h3, .article_body h4, .article_body h5, .article_body h6 {
  font-weight: 700;
}

.article_body h1, .article_body h2 {
  font-family: 'Noto Serif Japanese', serif;
  font-weight: inherit;
}

.article_body h1 {
  font-size: 51.2px;
  font-size: 3.2rem;
  font-style: italic;
}

.article_body h2 {
  font-size: 41.6px;
  font-size: 2.6rem;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
}

.article_body h2::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 120px;
  height: 4px;
  content: '';
  background-color: #85b7bd;
}

.article_body h3 {
  font-size: 32px;
  font-size: 2rem;
}

.article_body h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

.article_body h5 {
  font-size: 20.8px;
  font-size: 1.3rem;
}

.article_body h6 {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.article_body em {
  font-style: italic;
}

.article_body del {
  text-decoration: line-through;
}

.article_body u {
  text-decoration: underline;
}

.article_body ul li {
  position: relative;
  padding-left: 18px;
}

.article_body ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  content: '';
  background-color: #85b7bd;
}

.article_body ul li i {
  text-indent: 0;
}

.article_body ol {
  list-style: none !important;
  counter-reset: li;
}

.article_body ol li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

.article_body ol li::before {
  display: inline-block;
  min-width: 1em;
  padding-right: .5em;
  content: counter(li) '.';
  counter-increment: li;
  vertical-align: top;
  text-indent: 0;
  color: #74abb2;
}

.article_body ol li i {
  text-indent: 0;
}

.article_body table {
  width: 100%;
  border: 1px solid #fff;
}

.article_body td, .article_body th {
  padding: 10px 20px;
  text-align: center;
}

.article_body th {
  font-weight: inherit;
  color: #74abb2;
  border: 1px solid #fff;
  background-color: #e5edea;
}

.article_body td {
  border: 1px solid #fff;
  background-color: #f5f5f5;
}

.article_body small {
  font-size: 19.2px;
  font-size: 1.2rem;
  display: block;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.article_body hr {
  margin-bottom: 0;
  border-top: 1px solid #d5d4d3;
  border-bottom: none;
}

.article_body code {
  display: inline-block;
  padding: 0 6px;
  background-color: #f7f7f7;
}

.article_body pre {
  display: block;
  overflow: auto;
  padding: 13px 20px 11px;
  word-wrap: break-word;
  word-break: break-all;
  border: 1px solid #d5d4d3;
  background-color: #f7f7f7;

  -webkit-overflow-scrolling: touch;
}

.article_body blockquote {
  font-size: 20.8px;
  font-size: 1.3rem;
  display: block;
  padding: 36px 55px;
  color: #555;
  background-color: #f7f7f7;
  background-image: url('/assets/img/common/bg_quot_left.png'), url('/assets/img/common/bg_quot_right.png');
  background-repeat: no-repeat;
  background-position: left 21px top 20px, right 19px bottom 20px;
  background-size: 24px auto;
}

.article_body figure a {
  display: inline-block;
  vertical-align: top;
}
.article_body figure figcaption * + *{
margin-top: 0;
}

.article_body > .article_body__section {
  margin-top: 35px;
}

.article_body > .article_body__section:first-child {
  margin-top: 0;
}

.article_body__row {
  margin-bottom: 0;
}

.article_body__row::after {
  display: table;
  clear: both;
  content: '';
}

.article_body__row + .article_body__row {
  margin-top: 33px;
}

.article_body__column {
  display: inline-block;
  margin: 0 0 10px 30px;
  vertical-align: top;
  letter-spacing: normal;
}

.article_body__column::after {
  display: table;
  clear: both;
  content: '';
}

.article_body__column--span12 {
  margin-left: 0;
}

.article_body__column--span6:first-child, .article_body__column--span6:nth-child(odd) {
  margin-left: 0;
}

.article_body__column--span4:first-child, .article_body__column--span4:nth-child(3n+1) {
  margin-left: 0;
}

.article_body__column--span3:first-child, .article_body__column--span3:nth-child(4n+1) {
  margin-left: 0;
}

.article_body__column + .article_body__column {
  margin-top: 0;
}

.article_body__column--span12 {
  width: 100%;
}

.article_body__column--span6 {
  width: 47.57%;
}

.article_body__column--span4 {
  width: 30.1%;
}

.article_body__column--span3 {
  width: 21.38889%;
}

.set_mv .set_images .article_body__column, .set_mv .set_movie .article_body__column {
  margin-bottom: 0;
}

.set_mv .set_movie .set_movie__iframe {
  margin-bottom: 0;
}

.set_mv .set_social {
  margin-top: 25px !important;
}

.set_mv .set_social + .set_wysiwyg {
  margin-top: 18px;
}

.set_mv__bar {
  font-size: 20.8px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 14px 0 25px;
}

.set_mv__bar--left, .set_mv__bar--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 0;
}

.set_mv__bar--left {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.set_mv__bar-date {
  position: relative;
  margin: 5px 29px 5px 0;
  padding-left: 14px;
  color: #555;
}

.set_mv__bar-date::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 5px;
  height: 10px;
  content: '';
  background-color: #85b7bd;
}

.set_mv__bar-category {
  margin: 5px 26px 5px 0;
}

.set_mv__bar-keyword {
  font-size: 19.2px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 0 0 0 -5px;
}

.set_mv__bar-keyword > a {
  line-height: 31px;
  display: inline-block;
  margin: 5px;
  padding: 0 17px;
  color: #221815;
  border-radius: 31px;
  background-color: #e5edea;
}

.set_mv__bar-writer {
  margin: 5px 0;
}

.set_mv__bar-writer > a {
  margin-top: 0;
}

.set_mv__bar-sponsor {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin: 5px 0 5px 26px;
  color: #c2c5cf;
}

.set_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.set_social > a {
  display: block;
  margin: 0;
}

.set_social > a + a {
  margin-left: 8px;
}

.set_social > a > img {
  height: 32px;
}

* + .set_social-bottom {
  margin-top: 9px !important;
}

.set_heading .article_body__column--span12 {
  margin: 0;
}

.set_pagelink__list {
  text-align: center;
}

.set_pagelink__element {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.set_pagelink__element a {
  text-decoration: none;
}

.set_pagelink__element a:hover {
  text-decoration: underline;
}

_:-ms-lang(x), _::-webkit-meter-bar {
  width: 100%;
}

.set_images + .set_images {
  margin-top: 20px;
}

.set_images figure img {
  width: 100%;
}

.set_imagetext__imagebox {
  max-width: 50%;
  margin-bottom: 30px;
}

.set_imagetext__imagebox.float--left {
  margin-right: 30px;
}

.set_imagetext__imagebox.float--left.set_imagetext__imagebox--no_wraparound {
  margin-right: 0;
}

.set_imagetext__imagebox.float--right {
  margin-left: 30px;
  text-align: right;
}

.set_imagetext__imagebox.float--right.set_imagetext__imagebox--no_wraparound {
  margin-left: 0;
}

.set_imagetext__imagebox.float--right::after {
  display: block;
  clear: both;
  content: '';
}

.set_imagetext__imagebox .set_imagetext__inner {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.set_button + .set_button, .set_imagetext__imagebox + * {
  margin-top: 0;
}

_:-ms-lang(x), _::-webkit-meter-bar {
  width: 100%;
}

.set_imagetext__imagebox figure img {
  width: 100%;
}

.set_imagetext__textbox.float--left {
  padding-right: 30px;
}

.set_imagetext__textbox.float--right {
  padding-left: 30px;
}

.set_boxed__subset {
  position: relative;
  padding: 23px 40px;
}

.set_boxed__subset::after, .set_boxed__subset::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 40px;
  height: 40px;
  content: '';
}

.set_boxed__subset::before {
  top: 0;
  left: 0;
  border-top: 1px solid #74abb2;
  border-left: 1px solid #74abb2;
}

.set_boxed__subset::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #74abb2;
  border-bottom: 1px solid #74abb2;
}

.set_boxed__subset h3 {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  padding-left: 18px;
  color: #74abb2;
}

.set_boxed__subset h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #85b7bd;
}

.set_boxed__subset p {
  margin-top: 11px;
}

.set_related__subset {
  padding: 20px 25px 19px;
  border: 4px solid #e0eff1;
}

.set_related__subset h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #74abb2;
}

.set_related__subset .set_list {
  margin-top: 15px;
}

.set_related__subset .set_list li:last-child {
  margin-bottom: 0;
}

.related-link {
  margin-bottom: 10px;
  padding: 20px 25px 19px;
  border: 4px solid #e0eff1;
}

.related-link::before {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 15px;
  content: '関連記事';
  color: #74abb2;
}

.related-link > p {
  position: relative;
  padding-left: 18px;
}

.related-link > p::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  content: '';
  background-color: #85b7bd;
}

.related-link > p + p {
  margin-top: 8px;
}

.set_list a::before {
  text-decoration: none;
}

.set_list .ico {
  display: inline-block;
  content: '';
}

.set_list .ico-pdf {
  width: 17px;
  height: 17px;
  margin-left: 8px;
  vertical-align: top;
  background: url('/assets/img/common/icon_pdf.png') no-repeat;
  background-size: 17px;
}

.set_list .ico-blank {
  width: 13px;
  height: 13px;
  margin-left: 7px;
  background: url('/assets/img/common/icon_blank.png') no-repeat;
  background-size: 13px;
}

.set_list .article_body__column--span12, .set_list .article_body__column--span6 {
  margin-bottom: 8px;
}

.set_faq__element {
  font-weight: bold;
}

.set_table td, .set_table th {
  min-width: 60px;
  padding: 14px 20px;
  text-align: center;
}

.set_table__subset--fit table {
  width: auto;
}

.set_table__subset--scroll td, .set_table__subset--scroll th {
  min-width: inherit;
}

.set_movie .set_instagram__iframe {
  margin-bottom: 14px;
}

.set_movie__caption, figcaption {
  font-size: 20.8px;
  font-size: 1.3rem;
  display: block;
  margin-top: 4px;
  text-align: left;
}

.set_movie h2, .set_movie h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0;
}

.set_movie__iframe {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  padding-top: 56.25%;
}

.set_movie__iframe--square {
  padding-top: 100%;
}

.set_movie-square .article_body__column--span12 {
  display: block;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.set_movie__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.set_instagram__iframe .instagram-media {
  margin-right: auto !important;
  margin-left: auto !important;
}

.set_button .article_body__column {
  letter-spacing: -1em;
}

.set_button .set_button__subset {
  font-size: 22.4px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 10px 20px;
  vertical-align: top;
  letter-spacing: normal;
}

.set_button__element {
  display: block;
  padding: 15px 20px 14px;
  text-decoration: none;
  color: #fff;
  background: #221815;
}

.set_faq__subset + .set_faq__subset {
  margin-top: 40px;
}

.set_faq__subset .set_faq__element + p {
  margin-top: 0;
}

.set_faq__element {
  font-size: 28.8px;
  font-size: 1.8rem;
}

.set_map__subset {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.set_map__subset * + * {
  margin-top: 0;
}

.set_map__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.balloon__wrap {
  margin-top: 20px;
}

.balloon__wrap--left, .balloon__wrap--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.balloon__wrap--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.balloon__wrap--left .balloon__text-wrap:before {
  left: -9px;
}

.balloon__text-wrap {
  margin-top: 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.balloon__wrap--left .balloon__text-wrap {
  margin-left: 12px;
}

.balloon__wrap--right .balloon__text-wrap {
  margin-right: 12px;
}

.balloon__text-content:before {
  position: absolute;
  top: -1px;
  content: "";
  border: 8px solid transparent;
  border-top-color: #85b7bd;
}

.balloon__text-content:after {
  position: absolute;
  top: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #fff;
}

.balloon__wrap--left .balloon__text-content:after {
  left: -7px;
}

.balloon__wrap--right .balloon__text-content:after {
  right: -7px;
}

.balloon__wrap--left .balloon__text-content:before{
  left: -9px;
}

.balloon__wrap--right .balloon__text-content:before {
  right: -9px;
}

.balloon__picture img{
  width: 50px;
}

.balloon__name {
  line-height: 1.3;
  font-weight: 700;
}

.balloon__wrap--right .balloon__name {
  text-align: right;
}

.balloon__text-content {
  position: relative;
  margin-top: 8px;
  padding: 20px;
  border: 1px solid #85b7bd;
  border-radius: 2px;
}

.balloon__text-content p {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .set_mv__bar-date::before {
    top: 3px;
    height: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .article_body .float--left, .article_body .float--right {
    float: none;
  }

  .article_body h1 {
    font-size: 2.3rem;
  }

  .article_body h2 {
    font-size: 2.2rem;
    padding-bottom: 11px;
  }

  .article_body h2::before {
    width: 60px;
  }

  .article_body h3 {
    font-size: 1.6rem;
  }

  .article_body h4 {
    font-size: 1.4rem;
  }

  .article_body h5 {
    font-size: 1.2rem;
  }

  .article_body h6 {
    font-size: 1.1rem;
  }

  .article_body ul li::before {
    top: 9px;
  }

  .article_body table, .article_body tbody, .article_body td, .article_body th, .article_body thead, .article_body tr {
    display: block;
  }

  .article_body table {
    border: none;
    border-top: 1px solid #fff;
  }

  .article_body th {
    border-top: none;
  }

  .article_body th + td {
    border-top: none;
  }

  .article_body blockquote {
    padding: 32px 50px;
    background-position: left 17px top 17px, right 25px bottom 19px;
    background-size: 21px auto;
  }

  .article_body > .article_body__section {
    margin-top: 25px;
  }

  .article_body__row {
    padding-right: 25px;
    padding-left: 25px;
  }

  .article_body__row + .article_body__row {
    margin-top: 13px;
  }

  .article_body__column {
    margin: 0 0 20px;
  }

  .article_body__column--span3:nth-child(odd) {
    margin-left: 0;
  }

  .article_body__column--span12 {
    display: block;
  }

  .article_body__column--span6 {
    width: 47.04545%;
    margin: 0 0 20px 4.54545%;
  }

  .article_body__column--span4 {
    width: 100%;
  }

  .article_body__column--span3 {
    width: 47.04545%;
    margin: 0 0 20px 4.54545%;
  }

  .set_mv .set_images, .set_mv .set_movie, .set_mv .set_social, .set_mv .set_wysiwyg {
    margin-right: -25px;
    margin-left: -25px;
  }

  .set_mv .set_social {
    margin-top: 15px !important;
  }

  .set_mv .set_social + .set_wysiwyg {
    margin-top: 16px;
  }

  .set_mv__bar {
    font-size: 1.1rem;
    display: inherit;
    margin: 13px 0 18px;
  }

  .set_mv__bar-date {
    margin-right: 21px;
    padding-left: 13px;
  }

  .set_mv__bar-category {
    margin-right: 10px;
  }

  .set_mv__bar-keyword > a {
    line-height: 24px;
    padding: 0 11px;
  }

  .set_mv__bar-sponsor {
    margin: 0 0 0 10px;
  }

  .set_social > a + a {
    margin-left: 5px;
  }

  * + .set_social-bottom {
    margin-top: 2px !important;
  }

  .set_pagelink__list {
    text-align: left;
  }

  .set_pagelink__element {
    margin: 0 11.36364% 8px 0;
  }

  .set_images + .set_images {
    margin-top: 5px;
  }

  .set_imagetext__imagebox {
    width: auto !important;
    max-width: inherit;
    margin: 0 auto 20px;
    text-align: center;
  }

  .set_imagetext__imagebox.float--left {
    margin-right: auto;
  }

  .set_imagetext__imagebox.float--left.set_imagetext__imagebox--no_wraparound {
    margin-right: auto;
  }

  .set_imagetext__imagebox.float--right {
    margin-left: auto;
    text-align: center;
  }

  .set_imagetext__imagebox.float--right.set_imagetext__imagebox--no_wraparound {
    margin-left: auto;
  }

  .set_imagetext__imagebox .set_imagetext__inner {
    margin: 0 auto;
  }

  .set_imagetext__imagebox .set_movie__caption, .set_imagetext__imagebox figcaption {
    font-size: 1.2rem;
    text-align: left;
  }

  .set_imagetext__textbox {
    width: auto !important;
  }

  .set_imagetext__textbox.float--left {
    padding-right: 0;
  }

  .set_imagetext__textbox.float--right {
    padding-left: 0;
  }

  .set_boxed__subset {
    padding: 23px 27px;
  }

  .set_boxed__subset::after, .set_boxed__subset::before {
    width: 33px;
    height: 33px;
  }

  .set_boxed__subset h3 {
    font-size: 1.3rem;
  }

  .set_related__subset {
    padding: 19px 21px;
  }

  .set_related__subset h3 {
    font-size: 1.3rem;
  }

  .set_related__subset .set_list {
    margin-top: 12px;
    padding: 0;
  }

  .related-link {
    margin-bottom: 20px;
    padding: 19px 21px;
  }

  .related-link::before {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }

  .related-link > p::before {
    top: 9px;
  }

  .related-link > p + p {
    margin-top: 5px;
  }

  .set_list .article_body__column--span12, .set_list .article_body__column--span6 {
    width: 100%;
    margin: 0 0 5px;
  }

  .set_table td, .set_table th {
    min-width: inherit;
    padding: 11px 20px;
  }

  .set_table__subset--scroll {
    overflow: auto;

    -webkit-overflow-scrolling: touch;
  }

  .set_table__subset--scroll table {
    display: table;
    width: 100%;
    min-width: 720px;
  }

  .set_table__subset--scroll thead {
    display: table-header-group;
  }

  .set_table__subset--scroll tbody {
    display: table-row-group;
  }

  .set_table__subset--scroll tr {
    display: table-row;
  }

  .set_table__subset--scroll td, .set_table__subset--scroll th {
    display: table-cell;
  }

  .set_movie h2, .set_movie h3 {
    font-size: 1.4rem;
  }

  .set_movie-square .article_body__column--span12 {
    max-width: 270px;
  }

  .set_button .article_body__column {
    margin: 0;
  }

  .set_button .article_body__column + .article_body__column {
    margin-top: 25px;
  }

  .set_button .set_button__subset {
    display: block;
    margin: 0;
  }

  .set_button .set_button__subset + .set_button__subset {
    margin-top: 25px;
  }

  .set_button__element {
    padding: 10px 20px;
  }

  .balloon__picture img{
    width: 40px;
  }

.balloon__text-content p {
    font-size: 1.7rem;
  }
}

@media print, screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .set_images figure img, .set_imagetext__imagebox figure img {
    width: 100%;
  }
}
