@charset "UTF-8";
/* themeContent */
/** articleVisual **/
.themeContent {
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  color: #222222;
  overflow: hidden;
}

.themeContent .articleVisual .articleVisualIn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.themeContent .articleVisual .articleVisualIn .articleVisualTextArea {
  margin: 1em 0;
  color: #222222;
}

.themeContent .articleVisual .articleVisualIn .articleVisualTextArea .articleTitle {
  font-size: 28px;
  line-height: 1.57;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.themeContent .articleVisual .articleVisualIn .articleVisualTextArea .articleVisualSubText {
  font-size: 18px;
  line-height: 1.66;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  margin-top: 10px;
}

.themeContent .articleVisual .articleVisualIn .articleVisualTextArea .btnArea {
  margin-top: 30px;
}

.themeContent .articleVisual .articleVisualIn .articleVisualImgArea {
  width: 100%;
}

.themeContent .articleVisual .articleVisualIn .articleVisualImgArea picture {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.75%;
  overflow: hidden;
}

.themeContent .articleVisual .articleVisualIn .articleVisualImgArea picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*** pc ***/
@media screen and (min-width: 1024px) {
  .themeContent .articleVisual {
    position: relative;
  }
  .themeContent .articleVisual .articleVisualIn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .themeContent .articleVisual .articleVisualIn .articleVisualTextArea {
    width: 270px;
    padding-right: 80px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .themeContent .articleVisual .articleVisualIn .articleVisualImgArea {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

/*** less-than-pc ***/
@media screen and (max-width: 1023px) {
  .themeContent .articleVisual .articleVisualIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .themeContent .articleVisual .articleVisualIn .articleVisualTextArea {
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .themeContent .articleVisual .articleVisualIn .articleVisualTextArea .articleTitle {
    font-size: 23px;
    line-height: 1.6;
    font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
  }
  .themeContent .articleVisual .articleVisualIn .articleVisualTextArea .articleVisualSubText {
    font-size: 14px;
    line-height: 2.5;
    margin-top: 5px;
  }
  .themeContent .articleVisual .articleVisualIn .articleVisualTextArea .btnArea {
    margin-top: 10px;
  }
  .themeContent .articleVisual .articleVisualIn picture {
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/** articleContent **/
.themeContent .articleContent {
  max-width: 800px;
  margin: 57px auto 0;
}

/*** less-than-pc ***/
@media screen and (max-width: 1023px) {
  .themeContent .articleContent {
    margin-top: 50px;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
}

/** common **/
.themeContent .articleContent a {
  color: #E50111;
  text-decoration: underline;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.themeContent .articleContent a::after {
  content: '';
  display: inline-block;
  width: .4em;
  height: .4em;
  margin-right: .6em;
  margin-left: 0;
  border-top: 2px solid #e50112;
  border-right: 2px solid #e50112;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.themeContent .articleContent a[target="_blank"]::after {
  content: '';
  display: inline-block;
  margin-right: .4em;
  margin-top: -.375em;
  margin-left: .4em;
  border-top: none;
  border-right: none;
  width: .81em;
  height: .81em;
  background: url(/tsunagu/famimog/common/images/icon_link_external.png) no-repeat 0 0;
  background-size: .81em .81em;
  -webkit-transform: rotate(0) translateY(0);
      -ms-transform: rotate(0) translateY(0);
          transform: rotate(0) translateY(0);
}

.themeContent .articleContent p {
  margin: 1em 0;
}

.themeContent .articleContent .txtRed {
  color: #222222;
}

.themeContent .articleContent hr {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 0;
  margin-bottom: 40px;
}

.themeContent .articleContent hr.dottedLine {
  position: relative;
  border-bottom: none;
  z-index: 1;
  height: 1px;
}

.themeContent .articleContent hr.dottedLine::before {
  content: '';
  height: 1px;
  background-image: -webkit-linear-gradient(left, #CCCCCC, #CCCCCC 5px, transparent 4px);
  background-image: linear-gradient(to right, #CCCCCC, #CCCCCC 5px, transparent 4px);
  background-size: 9px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

/** list **/
.themeContent .articleContent ul {
  margin: 1em 0;
}

.themeContent .articleContent ul li {
  margin-bottom: 5px;
}

.themeContent .articleContent ul.normal {
  padding-left: 1em;
}

.themeContent .articleContent ul.normal li {
  list-style-type: disc;
}

.themeContent .articleContent ol {
  margin: 1em 0;
}

.themeContent .articleContent ol li {
  margin-bottom: 5px;
}

.themeContent .articleContent ol.normal {
  padding-left: 1.5em;
}

.themeContent .articleContent ol.normal li {
  list-style-type: decimal;
}

/** leadText **/
.themeContent .articleContent .leadText {
  padding: 50px;
  margin-bottom: 90px;
  font-size: 15px;
  line-height: 1.8;
  color: #222222;
  background: #EFFFA7;
  border-radius: 30px;
  border: 2px dotted #CCCCCC;
}

/*** less-than-pc ***/
@media screen and (max-width: 1023px) {
  .themeContent .articleContent .leadText {
    padding: 30px 20px;
    margin-bottom: 50px;
    font-size: 13px;
    line-height: 1.6;
  }
}

/** title **/
.themeContent .articleContent h2 {
  position: relative;
  display: block;
  width: fit-content;
  padding: 0 8px;
  margin: 90px 0 50px;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  color: #222222;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.themeContent .articleContent h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFDE4F;
  z-index: -1; 
}

.themeContent .articleContent h3 {
  position: relative;
  display: block;
  margin: 50px 0 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.themeContent .articleContent h3 span {
  background: linear-gradient(transparent 80%, #FFDE4F 20%);
}

/* .themeContent .articleContent h3::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFDE4F;
  z-index: -1;
} */

/* .themeContent .articleContent h3::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(to top, #FFDE4F, #FFDE4F 6px, transparent 0.1em,  transparent 1.5em );
    z-index: -1;
} */

.themeContent .articleContent h4 {
  position: relative;
  display: inline-block;
  padding-left: 16px; 
  margin: 40px 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.themeContent .articleContent h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0; 
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #FFDE4F; 
  border-radius: 50%; 
}

.themeContent .articleContent h4.title4Type2 {
  text-indent: 4em;
}

.themeContent .articleContent h4.title4Type2::before {
  content: '';
  position: absolute;
  top: 1em;
  left: 0;
  width: 2.6em;
  height: 1px;
  background: #e50112;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.themeContent .articleContent p {
  font-size: 16px;
  line-height: 2.12;
}

/*** less-than-pc ***/
@media screen and (max-width: 1023px) {
  .themeContent .articleContent h2 {
    margin: 40px 0 40px;
    font-size: 19px;
    line-height: 1.84;
  }
  .themeContent .articleContent h3 {
    font-size: 17px;
    line-height: 2;
  }
  .themeContent .articleContent h4 {
    font-size: 13px;
    line-height: 2;
  }
  .themeContent .articleContent p {
    font-size: 13px;
    line-height: 2;
  }
  .themeContent .articleContent ul {
    font-size: 10px;
  }
  .themeContent .articleContent ol {
    font-size: 13px;
  }
}

/** figure **/
.themeContent .articleContent figure {
  margin: 1em 0;
}

.themeContent .articleContent figure img {
  width: 100%;
  height: auto;
}

/*** less-than-pc ***/
/** profile **/
.themeContent .articleContent .profile {
  padding: 50px 60px;
  margin: 80px 0 100px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
}

.themeContent .articleContent .profile .profileImg {
  width: 130px;
  margin: 0 30px 0 0;
}

.themeContent .articleContent .profile .profileImg figure {
  margin: 0;
}

.themeContent .articleContent .profile .profileInfo dl {
  margin-bottom: 20px;
}

.themeContent .articleContent .profile .profileInfo dl dt,
.themeContent .articleContent .profile .profileInfo dl dd {
  display: block;
  width: fit-content;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.themeContent .articleContent .profile .profileInfo dl dt {
  color: #222222;
  margin-right: 1.5em;
  padding: 0 8px;
  background: #FFDE4F;
}

.themeContent .articleContent .profile .profileInfo p {
  margin: 0;
  font-size: 14px;
}

/*** pc ***/
@media screen and (min-width: 1024px) {
  .themeContent .articleContent .profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .themeContent .articleContent .profile .profileImg {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .themeContent .articleContent .profile .profileInfo {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}

/*** less-than-pc ***/
@media screen and (max-width: 1023px) {
  .themeContent .articleContent .profile {
    padding: 30px 30px;
    margin: 40px 0 60px;
  }
  .themeContent .articleContent .profile .profileImg {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .themeContent .articleContent .profile .profileImg figure {
    margin: 0;
  }
  .themeContent .articleContent .profile .profileInfo dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
  }
  .themeContent .articleContent .profile .profileInfo dl dt,
  .themeContent .articleContent .profile .profileInfo dl dd {
    font-size: 13px;
  }
  .themeContent .articleContent .profile .profileInfo p {
    font-size: 12px;
  }
}

/** articleBlogCard **/
.themeContent .articleContent .articleBlogCard {
  margin: 1em 0 80px;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem {
  margin: 1em 0 30px;
  border: 1px solid #e2e2e2;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem:last-child {
  margin-bottom: 0;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem a {
  padding: 40px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem a::after {
  content: none;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem a .articleBlogCardInfo .articleBlogCardTitle::after {
  content: '';
  display: inline-block;
  width: .4em;
  height: .4em;
  margin-right: .6em;
  margin-left: 0;
  border-top: 2px solid #e50112;
  border-right: 2px solid #e50112;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem a[target="_blank"] .articleBlogCardInfo .articleBlogCardTitle::after {
  content: '';
  display: inline-block;
  margin-right: .4em;
  margin-top: -.375em;
  margin-left: .4em;
  border-top: none;
  border-right: none;
  width: .81em;
  height: .81em;
  background: url(/tsunagu/famimog/common/images/icon_link_external.png) no-repeat 0 0;
  background-size: .81em .81em;
  -webkit-transform: rotate(0) translateY(0);
      -ms-transform: rotate(0) translateY(0);
          transform: rotate(0) translateY(0);
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardImage {
  width: 300px;
  margin: 0 30px 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardImage figure {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 66.66%;
  overflow: hidden;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardImage figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardTitle {
  margin-top: 0;
  color: #222222;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.87;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardBody {
  position: relative;
  font-size: 14px;
  max-height: 6.42em;
  margin-bottom: 0;
  color: #000;
  line-height: 2.14;
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardBody::before, .themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardBody::after {
  content: '...';
  position: absolute;
  -ms-wrap-flow: start;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardBody::before {
  top: 4em;
  right: 0;
  z-index: 1;
}

.themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardBody::after {
  background: currentColor;
  color: #fff;
}

@supports (-webkit-line-clamp: 3) {
  .themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardBody {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardBody::before, .themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardBody::after {
    content: normal;
  }
}

/*** less-than-pc ***/
@media screen and (max-width: 1023px) {
  .themeContent .articleContent .articleBlogCard {
    margin: 1em 0 50px;
  }
  .themeContent .articleContent .articleBlogCard .articleBlogCardItem a {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardImage {
    width: 100%;
    margin: 0;
  }
  .themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardTitle {
    line-height: 1.76;
  }
  .themeContent .articleContent .articleBlogCard .articleBlogCardItem .articleBlogCardInfo .articleBlogCardBody {
    font-size: 12px;
    max-height: 5.37em;
    line-height: 1.79;
  }
}

/** blockquote **/
.themeContent .articleContent .quoteArea {
  padding: 50px 30px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #efefef;
  line-height: 1.7;
  font-size: 14px;
}

.themeContent .articleContent .quoteArea blockquote {
  position: relative;
}

.themeContent .articleContent .quoteArea blockquote::before {
  content: '';
  position: absolute;
  top: -2em;
  left: 0;
  border-top: none;
  border-right: none;
  width: 20px;
  height: 16px;
  background: url(/tsunagu/famimog/common/images/icon_quote.png) no-repeat 0 0;
  background-size: contain;
}

/*** less-than-pc ***/
@media screen and (max-width: 1023px) {
  .themeContent .articleContent .quoteArea {
    padding: 50px 30px 30px;
    font-size: 12px;
  }
}

/** relatedKeyword **/
.themeContent .articleContent .relatedKeyword {
  margin: 50px 0 120px;
  text-align: left;
}

.themeContent .articleContent .relatedKeyword p {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.5;
  font-family: "hanatotyoutyo","Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  color: transparent;
  position: relative;
  text-align: left;
  display: inline-block; 
}

/*** less-than-pc ***/
@media screen and (max-width: 1023px) {
  .themeContent .articleContent .relatedKeyword {
    margin: 50px 0 100px;
    text-align: center;
  }
  .themeContent .articleContent .relatedKeyword p {
    margin-bottom: 20px;
    text-align: center;
  }
}

/** articleContentLink **/
.themeContent .articleContentLink {
  position: relative;
  margin: 30px 0 80px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.themeContent .articleContentLink.hoverEffect:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.themeContent .articleContentLink figure {
  margin-top: 0;
  margin-bottom: 30px;
}

.themeContent .articleContentLink figure a::after {
  content: none;
}

.themeContent .articleContentLink figure a[target="_blank"]::after {
  content: none;
}

.themeContent .articleContentLink a {
  color: #E50111;
  text-decoration: underline;
}

.themeContent .articleContentLink a::after {
  content: '';
  display: inline-block;
  width: .4em;
  height: .4em;
  margin-right: .6em;
  margin-left: 0;
  border-top: 2px solid #e50112;
  border-right: 2px solid #e50112;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.themeContent .articleContentLink a[target="_blank"]::after {
  content: '';
  display: inline-block;
  margin-right: .4em;
  margin-top: -.375em;
  margin-left: .4em;
  border-top: none;
  border-right: none;
  width: .81em;
  height: .81em;
  background: url(/tsunagu/famimog/common/images/icon_link_external.png) no-repeat 0 0;
  background-size: .81em .81em;
  -webkit-transform: rotate(0) translateY(0);
      -ms-transform: rotate(0) translateY(0);
          transform: rotate(0) translateY(0);
}

.themeContent .articleContentLink a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*** less-than-pc ***/
@media screen and (max-width: 1023px) {
  .themeContent .articleContentLink {
    margin: 15px 0 40px;
  }
  .themeContent .articleContentLink figure {
    margin-bottom: 15px;
  }
}

/*** iframe youtube 560*315 ***/
.themeContent .articleContent iframe[width="560"][height="315"] {
		width: 100%;
		max-width: 560px;
		height: calc((100vw - 8vw) * 0.5625);
		max-height: 315px;
	}
