@charset "UTF-8";
/* CSS Document */

.wrap {
	animation: fadein 2s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
.main {
  text-align: right;
  max-width: 1042px;
  margin: 0 auto;
}

.main_img{
  margin-top: 116px;
}
.main_works {
  letter-spacing: 6px;
  text-align: right;
  width: 253px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  margin-top: 122px;
  font-size: 18px;
}
.main_works:before{
  content: '';
  width: 253px;
  height: 3px;
  background-color: #3A5A89;
  border-radius: 2px;
  display: block;
  margin-bottom: 10px;
}

.mpandk_online_img {

	height: 185px;
	width: 262px;
}
.description__area {
	text-align: center;
	margin-top: 95px;
}


/*.works_description span{
  margin-bottom: 30px;
  display: block;
  letter-spacing: 6px;
  font-size: 16px;
  font-weight: 200;
}
.description__area {
    text-align: center;
    margin-top: 146px;
}

