@charset "UTF-8";
  /********** 記事一覧用CSS **************************/
  /* 1. default: 一覧ページ用                        */
  /* 2. pickup: ピックアップ用（トップや一覧で利用） */
  /* 3. large: 大きいサイズ用（トップで利用）        */
  /* 4. smarll: 小さいサイズ用（トップで利用）       */
  /* 5. sub: かなり小さいサイズ用（サブカラムで利用）*/
  /* 8. 画像無し用                                   */
  /* 9. 縦用                                         */
  /***************************************************/

/* 一覧ページ用 */
.m-articles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.m-articles-item {
  padding-top: 13px;
  padding-bottom: 9px;
  width: 100%;
  border-bottom: 1px solid #999;
  position: relative;
}
.m-articles-item::after {
  content: '';
  display: block;
  clear: both;
}
.m-articles-item__img-wrapper {
  float: left;
  font-size: 0;
  text-align: center;
}
.m-articles-item__img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.m-articles-item__img--pos-top {
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;'
}
.m-articles-item__img--pos-bottom {
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}
.m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 120px;
  padding-left: 15px;
}
.m-articles-item__info-ttl-wrapper {
  min-height: calc(1.8rem * 1.555 * 3);
  position: relative;
}
.m-articles-item__info-ttl-wrapper[data-ctg]::after {
  content: attr(data-ctg);
  color: transparent;
}
.m-articles-item__info-ttl {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.555;
  letter-spacing: .05em;
  font-weight: normal;
  margin-right: .6em;
  vertical-align: middle;
}
.m-articles-item__info-item {
  white-space: nowrap;
}
.m-articles-item__info-date {
  font-size: 1.2rem;
  color: #666;
  white-space: nowrap;
  margin-right: 1em;
  vertical-align: middle;
}
.m-articles-item__info-ctg {
  color: #88002c;
  font-size: 1.4rem;
  letter-spacing: .05em;
  vertical-align: middle;
  white-space: nowrap;
}
.m-articles-item__info-date,
.m-articles-item__info-ctg {
  line-height: calc(1.8rem * 1.555);
}
.m-articles-item__info-summary {
  font-size: 1.4rem;
  line-height: 1.428;
  letter-spacing: .075em;
  margin-top: 5px;
}
.m-articles-item__info-event-date {
  font-size: 1.2rem;
  color: #666;
}
.m-articles-item__article-link {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: right;
  text-decoration: underline;
  margin-top: .5em;
  color: #88002c;
}

/* ピックアップ */
.m-articles-item--pickup {
  padding-top: 15px;
  margin-bottom: 17px;
  border-bottom: none;
}
.m-articles-item--pickup .m-articles-item__img {
  width: 250px;
  height: 167px;
}
.m-articles-item--pickup .m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 250px;
}
.m-articles-item--pickup .m-articles-item__info-ttl {
  font-size: 2.6rem;
  line-height: 1.28;
}
.m-articles-item--pickup .m-articles-item__info-date,
.m-articles-item--pickup .m-articles-item__info-ctg {
  line-height: calc(2.6rem * 1.28);
}

/* m-articles-item--large */
.m-articles-item--large .m-articles-item__img {
  width: 160px;
  height: 107px;
}
.m-articles-item--large .m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 160px;
}
.m-articles-item--large .m-articles-item__info-ttl {
  font-size: 2.4rem;
  line-height: 1.25;
}
.m-articles-item--large .m-articles-item__info-date,
.m-articles-item--large .m-articles-item__info-ctg {
  line-height: calc(2.4rem * 1.25);
}
.m-articles-item--large .m-articles-item__info-summary {
  font-size: 1.3rem;
  line-height: 1.384;
  letter-spacing: .1em;
}

