@charset 'UTF-8';

/* ==========================================================================
   Component
   ========================================================================== */


/* アイキャッチ
 * ページ上部のメイン画像
   ----------------------------------------------------------------- */

.c-eyecatch--l2,
.c-eyecatch--l3 {
  font-family: FujitsuSans, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  position: relative;
  max-height: 408px;
  color: #fff;
  background: #eee;
}
.c-eyecatch--l2.is-text,
.c-eyecatch--l3.is-text {
  margin-bottom: 50px;
}
.c-eyecatch--l2 img,
.c-eyecatch--l3 img {
  z-index: 10;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.c-eyecatch--l2 h1,
.c-eyecatch--l3 h1 {
  font-family: FujitsuSansBold, Arial, Verdana, 'Lucida Grande', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  font-size: 57px;
  font-weight: normal;
  line-height: 1.2;
  overflow: hidden;
}
.c-eyecatch--l2 h1:lang(ja),
.c-eyecatch--l3 h1:lang(ja) {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.1;
}
.c-eyecatch__txt {
  position: absolute;
  z-index: 20;
  width: 30%;
}
.c-eyecatch--l2 .c-eyecatch__txt p,
.c-eyecatch--l3 .c-eyecatch__txt p {
  font-size: 30px !important;
  line-height: 1.1 !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}
.c-eyecatch--l2 .c-eyecatch__txt {
  top: 50%;
  left: 20px;
}
.c-eyecatch--l3 .c-eyecatch__txt {
  top: 0;
  right: 0;
  display: table;
  width: 436px;
  height: 408px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .c-eyecatch--l3 .c-eyecatch__txt {
    height: 325px;
  }
}
@media only screen and (min-width: 481px) {
  .c-eyecatch--l3 .c-eyecatch__txt h1 {
    top: -.3em;
    display: table-cell;
    vertical-align: middle;
  }
}
.c-eyecatch--l2.is-casestudy_index .c-eyecatch__txt,
.c-eyecatch--l2.is-portfolio_index .c-eyecatch__txt,
.c-eyecatch--l2.is-download .c-eyecatch__txt,
.c-eyecatch--l3.is-portfolio .c-eyecatch__txt {
  display: table;
  height: 408px;
  padding: 0;
}
.c-eyecatch--l2.is-download .c-eyecatch__txt {
  width: 33.3%;
}
.c-eyecatch--l2.is-casestudy_index .c-eyecatch__txt {
  left: 80px;
}
.c-eyecatch--l2.is-casestudy_index .c-eyecatch__txt>div,
.c-eyecatch--l2.is-portfolio_index .c-eyecatch__txt>div,
.c-eyecatch--l2.is-download .c-eyecatch__txt>div {
  display: table-cell;
  vertical-align: middle;
}
.c-eyecatch--l2.is-casestudy_index h1,
.c-eyecatch--l2.is-portfolio_index h1,
.c-eyecatch--l2.is-download h1 {
  font-size: 50px;
}
.c-eyecatch--l2.is-casestudy_index h1 {
  margin-bottom: 30px;
}
.c-eyecatch--l2.is-portfolio_index h1,
.c-eyecatch--l2.is-download h1 {
  margin-bottom: 0;
}
.c-eyecatch--l2.is-casestudy_index p {
  font-size: 25px !important;
  line-height: 1.3 !important;
  margin-top: 0 !important;
}
.c-eyecatch--l3.is-portfolio .c-eyecatch__txt h1 {
  display: table-cell;
  margin-top: 0 !important;
  vertical-align: middle;
}
.c-eyecatch--l3.is-portfolio h1 {
  font-size: 50px;
}
.c-eyecatch--l3.is-portfolio h1>img {
  width: 108px;
  margin-top: 10px;
}
.c-eyecatch__txt>* {
  position: relative;
  z-index: 1;
}
.c-eyecatch__txt::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -690px;
  display: block;
  width: 1220px;
  height: 408px;
  content: ' ';
  background: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/c-eyecatch__bg.png) 0 0 no-repeat;
  background-size: 1220px 408px;
}
.c-eyecatch--l2.is-portfolio .c-eyecatch__txt::after,
.c-eyecatch--l3.is-portfolio .c-eyecatch__txt::after {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/c-eyecatch__bg-dgy.png);
}
.c-eyecatch--l2.is-casestudy_index .c-eyecatch__txt::after,
.c-eyecatch--l2.is-portfolio_index .c-eyecatch__txt::after,
.c-eyecatch--l2.is-download .c-eyecatch__txt::after {
  display: none;
}
.c-eyecatch--l2.is-casestudy_index::before,
.c-eyecatch--l2.is-portfolio_index::before,
.c-eyecatch--l2.is-download::before {
  position: absolute;
  z-index: 0;
  display: block;
  width: 45%;
  height: 100%;
  content: ' ';
  background: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/c-eyecatch__bg-red.png) 100% 30% no-repeat;
}
@media only screen and (max-width: 768px) {
  .c-eyecatch--l2 h1,
  .c-eyecatch--l3 h1 {
    font-size: 42px;
    line-height: 1.1;
  }
  .c-eyecatch--l2 img,
  .c-eyecatch--l3 img {
    max-width: none;
    max-height: none;
  }
  .c-eyecatch--l3 .c-eyecatch__txt {
    width: calc(436px / 1.25);
  }
  .c-eyecatch--l2 .c-eyecatch__txt p,
  .c-eyecatch--l3 .c-eyecatch__txt p {
    font-family: FujitsuSans, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
  }
  .c-eyecatch__txt::after {
    right: calc(-690px / 1.25);
    width: calc(1220px / 1.25);
    height: calc(408px / 1.25);
    background-size: cover;
  }
  .c-eyecatch--l2.is-casestudy_index .c-eyecatch__txt,
  .c-eyecatch--l2.is-portfolio_index .c-eyecatch__txt,
  .c-eyecatch--l2.is-download .c-eyecatch__txt {
    height: 408px;
  }
  .c-eyecatch--l3.is-portfolio .c-eyecatch__txt {
    height: 330px;
  }
  .c-eyecatch--l2.is-casestudy_index,
  .c-eyecatch--l2.is-portfolio_index,
  .c-eyecatch--l2.is-download {
    width: 100%;
    height: 408px;
  }
  .c-eyecatch--l2.is-casestudy_index h1,
  .c-eyecatch--l2.is-portfolio_index h1,
  .c-eyecatch--l2.is-download h1 {
    font-size: 42px;
    line-height: 1.1;
  }
  .c-eyecatch--l2.is-casestudy_index img,
  .c-eyecatch--l2.is-portfolio_index img,
  .c-eyecatch--l2.is-download img {
    position: absolute;
    z-index: 0;
    right: -50%;
  }
  .c-eyecatch--l2.is-casestudy_index .c-eyecatch__txt,
  .c-eyecatch--l2.is-portfolio_index .c-eyecatch__txt,
  .c-eyecatch--l2.is-download .c-eyecatch__txt {
    left: 3.55%;
  }
  .c-eyecatch--l2.is-casestudy_index .c-eyecatch__txt p,
  .c-eyecatch--l2.is-portfolio_index .c-eyecatch__txt p,
  .c-eyecatch--l2.is-download .c-eyecatch__txt p {
    font-family: FujitsuSansLight, Arial, Verdana, 'Lucida Grande', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  }
  .c-eyecatch--l2.is-casestudy_index+p,
  .c-eyecatch--l2.is-portfolio_index+p {
    font-family: FujitsuSansLight, Arial, Verdana, 'Lucida Grande', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
    font-size: 20px !important;
    width: 100%;
    padding: 0 3.55%;
  }
  .c-eyecatch--l2.is-casestudy_index::before,
  .c-eyecatch--l2.is-portfolio_index::before,
  .c-eyecatch--l2.is-download::before {
    z-index: 1;
    width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .c-eyecatch--l2.is-portfolio h1,
  .c-eyecatch--l3.is-portfolio h1 {
    font-size: 36px;
  }
  .c-eyecatch--l2.is-portfolio h1:lang(ja),
  .c-eyecatch--l3.is-portfolio h1:lang(ja) {
    font-size: 42px;
  }
  .c-eyecatch--l2.is-portfolio h1>img:lang(ja),
  .c-eyecatch--l3.is-portfolio h1>img:lang(ja) {
    width: 27%;
  }
  .c-eyecatch--l2.is-president h1,
  .c-eyecatch--l3.is-president h1 {
    font-size: calc(233.33% + .25vw);
  }
  .c-eyecatch--l2.is-president .c-eyecatch__txt,
  .c-eyecatch--l3.is-president .c-eyecatch__txt {
    width: 40%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-eyecatch--l2.is-president .c-eyecatch__txt:lang(ja),
  .c-eyecatch--l3.is-president .c-eyecatch__txt:lang(ja) {
    padding-top: 54px;
  }
  .c-eyecatch--l2.is-president .c-eyecatch__txt::after,
  .c-eyecatch--l3.is-president .c-eyecatch__txt::after {
    background-image: none;
  }
  .c-eyecatch--l2 img[data-visible='tblt'],
  .c-eyecatch--l3 img[data-visible='tblt'] {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .c-eyecatch--l3 .c-eyecatch__txt,
  .c-eyecatch--l3.is-president .c-eyecatch__txt {
    right: auto;
    left: 0;
    width: 50%;
    padding: 5%;
  }
  .c-eyecatch--l3 .c-eyecatch__txt.c-eyecatch__right-sp {
    right: 0;
    left: auto;
  }
  .c-eyecatch--l2 h1,
  .c-eyecatch--l3 h1,
  .c-eyecatch--l2 h1:lang(ja),
  .c-eyecatch--l3 h1:lang(ja),
  .c-eyecatch--l2.is-president h1,
  .c-eyecatch--l3.is-president h1 {
    font-size: 23px;
    line-height: 1.4;
  }

  .c-eyecatch--l3.is-sdci h1:lang(ja){
    font-size: 14px !important;
    padding-top: .5rem !important;
  }
  .c-eyecatch--l2 img,
  .c-eyecatch--l3 img {
    max-width: 100%;
    height: auto;
  }
  .c-eyecatch--l3 .c-eyecatch__txt p {
    display: none;
  }
  .c-eyecatch--l3 .c-eyecatch__txt::after {
    display: none;
  }
  .c-eyecatch--l2.is-casestudy_index h1,
  .c-eyecatch--l2.is-portfolio_index h1,
  .c-eyecatch--l2.is-download h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .c-eyecatch--l2.is-portfolio .c-eyecatch__txt,
  .c-eyecatch--l3.is-portfolio .c-eyecatch__txt {
    width: 37%;
    height: calc(408px / 3.15);
  }
  .c-eyecatch--l2.is-portfolio h1,
  .c-eyecatch--l3.is-portfolio h1 {
    font-size: 14px;
  }
  .c-eyecatch--l2.is-portfolio h1:lang(ja),
  .c-eyecatch--l3.is-portfolio h1:lang(ja) {
    font-size: 21px;
  }
  .c-eyecatch--l2.is-portfolio h1>img,
  .c-eyecatch--l3.is-portfolio h1>img {
    width: 25%;
    height: auto;
    margin-top: 5px;
  }
  .c-eyecatch--l2.is-casestudy_index,
  .c-eyecatch--l2.is-portfolio_index,
  .c-eyecatch--l2.is-download {
    height: auto;
  }
  .c-eyecatch--l2.is-casestudy_index .c-eyecatch__txt,
  .c-eyecatch--l2.is-portfolio_index .c-eyecatch__txt,
  .c-eyecatch--l2.is-download .c-eyecatch__txt {
    width: 60%;
    padding-top: 42%;
  }
  .c-eyecatch--l2.is-casestudy_index .c-eyecatch__txt>div,
  .c-eyecatch--l2.is-portfolio_index .c-eyecatch__txt>div,
  .c-eyecatch--l2.is-download .c-eyecatch__txt>div {
    padding-top: 0;
    padding-bottom: 40%;
    vertical-align: middle;
  }
  .c-eyecatch--l2.is-casestudy_index img,
  .c-eyecatch--l2.is-portfolio_index img,
  .c-eyecatch--l2.is-download img {
    position: static;
  }
  .c-eyecatch--l2.is-casestudy_index::before,
  .c-eyecatch--l2.is-portfolio_index::before,
  .c-eyecatch--l2.is-download::before {
    display: none;
  }
}

/* Hacking for Internet Explorer (over IE10) */

@media screen and (max-width: 480px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .c-eyecatch--l2.is-portfolio .c-eyecatch__txt,
  .c-eyecatch--l3.is-portfolio .c-eyecatch__txt {
    width: 100%;
    padding-left: 60%;
  }
}

/* 個別調整 */

.c-eyecatch--hospital-clinico-san-carlos h1 {
  font-size: 42px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .c-eyecatch--hospital-clinico-san-carlos h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 480px) {
  .c-eyecatch--hospital-clinico-san-carlos h1 {
    font-size: 13px;
  }
}

/* リード文
   ----------------------------------------------------------------- */

.c-lead {
  font-family: FujitsuSans, Arial, Verdana, 'Lucida Grande', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  font-size: 32px !important;
  line-height: 1.1 !important;
  width: 70%;
  word-wrap: break-word;
}
.c-lead:lang(ja) {
  font-size: 28px !important;
  line-height: 1.4 !important;
}
.c-lead--index {
  font-size: 147%;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.c-lead--index:lang(ja) {
  font-size: 110%;
}
@media only screen and (max-width: 768px) {
  .c-lead {
    font-size: 24px !important;
    line-height: 1.4 !important;
    width: 89%;
  }
}
@media only screen and (min-width: 769px) {
  #main .c-lead {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .c-lead--index:lang(ja) {
    font-size: 110%;
  }
}
@media only screen and (max-width: 480px) {
  .c-lead {
    font-family: FujitsuSansBold, Arial, Verdana, 'Lucida Grande', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
    font-size: 23px !important;
    line-height: 1.4 !important;
    width: 108%;
    margin: 0 -4% !important;
    padding: 20px 4%;
    background-color: #e8e7e3;
  }
  .c-lead:lang(ja) {
    font-size: 21px !important;
  }
  .c-lead--index,
  .c-lead--index:lang(ja) {
    font-size: 100%;
  }
}

/* 引用
   ----------------------------------------------------------------- */

.c-blockquote {
  font-family: FujitsuSansLight, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  position: relative;
  margin: auto -50px 56px;
  padding: 0 440px 40px 124px;
  background: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/c-blockquote__bg.png) no-repeat left bottom;
}
.c-blockquote strong {
  font-family: FujitsuSans, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
}
.c-blockquote>p {
  font-size: 17px !important;
  margin: 40px 0 50px !important;
}
.c-blockquote>p:last-child {
  margin-bottom: 0 !important;
}
.c-blockquote.is-portfolio {
  min-height: 0;
  padding: 0 336px 0 0;
  background: none;
}
@media only screen and (min-width: 769px) {
  .c-blockquote.is-portfolio p+p {
    margin-top: -33px !important;
  }
}
.c-blockquote::before,
.c-blockquote::after {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 62px;
  height: 52px;
  content: ' ';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 62px 52px;
}
.c-blockquote::before {
  left: 30px;
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/c-blockquote__open-quote.png);
}
.c-blockquote::after {
  right: 330px;
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/c-blockquote__close-quote.png);
}
.c-blockquote.is-portfolio::before,
.c-blockquote.is-portfolio::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-blockquote {
    width: 90%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 calc(62px + 2%) 20px;
    background-position: 0 99.9%;
    background-size: contain;
  }
  .c-blockquote::before {
    left: 0;
  }
  .c-blockquote::after {
    right: 0;
  }
  .c-blockquote>p {
    font-size: 14px !important;
    margin-bottom: 5.56% !important;
  }
  .c-blockquote>p:last-child {
    margin-bottom: 0 !important;
  }
  .c-blockquote>p:lang(ja) {
    font-size: 17px !important;
    line-height: 1.5;
  }
  .c-blockquote.is-portfolio {
    padding: 0 12% 4% 0;
  }
  .c-blockquote.is-portfolio>p {
    font-size: 21px !important;
    margin-bottom: 0 !important;
  }
  .c-blockquote.is-portfolio>p:lang(ja) {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 480px) {
  .c-blockquote {
    width: 108%;
    margin: 0 -4%;
    margin-top: 0 !important;
    padding: 5% calc(62px + 2%);
    background-color: #e8e7e3;
    background-image: none;
  }
  .c-blockquote>p {
    font-family: FujitsuSans, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
    font-size: 20px !important;
    margin-top: 0 !important;
  }
  .c-blockquote>p:last-child {
    font-size: 18px !important;
  }
  .c-blockquote>p:lang(ja) {
    font-size: 15px !important;
  }
  .c-blockquote::before,
  .c-blockquote::after {
    top: 1%;
    width: 12%;
    height: 10.08%;
    background-position: 50% 50%;
    background-size: contain;
  }
  .c-blockquote::before {
    left: 2%;
  }
  .c-blockquote:after {
    right: 2%;
  }
  .c-blockquote.is-portfolio {
    min-height: auto;
    padding: 20px 4%;
  }
  .c-blockquote.is-portfolio>p {
    padding: 0;
  }
  .c-blockquote.is-portfolio>p:lang(ja) {
    font-size: 15px !important;
  }
}

