h2{
  text-align: right;
  line-height: 2em;
  padding: 0 10% 2em 0;
  font-size: 2em;
  text-decoration: underline;
}
h3 {
	font-size: 120%;
	padding-bottom: 1em;
	padding-left: 5%;
}
p {
	line-height: 1.5em;
	padding-left: 5%;
}

dt {
	font-size: 120%;
	padding-bottom: 1em;
}


.news_wrapper{
	width: 100%;
	margin: 0;
	padding-right: 5%;
	padding-left: 5%;
}

.news_box{
	background: #f2f2f2;
	padding: 1.5em 5% 2em;
	margin-bottom: 2em;
}

.news_contents{
  display: flex;
  justify-content: space-around;
}

.news_contents dd{
  flex-basis: 80%;
}

.news_box dd img{
  width: 100%;
}

@media screen and (max-width:640px){
/*
.news_box{
	flex-direction: column;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}*/

.news_contents{
	flex-direction: column;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

h2{
	text-align: center;
	line-height: 2em;
	padding: 0;
	font-size: 2em;
	text-decoration: underline;
	margin-top: 1em;
	margin-bottom: 1em;
}

dd h3 {
	padding-top: 1em;
}


.news_wrapper{
  width: 100%;
  margin: 0;
	padding: 0;
}

.news_box{
	background: #f2f2f2;
	padding: 1.5em 5% 2em;
	margin-bottom: 2em;
}

.news_contents{
  display: flex;
  justify-content: space-around;
}

.news_contents dd{
  flex-basis: 50%;
}

.news_box dd img{
  width: 100%;
}



}
