@charset "utf-8";

@import url("https://use.typekit.net/sls3rvu.css");
@font-face { font-family: noto-sans, sans-serif; font-weight: 300; font-style: normal }/*light*/
@font-face { font-family: noto-sans, sans-serif; font-weight: 400; font-style: normal }/*regular*/
@font-face { font-family: noto-sans, sans-serif; font-weight: 500; font-style: normal }/*medium*/
@font-face { font-family: noto-sans, sans-serif; font-weight: 600; font-style: normal }/*semibold*/
@font-face { font-family: noto-sans, sans-serif; font-weight: 700; font-style: normal; }/*bold*/
@font-face { font-family: noto-sans-extracondensed, sans-serif; font-weight: 400; font-style: normal; }
@font-face { font-family: noto-sans-extracondensed, sans-serif; font-weight: 700; font-style: normal; }
:root { font-size:62.5%; }
body { font-size: 1.4rem; font-family: "noto-sans", sans-serif; }
h1, h2, h3, h4, h5, h6, p { margin: 0; font-style: normal; font-weight: normal; }

.clearfix:before, .clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }
.l_warpper { padding: 0 30px; margin: 0 auto; position: relative; max-width: 1024px; }
.l_row { margin: 0 -15px 0px -15px; }
.l_col { float: left; padding: 0 10px; box-sizing: border-box; margin-bottom: 10px;}
.l_col_12_12 { width: 100%; }
.l_col_10_12 { width: 83.33333333%; }
.l_col_9_12  { width: 75%; }
.l_col_8_12  { width: 66.66666667%; }
.l_col_7_12  { width: 58.33333333%; }
.l_col_6_12  { width: 50%; }
.l_col_5_12  { width: 41.66666667%; }
.l_col_4_12  { width: 33.33333333%; }
.l_col_3_12  { width: 25%; }
.l_col_2_12  { width: 16.66666667%; }
.l_col_1_12  { width: 8.33333333%; }

