#classExplorer_login .contents {
  margin-bottom: 0;
}

#classExplorer_login .contentsInr {
  margin-bottom: 0;
}

@media screen and (max-width: 739px) {
  #classExplorer_login .socialBlock {
    display: none !important;
  }
}

.social {
  display: none !important;
}

.pageTop {
  z-index: 500;
}

.bg-page_title_wrap {
  background-color: #f5f5f5;
  padding: 32px 0;
}

.bg-page_title_wrap .c-logo {
  width: 356px;
  height: auto;
}

@media screen and (max-width: 739px) {
  .bg-page_title_wrap {
    padding: 28px 10px;
  }
  .bg-page_title_wrap .c-logo {
    width: auto;
  }
  .bg-page_title_wrap .c-logo .imgParts {
    width: 100%;
  }
}

.mgt60_32 {
  margin-top: 60px !important;
}

@media screen and (max-width: 739px) {
  .mgt60_32 {
    margin-top: 32px !important;
  }
}

.p-class-explorer_wrap {
  background: url(/jp/ja/jmb/xpr/img_sites/bg_map.png) no-repeat center 0;
  min-height: 600px;
  position: relative;
  font-size: 1.4rem;
}

@media screen and (max-width: 739px) {
  .p-class-explorer_wrap {
    background: url(/jp/ja/jmb/xpr/img_sites/bg_map_sp.png) no-repeat center 0 #f0f0f0;
    background-size: 100% auto;
    padding: 35vw 10px 60px;
    min-height: auto;
  }
}

.p-class-explorer_wrap .p-login_unit {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 36px 24px;
  width: 480px;
}

@media screen and (max-width: 739px) {
  .p-class-explorer_wrap .p-login_unit {
    position: static;
    transform: translate(0);
    width: 100%;
    padding: 24px 18px;
  }
}

.p-class-explorer_wrap .p-login_unit .c-text {
  text-align: center;
}

.p-class-explorer_wrap .p-login_unit .p-button_wrap {
  text-align: center;
  margin-top: 16px;
}

.p-class-explorer_wrap .p-login_unit .c-login_button {
  border: none;
  color: #fff;
  padding: 6px 32px;
  background: url(/jp/ja/jmb/xpr/img_sites/icon_arrow_w.svg) no-repeat right 12px center #cc0000;
  background-size: 7px auto;
  cursor: pointer;
}

.p-slider_wrap {
  width: 100%;
  background-color: #fff;
  padding: 32px 0;
}

@media screen and (max-width: 739px) {
  .p-slider_wrap {
    padding-top: 0;
  }
}

.p-slider_body {
  margin: 0 !important;
}

.p-slider_body .c-slider_item {
  width: 950px;
  height: 400px;
  margin: 0 12px;
  position: relative;
}

@media screen and (max-width: 739px) {
  .p-slider_body .c-slider_item {
    height: auto;
  }
}

.p-slider_body .c-slider_item .c-image img {
  border-radius: 8px;
}

.p-slider_body .c-slider_item .c-text_unit {
  position: absolute;
  bottom: 24px;
  left: 32px;
}

@media screen and (max-width: 739px) {
  .p-slider_body .c-slider_item .c-text_unit {
    position: static;
    background-color: #f5f5f5f2;
    padding: 10px;
  }
}

.p-slider_body .c-slider_item .c-text_unit dt {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  background-color: #8e7315;
  padding: 3px 16px;
  display: inline-block;
}

.p-slider_body .c-slider_item .c-text_unit dd {
  background-color: rgba(255, 255, 255, 0.8);
  width: 435px;
  font-size: 1.4rem;
  padding: 12px 16px;
  position: relative;
}

.p-slider_body .c-slider_item .c-text_unit dd::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/jp/ja/jmb/xpr/img_sites/icon_arrow_item.svg);
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 739px) {
  .p-slider_body .c-slider_item .c-text_unit dd {
    width: 100%;
    background-color: transparent;
    font-size: 1.6rem;
    padding: 10px 25px 0 0;
  }
}

.p-slider_body .slick-slide {
  padding: 0;
}

.p-slider_body .slick-prev,
.p-slider_body .slick-next {
  top: 50%;
  width: 60px;
  height: 60px;
  z-index: 999;
}

@media screen and (max-width: 739px) {
  .p-slider_body .slick-prev,
  .p-slider_body .slick-next {
    top: 37%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }
}

.p-slider_body .slick-prev {
  left: calc(50% - 560px);
}

@media screen and (max-width: 739px) {
  .p-slider_body .slick-prev {
    left: 20px;
  }
}

