@charset "UTF-8";
/* common */
.dictionary{
  overflow-wrap: break-word !important; /* css3 */
  word-wrap: break-word !important;     /* legacy, still used */
  word-break: normal !important;        /* css3 */
  word-break: break-word !important;    /* webkit */
}
.not_display {
    display: none;
}
.not_display.off {
    display: block;
}
.error_block{
	border: 1px solid #E60012;
	margin: 0 10px 10px;
	padding: 10px;
	color: #E60012;
	background: #fff;
}
.text-muted{
	display: inline-block;
}
.text-muted span{
	background: #666;
	color: #fff;
	margin-right: 0px;
	padding: 0 4px;
	font-weight: normal;
	border-radius: 3px;
	display: inline-block;
	font-size: 11px;
}
.ti_media{
	font-size: 19px;
	margin-top: 18px;
	margin-bottom: 16px;
	font-family:"UD新ゴNT R";
}
.ti_media.area_ti span.oswald{
	font-size: 31px;
	padding-left: 52px;
	background-image: url(/resources/img/common/icn_ti_news.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	line-height: 1;
}
footer {
	padding-bottom: 50px;
}
/* list-group */
nav .list-group{
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
}
.list-group-item{
	display: block;
}
.list-group-item > dd{
	clear: both;
	display: table;
}
.list-group-item-heading{
	float: left;
	padding-right: 10px;
}
.list-group-item-heading small{
	font-weight: normal;
}
h4.list-group-item-heading{
	padding-top: 3px;
}
.list-group-item .list-group-item-text{
}
a.list-group-item{
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
/* 英検級 */
.label-primary{
	height: 17px;
	line-height: 17px;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 0 5px;
	vertical-align: middle;
}
.label-primary.grade1{  background-color:#2e8536;}
.label-primary.grade1_2{background-color:#7ba92f;}
.label-primary.grade2{  background-color:#4375b7;}
.label-primary.grade2_2{background-color:#278eda;}
.label-primary.grade3{  background-color:#e56928;}
.label-primary.grade4{  background-color:#d62322;}
.label-primary.grade5{  background-color:#dc467b;}
.txt_level{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.pos{
	border-bottom: 1px dotted #c6cbd1;
	margin-bottom: 15px;
	margin-top: 10px;
}
.fee table{
	width: 100%;
	border: 1px solid #e8ecef;
}
.fee th,
.fee td{
	border: 1px solid #e8ecef;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	padding: 10px 5px;
}
.fee th{
	width: 60px;
	background: #F3F5F7;
}
.fee th.head1{
	background: #CACFD4;
	color: #333;
}
.fee th.head2{
	background: #2992CE;
	color: #fff;
}
.fee th.head3{
	background: #F09602;
	color: #fff;
}
.fee td{
	font-size: 12px;
}
.fee .head1_1{background: #cacfd4;}
.fee .head1_2{background: #2992ce;color:#fff;}
.fee .head1_3{background: #f09602;color:#fff;}
.fee .head2{background: #f9fafb;}
/* index_menu */
.index_menu_wrap{
	position: relative;
	min-height: 100%;
}
.index_menu_wrap .panel-heading{
	display: none;
}
.index_menu_wrap .index_btn{
	text-align: right;
	background: url(/resources/sp/img/dictionary/icn_list.png) no-repeat left center;
	background-size: 18px auto;
	padding: 5px;
	padding-top: 6px;
	padding-left: 25px;
	position: absolute;
	top: -31px;
	right: 0;
	z-index: 9;
	box-sizing: border-box;
	color: #439fe0;
}
.index_menu_wrap .index_btn a{
	color: #439fe0;
}
.index_menu_wrap .index_menu{
	width: 100%;
	font-size: 14px;
	display: none;
	background: rgba(255,255,255,.95);
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: absolute;
	top: 1px;
	right: 0;
	z-index: 8;
	box-shadow: 0px 1px 2px 1px #ccc;
	-webkit-box-shadow: 0px 1px 2px 1px #ccc;
	-moz-box-shadow: 0px 1px 2px 1px #ccc;
	-ms-box-shadow: 0px 1px 2px 1px #ccc;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
}
.index_menu_wrap .index_menu ol > li{
}
.index_menu_wrap .index_menu ol > li > ul > li{
	padding-left: 3em;
}
.index_menu_wrap .index_menu ol > li > ul > li > ul > li{
	padding-left: 3em;
}

.index_menu_wrap .index_menu li a{
	color: #333;
	text-decoration: underline;
}
.index_menu_wrap .index_menu li a:hover{
	color: #23527c;
	text-decoration: underline;
}
.index_menu_wrap .index_menu .cl_nav{
	height: 40px;
	line-height: 40px;
	margin: 20px auto 0;
	text-align: center;
	background-color: #419de0;
	border-radius: 9999px;
	color: #fff;
	width: 60%;
}
/* others different from pc css */
.article_list{
	margin-bottom: 10px;
}
.inner_menu a{
	display: block;
	padding: 8px 0;
}
.container{
	position: relative;
}
.container.fixed{
	padding-top: 43px;
}
.main{
	position: relative;
}
header {
	margin-bottom: 0;
}
h2{
	font-size: 16px;
	margin-bottom: 12px;
}
h2.ti_border {
	margin-bottom: 20px;
}
.btnz{
	padding-top: 20px;
	padding-bottom: 20px;
}
.btnz li{
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	background: none;
}
.btnz li a{
	display: block;
	color: #fff;
	background: none;
	border-radius: 9999px;
}
.btnz li.btn1{
	margin-bottom: 10px;
}
.btnz li.btn1 a{
	background: #419de0;
}
.btnz li.btn2 a{
	background: #f09602;
}
/* inner_nav */
.inner_nav_wrap{
	position: relative;
	clear: both;
}
.inner_nav{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	border-top: 1px solid #ccc;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.inner_nav.fixed{
	position: fixed;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.inner_nav dl{
	width: 100%;
	padding: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,.95);
	font-size: 15px;
	box-shadow: 0 3px 2px rgba(0,0,0,.1);
}
.inner_nav dt{
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
}
.inner_nav dt:first-child{
	padding-top: 0;
}
.inner_nav dd{
	padding-left: 1em;
}
/* 検索ボックス */
.meaning .container > section{
	padding-left: 10px;
	padding-right: 10px;
}
.mywords .container > section{
	background: #fff;
}
/* dictionary_tab_area */
.dictionary_tab_area {
    margin-top: 30px;
    margin-bottom: 20px;
}
.dictionary_tab_area .dictionary_tab {
	top: -10px;
    position: relative;
}
.dictionary_tab ul{
	width: 96%;
	margin: 0 auto;
}
.dictionary_tab li#dicton, .dictionary_tab li#dictoff{
	border-radius: 10px 10px 0 0;
	width: 50%;
	height: 34px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	background: #fff;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 -1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-size: 250px 50px;
	border: solid 3px #419de0;
    border-bottom: none;
}
.dictionary_tab li#dicton:first-child{
	background-size: 250px 50px;
}
.dictionary_tab li#dicton.on, .dictionary_tab li#dictoff.on{
	background-color: #419de0;
	height: 40px;
	line-height: 50px;
	background-size: 250px 50px;
}
.dictionary_tab li#dicton:first-child.on{
	background-size: 250px 50px;
}
.dictionary_tab li#dicton a, .dictionary_tab li#dictoff a{
	font-size: 14px;
    font-weight: bold;
	position: relative;
    bottom: 15px;
	display: block;
	background: url(/resources/sp/img/dictionary/icn_mywords_on.png) no-repeat 26% 22px;
	background-size: auto 18px;
	padding-left: 22px;
	box-sizing: border-box;
	padding-top: 7px;
}
.dictionary_tab li#dicton:first-child a{
	background: url(/resources/sp/img/dictionary/icn_dic_on.png) no-repeat 30% 22px;
	background-size: auto 18px;
}
.dictionary_tab li#dicton.on a, .dictionary_tab li#dictoff.on a{
	position: relative;
    bottom: 6px;
	background: url(/resources/sp/img/dictionary/icn_mywords_off.png) no-repeat 26% center;
	background-size: auto 18px;
	height: 50px;
	padding-top: 0px;
	color: #fff;
}
.dictionary_tab li#dicton:first-child.on a{
	background: url(/resources/sp/img/dictionary/icn_dic_off.png) no-repeat 30% center;
	background-size: auto 18px;
}
.dictionary_tab_area .dictionary_bar {
    background-color: #419de0;
    padding: 20px 0 20px 0;
    margin-top: -10px;
    font-size: 14px;
}
.dictionary_bar form {
    display: flex;
    display: -webkit-flex;
    padding: 0 10px;
}
.dictionary_bar .word {
    flex-grow: 1;
}
.dictionary_bar .word input {
    width: calc(100% - 8px);
    height: 40px;
    padding: 0px;
    padding-left: 8px;
    border-radius: 5px 0px 0px 5px;
}
.dictionary_bar .word input::placeholder{
	color: #a3a3a3;
}
.dictionary_bar .word input::-webkit-input-placeholder{
	color: #a3a3a3;
}
.dictionary_bar .word input::-ms-input-placeholder{
	color: #a3a3a3;
}
.dictionary_bar .btn input {
    width: 42px;
    height: 42px;
    padding: 0px;
    border-radius: 0px 5px 5px 0px;
    border: #17598A 2px solid;
    background-color:#17598A;
    background-image: url(/resources/sp/img/dictionary/img_search_ttl.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-ms-background-size: 15px 15px;
}
.notebook_bar {
    width: 100%;
    height: 2px;
    background: #419de0;
    margin: -10px auto;
}
/* login_popup */
.login_popup {
	display: none;
	border-radius: 0px 0px 0 0;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    margin: 0 0;
    background-color: rgba(51, 51, 51, 0.7);
}
.show {
	display: block;
}
.hidden {
	overflow: hidden;
}
.login_popup .login_popup_wrap {
	width: 90vw;
    height: 296px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.login_popup .close_btn {
	color: #419de0;
    font-size: 38px;
    font-weight: 100;
    position: absolute;
    right: 4%;
    top: -1%;
}
.login_popup .popup_text {
	font-size: 14px;
    line-height: 1.8;
	margin-top: 14%;
	margin-bottom: 7%;
}
.login_popup .login_btn_area p {
	width: 260px;
	margin: 0 auto;
}
.login_popup .login_btn_area p .oswald {
	color: #fff;
	font-size: 16px;
}
.login_popup .login_btn_area p .fontShingo {
	vertical-align: text-bottom;
	letter-spacing: 0.075rem;
}
.login_popup .login_btn_area .signin_btn a{
	color: #fff;
    display: block;
    background: url(/resources/img/common/sprite_btn.png) no-repeat -270px -72px;
    padding-top: 6px;
	padding-left: 50px;
	padding-bottom: 5px;
	bottom: -21px;
	margin-bottom: 6%;
}
.login_popup .login_btn_area .login_btn a{
	padding-top: 6px;
    padding-left: 94px;
    padding-bottom: 5px;
    display: block;
    color: #fff;
	background: url(/resources/img/common/sprite_btn.png) no-repeat -270px 0;
	margin-bottom: 2%;
}
.login_popup .forgot_pass {
	text-align: center;
}
.login_popup .forgot_pass a {
	background: none;
	color: #419de0;
	bottom: 0;
	padding-top: 12px;
}
@media(max-width: 320px){
	.login_popup .login_btn_area p {
		width: 221px;
	}
    .login_popup .popup_text {
        margin-top: 20%;
    }
    .login_popup .login_btn_area .signin_btn a {
        background: url(/resources/img/common/sprite_btn.png) no-repeat -230px -65px / 707px 454px;
        padding-left: 44px;
    }
    .login_popup .login_btn_area p .oswald {
        font-size: 14px;
    }
    .login_popup .login_btn_area p .fontShingo {
        font-size: 10px;
    }
    .login_popup .login_btn_area .login_btn a {
        padding-left: 81px;
        background: url(/resources/img/common/sprite_btn.png) no-repeat -230px 0px / 707px 454px;
    }
}
.panel-heading{
    display: none;
}
/* share area */
/* .fb_iframe_widget span {
    vertical-align: top !important;
} */
.dictionary_detail .fb_iframe_widget span {
	vertical-align: bottom !important;
}
.share{
	overflow: hidden;
	padding-bottom: 20px;
    text-align: center;
}
.share .tw{
	max-width: 75px;
	overflow: hidden;
	height: 20px;
	margin-top: -7px;
}
.share .fb{
	max-width: 70px;
	overflow: hidden;
}
.share .tw iframe{
	max-width: 75px;
	overflow: hidden;
}
.share .fb iframe{
	max-width: 70px;
	overflow: hidden;
}
.share .htb{
	width: 80px;
	margin-top: -6px;
}
.share li:last-child {
    margin-left: 6px;
}
.share li{
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 8px;
}

/* TOP部分 css -------------------------------------- */
.dic_top .mainvisual_area {
    width: 100%;
    height: calc(63.6vw + 10px);
}
.dic_top .mainvisual_area .mainvisual_img {
    width: 100%;
    height: 100%;
    background: url(/resources/img/dictionary/main_bg.jpg) center center / cover repeat;
}
.dic_top .dictionary_tab_area {
    margin-top: -20px;
    margin-bottom: 30px;
}
.dic_top .ranking {
    margin-bottom: 60px;
}
.dic_top .dict_index {
    margin-bottom: 60px;
}
.dic_top .feature{
	width: 100%;
	padding-bottom: 45px;
	overflow: hidden;
	padding-bottom: 60px;
}
.dic_top .feature .area_ti {
	margin-bottom: 30px;
}
.dic_top .feature .feature_list li {
	display: flex;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 36px;
    align-items: center;
}
.dic_top .feature li:nth-child(odd){
	clear: both;
}
.dic_top .feature li .img{
	margin-bottom: 8px;
}
.dic_top .feature .feature_list li:last-child {
    padding-bottom: 20px;
}
.dic_top .feature_txt {
	width: 135vw;
	padding-left: 10px;
	margin-top: 12px;
}
.dic_top .feature_ttl {
	font-size: 16px;
	font-weight: bold;
	margin-left: -24px;
	padding-bottom: 4px;
}
@media(max-width: 320px){
    .dic_top .feature_txt {
        width: 150vw;
    }
    .dic_top .feature_ttl {
        font-size: 14px;
    }
}
.dic_top .feature .ttl_1:before,
.dic_top .feature .ttl_2:before,
.dic_top .feature .ttl_3:before,
.dic_top .feature .ttl_4:before{
	font-size: 20px;
    padding-right: 10px;
	font-family: 'Oswald', sans-serif;
	position: relative;
	top: -24px;
	left: 25px;
}
.dic_top .feature .ttl_1:before {
    content: "1.";
}
.dic_top .feature .ttl_2:before {
    content: "2.";
}
.dic_top .feature .ttl_3:before {
    content: "3.";
}
.dic_top .feature .ttl_4:before {
    content: "4.";
}
.dic_top .feature .caution {
	font-size: 10px;
    width: 90%;
    margin: 0 auto;
}
.dic_top .function {
	padding-bottom: 50px;
}
.dic_top .function .slide_wrap {
    width: 100%;
    position: relative;
}
.dic_top .function .flex-viewport {
	background-color: #fff;
}
.dic_top .function .slide_txt {
	padding: 10px;
}
.dic_top .function .flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -42px;
    z-index: 15;
}
.dic_top .function .flex-control-nav li {
    display: inline;
}
.dic_top .function .flex-control-nav li a {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 15px 7px 25px;
    text-indent: -9999px;
    background: #ceced2;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    -ms-border-radius: 9999px;
}
.dic_top .function .flex-control-nav li a.flex-active {
    background: #419de0;
}
.dic_top .function .slider_area {
	width: 94%;
    margin: 0 auto;
}
.dic_top .function .slider_area .slide01 span {
	width: 20px;
	height: 18px;
	font-size: 0px;
    content: "";
    display: block;
    margin-right: 5px;
    background: url(/resources/sp/img/dictionary/btn_notebook_add.png) center center / contain no-repeat;
    float: left;
}
.dic_top .function .slider_area .slide02 span {
	border: 1px solid #ccc;
    font-size: 10px;
    line-height: 1;
    color: #333;
    padding: 2px 4px;
    background: #fff;
    border-radius: 3px;
    margin-right: 5px;
	float: left;
}
.dic_top .function .slider_area .slide02 span:nth-last-child(1) {
    background: #419DE0;
    color: #fff;
    border-color: #419DE0;
}
.dic_top .about .ti_border {
	margin-bottom: 14px;
}
.dic_top .about {
	width: 95%;
	margin: 0 auto;
	margin-top: 25px;
	padding-bottom: 35px;
}
/* TOP部分 css END-------------------------------------- */


/* 単語詳細部分　content css ------------------------------------ */
.inner_head{
	width: 100%;
}
/* ○単語 */
.inner_header{
	width: calc(100% - 20px);
	height: 40px;
	padding: 0px 10px;
	position: relative;
}
.inner_header.fixed{
	position: fixed;
    background: #fff;
	top: 0;
	z-index: 10;
    padding: 5px 10px;
}
.inner_header .word_title{
	position: relative;
	font-size: 28px;
	padding-left: 25px;
    padding-top: 3px;
}
.inner_header .word_title:after{
	content: "";
  width: 10px;
  height: 10px;
  border: 4px solid #419DE0;
  border-radius: 9999px;
  position: absolute;
  top: 13px;
  left: 0;
}
.inner_header .add_mypage{
	width: 40px;
	height: 40px;
    font-size: 0px;
    background: url(/resources/sp/img/dictionary/btn_notebook_add.png) center center / contain no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.inner_header .add_mypage.on{
    background: url(/resources/sp/img/dictionary/btn_notebook_delete.png) center center / contain no-repeat;
}
.inner_header .add_mypage_notlogin{
    width: 40px;
	height: 40px;
    font-size: 0px;
    background: url(/resources/sp/img/dictionary/btn_notebook_add.png) center center / contain no-repeat;
    position: absolute;
	top: 0;
	right: 0;
}
.inner_header .status{
	border:1px solid #ccc;
	font-size: 13px;
	margin-left: 10px;
	padding: 5px 8px;
	background: #fff;
	border-radius: 5px;
	vertical-align: middle;
}
.inner_header .status:hover{
	cursor: pointer;
}
.inner_header .status.on{
	background: #419DE0;
	color: #fff;
	border-color: #419DE0;
}
.inner_header .status.none{
	display: none !important;
}
/* summary */
.summary{
	background: #fff;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #eee;
}
.summary dl{
	overflow: hidden;
	word-break: break-all;
}
.list-group-item{
	margin-bottom: 20px;
}
.summary dl > dd{
	overflow: hidden;
}
.summary dl dl dt{
	margin-right: 0;
	width: auto;
	float: left;
	margin-right: 5px;
}
.summary dl dl dd{
}
.summary .muted_wrap{
	width: 80px;
	overflow: hidden;
	display: table-cell;
}
.summary .muted{
	float: left;
	margin-right: 5px;
}
.summary .list-group-item-text{
	display: table-cell;
	vertical-align: top;
}
.summary .list-group-item-text a{
	text-decoration: underline;
}
.summary .list-group dl.list-group-item{
	border-top: 1px solid #ddd;
	margin-bottom: 0;
	padding: 10px 0;
}
.summary .list-group dl.list-group-item:first-child{
	border-top: none;
	padding-top: 0;
}
.detail_area {
    margin-bottom: 60px;
}
.seemore_btn_area {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 30px;
}
.seemore_btn_area.not_display {
    display: none;
}
.seemore_btn_area .seemore_btn {
    width: 200px;
    height: 28px;
    background: #419de0;
    border-radius: 1000px;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    position: relative;
    color: #fff;
    font-weight: bold;
}
.seemore_btn_area .seemore_btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(/resources/img/dictionary/icn_seemore.png) center center / contain no-repeat;
    right: 15px;
    top: 10px;
}
.seemore_btn_area .seemore_btn:hover {
    text-decoration: none;
    background: #3A8ECC;
}
/* entry_group */
.entry_group{
	position: relative;
	margin-bottom: 30px;
}
.entry_group h2{
    font-size: 20px;
    border-left: 5px solid #c6cbd1;
    border-bottom: 1px solid #c6cbd1;
    margin-top: 26px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
    background: none;
}
/* meaning_wrap */
nav.meaning_wrap{
	padding-bottom: 20px;
}
.meaning_wrap .page-header{
	border-bottom: 1px dotted #c6cbd1;
}
.meaning_wrap .page-header .list-group-item-text{
	height: 20px;
	padding-bottom: 10px;
}
.meaning_wrap .audio_btn:hover{
	cursor: pointer;
}
/* 派生語 pattern */
.pattern{
	padding-top: 10px;
}
.pattern ul{
	overflow: hidden;
}
.pattern li{
	float: left;
	margin-right: 10px;
}
.pattern span{
	color: #fff;
	font-weight: normal;
	display: inline-block;
	background: #aaa;
	margin-bottom: 5px;
	padding: 0 4px;
	border-radius: 3px;
	font-size: 11px;
}
.pattern span.pronunciation-ipa {
    color: #000;
    letter-spacing: normal;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
}
.pattern .related_words {
	margin-top: 3px;
	margin-left: 0;
	background-color: transparent;
	padding: 0;
}
.pattern .related_words dd span {
	font-size: 12px;
	color: #000;
	background: transparent;
	letter-spacing: 0;
	padding: 0;
    margin-top: 3px;
    margin-bottom: 0;
	margin-right: 0;
}
.pattern  ul li span {
    margin-right: 5px;
}
.pattern .related_words dd a {
    padding: 0 5px;
    margin-right: 0;
    text-decoration: underline;
}
.pattern .related_words ul {
	margin-left: 0;
	margin-top: -7px;
	display: flex;
	flex-wrap: wrap;
	width: 309px;
    margin-top: 0;
}
@media (max-width: 320px) {
    .pattern .related_words ul {
        width: 254px;
    }
}
.pattern .related_words li {
	margin-right: 0;
    padding: 0;
    margin: 2px 0px;
}
.pattern .related_words li a:before {
	display: none;
}
/* 関連語等 */
.related_words {
	margin-top: 10px;
	background-color: #fff;
	padding: 10px 10px 10px 15px;
    margin-bottom: 10px;
}
.related_words dl {
	display: flex;
	align-items: start;
}
/* aside 級 */
aside.pull-right{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
aside .panel-heading{
	float: left;
}
aside h3.panel-heading{
	font-size: 12px;
	font-weight: normal;
}
aside .list-group{
	float: left;
}
aside .list-group > .list-group-item{
	margin-bottom: 20px;
}
aside .list-group-item-heading{
	padding-right: 0;
}
aside .list-group-item-heading span{
	margin-right: 0;
}
aside .list-group-item-heading-eiken,
aside .txt_level{
    display: none;
}
aside .list-group-item-detail:before{
	content: "英検：";
	font-size: 12px;
}
aside .list-group-item-detail:after{
	content: "級レベル";
	font-size: 12px;
	height: 18px;
	visibility: visible;
	display: flex;
	align-items: center;
}
aside .list-group-item-detail {
    display: flex;
    line-height: 1;
    align-items: center;
}
aside .list-group-item-detail li {
    margin: 0 2px;
}
/* detail meaninig from wiki*/
.wiki-entry-body {
	font-size: 14px;
	margin-left: 30px;
}
.wiki-entry-body h1 {
	margin-left: -30px;
}
.wiki-entry-body h1 + p {
	margin-left: -30px;
}
.wiki-entry-body h1 {
	font-size: 24px;
	margin-top: 30px;
}
.wiki-entry-body h2 {
	font-size: 20px;
	margin-top: 20px;
}
.wiki-entry-body h3 {
	font-size: 18px;
	margin-top: 20px;
}
.wiki-entry-body h4, .wiki-entry-body h5, .wiki-entry-body h6 {
	font-size: 14px;
}
.wiki-entry-body blockquote {
	font-size: 14px;
}
.wiki-entry-body blockquote .en{
	color: blue;
}
.wiki-entry-body blockquote .ja{
	color: red;
}
.wiki-entry-body em{
	font-style: inherit;
}
.wiki-entry-body .dict-sp-meta.dict-sp-part-of-speech-opening,
.wiki-entry-body .dict-sp-meta.dict-sp-part-of-speech-closing,
.wiki-entry-body .dict-sp-meta.dict-sp-part-of-speech-delimiter {
  	display: inline;
}
.wiki-entry-body .dict-sp-sense-group > .dict-sp-sense-group-title.dict-sp-sense-group-title-empty {
  	padding: 0;
}

/* detail meaninig from editor*/
.editor-entry-body {
	font-size: 14px;
	clear: both;
	counter-reset: sense-group sense;
	border-top: 1px dotted #c6cbd1;
}
.editor-entry-body .first-entry{
	border-top: none;
}
.editor-entry-body .example li span.first{
	margin-left: 0;
}
.editor-entry-body .example li span.last{
	margin-right: 0;
}
.editor-entry-body .example_box{
	margin-bottom: 10px;	/* sys追加 */
}
.editor-entry-body .example_box .en{
	margin-bottom: 10px;
	line-height: 1.7;
}
.editor-entry-body .example_box .ja{
	line-height: 1.8;
}
.editor-entry-body h1, .editor-entry-body h2 {
  font-size: 16px;
  border: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  line-height: 1.5;
}
.editor-entry-body h2 span{
	font-size: 90%;
	font-weight: 100;
}
.editor-entry-body h3 {
	font-size: 13px;
	margin: 20px 0 10px;
	font-weight: normal;
}
.editor-entry-body h3 span{
	font-size: 14px;
}
.editor-entry-body h4 {
	font-size: 14px;
	margin: 0 0 5px;
	line-height: 1;
	font-weight: normal;
}
.editor-entry-body .example_wrap{
	padding-bottom: 15px;
}
.editor-entry-body .example_wrap section{
	margin-bottom: 40px;
}
.editor-entry-body .example-frame span{
	margin-left: 3px;
	margin-right: 3px;
}
.editor-entry-body .example-frame span.first{
	margin-left: 0;
}
.editor-entry-body .example-frame span.last{
	margin-right: 0;
}
.editor-entry-body h5, .editor-entry-body h6 {
	font-size: 14px;
}
.editor-entry-body .example span {
  white-space: pre-wrap;
}
.editor-entry-body .example span.role {
  padding-left: 1px;
  padding-right: 1px;
}
.editor-entry-body .example span.role+span.role {
  margin-left: 1px;
}
.editor-entry-body .example-frame {
    margin: 0 3px !important;
}
.editor-entry-body .example-frame p{
	font-weight: bold;
	color: #000;
}
.editor-entry-body .example-frame .ja{
	color: #333;
}
.editor-entry-body .related_words dl dt {
	font-size: 11px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    background: #aaa;
    display: inline-block;
    padding: 0 4px;
    border-radius: 3px;
    margin: 3px 0;
    margin-right: 2px;
    flex-shrink: 0;
}
.editor-entry-body .related_words ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
    padding-top: 0;
}
.editor-entry-body .related_words li {
	font-weight: normal;
    margin: 3px 0;
    padding: 0;
    padding-left: 0;
    margin-left: 0;
}
.editor-entry-body .related_words li a {
    text-decoration: underline;
    padding: 0 5px;
}
.editor-entry-body .related_words li a:before {
	display: none;
}
.editor-entry-body .rel{
	text-decoration: underline;
	font-weight: bold;
}
.editor-entry-body .source{
	text-align: right;
	padding-top: 20px;
}
/* detail meaninig from wordnet*/
.wordnet_wrap {
	line-height: 1.2;
    margin-top: 50px;
	margin-bottom: 30px;
}
.wordnet_wrap .wordnet_title{
	border-left: 5px solid #c6cbd1;
	border-bottom: 1px solid #c6cbd1;
	margin-bottom: 10px;
	padding-left: 5px;
}
.wordnet_wrap h3{
	font-size: 20px;
}
.wordnet_wrap h3 small{
	font-size: 85%;
}
.wordnet_wrap span a {
    font-weight: normal;
	text-decoration: underline;
	color: #000!important;
	padding:0 5px!important;
	margin-left: 0;
}
.wordnet_wrap span a span{
	text-decoration: underline;
}
.wordnet_wrap .index_btn{
	top: -35px;
}
.wordnet_wrap .index_menu{
	top: -9px;
}
.wordnet_wrap .index_menu .summary{
	border: none;
	margin: 0;
	padding: 0;
}
.wordnet_wrap .text-muted span{
	padding-top: 3px;
	padding-bottom: 3px;
}
.wordnet_wrap .numericon {
    clear: both;
}
.wordnet_wrap .wordnet-translations{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
    float: right;
    width: calc(100% - 1em - 10px);
}
.wordnet_wrap .wordnet-translations::after {
    clear: both;
}
.wordnet_wrap ol.numericon > li{
	list-style: decimal inside;
	margin-bottom: 30px;
	font-size: 14px;
	padding-left: 1em;
}
.wordnet_wrap .wordnet-definition{
	margin-bottom: 5px;
	padding-left: calc(1em + 10px);
}
.wordnet_wrap .wordnet-definition.ja{
	font-weight: normal;
	margin-bottom: 10px;
}
.wordnet_wrap .example{
	margin-left: 0.5em;
}
.wordnet_wrap .example .wordnet-example b{
	font-weight: bold;
}
.wordnet_wrap .list-group-item > dt{
	margin-bottom: 10px;
}
.wordnet_wrap .list-group-item > dd{
	margin-bottom: 5px;
}
.wordnet_wrap .wordnet-example b{
	padding: 0 1px;
}
.wordnet_wrap .wordnet-sense-synonyms {
	margin-top: 10px;
	margin-left: 0.5em;
	background-color: #fff;
	padding: 10px 10px 10px 15px;
	display: flex;
	align-items: start;
}
.wordnet_wrap .wordnet-sense-synonyms small {
	font-size: 11px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    background: #aaa;
    display: inline-block;
    margin: 1px 0;
    margin-right: 5px;
    padding: 3px 4px;
    border-radius: 3px;
}
.wordnet_wrap .wordnet-sense-synonyms-txt {
	display: flex;
	flex-wrap: wrap;
	width: 220px;
}
@media (max-width: 320px) {
    .wordnet_wrap .wordnet-sense-synonyms-txt {
    	width: 170px;
    }
}
.wordnet_wrap .wordnet-sense-synonyms-txt span {
    margin: 1px 0;
}
.wordnet_wrap .wordnet-sense-synonyms a {
	font-weight: normal;
}
.dic_copyright{
	text-align: left;
	font-size: 11px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #fff;
	padding: 10px;
}
.dic_copyright p:first-child{
	margin-bottom: 10px;
}
.dic_copyright a{
	text-decoration: underline;
}
.dic_copyright a:hover{
	text-decoration: none;
}
/* 単語詳細部分 css END -------------------------------------- */


/* mywords部分 css --------------------------------------*/
.mywords_header{
	width: 100%;
	overflow: hidden;
	display: table;
	padding: 20px 16px;
	box-sizing: border-box;
	line-height: 1;
}
.mywords_header h2{
    font-size: 18px;
	display: table-cell;
	vertical-align: middle;
}
.mywords_header .plan{
	width: 60px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	border: 1px solid #ccc;
	padding: 3px 0;
	text-align: center;
	font-weight: bold;
}
.registration_possible{
	text-align: center;
	font-size: 16px;
	border: 2px solid #ccc;
	border-radius: 5px;
	margin: 0 16px;
	margin-bottom: 20px;
	padding: 3px 5px;
}
.registration_possible span{
	font-size: 22px;
	font-weight: bold;
	padding: 0 3px;
}
.words_list_wrap {
    padding-bottom: 10px;
    margin-bottom: 60px;
}
.words_list_wrap .upper_pager{
	float: right;
	padding-right: 16px;
}
.words_list_wrap .upper_pager p{
	float: left;
	font-size: 16px;
	padding-top: 6px;
}
.words_list_wrap .upper_pager ul{
	float: left;
	padding-left: 10px;
}
.words_list_wrap .upper_pager ul li{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	text-align: center;
	background: #fff;
}
.words_list_wrap .upper_pager ul li:first-child{
	border-right: none;
}
.words_list_wrap .upper_pager ul li.off{
	border-color: #ccc;
	color: #ccc;
}
.words_list_wrap .upper_pager .prev{
	background: url(/resources/sp/img/mypage/icn_arrow_l.png) #fff no-repeat center center;
	background-size: 4px auto;
}
.words_list_wrap .upper_pager .next{
	background: url(/resources/sp/img/mypage/icn_arrow_r.png) #fff no-repeat center center;
	background-size: 4px auto;
}
.words_list{
	clear: both;
	margin-bottom: 20px;
}
.words_list > ul > li{
	width: 100%;
	display: table;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	background: #fff;
}
.words_list > ul > li.even{
	background: #e5f2fc;
}
.words_list > ul > li:first-child{
	border-top: 1px solid #ccc;
}
.words_list > ul > li > div.arrow{
	width: 25px;
	height: 25px;
	padding-right: 10px;
}
.words_list > ul > li > div.arrow:hover{
	cursor: pointer;
}
.words_list > ul > li > div.arrow.on{
	display: table-cell;
}
.arrow span{
	display: block;
	content: url("/resources/sp/img/dictionary/icn_off.png")
}
.arrow.on span{
	content: url("/resources/sp/img/dictionary/icn_on.png")
}
.words_list .upper{
	overflow: hidden;
	position: relative;
    padding-bottom: 15px;
}
.words_list .upper .word{
	float: left;
	padding-top: 5px;
	font-size: 20px;
	word-break: break-all;
	box-sizing: border-box;
	padding-right: 70px;
}
.words_list .upper .word input{
	width: 20px;
	height: 20px;
	border-radius: 2px;
	vertical-align: top;
	margin: 0 16px;
	margin-top: 2px;
    box-shadow: inset 1px 1px 2px 0px rgba(30, 30, 30, 0.1);
}
.words_list .upper .word input:checked {
    background: #419DE0;
    background: url(/resources/img/common/icn_checked.svg) center center / contain no-repeat;
    border: none;
}
.words_list .upper .status{
	line-height: 1;
	position: absolute;
	top: 4px;
	right: 16px;
	border:1px solid #ccc;
	font-size: 13px;
	margin-left: 10px;
	padding: 5px 8px;
	background: #fff;
	border-radius: 5px;
	vertical-align: middle;
}
.words_list .upper .status.on {
    color: #fff;
    background: #419de0;
    border-color: #419DE0;
}
.words_list .upper .status.none{
	display: none !important;
}
.pronounce{
	display: inline-block;
}
.audio_btn{
	display: inline-block;
}
.meaning_wrap .audio_btn{
	margin-top: 4px;
}
.mywords .word input{
	margin: 0 10px;
	vertical-align: middle;
	outline: none;
}
.meaning_slide .meaning_single{
	border-top: 1px dotted #333;
}
.meaning_single{
	padding-top: 5px;
}
.meaning_single:first-child{
	display: block;
}
.lower_pager{
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.lower_pager p{
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #ccc;
}
.lower_pager p:hover{
	cursor: pointer;
}
.lower_pager .prev{
	background: url(/resources/sp/img/mypage/icn_arrow_l.png) #fff no-repeat center center;
	background-size: 4px auto;
	top: 0;
	left: 16px;
}
.lower_pager .next{
	background: url(/resources/sp/img/mypage/icn_arrow_r.png) #fff no-repeat center center;
	background-size: 4px auto;
	top: 0;
	right: 16px;
}
.lower_pager li{
	display: inline-block;
}
.lower_pager li.current,
.lower_pager li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.lower_pager li.current{
	background: #419DE0;
	border: 1px solid #419DE0;
	color: #fff;
	font-weight: bold;
}
.lower{
	width: 100%;
	border-top: 1px dotted #ccc;
	position: relative;
	overflow: hidden;
}
.lower .arrow{
	width: 26px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.lower .arrow:hover{
	cursor: pointer;
}
.lower .arrow span{
	content: none;
}
.lower .arrow.blo span{
	height: 26px;
	background: url(/resources/sp/img/dictionary/icn_off.png) no-repeat 0 0;
	background-size: 25px auto;
}
.lower .arrow.blo.on span{
	background: url(/resources/sp/img/dictionary/icn_on.png) no-repeat 0 0;
	background-size: 25px auto;
}
.lower .meaning_block{
	padding: 10px 25px 10px 50px;
	overflow: hidden;
}
.lower .meaning_block_wrap{
	display: none;
}
.lower .meaning_block_wrap .meaning_block{
	border-top: 1px dotted #ccc;
}
.lower .meaning{
	float: left;
	padding-right: 10px;
	font-size: 18px;
	word-break: break-all;
    margin-top: -2px;
}
.lower .text-muted{
	display: block;
	margin-right: 10px;
	float: left;
}
.lower .pronounce{
	display: block;
	padding-right: 10px;
	padding-top: 2px;
	float: left;
}
.lower .audio_btn{
	line-height: 1;
	display: block;
	float: left;
}
.lower .other_meaning{
	font-size: 14px;
	clear: both;
	padding-top: 10px;
}
.check_block{
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0 16px;
}
.check_block p{
	float: left;
}
.check_block p input:hover{
	outline: none;
}
.check_block .all_reset,
.check_block .all_check{
	box-sizing: border-box;
}
.check_block .all_reset{
	width: 65%;
	padding-right: 5px;
}
.check_block .all_check{
	width: 35%;
	padding-left: 5px;
}
.check_block .all_reset input,
.check_block .all_check input{
    font-size: 14px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
    border-radius: 2px;
}
.check_block .display_number{
	float: right;
	margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
	clear: both;
}
.check_block .display_number form {
    margin-left: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.check_block .display_number form #viewlimit {
    height: 24px;
    padding-top: 2px;
    margin-right: 5px;
    padding: 0 8px;
}
.grade_wrap{
	overflow: hidden;
	margin-top: 10px;
	float: right;
}
.grade_wrap .panel-heading{
	float: left;
}
.grade_wrap .list-group{
	float: left;
}
.grade_wrap .list-group > .list-group-item{
	margin-bottom: 20px;
}
.grade_wrap .list-group-item-heading{
	padding-right: 0;
}
.grade_wrap .list-group-item-heading span{
	margin-right: 0;
}
.intable th,
.intable td{
	padding: 5px !important;
}
.intable th.first{
	background: #cacfd4;
}
.intable th.second{
	background: #fce37d;
}
.intable th.third{
	background: #fcc42e;
}
.fcb{color: #2992ce;}
.fco{color: #f09602;}
.vt{vertical-align: top !important;}
/* mywords部分 css END --------------------------------------*/



/* grade部分　intial --------------------------------------------*/
.intial .word_title{
	font-size: 20px;
	margin: 0 10px 10px;
}
.intial .upper_pager{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	float: right;
}
.intial .upper_pager p{
	float: left;
}
.intial .upper_pager ul{
	float: left;
	padding-left: 10px;
}
.intial .upper_pager ul li{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #333;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}
.intial .upper_pager ul li a{
	display: block;
}
.intial .upper_pager ul li:hover{
	cursor: pointer;
	background: #419DE0;
	border: 1px solid #419DE0;
	color: #fff;
	font-weight: bold;
}
.intial .upper_pager ul li.off:hover{
	text-align: center;
	background: #fff;
	font-weight: normal;
}
.intial .upper_pager ul li:first-child{
	border-right: none;
}
.intial .upper_pager ul li.off{
	border-color: #ccc;
	color: #ccc;
}
.intial .upper_pager ul li.next.off{
	border-left: 1px solid #333;
}
.intial .intial_list{
    padding-top: 20px;
	clear: both;
}
.intial .intial_list li{
	width: 100%;
	border-bottom: 1px dotted #c6ccd2;
	position: relative;
}
.intial .intial_list li a{
	display: block;
	padding: 12px 10px;
	padding-left: 25px;
	font-size: 14px;
}
.intial .intial_list li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #419ee0;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	padding-right: 4px;
	position: absolute;
	top: 50%;
	left: 10px;
}
.intial .number_of_words{
	height: 30px;
    font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
	float: left;
}
.intial .pager{
	margin-bottom: 50px;
}
.intial .pager.mostpage{
	min-height: 48px;
}
.intial .pager.mostpage .prev a{
	width: 15px;
	height: 24px;
	display: block;
	background: url(/resources/sp/img/common/icn_pager_mostprev.gif) no-repeat center center;
	background-size: 10px auto;
}
.intial .pager.mostpage .next a{
	width: 15px;
	height: 24px;
	display: block;
	background: url(/resources/sp/img/common/icn_pager_mostnext.gif) no-repeat center center;
	background-size: 10px auto;
}
.memo_hover{
	width: 100%;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 30px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-shadow: 0 0 3px 1px #ccc;
	-webkit-box-shadow: 0 0 3px 1px #ccc;
	-moz-box-shadow: 0 0 3px 1px #ccc;
	-ms-box-shadow: 0 0 3px 1px #ccc;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	opacity: 0.95;
	z-index: 1;
}
.memo_prev .dict-sp-example-sentence-translation{
	padding-right: 45px;
}
/* grade部分　intial END --------------------------------------------*/


/* dictionary_jaen --------------------------------------------*/
.dictionary_jaen .container {
	padding: 0 10px;
}
.dictionary_jaen .inner_header .word_title {
	font-size: 22px;
	padding-left: 20px;
}
.dictionary_jaen .word_title:after {
	top: 3px;
}
.dictionary_jaen .share{
	margin-bottom: 60px;
}
.dictionary_jaen .summary a,
.dictionary_jaen .entry_group .meaning_wrap dt a {
	text-decoration: underline;
}
.dictionary_jaen .summary a:hover,
.dictionary_jaen .entry_group .meaning_wrap dt a:hover {
	color: #419de0;
}
.dictionary_jaen .summary dl {
	word-break: break-word;
}
.dictionary_jaen .summary dt {
	min-width: 90px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	clear: both;
	margin-bottom: 5px;
	padding-right: 20px;
}
.dictionary_jaen .summary dt a {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	text-decoration: none;
}
.dictionary_jaen .summary dd {
	margin-bottom: 10px;
	padding-top: 3px;
}
.dictionary_jaen .summary .parts_of_speech {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding: 0 4px;
	vertical-align: middle;
	color: #fff;
	border-radius: 3px;
	background: #666;
}
.dictionary_jaen .summary .related {
	clear: both;
	margin-bottom: 0;
	padding-top: 0;
}
.dictionary_jaen .summary .related dt {
	min-width: 90px;
	float: left;
}
.dictionary_jaen .entry_group h2{
	font-size: 18px;
}
.dictionary_jaen .entry_group .parts_of_speech {
	font-weight: bold;
	padding-right: 0;
	padding-left: 15px;
	color: #333;
	border-radius: 0;
	background: none;
}
.dictionary_jaen .entry_group .meaning_wrap .inner {
    padding-left: 10px;
}
.dictionary_jaen .entry_group .meaning_wrap dt {
	font-size: 16px;
	margin-bottom: 4px;
}
.dictionary_jaen .entry_group .meaning_wrap dd {
	font-size: 13px;
	margin-bottom: 10px;
}
.dictionary_jaen .related_block {
	margin-top: 20px;
}
.dictionary_jaen .related_block h3 {
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #c6cbd1;
}
.dictionary_jaen .words_wrap{
	line-height: 1.6;
	font-size: 14px;
}
/* dictionary_jaen END --------------------------------------------*/
