@charset 'UTF-8';

/* ==========================================================================
   Project
   ========================================================================== */


/* Related sites
 * 関連サイト
   ----------------------------------------------------------------- */

.p-related-sites {
  overflow: hidden;
  padding: 70px 0 140px;
  background: #e9eae5;
}
.c-accordion+.p-related-sites {
  margin-top: 80px;
}
.p-related-sites__title {
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 50px;
  color: #a30b1a;
}
.p-related-sites ul {
  width: calc(100% + 11px);
  padding: 0;
  list-style: none;
}
.p-related-sites ul:after {
  display: block;
  clear: both;
  content: '';
}
.p-related-sites__item {
  line-height: 1.2;
  float: left;
  width: 20%;
  margin-bottom: 10px;
  padding-right: 10px;
}
.p-related-sites__item img {
  margin-bottom: .5em;
}
.p-related-sites__item a {
  text-decoration: none;
}
.p-related-sites__item img {
  display: block;
  width: 100%;
  transition: opacity .5s;
  opacity: 1;
}
.p-related-sites__item a:hover {
  opacity: .7;
}
@media only screen and (min-width: 769px) {
  .p-related-sites__item:nth-child(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-related-sites {
    padding: 40px 0 70px;
  }
  .p-related-sites__title {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
  .p-related-sites__item {
    width: 25%;
    margin-bottom: 1em;
  }
  .p-related-sites__item:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 480px) {
  .p-related-sites {
    padding: 30px 0;
  }
  .p-related-sites__title {
    font-size: 1.8em !important;
    margin-bottom: 20px;
  }
  .p-related-sites {
    background: #fff;
  }
  .p-related-sites__item {
    width: 50%;
  }
  .p-related-sites__item:nth-child(2n+1) {
    clear: left;
  }
}

/* Want to know more ?
 * ページ下部のPDFダウンロードエリア
   ----------------------------------------------------------------- */

.p-wtkm {
  position: relative;
  margin: auto;
  padding: 50px 0 100px;
  background: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/hexagon_05.png) no-repeat right top;
  background-size: cover;
}
.p-related-sites+.p-wtkm {
  background-color: #e9eae5;
}
.p-wtkm:after {
  display: block;
  clear: both;
  content: '';
}
.p-wtkm h2 {
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media only screen and (min-width: 481px) {
  .p-wtkm h2:lang(ja) {
    font-size: 2em;
  }
}
.p-wtkm a {
  display: block;
  transition: opacity .5s;
  text-decoration: none;
  opacity: 1;
}
.p-wtkm a:hover {
  opacity: .7;
}
.p-wtkm__catttl {
  font-weight: normal;
  line-height: 1.4;
}
.p-wtkm__pdf,
.p-wtkm__slide {
  margin-top: 15px !important;
}
.p-wtkm__pdf li,
.p-wtkm__slide li {
  line-height: 1.2;
}
.p-wtkm__pdf li {
  float: left;
  width: 33%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding-right: 30px;
}
.p-wtkm__slide a:lang(ja),
.p-wtkm .c-btn-icon {
  font-family: FujitsuSansBold, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
  font-size: 14px;
  color: #a30b1a;
}
.p-wtkm__slide a:lang(ja),
.p-wtkm .c-btn-icon:lang(ja) {
  font-weight: bold;
}
.p-wtkm .c-btn-icon {
  margin-top: 1em;
}
.p-wtkm .c-btn-icon:before {
  display: inline-block;
  margin: auto .5em .5em 0;
  vertical-align: middle;
}
.p-wtkm__thumb {
  display: block;
  margin: .5em auto;
  transition: opacity .5s;
  opacity: 1;
}
.p-wtkm__slide .p-wtkm__thumb {
  margin-left: 0;
}
.p-wtkm .u-c-red {
  display: block;
}
@media only screen and (min-width: 481px) {
  .p-wtkm__desc {
    display: block;
    min-height: 3.6em;
  }
  .p-wtkm__desc:lang(ja) {
    font-size: 80%;
  }
  .p-wtkm__catttl:lang(ja) {
    font-size: 100%;
    font-weight: bold;
    min-height: 2.8em;
  }
  .p-wtkm__slide a {
    width: 80%;
  }
  .p-wtkm__pdf li:last-child .p-wtkm__desc:lang(ja) {
    text-align: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-wtkm .c-grid__col--03 {
    width: 33.33%;
  }
  .p-wtkm .c-grid__col--08 {
    width: 66.67%;
  }
  .p-wtkm {
    padding: 50px 0 95px;
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/tablet_hexagon_05.png);
  }
  .p-wtkm h2 {
    font-size: 1.5em;
  }
  .p-wtkm__catttl {
    min-height: 3em;
  }
  .p-wtkm .u-c-red {
    min-height: 2.4em;
  }
  .p-wtkm__desc {
    min-height: 8.4em;
  }
}
@media only screen and (max-width: 480px) {
  .p-related-sites+.p-wtkm {
    background-color: #fff;
  }
  .p-wtkm {
    width: 100%;
    padding: 25px 0 85px;
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/mobile_hexagon_04.png);
  }
  .p-wtkm h2 {
    font-size: 1.8em;
    font-weight: bold;
  }
  .p-wtkm h2+p {
    margin-bottom: 40px !important;
  }
  .p-wtkm__catttl {
    font-family: FujitsuSansBold, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
    padding-top: .5em;
    border-top: 1px solid #989898;
  }
  .p-wtkm__pdf,
  .p-wtkm__slide {
    margin-top: 0 !important;
  }
  .p-wtkm .c-grid__col--03 {
    width: 100%;
  }
  .p-wtkm li {
    float: none;
    width: 100%;
    padding: 1em 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #989898;
  }
  .p-wtkm__slide li {
    border-bottom: none;
  }
  .p-wtkm a:after {
    display: block;
    clear: both;
    content: '';
  }
  .p-wtkm__slide a:lang(ja) {
    text-align: right;
  }
  .p-wtkm .c-btn-icon {
    font-weight: normal;
    float: right;
    margin-top: 0;
    text-align: right;
  }
  .p-wtkm .c-btn-icon:before {
    width: 100%;
    background-position: right;
  }
  .p-wtkm__thumb {
    display: none;
  }
}

/* トップページ
   ----------------------------------------------------------------- */

.p-top-section__kv {
  display: block;
  text-align: center;
}
.p-top-section__kv img {
  position: relative;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section__kv img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .p-top-section__kv img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 481px) {
  .p-top-section__kv~.u-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
.p-top-section {
  position: relative;
  overflow: hidden;
}
.p-top-section p,
.p-top-section--hex p {
  line-height: 1.6 !important;
}
.p-top-section h2,
.p-top-section--hex h2 {
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.1;
}
.p-top-section h2:lang(ja),
.p-top-section--hex h2:lang(ja) {
  line-height: 1.2;
}
.p-top-section--hex__body--ftsv h2 {
  font-size: 2em;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section h2,
  .p-top-section--hex h2 {
    font-size: 1.5em;
  }
  .p-top-section--hex__body--ftsv h2:lang(ja) {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .p-top-section h2 {
    font-size: 1.8em;
  }
}
.p-top a {
  text-decoration: none;
}
.p-top-section--ftsv a,
.p-top-section--hex__body--ftsv a,
.p-top-section--hex__body--key a,
.p-top-section--hex__body--cs a {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .p-top-section--hex__body--key a,
  .p-top-section--hex__body--cs a,
  .p-top-section--portfolio a {
    color: #666560;
  }
}

/* FTSV */

.p-top-section--ftsv {
  color: #fff;
  background: #560009;
}
.p-top-section--hex__body--ftsv {
  color: #fff;
}

/* The Key to Digital Co-creation */

.p-top-section--key {
  background: #eae9ee;
}
.p-top-section--hex__body--key {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .p-top-section--hex__body--key {
    color: #000;
    background: #e8e7e3;
  }
}

/* Fujitsu Forum */

.p-top-section--forum {
  background-color: #b1bcbe;
}

/* Insightful Stories */

.p-top-section--insight {
  color: #fff;
  background-color: #cbccc6;
}
@media only screen and (max-width: 480px) {
  .p-top-section--insight {
    color: #000;
  }
}

/* Cutomer Story */

.p-top-section--cs {
  background: #17170f;
}
.p-top-section--hex__body--cs {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .p-top-section--hex__body--cs {
    color: #000;
    background: #e8e7e3;
  }
}
.p-top-section--hex__body--cs small {
  font-size: 50%;
  display: block;
  margin-bottom: .25em;
}

/* Portfolio */

.p-top-section--portfolio {
  background: #cbccc6;
}
.p-top-section--portfolio h2 {
  color: #a30b1a;
}
.p-top-section--portfolio h2:lang(ja) {
  margin: 20px 0;
}
.p-top-portfolio:after {
  display: block;
  clear: both;
  content: '';
}
.p-top-portfolio {
  overflow: hidden;
  width: calc(100% + 30px);
}
.p-top-portfolio li {
  line-height: 1.3;
  float: left;
  width: 22.2%;
  width: calc(100% / 4.5);
  padding-right: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.p-top-portfolio li:nth-child(5) {
  clear: left;
  margin-left: 11.1%;
}
.p-top-portfolio a {
  font-family: FujitsuSansBold, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
  display: block;
  text-decoration: none;
  word-wrap: normal;
  color: #a30b1a;
}
.p-top-portfolio a:lang(ja) {
  font-weight: bold;
}
.p-top-portfolio img {
  display: block;
  margin-bottom: .5em;
}
.p-top-portfolio a img:nth-child(2) {
  display: none;
}
.p-top-portfolio a:hover img:nth-child(1) {
  display: none;
}
.p-top-portfolio a:hover img:nth-child(2) {
  display: block;
}
.p-top-portfolio a span:lang(ja) {
  display: inline-block;
  width: calc(100% + 2em);
  margin-left: -1em;
}
@media only screen and (min-width: 769px) {
  .p-top-portfolio {
    height: 490px;
    padding: 20px 0 40px 20px;
  }
  .p-top-portfolio a:hover {
    margin-bottom: -40px;
  }
  .p-top-portfolio a:hover img {
    max-width: 160px;
    max-width: calc(100% + 40px);
    margin-top: -20px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-top-portfolio {
    width: 100%;
  }
  .p-top-portfolio li {
    width: 33%;
    width: calc(100% / 3);
    padding: 0 8px !important;
  }
  .p-top-portfolio li:nth-child(4) {
    clear: left;
    margin-left: 16.67%;
  }
  .p-top-portfolio li:nth-child(5) {
    clear: none;
    margin-left: 0;
  }
}

/* Top Message */

.p-top-section--message__prof {
  font-family: FujitsuSans, Arial, Verdana, Lucida Grande, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
  font-size: 117.6%;
  margin-top: 40px !important;
  margin-left: 5px !important;
}
#main .p-top-section--message__prof {
  line-height: 1.2 !important;
}
#main .p-top-section--message__prof:lang(ja) {
  line-height: 1.27 !important;
}
.p-top-section--message__prof strong {
  font-size: 120%;
  font-weight: normal !important;
  display: inline-block;
  margin-top: .2em;
}
.p-top-section--message__prof:lang(ja) {
  font-size: 129.4%;
}
.p-top-section--message__prof strong:lang(ja) {
  font-size: 118%;
}

/* 要素配置・サイズ -----------------------*/


/* FTSV */

.p-top-section--hex__body--ftsv {
  position: absolute;
  top: 70px;
  left: 230px;
  width: 380px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section--hex__body--ftsv {
    top: 7%;
    left: 22%;
    width: 30%;
  }
  .p-top-section--hex__body--ftsv p {
    margin-top: 0 !important;
  }
}

/* The Key to Digital Co-creation */

.p-top-section--key {
  height: 500px;
}
.p-top-section--hex__body--key {
  position: absolute;
  top: 350px;
  left: 200px;
  width: 420px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section--key {
    height: auto;
  }
  .p-top-section--key .p-top-section__kv img {
    width: 150%;
    max-width: none;
    margin-top: -5%;
    margin-bottom: -3%;
    margin-left: -20%;
  }
  .p-top-section--hex__body--key {
    top: 40%;
    left: 17%;
    width: 35%;
  }
}
@media only screen and (max-width: 480px) {
  .p-top-section--key {
    height: auto;
  }
  .p-top-section--hex__body--key {
    position: static;
    width: 100%;
  }
  .p-top-section--hex__body--key p {
    margin: 0 !important;
    padding: 1.2em;
  }
}

/* Cutomer Story */

.p-top-section--cs {
  height: 620px;
}
.p-top-section--hex__body--cs {
  position: absolute;
  top: 50px;
  right: 220px;
  width: 380px;
}
.p-top-section--hex__body--cs:lang(ja) {
  right: 190px;
  width: 430px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section--cs {
    height: auto;
  }
  .p-top-section--cs .p-top-section__kv img {
    width: 140%;
    max-width: none;
    margin-top: -5%;
    margin-left: -10%;
  }
  .p-top-section--hex__body--cs {
    top: 20px;
    right: 15% !important;
    width: 50% !important;
  }
}
@media only screen and (max-width: 480px) {
  .p-top-section--cs {
    height: auto;
  }
  .p-top-section--hex__body--cs .p-top-section__kv+a {
    position: absolute;
    right: 0;
    display: block;
    width: 50%;
    margin-top: -24%;
  }
  .p-top-section--hex__body--cs {
    position: static;
    width: 100% !important;
  }
  .p-top-section--hex__body--cs p {
    margin: 0 !important;
    padding: 1.2em;
  }
}

/* Portfolio */

.p-top-section--portfolio {
  padding: 30px 0 15px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section--portfolio {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .p-top-section--portfolio {
    padding: 1.2em 0;
  }
}

/* Top Message */

.p-top-section--message .p-top-section__body {
  position: absolute;
  top: 200px;
  right: 200px;
  width: 420px;
}
.p-top-section--message__msg {
  font-size: 1.2em !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section--message .p-top-section__kv img {
    width: 180%;
    max-width: none;
    margin-top: -2%;
    margin-left: -20%;
  }
  .p-top-section--message .p-top-section__body {
    top: 100px;
    left: 40%;
    width: 55%;
  }
  .p-top-section--message__msg {
    font-size: inherit !important;
  }
}
@media only screen and (max-width: 480px) {
  .p-top-section--message .p-top-section__body {
    position: static;
    width: auto;
    padding: 1.2em 0 0;
  }
  .p-top-section--message__msg {
    font-size: inherit !important;
  }
  .p-top-section--message__prof {
    margin: 20px auto !important;
  }
  .p-top-section--message>.u-visible--mobile a:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
  }
}

/* 六角形 */

.p-top-section--hex {
  position: absolute;
}
@media only screen and (max-width: 480px) {
  .p-top-section--hex {
    position: static;
    width: 100% !important;
  }
  .p-top-section--hex>img {
    display: none;
  }
}
.p-top-section--hex>img {
  max-width: none;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section--hex>img {
    max-width: 100%;
  }
}
.p-top-section--hex--1 {
  top: 198px;
  left: 80%;
  width: 900px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section--hex--1 {
    top: 1.7%;
    left: 45%;
    width: 100%;
  }
}
.p-top-section--hex--2 {
  right: 80%;
  width: 900px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section--hex--2 {
    left: -25%;
    width: 80%;
  }
}
.p-top-section--hex--3 {
  left: 50%;
  margin-top: 0;
  margin-left: 310px;
}
.p-top-section--hex--3 p {
  position: absolute;
  top: 30px;
  left: 140px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-top-section--hex--3 {
    display: none;
  }
}

/* 重なり順  -----------------------*/

.p-top-section__body * {
  position: relative;
}
.p-top-section--ftsv .p-top-section__body * {
  z-index: 20;
}
.p-top-section--hex--1 {
  z-index: 15;
}
.p-top-section--key .p-top-section__kv {
  z-index: 10;
}
.p-top-section--key .p-top-section__body * {
  z-index: 15;
}
.p-top-section--3 {
  z-index: 20;
}
.p-top-section--hex--2 {
  z-index: 15;
}
.p-top-section--cs .p-top-section__body * {
  z-index: 20;
}
.p-top-section--portfolio {
  z-index: 20;
}
.p-top-section--message .p-top-section__body * {
  z-index: 20;
}

/* 事例ページ
   ----------------------------------------------------------------- */

#AccordionManufacturing:before,
#AccordionFinance:before,
#AccordionRetail:before,
#AccordionHealthcare:before,
#AccordionAgriculture:before,
#AccordionEducation:before,
#AccordionPublic:before,
#AccordionInfrastructure:before,
#AccordionOthers:before {
  position: relative;
  bottom: -.2em;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: .25em;
  content: '';
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
#AccordionManufacturing:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_01_manufacturing.png);
}
#AccordionManufacturing.is-open:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_01_manufacturing_on.png);
}
#AccordionFinance:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_02_finance.png);
}
#AccordionFinance.is-open:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_02_finance_on.png);
}
#AccordionRetail:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_03_retail-distribution.png);
}
#AccordionRetail.is-open:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_03_retail-distribution_on.png);
}
#AccordionHealthcare:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_04_healthcare.png);
}
#AccordionHealthcare.is-open:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_04_healthcare_on.png);
}
#AccordionAgriculture:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_05_agriculture.png);
}
#AccordionAgriculture.is-open:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_05_agriculture_on.png);
}
#AccordionEducation:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_06_education.png);
}
#AccordionEducation.is-open:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_06_education_on.png);
}
#AccordionPublic:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_07_public-sector.png);
}
#AccordionPublic.is-open:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_07_public-sector_on.png);
}
#AccordionInfrastructure:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_08_infrastrucure.png);
}
#AccordionInfrastructure.is-open:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_08_infrastrucure_on.png);
}
#AccordionOthers:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_09_others.png);
}
#AccordionOthers.is-open:before {
  background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/icon_09_others_on.png);
}

