@charset "UTF-8";
header {
  z-index: 1000;
  position: relative;
  background-color: #fff;
}

.footer-breadcrumbs-2019 {
  z-index: 1000;
  position: relative;
}

footer {
  z-index: 1000;
  position: relative;
}

#nav-top-area {
  z-index: 1010;
}

#contents-area,
.lyt-col-1 #contents-body {
  width: 100%;
}

.sb5g-contents-title h2{
  display: none;
  position: absolute;
}

.sb5g-topics-section h2 {
  text-align: center;
}

.sb5g-related-section h2 {
text-align: center;
}

#contents-body-inner {
  background-color: #d8dfe4;
  overflow-x: hidden;
  background-attachment: fixed;
  width: 100%;
  min-width: 990px;
  overflow-y: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#contents-body-inner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents-body-inner p {
  margin: 0;
}

#contents-body-inner a:hover {
  text-decoration: none;
}

#contents-body-inner img {
  max-width: 100%;
  height: auto;
}

#contents-body-inner .newwindowicon {
  display: none !important;
}

.sb5g-bg {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.sb5g-bg > img {
  width: 100%;
  height: auto;
}

.sb5g-inner-body {
  margin: 0 auto;
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  position: relative;
}

.sb5g-btn {
  display: block;
  position: relative;
}

.sb5g-btn img {
  z-index: 2;
}

.sb5g-btn:before, .sb5g-btn:after {
  content: "";
  background-color: #000;
  display: block;
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.sb5g-btn:before {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.sb5g-mv-section {
  background-color: transparent;
  padding-top: 150px;
	margin-bottom: -150px;
}

.sb5g-mv-title {
  padding-left: 16.78571%;
  padding-right: 40px;
}

.sb5g-mv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sb5g-mv-title > .sb5g-mv-title-left {
  margin-right: 13.57143%;
  width: 477px;
  position: relative;
}

.sb5g-mv-cover {
  margin-top: 40px;
}

.sb5g-mv-title > .sb5g-mv-copy {
  position: relative;
}



.sb5g-mv-title > .sb5g-mv-copy > p:not(:first-of-type) {
  margin-top: 16.5% !important;
}

.sb5g-mv-title > .sb5g-mv-copy > p > span {
  display: block;
  line-height: 0;
  position: relative;
  left: -100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}

.sb5g-mv-title > .sb5g-mv-copy > p > span:after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
  display: block;
  width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 1;
}

.sb5g-mv-title > .sb5g-mv-copy > p > span:not(:first-of-type) {
  margin-top: 5.5% !important;
}

.sb5g-mv-title > .sb5g-mv-copy > p > span.on {
  visibility: visible;
  left: 0;
}

.sb5g-mv-title > .sb5g-mv-copy > p > span.on:after {
  width: 0;
}

.sb5g-mv-notice {
  margin-top: 60px;
  width: 102%;
  border-top: 2px solid #000;
  padding: 7px 0;
  box-sizing: border-box;
}

.sb5g-mv-notice > img {
  border: 2px solid #000;
}

.sb5g-mv-notice_text{
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #000;
  -webkit-text-stroke: 0.5px #000;
  letter-spacing: 1px;
}

.sb5g-mv-notice_text a{
  color: #006699;
  position: relative;
  -webkit-text-stroke: 0.5px #006699;
  padding-right: 15px;
}

.sb5g-mv-notice_text a::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  /*background-image: url(/mobile/set/data/special/softbank-5g/img/p/link_arrow.svg);
  */border-top: 2px solid #006699;
  border-left: 2px solid #006699;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(134deg);
  -webkit-transform: translateY(-50%) rotate(134deg);
  -moz-transform: translateY(-50%) rotate(134deg);
  -ms-transform: translateY(-50%) rotate(134deg);
  -o-transform: translateY(-50%) rotate(134deg);
  transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
}

.sb5g-mv-notice_text a:hover{
  opacity:0.7;
}

.sb5g-mv-notice_text a:hover::after{
  right: -5px;
}

.sb5g-mv-copy01 {
  width: 97.01493%;
}

.sb5g-mv-copy02 {
  width: 51.34328%;
}

.sb5g-mv-copy03 {
  width: 100%;
}

.sb5g-mv-copy04 {
  width: 93.43284%;
}

.sb5g-mv-copy05 {
  width: 79.40299%;
}

.sb5g-mv-copy06 {
  width: 73.43284%;
}

.sb5g-news {
  width: 1000px;
  margin: 48px auto 0px;
  padding-bottom: 40px;
}

.sb5g-news-list {
  background: #e2eef5B3;
  padding: 26px 0 24px 70px;
}

.sb5g-news-item {
  list-style: none;
}

.sb5g-news-item + .sb5g-news-item {
  margin-top: 30px;
}

.sb5g-news-link {
  display: block;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-weight: bold;
  color: #000000;
}

.sb5g-news-link:hover {
  opacity: 0.5;
  transition: 0.2s;
  color: #000000;
  text-decoration: none;
}

.sb5g-news-link:active, .sb5g-news-link:focus {
  color: #000000;
  text-decoration: none;
}

.sb5g-news-label {
  width: 136px;
  margin-right: 25px !important;
}

.sb5g-news-label-date {
  margin-right: 12px;
  padding: 2px 8px;
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: normal;
}

.sb5g-news-label-new {
  display: inline-block;
  color: #5878e4;
  font-size: 16px;
}

.sb5g-news-texts {
  color: #000000;
}

.sb5g-news-ttl {
  font-size: 24px;
}

.sb5g-news-text {
  position: relative;
  font-size: 16px;
}

.sb5g-news-text::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/mobile/set/data/special/softbank-5g/img/p/btn-sb5g-news.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}

