@charset "UTF-8";

.engineer__nav {
  width: 1200px;
  margin: 0 auto; }

.engineer .engineer__read {
  margin-bottom: 4%; }

.engineer h3 {
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 1%;
  padding-bottom: 1%;
  font-size: 2.8rem; }

.engineer h4 {
  font-size: 2.2rem;
  background: #e3e9f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1%;
  color: #4664AA; }






.engineerMatter {
	    margin-top: 40px;
    padding-left: 1.6rem;
}
.engineerMatter li span{
      color: #3264AF;
    display: inline;
    font-size: 22px;
}

.month--lastborder {
  padding: 2% 0;
  font-size: 2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 2px solid #4664AA;
  margin-bottom: 2%; }
  .month--lastborder span {
	  font-size:2rem;
    width: 35%;
    font-weight: bold;
    color: #4664AA; }
.mentettl {
    padding: 1.5%;
    background: #f1f1f1;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 12px;
}
.mentecontent {
    margin: 28px 0 0 70px;
}
.firstYear {
    margin-bottom: 6%;
}
.mentettl img {
    margin-right: 10px;
}

@media all and (max-width: 1023px) {
  .engineer__nav {
    width: 100%; } }

@media all and (max-width: 768px) {
	.engineerMatter{
	    margin-top: 20px;}
.engineerMatter li{
        padding-left: 1.6rem;
    text-indent: -1.6rem;
}
.engineerMatter li span {
    font-size: 15px;
}
p.engineerMatter{
    padding-left: 0;
}
     }

@media all and (max-width: 600px) {
  .engineer h3 {
	  font-size:1.6rem;
    margin-bottom: 15px;
    padding-bottom: 10px; }
	.engineer h4 {font-size:1.6rem;}
  .engineer__nav tr td {
    font-size: 1.2rem; }

  .engineer__nav td:nth-of-type(2) {
    margin: 0; }


  .engineer .engineer__read {
    margin-bottom: 10%; } 
		.mentettl {
    font-size: 1.6rem;
}
	.mentettl img {
		width: 25px;}
.mentecontent {
    margin: 20px 0 0 20px;
}
}
