@charset "UTF-8";
/* CSS Document */
main {
  display: flex;
  flex-direction: column;
  width: calc(100% - 60px);
  margin: 90px 0px 0px 0px;
  z-index: 1;
}
.sq_mgn {}
.sq_mgn_02 {
  margin-top: -100px;
  padding-top: 100px;
}
.navi_title {
  align-self: center;
  font-family: "UniversNextPro-BoldCond";
  margin: 20px 0px 16px 0px;
  font-size: 1.8rem; letter-spacing: 0rem;
}
.ctn_title {
  align-self: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0px 0px 60px 0px;
  font-size: 3rem;
}
.dic_contents {
  display: flex;
  flex-wrap: wrap
}
.dic_words {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px 0px 20px 30px;
}
.dic_words_cat {
  display: flex;
  width: calc(70% + 30px);
  margin: 0px 0px 40px 0px;
	padding: 5px 0px 5px 0px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-bottom: #000 1px solid;

  color: #fff
}
.dic_words_cat_txt {
  flex: 0 1 auto;
font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0rem;

  font-size: 3.6rem;
  margin-left: 1%;
  color: #000
}
.dic_words_cat_txt_tag {
  flex: 0 1 auto;
font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0rem;
  font-size: 2rem;
  margin-left: 2%;
  color: #000
}
.dic_words_cat_txt_cat {
  flex: 0 1 auto;
  padding-right: 1%;
  font-size: 1.6rem;
font-family: "FP-ヒラギノ角ゴ ProN W6";
	white-space: nowrap;
  color: #000
}
.dic_words_result {
  display: flex;
  flex-wrap: wrap;
  width: calc(70% + 30px);
  margin: 0px 0px 40px 0px;
  justify-content: space-between;
  color: #fff
}
a.dic_b_words {
  flex: 0 1 49%;
  /*	  flex: 0 1 auto;*/
  display: flex;

  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  color: #000;
  background: url("../../images/b_dic.svg") #F5F5F5 center right / 25px 40px no-repeat;
  border: #C2C2C2 1px solid;
	
		  text-decoration: none;
	opacity: 1;
  transition: background 0.3s
}
a.dic_b_words:hover {
  background: url("../../images/b_dic.svg") #FAF4EB center right / 25px 40px no-repeat;
  color: #000;
  border: #C2C2C2 1px solid;
}
.dic_b_words_txt {
  padding: 16px 1.8rem 16px 1rem;
  font-size: 1.6rem;line-height: 2.4rem;
font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.txt_s {
  font-size: 1.2rem;
}
.arr_area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px 0px;
}
a .dic_QR_back_bottom {
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0px 0px 0px 50px;
  margin: 0px 40px 0px 0px;
  letter-spacing: 0rem;
  font-size: 1.4rem;
  color: #000;
  background: url(../../chart/images/b_back_bk.svg) 0px center/ 50px 50px no-repeat;
  cursor: pointer;
	  text-decoration: none;
	opacity: 1
}
a .dic_QR_beginning {
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0px 0px 0px 50px;
  margin: 0px 0px 0px 40px;

  letter-spacing: 0rem;
  font-size: 1.4rem;
  color: #000;
  background: url(../../chart/images/b_back_bk.svg) 0px center/ 50px 50px no-repeat;
  cursor: pointer;
	  text-decoration: none;
	opacity: 1
}
a .dic_QR_back_bottom:hover, a .dic_QR_beginning:hover {
  background: url(../../chart/images/b_back_bk.svg) -3px center / 50px 50px no-repeat;	  text-decoration: none;
	opacity: 1
}
.dic_selector_top {
  display: flex;
  width: 100%;
  margin: 0px 0px 0px 30px;
}
.dic_selector {
  display: flex;
  width: 100%;
  margin: 0px 0px 0px 30px;
}
.dic_left {
  flex: 0 1 60%;
  display: flex;
  flex-direction: column;
  margin: 0px 1% 0px 0px;
  padding: 20px 2% 30px 2%;
  background-color: #F5F5F5;
}
.dic_right {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  padding: 20px 2% 30px 2%;
  background-color: #F5F5F5;
}
.title_sounds, .title_tag {
  width: 100%;
  margin: 0px 0px 26px 0px;
  padding: 0px 0px 16px 0px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
	 font-family: "FP-ヒラギノ角ゴ ProN W6","Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
		font-weight: 600;
  border-bottom: #333 1px dotted;
  color: #000
}
.sounds_area {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.sounds_area_left {
  flex: 0 0 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
a.dic_b_sounds {
  flex: 0 0 19%;
  display: flex;
  align-self: flex-start;

  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  background-color: #E8E8E8;
  color: #3E3E3E;
		  text-decoration: none;
	opacity: 1
	
}
a.dic_b_sounds-en {
  flex: 0 0 40%;
  display: flex;
  align-self: flex-start;

  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  background-color: #E8E8E8;
  color: #3E3E3E;
		  text-decoration: none;
	opacity: 1
}
a.dic_b_sounds:hover, a.dic_b_sounds-en:hover {
  background-color: #3B3B3B;
  color: #fff;
}
.dic_b_sounds {
  flex: 0 0 19%;
  align-self: flex-start;
  display: flex;

  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #EBEBEB;
}
.dic_menu_txt {
  padding: 0px 2px 0px 2px;
  height: 3.8rem;
  font-size: 1.8rem;
  line-height: 3rem;
	 font-family: "FP-ヒラギノ角ゴ ProN W6","Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
		font-weight: 600;
  display: flex;
  align-items: center;
}
.spc {
  background-color: #F5F5F5;
}
.dic_footer_area {
  width: 80%;
  margin: 30px auto 30px auto;
}
.sounds_area_right {
  flex: 0 0 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tag_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
a.dic_b_tag {
  flex: 0 0 100%;
  display: flex;
  align-self: flex-start;

  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  background-color: #E8E8E8;
  color: #3E3E3E;
		  text-decoration: none;
	opacity: 1
}
a.dic_b_tag:hover {
  background-color: #3B3B3B;
  color: #fff;
}
.dic_words_detail {
  display: flex;
  flex-wrap: wrap;
  width: calc(70% + 30px);
	max-width: 1000px;
  margin: 0px 0px 10px 0px;
}
.dic_cap {
  width: 100%;
  margin: 0px 0px 10px 0px;
font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0rem;
  font-size: 2rem;
  line-height: 2.6rem;
  padding: 1rem 3% 10px 1rem;
  background: linear-gradient(to bottom, rgba(232, 224, 212, 0) 0%, rgba(232, 224, 212, 0.35) 70%, rgba(232, 224, 212, 0.7) 100%);
  border-bottom: #EAE5DF 2px solid;
	text-align: left;

  color: #000
}
.dic_txt {
  width: 100%;
  font-size: 1.6rem;
  margin: 0px 0px 20px 0px;
  color: #000;
  background-image:
    linear-gradient(180deg, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0) 95%, #D9D9D9 100%);
  background-size: 100% 3.4rem;
  line-height: 3.4rem;
  padding: 0rem 1rem 0.3rem 1rem;
}
.dic_txt a {
  text-decoration: underline;
  color: #CC7800
}
.dic_txt a:hover {
  text-decoration: underline;
  color: #ECA641
}