@charset "UTF-8";
/*
1.  common settings
2.  sp common settings
3.  header settings
4.  index settings
5.  Iot MVNO index settings
6.  page settings
7.  footer settings
*/
/*==================================================================
	common settings
===================================================================*/

html {
  font-family: "SSTJapanese W55 Regular";
  letter-spacing: 0.02em;
}
body {
  overflow-x: hidden;
  letter-spacing: 0.02em;
  position: relative;
  color: #111;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
strong,
dl,
dt,
dd,
table,
tbody,
thead,
th,
td,
blockquote,
ul,
li,
ol {
  font-family: "SSTJapanese W55 Regular";
}
p,
li,
dt,
dd,
th,
td {
  font-size: 15px;
  line-height: 200%;
  margin: 0 0 20px 0;
  font-weight: 300;
  word-break: break-all;
}
a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
  color: #886817;
}
.uk-link:hover,
a:hover {
  text-decoration: none;
}
a img:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: #886817;
}
figure {
	display: inline-block;
}
@media screen and (min-width: 640px) {
	figure {
		max-width: 80%;
	}
}
figcaption {
	margin-top: 10px;
	font-size: 0.722222em;
	line-height: 1.5;
	display: block;
	text-align: left;
}
@media screen and (max-width: 959px) {
  .uk-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 639px) {
  p,
  li,
  dt,
  dd th,
  td {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 15px;
  }
  .uk-container {
    padding: 0;
  }
}

/* margin,padding
-------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 1.5em;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb100 {
  margin-bottom: 8em;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px !important;
}
.pb0 {
  padding-bottom: 0;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt80 {
  padding-top: 80px;
}
.pt30 {
  padding-top: 30px;
}
.pb80 {
  padding-bottom: 80px;
}
.pt0 {
  padding-top: 0;
}
.pBox15 {
  padding: 15px;
}
@media screen and (max-width: 959px) {
  .mb120 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 639px) {
  .mb60 {
    margin-bottom: 30px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
}

/* font style
-------------------------------------------------------------------*/
.red {
  color: #e95504;
}
.bold {
  font-family:'SST W55 Bold';
font-weight: normal;
}
.center {
  text-align: center;
}
.strong,
strong {
  font-family:'SST W55 Bold';
font-weight: normal;
  color: #00aaeb;
  font-size: 16px;
}
.fonts {
  font-size: 12px;
  color: #666;
}


/* news-list
-------------------------------------------------------------------*/
.bg_gray2 {
  background: #1c2127;
  padding: 0 0 80px;
}
.news-list {
  max-width: 920px;
  margin: 0 auto 60px;
  padding: 0 30px;
  list-style: none;
}
.news-list > li {
  margin: 0;
}
.news-list > li:first-child .post-list {
  border-top: solid 1px #fff;
}
.post-list {
  display: flex;
  list-style: none;
  padding: 18px 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  margin: 0;
}

.post-list-date {
  color: #fff;
  font-size: 11px;
}
.post-cat {
  font-size: 12px;
  border: solid 1px #fff;
  padding: 0 40px;
  display: inline-block;
  margin: 0 20px;
}
.post-cat.release {
  padding: 0 22px;
}
.post-list-ttl {
  width: 60%;
}
a.post-list:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.news-list.page {
  list-style-type: none;
}
.news-list.page .post-list-date {
  color: #111;
}
.news-list.page .post-cat {
  border-color: #111;
}
.news-list.page .post-list {
  color: #111;
  font-weight: normal;
  border-bottom-color: #111;
}
.news-list.page li:first-child .post-list {
  border-top-color: #111;
}
@media screen and (max-width: 639px) {
  .bg_gray2 {
    padding: 0 0 40px;
  }
  .news-list {
    max-width: inherit;
    margin: 0 auto 30px;
    padding: 0 15px;
  }
  .post-list {
    padding: 10px;
    display: block;
  }
  .post-cat {
    padding: 0;
    font-size: 11px;
    border: none;
    position: relative;
  }
  .post-cat:before {
    content: '|';
    position: relative;
    left: -10px;
  }
  .post-list-ttl {
    display: block;
    width: 100%;
  }
}


