/* body {
  background-color: pink;
} */
/* top ---------------------------------------------------- */
.content {
  padding: 50px 80px;
}
.content .date {
  width: 200px;
  margin-right: 50px;
}
.arti_container {
  display: flex;
}

/* container---------------------------------------------- */
.container {
  padding: 0 80px;
}

.rect-wrap {
  width:40%;
  margin: 0;
  background-size: contain;
}
.rect {
  width : 100%;
  height: 100%;
  padding-top : 0;
  display: none;
}
section .flex ul {
  min-height: 300px;
}
.sec2_div {
  order: 2;
}
.service {
  transition: transform 0.8s;
  transform-origin: 50% 45%;
}
.service:hover {
  transform: scale(1.5);
}
section ul {
  width: 50%; 
  margin-top: 0;
  margin-right: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
}

/* footer-------------------------------------------------------- */
.fmenu {
  padding: 30px 80px;
}
.fmenu img {
  right: 80px;
  bottom: 30px;
}


/* submit ------------------------------- */
h1.submit {
  font-size: 1.5rem;
}