@charset "UTF-8";
.blockcontent h1 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .blockcontent h1 {
    font-size: 24px;
    line-height: 36px;
  }
}

.blockcontent h2 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .04em;
  margin-bottom: 24px;
}

.blockcontent h3 {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .blockcontent h3 {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .blockcontent h3,
[lang="en-us"] .blockcontent h3 {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .blockcontent h3 {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .blockcontent h3 {
  line-height: 28px;
}

.blockcontent p {
  font-size: 16px;
  line-height: 32px;
}

[lang="en"] .blockcontent p {
  line-height: 28px;
}

.blockcontent a {
  vertical-align: baseline;
  text-decoration: underline;
}

.blockcontent a:hover {
  text-decoration: none;
}

.blockcontent strong {
  vertical-align: baseline;
}

[lang="ja"] .blockcontent strong {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .blockcontent strong,
[lang="en-us"] .blockcontent strong {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .blockcontent strong {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

/* フレージング・コンテンツには一通り指定する */
.blockcontent del,
.blockcontent ins,
.blockcontent em,
.blockcontent q,
.blockcontent cite,
.blockcontent s,
.blockcontent i {
  vertical-align: baseline;
}

.blockcontent .row {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}

@media screen and (max-width: 1279px) {
  .blockcontent .row {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.blockcontent .col {
  width: 100%;
  max-width: 664px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1279px) {
  .blockcontent .col {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.blockcontent .chapter {
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.blockcontent .subchapter {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.blockcontent .box {
  background: #eee;
  padding: 16px 32px;
}

@media screen and (max-width: 767px) {
  .blockcontent .box {
    padding: 16px;
  }
}

.blockcontent .box h2 {
  margin: 0;
}

.blockcontent .box-attention {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
}

.blockcontent .box-bordered {
  background: #eee;
  box-shadow: 50vw 0 0 #eee, 25vw 0 0 #eee, -25vw 0 0 #eee, -50vw 0 0 #eee;
  padding-top: 32px;
  padding-bottom: 16px;
}

[lang="ja"] .blockcontent .font-bold {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .blockcontent .font-bold,
[lang="en-us"] .blockcontent .font-bold {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .blockcontent .font-bold {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.blockcontent .text-center {
  text-align: center !important;
}

.blockcontent .text-right {
  text-align: right !important;
}

.blockcontent .text-left {
  text-align: left !important;
}

.blockcontent .list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -12px;
}

@media screen and (max-width: 767px) {
  .blockcontent .list {
    flex-wrap: wrap;
    margin: -16px;
  }
}

.blockcontent .list li {
  padding: 12px;
}

@media screen and (max-width: 767px) {
  .blockcontent .list li {
    width: calc(100% / 3);
    text-align: center;
    padding: 16px;
  }
}

.blockcontent .list-links li {
  position: relative;
  padding-left: 22px;
}

.blockcontent .list-links li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #333;
}

.blockcontent .list-notes li {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  padding-left: 32px;
}

.blockcontent .list-notes li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

[lang="en"] .blockcontent .list-notes li:before,
[lang="zh-CN"] .blockcontent .list-notes li:before {
  content: "*";
}

[lang="en"] .blockcontent .list-notes li {
  line-height: 28px;
}

[lang="en"] .blockcontent .list-notes li,
[lang="zh-CN"] .blockcontent .list-notes li {
  padding-left: 16px;
}

.blockcontent .media-left {
  overflow: hidden;
}

.blockcontent .media-left .image {
  float: left;
  padding-right: 28px;
}

.blockcontent .media-left .text {
  overflow: hidden;
}

.blockcontent .media-left.fluid .text {
  overflow: visible;
}

.blockcontent .media-right {
  overflow: hidden;
}

.blockcontent .media-right .image {
  float: right;
  padding-left: 28px;
}

.blockcontent .media-right .text {
  overflow: hidden;
}

.blockcontent .media-right.fluid .text {
  overflow: visible;
}

.blockcontent .image img {
  margin-top: 8px;
  margin-bottom: 16px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .blockcontent .image img {
    width: 100%;
  }
}

.blockcontent .img-title {
  display: block;
  font-size: 16px;
  line-height: 32px;
}

[lang="ja"] .blockcontent .img-title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .blockcontent .img-title,
[lang="en-us"] .blockcontent .img-title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .blockcontent .img-title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .blockcontent .img-title {
  line-height: 28px;
}

.blockcontent .img-caption {
  /*font-size: 16px;
  line-height: 32px;*/
  font-size: 11px;
  line-height: 23px;
}

[lang="en"] .blockcontent .img-caption {
  /*line-height: 28px;*/
  line-height: 20px;
}

.blockcontent .video-title {
  font-size: 16px;
  line-height: 32px;
  display: block;
}

[lang="en"] .blockcontent .video-title {
  line-height: 28px;
}

.blockcontent .video-container {
  position: relative;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 8px;
  margin-bottom: 16px;
}

.blockcontent .video-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}

.blockcontent .video-container:hover:before {
  opacity: 1;
}

.blockcontent .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.blockcontent p a,
.blockcontent .list li a,
.blockcontent .list-links li a,
.blockcontent .list-notes li a,
.blockcontent .img-title a,
.blockcontent .img-caption a,
.blockcontent .video-title a,
.blockcontent .video-caption a {
  transition: all 0.4s ease-in-out;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  vertical-align: baseline;
  text-decoration: none;
}

.blockcontent p a:hover,
.blockcontent .list li a:hover,
.blockcontent .list-links li a:hover,
.blockcontent .list-notes li a:hover,
.blockcontent .img-title a:hover,
.blockcontent .img-caption a:hover,
.blockcontent .video-title a:hover,
.blockcontent .video-caption a:hover {
  color: #c9c9c9;
  border-bottom: 1px solid transparent;
}

.bc-attention {
  max-width: 568px;
}

[lang="ja"] .bc-attention .font-bold {
  font-family: "Helvetica Neue LT W01_41488878", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] .bc-attention .font-bold,
[lang="en-us"] .bc-attention .font-bold {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
}

[lang="zh-CN"] .bc-attention .font-bold {
  font-family: "Helvetica Neue LT W01_55 Roman", "Hiragino Sans GB W3", sans-serif;
}

.bc-normal h2 {
  margin-bottom: 32px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bc-normal h2 {
    max-width: 100%;
  }
}

.bc-normal h3 {
  text-align: left;
}

.bc-normal .text {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .bc-normal .text {
    max-width: 100%;
  }
}

.bc-normal .text p {
  text-align: left;
}

.bc-normal .image {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.bc-normal .img-title {
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bc-normal .img-title {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bc-normal .img-caption {
    max-width: 100%;
  }
}

.bc-normal .video {
  margin-bottom: 32px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.bc-normal-wide h2 {
  margin-bottom: 32px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bc-normal-wide h2 {
    max-width: 100%;
  }
}

.bc-normal-wide h3 {
  text-align: left;
}

.bc-normal-wide .text {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .bc-normal-wide .text {
    max-width: 100%;
  }
}

.bc-normal-wide .text p {
  text-align: left;
}

.bc-normal-wide .image {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.bc-normal-wide .img-title {
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bc-normal-wide .img-title {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bc-normal-wide .img-caption {
    max-width: 100%;
  }
}

.bc-normal-wide .video {
  margin-bottom: 32px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.bc-related-link {
  max-width: 632px;
}

@media screen and (max-width: 767px) {
  .bc-related-link {
    max-width: 100%;
  }
}

.bc-related-link h2 {
  font-size: 16px;
  line-height: 32px;
}

[lang="ja"] .bc-related-link h2 {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .bc-related-link h2,
[lang="en-us"] .bc-related-link h2 {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .bc-related-link h2 {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.bc-emphasize {
  max-width: 568px;
}

.bc-files-row {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .bc-files-row {
    max-width: 100%;
  }
}

.bc-files-row li {
  position: relative;
  padding-left: 22px;
}

.bc-files-row li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #333;
}

.bc-files-row li a {
  transition: all 0.4s ease-in-out;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  vertical-align: baseline;
  text-decoration: none;
}

.bc-files-row li a:hover {
  color: #c9c9c9;
  border-bottom: 1px solid transparent;
}

.bc-footnotes {
  max-width: 568px;
}

.bc-images-row {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .bc-images-row {
    flex-direction: column;
  }
}

.bc-images-row .image {
  max-width: 468px;
}

.bc-images-row .image:nth-child(odd) {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .bc-images-row .image:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.bc-images-row .image:nth-child(even) {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .bc-images-row .image:nth-child(even) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .bc-images-row .image {
    max-width: 100%;
  }
}

.bc-images-row .image img {
  width: 100%;
}

.bc-wysiwyg {
  text-align: center;
}

.bc-wysiwyg h2,
.bc-wysiwyg h3,
.bc-wysiwyg ul,
.bc-wysiwyg ol,
.bc-wysiwyg p,
.bc-wysiwyg table,
.bc-wysiwyg .img-title,
.bc-wysiwyg .img-caption,
.bc-wysiwyg .video-title,
.bc-wysiwyg .video-caption {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bc-wysiwyg h2,
  .bc-wysiwyg h3,
  .bc-wysiwyg ul,
  .bc-wysiwyg ol,
  .bc-wysiwyg p,
  .bc-wysiwyg table,
  .bc-wysiwyg .img-title,
  .bc-wysiwyg .img-caption,
  .bc-wysiwyg .video-title,
  .bc-wysiwyg .video-caption {
    max-width: 100%;
  }
}

.bc-wysiwyg .image,
.bc-wysiwyg .video {
  max-width: 768px;
  margin: 64px auto 48px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bc-wysiwyg .image,
  .bc-wysiwyg .video {
    max-width: 100%;
    margin: 32px auto 16px;
  }
}

.bc-wysiwyg ul {
  margin-bottom: 16px;
}

.bc-wysiwyg ul li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 32px;
}

.bc-wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #000;
}

[lang="en"] .bc-wysiwyg ul li {
  line-height: 28px;
}

.bc-wysiwyg ol {
  margin-bottom: 16px;
}

.bc-wysiwyg ol li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 32px;
  counter-increment: number;
}

.bc-wysiwyg ol li:before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}

[lang="en"] .bc-wysiwyg ol li {
  line-height: 28px;
}

.bc-wysiwyg table {
  margin-top: 32px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .bc-wysiwyg table {
    width: 100%;
  }
}

.bc-wysiwyg tbody tr:last-child td {
  padding-bottom: 0;
}

.bc-wysiwyg tr {
  display: block;
}

.bc-wysiwyg td:first-child {
  width: 168px;
  vertical-align: top;
  box-sizing: border-box;
  border-top: 2px solid black;
  padding: 16px 0 32px;
  font-size: 16px;
  line-height: 32px;
}

[lang="ja"] .bc-wysiwyg td:first-child {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .bc-wysiwyg td:first-child,
[lang="en-us"] .bc-wysiwyg td:first-child {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .bc-wysiwyg td:first-child {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .bc-wysiwyg td:first-child {
    width: auto;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

[lang="en"] .bc-wysiwyg td:first-child {
  line-height: 28px;
}

.bc-wysiwyg td:last-child {
  padding-top: 16px;
  padding-bottom: 32px;
}

.bc-wysiwyg td:not(:first-child) {
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  padding: 16px 0 32px 33px;
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .bc-wysiwyg td:not(:first-child) {
    display: block;
    margin: 0;
    padding: 0 0 16px;
    border: none;
  }
}

.bc-wysiwyg td:not(:first-child):before {
  content: '';
  position: absolute;
  width: calc(100% - 33px);
  height: 1px;
  background: #c9c9c9;
  top: 0;
  left: 33px;
}

@media screen and (max-width: 767px) {
  .bc-wysiwyg td:not(:first-child):before {
    content: none;
  }
}

[lang="en"] .bc-wysiwyg td:not(:first-child) {
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .bc-wysiwyg td:last-child {
    padding-bottom: 32px;
  }
}

.bc-news .bc-normal,
.bc-news .bc-normal-wide {
  text-align: center;
}

.bc-news .bc-normal h2,
.bc-news .bc-normal h3,
.bc-news .bc-normal .text,
.bc-news .bc-normal .img-title,
.bc-news .bc-normal .img-caption,
.bc-news .bc-normal-wide h2,
.bc-news .bc-normal-wide h3,
.bc-news .bc-normal-wide .text,
.bc-news .bc-normal-wide .img-title,
.bc-news .bc-normal-wide .img-caption {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bc-news .bc-normal h2,
  .bc-news .bc-normal h3,
  .bc-news .bc-normal .text,
  .bc-news .bc-normal .img-title,
  .bc-news .bc-normal .img-caption,
  .bc-news .bc-normal-wide h2,
  .bc-news .bc-normal-wide h3,
  .bc-news .bc-normal-wide .text,
  .bc-news .bc-normal-wide .img-title,
  .bc-news .bc-normal-wide .img-caption {
    max-width: 100%;
  }
}

.bc-news .p-bc-header__subtitle a {
  border-bottom: 1px solid transparent;
  color: #999;
}

.bc-news .p-bc-header__subtitle a:hover {
  border-bottom: 1px solid #c9c9c9;
}

.bc-making .bc-normal,
.bc-making .bc-normal-wide {
  text-align: center;
}

.bc-making .bc-normal h2,
.bc-making .bc-normal .text,
.bc-making .bc-normal .video-title,
.bc-making .bc-normal .video-caption,
.bc-making .bc-normal-wide h2,
.bc-making .bc-normal-wide .text,
.bc-making .bc-normal-wide .video-title,
.bc-making .bc-normal-wide .video-caption {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bc-making .bc-normal h2,
  .bc-making .bc-normal .text,
  .bc-making .bc-normal .video-title,
  .bc-making .bc-normal .video-caption,
  .bc-making .bc-normal-wide h2,
  .bc-making .bc-normal-wide .text,
  .bc-making .bc-normal-wide .video-title,
  .bc-making .bc-normal-wide .video-caption {
    max-width: 100%;
  }
}

.bc-making .bc-normal .image,
.bc-making .bc-normal-wide .image {
  margin-bottom: 16px;
}

.bc-making .bc-images-row .image {
  margin-bottom: 16px;
}