/* Download Center
   ----------------------------------------------------------------- */

.p-dl-oldver .c-accordion__body {
  padding: 40px;
  border: 1px solid #ccc;
}
.p-dl-oldver__title {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #e0e0e2;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
@media only screen and (min-width: 769px) {
  .p-dl-oldver--2014 .p-dl-oldver__title--pdf {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2014-01_pc.jpg);
  }
  .p-dl-oldver--2014 .p-dl-oldver__title--ebook {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2014-02_pc.jpg);
  }
  .p-dl-oldver--2015 .p-dl-oldver__title--pdf {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2015-01_pc.jpg);
  }
  .p-dl-oldver--2015 .p-dl-oldver__title--ebook {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2015-02_pc.jpg);
  }
  .p-dl-oldver--2016 .p-dl-oldver__title--pdf {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2016_pc.jpg);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .p-dl-oldver--2014 .p-dl-oldver__title--pdf {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2014-01_tablet.jpg);
  }
  .p-dl-oldver--2014 .p-dl-oldver__title--ebook {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2014-02_tablet.jpg);
  }
  .p-dl-oldver--2015 .p-dl-oldver__title--pdf {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2015-01_tablet.jpg);
  }
  .p-dl-oldver--2015 .p-dl-oldver__title--ebook {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2015-02_tablet.jpg);
  }
  .p-dl-oldver--2016 .p-dl-oldver__title--pdf {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2016_tablet.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .p-dl-oldver .c-accordion__body {
    padding: 10px;
  }
  .p-dl-oldver--2014 .p-dl-oldver__title--pdf {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2014-01_sp.jpg);
  }
  .p-dl-oldver--2014 .p-dl-oldver__title--ebook {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2014-02_sp.jpg);
  }
  .p-dl-oldver--2015 .p-dl-oldver__title--pdf {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2015-01_mobile.jpg);
  }
  .p-dl-oldver--2015 .p-dl-oldver__title--ebook {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2015-02_mobile.jpg);
  }
  .p-dl-oldver--2016 .p-dl-oldver__title--pdf {
    background-image: url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/download_bg_2016_sp.jpg);
  }
}