.p-slider_body .slick-prev::before {
  display: inline-block;
  background: url(/jp/ja/jmb/xpr/img_sites/icon_arrow_slide.svg) no-repeat 0 0;
  background-size: 60px auto;
  width: 60px;
  height: 60px;
  opacity: 1;
}

@media screen and (max-width: 739px) {
  .p-slider_body .slick-prev::before {
    background-size: 30px auto;
    width: 30px;
    height: 30px;
  }
}

.p-slider_body .slick-prev:hover::before {
  background-image: url(/jp/ja/jmb/xpr/img_sites/icon_arrow_slide_hover.svg);
}

.p-slider_body .slick-next {
  right: calc(50% - 560px);
}

@media screen and (max-width: 739px) {
  .p-slider_body .slick-next {
    right: 20px;
  }
}

.p-slider_body .slick-next::before {
  display: inline-block;
  background: url(/jp/ja/jmb/xpr/img_sites/icon_arrow_slide.svg) no-repeat 0 0;
  background-size: 60px auto;
  width: 60px;
  height: 60px;
  opacity: 1;
  transform: rotate(180deg);
}

@media screen and (max-width: 739px) {
  .p-slider_body .slick-next::before {
    background-size: 30px auto;
    width: 30px;
    height: 30px;
  }
}

.p-slider_body .slick-next:hover {
  opacity: 1;
}

.p-slider_body .slick-next:hover::before {
  background-image: url(/jp/ja/jmb/xpr/img_sites/icon_arrow_slide_hover.svg);
}

.p-slider_body .slidControl {
  display: inline-block !important;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: calc(50% + 312px);
  bottom: 24px;
  transform: translateX(0);
}

@media screen and (max-width: 739px) {
  .p-slider_body .slidControl {
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
  }
}

.p-slider_body .slidControl .slick-dots li {
  margin: 0 5px;
}

.p-slider_body .slidControl .slick-dots li button::before {
  background-color: #888888;
}

.p-slider_body .slidControl .slick-dots li.slick-active button::before {
  background-color: #cc0000;
}

.p-information_wrap {
  background-color: #f5f5f5;
}

@media screen and (max-width: 739px) {
  .p-information_wrap {
    padding: 0 10px;
  }
}

.p-information {
  padding: 40px 0;
}

.p-information .ttlLv1 {
  padding: 0;
  border-bottom: none;
  text-align: center;
}

@media screen and (max-width: 739px) {
  .p-information .ttlLv1 {
    width: 100%;
  }
}

.p-information .ttlLv1::after {
  content: none;
}

.p-information .ttlLv1 .heading {
  font-size: 1.6rem;
}

.p-information .ttlLv1 .heading::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  background: url(/jp/ja/jmb/xpr/img_sites/icon_info.svg) no-repeat 0 center;
  background-size: contain;
}

.p-information .viewMore .linkBox .content .heading {
  font-weight: 600;
}

.p-information .viewMore.showed .viewMore_list > li:nth-of-type(n + 21) {
  display: none;
}

.p-information .viewMore .linkBox a:hover {
  text-decoration: none;
}

.p-information .viewMore .linkBox.arwNone::after {
  display: none;
}

.p-information .viewMore .linkBox .content .heading {
  width: 130px;
}

@media screen and (max-width: 739px) {
  .p-information .viewMore .linkBox .content .heading {
    width: 100%;
  }
}

.c-box_item {
  width: 300px;
  min-width: 300px;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 739px) {
  .c-box_item {
    width: 80vw;
    min-width: 80vw;
  }
  .c-box_item:first-child {
    margin-left: 10px;
  }
}

.c-box_item:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.c-box_item .c-text_unit {
  padding: 16px 16px 80px 16px;
  position: relative;
}

.c-box_item .c-text_unit .c-title {
  font-weight: 700;
  font-size: 1.6rem;
  min-height: 4.5em;
}

.c-box_item .c-text_unit .c-text {
  font-size: 1.4rem;
  margin-top: 12px;
  min-height: 11em;
}

.c-box_item .c-text_unit .c-tags {
  font-size: 0;
  position: absolute;
  bottom: 16px;
}

.c-box_item .c-text_unit .c-tags .c-tag_RED {
  display: inline-block;
  border-radius: 2px;
  font-size: 1.2rem;
  color: #fff;
  padding: 1px 8px;
  margin-right: 8px;
  margin-top: 8px;
  background-color: #cc0000;
}

.c-box_item .c-text_unit .c-tags .c-tag_BLU {
  display: inline-block;
  border-radius: 2px;
  font-size: 1.2rem;
  color: #fff;
  padding: 1px 8px;
  margin-right: 8px;
  margin-top: 8px;
  background-color: #2f3d82;
}

