@charset "UTF-8";
/*---------------------------------------
	docomo parts2022 style
---------------------------------------*/
main {
  font-size: 16px;
  font-size: 1rem;
}

main *,
main *:before,
main *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main h1, main h2, main h3, main h4, main ul, main ol, main dl, main li, main dt, main dd, main p, main div, main span, main img, main a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

main h3 {
  font-size: 16px;
  font-size: 1rem;
}

main article, main aside, main figure, main figcaption, main section {
  display: block;
}

main ol, main ul {
  list-style: none;
  list-style-type: none;
}

main img {
  max-width: 100%;
  height:auto;
}

main a {
  text-decoration: none;
}

main a img:hover {
  -webkit-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
  opacity: 0.8;
}

main .hover {
  cursor: pointer;
}

main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  position: relative;
}

main img {
  max-width: 100%;
  height:auto;
}

main .ta-right {
  text-align: right;
}

main .ta-center {
  text-align: center;
}

main .ta-left {
  text-align: left;
}

main .over-tablet {
  display: block;
}

@media screen and (max-width: 768px) {
  main .over-tablet {
    display: none;
  }
}

main .under-tablet {
  display: none;
}

@media screen and (max-width: 768px) {
  main .under-tablet {
    display: block;
  }
}

main .color-wh {
  color: #fff;
}

.img-mv {
  background-color: #f2f2f2;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .img-mv.bg-linear {
    background: -webkit-linear-gradient(330deg, #f2f2f2 0%, #f2f2f2 60%, #cc0033 60%, #cc0033 100%);
    background: linear-gradient(120deg, #f2f2f2 0%, #f2f2f2 60%, #cc0033 60%, #cc0033 100%);
  }
}

.img-mv .movie-link {
  display: inline-block;
  font-size: 0;
  line-height: 1;
}

.img-mv .movie-link a {
  display: inline-block;
}

.img-mv .movie-link a::before {
  background-image: url("/content/dam/nttcom/hq/jp/business/cmn/temp/2022/icon_play-button-hover.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  z-index: 5;
}

.img-mv .movie-link a::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  width: 100%;
}

.img-mv .movie-link a:hover::after {
  opacity: 0.5;
}

.img-mv .movie-link img {
  max-height: 250px;
  width: auto;
}

.img-mv__image {
  height: 100%;
  min-height: 360px;
  position: absolute;
  width: 100%;
}

.img-mv__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: auto;
}

@media screen and (max-width: 768px) {
  .img-mv__image {
    display: none;
    min-height: auto;
  }
}

.img-mv__contents {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .img-mv__contents {
    padding: 0 50px;
  }
}

.img-mv__contents--inner {
  max-width: 700px;
  min-height: 360px;
  padding: 20px 0;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .img-mv__contents--inner {
    max-width: none;
    min-height: auto;
    padding: 20px 0 0;
    width: 100%;
  }
}

.img-mv__contents--title {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.0em;
}

.img-mv__contents--title h1 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: left;
}

.img-mv__contents--title p {
  font-size: 16px;
  font-size: 1rem;
  margin: 8px 0 0;
}

.img-mv__contents--summary {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.img-mv__contents--summary--title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.img-mv__contents--summary *:not(.img-mv__contents--summary--title) {
  margin-bottom: 1.0rem;
}

.img-mv__contents--summary *:not(.img-mv__contents--summary--title):last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .img-mv__contents--button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin: 30px 0 0;
  }
  .img-mv__contents--button p:first-of-type {
    width: 293px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .img-mv__contents--button p:first-of-type {
    min-width: 293px;
  }
}

@media screen and (max-width: 768px) {
  .img-mv__contents--button {
    margin: 30px auto 20px;
    max-width: 100%;
    width: calc(100% + 40px);
  }
  .img-mv__contents--button p:not(.img-mv__contents--button--image) {
    display: inline-block;
    width: 242px;
    z-index: 5;
  }
}