/* m-articles-item--small */
.m-articles-item--small {
  width: calc((100% - 30px) / 2);
}
.m-articles .m-articles-item--small:nth-of-type(odd) {
  margin-right: 30px;
}
.m-articles-item--small .m-articles-item__img {
  width: 100px;
  height: 67px;
}
.m-articles-item--small .m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 100px;
}
.m-articles-item__info-ttl-wrapper {
  min-height: calc(1.5rem * 1.333 * 3);
  position: relative;
}
.m-articles-item--small .m-articles-item__info-ttl {
  font-size: 1.6rem;
  letter-spacing: .03em;
  line-height: 1.333;
  padding-bottom: 14px;
}
.m-articles-item--small .m-articles-item__info-ctg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.m-articles-item--small .m-articles-item__info-date,
.m-articles-item--small .m-articles-item__info-ctg {
  line-height: calc(1.5rem * 1.333);
}

/* m-articles-item--sub */
.m-articles-item--sub .m-articles-item__img {
  width: 76px;
  height: 51px;
}
.m-articles-item--sub .m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 76px;
}
.m-articles-item--sub .m-articles-item__info-ttl {
  font-size: 1.5rem;
  line-height: 1.3;
  padding-bottom: 14px;
}
.m-articles-item--sub .m-articles-item__info-ctg {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.3rem;
}
.m-articles-item--sub .m-articles-item__info-date,
.m-articles-item--sub .m-articles-item__info-ctg {
  line-height: calc(1.4rem * 1.428);
}

/* m-articles-item--ranking */
.m-articles--ranking {
  counter-reset: ranking-number;
}
.m-articles-item--ranking {
  padding-left: 22px;
  padding-top: 10px;
}
.m-articles-item--ranking:not(.is-pr)::before {
  counter-increment: ranking-number;
  content: counter(ranking-number);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 1.8rem;
  color: #88002c;
  font-weight: bold;
  font-family: "Arial";
}
.m-articles-item--ranking.m-articles-item--sub {
  padding-left: 15px;
}
.m-articles-item--ranking.m-articles-item--sub:not(.is-pr)::before {
  font-size: 1.2rem;
}

/* 画像無しのリスト */
.m-articles-item--text {
  padding: 5px 0;
}
.m-articles-item--text .m-articles-item__img-wrapper {
  float: right;
  margin-left: 5px;
  width: auto;
}
.m-articles-item--text .m-articles-item__img-wrapper::before {
  content: none;
}
.m-articles-item--text .m-articles-item__img {
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: none;
  position: relative;
}
.m-articles-item--text .m-articles-item__img-wrapper + .m-articles-item__info {
  margin-left: 0;
  padding-left: 0;
}
.m-articles-item--text .m-articles-item__info-ttl-wrapper {
  min-height: auto;
}
.m-articles-item--text .m-articles-item__info-ttl {
  font-size: 1.4rem;
}
.m-articles-item--text.m-articles-item--arrow .m-articles-item__info-ttl-wrapper {
  padding-left: 10px;
  background: url(../../../../common/images/v1/sub-icon.png) top .7em left no-repeat;
}

/* 画像無しのリスト：特集用 */
.m-articles-item--text-feature .m-articles-item__info-ttl-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-articles-item--text-feature .m-articles-item__info-ttl {
  font-size: 1.6rem;
}