/* 見出し
   ----------------------------------------------------------------- */

.c-heading,
.c-heading--line {
  margin-top: 40px !important;
  margin-bottom: 20px;
}
.c-heading h2,
.c-heading h3,
.c-heading h4,
.c-heading h5,
.c-heading h6 {
  font-size: 21px;
  line-height: 1.2;
}
.c-heading h2:lang(ja),
.c-heading h3:lang(ja),
.c-heading h4:lang(ja),
.c-heading h5:lang(ja),
.c-heading h6:lang(ja) {
  font-size: 140%;
  font-weight: normal;
}
.c-heading--line h2,
.c-heading--line h3,
.c-heading--line h4,
.c-heading--line h5,
.c-heading--line h6 {
  display: inline-block;
  border-bottom: 2px solid #333;
}
.c-heading--red h2,
.c-heading--red h3,
.c-heading--red h4,
.c-heading--red h5,
.c-heading--red h6 {
  color: #861718;
}
@media only screen and (max-width: 768px) {
  .c-heading h2,
  .c-heading h3,
  .c-heading h4,
  .c-heading h5,
  .c-heading h6 {
    font-family: 20px;
    font-size: FujitsuSansBold, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  }
}

/* インラインフレーム（YouTube埋め込み）
   ----------------------------------------------------------------- */

