@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,a.download-link { color: #093475 }
a.pdf-link:visited,a.txt-link:visited,a.download-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: 256px;
  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 .img-wrap {
  display: flex;
  align-items: center;
}
.top-tile-sec > .top-tile .img-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top-tile-sec > .top-tile.new .img-inner::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: 10px;
  top: 10px;
}
.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;
}
@media screen and (max-width:330px) {
.top-tile-sec > .more-contents .more-ttl-wrap .more-ttl .en-txt {
  left: calc(100% - 2px);
  width: 120px;
}
}
.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: 15px;
  font-weight: bold;
}
.top-ir-sec .ir-menu-wrap .ir-doument-link .document-txt{
  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;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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;
  margin-top: 80px;
  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-h5-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 40px 0 10px;
}
.cmn-h3-ttl:first-child,
.cmn-h4-ttl:first-child,
.cmn-h5-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,
.download-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;
}
.download-link::after {
  background: url(/images_osp/common/ico/ico_download01.png) no-repeat center center / contain;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 2px;
}
.contents .ico-window {
  margin-right: 5px;
  background: url(/corporate/images/common/ico_external_red.svg) no-repeat right 1px 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 .panel-img {
  margin-bottom: 16px;
  position: relative;
}
.article-panel.new .panel-img::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: 10px;
  top: 10px;
}
.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 {
  position: relative;
  background: url(/corporate/philosophy_vision/images/img_top_message_smt.jpg) no-repeat center center / cover;
  margin: 100px 0 140px 0;
  padding-bottom: 93.333%;
}
.top-message-sec .sec-inner {
  padding: 0;
}
.top-message-sec .sec-ttl {
  position: absolute;
  top: -15%;
  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: 56vw 16px 0;
  width: 100%;
  height: calc((720 / 750) * 100vw);
} */
/* .top-message-sec .catch-wrap .catch {
  width: calc((456 / 750) * 100vw);
} */
.top-message-sec .btn-wrap {
  position: absolute;
  bottom: -21%;
  width: 100%;
  text-align: center;
}
.groupvision-sec {
  margin-top: 60px;
}
.groupvision-sec .groupvision-txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.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;
}
.cmn-acc-list > li .list-ttl .acc-ttl {
  color: #333;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  min-height: 64px;
  outline: none;
  padding-right: 32px;
  position: relative;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cmn-acc-list > li .list-ttl .acc-ttl:focus {
  color: #333;
}
.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;
}
.cmn-acc-list > li .list-ttl .acc-ttl::after {
  transform: rotate(90deg);
}
.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;
  padding-top: 40px;
}
.brand-statement-sec .sec-ttl {
  padding: 0 16px;
}
.brand-statement-sec .brand-statement-contents {
  background: url(/corporate/philosophy_vision/images/bg_brand_statement_smt.jpg) no-repeat right bottom / cover;
  display: block;
}
.brand-statement-sec .brand-statement-contents .contents-inner {
  padding: 64px 16px 520px 32px;
}
.brand-statement-sec .brand-statement-contents .contents-inner .img-common{
  max-width: 80%;
}
.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-common.col1-wrap {
  padding: 28px 16px 32px;
}
.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;
}
.brand-link-sec .techinfo-list > li a[target="_blank"]::before,
.brand-link-sec .techinfo-list > li a[target="_blank"]::after {
  background: url(/corporate/images/common/ico_external_red.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
}
.brand-link-sec .techinfo-list > li a[target="_blank"]::before {
  opacity: 0;
}
.brand-link-sec .techinfo-list > li a[target="_blank"]:hover::after {
  opacity: 1;
}

/* 会社案内 */
.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;
}

/* 画像キャプション */
.img-figcaption {
  margin: 10px auto 0;
}

/* page-anchor-list
-------------------------------------------*/
.page-anchor-list{
  margin-top: 40px;
}