@media screen and (max-width: 768px) and (max-width: 684px) {
  .img-mv__contents--button p:not(.img-mv__contents--button--image) {
    width: 170px;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .img-mv__contents--button p:not(.img-mv__contents--button--image) {
    width: 242px;
  }
}

@media screen and (max-width: 480px) {
  .img-mv__contents--button {
    text-align: center;
  }
}

.img-mv__contents--button a {
  background-color: #CC023A;
  border-radius: 6px;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  display: block;
  font-family: FrutigerNeueLTW10-Regul,FrutigerNeueW01-Regular,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
}

.img-mv__contents--button a:hover {
  opacity: 0.8;
}

.img-mv__contents--button a::before {
  background-image: url("/content/dam/nttcom/hq/cmn/img/arrow-right-accent.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 6px;
}

.img-mv__contents--button a.btn-yellow {
  background-color: #ffd601;
  color: #000;
}

.img-mv__contents--button a.btn-yellow::before {
  background-image: url("/content/dam/nttcom/hq/jp/business/cmn/img/dcc_temp/icon_arrow_right_black.svg");
}

.img-mv__contents--button--image {
  display: none;
}

@media screen and (max-width: 768px) {
  .img-mv__contents--button--image {
    display: block;
    font-size: 0;
    height: 100%;
    line-height: 1;
    margin-bottom: -48px;
    right: 0;
    top: -48px;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 480px) {
  .img-mv__contents--button--image {
    display: none;
  }
}

.img-mv__contents--right {
  height: 100%;
  min-height: 360px;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .img-mv__contents--right {
    left: 64%;
    position: absolute;
    width: 32%;
  }
  .img-mv__contents--right .grids__contents {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
  }
  .img-mv__contents--right .grids__contents p {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .img-mv__contents--right {
    display: none;
    min-height: auto;
  }
}

.service-sources {
  margin: 0 auto;
  max-width: 1260px;
  padding: 5px 50px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .service-sources {
    padding: 5px;
  }
}

.service-sources > li {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 1em;
}

@media screen and (max-width: 768px) {
  .service-sources > li {
    text-align: left;
  }
}

.service-sources > li::before {
  content: "※";
  margin-right: 0.25em;
}

.contact-tel__inner {
  padding: 10px 0;
  width: 100%;
}

.contact-tel__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.contact-tel__num {
  display: table-cell;
  vertical-align: middle;
}

.contact-tel__num img {
  vertical-align: top;
  margin-top: 8px;
}

.contact-tel__num p {
  display: inline-block;
  margin-left: 5px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: -.1rem;
}

.contact-tel__hours p {
  font-size: 12px;
  font-size: 0.75rem;
}

.txt-mv {
  background-color: #f2f2f2;
  margin-bottom: 30px;
  overflow: hidden;
}

.txt-mv__contents {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .txt-mv__contents {
    padding: 0 50px;
  }
}

@media screen and (min-width: 769px) {
  .txt-mv__contents--inner {
    padding: 20px 50px;
  }
}

@media screen and (max-width: 768px) {
  .txt-mv__contents--inner {
    padding: 20px 0;
  }
}

.txt-mv__contents--title {
  text-align: center;
}

.txt-mv__contents--title p {
  font-size: 18px;
  font-size: 1.125rem;
}

.txt-mv__contents--title h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.0em;
}

.txt-mv__contents--link {
  text-align: right;
}

.txt-mv__contents--link p {
  display: inline-block;
}

.txt-mv__contents--link p a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-mv__contents--link p a::before {
  border: 1px solid;
  border-color: #333 #333 transparent transparent;
  content: '';
  display: inline-block;
  height: 7px;
  margin-right: 7px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  width: 7px;
}

@media screen and (min-width: 769px) {
  .page-nav {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 147px;
    z-index: 100;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-nav {
    top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .page-nav {
    display: block;
    position: relative;
    z-index: 100;
  }
}

@media screen and (min-width: 769px) {
  .page-nav__title {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page-nav__title {
    background-color: #cc023a;
    border-bottom: 1px solid white;
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: bold;
    height: 57px;
    padding: 0 19px;
    position: relative;
  }
}

.page-nav__trigger::before {
  background: url("/content/dam/nttcom/hq/jp/business/services/cmn/img/cmn-i-plus-white.png") center/auto 100% no-repeat;
  bottom: 0;
  content: '';
  display: block;
  height: 0.8em;
  margin: auto;
  position: absolute;
  right: 4%;
  top: 0;
  width: 0.8em;
}

.page-nav__trigger.open::before {
  background-image: url("/content/dam/nttcom/hq/jp/business/services/cmn/img/cmn-i-minus-white.png");
}

.page-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .page-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .page-nav__list {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .page-nav__list--item {
    width: calc(100% / 2);
  }
  .page-nav__list--item:not(:first-child) {
    border-left: 1px solid #666666;
  }
  .page-nav__list--item a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #013364;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 0.875rem;
    height: 63px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 100%;
  }
  .page-nav__list--item a:hover {
    background-color: #cc023a;
  }
  .page-nav__list--item.selected a {
    background-color: #cc023a;
  }
}

@media screen and (max-width: 768px) {
  .page-nav__list--item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-nav__list--item a {
    background-color: #666666;
    border: none;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 21px 40px 21px 21px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
}

.block-free__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .block-free__inner {
    padding: 15px 20px;
  }
}

.block-free__inner--banners {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .block-free__inner--banners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}

.block-free__inner--banners > li {
  font-size: 0;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .block-free__inner--banners > li {
    margin-right: 1.333%;
    max-height: 60px;
    width: 24%;
  }
  .block-free__inner--banners > li:nth-of-type(4n) {
    margin-right: 0;
  }
  .block-free__inner--banners > li:nth-of-type(n+5) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .block-free__inner--banners > li {
    text-align: center;
    width: 100%;
  }
  .block-free__inner--banners > li:nth-of-type(n+2) {
    margin-top: 5px;
  }
}

.block-free__inner--banners > li a {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
}

.block-free__inner--banners > li a img {
  max-height: 100%;
}

.block-free__inner--banners > li a:hover {
  opacity: 0.7;
}

.news-contents__inner {
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .news-contents__inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .news-contents__inner {
    padding: 0 20px;
  }
}

.news-contents__inner .list-cmn-info {
  border-bottom: 1px solid #ddd;
  line-height: 1.64;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .news-contents__inner .list-cmn-info:first-child {
    margin-top: 0;
  }
}

.news-contents__inner .list-cmn-info > li {
  border-top: 1px solid #ddd;
  line-height: 1.5;
  padding: 12px 0;
}

.news-contents__inner .list-cmn-info > li > .time {
  display: block;
}

@media screen and (min-width: 769px) {
  .news-contents__inner .list-cmn-info > li > .time {
    float: left;
    min-width: 9.5em;
    margin: 0 17px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .news-contents__inner .list-cmn-info > li > .time {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .news-contents__inner .list-cmn-info > li > .body {
    overflow: hidden;
  }
}

.news-contents__inner .list-cmn-info > li a {
  display: inline-block;
  line-height: 2;
  position: relative;
  text-decoration: underline;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .news-contents__inner .list-cmn-info > li a {
    padding-left: 1em;
  }
}

.news-contents__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 40px;
}

.news-contents__title::after {
  background-color: #d3d3d3;
  content: '';
  display: block;
  height: 3px;
}

@media screen and (min-width: 769px) {
  .news-contents__title::after {
    margin: 30px 0 0;
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .news-contents__title::after {
    margin: 20px 0 0;
    width: 60px;
  }
}

.news-contents__title--en {
  color: #CC023A;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .news-contents__title--en {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .news-contents__title--en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.news-contents__title--ja {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .news-contents__title--ja {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 14px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .news-contents__title--ja {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 11px 0 0;
  }
}

.news-contents__title .ta-right {
  margin: 0 0 0 auto;
}

.news-contents__title .ta-left {
  text-align: 0 auto 0 0;
}

.news-contents__title--all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 40px;
}

.news-contents__title--all--ja {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 2;
  margin: 30px auto 20px;
  text-align: center;
}

.news-contents__wrap {
  margin: 0 auto;
  max-width: 966px;
}

.news-contents__item {
  border-bottom: 1px solid #dcdcdc;
  color: #000;
  padding: 15px 0;
}

@media screen and (min-width: 769px) {
  .news-contents__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news-contents__item:first-of-type {
  padding: 0 0 15px;
}

.news-contents__item--time {
  display: block;
}

@media screen and (min-width: 769px) {
  .news-contents__item--time {
    font-size: 16px;
    font-size: 1rem;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .news-contents__item--time {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.news-contents__item--title {
  display: block;
  line-height: 2;
  text-decoration: underline;
}

.news-contents__item--title:hover {
  color: #cc023a;
}

.news-contents__view {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .news-contents__view {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .news-contents__view {
    margin-top: 1.25rem;
  }
}

.news-contents__view a {
  color: #000;
  text-decoration: none;
}

.news-contents__view a:hover {
  color: #cc023a;
}

@media screen and (max-width: 768px) {
  .news-contents__view a {
    background: url("/content/dam/nttcom/hq/jp/business/cmn/dcc-temp/images/ico/ico_arrow_r01.png") no-repeat 0 0.65em;
    background-size: 6px;
    display: inline-block;
    padding-left: 1em;
    text-decoration: none;
    word-break: break-all;
    word-wrap: break-word;
  }
}

@media screen and (min-width: 769px) {
  .news-contents__view a {
    padding-left: 14px;
  }
  .news-contents__view a::after {
    background: url("/content/dam/nttcom/hq/jp/business/cmn/dcc-temp/images/ico/ico_arrow_r01.png") no-repeat 0 0;
    background-size: 6px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 6px;
  }
}

.h-nav-box {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .h-nav-box {
    padding: 15px 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-box {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
}

.h-nav-box > nav {
  position: relative;
  width: 100%;
  z-index: 20;
}

.h-nav-box__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 40px;
}

.h-nav-box__title::after {
  background-color: #d3d3d3;
  content: '';
  display: block;
  height: 3px;
}

@media screen and (min-width: 769px) {
  .h-nav-box__title::after {
    margin: 30px 0 0;
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-box__title::after {
    margin: 20px 0 0;
    width: 60px;
  }
}

.h-nav-box__title--en {
  color: #CC023A;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .h-nav-box__title--en {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-box__title--en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.h-nav-box__title--ja {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .h-nav-box__title--ja {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 14px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-box__title--ja {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 11px 0 0;
  }
}

.h-nav-box__title .ta-right {
  margin: 0 0 0 auto;
}

.h-nav-box__title .ta-left {
  text-align: 0 auto 0 0;
}

.h-nav-box__list {
  list-style: none;
  line-height: 1.64;
  margin: 0;
  padding: 0;
}

.h-nav-box__list > li {
  display: inline-block;
  vertical-align: top;
}

.h-nav-box__list > li a {
  background: #fff url("/content/dam/nttcom/hq/jp/business/cmn/dcc-temp/images/ico/ico_arrow_r01.png") no-repeat 12px center;
  background-size: 6px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 10px 11px 12px 23px;
  position: relative;
  text-align: left;
}

.h-nav-box__list > li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.h-nav-box__list > li a::after {
  border: 1px solid #d6d6d6;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.h-nav-box__list > li a:hover {
  -webkit-transition: color .3s ease, -webkit-text-decoration .3s ease;
  transition: color .3s ease, -webkit-text-decoration .3s ease;
  transition: color .3s ease, text-decoration .3s ease;
  transition: color .3s ease, text-decoration .3s ease, -webkit-text-decoration .3s ease;
}

.h-nav-box__list > li a:hover::after {
  border: 2px solid #69a1fe;
}

.h-nav-box__list > li a span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.h-nav-box__list > li a.is-current {
  background: #fff url("/content/dam/nttcom/hq/jp/business/cmn/dcc-temp/images/ico/ico_arrow_r03.png") no-repeat 12px center;
  background-size: 6px;
  cursor: default;
  font-weight: bold;
}

.h-nav-box__list > li a.is-current span {
  color: #c03;
}

.h-nav-box__list > li a.is-current:hover {
  -webkit-transition: none;
  transition: none;
}

.h-nav-box__list > li a.is-current:hover::after {
  border: 1px solid #d6d6d6;
}

@media screen and (min-width: 769px) {
  .h-nav-box__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 10px auto 0;
    width: 677px;
  }
  .h-nav-box__list > li {
    margin: 10px 10px 0 0;
    width: 219px;
  }
  .h-nav-box__list > li:nth-child(3n) {
    margin-right: 0;
  }
  .h-nav-box__list > li a {
    height: 100%;
    vertical-align: middle;
    width: 220px;
  }
  .h-nav-box__list > li a:visited {
    color: #7600b3;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-box__list {
    margin: 0 auto;
    width: 100%;
  }
  .h-nav-box__list > li {
    margin: 5px 0 0;
    width: 100%;
  }
  .h-nav-box__list > li:first-child {
    margin-top: 0;
  }
  .h-nav-box__list > li a {
    text-decoration: none;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
  }
  .h-nav-box__list > li a:visited {
    color: #000;
  }
}

.h-nav-box__to-top {
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  .h-nav-box__to-top {
    margin-top: 20px;
    padding: 15px 11px 0;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-box__to-top {
    margin-top: 15px;
    padding: 10px 11px 0;
  }
}

.h-nav-box__to-top a {
  display: inline-block;
  padding-left: 1em;
  background: url("/content/dam/nttcom/hq/jp/business/cmn/dcc-temp/images/ico/ico_arrow_r01.png") no-repeat 0 0.65em;
  background-size: 6px;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}

.h-nav-box__to-top a:hover {
  color: #cc023a;
}

.contact-info {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .contact-info {
    background-image: url("/content/dam/nttcom/hq/jp/business/cmn/img/dcc_temp/img_bg.jpg");
  }
}

@media screen and (max-width: 768px) {
  .contact-info {
    background-image: url("/content/dam/nttcom/hq/jp/business/cmn/img/dcc_temp/img_bg_sp.jpg");
  }
}

.contact-info__inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
}

.contact-info__list {
  padding: 51px 0 58px;
}

@media screen and (min-width: 769px) {
  .contact-info__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-info__item {
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .contact-info__item {
    padding: 34px 70px 50px;
    width: calc(50% - 20px);
  }
  .contact-info__item:not(:first-of-type) {
    margin: 0 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .contact-info__item {
    padding: 34px 24px 45px;
    width: 100%;
  }
  .contact-info__item:not(:first-of-type) {
    margin: 30px 0 0;
  }
}

.contact-info__item--title {
  color: #cc023a;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.contact-info__item--title.tt-bk {
  color: #333;
}

.contact-info__item--text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin: 15px 0 0;
}

.contact-info__item--tel {
  color: #cc023a;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
}

.contact-info__item--note {
  font-size: 12px;
  font-size: 0.75rem;
}



.contact-info__item--buttons {
  margin: 18px 0 0;
}

@media screen and (min-width: 769px) {
  .contact-info__item--buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .contact-info__item--buttons {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .contact-info__item--buttons p {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 220px;
  }
  .contact-info__item--buttons p:nth-of-type(even) {
    margin-right: 0;
  }
  .contact-info__item--buttons p:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact-info__item--buttons p {
    margin-bottom: 10px;
    width: 100%;
  }
  .contact-info__item--buttons p:last-of-type {
    margin-bottom: 0;
  }
}

.contact-info__item--buttons a {
  font-weight: bold;
  transition-duration: 1s;
}

.contact-info__item--buttons a:hover {
  background-color: #fd0449;
  text-shadow: 0px 0px 5px rgb(0 0 0);
  transition: all 0.3s ease;
}

.contact-info__item--buttons a.btn-yellow:hover {
  background-color: #fff201;
  text-shadow: none;
  transition: all 0.3s ease;
}

.contact-info__item--buttons p a {
  background-color: #cc023a;
  border-radius: 6px;
  border: 2px solid #000;
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
}

.contact-info__item--buttons p a::before {
  background-image: url("/content/dam/nttcom/hq/cmn/img/arrow-right-accent.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 6px;
  transition: all 0.5s ease;
}

.contact-info__item--buttons p a:hover::before{
  right: 10px;
  transition: all 0.1s ease;
}

.contact-info__item--buttons p a:hover {
  opacity: 0.8;
}

.contact-info__item--buttons p a.btn-yellow {
  background-color: #fed33e;
  color: #000;
}

.contact-info__item--buttons p a.btn-yellow::before {
  background-image: url("/content/dam/nttcom/hq/jp/business/cmn/img/dcc_temp/icon_arrow_right_black.svg");
}

.notes-area {
  margin-top: 60px;
}

.notes-area__inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .notes-area__inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .notes-area__inner {
    padding: 0 20px;
  }
}

.notes-area__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notes-area__list > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 6px;
  margin-left: 1.6em;
  text-indent: -1.6em;
}

.notes-area__list > li::before {
  content: "\203b";
  margin-right: 0.5em;
}

.relation-contents {
  margin-top: 60px;
}

.relation-contents__inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .relation-contents__inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .relation-contents__inner {
    padding: 0 20px;
  }
}

.relation-contents__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0 0 40px;
  text-align: center;
}

.relation-contents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .relation-contents__item {
    width: calc(100% / 4 - 29px * 3 / 4);
  }
  .relation-contents__item:not(:nth-of-type(4n)) {
    margin: 0 calc(21.7px * 4 / 3) 0 0;
  }
  .relation-contents__item:nth-of-type(n + 5) {
    margin-top: 42px;
  }
}

@media screen and (max-width: 768px) {
  .relation-contents__item {
    width: calc(100% / 2 - 21px / 2);
  }
  .relation-contents__item:nth-of-type(odd) {
    margin: 0 21px 0 0;
  }
  .relation-contents__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

.relation-contents__item--image {
  height: 110px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.relation-contents__item--image img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.relation-contents__item--group {
  background-color: #f2f2f2;
}

@media screen and (min-width: 769px) {
  .relation-contents__item--group {
    padding: 18px 17px 20px;
  }
}

@media screen and (max-width: 768px) {
  .relation-contents__item--group {
    padding: 14px 10px 12px;
  }
}

.relation-contents__item--title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

.relation-contents__item--text {
  margin: 10px 0 0;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .relation-contents__item--text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .relation-contents__item--text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.relation-contents__item--button a {
  border-radius: 0;
  background-color: #4C4C4C;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding-left: 15px;
  padding-right: 45px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .relation-contents__item--button a {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .relation-contents__item--button a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.relation-contents__item--button a:hover {
  background-color: #000;
}

.relation-contents__item--button a::before {
  background-image: url("/content/dam/nttcom/hq/cmn/img/arrow-right-accent.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 18px;
  top: 0;
  width: 6px;
}

.relation-contents__item--button a::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}

.h2__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 40px;
}

.h2__title::after {
  background-color: #d3d3d3;
  content: '';
  display: block;
  height: 3px;
}

@media screen and (min-width: 769px) {
  .h2__title::after {
    margin: 30px 0 0;
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .h2__title::after {
    margin: 20px 0 0;
    width: 60px;
  }
}

.h2__title--en {
  color: #CC023A;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .h2__title--en {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .h2__title--en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.h2__title--ja {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .h2__title--ja {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 14px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .h2__title--ja {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 11px 0 0;
  }
}

.h2__title .ta-right {
  margin: 0 0 0 auto;
}

.h2__title .ta-left {
  text-align: 0 auto 0 0;
}

.h3__title {
  background-color: #f6f6f6;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 7px 10px;
}

.h3__title h3 {
  font-size: 16px;
  font-size: 1rem;
}

.anchor-nav {
  border: 1px solid #ccc;
  display: block;
  margin: 10px auto 0;
  max-width: 600px;
  padding: 21px 20px 22px;
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 769px) {
  .anchor-nav {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .anchor-nav {
    width: calc(100% - 40px);
  }
}

.anchor-nav .h2__title--ja {
  font-size: 16px;
  font-size: 1rem;
}

.anchor-nav__list {
  counter-reset: anchor-list;
  line-height: 1.64;
  margin: 0;
  padding: 0;
}

.anchor-nav__list > li {
  counter-increment: anchor-list;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 6px;
}

.anchor-nav__list > li:first-of-type {
  margin-top: 0;
}

.anchor-nav__list > li::before {
  content: counter(anchor-list) ". ";
  display: inline-block;
  margin-right: 0.25em;
}

.anchor-nav__list > li a {
  text-decoration: none;
}

.anchor-nav__list > li a:hover {
  color: #c03;
}

.anchor-nav__list > li a::after {
  border: 1px solid;
  border-color: #333 #333 transparent transparent;
  content: '';
  display: inline-block;
  height: 4px;
  -webkit-transform: rotate(135deg) translate(-10px, -2px);
          transform: rotate(135deg) translate(-10px, -2px);
  width: 4px;
}

.yt-movie__default {
  margin-bottom: 30px;
  text-align: center;
}

.yt-movie__default:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .yt-movie__default iframe {
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .yt-movie__default iframe {
    max-width: 100%;
  }
}

.accordion-contents__title {
  cursor: pointer;
  padding-right: 90px;
}

.accordion-contents__title--toggle {
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
}

.accordion-contents__title--toggle span {
  line-height: 1.4;
  vertical-align: middle;
}

.accordion-contents__title--toggle img {
  margin-left: 10px;
  vertical-align: middle;
}

.accordion-contents__body {
  margin-bottom: 30px;
}

.accordion-contents__body[aria-hidden="true"] {
  display: none;
}

.accordion-contents__body[aria-hidden="false"] {
  display: block;
}

/* 画面右下フロートボタン*/

.contactUsButton {
  position: fixed;
  right: 20px;
  z-index: 970;
}

.contactUsButton a {
  background: #cc023a;
  border-radius: 10px;
  border: 2px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 10px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 10px !important;
  color: #fff;
  display: inline-block;
  font-family: FrutigerNeueLTW10-Bold, "Frutiger Neue W01 Bd", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  min-width: 200px;
  padding: 12px 20px 12px 20px;
  text-align: center;
  text-decoration: none;
  transition-duration: 1s;
}

.contactUsButton a:hover {
  background-color: #fd0449;
  text-shadow: 0px 0px 5px rgb(0 0 0);
  transition: all 0.3s ease;
}

.contactUsButton a::after {
  border-right: 0.13em solid #fff;
  border-top: 0.13em solid #fff;
  content: "";
  display: inline-block;
  height: 0.5em;
  margin-left: 1rem;
  -webkit-transform: rotate(45deg) translateY(-2px);
  transform: rotate(45deg) translateY(-2px);
  width: 0.5em;
  position: absolute;
  top: 18px;
  right: 20px;
  transition: all 0.5s ease;
}

.contactUsButton a:hover::after {
  right: 15px !important;
  transition: all 0.3s ease;
}

.contactUsButton--yellow a {
  background: #ffd601;
  color: #000;
}

.contactUsButton--yellow a:hover {
  background-color: #fff201;
  text-shadow: none;
}

.contactUsButton--yellow a::after {
  border-top: 0.13em solid #000;
  border-right: 0.13em solid #000;
}



.layout__contents {
  width: 100%;
}

.layout__contents::after {
  clear: both;
  content: " ";
  display: block;
}

@media screen and (min-width: 769px) {
  .layout__contents .cols-12 {
    float: none;
    width: 100%;
  }
  .layout__contents .cols-11 {
    width: 91.6667%;
  }
  .layout__contents .cols-10 {
    width: 83.3334%;
  }
  .layout__contents .cols-9 {
    width: 75%;
  }
  .layout__contents .cols-8 {
    width: 66.6667%;
  }
  .layout__contents .cols-7 {
    width: 58.3329%;
  }
  .layout__contents .cols-6 {
    width: 50%;
  }
  .layout__contents .cols-5 {
    width: 41.6671%;
  }
  .layout__contents .cols-4 {
    width: 33.3333%;
  }
  .layout__contents .cols-3 {
    width: 25%;
  }
  .layout__contents .cols-2 {
    width: 16.6666%;
  }
  .layout__contents .cols-1 {
    width: 8.3333%;
  }
}

@media screen and (max-width: 768px) {
  .layout__contents .cols-12,
  .layout__contents .cols-11,
  .layout__contents .cols-10,
  .layout__contents .cols-9,
  .layout__contents .cols-8,
  .layout__contents .cols-7,
  .layout__contents .cols-6,
  .layout__contents .cols-5,
  .layout__contents .cols-4,
  .layout__contents .cols-3,
  .layout__contents .cols-2,
  .layout__contents .cols-1 {
    padding-left: 0.8%;
    padding-right: 0.8%;
    width: 100%;
  }
}

.layout__leftBox {
  float: left;
}

.layout__rightBox {
  float: right;
}

.layout__img > * {
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .layout__img.layout__leftBox {
    padding-right: 20px;
  }
  .layout__img.layout__rightBox {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .layout__img + .layout__txt {
    margin-top: 1.0rem;
  }
}

@media screen and (min-width: 769px) {
  .layout__img--upper, .layout__img--bottom, .layout__img--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout__img--upper > *, .layout__img--bottom > *, .layout__img--single > * {
    line-height: 1;
    margin-bottom: 0;
    max-width: 24.0%;
  }
}

@media screen and (max-width: 768px) {
  .layout__img--upper > *, .layout__img--bottom > *, .layout__img--single > * {
    line-height: 1;
    margin-bottom: 20px;
  }
}

.layout__img--upper {
  margin-bottom: 20px;
}

.layout__img--bottom {
  margin-top: 20px;
}

.layout__txt {
  max-width: 100%;
}

.grids__contents {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .grids__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.grids__contents .yt-movie__default iframe {
  max-width: 100%;
  min-height: 200px;
  height: auto;
}

.grids__contents [class*="grids-"] {
  display: block;
}

@media screen and (min-width: 481px) {
  .grids__contents [class*="grids-"] {
    padding-right: 0.8%;
  }
  .grids__contents [class*="grids-"]:not(:first-of-type) {
    padding-left: 0.8%;
  }
  .grids__contents [class*="grids-"]:last-of-type {
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .grids__contents [class*="grids-"] {
    margin-top: 10px;
  }
}

@media screen and (min-width: 481px) {
  .grids__contents.t-c [class*="grids-"] {
    margin: 0 auto;
  }
}

@media screen and (min-width: 481px) {
  .grids__contents .grids-12 {
    width: 100%;
  }
  .grids__contents .grids-11 {
    width: 91.6667%;
  }
  .grids__contents .grids-10 {
    width: 83.3334%;
  }
  .grids__contents .grids-9 {
    width: 75%;
  }
  .grids__contents .grids-8 {
    width: 66.6667%;
  }
  .grids__contents .grids-7 {
    width: 58.3329%;
  }
  .grids__contents .grids-6 {
    width: 50%;
  }
  .grids__contents .grids-5 {
    width: 41.6671%;
  }
  .grids__contents .grids-4 {
    width: 33.3333%;
  }
  .grids__contents .grids-3 {
    width: 25%;
  }
  .grids__contents .grids-2 {
    width: 16.6666%;
  }
  .grids__contents .grids-1 {
    width: 8.3333%;
  }
}

@media screen and (max-width: 480px) {
  .grids__contents .grids-12,
  .grids__contents .grids-11,
  .grids__contents .grids-10,
  .grids__contents .grids-9,
  .grids__contents .grids-8,
  .grids__contents .grids-7,
  .grids__contents .grids-6,
  .grids__contents .grids-5,
  .grids__contents .grids-4,
  .grids__contents .grids-3,
  .grids__contents .grids-2,
  .grids__contents .grids-1 {
    padding-left: 0.8%;
    padding-right: 0.8%;
    width: 100%;
  }
}

table th, table td {
  border: 1px solid #aaa;
}

@-moz-document url-prefix() {
  table th, table td {
    background-clip: padding-box;
  }
}

table th {
  background-color: #eee;
}

.history__back {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .history__back {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .history__back {
    margin-top: 1.25rem;
  }
}

.history__back a {
  color: #000;
  text-decoration: none;
}

.history__back a:hover {
  color: #cc023a;
}

@media screen and (max-width: 768px) {
  .history__back a {
    background: url("/content/dam/nttcom/hq/jp/business/cmn/dcc-temp/images/ico/ico_arrow_r01.png") no-repeat 0 0.65em;
    background-size: 6px;
    display: inline-block;
    padding-left: 1em;
    text-decoration: none;
    word-break: break-all;
    word-wrap: break-word;
  }
}

@media screen and (min-width: 769px) {
  .history__back a {
    padding-left: 14px;
  }
  .history__back a::after {
    background: url("/content/dam/nttcom/hq/jp/business/cmn/dcc-temp/images/ico/ico_arrow_r01.png") no-repeat 0 0;
    background-size: 6px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 6px;
  }
}

.inline-box {
  background: #fff;
  border-radius: 6px;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
  width: 600px;
}

.inline-box h1, .inline-box h2, .inline-box h3, .inline-box h4 {
  margin: 0;
  padding: 0;
}

.inline-box img {
  max-width: 100%;
}

.main-article .c-inner {
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .main-article .c-inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .main-article .c-inner {
    padding: 0 20px;
  }
}

.main-article .c-inner .c-title.--primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 40px;
}

.main-article .c-inner .c-title.--primary::after {
  content: '';
  display: block;
  background-color: #d3d3d3;
  height: 3px;
  width: 60px;
  margin: 20px 0 0;
}

.main-article .c-inner .c-title.--primary .--en {
  color: #cc023a;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: .1em;
  line-height: 1;
}

.main-article .c-inner .c-title.--primary .--ja {
  line-height: 1;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 11px 0 0;
  font-weight: bold;
}

.main-article .c-inner .p-news__wrap {
  max-width: 966px;
  margin: 0 auto;
}

.main-article .c-inner .p-news__wrap .s-ta-r {
  text-align: right !important;
}

.main-article .c-inner .p-news__wrap .s-ta-r a {
  display: inline-block;
  padding-left: 1em;
  background: url("/content/dam/nttcom/hq/jp/business/cmn/dcc-temp/images/ico/ico_arrow_r01.png") no-repeat 0 0.65em;
  background-size: 6px;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}

.main-article .c-inner .p-news__item {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0;
}

@media screen and (min-width: 769px) {
  .main-article .c-inner .p-news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-article .c-inner .p-news__item:first-of-type {
  padding: 0 0 15px;
}

.main-article .c-inner .p-news__time {
  display: block;
  width: 150px;
}

@media screen and (min-width: 769px) {
  .main-article .c-inner .p-news__time {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .main-article .c-inner .p-news__time {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 769px) {
  .main-article {
    padding: 70px 0 0;
  }
  .main-article__contents {
    margin: 60px auto 0;
    padding-bottom: 100px;
    width: 1160px;
  }
  .main-article__contents--inner {
    padding: 0 50px 100px;
  }
  .main-article__contents--inner > section {
    padding-top: 110px;
    padding-bottom: 20px;
  }
  .main-article__contents--inner > section:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-article {
    padding: 60px 0 0;
  }
  .main-article__contents {
    margin: 40px auto 0;
  }
  .main-article__contents--inner {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px 100px;
    width: 100%;
  }
  .main-article__contents--inner > section {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .main-article__contents--inner > section:first-child {
    padding-top: 0;
  }
}