.c-iframe--movie {
  position: relative;
  width: 100%;
  margin-bottom: 56px;
  padding: 56.25% 0 0 0;
  /* 画面比率が16:9のときの設定（4:3のときは75%指定） */
}
.c-iframe--movie>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* テーブル
   ----------------------------------------------------------------- */

.c-table--bg {
  margin: 50px auto;
  background: #eee;
}
.c-table--bg:after {
  display: block;
  height: 3em;
  content: '';
}
.c-table--bg caption {
  font-family: FujitsuSansBold, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
  font-size: 21px;
  font-weight: 500;
  display: table-caption;
  padding: 20px;
  text-align: left;
  white-space: nowrap;
  background-color: #eee;
}
.c-table--bg caption:lang(ja) {
  font-size: 150%;
}
.c-table--bg caption.c-caption--border {
  display: inline-block;
  margin: 20px;
  padding: 0;
  border-bottom: 2px solid #000;
}
.c-table--bg tr:before {
  display: table-cell;
  width: 20px;
  content: '';
}
.c-table--bg th,
.c-table--bg td {
  font-size: 17px;
  line-height: 1.4;
  padding: .25em 20px .25em 0;
  border-bottom: 1px solid #fff;
}
.c-table--bg th {
  font-family: FujitsuSansLight, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.c-table--bg td {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .c-table--bg caption {
    font-family: FujitsuSans, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 480px) {
  .c-table--bg,
  .c-table--bg caption {
    display: block;
    width: 100%;
  }
  .c-table--bg th {
    padding-bottom: 9px;
  }
  .c-table--bg td {
    padding-top: 0;
  }
  .c-table--bg th:lang(ja),
  .c-table--bg td:lang(ja) {
    font-size: 15px;
  }
}

/* GIG4テーブル */

.c-table--gig4 {
  margin-top: 10px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border: 1px solid #979893;
}
.c-table--gig4 th,
.c-table--gig4 td {
  padding: .5em;
  border: 1px solid #979893;
}
.c-table--gig4 thead th {
  background: #c5c4bf;
}
.c-table--gig4 tbody th {
  text-align: left;
  background: #ededed;
}

/* サムネイル付きリスト
   ----------------------------------------------------------------- */

.c-thumblist ul {
  padding: 0;
  list-style: none;
}
.c-thumblist ul:after {
  display: block;
  clear: both;
  content: '';
}
.c-thumblist li {
  float: left;
  margin-bottom: 20px;
}
.c-thumblist--2col li {
  width: 50%;
}
.c-thumblist--2col li:nth-child(odd) {
  clear: left;
}
.c-thumblist--3col li {
  width: 33%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.c-thumblist--3col li:nth-child(3n+1) {
  clear: left;
}

/* タブレットでは3カラム⇒2カラム、2カラム⇒1カラム */

@media only screen and (max-width: 768px) {
  .c-thumblist--3col li {
    width: 50%;
  }
  .c-thumblist--2col li {
    width: 100%;
  }
}

/* スマートフォンでは常に1カラム */

@media only screen and (max-width: 480px) {
  .c-thumblist li {
    width: 100%;
  }
}
.c-thumblist a {
  display: table;
  text-decoration: none;
}
.c-thumblist a>* {
  display: table-cell;
  vertical-align: top;
}
.c-thumblist a>span:lang(ja) {
  line-height: 1.4;
}
.c-thumblist img {
  max-width: none;
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .c-thumblist img {
    max-width: 100px;
    height: auto;
  }
}
.c-thumblist strong {
  display: block;
  text-decoration: underline;
}

/* アコーディオンボックス
   ----------------------------------------------------------------- */

.c-accordion {
  margin-bottom: 50px;
}
.c-accordion__title {
  font-family: FujitsuSansBold, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  margin-top: 12px;
  padding: 0 10px;
  cursor: pointer;
  border-bottom: 1px solid #aaaaa7;
  background: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/bg_accordion.png) no-repeat left top;
}
.c-accordion__title:lang(ja) {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.7;
}
.c-accordion__title.is-open,
.c-accordion__title.is-open-forever {
  border-bottom-width: 2px;
  border-bottom-color: transparent;
}
.c-accordion__title.is-open {
  color: #a30b1a;
  border-bottom-color: #a30b1a;
}
.c-accordion__title.is-open-forever {
  cursor: default;
  color: #a30b1a;
  border-bottom-color: #aaaaa7;
}
.c-accordion__body {
  position: relative;
  display: none;
  margin: 0;
  padding: 20px 0 30px;
}
.c-accordion__title.is-open-forever+.c-accordion__body {
  display: block;
}
.c-accordion__body * {
  font-family: FujitsuSans, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  line-height: 1.2;
}
.c-accordion__body>div,
.c-accordion__body>p,
.c-accordion__body>span,
.c-accordion__body>dl,
.c-accordion__body>ul,
.c-accordion__body>ol,
.c-accordion__body>a {
  position: relative;
  z-index: 1;
}
.c-accordion__body a strong {
  font-weight: normal !important;
  margin-bottom: .25em;
  color: #044883;
}
@media only screen and (max-width: 768px) {
  .c-accordion__title {
    font-family: FujitsuSans, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
    font-size: 17px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 480px) {
  .c-accordion__title {
    background-size: 100% 100%;
  }
}

/* ホバーボックスリンク
   ----------------------------------------------------------------- */

.c-hover-box {
  overflow: hidden;
  margin: 50px auto 40px;
}
.c-hover-box ul {
  width: calc(100% + 11px);
  padding: 0;
  list-style: none;
}
.c-hover-box ul:after {
  display: block;
  clear: both;
  content: '';
}
.c-hover-box__item {
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: 10px;
}
.c-hover-box__item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-hover-box__item a:before {
  position: absolute;
  content: '';
  transition: left .2s, top .2s;
  background: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/customer-stories_img_red.png) no-repeat;
  background-size: cover;
}
.c-hover-box__desc {
  font-family: FujitsuSans, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  line-height: 1.2;
  position: absolute;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
}
.c-hover-box__item:hover .c-hover-box__desc {
  background-color: transparent;
}

/* PC ＆ タブレット【3カラム＆横スライド】 */

@media only screen and (min-width: 481px) {
  .c-hover-box__item,
  .c-hover-box__item a:before,
  .c-hover-box__desc {
    height: 188px;
  }
  .c-hover-box__item {
    width: 33%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .c-hover-box__item a:before {
    top: 0;
    left: 100%;
    width: 100%;
  }
  .c-hover-box__item a:hover:before {
    left: 0;
  }
  .c-hover-box__item img {
    width: 100%;
  }
  .c-hover-box__desc {
    top: 0;
    right: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .c-hover-box__desc {
    font-size: inherit !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .c-hover-box__item,
  .c-hover-box__item a:before,
  .c-hover-box__desc {
    height: 116px;
  }
}

/* スマートフォン【2カラム＆縦スライド】 */

@media only screen and (max-width: 480px) {
  .c-hover-box__item,
  .c-hover-box__item a:before {}
  .c-hover-box__item {
    width: 50%;
  }
  .c-hover-box__item a {
    height: 100%;
  }
  .c-hover-box__item a:before {
    top: 100%;
    left: 0;
    width: 100%;
  }
  .c-hover-box__item a:hover:before {
    top: 0;
  }
  .c-hover-box__item img {}
  .c-hover-box__desc {
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* Call To Action
   ----------------------------------------------------------------- */

.u-col--right a {
  text-decoration: none;
}
.c-call-to-action {
  width: 100%;
  margin-bottom: 90px;
}
.c-call-to-action:after {
  display: block;
  clear: both;
  content: '';
}
.c-call-to-action h1,
.c-call-to-action h2,
.c-call-to-action h3,
.c-call-to-action h4,
.c-call-to-action h5,
.c-call-to-action h6 {
  font-family: FujitsuSansBold, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.c-call-to-action p {
  font-size: 17px;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  color: #666560;
}
.c-call-to-action img {
  float: right;
  max-width: 100%;
  height: auto;
  margin: 0 0 26px auto;
  transition: opacity .5s;
  opacity: 1;
}
a:hover .c-call-to-action img {
  opacity: .75;
}
.c-call-to-action__detail-link {
  margin-top: 0 !important;
}
.c-call-to-action__detail-link span {
  font-family: FujitsuSansMostBold, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif !important;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: color .2s .05s ease;
  text-decoration: none;
  color: #666560;
}
a:hover .c-call-to-action__detail-link span,
a:active .c-call-to-action__detail-link span {
  color: #a30b1a;
}
.c-call-to-action__detail-link li>span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: ' ';
  transition: width .2s .05s ease;
  background: #a30b1a;
}
a:hover .c-call-to-action__detail-link li>span::after,
a:active .c-call-to-action__detail-link li>span::after {
  width: 100%;
}
.c-call-to-action__detail-link .c-btn-icon {
  padding-right: 26px;
}
.c-call-to-action__detail-link .c-btn-icon::before {
  position: absolute;
  right: 0;
  bottom: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: baseline;
  background-position: 50% 100%;
}
@media only screen and (min-width: 769px) {
  .c-call-to-action__right-col>.c-call-to-action__inner {
    padding-left: 136px;
  }
  .c-call-to-action__detail-link {
    display: table;
    width: 100%;
  }
  .c-call-to-action__detail-link>* {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  .c-call-to-action h1,
  .c-call-to-action h2,
  .c-call-to-action h3,
  .c-call-to-action h4,
  .c-call-to-action h5,
  .c-call-to-action h6 {
    line-height: 1.2;
    margin-bottom: 5%;
  }
  .c-call-to-action p {
    margin-bottom: 14px !important;
  }
  .c-call-to-action__right-col>figure {
    margin-right: -21%;
    margin-bottom: 10px;
  }
  .c-call-to-action__detail-link>*,
  .c-call-to-action__detail-link span {
    font-size: 9px;
  }
  .c-call-to-action__detail-link .c-btn-icon::before {
    bottom: 2px;
    width: 16px;
    height: 16px;
  }
}

/* アイコンボタン
   ----------------------------------------------------------------- */

.c-btn-icon {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}
.c-btn-icon:before {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btn-icon--dl-gy:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/ic_download-gy.png);
}
.c-btn-icon--dl-wh:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/ic_download-wh.png);
}
.c-btn-icon--movie:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/ic_movie.png);
}
.c-btn-icon--pdf,
.c-btn-icon--pdf-gy,
.c-btn-icon--pdf-wh {
  vertical-align: middle;
}
.c-btn-icon--pdf:before,
.c-btn-icon--pdf-gy:before,
.c-btn-icon--pdf-wh:before {
  width: 24px;
  height: 16px;
  background-size: 16px 16px;
}
.c-btn-icon--pdf:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/ic_pdf.gif);
}
.c-btn-icon--pdf-gy:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/ic_pdf-gy.png);
}
.c-btn-icon--pdf-wh:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/ic_pdf-wh.png);
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .c-btn-icon {
    font-size: 9px;
  }
}

