@charset "utf-8";

/* CSS Document */
.outlinepage .contentheader{background-image: url(../images/outline-bg-01.jpg);}

.outline{margin-bottom: 100px;}
  .outline-table{border-top: 1px solid rgba(230,230,230,1);}
    .outline-item{
      display: flex;  
      flex-wrap: wrap;
      border-bottom: 1px solid rgba(230,230,230,1);
      }
      .outline-head,.outline-table ul li{
        display: flex;
        align-items: center;
        width: 250px;
        margin-right: 50px;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 10px;  
        }
        .outline-head-txt,.outline-table ul li:nth-child(1) p{
          width: 100%;
          font-size: 14px;
          font-weight: 500;
          text-align: right;
          }
      .outline-body{
        width: calc(100% - 300px);
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 10px;  
        }
        .outline-body-txt{font-size: 14px;}
.outline-isobadge{width: 150px;}


.history{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(246,247,249,1);
  }
.access{
  padding-top: 100px;
  padding-bottom: 150px;
  }
  .accessmap{margin-bottom: 15px;}
    .accessmap iframe{
      display: flex;
      width: 100%;
      height: 500px;
      }
    .acessinfo{}
      .acessinf-txt{font-size: 14px;}

@media screen and (max-width: 1199px) { }/* max-width: 1199px */

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

.outline{margin-bottom: 80px;}
.history{
  padding-top: 80px;
  padding-bottom: 80px;
  }
.access{
  padding-top: 100px;
  padding-bottom: 150px;
  }
  .accessmap iframe{height: 400px;}

}/* max-width: 991px */

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

.outline{margin-bottom: 50px;}
.outline-head{
  width: 100%;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
  }
  .outline-head-txt{
    width: 100%;
    text-align: left;
    }
.outline-body{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; 
  }

.history{
  padding-top: 50px;
  padding-bottom: 50px;
  }

.access{
  padding-top: 50px;
  padding-bottom: 80px;
  }



}/* max-width: 767px */

@media screen and (max-width: 575px) {}/* max-width: 575px */