/* bl
-------------------------------------------------------------------*/
.bl {
  padding: 15px;
  margin: 0;
  border-bottom: 1px dotted #ddd;
}
.bl ul li a,
.bl ul li {
  font-size: 12px;
  margin: 0;
  color: #222;
  display: inline-block;
}
.bl ul {
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .bl {
    padding: 10px 0;
  }
}
@media screen and (max-width: 639px) {
  .bl {
    padding: 10px;
  }
}

/* page_title
-------------------------------------------------------------------*/
.page_title {
  height: 500px;
  position: relative;
}
.page_title:before {
  content: '';
  background: rgba(28, 33, 39, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_title.company {
  background: url(../img/building-min.jpg) no-repeat center 80% / cover;
}
.page_title.recruit {
  background: url(../img/sky-min.jpg) no-repeat center 80% / cover;
}
.page_title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 90%;
  color: #fff;
  text-align: center;
  z-index: 2;
  font-size: 32px;
  margin: 0;
  letter-spacing: 4px;
}
.page_title h1 .page_title_line {
  height: 1px;
  display: block;
  width: 150px;
  background: #fff;
  margin: 16px auto 0;
}
.title__sub {
  font-size: 14px;
  letter-spacing: 2px;
}

.contents h2 {
  margin: 60px 0 60px;
  font-size: 24px;
  text-align: center;
  background: url(../img/line.png) no-repeat center bottom;
  padding: 0 0 25px;
  letter-spacing: 4px;
  color: #171818;
}

.contents .bigp {
  margin: 60px 0 60px;
  font-size: 36px;
  text-align: center;
  padding: 0 0 25px;
  letter-spacing: 4px;
  color: #171818;
}
.contents h3 {
  margin: 40px 0 25px;
  font-size: 20px;
  background: #f2f2f2;
  border-left: 6px solid #171818;
  padding: 10px 15px;
  letter-spacing: 1px;
  color: #171818;
}
.contents h4 {
  margin: 30px 0 20px;
  border-bottom: 2px dotted #ddd;
  font-size: 18px;
  color: #171818;
  padding: 10px;
}

@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
  .page_title h1 {
    padding: 86px 0 30px 0;
    font-size: 20px;
  }
  .contents h2 {
    margin: 40px 0;
    font-size: 20px;
    padding: 0 0 20px;
  }
  .contents h3 {
    margin: 25px 0 20px;
    font-size: 17px;
  }
  .contents h4 {
    margin: 20px 0 15px;
    font-size: 16px;
  }
}

