@charset "utf-8";

/*--------------------
Top
--------------------*/
.e_word_main {
  color: #333;
  margin-top: 50px;
}
.e_word_main a {
  color: #333;
  transition: .2s;
}
.e_word_main * {box-sizing: border-box;}
.e_word_mv {margin-bottom: 30px;}
dl.todays_words {
  border: 4px solid #000;
  border-radius: 23px;
  padding: 40px 52px 50px;
  margin-bottom: 70px;
}
dl.todays_words dt {
  text-align: center;
  margin-bottom: 40px;
}
dl.todays_words dt a {
  font-size: 20px;
  color: #00D6FE;
  font-weight: bold;
}
dl.todays_words dd ul {
  display: flex;
  flex-wrap: wrap;
}
dl.todays_words dd ul li {
  width: 20%;
  margin-top: 37px;
}
dl.todays_words dd ul li:nth-child(-n+5) {margin-top: 0;}
dl.todays_words dd ul li a {
  font-size: 18px;
  text-decoration: underline;
}
dl.todays_words dd ul li a:hover {color: #FF4600 !important;}
.e_word_h2 {
  color: #1C1C1C;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 70px;
}
.e_word_h3 {
  background: #0099FF;
  color: white;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.parts {
  font-size: 18px;
  margin-bottom: 30px;
}
ul.link_list {
  display: flex;
  flex-wrap: wrap;
}
ul.link_list li {
  width: calc(25% - 20px * 3 / 4);
  height: 40px;
  margin: 20px 20px 0 0;
}
ul.link_list li:nth-child(4n) {margin-right: 0;}
ul.link_list li:nth-child(-n+4) {margin-top: 0;}
ul.link_list li a {
  display: flex;
  border: 1px solid #707070;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
ul.link_list li a:hover {
  border-color: #FF4600;
  color: #FF4600 !important;
  text-decoration: none;
}
ul.link_list + .parts {margin-top: 50px;}
ul.link_list + .e_word_h3 {margin-top: 70px;}
/*--------------------
today's words
--------------------*/
.e_word_window {
	width: 680px;
	padding: 40px 54px;
	color: #1C1C1C;
	box-sizing: border-box;
}
.e_word_window a {transition: .2s;}
.e_word_window a:hover {
	text-decoration: none;
	opacity: .7;
}
.e_word_window .e_word_h2 {
	text-align: left;
	margin-bottom: 38px;
}
.e_word_wrap {
	background: url(/common_img/e_word_wrap.png) repeat-y;
	padding: 32px 40px 30px 70px;
	min-height: 260px;
	margin-bottom: 50px;
	margin-left: 10px;
	position: relative;
}
.e_word_wrap::before {
	content: "";
  background: url(/common_img/e_word_shadow.png);
  position: absolute;
  left: 40px;
  bottom: -54px;
  width: 570px;
  height: 54px;
  z-index: 0;
}
.e_word_inner {
	background: white;
	padding: 14px 17px;
	position: relative;
	min-height: 195px;
}
.e_word_inner .word {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 20px;
	position: relative;
}
.meaning_area {font-size: 16px;}
.e_word_inner .meaning_btn {
	text-align: center;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	cursor: pointer;
	padding-right: 20px;
}
.e_word_inner .meaning_btn::after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	width: 7px;
	height: 7px;
	border-left: 3px solid #0099FF;
	border-bottom: 3px solid #0099FF;
	transform: rotate(-45deg);
}
.e_word_inner .meaning_btn.open::after {
	top: 5px;
	transform: rotate(135deg);
}
.word_btn {
	position: absolute;
	top: 65px;
	right: -30px;
}
.word_btn span {
	position: relative;
}
.word_btn span::before {
	content: "";
	display: block;
	border: 1px solid #0099FF;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	position: absolute;
	left: 5px;
  top: 25px;
  background: white;
}
.word_btn span::after {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 3px solid #0099FF;
	border-bottom: 3px solid #0099FF;
	transform: rotate(-45deg);
	position: absolute;
	left: 16px;
  top: 39px;
  color: #0099FF;
}
ul.scl_links {
	display: flex;
	justify-content: space-between;
	width: 574px;
	margin: 0 auto;
}
ul.scl_links a {
	display: flex;
	justify-content: center;
	align-items: baseline;
	color: #01AFEC;
	font-size: 22px;
	border: 2px solid #01AFEC;
	border-radius: 3px;
	width: 275px;
	height: 60px;
	font-weight: bold;
	padding-top: 12px;
	position: relative;
}
ul.scl_links a span {
	font-size: 13px;
	margin-left: 10px;
}
ul.scl_links a::after {
	content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #0099FF;
  border-bottom: 2px solid #0099FF;
  transform: rotate(-45deg);
  position: absolute;
  right: 12px;
  top: 25px;
  color: #0099FF;
}
.meaning_area .memo {
	padding-top: 20px;
  margin-top: 10px;
}
/*--------------------
wordbook
--------------------*/
.wordbook .word span {
	position: absolute;
	left: 10px;
	top: 0;
}