.hd { position: relative; text-align: center; background-color: #1f2a68; overflow: hidden; }
.hd h1 { font-size: 3.5rem; color: #fff; display: inline-block; padding: 2em 0 0.5em; }
.hd h1 p { font-weight: 600; display: inline; color: #fff; }
.hd.pc a { position: absolute; right: -10px; bottom: 0.5em; font-size: 3.5rem; }
.hd.mob { display: none; }
.hd.mob .back { width: 2.5rem; height: 2.5rem; display: inline-block; background-size: contain; left: 0; position: absolute; padding: 0.8em; font-size: 2.5rem; }
.hd.mob .lmsearch { overflow: hidden; width: 3.5rem; height: 2.5rem; display: inline-block; background-size: contain; right: 0; position: absolute; padding: 0.8em 0.5em; font-size: 2.5rem; }
.hd_search { position: relative; width: 100%; top: 0; background-color: #1f2a68; text-align: center; display: none; }
.hd_search .sch_close { width: 2rem; height: 2rem; display: inline-block; left: 0; position: absolute; padding: 0.95em 0.7em; font-size: 2.5rem; z-index: 999; }
.hd_search .mobsearch { display: inline-block; position: relative; width: 100%; right: 5%; padding: 0.68em 0; text-align: right; }
.hd_search #mobsch { width: 80%; border: 3px solid #d3cff2; border-radius: 10px; background-color: #fff; padding: 5px; height: 30px; }
.hd_search .msearch { margin-right: 7%; right: 0; width: 35px; position: absolute; top: 50%; width: 35px; transform: translateY(-50%); }


.Content { padding-top: 30px; }
.Content .navi { float: left; width: 21.5%; margin-right: 4%; max-width: 220px; }
.Content .navi .name { margin-bottom: 3px; }
.Content .navi .name a { position: relative; display: block; width: 100%; min-height: 45px; margin-top: -1px; padding: 12px 33px 12px 18px; background: url(../img/tab.jpg) no-repeat #ececec; color: #878787; font-size: 1.6rem; text-align: left; line-height: 1.3; font-weight: 500; box-sizing: border-box; -webkit-box-sizing: border-box; }
.Content .navi .name a:after{ width: 20px; height: 20px; margin: 0px 0 0 10px; background: url(http://dev.languageworldbooks.com/img/tab_arrow.png) 95% 50% / contain no-repeat #ececec; content: ' '; display: inline-block; position: absolute; top: 13px; right: 13px; }
.Content .navi .name.active a { background: url(http://dev.languageworldbooks.com/img/tab_on.jpg) no-repeat #ffcc00; color: #1f1f1f; font-weight: 700; }
.Content .navi .name.active a:after { background: url(http://dev.languageworldbooks.com/img/tab_arrow_on.png) 95% 50% / contain no-repeat #ffcc00; }
.Content .navi-mob { font-size: 0; text-align: center; display: none; }
.Content .navi-mob #sel { margin: 0 auto; width: 98%; height: 38px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(http://dev.languageworldbooks.com/preview_new/img/triangle_2.png) no-repeat 97% 50%; border: 1px solid #B0B0AD; text-indent: 1.5%; color: #535151; box-sizing: border-box; }
select::-ms-expand { display: none; }

.Content #books { overflow: hidden; padding: 0 10px; }

.Content #bookslist { /*overflow: hidden; float: right; width: 75%; padding-bottom: 50px;*/ margin-top: 5px; }

.Content #bookslist .book-wrap { cursor: pointer; height: 252px; padding-bottom: 10px; }
.Content #bookslist .book-wrap .book-img { height: 180px; border: 1px solid #ddd; box-sizing: border-box; padding: 8px 20px; display: grid; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; text-align: center; }
.Content #bookslist .book-wrap img { width: 100%; max-height: 163px; }
.Content #bookslist .bookTit { text-align: center; color: #666; padding: 0.5em 0; /*overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/ }
.Content #bookslist .bookTit em { font-size: 1.6rem; color: #666; font-style: normal; font-weight: 600; }
.Content #bookslist .bookTit p { color: #666; padding-top: 5px; }

.book_pagin { text-align: center; margin-bottom: 10px; }
.pagination { display: inline-block; }
.pagination a { color: black; float: left; padding: 6px 8.5px; text-decoration: none; transition: background-color .3s; border: 1px solid #7b7b7b; margin: 0 4px; }
.pagination a.active { background-color: #424e92; color: white; border: 1px solid #313195; }
.pagination a:hover:not(.active) { background-color: #ddd; }

.search { position: relative; display: flex; -webkit-box-align: center; align-items: center; height: 38px; margin-top: 1.5em; box-sizing: border-box; border: 1px solid #b0b0ad; -webkit-box-sizing: border-box; }
.search .searchTerm { height: 36px; margin: 0; box-sizing: border-box; border: none; width: 100%; border-right: none; background-color: #f2f2e6; padding: 5px; outline: none; color: #000; }
.search .searchButton { width: 50px; height: 38px; border: 2px solid #ffb400; background: #ffb400; color: #fff; cursor: pointer; position: relative; right: -1px; z-index: 999; }


@media screen and (max-width:1100px) {
    .hd.pc a { right: 10px; }
}
@media screen and (max-width:890px) {
    .l_col_t_4_12  { width: 33.33333333%; }
}
@media screen and (max-width:640px) {
    
}
@media screen and (max-width:768px) {
    .hd h1 { font-size: 2.5rem; padding: 0.8em; color: #efe9fd; }
    .hd.pc { display: none; }
    .hd.mob { display: inherit; }
    .hd.pc a { display: none; }
    .l_col_m_6_12  { width: 50%; }   
    .Content .navi { display: none; }
    .Content #bookslist .book-wrap img { width: auto; }
    .Content .navi-mob { display: block; }
    .book_pagin { margin: 30px 0; }
}































