@charset "UTF-8";

/**********************************************************
 *
 * Corporate SMTパーツ
 *
 **********************************************************/
body {overflow-x: unset;}
.full{
	font-family: 'Roboto','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
	font-size: 1.4rem;
	color: #333;
}
img {max-width: 100%;}
a:visited, a { color: #000; transition: all 0.3s ease; }
a.pdf-link,a.txt-link { color: #093475 }
a.pdf-link:visited,a.txt-link:visited { color: #7600b3; }

/* header */
.corporate-header-wrap .header img {max-width: initial;}
.corporate-header-wrap .header  a{
  transition: opacity 0.2s ease-in-out;
}

/* corporate top */
.top-upper {
  position: relative;
  z-index: 1;
}
.top-upper .upper-wrap {
  width: 100%;
}
.top-upper.is-fit .upper-wrap {
  position: fixed;
  left: 0;
  bottom: 100px;
  width: 100%;
}
.top-upper .upper-wrap::after {
  background: rgba(0, 0, 0, .5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
}
.top-upper.is-fit .upper-wrap::after {
  opacity: 1;
  pointer-events: auto;
}
.top-mv {
  opacity: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transition: all 0.3s ease;
}
.top-mv.is-show {
  opacity: 1;
}
.top-mv .mv-slider {
  width: 100%;
  padding: 0;
  position: relative;
}
.top-mv .mv-slider .slide {
  display: none;
  padding: 0;
  width: 100%;
}
.top-mv .mv-slider.slick-initialized .slide,
.top-mv .mv-slider .slide:first-of-type {
  display: block;
}
.top-mv .mv-slider .slide img {
  width: 100%;
}
.top-tile-sec {
  display: flex;
  flex-wrap: wrap;
}
.top-tile-sec > .top-tile {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: calc(100% / 2);
  padding: 16px 16px 14px;
  position: relative;
  text-decoration: none;
}
.top-tile-sec > .top-tile:nth-child(2n) {
  border-right: none;
}
.top-tile-sec > .with-you {
  background: #c03;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.top-tile-sec > .with-you .tile-ttl-wrap {
  margin-bottom: 14px;
  position: relative;
}
.top-tile-sec > .with-you .tile-ttl-wrap .bg-txt {
  display: block;
  width: 117px;
  position: absolute;
  right: -16px;
  top: 78px;
  z-index: 1;
}
.top-tile-sec > .with-you .tile-ttl-wrap .tile-ttl {
  display: block;
  width: 140px;
  position: relative;
  z-index: 2;
}
.top-tile-sec > .with-you .lead-txt {
  text-align: center;
  margin-bottom: 0;
}
.top-tile-sec > .with-you .btn-wrap {
  margin-top: 70px;
}
.btn-center {
  text-align: center;
}
.btn-right {
  text-align: right;
}
.btn-center-smt {
  text-align: center;
}
.btn-right-smt {
  text-align: right;
}
.btn-right-left {
  text-align: left;
}
.btn:visited,
.btn:focus,
.btn {
  border: 1px solid #CC0132;
  border-radius: 24px;
  color: #CC0132 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 311px;
  min-height: 48px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
header .btn {
  min-width: 100%;
}
.btn:hover {
  background: #CC0132;
  color: #fff !important;
}
.white-btn:hover,
.white-btn:visited,
.white-btn:focus,
.white-btn {
  border-color: #fff;
  color: #fff !important;
}
.btn-more::after {
  background: url(/corporate/images/common/ico_arrow_down.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
}
.top-tile-sec > .with-you .btn-wrap .white-btn {
  font-size: 1.2rem;
  min-width: 120px;
  min-height: 30px;
}
.top-tile-sec > .top-tile.new::after {
  background: #cc0132;
  color: #fff;
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  width: 42px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.top-tile-sec > .top-tile .img-wrap {
  width: 100%;
  overflow: hidden;
}
.top-tile-sec > .top-tile .img-wrap img {
  width: 100%;
}
.top-tile-sec > .top-tile .category {
  color: #757575;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 8px;
}
.top-tile-sec > .top-tile .link-ttl {
  overflow: hidden;
  margin-top: 8px;
}
.top-tile-sec > .top-tile .link-ttl > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-tile-sec > .top-tile .date {
  color: #000;
  font-size: 1rem;
  margin-top: 8px;
  opacity: .5;
  text-align: right;
}
.top-tile-sec > .top-tile.pickup::after {
  background: #fff;
  border: 1px solid #cc0132;
  color: #c03;
  content: "PICK UP";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  width: 62px;
  height: 22px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.top-tile-sec > .more-contents {
  background: #faeff1;
  border-right: none;
  padding: 40px 16px 40px;
  width: 100%;
}
.top-tile-sec > .more-contents .more-ttl-wrap {
  margin-bottom: 20px;
}
.top-tile-sec > .more-contents .more-ttl-wrap .more-ttl {
  display: inline-block;
  position: relative;
}
.top-tile-sec > .more-contents .more-ttl-wrap .more-ttl .en-txt {
  display: inline-block;
  position: absolute;
  left: calc(100% - 8px);
  top: -10px;
  z-index: 1;
  width: 142px;
}
.top-tile-sec > .more-contents .more-ttl-wrap .more-ttl .jp-txt {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.top-tile-sec > .more-contents .more-contents-list {
  border-top: 1px solid #ccc;
}
.top-tile-sec > .more-contents .more-contents-list > li {
  border-bottom: 1px solid #ccc;
}
.top-tile-sec > .more-contents .more-contents-list > li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 64px;
  position: relative;
  text-decoration: none;
}
.top-tile-sec > .more-contents .more-contents-list > li a::after {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
}
.top-main-link-sec {
  perspective: 900px;
  position: relative;
  z-index: 2;
}
.top-main-link-sec .top-main-link {
  background: #fff;
  border-bottom: 1px solid #E0E0E0;
  display: block;
  padding: 40px 16px 16px;
}
.top-main-link-sec .top-main-link .txt-wrap .link-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.top-main-link-sec .top-main-link .txt-wrap .link-lead {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.top-main-link-sec .top-main-link .txt-wrap .btn-wrap {
  margin-top: 12px;
  text-align: center;
}
.top-main-link-sec .top-main-link .link-img {
  display: block;
  margin-top: 32px;
  width: 100%;
}
.top-main-link-sec .top-main-link .link-img img {
  width: 100%;
}
.top-pickup-sec {
  background: #fff;
  padding: 32px 0 40px;
  position: relative;
  z-index: 2;
}
.top-sec-ttl {
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 11px;
}
.sec-lead {
  font-size: 1.6rem;
}
.pickup-link-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.pickup-link-wrap .pickup-link {
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
  text-decoration: none;
}
.pickup-link-wrap .pickup-link:nth-of-type(2n) {
  margin-right: 0;
}
.pickup-link-wrap .pickup-link:nth-of-type(n+3) {
  margin-top: 24px;
}
.pickup-link-wrap .pickup-link .pickup-img {
  width: 100%;
  overflow: hidden;
}
.pickup-link-wrap .pickup-link .pickup-img img {
  width: 100%;
  transition: all 0.3s ease;
}
.pickup-link-wrap .pickup-link .pickup-ttl {
  font-weight: bold;
  margin: 16px 0 0;
}
.pickup-link-wrap .pickup-link .pickup-subject {
  margin-top: 8px;
  overflow: hidden;
}
.pickup-link-wrap .pickup-link .pickup-subject > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-reference_room-sec {
  background: #f7f7f7;
  position: relative;
  z-index: 2;
}
.top-reference_room-sec .reference_room-wrap {
  padding: 26px 0;
  border-bottom: 1px solid #ccc;
}
.top-reference_room-sec .btn-wrap{
  margin-top: 12px;
  text-align: center;
}
.top-ir-sec {
  background: #f7f7f7;
  padding: 26px 0;
  position: relative;
  z-index: 2;
}
.top-ir-sec .sec-lead {
  margin-bottom: 12px;
}
.top-ir-sec .ir-menu-wrap .ir-menu-list {
  border-top: 1px solid #ccc;
}
.top-ir-sec .ir-menu-wrap .ir-menu-list > li {
  border-bottom: 1px solid #ccc;
}
.top-ir-sec .ir-menu-wrap .ir-menu-list > li a {
  display: flex;
  align-items: center;
  height: 56px;
  padding-right: 40px;
  position: relative;
  text-decoration: none;
}
.top-ir-sec .ir-menu-wrap .ir-menu-list > li a::after {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
}
.top-ir-sec .ir-menu-wrap .ir-doument-link {
  border: 1px solid #ccc;
  display: block;
  padding: 18px 24px 24px;
  margin-top: 32px;
  text-decoration: none;
}
.top-ir-sec .ir-menu-wrap .ir-doument-link .document-ttl {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.top-ir-sec .ir-menu-wrap .ir-doument-link .document-img {
  display: block;
  width: 100%;
}
.top-ir-sec .btn-wrap {
  margin-top: 32px;
  text-align: center;
}
.top-recruit-sec {
  background: #c03;
  color: #fff;
  padding: 27px 16px 24px;
  position: relative;
  z-index: 2;
}
.top-recruit-sec .top-sec-ttl {
  color: #fff;
}
.top-recruit-sec .txt-wrap .sec-lead {
  margin-bottom: 0;
}
.top-recruit-sec .txt-wrap .btn-wrap {
  margin-top: 12px;
  text-align: center;
}
.top-recruit-sec .recruit-img {
  margin-top: 32px;
}
.top-recruit-sec .recruit-img img {
  width: 100%;
}
.top-news-sec {
  background: #f7f7f7;
  padding: 27px 0 40px;
  position: relative;
  z-index: 2;
}
.top-news-sec .news-sec-wrap .txt-wrap .btn-wrap {
  text-align: center;
}
.news-list {
  border-top: 1px solid #ccc;
  margin-top: 24px;
}
.news-list > li {
  border-bottom: 1px solid #ccc;
}
.news-list > li .news-link {
  display: block;
  padding: 12px 40px 12px 0;
  position: relative;
  text-decoration: none;
}
.news-list > li .news-link::after {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
}
.news-list > li .news-link .date {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.news-list > li .news-link .news-ttl {
  font-size: 1.6rem;
}
.news-list > li .news-link.pdf .news-ttl::after {
  background: url(/corporate/images/common/ico_pdf.svg) no-repeat center center / contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 12px;
  margin-left: 2px;
}
.news-list > li .news-link.news-ico-blank .news-ttl-inner {
	background: url(/images_osp/common/newhf/ico/cmn-rwd-new-window-icon-gray.svg) no-repeat center right 1px / 16px;
	padding-right: 20px;
}
.top-techinfo-sec {
  background: #fff;
  padding: 27px 0 32px;
  position: relative;
  z-index: 2;
}
.top-techinfo-sec .top-sec-ttl {
  margin-bottom: 24px;
}
.top-techinfo-sec .sp-tab-ttl-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.top-techinfo-sec .sp-tab-ttl-wrap > li + li {
  margin-left: 8px;
}
.top-techinfo-sec .sp-tab-ttl-wrap .sp-tab-ttl {
  border-bottom: 2px solid #fff;
  color: #000;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  opacity: .5;
  padding: 0 8px;
  text-decoration: none;
}
.top-techinfo-sec .sp-tab-ttl-wrap .sp-tab-ttl.cur {
  border-bottom-color: #c03;
  color: #c03;
  opacity: 1;
}
.top-techinfo-sec .techinfo-wrap .col {
  border: 1px solid #ccc;
  display: none;
  padding: 16px 16px 32px;
}
.top-techinfo-sec .techinfo-wrap .col.cur {
  display: block;
}
.techinfo-list > li {
  border-bottom: 1px solid #ccc;
}
.techinfo-list > li a {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding-right: 40px;
  position: relative;
  text-decoration: none;
}
.techinfo-list > li a::after {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
}
.top-techinfo-sec .techinfo-wrap .btn-wrap {
  margin-top: 24px;
  text-align: center;
}
.top-related-sec {
  background: #FAEFF1;
  padding: 29px 0 32px;
  position: relative;
  z-index: 2;
}
.top-related-sec .top-sec-ttl {
  margin-bottom: 13px;
}
.top-related-sec .related-link-list {
  display: flex;
  flex-wrap: wrap;
}
.top-related-sec .related-link-list > li {
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
}
.top-related-sec .related-link-list > li:nth-of-type(2n) {
  margin-right: 0;
}
.top-related-sec .related-link-list > li:nth-of-type(n+3) {
  margin-top: 16px;
}
.top-related-sec .related-link-list > li a img {
  width: 100%;
}

/* 下層パーツ */

/* パンクズ */
.breadcrumb-wrap {
  display: none;
}


/* あなたとドコモ */
.corp-related-sec {
  background-color: #CC0033;
  padding: 48px 0;
}
.corp-related-sec .sec-ttl {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.corp-related-sec .sec-sub-ttl {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.article-tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto -12px;
}
.article-tag-list > li {
  margin: 0 4px 12px;
}
.article-tag-list > li a {
  display: inline-block;
  padding: 3px 16px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
}

.img-mv-wrap {
  position: relative;
}
.img-mv-wrap .mv-img {
  width: 100%;
  margin-bottom: -24px;
  position: relative;
  z-index: 1;
}
.img-mv-wrap .mv-img img {
  width: 100%;
}
.img-mv-wrap .page-ttl {
  background: #c03;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 19px 16px;
  width: calc(100% - 32px);
  position: relative;
  z-index: 2;
}
.sec-inner-s,
.sec-inner {
  padding: 0 16px;
}
.sec-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 28px;
}
.cmn-h3-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: 56px 0 20px;
}
.cmn-h4-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 45px 0 13px;
  text-align: center;
}
.cmn-h3-ttl:first-child,
.cmn-h4-ttl:first-child {
  margin-top: 0;
}
.flx-box {
  display: flex;
  flex-wrap: wrap;
}
.flx-box.smt-block {
  margin-bottom: -24px;
  flex-direction: column;
}
.flx-box.col2 .col {
  width: calc((100% - 24px) / 2);
  margin-right: 24px;
}
.flx-box.col2 .col:nth-of-type(2n) {
  margin-right: 0;
}
.flx-box.smt-block.col2 .col {
  width: 100%;
  margin: 0 0 24px;
}
.dot-list > li {
  padding-left: 20px;
  text-indent: -20px;
}
.dot-list > li::before {
  background: #c03;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 12px;
  height: 12px;
}
.bdr-box {
  border: 1px solid #ccc;
  padding: 28px 16px 32px;
}
.table-wrap {
  position: relative;
}
.outline-table {
  border-top: 1px solid #ccc;
  display: block;
  width: 100%;
}
.outline-table tr {
  border-bottom: 1px solid #ccc;
}
.outline-table tr th {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 16px 0;
  vertical-align: top;
}
.outline-table tr td {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding-bottom: 16px;
}
.arrow-link {
  padding-left: 32px;
  color: #c03;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.arrow-link:visited,
.arrow-link:focus {
  color: #c03;
}
.arrow-link::before {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / 22px auto;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  transition: all 0.3s ease;
}
.notes-list > li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.notes-list > li > * {
  text-indent: 0;
}
.flx-link-list .link-list {
  border-top: 1px solid #ccc;
}
.flx-link-list .link-list > li {
  border-bottom: 1px solid #ccc;
}
.flx-link-list .link-list > li a {
  color: #333;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding: 16px 40px 16px 0;
  position: relative;
  text-decoration: none;
}
.flx-link-list .link-list > li a:fucus {
  color: #333;
}
.flx-link-list .link-list > li a::after {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
}
.lead-txt + .page-anchor-list {
  margin-top: 40px;
}
.page-anchor-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.page-anchor-list > ul > li {
  border-bottom: 1px solid #ccc;
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
}
.page-anchor-list > ul > li:nth-of-type(2n) {
  margin-right: 0;
}
.page-anchor-list > ul > li:nth-of-type(n+3) {
  margin-top: 16px;
}
.page-anchor-list .anchor-link {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 40px;
  outline: none;
  padding: 8px 28px 8px 0;
  position: relative;
  text-decoration: none;
}
.page-anchor-list .anchor-link::before {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.cmn-sec {
  margin-top: 60px;
}
.cmn-sec:last-child {
  padding-bottom: 60px;
}
.color-primary {
  color: #c03;
}
.table-wrap {
  position: relative;
}
.table-wrap .normal-table {
  width: 100%;
}
.normal-table tr td,
.normal-table tr th {
  border: 1px solid #ccc;
  padding: 16px 12px;
}
.normal-table tr .no-bdr {
  border: none;
  font-weight: bold;
  padding: 10px;
}
.normal-table tr th {
  text-align: center;
}
.pdf-link {
  text-decoration: none;
}
.pdf-link::after {
  background: url(/corporate/images/common/ico_pdf.svg) no-repeat center center / contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 12px;
  margin-left: 2px;
}
.contents .ico-window {
  margin-right: 5px;
  background: url(/corporate/images/common/ico_external_red.svg) no-repeat right center;
  background-size: 10px;
  padding-right: 15px;
}
.border-linkpanel-list {
  margin-top: 40px;
}
.border-linkpanel-list > li:first-of-type {
  border-top: 1px solid #ccc;
}
.border-linkpanel-list > li {
  border-bottom: 1px solid #ccc;
}
.border-linkpanel {
  display: flex;
  padding: 20px 48px 24px 0;
  text-decoration: none;
  position: relative;
}
a.border-linkpanel::after {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 8px;
  top: calc(50% - 16px);
  transition: all 0.3s ease;
}
a.border-linkpanel[target="_blank"]::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/corporate/images/common/ico_external_red.svg) no-repeat center / contain;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}
.border-linkpanel .img-wrap {
  width: 120px;
  margin-right: 16px;
}
.border-linkpanel .txt-wrap {
  flex: 1;
}
.border-linkpanel .ttl {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1.6rem;
}
.border-linkpanel .txt {
  margin-top: 0;
}
.border-linkpanel-list_vertical {
  border-top: 1px solid #ccc;
}
.border-linkpanel-list_vertical > li {
  border-bottom: 1px solid #ccc;
}
/*
.border-linkpanel-list_vertical a.border-linkpanel::after {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / 22px auto;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
  transition: all 0.3s ease;
}
*/
.lead-sec {
  margin-top: 24px;
}
.lead-sec .lead-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 0;
}
.cmn-slider-wrap {
  overflow: hidden;
  margin: 0 -8px;
}
.cmn-slider-wrap .cmn-slider {
  padding-bottom: 56px;
}
.cmn-slider-wrap .cmn-slider .slick-prev,
.cmn-slider-wrap .cmn-slider .slick-next {
  width: 32px;
  height: 32px;
  margin-top: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 3;
}
.cmn-slider-wrap .cmn-slider .slick-prev {
  margin-left: -90px;
  left: 50%;
  transform: scale(-1.0,1.0);
}
.cmn-slider-wrap .cmn-slider .slick-next {
  margin-right: -90px;
  right: 50%;
}
.cmn-slider-wrap .cmn-slider .slick-prev::before,
.cmn-slider-wrap .cmn-slider .slick-next::before {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / contain;
  border-radius: 50%;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.cmn-slider-wrap .cmn-slider .slick-slide {
  padding: 0 8px;
}
.cmn-slider-wrap .cmn-slider .slick-slide a {
  text-decoration: none;
}
.cmn-slider-wrap .cmn-slider .slick-slide a .img-wrap img {
  width: 100%;
}
.cmn-slider-wrap .cmn-slider .slick-slide a .slide-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 16px;
}
.cmn-slider-wrap .cmn-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 12px;
  z-index: 1;
}
.cmn-slider-wrap .cmn-slider .slick-dots > li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.cmn-slider-wrap .cmn-slider .slick-dots > li button {
  background: #ccc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: all 0.3s ease;
}
.cmn-slider-wrap .cmn-slider .slick-dots > .slick-active button {
  background: #c03;
}
.cmn-slider-wrap .cmn-slider .slick-dots > li button::before {
  display: none;
}
.article-panel-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
  margin-right: -15px;
}
.article-panel-list > li {
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
}
.article-panel-list > li.is-hide {
  display: none;
}
.article-panel-list > li a.article-panel {
  height: 100%;
}
a.article-panel {
  display: block;
  text-decoration: none;
}
.article-panel {
  border: 1px solid #ccc;
  padding: 16px 16px 12px;
  background-color: #fff;
  position: relative;
}
.article-panel.new::before {
  background: #cc0132;
  color: #fff;
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  width: 42px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.article-panel .panel-img {
  margin-bottom: 16px;
}
.article-panel .panel-img img {
  width: 100%;
}
.article-panel .panel-category {
  color: #787878;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.article-panel .panel-ttl {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.42;
  min-height: 4.26em;
}
.article-panel .panel-date {
  text-align: right;
  color: #808080;
  margin-top: 10px;
  font-size: 1.2rem;
}
.tag-txt-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.tag-txt-list > li {
  margin-right: 12px;
  color: #757575;
  font-size: 1.2rem;
}

/* 企業理念・ビジョン */
.top-message-sec {
  margin-top: 36px;
}
.top-message-sec .sec-inner {
  padding: 0;
}
.top-message-sec .sec-ttl {
  margin-bottom: 20px;
  padding: 0 16px;
}
.top-message-sec .catch-wrap {
  background: url(/corporate/philosophy_vision/images/img_top_message_smt.jpg) no-repeat center center / cover;
  padding: calc((137 / 375) * 100vw) 16px calc((98 / 375) * 100vw);
  width: 100%;
  height: calc((720 / 750) * 100vw);
}
.top-message-sec .catch-wrap .catch {
  width: calc((456 / 750) * 100vw);
}
.top-message-sec .btn-wrap {
  margin-top: 32px;
  padding: 0 16px;
  text-align: center;
}
.philosophy-sec {
  margin-top: 60px;
}
.philosophy-sec .philosophy-txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.philosophy-sec .philosophy-img img {
  width: 100%;
}
.philosophy-list {
  margin-top: 32px;
}
.cmn-acc-list {
  border-top: 1px solid #ccc;
}
.cmn-acc-list > li {
  border-bottom: 1px solid #ccc;
}
.brand-statement-sec .sec-ttl .acc-ttl,
.cmn-acc-list > li .list-ttl .acc-ttl {
  color: #333;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  height: 64px;
  outline: none;
  padding-right: 32px;
  position: relative;
  text-decoration: none;
}
.brand-statement-sec .sec-ttl .acc-ttl:focus,
.cmn-acc-list > li .list-ttl .acc-ttl:focus {
  color: #333;
}
.brand-statement-sec .sec-ttl .acc-ttl::after,
.brand-statement-sec .sec-ttl .acc-ttl::before,
.cmn-acc-list > li .list-ttl .acc-ttl::after,
.cmn-acc-list > li .list-ttl .acc-ttl::before {
  background: #CC0133;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.brand-statement-sec .sec-ttl .acc-ttl::after,
.cmn-acc-list > li .list-ttl .acc-ttl::after {
  transform: rotate(90deg);
}
.brand-statement-sec .sec-ttl .acc-ttl.cur::after,
.cmn-acc-list > li .list-ttl .acc-ttl.cur::after {
  opacity: 0;
}
.cmn-acc-list > li .list-contents {
  display: none;
  padding: 32px 0;
}
.cmn-acc-list > li .list-contents h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.cmn-acc-list > li .list-contents h4:not(:first-child) {
  margin-top: 32px;
}
.vision-sec {
  overflow: hidden;
  margin-top: 60px;
}
.vision-sec .vision-wrap {
  padding: 0 16px;
}
.vision-sec .vision-wrap .vision-img img {
  max-width: 256px;
}
.vision-sec .vision-txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 32px;
}
.brand-statement-sec {
  border-top: 1px solid #ccc;
  margin-top: 60px;
}
.brand-statement-sec .sec-ttl {
  margin-bottom: 0;
}
.brand-statement-sec .sec-ttl .acc-ttl {
  border-bottom: 1px solid #ccc;
  font-size: 2.4rem;
  height: 64px;
  padding: 0 36px 0 16px ;
}
.brand-statement-sec .sec-ttl .acc-ttl.cur {
  border-bottom-color: #fff;
}
.brand-statement-sec .sec-ttl .acc-ttl::after,
.brand-statement-sec .sec-ttl .acc-ttl::before {
  right: 24px;
}
.brand-statement-sec .brand-statement-contents {
  background: url(/corporate/philosophy_vision/images/bg_brand_statement_smt.jpg) no-repeat right bottom / cover;
  display: none;
}
.brand-statement-sec .brand-statement-contents.is-show {
  display: block;
}
.brand-statement-sec .brand-statement-contents .contents-inner {
  padding: 64px 16px 266px 32px;
}
.brand-statement-sec .brand-statement-contents .contents-inner p {
  font-weight: bold;
}
.brand-statement-sec .brand-statement-contents .contents-inner p:not(:last-of-type) {
  margin-bottom: 40px;
}
.philosopy-vision-link-sect {
  margin-top: 45px;
  padding-bottom: 80px;
}
.philosopy-vision-link-sect .box-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.philosopy-vision-link-sect .btn-wrap {
  margin-top: 20px;
  text-align: center;
}

/* 会社案内 */
.about-sec {
  margin-top: 40px;
}
.about-sec .vision-catch {
  color: #c03;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.about-sec .vision-catch > p {
  margin-bottom: 12px;
}
.about-sec .vision-catch > p img {
  width: 270px;
}
.about-sec .vision-catch .catch-txt img {
  width: 100%;
}
.about-sec .business-block {
  background: #f9f5f5;
  margin-top: 48px;
  padding: 31px 16px calc((132 / 375) * 100vw);
  position: relative;
}
.about-sec .business-block > .col {
  background: #fff;
  border-radius: 4px;
  letter-spacing: -0.03em;
  width: 100%;
  padding: 38px 16px 19px;
  position: relative;
}
.about-sec .business-block > .col + .col {
  margin-top: 28px;
}
.about-sec .business-block > .col .col-ttl {
  background: #c03;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 248px;
  margin: 0 auto;
  padding: 4px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
}
.about-sec .business-block > .col .lead-txt {
  color: #c03;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 11px;
  text-align: center;
}
.about-sec .business-block > .col .lead-txt + p {
  font-size: 1.6rem;
  margin: 0 0 11px;
}
.about-sec .business-block > .col .service-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -8px -8px 0;
}
.about-sec .business-block > .col .service-list > li {
  background: #faeff1;
  font-size: 1.2rem;
  margin: 0 8px 8px 0;
  padding: 2px 8px;
}
.about-sec .business-block > .col .service-list > .etc {
  background: none;
  padding: 0;
}
.about-sec .business-block .arrow {
  background: url(/corporate/about/images/bg_about_smt.svg) no-repeat center bottom / contain;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: calc((195 / 375) * 100vw);
  position: absolute;
  left: 0;
  bottom: calc((-79 / 375) * 100vw);
  text-align: center;
}
.about-sec .business-block .arrow .en {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
.about-sec .business-block .arrow .jp {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
}
.outline-sec {
  margin-top: calc((139 / 375) * 100vw);
}
.outline-table tr td {
  line-height: 1.75;
}
.outline-table .main-business {
  margin-bottom: 16px;
}
.outline-table .main-business:last-of-type {
  margin-bottom: 32px;
}
.outline-table .main-business > dt {
  font-weight: bold;
  margin-bottom: 14px;
}
.outline-table .executive {
  display: flex;
  justify-content: space-between;
  max-width: 340px;
  margin-bottom: 16px;
}
.outline-table .executive:last-of-type {
  margin-bottom: 20px;
}
.outline-table .executive > dt {
  font-weight: bold;
}
.about-link-list {
  margin-top: 64px;
  padding-bottom: 80px;
}

/* ドコモグループの中期取組み */
.full-width-img,
.challenge-img {
  margin: 0 -16px;
  text-align: center;
}
.full-width-img img,
.challenge-img img {
  width: 100%;
}
.contents .challenge-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 40px;
}
.four-post-block {
  background: #f8f5f5;
  margin-top: 20px;
  padding: 20px 16px 16px;
}
.four-post-block .four-post-list > li {
  background: #fff;
  border-radius: 4px;
  font-weight: bold;
  width: 100%;
  margin-top: 12px;
  padding: 16px 16px 11px;
}
.synergy-list .synergy-box,
.three-value-list .value-box {
  border: 1px solid #c03;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.synergy-list .synergy-box + .synergy-box,
.three-value-list .value-box + .value-box {
  margin-top: 16px;
}
.three-value-list .value-box .box-head {
  background: #c03;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 12px 16px 10px;
  text-align: center;
}
.three-value-list .value-box .box-body {
  font-weight: bold;
  padding: 24px 16px 19px;
  text-align: center;
}
.group-img-wrap {
  margin-top: 28px;
}
.group-img-wrap .group-img {
  width: 100%;
  margin-bottom: 32px;
}
.group-img-wrap .group-txt {
  width: 100%;
}
.synergy-list .synergy-box {
  border-width: 2px;
}
.synergy-list .synergy-box .box-head {
  background: #faeff1;
  border-bottom: 2px solid #c03;
  color: #c03;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  height: 48px;
  text-align: center;
}
.synergy-list .synergy-box .box-body {
  padding: 24px 16px 19px;
}
.strategy-acc-list {
  margin-top: 46px;
}
.normal-table .running-target {
  background: #faeff1;
  font-weight: bold;
  padding: 16px;
  text-align: center;
}
.normal-table .running-target .num {
  font-size: 1.6rem;
}
.normal-table .running-target .unit.en {
  font-size: 1.5rem;
}
.running-target-link-list {
  margin-top: 10px;
}

.local-nav {
  background: rgba(204, 0, 51, .05);
  margin-top: 80px;
  padding: 40px 0;
}
.local-nav .col + .col {
  margin-top: 38px;
}
.local-nav .col .col-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.local-nav .col .category-index {
  display: inline-block;
  color: #333;
  padding-right: 32px;
  position: relative;
  text-decoration: none;
}
.local-nav .col .category-index:hover,
.local-nav .col .category-index:visited,
.local-nav .col .category-index:focus {
  color: #333;
}
.local-nav .col .category-index::before {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / 22px auto;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  transition: all 0.3s ease;
}
.local-nav .nav-link-list + .nav-link-list,
.local-nav .nav-link-list > li + li {
  margin-top: 12px;
}
.local-nav .nav-link-list a {
  text-decoration: none;
}
.local-nav .nav-link-list a::after {
  background: url(/corporate/images/common/ico_arrow_down.svg) no-repeat center center / contain;
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 12px;
  transform: rotate(-90deg);
  vertical-align: middle;
}

/* modal */
.video-modal-wrap {
  padding: 0 16px;
  position: relative;
}
.video-modal-wrap .play-icn {
  width: 56px;
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
}
.black-mat {
  background-color: rgba(0, 0, 0, .7);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}
.contents-pop-win {
  display: none;
  width: 100%;
  max-width: calc(100% - 36px);
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 10001;
}
.contents-pop-win.show {
  display: block;
}
.contents-pop-win .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  border-radius: 32px;
  border: 1px solid #fff;
}
.contents-pop-win .close:after,
.contents-pop-win .close:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contents-pop-win .close:before {
  transform: rotate(-45deg);
}
.contents-pop-win .close:after {
  transform: rotate(45deg);
}
.contents-pop-win .contents-pop {
  width: 100%;
}
.contents-pop {
  padding-top: 56.25%;
  position: relative;
}
.contents-pop iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
}
.contents-pop img,
.contents-pop video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* トップメッセージ */
.message-sec {
  margin-top: 32px;
}
.message-sec .message-img {
  max-width: 1024px;
  margin: 0 auto;
}
.message-sec .message-lead {
  color: #c03;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 24px 0 20px;
}

/* その他 */
.meta-mod-pt00 {
	padding-top: 0 !important;
}
.meta-mod-pb00 {
	padding-bottom: 0 !important;
}
.meta-mod-ptb00 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.meta-mod-ptb10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.meta-mod-pb20 {
	padding-bottom: 20px !important;
}

.meta-mod-mt00 {
	margin-top: 0 !important;
}


/* --- margin control --- */

/* margin top */
.beta-mod-mt0--smt{
	margin-top:0 !important;
}
.beta-mod-mt5--smt{
	margin-top:5px !important;
}
.beta-mod-mt8--smt{
	margin-top:8px !important;
}
.beta-mod-mt10--smt{
	margin-top:10px !important;
}
.beta-mod-mt15--smt{
	margin-top:15px !important;
}
.beta-mod-mt16--smt{
	margin-top:16px !important;
}
.beta-mod-mt20--smt{
	margin-top:20px !important;
}
.beta-mod-mt24--smt{
	margin-top:24px !important;
}
.beta-mod-mt25--smt{
	margin-top:25px !important;
}
.beta-mod-mt30--smt{
	margin-top:30px !important;
}
.beta-mod-mt32--smt{
	margin-top:32px !important;
}
.beta-mod-mt35--smt{
	margin-top:35px !important;
}
.beta-mod-mt40--smt{
	margin-top:40px !important;
}
.beta-mod-mt45--smt{
	margin-top:45px !important;
}
.beta-mod-mt48--smt{
	margin-top:48px !important;
}
.beta-mod-mt50--smt{
	margin-top:50px !important;
}
.beta-mod-mt55--smt{
	margin-top:55px !important;
}
.beta-mod-mt60--smt{
	margin-top:60px !important;
}
.beta-mod-mt64--smt{
	margin-top:64px !important;
}
.beta-mod-mt65--smt{
	margin-top:65px !important;
}
.beta-mod-mt70--smt{
	margin-top:70px !important;
}
.beta-mod-mt75--smt{
	margin-top:75px !important;
}
.beta-mod-mt80--smt{
	margin-top:80px !important;
}

/* margin bottom */
.beta-mod-mb0--smt{
	margin-bottom:0 !important;
}
.beta-mod-mb5--smt{
	margin-bottom:5px !important;
}
.beta-mod-mb8--smt{
	margin-bottom:8px !important;
}
.beta-mod-mb10--smt{
	margin-bottom:10px !important;
}
.beta-mod-mb15--smt{
	margin-bottom:15px !important;
}
.beta-mod-mb16--smt{
	margin-bottom:16px !important;
}
.beta-mod-mb20--smt{
	margin-bottom:20px !important;
}
.beta-mod-mb24--smt{
	margin-bottom:24px !important;
}
.beta-mod-mb25--smt{
	margin-bottom:25px !important;
}
.beta-mod-mb30--smt{
	margin-bottom:30px !important;
}
.beta-mod-mb32--smt{
	margin-bottom:32px !important;
}
.beta-mod-mb35--smt{
	margin-bottom:35px !important;
}
.beta-mod-mb40--smt{
	margin-bottom:40px !important;
}
.beta-mod-mb45--smt{
	margin-bottom:45px !important;
}
.beta-mod-mb48--smt{
	margin-bottom:48px !important;
}
.beta-mod-mb50--smt{
	margin-bottom:50px !important;
}
.beta-mod-mb55--smt{
	margin-bottom:55px !important;
}
.beta-mod-mb60--smt{
	margin-bottom:60px !important;
}
.beta-mod-mb64--smt{
	margin-bottom:64px !important;
}
.beta-mod-mb65--smt{
	margin-bottom:65px !important;
}
.beta-mod-mb70--smt{
	margin-bottom:70px !important;
}
.beta-mod-mb75--smt{
	margin-bottom:75px !important;
}
.beta-mod-mb80--smt{
	margin-bottom:80px !important;
}

/* margin left */
.beta-mod-ml0--smt{
	margin-left:0 !important;
}
.beta-mod-ml5--smt{
	margin-left:5px !important;
}
.beta-mod-ml8--smt{
	margin-left:8px !important;
}
.beta-mod-ml10--smt{
	margin-left:10px !important;
}
.beta-mod-ml15--smt{
	margin-left:15px !important;
}
.beta-mod-ml16--smt{
	margin-left:16px !important;
}
.beta-mod-ml20--smt{
	margin-left:20px !important;
}
.beta-mod-ml24--smt{
	margin-left:24px !important;
}
.beta-mod-ml25--smt{
	margin-left:25px !important;
}
.beta-mod-ml30--smt{
	margin-left:30px !important;
}
.beta-mod-ml32--smt{
	margin-left:32px !important;
}
.beta-mod-ml35--smt{
	margin-left:35px !important;
}
.beta-mod-ml40--smt{
	margin-left:40px !important;
}
.beta-mod-ml45--smt{
	margin-left:45px !important;
}
.beta-mod-ml48--smt{
	margin-left:48px !important;
}
.beta-mod-ml50--smt{
	margin-left:50px !important;
}
.beta-mod-ml55--smt{
	margin-left:55px !important;
}
.beta-mod-ml60--smt{
	margin-left:60px !important;
}
.beta-mod-ml64--smt{
	margin-left:64px !important;
}
.beta-mod-ml65--smt{
	margin-left:65px !important;
}
.beta-mod-ml70--smt{
	margin-left:70px !important;
}
.beta-mod-ml75--smt{
	margin-left:75px !important;
}
.beta-mod-ml80--smt{
	margin-left:80px !important;
}

/* margin right */
.beta-mod-mr0--smt{
	margin-right:0 !important;
}
.beta-mod-mr5--smt{
	margin-right:5px !important;
}
.beta-mod-mr8--smt{
	margin-right:8px !important;
}
.beta-mod-mr10--smt{
	margin-right:10px !important;
}
.beta-mod-mr15--smt{
	margin-right:15px !important;
}
.beta-mod-mr16--smt{
	margin-right:16px !important;
}
.beta-mod-mr20--smt{
	margin-right:20px !important;
}
.beta-mod-mr24--smt{
	margin-right:24px !important;
}
.beta-mod-mr25--smt{
	margin-right:25px !important;
}
.beta-mod-mr30--smt{
	margin-right:30px !important;
}
.beta-mod-mr32--smt{
	margin-right:32px !important;
}
.beta-mod-mr35--smt{
	margin-right:35px !important;
}
.beta-mod-mr40--smt{
	margin-right:40px !important;
}
.beta-mod-mr45--smt{
	margin-right:45px !important;
}
.beta-mod-mr48--smt{
	margin-right:48px !important;
}
.beta-mod-mr50--smt{
	margin-right:50px !important;
}
.beta-mod-mr55--smt{
	margin-right:55px !important;
}
.beta-mod-mr60--smt{
	margin-right:60px !important;
}
.beta-mod-mr64--smt{
	margin-right:64px !important;
}
.beta-mod-mr65--smt{
	margin-right:65px !important;
}
.beta-mod-mr70--smt{
	margin-right:70px !important;
}
.beta-mod-mr75--smt{
	margin-right:75px !important;
}
.beta-mod-mr80--smt{
	margin-right:80px !important;
}