/* cmn-h3-ttl-bdr
-------------------------------------------*/
.img-mv-wrap .page-ttl-s {
  background: #c03;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.img-mv-wrap .page-ttl-s {
  font-size: 2.8rem;
  padding: 19px 16px;
  width: calc(100% - 32px);
}

/* cmn-h3-ttl-bdr
-------------------------------------------*/
.cmn-h3-ttl-bdr {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 13px;
  margin: 64px 0 24px;
}
.cmn-h3-ttl-bdr:first-child {
  margin-top: 0;
}
.cmn-h3-ttl-bdr {
  font-size: 2rem;
  padding-bottom: 10px;
  margin: 56px 0 20px;
}

/* arrow-right-link
-------------------------------------------*/
.arrow-right-link{
  text-decoration: none;
}
.arrow-right-link: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: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
  transform: rotate(-90deg);
}

/* ico-right-window
-------------------------------------------*/
.ico-right-window {
  text-decoration: none;
  margin-right: 5px;
  background: url(/corporate/images/common/ico_external_red.svg) no-repeat right 1px center;
  background-size: 10px;
  padding-right: 15px;
}

/* logo-btn
-------------------------------------------*/
.contents .logo-btn{
  border: 1px solid #ccc;
  width: 280px;
  margin: 0 auto;
}
.contents .logo-btn a{
  position: relative;
  display: block;
}
.contents .logo-btn a img{
  width: 100%;
}
.contents .logo-btn a[target="_blank"]::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/corporate/images/common/ico_external_red.svg) no-repeat center / contain;
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
}

/* text
-------------------------------------------*/
.contents .txt-corp-lead{
  font-size: 1.8rem;
  line-height: 3.8rem;
}
.contents .txt-corp-l{
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.contents .txt-corp-s{
  font-size: 1.2rem;
  line-height: 1.8rem;
}

/* cmn-acc-all-btn
-------------------------------------------*/
.btn.btn-s{
  padding: 0 10px;
  min-width: 120px;
  min-height: 32px;
}
.btn-l{
  padding: 10px;
  border-radius: 1000px;
  text-align: center;
  width: 100%;
}
.btn.btn-l[target="_blank"],
.btn[target="_blank"]{
  padding: 10px 44px 10px 30px;
}

/* cmn-acc-all-btn
-------------------------------------------*/
.cmn-acc-all-btn{
  text-align: right;
}
.cmn-acc-all-btn{
  margin-bottom: 15px;
}
.cmn-acc-all-btn a,
.cmn-acc-all-btn a:focus{
  width: 120px;
  min-width: 120px;
  min-height: 32px;
}

/* btn-wrap
-------------------------------------------*/
.btn-wrap {
  text-align: center;
}
.btn-wrap + .btn-wrap {
  margin-top: 18px;
}
.btn-wrap .btn[target="_blank"]:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/corporate/images/common/ico_external_red.svg) no-repeat center / contain;
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
}
.btn-wrap .btn[target="_blank"]:hover:after {
  background: url(/corporate/images/common/ico_external_white.svg) no-repeat center / contain;
}

