@charset "utf-8";

.welcome {
  font-family: 'Montserrat',  sans-serif;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: aliceblue;
  padding: 7px;
  height: 60px;
}

.eto-logo {
  margin-left: 40px;
}

.eto-logo img {
  height: 70%;
}

.title-zone p {
  margin-top: 15px;
}

table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto; 
}

table th {
  padding: 10px;
  font-size: 15px;
}

table td {
  padding: 3px 5px;
  font-size: 12px;
}

.new {
  background-color: rgb(193, 235, 221);
  margin-left: 60px;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.new-inner {
  background-color: rgb(237, 248, 187);
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  align-items: flex-start;
}

.shiraselink {
  margin-left: 60px;
}

.new-inner-text h5 {
  font-size: 15px;
  color: rgb(25, 25, 53);
  margin-right: 12px;
}

.new-inner-text p {
  margin-top: 20px;
}

.new-p {
   width: 560px;
}

.new-p p {
  line-height: 25px;
}

.new-inner-text h3 {
  font-size: 25px;
}

.link-title {
  font-size: 12px;
  margin-left: 50px;
  padding-top: 25px;
}

.newspaper {
  margin-top: 45px;
  margin-left: 65px;
  display: flex;
  flex-direction: column;    
}

.newspaper h4 {
  line-height: 25px;
  margin-left: 60px;
}

.newspaper table {
  margin-left: 10px;
}

.newspaper a {
  color: blue;
  text-decoration: underline;
  } 

.title h1 {
  margin-left: 80px;
  margin-right: auto;
}


@media (max-width: 800px) {

  .welcome {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    flex-wrap: wrap;
    height: auto;
  }

  .eto-logo img {
    height: 42px;
  }

  .shirase {
    margin-left: 25px;
  }

  .new {
    margin-left: 20px;
    margin-right: 20px;
  }

  .new-inner {
    display: block;
    width: 500px;    
    margin-top: 25px;
  }
  
  .new-p {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }

  .newspaper {
    margin-left: 20px;
    margin-right: 20px;    /*?*/
  }

  .newspaper h4 {
    margin-left: 40px;
  }

  table {margin-left: 20px;
    margin-right: 20px;

  }

  .scene {
    margin-top: auto;
  }

 
}

