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

詳細

///////////////////////////////////////////////////////////////////////*/
.word-detail {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 67px;
  border-bottom: 1px solid #ddd;
}
.word-detail-body {
  flex: 1;
}
.word-detail_ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.word-detail_desc {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
	margin-bottom: 15px;
}
.word-detail_link-ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.word-detail_link a {
	font-size: 15px;
	color: #c37a3f;
	padding-right: 20px;
	background: url(/sp/img/common/icon_next-moderateorange.svg) right 2px no-repeat;
	background-size: 7px auto;
}
.word-detail_link li {
	margin-bottom: 5px;
}
.word-detail_desc a {
  color: #b46a28;
}
.word-detail_img {
  width: 226px;
  margin-left: 40px;
  text-align: center;
}
.word-detail_img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.word-list {
  margin-bottom: 0;
}
.word-list li {
  width: 154px;
  margin: 0 23px 15px 0;
}
