.pager .pagination li a.prev::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #777878;
  border-right: 1px solid #777878;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pager .pagination li a.next::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #777878;
  border-right: 1px solid #777878;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pager .pagination li span {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #777878;
  text-decoration: none;
}
.pager .pagination li span.current {
  color: #fff;
  background: #777878;
}
.mw_wp_form_confirm .display_none {
  display: none;
}
span.w_middle2 {
  /*width: 48.5%!important;*/
  width: 48.0% !important;
  display: inline-block;
}
span.w_middle2 + span.w_middle2 {
  margin: 0 0 0 2%;
}
.mw_wp_form_confirm .str-main-column dl dt.required span::after {
  content: none;
}
header #head .gnav div.langmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 1.2em;
}
header #head .gnav div.langmenu a {
  margin: 0 0.5em;
  margin-right: 0.5em;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  color: #222;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
header #head .gnav .gnav_top div.langmenu a:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.5em;
  margin: auto;
  width: 1px;
  height: 80%;
  background-color: #222;
}
.wrap_nav_menu div.langmenuSP {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5%;
}
.wrap_nav_menu div.langmenuSP a {
  margin: 0 0.5em;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
  color: #222;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.wrap_nav_menu div.langmenuSP a:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.5em;
  margin: auto;
  width: 1px;
  height: 80%;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .registerwrap._col2 .btnwrap:nth-child(2) a {
    margin-top: 4%;
  }
}
.beginners ul.anime_detail li {
  border: none;
  position: relative;
}
.beginners ul.anime_detail li .no {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #e5141b;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  margin: auto;
  z-index: 10;
}
.beginners ul.anime_detail li .no span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
.beginners p.anime_description {
  text-align: center;
}
#firsttime ul li {
  border: none;
  text-align: left;
  position: relative;
}
#firsttime ul li .no {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #e5141b;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  margin: auto;
  z-index: 10;
}
#firsttime ul li .no span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
.beginners div.beginners_image {
  text-align: center;
  margin-top: 20px;
}
.contact .str-main-column.idwrap dl {
  margin-bottom: 40px;
}
.contact .str-main-column.idwrap dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  #firsttime ul li .no {
    top: -15px;
  }
  .beginners ul.anime_detail li .no {
    top: -15px;
  }
}

.js_modalCont .js_modalwrap h4.search::before {
    width: 39px;
    height: 30px;
    background: url(../img/icon08.png) no-repeat;
    left: 25px;
}