/* table sheet style
-------------------------------------------------------------------*/
.contents_area table {
  border-collapse: collapse;
  border-spacing: 0px;
  border-bottom: none;
  margin-bottom: 25px;
  width: 100%;
  background: #fff;
}
.contents_area table th,
.contents_area table td {
  padding: 15px 25px;
  line-height: 1.5em;
  vertical-align: middle;
  background: #f2f2f2;
  border-bottom: solid 1px #fff;
  border-right: 1px solid #fff;
  line-height: 220%;
}
.contents_area table.vertical-top td {
	vertical-align: top;
}
.contents_area table.vertical-top td ul li {
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.contents_area table th {
  background: #171818;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.contents_area table td {
  font-size: 14px;
}
.contents_are table.center th,
.contents_are table.center td {
  text-align: center;
}
.contents_area table.border th,
.contents_area table.border td {
  border: none;
  line-height: 1.4;
}
.contents_area table.border tbody td {
  width: 25%;
}
.contents_area table.border tbody tr:nth-child(even) th {
  background: #ddd;
  color: #111;
}
.contents_area table.border tbody tr:nth-child(odd) th {
  background: #e9e9e9;
  color: #111;
}
.contents_area table.border tbody tr:nth-child(even) td {
  background: #e9e9e9;
}
.contents_area table.border tbody tr:nth-child(odd) td {
  background: #fff;
}
table.table {
  border-collapse: collapse;
  border-spacing: 0px;
  border-bottom: none;
  margin-bottom: 25px;
  background: #fff;
}
table.table th,
table.table td {
  padding: 10px 25px;
  line-height: 1.5em;
  vertical-align: middle;
  background: #f2f2f2;
  border-bottom: solid 1px #fff;
  border-right: 1px solid #fff;
  line-height: 220%;
}
table.table th {
  background: #171818;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}
table.table td {
  font-size: 13px;
}
.overflow-x-scroll {
  overflow-x: auto;
  white-space: nowrap;
}
.overflow-x-scroll table {
  width: auto !important;
}

@media screen and (max-width: 639px) {
  .contents_area table th,
  .contents_area table td {
    padding: 10px 15px;
  }
  .contents_area table th {
    font-size: 13px;
    line-height: 200%;
  }
  .contents_area table td {
    font-size: 13px;
  }
  table.table {
    width: 100%;
  }
  table.table th,
  table.table td {
    padding: 10px 15px;
  }
}

.contents_area table.clear {
}

/* table 横スクロール style
-------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
  .scroll {
    overflow: auto !important;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

/*	dl style
-------------------------------------------------------------------*/
.contents_area dl {
  overflow: hidden;
  /* background: #171818; */
  /* border-bottom:1px solid #fff; */
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
}
.contents_area dt,
.contents_area dd {
  display: block;
  float: left;
  margin: 0;
  padding: 1em 2em;
  font-size: 14px;
}
.contents_area dt {
  width: calc(30% - 60px);
  clear: left;
  border-bottom: 1px solid #ddd;
  /* color:#fff; */
  font-weight: 400;
}
.contents_area dt:last-of-type,
.contents_area dd:last-of-type {
  border-bottom: none;
}

.contents_area dd {
  width: calc(70% - 60px);
  /* background: #f2f2f2; */
  border-bottom: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .contents_area dl {
  }
}
@media screen and (max-width: 639px) {
  .contents_area dl {
    border: none;
    margin: 0 0 15px;
    background: none;
  }
  .contents_area dt,
  .contents_area dd {
    float: none;
    border-top: none;
  }
  .contents_area dt {
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
    color: #222;
    border-bottom: 1px solid #171818;
    display: inline-block;
    width: auto;
  }
  .contents_area dd {
    margin: 0;
    width: calc(100% - 30px);
    background: none;
    padding: 10px 15px;
  }
  .contents_area dt:last-of-type {
    border-bottom: 1px solid #171818;
  }
}

/* list style
-------------------------------------------------------------------*/
.scroll-table {
	display: block;
	margin-right: -16px;
	overflow-x: scroll !important;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 640px) {
	.scroll-table {
		overflow-x: auto;
		white-space: normal;
		-webkit-overflow-scrolling: none;
	}
}
.contents_area ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.contents_area ul li {
  margin: 5px 0;
  /* list-style-image:url(../img/list.png); */
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}
.contents_area ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #c1ab15;
  border-radius: 50%;
  opacity: 0.5;
}
.contents_area ul li a {
  font-family:'SST W55 Bold';
font-weight: normal;
}

.contents_area ol {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 15px;
  margin: 0 0 25px;
}
.contents_area ol li {
  margin: 5px 0;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}
.contents_area ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #171818;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin: 5px 0 0 -30px;
}