/* アイコンリンク
   ----------------------------------------------------------------- */

.c-link--more {
  font-family: FujitsuSansBold, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
}
a.c-simple-btn .c-link--more {
  margin-top: 0;
}
.c-link--more:lang(ja) {
  font-weight: bold;
}
.c-link--more:after {
  font-size: 20px;
  margin-left: .2em;
  content: '»';
}
.c-link--more-red {
  padding: 3px 14px;
  transition: background-color linear .4s 0s, color ease-out .4s 0s;
  color: #a30b1a;
  border: 1px solid #a30b1a;
  will-change: background-color, color;
}
.c-link--more-red:after {
  display: none;
}
.c-link--more-red:hover,
.c-link--more-red:active {
  color: #fff;
  background-color: #a30b1a;
}
.c-link--dl {
  font-weight: 600;
  display: inline-block;
  margin-top: 0;
}
.c-link--dl-wh {
  line-height: 2;
  color: #fff;
}
.c-link--pdf::before {
  display: inline-block;
  margin-right: .25em;
  content: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/ic_pdf.gif);
  vertical-align: top;
  background: middle;
}
.c-link--newwin::after {
  display: inline-block;
  margin-left: .25em;
  content: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/ic_newwindow.png);
  vertical-align: top;
  background: middle;
}
.c-link--zips::before {
  display: inline-block;
  margin-right: .25em;
  content: url(/jp/resources/design/stylesheets/images/icons/icon-download.gif);
  vertical-align: top;
  background: middle;
}

