@charset "utf-8";

body {
  background: none;
}

.bcm-index-hero {
  padding: 40px;
  background: transparent url(/content/dam/nttcom/hq/jp/business/lp/bcm/image/index-hero.jpg) no-repeat scroll 50% 50%;
  background-size: cover;
}

.bcm-index-hero h1 {
  margin: 40px auto 80px auto;
  max-width: 1200px;
  text-align: left;
  font-size: 40px;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 5px #222;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .bcm-index-hero h1 {
    margin: 0 auto;
    font-size: 32px;
  }
  .bcm-index-hero h1 br {
    display: none;
  }
}

.bcm-index-hero-section {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 480px) {
  .bcm-index-hero-section {
    display: block;
  }
}

.bcm-index-hero-item {
  margin-left: 40px;
  padding: 32px 16px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .85);
}

.bcm-index-hero-item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 480px) {
  .bcm-index-hero-item {
    margin: 40px 0 0 0;
  }
}

.bcm-index-hero-item h2 {
  color: #004386;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.bcm-index-hero-text {
  line-height: 1.8;
  margin: 32px 0 0 0;
}

.bcm-index-hero-button {
  text-align: center;
}

.bcm-index-hero-button a {
  display: inline-block;
  padding: 10px 32px;
  margin: 16px 0 0 0;
  background-color: #004386;
  color: #ffffff;
  border-radius: 4px;
}

.bcm-index-hero-button a:hover {
  background-color: #00579e;
}

.bcm-index-cta {
  margin: 64px auto 0 auto;
  max-width: 960px;
  padding: 32px;
  border: 1px solid #b8c2c8;
  border-radius: 8px;
  background-color: #ffffff;
}

.bcm-index-cta-catch {
  font-size: 20px;
  color: #ff7f00;
  text-align: center;
  font-weight: bold;
}

.bcm-index-cta-button a {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  margin: 32px auto;
  max-width: 800px;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #ff6e0f;
  border-radius: 8px;
  background-color: #ff6e0f;
  background-image: -webkit-linear-gradient(top, #ff9d66, #ff5b00);
  background-image: linear-gradient(to bottom, #ff9d66, #ff5b00);
  box-shadow: 0 1px 1px 0 #ccc;
  text-shadow: 0 1px 0 #f2600f;
}

.bcm-index-cta-button a:hover {
  color: #fff;
  border: 1px solid #ff7c10;
  background-color: #ff7c10;
  background-image: -webkit-linear-gradient(top, #ffa766, #ff6d00);
  background-image: linear-gradient(to bottom, #ffa766, #ff6d00);
  text-shadow: 0 1px 0 #ef7011;
}

.bcm-index-cta dl {
  margin: 32px 0 0 0;
  color: #707f86;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .bcm-index-cta-catch,
  .bcm-index-cta dl {
    text-align: left;
  }
}

.bcm-index-cta-hcc-catch {
  font-size: 18px;
  font-weight: bold;
}

.bcm-index-cta-hcc-free-dial,
.bcm-index-cta-hcc-time {
  display: inline-block;
  margin-top: 16px;
}

.bcm-index-cta-hcc-free-dial {
  font-size: 24px;
  margin-right: 1rem;
}

.bcm-index-cta-hcc-free-dial img {
  width: 32px;
  margin-right: 4px;
}

.bcm-index-cta-hcc-time {
  line-height: 1.3;
}

.bcm-index-cta-hcc-guidance {
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.3;
}

.bcm-index-hero+.bcm-index-section {
  padding-top: 0;
}

.bcm-index-section {
  padding: 64px 16px;
  color: #000000;
}

.bcm-index-section-background {
  background-color: #f3f3f3;
}

.bcm-index-section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #009fa8;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 480px) {
  .bcm-index-section h2 br {
    display: none;
  }
}

.bcm-index-section h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #009fa8;
  margin: 32px auto 64px auto;
}

.bcm-index-section h3 {
  font-size: 22px;
  color: #004386;
  font-weight: bold;
  text-align: center;
  margin: 64px auto 0 auto;
  max-width: 960px;
}

.bcm-index-section h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  background-color: #0098d8;
  padding: 12px 16px;
  margin: 64px auto 32px auto;
  max-width: 960px;
}

.bcm-index-section h5 {
  font-size: 16px;
  color: #0098d8;
  font-weight: bold;
  margin: 32px auto 16px auto;
  max-width: 960px;
}

.bcm-index-text {
  line-height: 1.8;
  margin: 0 auto;
  max-width: 960px;
}

.bcm-index-text+.bcm-index-text {
  margin-top: 1rem;
}

.bcm-index-magnitude6-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  max-width: 864px;
}

@media screen and (max-width: 480px) {
  .bcm-index-magnitude6-figure {
    display: block;
  }
}

.bcm-index-magnitude6-figure-item {
  max-width: 360px;
  margin: 0 36px;
}

.bcm-index-magnitude6-figure-item h3 {
  margin-bottom: 36px;
}

.bcm-index-magnitude6-figure-item img {
  width: 100%;
}

.bcm-index-magnitude6-figure-source {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 36px;
}

.bcm-index-image {
  margin: 64px auto 0 auto;
  max-width: 960px;
}

.bcm-index-section h3+.bcm-index-image {
  margin-top: 32px;
}

.bcm-index-image img {
  width: 100%;
  max-width: 960px;
}

.bcm-index-section table {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  line-height: 1.5;
}

.bcm-index-section th,
.bcm-index-section td {
  border-color: #b8c2c8;
  padding: 16px;
}

.bcm-index-section tr:nth-child(odd) {
  background-color: #ffffff;
}

.bcm-index-section td {
  border-left: none;
  border-right: none;
}

.bcm-index-disaster-table {
  font-size: 14px;
}

.bcm-index-disaster-date,
.bcm-index-disaster-title {
  white-space: nowrap;
}

.bcm-index-lineup-title {
  color: #001751;
  font-weight: bold;
  width: 12rem;
}

@media screen and (max-width: 480px) {
  .bcm-index-disaster-date,
  .bcm-index-disaster-title {
    white-space: inherit;
    width: 33%;
  }
  .bcm-index-lineup-title,
  .bcm-index-lineup-text {
    width: 50%;
  }
}

.bcm-index-source {
  line-height: 1.3;
  font-size: 12px;
  color: #707f86;
  margin: 64px auto 0 auto;
  max-width: 960px;
  word-break: break-all;
}