/*==================================================================
	footer settings
===================================================================*/
footer {
  background: #171818;
  /*padding: 50px 40px 60px;*/
}
footer p {
  color: #fff;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 220%;
}
footer p span {
  display: block;
  font-weight: 400;
}
.footer_credit {
  /*padding: 40px 0 0 0;*/
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_credit a{
  display: block;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 0 10px;
}
.footer_credit a:hover{
  opacity: 0.6;
}
.footer{
  margin-top: 160px;
}
.footer_sidepad{
  display: flex;
  padding: 10px 10px;
  justify-content: space-between;
  margin-top: 160px;
}
.footer_sidepad .footer_credit img{
  height: 25px;
}
.footer_sidepad .footer_credit p{
  margin: 0;
}
@media screen and (max-width: 959px) {
  footer p {
    text-align: center;
  }
}

  footer p {
    font-size: 12px;
  }
  .footer_credit {
    /*padding: 40px 0 0 0;*/
  }

/* sign
-------------------------------------------------------------------*/
.footer_sign {
  color: #fff;
  font-size: 10px;
  text-align: right;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .footer_sign {
    text-align: center;
  }
}

.font-size-s {
  font-size: 0.7em;
}
.font-size-xs {
  font-size: 0.5em;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt100 {
  margin-top: 100px;
}

.uk-tab {
  max-width: 920px;
  margin: 0 auto 30px;
}
.uk-tab::before {
  left: 0;
}
.tab-item {
  text-decoration: none;
}
.uk-tab .uk-active .tab-item {
  border-bottom: 2px solid #111;
}

span.post-list-date {
  min-width: 64px;
}

/*--MVNEinfo_page--*/
.MVNEinfo_page .contents_area table td {
  font-size: 16px!important;
}
@media screen and (max-width: 639px){
.MVNEinfo_page .contents_area table td {
  font-size: 15px!important;
}}
.MVNEinfo_page .contents_area ul li::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 15px;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.5;
}
.MVNEinfo_page .lic{
position: relative!important;
padding-left: 15px!important;
list-style: none!important;
}
.MVNEinfo_page .lic:before {
content: ""!important;
  position: absolute!important;
  top: 0.1em!important;
  left: 0!important;
  -webkit-transform: rotate(50deg)!important;
  -ms-transform: rotate(50deg)!important;
  transform: rotate(50deg)!important;
  width: 5px!important;
  height: 15px!important;
  border-right: 1px solid #000!important;
  border-bottom: 2px solid #000!important;
  border-radius: 0!important;
  background: #ffffff!important;
  opacity: 1!important;
}
.MVNEinfo_page .contents h2{
  font-size: 23px;
}
.MVNEinfo_page .arrowsp{
margin-bottom: 0!important;
}
.MVNEinfo_page .arrowsp li{
padding-left: 0px!important;
}
.MVNEinfo_page .arrowsp li::before{
width: 0px!important;
height: 0px!important;
}
.MVNEinfo_page .contents_area ul li a {
  font-family: "SSTJapanese W55 Regular";
}
.MVNEinfo_page .contents_area .square_ul li::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0.9em;
  left: 0;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  background: #000000;
  border-radius: 0;
  opacity: 1;
}
.MVNEinfo_page .square_ul .square_ul_circle li::before{
content: '';
  position: absolute;
  display: inline-block;
  top: 15px;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.5;
}
.MVNEinfo_page .page_title{
height: 300px;
}
.MVNEinfo_page .page_title h1{
color: #000;
}
.MVNEinfo_page .page_title::before{
display: none;
}
.MVNEinfo_page ol li{
margin-bottom: 30px;
}
.MVNEinfo_top .page_title{
  height: 300px;
}
.MVNEinfo_top .page_title h1{
  color: #000;
}
.MVNEinfo_top .page_title::before{
  display: none;
}
@media screen and (max-width: 639px) {
  .MVNEinfo_page .page_title h1 {
      padding: 20px 0 0 0;
      font-size: 20px;
  }
  .MVNEinfo_top .page_title h1{
    padding: 20px 0 0 0;
    font-size: 20px;
  }
}