/* ボタン
   ----------------------------------------------------------------- */

.c-btn {
  display: block;
  width: 500px;
  height: 94px;
  margin: auto;
  transition: opacity linear .4s 0s, color ease-out .4s 0s;
  text-decoration: none;
  opacity: 1;
}
.c-btn .c-btn--pdf {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 1px;
  border: 1px solid #a30b1a;
}
.c-btn .c-btn--pdf .c-btn--img,
.c-btn .c-btn--pdf .c-btn--txt {
  display: table-cell;
  vertical-align: middle;
}
.c-btn .c-btn--pdf .c-btn--img>*,
.c-btn .c-btn--pdf .c-btn--txt>* {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.c-btn .c-btn--pdf .c-btn--img {
  line-height: 0;
  width: 28.8%;
  background-color: #a30b1a;
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/btn-pdf_img_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.c-btn--img.c-btn--img-b1e {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/btn-pdf_book1_e.jpg) !important;
}
.c-btn--img.c-btn--img-b2e {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/btn-pdf_book2_e.jpg) !important;
}
.c-btn--img.c-btn--img-b1j {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/btn-pdf_book1_j.jpg) !important;
}
.c-btn--img.c-btn--img-b2j {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/btn-pdf_book2_j.jpg) !important;
}
.c-btn--img.c-btn--img-s {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/btn-survey_img.jpg) !important;
}
.c-btn .c-btn--pdf .c-btn--txt {
  font-family: FujitsuSansLight, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
  font-size: 16px;
  width: 71.2%;
  padding: 0 10px;
  color: #fff;
  background-color: #a30b1a;
}
.c-btn--txt-large {
  text-align: center;
}
.c-btn--txt-large .c-link--more {
  font-size: 24px;
}
.c-btn .c-btn--pdf .c-link--more::before {
  display: inline-block;
  margin-right: .5em;
  content: '>';
}
.c-btn .c-btn--pdf .c-link--more::after {
  display: none;
}
*:hover>.c-btn,
*:active>.c-btn {
  will-change: opacity;
}
.c-btn:hover,
.c-btn:active {
  opacity: .75;
}
@media only screen and (max-width: 768px) {
  .c-btn {
    max-width: 100%;
  }
  .c-btn .c-btn--pdf .c-btn--img {
    height: 15.82%;
    max-height: 94px;
    background-position: 50% 0;
    background-size: cover;
  }
}
@media only screen and (max-width: 480px) {
  .c-btn {
    height: auto;
    text-align: center;
  }
  .c-btn .c-btn--pdf .c-btn--txt {
    padding: 10px;
  }
  .c-btn .c-btn--pdf .c-btn--img {
    display: none;
  }
}