/* table-scroll
-------------------------------------------*/
.table-scroll .table-wrap{
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.table-scroll .normal-table{
  width: 744px;
}
.table-scroll__guide{
  display: block;
  margin: 10px 0 10px;
  text-align: right;
}
.table-scroll__guide-icon{
  margin-right: 5px;
}

/* divider-btm
-------------------------------------------*/
.divider-btm-normal{
  border-bottom: 1px solid #CCCCCC;
}
.divider-btm{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
/* col1-wrap
-------------------------------------------*/
.col1-box .btn-wrap{
  margin-top: 20px;
}
.col1-box .sec-ttl{
  margin-bottom: 15px;
}
.col1-box + .col1-box {
  margin-top: 40px;
}

/* col2-wrap
-------------------------------------------*/
.col2-wrap {
  margin-top: 48px;
}
.col2-box img {
  width: 100%;
}
.col2-box .btn-wrap{
  margin-top: 20px;
}
.col2-box .sec-ttl{
  margin-bottom: 15px;
}
.col2-wrap:not(.sp-col2) .col2-box + .col2-box{
  margin-top: 25px;
}
.size100 .col2-box.col2-box-img {
  width: 100px;
}
.size150 .col2-box.col2-box-img {
  width: 150px;
}
.size200 .col2-box.col2-box-img {
  width: 200px;
}
.size325 .col2-box.col2-box-img {
  max-width: 325px;
  width:100%;
}
.sp-col2.size100 .col2-box,
.sp-col2.size150 .col2-box{
  width: calc(100% - 102px);
}
.sp-col2.size200 .col2-box,
.sp-col2.size325 .col2-box{
  width: calc(100% - 180px);
}
.sp-col2.size100 .col2-box.col2-box-img,
.sp-col2.size150 .col2-box.col2-box-img {
  width: 86px;
}
.sp-col2.size200 .col2-box.col2-box-img,
.sp-col2.size325 .col2-box.col2-box-img{
  width: 164px;
}
.col2-wrap.sp-col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}
.col2-wrap:not(.sp-col2) .col2-box.col2-box-img{
  margin: 0 auto;
}

/* col2-img-wrap
-------------------------------------------*/
.col2-img-box img {
  width: 100%;
}
.img-wrap + .txt-wrap {
  margin-top: 20px;
}
.col2-img-box .btn-wrap{
  margin-top: 20px;
}
.col2-img-box .btn-wrap + .btn-wrap{
  margin-top: 18px;
}
.col2-img-box .sec-ttl{
  margin-bottom: 15px;
}
.col2-img-box + .col2-img-box{
  margin-top: 40px;
}

/* col3-img-wrap
-------------------------------------------*/
.col3-img-box img {
  width: 100%;
}
.col3-img-box .img-wrap + .txt-wrap {
  margin-top: 10px;
}
.col3-img-box .btn-wrap{
  margin-top: 10px;
}
.col3-img-wrap:not(.sp-col1) .col3-img-box .btn-wrap .btn{
  width: 100%;
  min-width: auto;
}
.col3-img-box .btn-wrap + .btn-wrap{
  margin-top: 10px;
}
.col3-img-box .sec-ttl{
  margin-bottom: 10px;
}
.col3-img-wrap:not(.sp-col1) {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
.col3-img-wrap:not(.sp-col1) .col3-img-box {
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
}
.col3-img-wrap:not(.sp-col1) .col3-img-box:nth-of-type(2n){
  margin-right: 0;
}
.col3-img-box:nth-of-type(n+3){
  margin-top: 40px;
}
.col3-img-wrap.sp-col1 .col3-img-box {
  margin-top: 40px;
}
.col3-img-wrap.sp-col1 .img-wrap + .txt-wrap {
  margin-top: 20px;
}
.col3-img-wrap.sp-col1 .btn-wrap{
  margin-top: 20px;
}
.col3-img-wrap.sp-col1 .btn-wrap + .btn-wrap{
  margin-top: 18px;
}
.col3-img-wrap.sp-col1 .sec-ttl{
  margin-bottom: 15px;
}

/* label-box
-------------------------------------------*/
.label-box {
  display: flex;
  margin-bottom: 15px;
}
.label-box span {
  margin-right: 10px;
  padding: 5px 10px;
  font-weight: bold;
}
.label-box-m span {
  padding: 4px 8px;
  font-size: 1.2rem;
}
.label-box-s span {
  padding: 2px 5px;
  font-size: 1.2rem;
}
.label-box .red-label {
  background: #cc0132;
  border: 1px solid #cc0132;
  color: #fff;
}
.label-box .white-label {
  background: #fff;
  border: 1px solid #cc0132;
  color: #c03;
}


/* top-related-sec
-------------------------------------------*/
.top-related-sec.bg-gray{
  background-color: #F7F7F7;
}
.top-related-sec.bg-red{
  background-color: #CC0033;
}
.top-related-sec.bg-none{
  background-color: transparent;
}
.top-related-sec.bg-none .related-link-list li{
  border: 1px solid #ccc;
}
.top-related-sec .related-link-list a[target="_blank"]{
  position: relative;
  display: block;
}
.top-related-sec .related-link-list a[target="_blank"]::after{
  content: "";
  width: 10px;
  height: 10px;
  background: url(/corporate/images/common/ico_external_red.svg) no-repeat center / contain;
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
}
.top-related-sec .related-link-list a[target="_blank"]::after{
  right: 8px;
  bottom: 8px;
  top: auto;
}
.top-related-sec.bg-gray .text-link-left {
  display: inline-block;
  text-align: left;
}


/* border-frame
-------------------------------------------*/
.border-frame .border-frame-box {
  position: relative;
  border: 1px solid #ccc;
}
.border-frame .border-frame-box a{
  display: block;
  padding: 30px 70px 30px 30px;
  text-decoration: none;
}
.border-frame .border-frame-box a:before {
  background: url(/corporate/images/common/ico_arrow_circle.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 16px;
  top: calc(50% - 16px);
  transition: all 0.3s ease;
}
.border-frame .border-frame-box a[target="_blank"]:before {
  width: 16px;
  height: 16px;
  background: url(/corporate/images/common/ico_external_red.svg) no-repeat center / contain;
  top: calc(50% - 8px);
}
.border-frame .border-frame-box .ttl{
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
.border-frame .border-frame-box:not(:first-of-type){
  margin-top: 15px;
}

/* dot-list
-------------------------------------------*/
.dot-list .num-dot-list li:not(:first-child),
.dot-list .num-dot-list-01 li:not(:first-child),
.dot-list .num-dot-list-02 li:not(:first-child) {
  margin-top: 5px;
}

/* num-dot-list
-------------------------------------------*/
.num-dot-list {
  list-style-type: decimal;
  margin-left: 19px;
  text-indent: 0;
}
.num-dot-list li:not(:first-child) {
  margin-top: 20px;
}

/* num-dot-list-01
-------------------------------------------*/
.num-dot-list-01 {
  counter-reset: list-common-num;
  text-indent: 0;
}
.num-dot-list-01 > li {
  counter-increment: list-common-num;
  display: flex;
}
.num-dot-list-01 > li:before {
  content: "（" counter(list-common-num) "）";
  display: block;
  min-width: auto;
}
.num-dot-list-01 li:not(:first-child) {
  margin-top: 20px;
}

/* num-dot-list-02
-------------------------------------------*/
.num-dot-list-02 {
  text-indent: 0;
}

.num-dot-list-02 > li {
  display: flex;
}

.num-dot-list-02 > li:before {
  min-width: 1.25em;
}
.num-dot-list-02 > li:nth-child(1):before {
  content: '\2460';
}

.num-dot-list-02 > li:nth-child(2):before {
  content: '\2461';
}

.num-dot-list-02 > li:nth-child(3):before {
  content: '\2462';
}

.num-dot-list-02 > li:nth-child(4):before {
  content: '\2463';
}

.num-dot-list-02 > li:nth-child(5):before {
  content: '\2464';
}

.num-dot-list-02 > li:nth-child(6):before {
  content: '\2465';
}

.num-dot-list-02 > li:nth-child(7):before {
  content: '\2466';
}

.num-dot-list-02 > li:nth-child(8):before {
  content: '\2467';
}

.num-dot-list-02 > li:nth-child(9):before {
  content: '\2468';
}

.num-dot-list-02 > li:nth-child(10):before {
  content: '\2469';
}

.num-dot-list-02 > li:nth-child(11):before {
  content: '\2470';
}

.num-dot-list-02 > li:nth-child(12):before {
  content: '\2471';
}

.num-dot-list-02 > li:nth-child(13):before {
  content: '\2472';
}

.num-dot-list-02 > li:nth-child(14):before {
  content: '\2473';
}

.num-dot-list-02 > li:nth-child(15):before {
  content: '\2474';
}

.num-dot-list-02 > li:nth-child(16):before {
  content: '\2475';
}

.num-dot-list-02 > li:nth-child(17):before {
  content: '\2476';
}

.num-dot-list-02 > li:nth-child(18):before {
  content: '\2477';
}

.num-dot-list-02 > li:nth-child(19):before {
  content: '\2478';
}

.num-dot-list-02 > li:nth-child(20):before {
  content: '\2479';
}

.num-dot-list-02 li:not(:first-child) {
  margin-top: 20px;
}

/* qa_area
-------------------------------------------*/
.qa_area .qa_box:not(:first-child){
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
}
.qa_area .qa_conts + .qa_conts{
  margin-top: 20px;
}
.qa_area .qa_box .ttl{
  text-indent: -1.15em;
  padding-left: 1.15em;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* tab-bdr-wrap
-------------------------------------------*/
.tab-bdr-wrap .tab-bdr-ttl{
  margin-bottom: 30px;
}
.tab-bdr-wrap .tab-bdr-ttl li{
  margin: 0 5px;
}
.tab-bdr-wrap .tab-bdr-ttl li:first-of-type{
  margin-left: 0px;
}
.tab-bdr-wrap .tab-bdr-ttl li:last-of-type{
  margin-right: 0;
}
.tab-bdr-wrap .tab-bdr-ttl li a{
  display: block;
  padding: 8px 15px;
  border-bottom: 3px solid transparent;
  text-align: center;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}
.tab-bdr-wrap .tab-bdr-ttl li a.cur,
.tab-bdr-wrap .tab-bdr-ttl li a:hover{
  border-bottom: 3px solid #CC0033;
  color: #CC0033;
}
.tab-bdr-wrap .tab-contents.cur {
  display: block;
}
.tab-bdr-wrap .tab-contents {
  display: none;
}
.tab-bdr-wrap .tab-bdr-ttl{
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.tab-bdr-wrap .tab-bdr-ttl li{
  display: inline-block;
}
.tab-bdr-wrap .tab-bdr-ttl li a{
  padding: 0 8px;
}

/* techinfo-list col2
-------------------------------------------*/
.techinfo-list li a .pdf: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;
}

/* topics-box
-------------------------------------------*/
.topics-box {
  background-color: #F7F7F7;
  padding: 29px 0 32px;
}

/* --- line-height  --- */
.s-lineh-17-smt {
  line-height: 1.7!important;
}

/* background color */
.s-bgc-yellow {
  background-color: #fff9c4!important;
}

/* 人気記事ランキングを見る バナー
-------------------------------------------*/
.corp-ranking-docomoeveryday.corp-ranking-bnr {
  margin-top: 50px;
  margin-bottom: -50px;
}
.corp-ranking-changesociety.corp-ranking-bnr {
  margin: 30px 16px 0;
}

/* いいね機能 記事ページ
-------------------------------------------*/
.page-ttl-col2 .voice-good-top {
  margin-top: 13px;
  margin-bottom: -10px;
}
.society-article-mv-col2 .voice-good-top{
  position: absolute;
  left: 24px;
  bottom: -68px;
}
.society-article-mv-col2 .voice-good-top .voice-good-btn{
  border: 1px solid #ccc;
}
.voice-good-top .voice-good-btn {
  position: relative;
  padding: 5px 20px 5px 45px;
  border-radius: 8px;
  background-color: #fff;
  font-weight: bold;
  color: #333;
}
.voice-good-top .voice-good-btn:disabled{
  cursor: default;
  color: #CC0033;
}
.voice-good-top .voice-good-btn::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 20px;
  background: url(/corporate/anatatodocomo/images/iocn_voice_heart.svg) no-repeat center center;
  background-size: 100%;
}
.voice-good-top .voice-good-btn:disabled::before {
  background-image: url(/corporate/anatatodocomo/images/iocn_voice_heart_red.svg);
}
.voice-good-bottm {
  margin-top: 20px;
}
.voice-good-bottm .voice-good-box{
  display: flex;
  align-items: center;
}
.voice-good-bottm .voice-good-btn {
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #666666;
  border-radius: 10000px;
  background: url(/corporate/anatatodocomo/images/iocn_voice_heart.svg) no-repeat center center;
}
.voice-good-bottm .voice-good-btn:disabled {
  background-image: url(/corporate/anatatodocomo/images/iocn_voice_heart_red.svg);
}
.voice-good-bottm .voice-good-btn:disabled{
  cursor: default;
}
.voice-good-bottm .voice-good-num {
  margin: 0;
  margin-left: 15px;
  font-weight: bold;
  color: #333;
}
.voice-good-bottm .voice-good-btn:disabled + .voice-good-num{
  color: #CC0033;
}
.voice-good-bottm .voice-good-txt {
  flex-grow:1;
  position: relative;
  margin: 0;
  margin-left: 20px;
  padding: 9px 10px;
  border-radius: 1000px;
  background-color: #EBEBEB;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.voice-good-bottm .voice-good-txt:after{
  position: absolute;
  left: -8px;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #EBEBEB;
  border-left: 0;
}

/* アンケート 記事ページ
-------------------------------------------*/
.voice-quest-wrap {
  position: fixed;
  bottom: 71px;
  right: 0;
  z-index: 10001;
}
.voice-quest-wrap.open {
  bottom: 85px;
  right: 11px;
}
.voice-quest-wrap.open{
  width: calc(100% - 22px);
}
.voice-quest-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 10000;
}
.voice-quest-wrap .voice-quest-btn{
  transition: all 0.3s ease;
  width: 112px;
}
.voice-quest-wrap .voice-quest-btn:hover {
  opacity: .7;
}
.voice-quest-wrap .voice-quest-wrap-delete{
  position: absolute;
  top: 10px;
  right: 10px;
}
.voice-quest-wrap.open .voice-quest-wrap-delete{
  display: none;
}
.voice-quest-wrap .voice-quest-wrap-delete button{
  background-color: #000;
  width: 24px;
  height: 24px;
  border-radius: 1000px;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease;
}
.voice-quest-wrap .voice-quest-wrap-delete button:hover {
  opacity: .6;
}
.voice-quest-wrap .voice-quest-wrap-delete button::before, .voice-quest-wrap .voice-quest-wrap-delete button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #fff;
}
.voice-quest-wrap .voice-quest-wrap-delete button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.voice-quest-wrap .voice-quest-wrap-delete button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.voice-quest-wrap .voice-quest-area {
  display: none;
  border: 1px solid #E1E2E9;
  border-radius: 44px 44px 0 44px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.voice-quest-wrap .voice-quest-ttl{
  padding: 45px 20px 10px;
  background: #fff url(/corporate/anatatodocomo/images/icon_voice.svg) no-repeat center top 12px;
  text-align: center;
}
.voice-quest-wrap .voice-quest-inner {
  margin-top: -1px;
  padding: 25px 20px 30px;
  background-color: #E1E2E9;
  min-height: 326px;
}
.voice-quest-wrap .voice-radio-box button:hover,
.voice-quest-wrap .voice-radio-box button:focus{
  background-color: #FCF2F5;
}
.voice-quest-wrap .voice-radio-box {
  margin-bottom: 10px;
}
.voice-quest-wrap .voice-radio-box:last-of-type{
  margin-bottom: 0;
}
.voice-quest-wrap .voice-radio-box button{
  display: block;
  width: 100%;
  padding: 5px 15px;
  border-radius: 1000px;
  background-color: #fff;
  overflow: hidden;
  min-height: 48px;
  font-size: 14px;
  text-align: left;
}
.voice-quest-wrap .voice-radio-box .voice-radio-txt {
  display: block;
  max-width: 160px;
}
.voice-quest-wrap .voice-result-area{
  display: none;
}
.voice-quest-wrap .voice-result-box {
  position: relative;
  margin-bottom: 10px;
  border-radius: 1000px;
  background-color: #fff;
  overflow: hidden;
}
.voice-quest-wrap .voice-result-box:last-of-type{
  margin-bottom: 0;
}
.voice-quest-wrap .voice-result-bar{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FF809F;
}
.voice-quest-wrap .voice-result-txtare{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  min-height: 48px;
}
.voice-quest-wrap .voice-result-txt,
.voice-quest-wrap .voice-result-num{
  margin: 0;
  line-height: 1.28;
  font-size: 14px;
}
.voice-quest-wrap .voice-result-txt{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.voice-quest-wrap .voice-result-txt-in{
  max-width: 160px;
  line-height: 1.28;
}
.voice-quest-wrap .voice-result-num-area{
  font-size: 20px;
}
.voice-quest-wrap .voice-result-num{
  font-size: 30px;
}
.voice-quest-wrap .voice-result-box.checked .voice-result-txt:after {
  content: "";
  display: block;
  margin-left: 5px;
  background: url(/corporate/anatatodocomo/images/icon_quest_checked.svg) no-repeat center center;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.voice-quest-wrap .voice-result-fin-txt {
  text-align: center;
  font-size: 14px;
}
.voice-quest-wrap .voice-area-closed-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.voice-quest-wrap .voice-area-closed{
  padding: 5px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 1000px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.voice-quest-wrap .voice-area-delete-check {
  font-size: 12px;
  font-weight: bold;
}
.voice-quest-wrap .voice-area-delete-check input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.voice-quest-wrap .voice-area-delete-check input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #c03;
  border-bottom: 2px solid #c03;
  content: '';
}

/*TOP ランキングナビ*/
.contents .coporate-ranking-nav {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.contents .coporate-ranking-nav-title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 8px;
}
.coporate-ranking-nav-list {
  width: 127.5vw;
  margin-left: 16px;
}
.contents .coporate-ranking-nav-list-item {
  border: 1px solid #CCCCCC;
  margin-right: 17px;
  padding: 0;
}
.contents .coporate-ranking-nav-list-item-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 8px;
  font-size: 2.2rem;
  color: #333333;
  border-bottom: 1px solid #CCCCCC;
}
.contents .coporate-ranking-nav-list-item a:hover .coporate-ranking-nav-list-item-rank {
  color: #333333;
}
.contents .coporate-ranking-nav-list-item a {
  text-decoration: none;
}
.contents .coporate-ranking-nav-list-item-rank.rank1::before,
.contents .coporate-ranking-nav-list-item-rank.rank2::before,
.contents .coporate-ranking-nav-list-item-rank.rank3::before {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  margin-right: 6px;
  background-repeat: no-repeat;
}
.contents .coporate-ranking-nav-list-item-rank.rank1::before {
  background-image: url(/corporate/images/common/ico_oukan01.svg);
}
.contents .coporate-ranking-nav-list-item-rank.rank2::before {
  background-image: url(/corporate/images/common/ico_oukan02.svg);
}
.contents .coporate-ranking-nav-list-item-rank.rank3::before {
  background-image: url(/corporate/images/common/ico_oukan03.svg);
}
.contents .coporate-ranking-nav-list-item-fig-img {
  margin-bottom: 16px;
  padding: 12px 15px 0px 15px;
}
.contents .coporate-ranking-nav-list-item-fig-txt {
  padding: 0px 12px 12px 12px;
  font-size: 1.2rem;
  text-align: left;
}
.link-tile-wrap + .selsect-tag-list {
  margin-top: 90px;
}
.selsect-tag-list + .about-anatatodocomo-sec {
  padding-top: 24px;
}
.contents .coporate-ranking-nav-list .slick-dots {
  width: 100vw;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #ccc!important;
}
.slick-dots li.slick-active button:before {
  background-color: #c03!important;
}
.slick-track {
  display: flex!important;
}
.slick-slide {
  height: auto!important;
}

/* その他 */
.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;
}

