@charset "utf-8";
/* CSS Document */

.news__note {
  padding-bottom: 32px;
}
.news__item {
  background-color: #FFFFFF;
border-radius: 16px;
  padding: 60px 30px 60px 30px;
  margin-bottom: 64px;
}
.news__item h2 {
  color: #FF5CB4;
  font-weight: 400;
  letter-spacing: .09rem;
  padding-bottom: 8px;
}
.news__info .title h3 {
  font-size: 2.0rem;
  line-height: 3rem;
  margin-bottom: 32px;
  font-weight: bold;
}
.news__info .date {
  font-weight: bold;
}
.news__info .time {
	margin-bottom: 16px
}
.news__info .details ul{
  margin-bottom: 16px;
}

.news__info .flyer .link-nw .text {
  border-bottom: .5px solid #463539;
}
.news__info .contact{
	margin-top:24px;
	line-height: 2;
}

.title h3 span {
  display: inline-block;
}

.form {
	border-bottom: .5px solid #463539;
}
@media(min-width:1000px){
.news {
  max-width: 1204px;
  margin: 0 auto;
}
.news__note {
  padding-bottom: 48px;
}
.news__item {
  padding: 70px 0 65px 102px;
  margin-bottom: 80px;
}
.news__item h2 {
  color: #FF5CB4;
  letter-spacing: .09rem;
  font-weight: bold;
  padding-bottom: 8px;
}

.news__info .title h3 {
  font-size: 2.3rem;
  line-height: 3.5rem;
}

.link-nw .text {
  border-bottom: .5px solid #463539;
}
  }