
/*! =================================
	layout
================================== */
.contents {
  padding-bottom: 20px;
}

.contents-inner {
  padding: 0 20px;
}
@media (min-width: 1280px) {
  .contents-inner {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .contents {
    padding-bottom: 100px;
  }
  .contents-inner {
    padding: 0;
  }
}

.sidebar {
  width: 220px;
  float: left;
}

.sidebar-inner {
  display: none;
}

.sidebar-inner--border {
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.main {
  float: right;
  width: 100%;
  margin: 0 0 0 -270px;
}

.main-inner {
  margin: 0 0 0 270px;
  line-height: 1.5;
}

.wappen-ebook {
  width: 100%;
}

.refine {
  display: none;
}

#load-container {
  position: relative;
}

.search-result-lists > .wappen-ebook {
  display: none;
}

.refine-search {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.refine-search:last-child {
  border-bottom: none;
}
.refine-search .search-form-submit {
  text-align: center;
  padding: 10px 0 0;
}
.refine-search .btn-submit {
  width: 100%;
}
.refine-search .active {
  padding-top: 0px;
}

.refine-search-title {
  color: #323276;
  font-weight: bold;
  margin-bottom: 18px;
}

.refine-search-subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  padding-top: 20px;
}
.refine-search-subtitle:nth-of-type(1) {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.refine-search-subtitle.no-bd {
  padding-top: 0;
  border: none;
}

.genre-search > ul > li > a, .genre-search > div > ul > li > a {
  margin-left: 20px;
}

.view-increase {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.check-list li {
  margin-bottom: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}
.check-list li a {
  line-height: 1.5;
}
.check-list label {
  font-weight: normal;
}
.check-list li{
  display:none;
}
.mobile-close {
  display: none;
}

.company-title {
  clear: both;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #323276;
  border-bottom: 4px solid #323276;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/*! =================================
	style
================================== */
.tab-category {
  border-bottom: 3px solid #323276;
  margin-bottom: 30px;
}

.tab-category ul {
  display: flex;
  margin-bottom: 0;
}

.tab-category ul li {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 14px;
  color: #323276;
  text-align: center;
  width: calc(100% - 10px);
  margin-right: 5px;
  padding: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease;
}

.tab-category ul li:last-child {
  margin-right: 0;
}

.tab-category ul li.active {
  background-color: #323276;
  color: #fff;
  border: none;
}

.tab-category ul li div {
  line-height: 1.2;
  margin: 2px 0;
}

.tab-category ul li div span {
  display: inline-block;
}

.tab-category ul li > span {
  font-weight: bold;
}

@media (max-width: 640px) {
  .tab-category ul {
    margin: 0 10px;
  }
  .tab-category ul li {
    padding: 3px;
    font-size: 12px;
  }
  .tab-category ul li div {
    font-size: 11px;
    font-feature-settings: "palt";
  }
}

.search-result-count {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1.7em;
  display: none;
}
.search-result-count strong {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}
.search-result-count strong span {
  font-weight: normal;
}

.switch-view.release {
  margin: -3em 0 20px auto;
  display: table;
}

.switch-view.release label {
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  margin-right: 10px;
}

.mobile-close {
  display: none;
}

.search-result-lists {
  margin-bottom: 20px;
  clear: both;
}

.search-result-list {
  position: relative;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding: 20px 25px;
  *zoom: 1;
  -moz-box-shadow: 0px 0px 0px 1px #ffffff inset;
  -webkit-box-shadow: 0px 0px 0px 1px #ffffff inset;
  box-shadow: 0px 0px 0px 1px #ffffff inset;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.search-result-list:before, .search-result-list:after {
  content: "";
  display: table;
}
.search-result-list:after {
  clear: both;
}
.search-result-list:nth-child(odd) {
  background-color: #f8f8fb;
}
.search-result-list:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.search-result-list + .search-result-list {
  border-top: none;
}

@media (max-width: 640px) {
  .search-result-list {
    padding: 20px 15px;
  }
}

.search-result-thumbs {
  margin: 20px 0;
  display: none;
}

.search-result-thumb {
  display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex;  /* Chrome 21-27 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE9 */
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.search-result-thumb .book-face,
.search-result-thumb .book-detail {
  display: block;
  /*  width: auto; */
  padding: 0;
}
.search-result-thumb .book-face {
  margin-bottom: 5px;
}
.search-result-thumb .book-face a {
  display: block;
}
.search-result-thumb .book-face img {
  vertical-align: bottom;
  max-width: 100%;
  vertical-align: bottom;
}

.book-thumb {
  width: 20%;
  /*  min-width: 120px;*/
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.book-thumb .wappen-ebook {
  float: none;
  height: 20px;
  max-width: 110px;
  margin: 0 auto;
  text-align: right;
  vertical-align: bottom;
}

.book-thumb-inner {
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 180px;
}
.book-thumb-inner .book-face img {
  width: 100%;
  max-width: 110px;
  height: auto;
}

.book-detail-title {
  color: #323276;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.285;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

.book-detail-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.book-detail-text dt {
  float: left;
  color: #323276;
}
.wappen-text {
  *zoom: 1;
  margin-bottom: 10px;
}
.wappen-text:before, .wappen-text:after {
  content: "";
  display: table;
}
.wappen-text:after {
  clear: both;
}
.wappen-text .sprite {
  float: left;
  position: relative;
  bottom: 1px;
}
.wappen-text strong {
  padding-left: 5px;
}
@media (max-width: 640px) {
  .wappen-text strong {
    padding-left: 0px;
  }
}
.wappen-text .award {
  color: #ff7e1e;
}
@media (max-width: 640px) {
  .wappen-text .sprite-crown {
    width: 26px;
    height: 16px;
    background-size: 76px auto;
  }
}

.sprite-crown {
  margin-right: 6px;
}

.book-details {
  display: table;
  width: 100%;
}

.book-detail {
  width: auto;
  display: table-cell;
  vertical-align: top;
}

.book-face {
  /*  width: 135px;*/
  padding-right: 25px;
  display: table-cell;
  vertical-align: top;
}
.book-face img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.book-face a.noimage {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.book-face a.noimage img {
  border: none;
}

.book-title {
  margin: 0 0 1em;
  color: #323276;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.2em;
  clear: left;
}

.book-title-sub {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.7em;
  word-wrap: break-word;
}

.book-auther {
  *zoom: 1;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1.2em;
  word-wrap: break-word;
  line-height: 1.5;
}
.book-auther:before, .book-auther:after {
  content: "";
  display: table;
}
.book-auther:after {
  clear: both;
}
.book-auther li {
  float: left;
  margin-right: 1em;
}
@media (max-width: 640px) {
  .book-face {
    padding-right: 15px;
  }
  .book-auther li {
    float: none;
    display: block;
    margin: 0;
  }
  .book-auther li .space {
    display: inline;
  }
  .book-auther li .space br {
    display: inline;
  }
}
@media (min-width: 641px) {
  .book-auther li .space {
    width: 1em;
    display: inline-block;
  }
  .book-auther li .space br {
    display: none;
  }
}

.basic-list {
  color: #696969;
  font-size: 12px;
  font-size: 1.2rem;
  list-style: none;
  margin: 0;
  word-wrap: break-word;
}
.basic-list li {
  line-height: 1.5;
  margin-bottom: 0.2em;
}

.book-sub-info-wrap {
  display: table;
  width: 100%;
  word-wrap: break-word;
}

.book-info-text {
  *zoom: 1;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1em;
  color: #696969;
  width: auto;
  display: table-cell;
  line-height: 1.5;
}
.book-sub-info-wrap .book-info-text {
  display: inline;
}
.book-info-text:before, .book-info-text:after {
  content: "";
  display: table;
}
.book-info-text:after {
  clear: both;
}
.book-info-text span {
  padding-right: 1.5em;
  display: inline-block;
}
@media (max-width: 640px) {
  .book-info-text {
    display: block;
    margin-bottom: 0px;
  }
}
.book-info-text li {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.2em;
}
@media (max-width: 640px) {
  .book-info-text li {
    display: block;
    margin: 0 0 0.5em 0;
  }
}

.book-btn-wrap {
  margin-bottom: 10px;
  font-size: 10px;
  font-size: 0.8rem;
  color: #696969;
  line-height: 1.5;
}
.search-result-thumbs .book-btn-wrap {
  margin-bottom: .75em;
  text-align: center;
}
.search-result-list  .book-btn-wrap .btn-search-result {
  margin-bottom: 3px;
}
@media (max-width: 960px) {
  .book-btn-wrap {
    position: static;
    margin-left: 135px;
    text-align: left;
    margin-left: auto;
  }
}
@media (max-width: 640px) {
  .book-btn-wrap {
    text-align: left;
    right: 0;
  }
}

.book-face .book-img {
  position: relative;
}

.book-face .book-img .eyecatch-digital {
  background: url(/common/img/eyecatch-digital.png) no-repeat left bottom;
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.label-search-genre {
  width: 160px;
  padding: 1px 5px;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
  background-image: none;
  background-color: #fff;
  margin-bottom: 3px;
  margin-right: 3px;
}

.label-search-genre.book {
  color: #fa6e4d;
  border: 1px solid #fa6e4d;
}
.label-search-genre.ebook {
  color: #000066;
  border: 1px solid #000066;
}
.label-search-genre.gameandvideo {
  color: #6e4dfa;
  border: 1px solid #6e4dfa;
}

.search-result-thumbs .label-search-ebook {
  margin-bottom: 3px;
  line-height: 1.2;
}
.book-btn-wrap .btn-search-result {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 120px;
  vertical-align: bottom;
  border-width: 1px;
  line-height: 1.6;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal
}
.book-btn-wrap .btn-search-result:hover {
  border-width: 1px;
}
.book-btn-wrap .btn-search-result-red {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 80px;
  vertical-align: bottom;
  border-width: 1px;
  line-height: 1.6;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal
}
.book-btn-wrap .btn-search-result-red:hover {
  border-width: 1px;
}


.img-box {
  position: relative;
  overflow: hidden;
}
.img-box .posbase {
  position: static;
  top:0px;
  left: 0;
  margin: auto;
}
.img-box .active {
  position: absolute;
  top:0;
  left: 0;
  bottom:0;
  margin: auto;
  opacity: 0;
}

.btn-search-result-red:hover .active {
  opacity: 1;
}

.book-btn-wrap .btn-normal {
  margin-bottom: 5px;
}
.book-btn-wrap .btn-normal:hover i {
  background-position: 0 -523px;
}
.book-btn-wrap .ico-book {
  width: 18px;
  height: 13px;
}
.book-btn-wrap .ico-book-n {
  width: 18px;
  height: 13px;
}
.search-result-thumbs .book-btn-wrap .ico-book,
.search-result-thumbs .book-btn-wrap .ico-book-n {
  margin-right: 3px;
}
.search-result-thumbs .book-btn-wrap .label-search-ebook,
.search-result-thumbs .book-btn-wrap .btn-search-result {
  margin-bottom: 3px;
  height: 19px;
  line-height: 1.3;
  width: 100%;
  max-width: 108px;
  overflow: hidden;
}

.btn-search-result-cal {
  float: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  width: 8em;
  margin: 0 1px 1px 0;
  font-size: 71%;
  font-weight: normal;
  border: 0.5px solid transparent;
  color: white;
}

.btn-search-result-cal span {
  color: white;
  padding: 1px;
  width: 8em;
  display: block;
  line-height: 0.9;
  letter-spacing: -1px;
  text-align: center;
}
.btn-search-result-cal :hover {
  border-width: 0.5px;
}
.btn-search-result-cal span:hover {
  color: #ff0000;
  background-color: #fff;
  border: 0.5px solid #ff0000;
  text-decoration: none;
}

.search-result-thumbs .book-detail-title {
  margin: .5em 0;
}
.is-book-trial .book-info-text {
  padding-right: 14em;
}
@media (max-width: 640px) {
  .is-book-trial .book-info-text {
    padding: 0 0 60px 0;
  }
  .search-result-thumbs .book-btn-wrap .label-search-ebook,
  .search-result-thumbs .book-btn-wrap .btn-search-result {
    width: 100%;
    max-width: 180px;
  }

}
@media (max-width: 960px) {
  .is-book-trial .book-info-text {
    padding: 0;
  }
}

.btn-search-result {
  display: inline-block;
  padding: 6px 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  text-decoration: none;
  position: relative;
  border: 2px solid #323276;
  color: #fff;
  font-weight: bold;
  background-color: #323276;
  -moz-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: background-color 0.3s linear 0s;
  margin-bottom: 5px;
}
.btn-search-result:hover {
  color: #323276;
  background-color: #fff;
  border: 2px solid #323276;
  text-decoration: none;
}

.btn-search-result:hover i {
  background-position: 0 -523px;
}

.btn-search-result:hover:before {
  background-position: -167px -160px;
}

.btn-search-result-red {
  background-color: #ff0000;
  border: 2px solid #ff0000;
}
.btn-search-result-red:hover {
  color: #ff0000;
  background-color: #fff;
  border: 2px solid #ff0000;
  text-decoration: none;
}
.more-result {
  background-color: #f8f8fb;
  border: 1px solid #fff;
  outline: 1px solid #ccc;
  color: #323276;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 16px;
  margin: 30px 0;
  cursor: pointer;
  line-height: 1;
  -moz-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: background-color 0.3s linear 0s;
}
.more-result:hover {
  background-color: #E6E7EE;
  -moz-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: background-color 0.3s linear 0s;
}
.more-result p {
  line-height: 1;
  display: table;
  margin: 0 auto;
}
.more-result p span {
  display: table-cell;
  vertical-align: middle;
  height: 25px;
  padding-left: 16px;
  font-weight: bold;
}
.more-result p:before {
  content: '';
  background-image: url(/common/img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
  width: 22px;
  height: 26px;
  background-position: 0 -220px;
}

.search-form-box {
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1px;
  margin-bottom: 90px;
}

.search-form-box-inner {
  padding-top: 15px;
  background-color: #f8f8fb;
}

.re-search-form-box {
  background-color: #f8f8fb;
  border: 1px solid #ccc;
  padding: 2px;
  margin-bottom: 90px;
}

.re-search-form-title {
  background-color: #d6d7e4;
  line-height: 1;
  padding: 13px;
  text-align: center;
  border-bottom: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #323276;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.re-search-form-title:after {
  content: '';
  background-image: url(/common/img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
  width: 13px;
  height: 9px;
  background-position: 0 0;
  position: absolute;
  right: 10px;
  top: 37%;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.3s linear 0s;
}

.isclose .re-search-form-title {
  background-color: #fff;
}
.isclose .re-search-form-title:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.3s linear 0s;
}

.re-search-form--hidebox {
  padding: 10px 0px;
}
@media (max-width: 640px) {
  .re-search-form--hidebox {
    padding: 10px;
  }
}

.isclose .re-search-form--hidebox {
  display: none;
}

.search-table {
  margin: 0 auto;
}
.search-table td, .search-table th {
  padding: 12px;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}
.search-table th {
  font-weight: bold;
  color: #323276;
  text-align: right;
}
.search-table td {
  padding-bottom: 10px;
}

.search-form-title {
  margin-top: 13px;
  line-height: 1.5;
}

.search-form-checkbox-group {
  margin-top: 12px;
  line-height: 2;
  display: inline-block;
  width: 360px;
}

.search-form-checkbox-group-itemidkbn {
  margin-top: 12px;
  line-height: 2;
  display: inline-block;
  width: 480px;
}

.search-form-checkbox-group-productform {
  margin-top: 12px;
  line-height: 2;
  display: inline-block;
  width: 480px;
}

.search-form-ex {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

input[type='text'].form-control,
input[type='number'].form-control,
select.form-control {
  width: 240px;
  height: 32px;
  margin: 5px 5px 5px 0;
}
@media (max-width: 640px) {
  input[type='text'].form-control,
  input[type='number'].form-control,
  select.form-control {
    width: 100%;
  }
}

.form-control.form-control--date {
  width: 68px;
  margin: 5px;
  font-size: 90%;
}
@media (max-width: 640px) {
  .form-control.form-control--date {
    margin: 5px 0px 5px 0;
  }
}

.form-control.form-control--date.select-productionYear {
  width: 100px;
  margin: 5px;
  font-size: 90%;
}
@media (max-width: 640px) {
  .form-control.form-control--date.select-productionYear {
    margin: 5px 0px 5px 0;
    width: 100%;
  }
}

.form-control.form-control--date:first-child {
  margin-left: 0;
}

.search-form-submit {
  text-align: center;
  padding: 30px 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type='text'],
input[type='number'] {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #b2b2b2;
  padding: 3px;
}

input[type='checkbox'] {
  display: none;
}

label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  font-weight: bold;
  margin-right: 20px;
  cursor: pointer;
}

.search-form-checkbox-group-productform label{
  margin-top: 5px;
  margin-bottom: 5px;
}

.search-form-checkbox-group-productform .group:nth-child(1) .child div {
  width: 110px;
}

.search-form-checkbox-group-productform .group:first-child .parent label {
  margin-top: 0;
}

.search-form-checkbox-group-productform .group:not(:first-child) .parent {
  margin-top: 15px;
}

.search-form-checkbox-group-productform input[type='checkbox']:checked + div label:before {
  background-color: #322f77;
  border: 2px solid #322f77;
}

.search-form-checkbox-group-productform input[type='checkbox']:checked + div label:after {
  width: 10px;
  top: 4px;
  left: 4px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-form-checkbox-group-productform .child div:nth-of-type(1):before,
.search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(5):before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #757575;
  border-bottom: 2px solid #757575;
  position: absolute;
  left: -23px;
  top: 5px;
}

@media (max-width: 640px) {
  .search-form-checkbox-group-itemidkbn label {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .search-form-checkbox-group-itemidkbn {
    margin-top: 2px;
  }

  .search-form-checkbox-group-productform .group:nth-child(1) .child div {
    width: 25%;
  }
}

@media (max-width: 500px) {
  .search-form-checkbox-group-productform .group:nth-child(1) .child div {
    width: 33%;
  }

  .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(5):before {
    content: none;
  }

  .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(4):before,
  .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(7):before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #757575;
    border-bottom: 2px solid #757575;
    position: absolute;
    left: -23px;
    top: 5px;
  }
}


@media (max-width: 420px) {
  .search-form-checkbox-group-itemidkbn label {
    width: 110px;
  }

  .search-form-checkbox-group-productform .group:nth-child(2) .child div {
    width: 50%;
  }

  .search-form-checkbox-group-productform .group:nth-of-type(2) .child div:nth-of-type(2n+1):before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #757575;
    border-bottom: 2px solid #757575;
    position: absolute;
    left: -23px;
    top: 5px;
  }
}

@media (max-width: 360px) {
  .search-form-checkbox-group-productform label {
    margin-right: 0;
  }

  .search-form-checkbox-group-productform .group:nth-child(1) .child div,
  .search-form-checkbox-group-productform .group:nth-child(3) .child div {
    width: 50%;
  }

  .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(4):before {
    content: none;
  }

  .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(2n+1):before,
  .search-form-checkbox-group-productform .group:nth-of-type(3) .child div:nth-of-type(2n+1):before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #757575;
    border-bottom: 2px solid #757575;
    position: absolute;
    left: -23px;
    top: 5px;
  }
}

@media (max-width: 835px) and (min-width: 726px) {
  .re-search-form-box .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(5):before,
  .re-search-form-box2 .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(5):before {
    content: none;
  }
  .re-search-form-box .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(4):before,
  .re-search-form-box2 .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(4):before,
  .re-search-form-box .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(7):before,
  .re-search-form-box2 .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(7):before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #757575;
    border-bottom: 2px solid #757575;
    position: absolute;
    left: -23px;
    top: 5px;
  }
}

@media (max-width: 725px) and (min-width: 641px) {
  .re-search-form-box .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(3):before,
  .re-search-form-box2 .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(3):before,
  .re-search-form-box .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(7):before,
  .re-search-form-box2 .search-form-checkbox-group-productform .group:nth-of-type(1) .child div:nth-of-type(7):before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #757575;
    border-bottom: 2px solid #757575;
    position: absolute;
    left: -23px;
    top: 5px;
  }
}

.search-form-checkbox-group-productform .child {
  padding-left: 35px;
  display: flex;
  flex-wrap: wrap;
}

.search-form-checkbox-group-productform .child div {
  position: relative;
}

label:before, label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

label:before {
  width: 18px;
  height: 18px;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #757575;
}

input[type='checkbox']:checked + label:before {
  background-color: #322f77;
  border: 2px solid #322f77;
}

input[type='checkbox']:checked + label:after {
  width: 10px;
  top: 4px;
  left: 4px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

select {
  height: 32px;
  border: 1px solid #b2b2b2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(137, 136, 172, 0.4);
}

select:focus {
  border: 1px solid #8988ac;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.select-group {
  overflow: hidden;
}

.form-sub-txt {
  height: 32px;
  display: inline-block;
  float: left;
  padding-top: 16px;
}
@media (min-width: 641px) and (max-width: 778px) {
  .form-sub-txt {
    padding-top: 5px;
  }
}

.select-group .custom:nth-of-type(3) {
  margin-right: 0;
}

.custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 0.2em;
  float: left;
  margin-right: 10px;
}

.custom > select {
  width: 130%;
  width: 240px;
  padding-right: 2.5em;
}


.custom:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1.2em;
  display: block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAICAYAAAD0g6+qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OURENTA5OUY0NzFCMTFFNkE4MDVENzI0MUJBOENGRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OURENTA5QTA0NzFCMTFFNkE4MDVENzI0MUJBOENGRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5REQ1MDk5RDQ3MUIxMUU2QTgwNUQ3MjQxQkE4Q0ZEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5REQ1MDk5RTQ3MUIxMUU2QTgwNUQ3MjQxQkE4Q0ZEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsOPceMAAACLSURBVHjaYmSYca6QgYGhF4gZGcgD/4G4hAlI9ANxJBD/JMOQn1C9fUxQgZVA7AHEH0gwBKTWE6qXgQlJ4gAQ2wLxEyIMeQJVux8mwISm4AoQW0FpXACrGiYsCh9DbTuARQ4kZgdVw0DIIJj/QWG2CklsFVTsPTYNLARiJAKIn0KTRjEQ/8OlGCDAAIS5Hh+wqbWXAAAAAElFTkSuQmCC") center no-repeat;
  pointer-events: none;
  background-size: 9px auto;
}

.default .custom > select {
  width: auto;
}

.re-search-form-box2 {
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 90px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.re-search-form-box2-inner {
  margin: 1px;
  padding: 50px 2px 2px;
  background-color: #f8f8fb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.re-search-form-box2-inner .search-table {
  margin: 0 auto;
}
.re-search-form-box2-inner .search-table td, .re-search-form-box2-inner .search-table th {
  padding: 5px 12px;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}
.re-search-form-box2-inner .search-table th {
  font-weight: bold;
  color: #323276;
  text-align: right;
}
@media (max-width: 640px) {
  .re-search-form-box2-inner .search-table td, .re-search-form-box2-inner .search-table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px;
  }
}

@media (max-width: 1100px) and (min-width: 641px) {
  .re-search-form-box .search-table td, .re-search-form-box .search-table th,
  .re-search-form-box2 .search-table td, .re-search-form-box2 .search-table th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1100px) and (min-width: 1011px) {
  .re-search-form-box .search-table td, .re-search-form-box .search-table th,
  .re-search-form-box2 .search-table td, .re-search-form-box2 .search-table th {
    padding: 0 100px;
  }
}
@media (max-width: 1010px) and (min-width: 941px) {
  .re-search-form-box .search-table td, .re-search-form-box .search-table th,
  .re-search-form-box2 .search-table td, .re-search-form-box2 .search-table th {
    padding: 0 60px;
  }
}
@media (max-width: 940px) and (min-width: 881px) {
  .re-search-form-box .search-table td, .re-search-form-box .search-table th,
  .re-search-form-box2 .search-table td, .re-search-form-box2 .search-table th {
    padding: 0 35px;
  }
}
@media (max-width: 880px) and (min-width: 641px) {
  .re-search-form-box .search-table td, .re-search-form-box .search-table th,
  .re-search-form-box2 .search-table td, .re-search-form-box2 .search-table th {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .search-table td, .search-table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px;
  }
  .search-table td {
    padding-bottom: 10px;
  }
}

.result-text {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  margin: 60px 0 80px;
}

.triangle {
  width: 32px;
  height: 18px;
  top: -16px;
  left: 47%;
  background: url(../img/bg_re-search.png) no-repeat 0 0;
  display: block;
  position: absolute;
}

.special-box {
  border: 2px solid #b4b4c8;
  padding: 4px;
  margin: 23px 0 30px 0;
  *zoom: 1;
}
.special-box:before, .special-box:after {
  content: "";
  display: table;
}
.special-box:after {
  clear: both;
}
@media (max-width: 640px) {
  .special-box {
    margin: 0 10px 25px 10px;
  }
}

.special-box-main-wrap {
  display: table;
  width: 100%;
}

.special-box-main-img {
  display: table-cell;
  vertical-align: top;
  background-color: #f5f5f5;
  width: 45%;
}
@media (min-width: 800px) {
  .special-box-main-img {
    width: 368px;
  }
}
.special-box-main-img img {
  width: 100%;
}
@media (max-width: 640px) {
  .special-box-main-img {
    display: block;
  }
  .special-box-main-img img {
    width: 100%;
  }
}
.special-box-main-text {
  display: table-cell;
  vertical-align: top;
  background-color: #f5f5f5;
  /* 20180517 */
  font-size: 110%;
  line-height: 150%;
  padding:10px;
}
@media (max-width: 640px) {

  .special-box-main-text {
    display: block;
    width: 100%;
  }

  .special-box-main-text img {
    width: 100%;
  }
}

.special-box-main-img {
  max-width: 100%;
}

.special-box-main-text {
  padding: 5px 20px;
}
@media (max-width: 640px) {
  .special-box-main-text {
    padding: 0;
  }
}

.text-triangle {
  position: relative;
}
.text-triangle:after {
  content: '';
  margin: 0 10px;
  background-image: url(/common/img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-position: 0 -611px;
}
@media (min-width: 1200px) {
  .text-triangle:after {
    height: 0.8vw;
  }
}
@media (max-width: 640px) {
  .text-triangle:after {
    content: '';
    margin: 0;
    background: none;
  }
}

.img-all .special-box-main-img,
.img-all .special-box-main-text {
  display: block;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 640px) {
  .img-all .special-box-main-img,
  .img-all .special-box-main-text {
    background-color: #f5f5f5;
    word-break: break-all;
  }
}

.img-all .special-box-main-img img {
  width: 100%;
}

.special-box-two-column {
  display: table;
  width: 100%;
}

.special-box-column {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .special-box-column {
    display: block;
    width: 100%;
  }
}

.btn-column {
  width: 30%;
}
@media (max-width: 640px) {
  .btn-column {
    display: block;
    max-width: inherit;
    width: 100%;
  }
  .btn-column .text-right {
    text-align: center;
  }
}

.campaign-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.special-box-author {
  width: 100%;
  display: table;
  background-color: #f5f5f5;
}

.special-box-author-img {
  width: 171px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .special-box-author-img {
    width: 118px;
    height: auto;
    margin-bottom: 20px;
  }
}

.special-box-author-text {
  float: left;
}

.book-author {
  line-height: 1;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .book-author {
    padding: 34px 0 0 0;
  }
}

.book-author-name {
  font-size: 20px;
  font-size: 2rem;
  color: #323276;
  margin: 0 20px 0 0;
  font-weight: bold;
}
@media (max-width: 640px) {
  .book-author-name {
    display: block;
    margin: 0 0 10px 0;
  }
}

.book-author-name-sub {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .book-author-name-sub {
    display: block;
  }
}

.special-box-author .special-box-text {
  margin: 0 20px 0 0;
}
@media (max-width: 640px) {
  .special-box-author .special-box-text {
    clear: both;
    margin: 0 20px 20px 20px;
  }
}

.special-box-author .special-box-main-text {
  display: table;
  width: 100%;
}

.special-box-author-sub-box {
  margin: 10px 20px;
}
@media (max-width: 640px) {
  .special-box-author-sub-box {
    margin: 0px 0px;
  }
}

.hukidashi-box {
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
  padding: 13px 0;
  position: relative;
  margin-bottom: 13px;
}
.hukidashi-box:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -10px;
  left: 45%;
}
@media (max-width: 640px) {
  .hukidashi-box {
    line-height: 2;
  }
}

.text-color-pink {
  color: #ff6562;
}

.special-box-text {
  line-height: 1.8;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px 20px 10px 0;
}
@media (max-width: 640px) {
  .special-box-text {
    margin: 0 18px;
    padding: 18px 0 0;
  }
}

.special-box-toggle-btn {
  font-size: 1.3vw;
}

.btn-campaign {
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 640px) {
  .btn-campaign {
    margin-bottom: 16px;
    width: calc(100% - 36px);
  }
}

.special-news-wrap {
  display: table;
  /*  width: calc(100% - 15px); 20180517 */
  margin: 15px 15px 0;
  *zoom: 1;
}
.special-news-wrap:before, .special-news-wrap:after {
  content: "";
  display: table;
}
.special-news-wrap:after {
  clear: both;
}
@media (max-width: 640px) {
  .special-news-wrap {
    margin: 15px 10px 0 10px;
    display: block;
    width: auto;
  }
}

.special-news-wrap-top-border {
  border-top: 1px solid #e0e0e0;
  margin: 0 15px;
  /*  padding: 10px 0 0 0; */
  padding: 10px 0 6px; /* 20180517 */
}
@media (max-width: 640px) {
  .special-news-wrap-top-border {
    border-top: none;
  }
}

/* ?R???e???c?`?[????? */
.special-news-wrap-top-noborder {
  margin: 0 15px 10px 15px;
  padding: 10px 0 0 0;
}

.special-news-title {
  display: table-cell;
  font-weight: bold;
  color: #323276;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  width: 15%;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .special-news-title {
    display: block;
    width: 100%;
    border-bottom: 1px solid #686868;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: left;
  }
}

.special-news-lists {
  display: table-cell;
  width: 85%;
  vertical-align: top;
}
@media (max-width: 640px) {
  .special-news-lists {
    display: block;
    width: 100%;
  }
}

.special-news-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.special-news-list li {
  display: table;
  width: 33.3%;
  float: left;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.special-news-list li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.special-news-list li span {
  display: table-cell;
  vertical-align: top;
  word-break: break-all;
  word-wrap: break-word;
}
.special-news-list li a {
  color: #333;
  display: inline-block;
}
.special-news-list li a:hover {
  text-decoration: none;
  color: #333;
}
@media (max-width: 640px) {
  .special-news-list li {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }
}

.special-news-img {
  width: 72px;
  padding-right: 12px;
}
.special-news-img img {
  vertical-align: bottom;
}

.special-news-text {
  padding-right: 24px;
}

.keywords-search {
  display: none;
}

.search-description {
  margin-top: 5px;
  margin-bottom: 30px;
  line-height: 1.5;
}

/*! ---------------------------------------------
* Mobile
* --------------------------------------------- */
@media (max-width: 640px) {
  .sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 15px;
    width: 100%;
    height: 100%;
    float: none;
  }

  .sidebar-inner {
    width: 100%;
    max-height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 600;
    overflow: scroll;
  }

  .sidebar-inner--border {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-bottom: 40px;
  }

  .main {
    float: none;
    width: 100%;
    margin: 0;
  }

  .main-inner {
    margin: 0;
    line-height: 1.5;
  }

  .screen {
    background-color: rgba(33, 33, 77, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
  }

  .search-description {
    margin-bottom: 20px;
  }

  .page-main-title {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .title-topics {
    display: none;
  }

  .page-sub-title-wrap {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .search-result-count {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
  }


  .search-result-lists {
    margin-top: 15px;
    clear: both;
  }

  .search-icon-refine {
    background-image: url(/common/img/sprite.png);
    background-repeat: no-repeat;
    background-size: 34px auto;
    display: inline-block;
    width: 24px;
    height: 13px;
    background-position: 0 -246px;
    margin-right: 5px;
  }

  .search-icon-refine-active {
    background-image: url(/common/img/sprite.png);
    background-repeat: no-repeat;
    background-size: 34px auto;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-position: 0 -538px;
    margin-right: 5px;
    vertical-align: middle;
  }

  .search-result-refine {
    float: left;
    width: 40%;
    padding-left: 20px;
    line-height: 36px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .search-result-refine a {
    padding-right: 10px;
    display: block;
  }

  .search-result-refine-active {
    float: left;
    width: 50%;
    padding-left: 20px;
    line-height: 36px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #4ec17c;
  }
  .search-result-refine-active a.screen-overlay {
    color: #4ec17c;
  }

  .calendar-result-refine,
  .topics-result-refine {
    float: left;
    width: 100%;
    padding-left: 20px;
    line-height: 36px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .calendar-result-refine a,
  .topics-result-refine a {
    padding-right: 10px;
    display: block;
  }

  .mobile-close {
    display: block;
    color: #323276;
    background-color: #f8f8fb;
    opacity: 1;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    z-index: 500;
  }

  .side-trigger,
  .side-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .side-trigger {
    position: absolute;
    width: 34px;
    height: 24px;
    top: 13px;
    left: 9px;
    cursor: pointer;
  }

  .side-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #323276;
  }

  .side-trigger span:nth-of-type(1) {
    top: 0;
  }

  .side-trigger span:nth-of-type(2) {
    top: 11px;
  }

  .side-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .side-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }

  .side-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }

  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .side-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

  .switch-view.release {
    margin: 5px 0 0px auto;
    display: table;
  }

  .switch-view.release label {
    margin-right: 20px;
  }

  .book-auther {
    margin-bottom: 10px;
  }

  .wappen-text {
    margin-bottom: 3px;
    line-height: 1.42;
  }

  .sprite-wappen {
    height: 24px;
    background-position: -26px -1054px;
  }

  .special-box-toggle-btn {
    background-color: #f5f5f5;
    margin-bottom: 0;
    font-size: inherit;
  }
  .special-box-toggle-btn:after {
    display: none;
  }
  .special-box-toggle-btn:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 44%;
    background-image: url(/common/img/sprite.png);
    background-repeat: no-repeat;
    background-size: 34px auto;
    display: inline-block;
    width: 13px;
    height: 9px;
    background-position: 0 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear;
    -webkit-transition-delay: 0s;
    transition: all 0.3s linear 0s;
  }
  .special-box-toggle-btn.isopen {
    background-color: #fff;
  }
  .special-box-toggle-btn.isopen:before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear;
    -webkit-transition-delay: 0s;
    transition: all 0.3s linear 0s;
  }
  .special-box-toggle-btn.isopen:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 15px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    left: 45%;
  }

  .special-box-toggle {
    display: none;
  }
  .special-box-toggle .btn-campaign {
    margin-top: 10px;
  }
  .special-box-toggle.isopen {
    display: block;
  }

  .search-form-box {
    border: none;
    padding: 0;
  }

  .search-form-box-inner {
    padding: 15px 20px 0;
  }

  .search-table {
    width: 100%;
  }

  .re-search-form-box {
    border-right: 0;
    border-left: 0;
  }

  .search-result-thumb {
    display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
    display: -webkit-flex;  /* Chrome 21-27 */
    display: -moz-box;      /* Firefox 2-21 */
    display: -ms-flexbox;   /* IE9 */
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .search-result-thumb .book-detail {
    margin: 0 auto;
    display: block;
    width: auto;
    padding: 0;
    max-width: 140px;
  }
  .search-result-thumb .book-face {
    margin-bottom: 5px;
  }
  .search-result-thumb .book-face a {
    border: none;
  }
  .search-result-thumb .book-face img {
    border: 1px solid #e0e0e0;
    vertical-align: bottom;
    max-width: 140px;
  }

  .book-thumb {
    width: 50%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
  }
  .book-thumb .wappen-ebook {
    max-width: 140px;
  }

  .book-thumb-inner {
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  .book-thumb-inner .book-face img {
    max-width: 140px;
  }

  .book-detail-title {
    color: #323276;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.285;
    word-wrap : break-word;
    overflow-wrap : break-word;
  }

  .book-detail-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .refine-group {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .search-description {
    padding: 0 20px;
  }

  .re-search-form-box {
    margin-bottom: 20px;
  }

  .select-group .custom:nth-of-type(3) {
    margin-right: 5px;
  }

  .select-group .custom {
    width: 26%;
    float: left;
  }

  .select-group .custom > select {
    width: 100%;
  }

  .result-text {
    text-align: left;
    margin: 60px 20px;
  }

  .search-form-submit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .re-search-form-box-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .keywords-search {
    display: block;
    border: 1px solid #ccc;
    margin: 9px 19px 20px;
    padding: 15px 0 0 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
  }
  .keywords-search:after {
    content: url("../img/bg_keywords.png");
    display: block;
    position: absolute;
    bottom: -12px;
    left: 46%;
  }

  .keywords-search-title {
    color: #323276;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .keyword-list {
    *zoom: 1;
  }
  .keyword-list:before, .keyword-list:after {
    content: "";
    display: table;
  }
  .keyword-list:after {
    clear: both;
  }

  .keyword-item {
    float: left;
    margin: 0 25px 20px 0;
  }

  .triangle {
    display: none;
  }

  .special-box-main-img {
    width: 100%;
  }

  .company-title {
    margin-left: 10px;
    margin-right: 10px;
  }

  .refine {
    display: block;
  }

  .re-search-form-box2 {
    position: relative;
    border: none;
    margin-bottom: 30px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .re-search-form-box2-inner {
    margin: 0;
    padding: 20px 20px 2px;
    background-color: #f8f8fb;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .re-search-form-box2-inner .search-table {
    margin: 0 auto;
  }
  .re-search-form-box2-inner .search-table td, .re-search-form-box2-inner .search-table th {
    padding: 5px 12px;
    vertical-align: top;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .re-search-form-box2-inner .search-table th {
    font-weight: bold;
    color: #323276;
    text-align: right;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .re-search-form-box2-inner .search-table td, .re-search-form-box2-inner .search-table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px;
  }
}

@media (max-width: 640px) {
  .re-search-form-title {
    background-color: #d6d7e4;
    line-height: 1;
    padding: 13px;
    text-align: center;
    border-bottom: none;
    font-size: 14px;
    font-size: 1.4rem;
    color: #323276;
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }
  .re-search-form-title:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 40%;
    background-image: url(/common/img/sprite.png);
    background-repeat: no-repeat;
    background-size: 34px auto;
    display: inline-block;
    width: 13px;
    height: 9px;
    background-position: 0 0;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear;
    -webkit-transition-delay: 0s;
    transition: all 0.3s linear 0s;
  }

  .isclose .re-search-form-title {
    background-color: #fff;
  }
  .isclose .re-search-form-title:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear;
    -webkit-transition-delay: 0s;
    transition: all 0.3s linear 0s;
    width: 12px;
    height: 7px;
    right: 10px;
    top: 40%;
  }

  .search-result-list:hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 641px) and (max-width: 880px) {
  .re-search-form-box2-inner .search-table td, .re-search-form-box2-inner .search-table th {
    padding: 5px 12px;
    vertical-align: top;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    text-align: left;
  }
}
/*! ---------------------------------------------
* Tablet
* --------------------------------------------- */
@media (min-width: 641px) and (max-width: 1280px) {
  .search-result-refine,
  .search-result-refine-active,
  .calendar-result-refine,
  .calendar-result-refine-active,
  .topics-result-refine,
  .topics-result-refine-active {
    display: none;
  }
}
/*! ---------------------------------------------
* PC
* --------------------------------------------- */
@media (min-width: 1281px) {
  .search-result-refine,
  .search-result-refine-active,
  .calendar-result-refine,
  .calendar-result-refine-active,
  .topics-result-refine,
  .topics-result-refine-active {
    display: none;
  }
}
.search-result-lists,
.search-result-thumbs {
  display: none;
}


/*! ---------------------------------------------
* calendar
* --------------------------------------------- */
div.calendar-main {
  border-bottom: 1px solid #dedede;
  margin-bottom: -1px;
  overflow: hidden;
  width:100%;
  display: flex;
  _zoom: 1;
}

div.calendar-date-wrapper {
  width: 100%;
}

div.calendar-main dl dt {
  display: inline;
  float: left;
  clear: both;
  overflow: hidden;
  _zoom: 1;
  position: relative;
  color: #231815;
}

div.calendar-main dl dd {
  font-size: 92%;
  padding-left: 20px;
  float: left;
}

div.calendar-day {
  font-size: 136%;
  color: #a7a7a7;
  font-weight: bold;
  font-style: normal;
  display: block;
  width: 50px;
  float: left;
  text-align: center;
  padding: 10px 0;
}

div.calendar-day > span{
  display: block;
  width: 50px;
}
.calendar-result-lists,
.topics-result-lists {
  margin-bottom: 10px;
  clear: both;
}

.topics-link-lists {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  clear:both;
}

.topics-link-title {
  padding-top: 10px;
}
.topics-link {
  float: left;
  padding-left: 5px;
}

.calendar-result-list,
.topics-result-list {
  position: relative;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding: 20px 20px;
  *zoom: 1;
  -moz-box-shadow: 0px 0px 0px 1px #ffffff inset;
  -webkit-box-shadow: 0px 0px 0px 1px #ffffff inset;
  box-shadow: 0px 0px 0px 1px #ffffff inset;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.calendar-result-list:before, .calendar-result-list:after,
.topics-result-list:before, .topics-result-list:after {
  content: "";
  display: table;
}
.calendar-result-list:after,
.topics-result-list:after {
  clear: both;
}
.calendar-result-list:hover
  /*.topics-result-list:hover*/{
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}

.calendar-result-list + .calendar-result-list,
.topics-result-list + .topics-result-list {
  border-top: none;
}

div.calendar-date-wrapper > div.calendar-result-list:last-child,
div.topics-date-wrapper > div.topics-result-list:last-child {
  border-bottom:none;
}

.calendar-book-details,
.topics-details{
  display: table;
  width: 100%;
}

.calendar-book-detail,
.topics-detail{
  width: auto;
  display: table-cell;
  vertical-align: top;
}

.news-list {
  line-height: 1.5;
}

.topics-date {
  width: 150px;
  padding-right: 15px;
  display: table-cell;
  vertical-align: top;
}

.calendar-book-face {
  width: 100px;
  height: 110px;
  padding-right: 25px;
  display: table-cell;
  vertical-align: top;
}
.calendar-book-face img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.calendar-book-face a.noimage {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.calendar-book-face a.noimage img {
  border: none;
}

table.calendar-table {
  table-layout: fixed;
  width: 100%;
}
table.calendar-table td {
  border: solid 1px #CCC;
  padding: 5px 2px;
  vertical-align: middle;
  text-align: center;
  color: #696969;
}

table.calendar-table td a {
  font-weight: bold;
  text-decoration: underline;
  color: #0098ce;
}

div.saturday {
  color:#139bd0;
}
div.sunday {
  color:#da2713;
}

td.saturday {
  background-color:#EEFFFF;
}
td.sunday {
  background-color:#FFEEFF;
}

div.topics-tag {
  display: inline-block;
  /*  line-height: 2.5; */
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  /*  margin-bottom:15px;
      position: relative; */
  bottom: 2px;
  box-sizing: border-box;
}
div.topics-tag span {
  display: block;
  float: left;
  padding: 2px 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0;
  width: 11em;
  text-align: center;
  font-feature-settings: "palt";
  margin: 0 3px 3px 0;
  font-size: 86%;
  font-weight: normal;
  border: 1px solid transparent;
}

div.topics-tag span a {
  color: white;
  padding: 3px;
  width: 100%;
  display: block;
  line-height: 0.9;
  font-feature-settings: "palt";
  text-align: center;
  text-decoration: none;
}
.large-genre-10 { /*文芸書*/
  background-color: #016A91;
}
.large-genre-11 { /*文庫*/
  background-color: #03B9FC;
}
.large-genre-12 { /*ライトノベル*/
  background-color: #92BF09;
}
.large-genre-13 { /*コミック*/
  background-color: #2E8E11;
}
.large-genre-14 { /*一般書*/
  background-color: #232E4F;
}
.large-genre-15 { /*児童書*/
  background-color: #0D1972;
}
.large-genre-16 { /*学習参考書*/
  background-color: #FE8900;
}
.large-genre-17 { /*生活・実用書*/
  background-color: #979A9C;
}
.large-genre-18 { /*雑誌・ムック*/
  background-color: #FDB300;
}
.large-genre-19 { /*映像・音楽*/
  background-color: #028da8;
}
.large-genre-20 { /*グッズ・ゲーム*/
  background-color: #fe0404;
}
.large-genre-21 { /*電子書籍*/
  background-color: #5e61a1;
}
.large-genre-26 { /*スクール*/
  background-color: #d5be00;
}
.large-genre-27 { /*フェア・キャンペーン*/
  background-color: #db40ae;
}
div.large-genre {
  display: block;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  width: 8em;
  margin: 0 3px 3px 0;
  font-size: 71%;
  font-weight: normal;
  border: 1px solid transparent;
}
div.large-genre span {
  color: white;
  padding: 3px;
  width: 8em;
  display: block;
  line-height: 0.9;
  letter-spacing: -1px;
  text-align: center;
}

div.topics-detail-content {
  margin: 20px;
  word-break: break-all;
}
div.eBook {
  width: 120px;
  text-align: center;
  display: none;
  padding: 0;
  width: 8em;
  letter-spacing: -1px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0000ff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  bottom: 2px;
  box-sizing: border-box;
}
div.eBook span {
  display: block;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0;
  width: 8em;
  text-align: center;
  letter-spacing: -1px;
  margin: 0 3px 3px 0;
  font-size: 77%;
  font-weight: normal;
  border: 1px solid #0000FF;
}
div.eBook-blue {
  display: inline-block;
  color: #0000ff;
  /*    border: 1px solid #0000ff; */
}
div.eBook-green {
  display: inline-block;
  color: #4bb754;
  border: 1px solid #4bb754;
}

.floating {
  background-color: white;
  position: fixed;
  top: 5px;
  visibility: hidden;
}
.topics-detail-link {
  word-break: break-all;
}
/*# sourceMappingURL=search.css.map */

.search-special-box {
  background: #f8f8fb;
  margin-bottom: 2em;
  padding: 20px 15px 5px;
  *zoom: 1;
}

.search-special-box:before, .search-special-box:after {
  content: "";
  display: table;
}

.search-special-box:after {
  clear: both;
}

.search-special-box-list li{
  /* margin:15px 0;
  padding:15px;
  background: #fff;
  border: 1px solid #d6d6d7;
  border-radius: 8px;
  font-size: 90%;
  position: relative; */
  overflow: hidden;
}

.search-special-box-open{
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 0 0 16px 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0;
  cursor: pointer;
}

.search-special-box-open::before,
.search-special-box-open::after{
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.search-special-box-open::before{
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #4fa3d6;
  border-right: 3px solid #4fa3d6;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-special-box-active::before{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


/* search_plus custom */
.search-movie .search-form-checkbox-group-productform {
  width: 420px;
}
.search-movie .search-form-checkbox-group-productform span {
  display:block;
}
.search-movie .search-form-checkbox-group-productform .checkbox-group {
  margin:0 0 10px;
}
.search-movie .checkbox-group-sub {
  margin-bottom:10px;
  padding-left:.2em;
}
.search-movie .checkbox-group-sub:before {
  margin-right:10px;
  content:'┗';
  color:#757575;
  font-size:1.6rem;
}
.search-movie .search-form-checkbox-group-productform label {
  margin:0 15px 10px 0;
  width:auto;
}
.search-movie .search-form-checkbox-group-itemidkbn label {
  margin:0 0 10px;
  width:auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

@media (max-width: 1100px) and (min-width: 641px) {
  .re-search-form-box .search-form-checkbox-group-itemidkbn, .re-search-form-box .search-form-checkbox-group-productform,
  .re-search-form-box2 .search-form-checkbox-group-itemidkbn, .re-search-form-box2 .search-form-checkbox-group-productform{
    width:100%;
  }
}

@media (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .search-form-box {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
  }
  .search-form-box .search-table {
    table-layout:fixed;
  }
  .search-movie .search-form-checkbox-group-productform,
  .search-form-checkbox-group-itemidkbn,
  .search-form-checkbox-group-productform{
    width:100%;
  }
  .search-movie .checkbox-group-sub:before {
    margin-right:0;
    font-size:1.3rem;
  }
  .search-movie .search-form-checkbox-group-productform label {
    margin:0 2px 10px 0;
    padding-left:24px;
  }
}
.page-main-title {
  line-height:1.4;
}
.page-sub-title small {
  margin-right:0;
}

/* movie */
.switch-search-book {
  margin:0 20px 1em;
  text-align:right;
}
.switch-search-book a {
  border: 2px solid #d7d5e3;
  border-radius: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #323276;
  padding: 7px 15px;
  display: inline-block;
  margin: 0 auto 0 auto;
  position: relative;
  font-size:1.2rem;
}
.switch-search-book a:after {
  display: inline-block;
  content: '';
  position: relative;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #0095cb;
  margin-left: 9px;
}
.switch-search-book a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #323276;
  border-color: #323276;
}
.book-info-text span[class^="item-info"] {
	display:block;
	font-size:1.4rem;
}
.item-genre-name {
  display:block;
  font-size:1.2rem;
}
.book-detail .item-extlink a,
.book-info-text .item-extlink,
.book-info-btn .item-extlink{
  border: 1px solid #d7d5e3;
  background:#fff;
  border-radius: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #323276;
  padding: 5px 10px 5px 15px;
  display: inline-block;
  margin: 1em auto;
  position: relative;
  font-size:1.2rem;
}
.book-detail .item-extlink a:after,
.book-info-text .item-extlink:after,
.book-info-btn .item-extlink:after{
  display: inline-block;
  content: '';
  position: relative;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 4px solid #0095cb;
  margin-left: 5px;
}
.book-detail .item-extlink a:hover,
a .book-info-text .item-extlink:hover,
a .book-info-btn .item-extlink:hover{
  color: #fff;
  background-color: #323276;
  border-color: #323276;
  text-decoration: none;
}
.book-detail .item-extlink a {
  margin:0 auto 5px;
  padding: 5px 7px 5px 12px;
  display:block;
  width:100%;
  max-width:110px;
  text-align:center;
}
.check-list li .custom {
  margin-right:0;
  display:block;
  float:none;
}
.check-list li .form-control.form-control--date {
  width:100%;
  font-size:100%;
}
.check-list label {
  margin-right:10px;
}

@media (max-width: 640px) {
  .page-sub-title {
    font-size:1.6rem;
  }
  .page-sub-title small {
    margin-right:.5em;
  }
}

/*! =================================
  topics detail
================================== */
.topics-article-update {
  font-size: 12px;
  text-align: right;
  color: #696969;
  margin: 0px 0 10px;
}
@media (max-width: 640px) {
  .topics-article-update {
    margin: 30px 20px 10px;
  }
}