/* Executive Summary (by Slick)
   ----------------------------------------------------------------- */

.p-carousel-container {
  margin-bottom: 30px;
  padding: 40px 0;
  background: #d3d3d3;
}
@media only screen and (max-width: 768px) {
  .p-carousel-container {
    padding: 30px 0 15px;
  }
}
.carousel {
  max-width: 980px;
  margin: auto;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  zoom: 1;
  width: 20px;
  width: 35px;
  height: 20px;
  height: 90px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: .75;
  color: transparent;
  border: none;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev {
  left: 0;
  background: transparent url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/slick-prev.png) no-repeat top left;
}
.slick-next {
  right: 0;
  background: transparent url(//www.fujitsu.com/downloads/GLOBAL/vision/2017/images/slick-next.png) no-repeat top left;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  line-height: 1;
  content: '\62';
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}

/* Slick Navigation (thumbnail) */

.thumbnail {
  max-width: 980px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
}
.thumbnail .slick-list {
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 !important;
}
.thumbnail .slick-track {
  left: 0 !important;
  max-width: 100%;
  text-align: center;
}
.thumbnail .slick-slide {
  display: inline-block;
  float: none;
  width: auto !important;
  margin-right: 4px;
  padding: 4px;
}
.thumbnail .slick-slide:last-child {
  margin-right: 0;
}
.thumbnail .slick-slide img {
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #999;
}
.thumbnail .slick-slide img:hover,
.thumbnail .slick-slide img:focus {
  cursor: pointer;
  opacity: .75;
  border-color: #d30000;
}
.thumbnail .slick-current {
  padding: 0;
}
.thumbnail .slick-current img {
  border: 5px solid #d3d3d3;
}
.thumbnail .slick-current img:hover,
.thumbnail .slick-current img:focus {
  cursor: default;
  opacity: 1;
  border-color: #d3d3d3;
}

/* お問い合わせ
   ----------------------------------------------------------------- */

.p-contact {
  display: flex;
}
.p-contact .c-grid__col--06 {
  width: calc(50% - 40px);
  margin: 0 20px;
  padding: 20px;
  border: 1px solid #8b8b8b;
  border-radius: 10px;
}
@media only screen and (min-width: 769px) {
  .p-contact .c-simple-btn {
    min-width: 15em;
  }
}
@media only screen and (max-width: 768px) {
  .p-contact .c-simple-btn {
    width: 100%;
    min-width: none;
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .p-contact {
    display: block;
  }
  .p-contact .c-grid__col--06 {
    width: calc(100% - 40px);
  }
  .p-contact .c-grid__col--06:first-child {
    margin-bottom: 20px;
  }
}