.sb5g-contents-section,
.sb5g-contents-section-item {
margin-top: 300px;
}

.sb5g-contents-section .sb5g-inner-body {
  padding-right: 0;
}

.sb5g-contents-none {
  padding-top: 300px;
  margin: 0;
}

.sb5g-contents-none + .sb5g-contents-section-item {
  margin-top: 0;
}

.sb5g-contents-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 1480px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 80px;
  margin-top: -50px;
  min-width: 990px;
  pointer-events: none;
}

.sb5g-contents-title.fix {
  position: fixed;
  top: 160px;
}

.sb5g-contents-title.fix .sb5g-contents-title-h2-group > div {
  width: 100%;
}

.sb5g-contents-title-body {
  position: relative;
}

.sb5g-contents-title-body > article {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: 1;
}

.sb5g-contents-title-body > article > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  pointer-events: none;
}

.sb5g-contents-title-body > article:first-of-type {
  display: block;
}

.sb5g-contents-title-body > article.off {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0 !important;
  left: -200px;
  z-index: 10 !important;
}

.sb5g-contents-title-body > article.off .sb5g-contents-title-word + img {
  display: none !important;
}

.sb5g-contents-title-body > article.off > a {
  pointer-events: none !important;
}

.sb5g-contents-title-body > article.on {
  opacity: 1;
}