.c-box_item .c-text_unit .c-tags .c-tag_GRN {
  display: inline-block;
  border-radius: 2px;
  font-size: 1.2rem;
  color: #fff;
  padding: 1px 8px;
  margin-right: 8px;
  margin-top: 8px;
  background-color: #00806e;
}

.c-box_item .c-icon {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
}

.p-item_body {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 739px) {
  .p-item_body {
    display: block;
  }
}

.p-item_body .c-box_item._sp_item .c-title {
  font-weight: 700;
  font-size: 1.6rem;
  padding: 16px 16px 0;
  min-height: 4.5em;
}

@media screen and (max-width: 739px) {
  .p-item_body .c-box_item._sp_item .c-title {
    min-height: auto;
  }
}

.p-item_body .c-box_item._sp_item .c-text_unit {
  padding-top: 0;
  min-height: 9em;
}

@media screen and (max-width: 739px) {
  .p-item_body .c-box_item._sp_item .c-text_unit {
    padding: 0;
    min-height: auto;
  }
}

@media screen and (max-width: 739px) {
  .p-item_body .c-box_item._sp_item {
    width: 100%;
    border: none;
    padding-bottom: 16px;
    border-bottom: 1px solid #888888;
    margin-top: 16px;
  }
  .p-item_body .c-box_item._sp_item:first-child {
    margin-left: 0;
  }
  .p-item_body .c-box_item._sp_item .c-title_unit {
    display: flex;
    justify-content: space-between;
  }
  .p-item_body .c-box_item._sp_item .c-title_unit .c-image {
    width: 38%;
  }
  .p-item_body .c-box_item._sp_item .c-title_unit .c-title {
    padding: 0;
    font-size: 1.4rem;
    width: calc(62% - 14px);
  }
}

@media screen and (max-width: 739px) {
  .p-item_body .c-box_item._sp_item .c-icon {
    right: 0;
  }
}

.p-slideItem_wrap {
  position: relative;
}

.p-slideItem_wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc((100% - 953px) / 2);
  height: calc(100% - 16px);
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  z-index: 100;
  left: 0;
}

@media screen and (max-width: 739px) {
  .p-slideItem_wrap::before {
    display: none;
  }
}

.p-slideItem_wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc((100% - 953px) / 2);
  height: calc(100% - 16px);
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  z-index: 100;
  right: 0;
}

@media screen and (max-width: 739px) {
  .p-slideItem_wrap::after {
    display: none;
  }
}

.p-slideItem_body {
  background-color: #fff;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  display: flex;
  padding-left: calc(50% - 475px);
  position: relative;
  margin-top: 16px;
  padding-bottom: 16px;
}

.p-slideItem_body::after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 1px;
  padding-right: calc((100vw - 1018px) / 2);
}

.p-slideItem_body._col4::after {
  padding-right: calc((100vw - 1034px) / 2);
}

@media screen and (max-width: 739px) {
  .p-slideItem_body {
    margin-top: 8px;
  }
}

.p-slideItem_body .c-box_item {
  margin-right: 25px;
}

@media screen and (max-width: 739px) {
  .p-slideItem_body .c-box_item {
    margin-right: 10px;
  }
}

.p-slideItem_body._col4 .c-box_item {
  width: 213px;
  min-width: 213px;
  margin-right: 33px;
}

@media screen and (max-width: 739px) {
  .p-slideItem_body._col4 .c-box_item {
    width: 80vw;
    min-width: 80vw;
    margin-right: 10px;
  }
}

.p-slideItem_body._col4 .c-box_item .c-text_unit {
  padding: 16px 16px 80px 16px;
}

.p-slideItem_body._col4 .c-box_item .c-text_unit .c-tags {
  font-size: 0;
  margin-top: 8px;
}

.p-slideItem_body._col4 .c-box_item .c-text_unit .c-tags span {
  margin-top: 8px;
}

.p-scroll_text {
  font-size: 1.4rem;
  background: url(/jp/ja/jmb/xpr/img_sites/icon_scroll.png) no-repeat 0 center #fff;
  padding-left: 26px;
  width: 950px;
  min-height: 27px;
  margin: 0 auto;
  padding-top: 6px;
}

@media screen and (max-width: 739px) {
  .p-scroll_text {
    background-position: 10px center;
    padding-left: 36px;
    width: 100%;
  }
}

hr.c-section_line {
  background-color: #dedede;
}
/*# sourceMappingURL=index.css.map */