@charset "UTF-8";
/* CSS Document */
main {
  display: flex;
  flex-direction: column;
  width: calc(100% - 60px);
  margin: 90px 0px 0px 0px;
  z-index: 1;
}
.menu_undercover {
  position: fixed;
  top: 0px;
  height: 90px;
  width: 100%;
  z-index: 2;
  background-color: #fff
}
.sq_mgn_02 {
  padding-top: 292px;
  margin-top: -292px;

		
}
.sq_mgn_03 {
  padding-top: 300px;
  margin-top: -300px;

}
@media (max-width: 1205px) {
  .menu_undercover {
    position: fixed;
    top: 0px;
    height: 60px;
    width: 100%;
    z-index: 2;
    background-color: #fff
  }
	.sq_mgn_02 {
  padding-top: 252px;
  margin-top: -252px;	
}
.sq_mgn_03 {
  padding-top: 264px;
  margin-top: -264px;

}
}

.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 10px 0px;
  font-size: 3rem;
}
.dic_contents {
  display: flex;
  flex-wrap: wrap
}
.dic_selector {
	  position: sticky;
  top: 88px;
width: 100%;
	  padding: 24px 0px 0px 0px;
background-color: #fff;
	z-index: 2;

}
.dic_selector_tag {

  display: flex;
  justify-content: center;

  margin: 0px 0px 0px 30px;
  padding: 0px 0px 30px 0px;
  border-bottom: #333 1px dotted;
}
.title_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 2rem 0px 2rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  background-color: #F5F5F5;
  color: #000
}
.tag_area {
  width: 40%;
  display: flex;
  align-items: center;
  position: relative
}
.select_tag {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  z-index: 2;
  padding: 6px 6px 6px 54px;
  height: 50px;
  width: 100%;
  border: #000 1px solid;
  background: transparent;
  background: url(../../images/select_arr.png) center right 10px / 15px 18px no-repeat
}
.select_tag_icon {
  position: absolute;
  top: 5px;
  left: 8px;
  height: 40px;
  width: 40px;
  z-index: 1;

}
select::-ms-expand {
  display: none;
}
.dic_selector_sounds {
/*  position: sticky;
  top: 88px;*/
  display: flex;

  margin: 0px 0px 0px 30px;
  padding: 20px 0px 20px 0px;
	  border-bottom: #333 1px dotted;
  background-color: #fff;
	z-index: 2
}
@media (max-width: 1205px) {
	
	.dic_selector {
	  position: sticky;
  top: 64px;
width: 100%;
	  padding: 24px 0px 0px 0px;
background-color: #fff;
	z-index: 2
}
	
  .dic_selector_sounds {
/*    position: sticky;
    top: 60px;*/
    display: flex;
    margin: 0px 0px 0px 30px;
  padding: 20px 0px 20px 0px;
	  	  border-bottom: #333 1px dotted;
	  	z-index: 2
  }
}
.sounds_area {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 1%;

}
a.dic_b_sounds {
  flex: 0 0 9%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  background-color: #E8E8E8;
  color: #3E3E3E;
  text-decoration: none;
  opacity: 1
}
a.dic_b_sounds:hover {
  background-color: #3B3B3B;
  color: #fff;
}
.dic_b_sounds {
  flex: 0 0 9%;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
border: #E8E8E8 1px solid;
		box-sizing: border-box;
  color: #D2D2D2;
}
.dic_menu_txt {
  padding: 0px 2px 0px 2px;
  height: 3.8rem;
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  display: flex;
  align-items: center;
}



.jp_words_area {
  width: 100%;
	  padding: 20px 2% 0px 2%;
  display: flex;
  align-items: flex-start;

  flex-wrap: wrap;

}

.jp_words_area_2nd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(70% + 30px);
	max-width: 1200px;
	  margin: 0px 0px 0px 0px;

}

.jp_words_area_2nd a,.jp_words_area a {
		  padding: 0px 0px 1rem 1rem;
  font-size: 1.6rem;
	 line-height: 2.2rem;
  text-decoration: underline; 
  color: #CC7800
}
.jp_words_area_2nd a:hover,.jp_words_area a:hover {
  text-decoration: underline;
  color: #ECA641
}








.dic_words {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0px 20px 30px;
}
.dic_words_cat {
  display: flex;
  width: calc(70% + 30px);
  align-items: center;
  overflow: hidden;
  border-bottom: #000 1px solid;
	margin-bottom: 30px
}
@media (max-width: 1205px) {
.dic_words_cat {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  border-bottom: #000 1px solid;
	margin-bottom: 30px
}
}
.dic_words_cat_txt {
  flex: 0 1 auto;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0rem;
  font-size: 3rem;
  margin: 1rem 0rem 1rem 1rem;

  color: #000
}
.txt_s {
  font-size: 1.2rem;
}
.dic_words_detail {
  display: flex;
  flex-wrap: wrap;

		justify-content: center;
  width: calc(70% + 30px);
	max-width: 1200px;
	  margin: 15px 0px 15px 0px;

}
@media (max-width: 1205px) {
.dic_words_detail {
  display: flex;
  flex-wrap: wrap;
 align-items: flex-start;
	justify-content: center;
  width: 100%;
	  margin: 20px 0px 0px 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: url(../../images/bg_base.png) #fdfdfd;
  text-align: left;
  color: #000
}
.dic_txt {
flex: 1 1 60%;

  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 0rem 1rem;
}
.dic_txt a {
  text-decoration: underline;
  color: #CC7800
}
.dic_txt a:hover {
  text-decoration: underline;
  color: #ECA641
}


.dic_img {
  padding: 0%  1%  1%  1%;
	z-index: 1;
}

.wbasis50 {
flex: 0 0 50%;

}
.dic_img  img{
width: 100%;

}


.dic_p_area {
flex: 0 0 50%;
  display: flex;
flex-wrap: wrap;
z-index: 1;
	justify-content: center;
	  padding: 0%  1%  1%  1%;

}
.dic_p_area img{
width: 100%;
}

a .dic_p_model {

	text-align: center;
  margin: 10px 0px 0px 0px;
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  font-size: 1.6rem;
  line-height: 2.8rem;

  text-decoration: none;	
}