/* 縦用 */
.m-articles-item--vertical {
  border-bottom: none;
}
.m-articles-item--vertical .m-articles-item__img-wrapper {
  float: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.m-articles-item--vertical .m-articles-item__img-wrapper::before {
  content: '';
  display: block;
  padding-top: calc(100% / 1.414);
}
.m-articles-item--vertical .m-articles-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.m-articles-item--vertical .m-articles-item__info {
  padding: 0;
  margin: 0;
}
.m-articles-item--vertical .m-articles-item__info-ttl {
  display: block;
  font-size: 1.5rem;
  letter-spacing: .03em;
  line-height: 1.333;
  padding-top: .3em;
}

/* 縦用：各列 */
.m-articles-item--vertical.col2 { width: calc((100% - 20px * 1) / 2);}
.m-articles-item--vertical.col3 { width: calc((100% - 20px * 2) / 3 - .5px);} /* Edgeで端数処理でカラム落ちする為0.5px削除 */
.m-articles-item--vertical.col4 { width: calc((100% - 20px * 3) / 4);}
.m-articles .m-articles-item--vertical.col2:not(:nth-of-type(2n+1)) { margin-left: 20px;}
.m-articles .m-articles-item--vertical.col3:not(:nth-of-type(3n+1)) { margin-left: 20px;}
.m-articles .m-articles-item--vertical.col4:not(:nth-of-type(4n+1)) { margin-left: 20px;}
/* ============== ギャラリー用CSS ==============
・全体
・スライダー
・ナビ
・サムネイル
============================================= */

/* 全体 */
.article-gallery {
  border-top: 1px solid #e6e6e6;
  padding: 32px 0;
  position: relative;
  width: 600px;
  margin: auto;
}
.article-gallery__back {
  color: #006387;
  text-align:center;
  font-size:1.4rem;
  margin-top: 20px;
}
.\--o-arrow-prev-overwrite {
  display: inline-table;
  vertical-align: bottom;
}
.article-gallery-screen {
  margin: 24px 0;
  overflow: hidden;
  position: relative;
}
.article-gallery-screen-inner, .article-gallery-thumnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-gallery-item__caption {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: .5em;
}

/* スライダー */
.article-gallery-item {
  position: relative;
  min-width: 600px;
  flex: 1;
}
.article-gallery-item__img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

/* ナビ */
.article-gallery-next, .article-gallery-prev {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 58px 58px;
  content: "";
  cursor: pointer;
  height: 58px;
  position: absolute;
  width: 58px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.article-gallery-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257.676%22%20height%3D%2257.676%22%20viewBox%3D%220%200%2057.676%2057.676%22%3E%3Cg%20transform%3D%22translate(-262%20-831)%22%3E%3Ccircle%20cx%3D%2228.838%22%20cy%3D%2228.838%22%20r%3D%2228.838%22%20transform%3D%22translate(319.676%20888.676)%20rotate(180)%22%20opacity%3D%220.25%22%2F%3E%3Cpath%20d%3D%22M12.817%2C0%2C0%2C12.816%2C12.817%2C25.633%22%20transform%3D%22translate(284.5%20847.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  left: 35px;
}
.article-gallery-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257.676%22%20height%3D%2257.676%22%20viewBox%3D%220%200%2057.676%2057.676%22%3E%3Cg%20transform%3D%22translate(-822%20-831)%22%3E%3Ccircle%20cx%3D%2228.838%22%20cy%3D%2228.838%22%20r%3D%2228.838%22%20transform%3D%22translate(879.676%20888.676)%20rotate(180)%22%20opacity%3D%220.25%22%2F%3E%3Cpath%20d%3D%22M12.817%2C0%2C0%2C12.816%2C12.817%2C25.633%22%20transform%3D%22translate(857.317%20873.133)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  right: 35px;
}

/* サムネイル */
.article-gallery-screen-inner, .article-gallery-thumnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-gallery-thumnails {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}
.article-gallery-thumnails__img {
  display: block;
  width: 20%;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  margin: 0 1px 1px 0;
  opacity: .85;
  position: relative;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  overflow: hidden;
}
.article-gallery-thumnails__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.article-gallery-thumnails__img:after {
  content: "";
  display: block;
  padding-top: calc(100% / 1.414);
}
.article-gallery-thumnails__img>img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.article-gallery-thumnails__img.is-select {
  border: 1px solid #3b3b3b;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 1;
}  /************** 目次 **************/
  /* 0. 記事ページ                  */
  /* 1. 関連ワード                  */
  /* 2. SNSアイコン                 */
  /* 3. ページネーション            */
  /* 4. イベント画像                */
  /* 5. 定義テーブル                */
  /**********************************/

/* 記事ページ */
.section-article {
  margin-bottom: 101px;
}
.article-header {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 10px;
}
.article-header__ttl-box {
  border-bottom: 2px solid #88002c;
}
.article-header__ttl-box__ttl {
  font-size: 1.4rem;
  letter-spacing: .05em;
  color: #88002c;
  font-weight: bold;
}
.article-header__kanban {
  text-align: center;
}
.article-header__kanban-img {
  max-width: 100%;
}
.article-header__article-ttl-box {
  margin-bottom: 9px;
  padding-top: 10px;
}
.article-header__article-ttl {
  font-size: 2.8rem;
  letter-spacing: .028em;
  line-height: 1.285;
  margin-bottom: 5px;
}
.article-header__article-subttl {
  font-size: 2.4rem;
  letter-spacing: .025em;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 5px;
}
.article-header__item {
  display: inline-block;
}
.article-header--event .keyword-list {
  margin-bottom: 0;
}
.article-header__article-ttl-item {
  font-size: 1.4rem;
  color: #999999;
}
.article-description {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 1em 0;
}
.article-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* 関連ワード */
.article-footer .keyword-list {
  justify-content: center;
}
.article-footer .keyword-list__link {
  margin-right: 7px;
  margin-left: 7px;
}
.article-footer .keyword-list .keyword-list__link:not(:last-child) {
  margin-right: 7px;
}

/* SNSアイコン */
.article-sns-icons {
  display: flex;
  justify-content: flex-end;
}
.article-sns-icon__img {
  margin-right: 10px;
}

/* pagination */
.pagination {
  margin: 30px 0;
}

/* イベント画像 */
.events-image-list {
  margin: 20px 0;
}
.events-image {
  display: block;
}
.events-image + .events-image {
  margin-top: 10px;
}
.events-image::after {
  display: block;
  content: '';
  clear: both;
}
.events-image__image-wrapper {
  width: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  float: left;
  text-align: center;
}
.events-image__image-wrapper-image {
  max-width: 100%;
}
.events-image__caption {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* 定義テーブル */
dl.def-list {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
}
dl.def-list::after {
  content: '';
  display: block;
  clear: both;
}
.def-list > dt {
  width: 20%;
  float: left;
  margin-top: 2em;
  clear: both;
  position: relative;
  font-weight: bold;
}
.def-list > dt:not(:nth-of-type(1))::before {
  content: '';
  display: block;
  position: absolute;
  top: -1em;
  left: 0;
  width: 656px;
  border-top: 1px solid #e8e8e8;
}
.def-list > dd {
  float: right;
  width: 80%;
  padding-left: 10px;
  margin-top: 2em;
}
.def-list > dd + dd {
  margin-top: .3em;
}
/* 記事本文 */
.article-body {
  font-size: 16px;
  line-height: 1.75;
  word-wrap : break-word;
  overflow-wrap : break-word;
  word-break:normal;
  font-family: 'YuGothic','Yu Gothic M','Yu Gothic Medium','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
}
body.smp .article-body {
  line-height: 1.625;
}
.article-body::after {
  content: '';
  display: block;
  clear: both;
}
.article-body img {
  max-width: 100%;
}
.article-body p {
  margin-bottom: 1.8em;
  text-align: left;
}
.article-body h2,
.article-body h3,
.article-body h4 {
  line-height:1.4;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #88002c;
}
.article-body h2,
.article-body h3 {font-size: 1.8em; color: #000;}
.article-body h4 { font-size: 1.6em; color: #000;}
.article-body ul li {
  font-size: 1.4em;
  border-bottom: solid 0px #fff;
  border-left: solid 0px #fff;
  padding-left: 1rem;
  margin:0;
  line-height:1.6;
  margin: 1rem 0 1rem 3rem;
  list-style-type: square;
}
.article-body ol li {
  font-size: 1.4em;
  border-bottom: solid 0px #fff;
  border-left: solid 0px #fff;
  padding-left: 1rem;
  margin:0;
  line-height:1.6;
  margin: 1rem 0 1rem 3rem;
  color: #88002c;
}
.article-body table {
  margin-bottom: 1.2em;
  text-align: left;
  max-width: 100%;
}
/* 周り込み解除 */
.article-body .clearfix:before,
.article-body .clearfix:after {
  content:"";
  display:table;
}
.article-body .clearfix:after {
  clear:both;
}
.article-body .clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* 画像中央寄せ */
.article-body .figure-center {
  margin: 1em auto;
  text-align: center;
  max-width: 100%;
}

/* 画像右寄せ */
.article-body .figure-right {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 100%;
}
body.smp .article-body .figure-right {
  float: none;
  margin: 1em auto;
  text-align:center;
}

/* 画像左寄せ */
.article-body .figure-left {
  float: left;
  clear:left;
  margin: 0 1em 1em 0;
  max-width: 100%;
}
body.smp .article-body .figure-left {
  float: none;
  margin: 1em auto;
  text-align:center;
}

/* 説明文 */
.article-body .image-area .caption {
  font-size: .875em;
  text-align: left;
  padding: 5px 0px;
  display:block;
  line-height: 1.4;
}
body.smp .article-body .caption {
  width: 100% !important;
}
.article-body .blank-caption{display:none;}

/* 記事本文内画像 */
.article-body .image-area img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

/* 画像N枚並び */
.article-body .images-1cols,
.article-body .images-2cols,
.article-body .images-3cols {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

/* 右寄せ */
.article-body .align-right {
  text-align: right;
  font-size: 90%;
}
/* 記事本文内 - 広告 */
.pc-article-left-inbody {
  width: 300px;
  float: left;
  clear: both;
  margin: 20px 0;
}
/* 記事ページ 画像のデフォルト表示※レクタングルとセットのもの */
.article-body .img-rectangle {
  float: left;
  width: 300px;
  margin: 0 40px 40px 0;
}
body.sp .article-body .img-rectangle {
  float: none;
  width: 100%;
  margin: 0 0 40px
}
.article-body .img-rectangle.no-image {
  /* float: none; */
}
.article-body .article-photo-slide {
  margin-bottom: 20px;
}
/* 記事画像がない場合 */
.article-body .article-photo-slide.noslide {
  margin-bottom: 0;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo {
  height: 200px;
  /* 背景なしに変更　background-color: #e6e6e6;*/
  position: relative;
}
body.sp .article-body .img-rectangle .article-photo-slide .slide-area .slide .photo {
  height: auto;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide:nth-child(n+2) {
  margin-top: 20px;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.sp .article-body .img-rectangle .article-photo-slide .slide-area .slide .photo img {
  position: relative;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo .expand {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  font-size: 1.2rem;
  background-color: #88002c;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .photo .expand span {
  color: #fff;
}
.article-body .img-rectangle .article-photo-slide .slide-area .slide .summary p {
  font-size: 1.4rem;
  line-height: 2rem;
  line-height: 1.3;
  color: #666;
  margin-top: 5px;
}

.article-body .img-rectangle .rectangle {
  margin: 0px 0px 20px 0px;
  width: 300px;
}
.article-body .img-rectangle .rectangle img {
  width:100%;
}
.article-body .img-rectangle .article-photo-slide .thumbnail span {
  display: block;
  width: 57px;
  clear: none;
  float: left;
}
.article-body .img-rectangle .article-photo-slide .thumbnail span img {
  max-width: 100%;
}
.article-body .img-rectangle .other-photos{
  font-size:1.5rem;
  font-weight:500;
  line-height: 1.2rem;
  text-align:center;
  padding-top:15px;
}

/** YouTubeなど **/
.article-body iframe{
  display:block;
  margin:20px auto;
}

.article-body .video{
  clear: both;
}
.article-body .sound{
  height:70px;
  padding-bottom:15%;
}
.article-body .sound.sc_visual{
  height:450px;
  padding:20px 0;
}
.article-body .video iframe{
  margin:0px auto;
  width:100%;
  height:400px;
}
.article-body .ted{
  padding-bottom:67.25%;
}
.article-body .ted iframe{
  overflow:hidden;
}

.article-body blockquote{
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}
.article-body blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}
.article-body blockquote:after {
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.article-body .video {
  margin-bottom:20px;
}/* -------------------------------------------------------
utility
・float
・relative
・clearfix
・文字装飾
---------------------------------------------------------- */

/* float */
.u-left {
  float: left;
}
.u-right {
  float: right;
}

/* relative */
.u-pos-rel {
  position: relative;
}

/* clearfix */
.u-cf::after {
  content: '';
  display: block;
  clear: both;
}

/* 文字装飾 */
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--bold {
  font-weight: bold;
}

/* ホバー時 */
.u-hover-transparent {
  transition: opacity .3s;
}
.u-hover-transparent:hover {
  opacity: .5;
  cursor: pointer;
  
}