.sb5g-contents-title-body > article.on > a {
  pointer-events: auto;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li > ul {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 0px;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li > ul.scroll2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: -105px;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(1) > ul {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(2) > ul {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(3) > ul {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(4) > ul {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(5) > ul {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(6) > ul {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(7) > ul {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(8) > ul {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(9) > ul {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(10) > ul {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(11) > ul {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(12) > ul {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(13) > ul {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(14) > ul {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(15) > ul {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(16) > ul {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(17) > ul {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(18) > ul {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-word > li:nth-of-type(19) > ul {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-copy > p > span {
  width: 100%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-copy > p:nth-of-type(2) > span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sb5g-contents-title-body > article.on .sb5g-contents-title-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  left: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  pointer-events: initial;
}

.sb5g-contents-title-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sb5g-contents-title-word > li {
  height: 105px;
  position: relative;
  overflow: hidden;
}

.sb5g-contents-title-word > li > img {
  visibility: hidden;
}

.sb5g-contents-title-word > li:not(:last-of-type) {
  margin-right: 5px;
}

.sb5g-contents-title-word > li.space {
  margin-right: 60px;
}

.sb5g-contents-title-word > li.mr-n10 {
  margin-left: -10px;
}

.sb5g-contents-title-word > li > ul {
  position: absolute;
  width: 100%;
  top: 105px;
  left: 0;
}

.sb5g-contents-title-word > li > ul > li {
  height: 105px;
}

.sb5g-contents-title .sb5g-contents-title-h2-group {
  position: relative;
}

.sb5g-contents-title .sb5g-contents-title-h2-group > div {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 160px;
  width: calc(100% - 160px);
  height: 651px;
}

.sb5g-contents-title .sb5g-contents-title-h2-group > div > ul {
  top: 0;
  left: -160px;
  z-index: 1;
}

.sb5g-contents-title-copy {
  margin-top: 40px;
}

.sb5g-contents-title-copy > p {
  position: relative;
}

.sb5g-contents-title-copy > p > img {
  max-width: none !important;
  visibility: hidden;
}

.sb5g-contents-title-copy > p > span {
  position: absolute;
  overflow: hidden;
  width: 0;
  top: 0;
  left: 0;
  width: 0;
}

.sb5g-contents-title-copy > p > span > img {
  max-width: none !important;
}

.sb5g-contents-title-copy > div {
  margin-top: 5px;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  position: relative;
}

.sb5g-contents-title-copy > div > div {
  color: #fff;
  overflow: hidden;
  position: absolute;
  left: 160px;
  width: calc(100% - 160px);
  height: 752px;
}

.sb5g-contents-title-copy > div > div > p {
  position: relative;
  left: -160px;
  line-height: 1.4 !important;
}

.sb5g-contents-title-link {
  margin-top: 40px;
  width: 240px;
  height: 70px;
  position: relative;
  opacity: 0;
  left: -20px;
}

.sb5g-contents-title-link.on .sb5g-btn:before, .sb5g-contents-title-link.on .sb5g-btn:after {
  width: 100%;
}

.sb5g-contents-title-link .sb5g-btn {
  height: 100%;
  display: block;
  background-color: #5878e4;
  position: relative;
  z-index: 5;
  background-image: url(/mobile/set/data/special/softbank-5g/img/p/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.sb5g-contents-title-link .sb5g-btn > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sb5g-contents-block > ul > li:not(:first-of-type) {
  margin-top: 150px;
}

.sb5g-contents-pic {
  width: calc(100% - 220px);
  margin-left: auto;
  height: auto;
}

.sb5g-topics-section {
  margin-top: 300px;
}

.sb5g-topics-section .sb5g-contents-title-h2-group {
  text-align: center;
}

.sb5g-topics-news-top {
  max-width: 1100px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 20px;
}

.sb5g-topics-news-top > ul > li:not(:first-of-type) {
  margin-top: 60px;
}

.sb5g-topics-news-top > ul > li:nth-of-type(odd) > dl > dt {
  padding-left: 90px;
  padding-right: 280px;
}

.sb5g-topics-news-top > ul > li:nth-of-type(odd) > dl > dd {
  right: 0;
}

.sb5g-topics-news-top > ul > li:nth-of-type(even) > dl > dt {
  margin-left: auto;
  padding-right: 90px;
	padding-left: 280px;
}

.sb5g-topics-news-top > ul > li:nth-of-type(even) > dl > dt > ul > li {
  /*text-align: right;*/
}

.sb5g-topics-news-top > ul > li:nth-of-type(even) > dl > dd {
  left: 0;
}

.sb5g-topics-news-top > ul > li > dl {
  position: relative;
}

.sb5g-topics-news-top > ul > li > dl > dt {
  background-color: #bbc2c7;
  width: 630px;
  height: 440px;
  display: table;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul {
  display: table-cell;
  vertical-align: middle;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul > li:not(:first-of-type) {
  margin-top: 30px;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul > li > div {
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > ul > li:nth-of-type(n+2) {
  margin-top: 15px;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > ul > li > a {
  color: #000;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > ul > li > a:after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-image: url(/mobile/set/data/special/softbank-5g/img/p/link_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > p {
  margin-top: 10px;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > p + p {
  margin-top: 15px !important;
  border-top: 1px solid #000;
  padding-top: 15px;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > a {
  display: inline-block;
  margin-top: 20px;
  line-height: 0;
}

.sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > a:after {
  content: url(/mobile/set/data/special/softbank-5g/img/p/link_arrow.svg);
  margin-left: 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 0;
}

.sb5g-topics-news-top > ul > li > dl > dd {
  width: 58.49057%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sb5g-topics-news-top > ul > li > dl > dd > a {
  display: block;
  position: relative;
}

.sb5g-topics-news-top > ul > li > dl > dd > a:after, .sb5g-topics-news-top > ul > li > dl > dd > a:before {
  content: "";
  display: block;
  width: 0;
  height: 50%;
  background-color: #96a0a6;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  mix-blend-mode: multiply;
}

@supports (-ms-ime-align: auto) {
  .sb5g-topics-news-top > ul > li > dl > dd > a:after, .sb5g-topics-news-top > ul > li > dl > dd > a:before {
    opacity: 0.5;
  }
}

.sb5g-topics-news-top > ul > li > dl > dd > a:before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  top: auto;
  bottom: 0;
}

.sb5g-topics-news-bottom {
  max-width: 1216px;
  width: 100%;
  background-color: #bbc2c7;
  margin: 175px auto 0;
  padding: 0 20px 70px;
}

.sb5g-topics-news-bottom-list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto -115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: -115px;
  position: relative;
}

.sb5g-topics-news-bottom-list > li {
  width: 30.90909%;
}

.sb5g-topics-news-bottom-list > li:nth-of-type(n + 4) {
  margin-top: 60px;
}

.sb5g-topics-news-bottom-list > li > dl > dt > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.sb5g-topics-news-bottom-list > li > dl > dt > a:after, .sb5g-topics-news-bottom-list > li > dl > dt > a:before {
  content: "";
  display: block;
  width: 0;
  height: 50%;
  background-color: #96a0a6;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  mix-blend-mode: multiply;
}

@supports (-ms-ime-align: auto) {
  .sb5g-topics-news-bottom-list > li > dl > dt > a:after, .sb5g-topics-news-bottom-list > li > dl > dt > a:before {
    opacity: 0.5;
  }
}

.sb5g-topics-news-bottom-list > li > dl > dt > a:before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  top: auto;
  bottom: 0;
}

.sb5g-topics-news-bottom-list > li > dl > dd > a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  font-size: 14px;
  padding: 20px 20px 0;
  font-style: italic;
  color: #000;
  font-weight: bold;
}

.sb5g-topics-news-bottom-list > li > dl > dd > a > div {
  background-color: #5878e4;
  color: #fff;
  width: 80px;
  font-style: normal;
  text-align: center;
  margin-bottom: 10px;
  padding: 2px 0;
  font-size: 14px;
}

.sb5g-topics-news-bottom-list > li > dl > dd > a > h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.sb5g-topics-news-bottom-list > li > dl > dd > a > p {
  margin-top: 10px;
  padding-right: 50px;
  position: relative;
}

.sb5g-topics-news-bottom-list > li > dl > dd > a > p > span {
  display: block;
}

.sb5g-topics-news-bottom-list > li > dl > dd > a > p:after {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background-image: url(/mobile/set/data/special/softbank-5g/img/p/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sb5g-topics-news-bottom-btn {
  width: 300px;
  height: 70px;
  display: block;
  background-color: #5878e4;
  position: relative;
  margin: 60px auto 0;
  cursor: pointer;
  background-image: url(/mobile/set/data/special/softbank-5g/img/p/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.sb5g-topics-news-bottom-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sb5g-sns {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}

.sb5g-sns .snsComponent {
  max-width: 1216px;
  margin: 0 auto;
}

.sb5g-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}

.sb5g-modal-close {
  position: absolute;
  top: -78px;
  right: 0;
  width: 58px;
  height: 58px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sb5g-modal-close:hover {
  opacity: 0.8;
}

.sb5g-modal-movie {
  width: 910px;
  height: 510px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sb5g-modal-movie > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#contents-body-inner.device-pc .sb5g-btn:hover:before, #contents-body-inner.device-pc .sb5g-btn:hover:after {
  width: 100%;
}

#contents-body-inner.device-pc .sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > ul > li > a:hover {
  opacity: 0.7;
}

#contents-body-inner.device-pc .sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > ul > li > a:hover:after {
  right: -25px;
}

#contents-body-inner.device-pc .sb5g-topics-news-top > ul > li > dl > dt > ul > li > div > ul > li > a:hover::before {
  left: -25px;
}

#contents-body-inner.device-pc .sb5g-topics-news-top > ul > li > dl > dd > a:hover:after, #contents-body-inner.device-pc .sb5g-topics-news-top > ul > li > dl > dd > a:hover:before {
  width: 100%;
}

#contents-body-inner.device-pc .sb5g-topics-news-bottom-list > li > dl > dt > a:hover:after, #contents-body-inner.device-pc .sb5g-topics-news-bottom-list > li > dl > dt > a:hover:before {
  width: 100%;
}

#contents-body-inner.device-pc .sb5g-topics-news-bottom-list > li > dl > dd > a:hover {
  opacity: 0.5;
}

#contents-body-inner.device-pc .sb5g-topics-news-bottom-list > li > dl > dd > a:hover > p:after {
  right: -5px;
}

@media screen and (max-width: 1260px) {
  .sb5g-mv-notice {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1050px) {
  .sb5g-topics-news-top > ul > li:nth-of-type(odd) > dl > dt {
    padding-right: calc(230px + 8%);
    padding-left: 70px;
  }
}

@media all and (-ms-high-contrast: none) {
  .sb5g-topics-news-top > ul > li > dl > dd > a:after, .sb5g-topics-news-top > ul > li > dl > dd > a:before {
    opacity: 0.5;
  }
  .sb5g-topics-news-bottom-list > li > dl > dt > a:after, .sb5g-topics-news-bottom-list > li > dl > dt > a:before {
    opacity: 0.5;
  }
}

@media print {
  .js-copy-guard { display: none !important; }
}

#sb5g-bg-special-03{
  background: url(/mobile/set/data/special/softbank-5g/img/p/special-03_pic.jpg?20221116) no-repeat center bottom;
  background-size: cover;
}

.sb5g-related-section {
 padding: 150px 0;
}

.sb5g-related-section .sb5g-contents-title-h2-group {
  text-align: center;
}

.sb5g-related-section .bnr_block{
  text-align: center;
  margin: 80px auto 0;
  height: auto;
}

/* titleの動きの削除対応 */
.sb5g-mv-section{
  margin-bottom: 0;
}
.sb5g-contents-section {
  margin-top: 260px;
}
.sb5g-contents-section + .sb5g-contents-section {
  margin-top: 300px;
}
.sb5g-contents-section-item h2 {
  display: none;
  position: absolute;
}
.sb5g-contents-section .sb5g-contents-section-copy {
  margin-top: 40px;
}
.sb5g-contents-section .sb5g-contents-title-link {
  margin-top: 40px;
  left: 0;
  opacity: 1;
}
.sb5g-contents-section-item .sb5g-contents-section-link{
  position: absolute;
  top: -162px;
  left: 71px;
}
.sb5g-btn:hover:before,
.sb5g-btn:hover:after {
  width: 100%;
}
