@charset "UTF-8";

.idx-news dd a{
  text-decoration: underline;
  transition: 0.3s;
}
.idx-news dd a:hover{
  opacity: 0.7;
}
@media only screen and (min-width:768px) {
  .detail-news {
      width: 100%;
      padding: 200px 0 98px;
      background-color: #fff;
      position: relative;
  }
  .detail-news h2{
    margin: 0 0 60px 0;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .detail-news-inner{
    width: 960px;
    margin: 0 auto;
    padding: 60px;
    background: #f7f7f7;
  }
  .detail-news-inner .date{
    margin: 0 0 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .detail-news-inner h3{
    margin: 0 0 50px 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .detail-news-inner .sentence{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .detail-news-inner .sentence.notfound {
    font-weight: bold;
    text-align: center;
  }
  .detail-news-inner .sentence.notfound a {
    text-decoration: underline;
  }
}

@media only screen and (max-width:767px) {
  .detail-news {
      width: 100%;
      padding: 25vw 0px 13vw 0px;
      background-color: #fff;
      position: relative;
  }
  .detail-news h2{
    margin: 0 0 10% 0;
    text-align: center;
    font-size: 4.28542vw;
    font-weight: 700;
  }
  .detail-news-inner{
    width: 84.375%;
    margin: 0 auto;
    padding: 7%;
    background: #f7f7f7;
  }
  .detail-news-inner .date{
    margin: 0 0 3% 0;
    font-size: 3.88542vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 700;
  }
  .detail-news-inner h3{
    margin: 0 0 10% 0;
    font-size: 4.28542vw;
    font-weight: 700;
    line-height: 1.3;
  }
  .detail-news-inner .sentence{
    font-size: 3.38542vw;
    line-height: 1.8;
  }
  .detail-news-inner .sentence{
    font-weight: bold;
//    text-align: center;
  }
  .detail-news-inner .sentence.notfound a {
    text-decoration: underline;
  }
}



.idx-Company_Body {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .idx-Company_Body {
    width: 81.25%;
    margin: 7.8125% auto 0;
    display: block; } }
.idx-Company_Body > table tbody tr {
  font-size: 0;
  font-weight: 500;
  color: #000;
  display: block; }
@media print, screen and (max-width: 767px) {
  .idx-Company_Body > table tbody tr {
    position: relative; } }
@media print, screen and (max-width: 767px) {
  .idx-Company_Body > table tbody tr th, .idx-Company_Body > table tbody tr td {
    display: inline-block;
    vertical-align: middle; } }
.idx-Company_Body > table tbody tr th {
  width: 150px;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  background: #2c2c2c;
  color: #FFF;
  letter-spacing: 0.2em; }
@media print, screen and (max-width: 767px) {
  .idx-Company_Body > table tbody tr th {
    width: 30.76923%;
    height: 100%;
    font-size: 3.125vw;
    position: absolute;
    top: 0;
    left: 0; } }
@media print, screen and (max-width: 767px) {
  .idx-Company_Body > table tbody tr th P {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0; } }
.idx-Company_Body > table tbody tr td {
  padding: 13px 0 13px 30px;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em; }
@media print, screen and (max-width: 767px) {
  .idx-Company_Body > table tbody tr td {
    width: 69.23077%;
    margin: 0 0 0 30.76923%;
    padding: 2% 0 2% 5%;
    font-size: 3.125vw;
    line-height: 1.7; } }
.idx-Company_Body > table tbody tr + tr {
  margin: 1px 0 0; }
.idx-Company_Body .map {
  margin: 30px 0 0; }
@media print, screen and (max-width: 767px) {
  .idx-Company_Body .map {
    margin: 5% 0 0;
    padding: 61.53846% 0 0 0;
    position: relative; } }
@media print, screen and (max-width: 767px) {
  .idx-Company_Body .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; } }

.idx-about_box_ttl{
  margin-bottom: 30px;
  text-align: center;
}
.idx-about_box_ttl > .pc_i{
  width: 350px;
}
.idx-about_box_ttl > .sp_i{
  width: 80%;
}