/* シンプルボタン
   ----------------------------------------------------------------- */

.c-simple-btn {
  display: inline-block;
  padding: .5em 1em;
  transition: opacity .5s;
  text-decoration: none;
  opacity: 1;
  color: #a30b1a;
  border: 1px solid #a30b1a;
}
.c-simple-btn:hover {
  opacity: .75;
  color: #a30b1a;
}
.c-simple-btn--primary {
  font-size: 120%;
  padding: .75em 4em;
  transition: background-color .5s;
  opacity: 1;
  color: #fff;
  border: none;
  background-color: #a30b1a;
}
.c-simple-btn--primary:hover {
  opacity: 1;
  color: #fff;
  background-color: #d11124;
}
@media only screen and (max-width: 480px) {
  .c-simple-btn--primary {
    padding-right: 1em;
    padding-left: 1em;
  }
}

/* Horizontal Rule
   ----------------------------------------------------------------- */

.c-hr {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 1px;
  margin: 2em auto;
  border: 0 none transparent;
}
.c-hr--1 {
  height: 0;
  border: 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #e5e5e5;
}
.c-hr--2 {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
}

/* グリッド
   ----------------------------------------------------------------- */

.c-grid {
  width: 100%;
  width: calc(100% + 40px);
  margin-bottom: 1em;
  margin-left: -20px;
}
.c-grid:after {
  display: block;
  clear: both;
  content: '';
}
.c-grid__col--01,
.c-grid__col--02,
.c-grid__col--03,
.c-grid__col--04,
.c-grid__col--05,
.c-grid__col--06,
.c-grid__col--07,
.c-grid__col--08,
.c-grid__col--09,
.c-grid__col--10,
.c-grid__col--11,
.c-grid__col--12 {
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
.c-grid__col--01 {
  width: 8.33%;
}
.c-grid__col--02 {
  width: 16.67%;
}
.c-grid__col--03 {
  width: 25%;
}
.c-grid__col--04 {
  width: 33.33%;
}
.c-grid__col--05 {
  width: 41.67%;
}
.c-grid__col--06 {
  width: 50%;
}
.c-grid__col--07 {
  width: 58.33%;
}
.c-grid__col--08 {
  width: 66.67%;
}
.c-grid__col--09 {
  width: 75%;
}
.c-grid__col--10 {
  width: 83.33%;
}
.c-grid__col--11 {
  width: 91.67%;
}
@media only screen and (max-width: 768px) {
  .c-grid__col--01,
  .c-grid__col--02,
  .c-grid__col--03,
  .c-grid__col--04 {
    width: 50%;
  }
  .c-grid__col--05,
  .c-grid__col--06,
  .c-grid__col--07,
  .c-grid__col--08,
  .c-grid__col--09,
  .c-grid__col--10,
  .c-grid__col--11 {
    width: 100%;
  }
}

/* インデックスリスト
   ----------------------------------------------------------------- */

.c-index-list li {
  overflow: hidden;
  margin-bottom: 0 !important;
}
.c-index-list a {
  display: block;
  text-decoration: none;
}
.c-index-list .u-container {
  position: relative;
}
.c-index-list .u-container:after {
  display: block;
  clear: both;
  content: '';
}
.c-index-list__title {
  font-weight: normal;
  text-decoration: underline;
}
.c-index-list__body p {
  margin: 10px 0 !important;
}
.c-index-list__body p:lang(ja) {
  line-height: 1.6 !important;
}
.c-index-list__body .c-link--more {
  font-size: 90%;
  margin-top: .5em;
  color: #8c8c8c;
}
@media only screen and (min-width: 481px) {
  .c-index-list__body {
    position: relative;
    z-index: 1;
    width: 55%;
    padding-top: 20px;
  }
  .c-index-list__thumb {
    position: relative;
    z-index: 1;
    width: 40%;
    transition: opacity .2s;
    opacity: 1;
  }
  a:hover .c-index-list__thumb {
    opacity: .8;
  }
  .c-index-list li:nth-child(odd) .c-index-list__thumb {
    float: right;
  }
  .c-index-list li:nth-child(even) .c-index-list__thumb {
    float: left;
  }
  .c-index-list li:nth-child(even) .c-index-list__body {
    float: right;
  }
}
@media only screen and (min-width: 481px) {
  .c-index-list li:nth-child(odd) {
    background: rgb(221, 221, 221);
    background: -moz-linear-gradient(left, rgb(221, 221, 221) 1%, rgb(255, 255, 255) 64%);
    background: -webkit-linear-gradient(left, rgb(221, 221, 221) 1%, rgb(255, 255, 255) 64%);
    background: linear-gradient(to right, rgb(221, 221, 221) 1%, rgb(255, 255, 255) 64%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff', GradientType=1);
  }
  .c-index-list--reverse li:nth-child(odd) {
    background: #fff;
  }
  .c-index-list--reverse li:nth-child(even) {
    background: rgb(221, 221, 221);
    background: -moz-linear-gradient(left, rgb(221, 221, 221) 1%, rgb(255, 255, 255) 64%);
    background: -webkit-linear-gradient(left, rgb(221, 221, 221) 1%, rgb(255, 255, 255) 64%);
    background: linear-gradient(to right, rgb(221, 221, 221) 1%, rgb(255, 255, 255) 64%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff', GradientType=1);
  }
  .c-index-list__unstyleditem a {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .c-index-list li:nth-child(odd) .u-container {
    padding-right: 0;
  }
  .c-index-list li:nth-child(even) .u-container {
    padding-left: 0;
  }
  .c-index-list__thumb.u-fl-r {
    margin-right: -15px;
  }
  .c-index-list__body.u-fl-l {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .c-index-list li {
    margin-bottom: 15px !important;
  }
  .c-index-list .u-container::before {
    position: absolute;
    bottom: 0;
    display: block;
    width: calc(100% - 30px);
    height: 500px;
    content: '';
    background: #ccc;
  }
  .c-index-list__thumb {
    position: absolute;
    z-index: 0;
    top: 0;
    width: calc(100% - 30px);
  }
  .c-index-list__body {
    position: relative;
    z-index: 1;
    padding: 45% 15px 15px;
  }
  .c-index-list__unstyleditem .c-index-list__body {
    padding: 20px 0 !important;
  }
  .c-index-list__unstyleditem .u-container::before {
    display: none;
  }
  .c-index-list--vtop .c-index-list__thumb {
    top: auto;
    bottom: 0;
  }
  .c-index-list--vtop .c-index-list__body {
    padding: 15px 15px 45%;
  }
  .c-index-list__thumb.u-fl-r,
  .c-index-list__body.u-fl-l {
    float: none !important;
  }
}

/* ポートフォリオインデックス */

.c-index-list--portfolio__icon {
  position: absolute;
  z-index: 0;
  width: 200px;
  margin-top: 20px;
  transition: opacity .5s;
  opacity: 0;
}
a:hover .c-index-list--portfolio__icon {
  opacity: .2;
}
.c-index-list li:nth-child(odd) .c-index-list--portfolio__icon {
  right: 35%;
}
.c-index-list li:nth-child(even) .c-index-list--portfolio__icon {
  left: 35%;
}
@media only screen and (min-width: 769px) {
  .c-index-list--portfolio .c-index-list__body {}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .c-index-list--portfolio .c-index-list__body {}
}

/* The Key インデックス */

@media only screen and (min-width: 481px) {
  .c-index-list--key .c-index-list__body {
    font-size: 120%;
    padding-top: 40px;
  }
}
