html{
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 859px) {

.mv_detail{
  height: 34vw;
  width: 100%;
  background-image: url("../corporate_images/mv_detail.png");
  background-size: cover;
  width: 100%;
}

.mv_detail_text{
  text-align: center;
  color: white;
  padding-top: 17vw;
}
.mv_detail_text h1{
  font-size: 2vw;
  font-weight: 100;
}

.corporate_info{
  /*height: 320vw;*/
  background: #DCDCDC;
  position: relative;
}

.corporate_info ol{
  list-style: none;
  margin: 0;
  padding: 3vw 3vw 2vw 3vw;
}

.corporate_info ol li{
  float: left;
  font-size: 1.2rem;
}
.corporate_info ol li a:first-child{
  color: #11ADE6 !important;
}

.corporate_info ol li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px;
  color: #000;
}
  .corporate_info ol li:last-child::after{
  display: none;
}

.corporate_info{
  clear: both;
}

.corporate_overview {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px 98px;
}

.corporate_overview h2{
  font-size: 1.8rem;
  padding: 0 0 3rem 0;
  margin: 0;
  border-bottom: solid gray 1px;
  letter-spacing: 4px;
}
.corporate_overview h2.media{
  font-size: 1.8rem;
  padding: 0 0 3.2rem 0;
  margin: 0;
  border-bottom: none;
}

.corporate_overview p{
  font-size: 1.5vw;
  line-height: 2;
}
.com-list-ul li{
  width: 23.8%;
	margin: 0 1.6% 18px 0;
}

table{
  width: 100%;
  border-collapse: collapse;
}

.table_back_gray{
  background: #D1D1D1;
}
tr {
  border-bottom: 1px dotted gray;
}

td {
  padding: 2vw 0 2vw 2%;
}

td ul li{
  margin:1vw 0 0 0;
}

tr:last-child{
  border-bottom: solid gray 1px;
}

.table_contents{
  width: 100%;
}

.table_side{
  width: 12%;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 32px 0 32px 36px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1.8px;
  border-bottom: 1px dotted #808080;
}

.table_content{
  width: 85%;
  font-size: 1.4rem;
  padding: 32px 0 32px 5px;
  letter-spacing: 2px;
  border-bottom: 1px dotted #808080;
}

.access{
  max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px 63px;
}
.access h2{
  font-size: 1.8rem;
  padding: 40px 0 30px;
  letter-spacing: 4px;
}

.access iframe{
  width: 100%;
  height: 50vw;
}

.access_content_block{
  margin: 2vw 0 2vw 0;
}

.access_content_block p{
  font-size: 1.4rem;
  line-height: 1.8;
}

.main_deal{
  max-width: 1200px;
  margin: 5rem auto 0 auto;
  padding: 0 80px 70px;
    overflow: hidden;
}

.main_deal h2{
  font-size: 1.8rem;
  padding: 0 0 2.2rem 0;
  margin: 0;
  border-bottom: none;
}

.main_deal ul{
  float: left;
  list-style: none;
  width: 33%;
  margin: 0;
  padding: 0;
}

.main_deal ul li{
  font-size: 1.4rem;
  margin-top:1.0rem;
}

section.com-story .media_btn{
  width: 40%;
  padding: 20px 15px 20px 20px;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
  background: #fff url("../corporate_images/blue_link.png") no-repeat left 17px center;
  background-size: 23px auto;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto 50px;
}
section.com-story .media_btn:hover{
  opacity: .7;
}

}

@media screen and (max-width: 858px) {



  .mv_detail{
    height: 70vw;
    width: 100%;
    background-image: url("../corporate_images/mv_detail_sp.png");
    background-size: cover;
    width: 100%;
  }

  .mv_detail_text{
    font-size: 4.5vw;
    text-align: center;
    color: white;
    padding-top: 36vw;
    line-height: 1.8;
    letter-spacing: 2px;
  }

  .mv_detail_text h1{
    font-size: 2.3rem;
    font-weight: 100;
    letter-spacing: 0.2em;
  }

  .corporate_info{
    background: #DCDCDC;
    position: relative;
  }

  .corporate_info ol{
    list-style: none;
    margin: 0;
    padding: 7vw 3vw 7vw 5%;
  }

  .corporate_info ol li{
    float: left;
    font-size: 1.1rem;
  }
  .corporate_info ol li:first-child{
    color: #11ADE6;
  }

  .corporate_info ol li::after{
    content: '>';
    display: inline-block;
    padding: 0 10px;
    color: #000;
  }
    .corporate_info ol li:last-child::after{
    display: none;
  }

  .corporate_info{
    clear: both;
    width:
  }

  .corporate_overview {
    clear: both;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .corporate_overview h2{
    font-size: 1.8rem;
    padding: 0 0 2.1rem 0;
    margin: 0;
    border-bottom: solid gray 1px;
    font-weight: 700;
  }
  .corporate_overview h2.media{
    font-size: 1.8rem;
    padding: 0 0 2.1rem 0;
    margin: 0;
    border-bottom: none;
    font-weight: 700;
  }

  .corporate_overview p{
    font-size: 4vw;
    line-height: 2;
  }

  table{
    width: 100%;
    border-collapse: collapse;
  }

  .table_back_gray{
    background: #D1D1D1;
  }
  tr {
    border-bottom: 1px dotted gray;
  }

  td {
    padding: 1.2rem 0 1.2rem 15px;
  }

  td ul li{
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2.2rem;
  }

  tr:last-child{
    border-bottom: solid gray 1px;
  }

  .table_company-name .table_side {
    padding-bottom: 32px;
    border-bottom: 1px dotted #808080;
  }

  .table_company-name .table_content {
    padding-bottom: 32px;
    border-bottom: 1px dotted #808080;
  }

  .table_contents{
    width: 100%;
  }

  .table_side{
    width: 28%;
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: bold;
    padding: 15px 0 0 5px;
    vertical-align: top;
    border-bottom: 1px dotted #808080;
  }

  .table_content{
    width: 75%;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 15px 0 15px 7px;
    border-bottom: 1px dotted #808080;
  }
  .table_content ul{
  }

  .access{
    width: 90%;
    margin: 10vw 5% 0 5%;
  }

  .access h2{
    font-size: 1.8rem;
    padding: 25px 0 20px 0;
    margin: 0;
  }

  .access iframe{
    width: 100%;
    height: 50vw;
  }

  .access_content_block{
    margin: 2vw 0 2vw 0;
  }

  .access_content_block p{
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    line-height: 2.2rem;
  }
 .access_content_block p span{
   font-size: 1.1rem;
 }

  .main_deal{
    width: 90%;
    margin: 3rem 5% 0 5%;
    overflow: hidden;
    padding-bottom: 50px;
  }

  .main_deal h2{
    font-size: 2.2rem;
    padding: 3.5rem 0 2.0rem 0;
    margin: 0;
  }

  .main_deal ul{
    float: left;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .main_deal ul li{
    font-size: 1.1rem;
    margin-top: 1vw;
  }

section.com-story .media_btn{
  width: 80%;
    padding: 20px 15px 20px 48px;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    position: relative;
    background: #fff url(../corporate_images/blue_link.png) no-repeat left 17px center;
    background-size: 23px auto;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto 40px;
}


}
