@charset "UTF-8";

/* ==================================================

  ÔÆ¶¥ÓéÀÖÆåÅÆ_ÔÆ¶¥ÓéÀÖÍøÖ·£¤appÏÂÔØ¹ÙÍø Web Open Campus
  /resources/css/contents.css

================================================== */

/* ----------------------------------------
  [[ ¥È¥Ã¥×¥Ú©`¥¸ ]]
---------------------------------------- */

/* mainvisual
------------------------------ */

/* loading */
#loading {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-color: #072133;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.loader {
  color: #cccccc;
  font-size: 10px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.mainvisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mainvisual-movie_wrap {
  position: relative;
  width: 100%;
  height: 1050px;
  overflow: hidden;
  background: #000;
}
.mainvisual-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.mainvisual-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 980px;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1511px) {
  .mainvisual-movie {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .mainvisual-movie_wrap {
    height: calc(100vh + 70px);
  }
}
@media screen and (max-width: 600px) {
  .mainvisual-movie_wrap {
    height: calc(75vh + 4em);
  }
  .mainvisual-movie {
    width: auto;
    height: 100%;
  }
}

/* Site Title
------------------------------ */
.site_title {
  position: relative;
  z-index: 1;
}
.site_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
}
.site_title-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  max-width: 980px;
  height: 780px;
	/*height: 980px;*/
  margin: 0 auto;
}
.site_title-inner.youtube {
  height: calc(46.25vw - 70px);;
}
.site_title-banner {
  width: 100%;
  max-width: 545px;
  margin: 5% auto 0;
}
.site_title-banner_text {
  text-align: center;
  margin-top: 2em;
}
.site_title-banner_text a {
  display: inline-block;
  padding: 0.5em 2em;
  line-height: 2;
  border-radius: 1.5em;
  border: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media screen and (min-width: 601px) {
  .site_title-banner a {
    transition: background-color 0.3s;
  }
  .site_title-banner > a {
    display: block;
  }
  .site_title-banner a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .site_title-banner_text a:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .site_title-inner {
    height: 100vh;
  }
}
@media screen and (max-width: 600px) {
  .site_title-inner {
    height: 75vh;
  }
  .site_title-inner.youtube {
    height: 60vh;
  }
}


/* accordion
------------------------------ */
.accordion_switch {
  position: relative;
  cursor: pointer;
}
.accordion_switch:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/ad/weboc/resources/images/acc_switch-off.png");
}
.accordion_switch.on:after {
  background-image: url("/ad/weboc/resources/images/acc_switch-on.png");
}
.accordion_body {
  display: none;
}

@media screen and (max-width: 600px) {
  .accordion_switch:after {
    top: calc(50% - 1em);
    width: 2em;
    height: 2em;
  }
}


/* section
------------------------------ */
.section_title_l {
  padding: 0.5em 1em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section_title_m {
  margin-bottom: 40px;
  background: #072133;
}
.section_title_m img {
  width: 66.6%;
}
.section_title_s {
  margin-bottom: 0.75em;
  font-size: 1.66em;
  font-weight: 700;
}
.section_title_ss {
  margin: 2em 0 0.5em;
  font-size: 1.6em;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .section_title_l {
    font-size: 1.8em;
  }
  .section_title_m {
    margin-bottom: 1em;
  }
  .section_title_m img {
    width: 100%;
  }
  .section_title_s {
    margin-bottom: 0.25em;
  }
  .section_title_ss {
    margin-top: 0;
  }
}


/* movie
------------------------------ */
.movie_thumb a {
  position: relative;
  display: block;
}
.movie_thumb a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0.5;
  transition: opacity 0.3s;
}
.movie_thumb a:hover:before {
  opacity: 1;
}
.movie_thumb a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  width: 20%;
  height: 25%;
  background: url("/ad/weboc/resources/images/icon_play.png") right center no-repeat;
  background-size: contain;
}
.movie_thumb a.icon_center:after {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.movie_thumb-text_base {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 80%;
  min-height: 60%;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}
.movie_thumb-text {
  padding-left: 5%;
  font-weight: 700;
}
.movie_thumb-title {
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: 1.6em;
}
.movie_thumb-subttl {
  margin-left: 0.25em;
}
.movie_thumb-new {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 20%;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .movie_thumb-title {
    font-size: 1.2em;
  }
  .movie_thumb-subttl {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 600px) {
  .movie_thumb {
    margin-top: 5vw;
  }
  .movie_thumb-title {
    font-size: 1.2em;
  }
  .movie_thumb-subttl {
    font-size: 0.8em;
  }
}


/* aside
------------------------------ */
.aside_title {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #125d87;
  font-size: 1.6em;
  font-weight: bold;
}
.aside_title > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.aside_title .logo_fukushi {
  width: 220px;
}
.related_keywords li {
  display: inline-block;
  margin: 1em 0.75em 0 0;
}
.related_keywords li a {
  display: block;
  padding: 1em 1.6em;
  border-radius: 1.6em;
  background: #0b3851;
  line-height: 1.2;
  color: #fff;
  transition: opacity 0.3s;
}
.related_keywords li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .aside_title {
    font-size: 1.2em;
  }
  .aside_title .logo_fukushi {
    width: 40vw;
  }
}


/* Site Nav
------------------------------ */
.site_nav li a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 3.4em;
  padding: 0.75em 1em;
  border: solid 1px #072133;
  line-height: 1.2;
  font-size: 1.46em;
  font-weight: 700;
  transition: background 0.3s;
}
.site_nav li a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.site_nav li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0.75em;
  width: 0.4em;
  height: 0.4em;
  transform: translateY(-50%);
  background: url("/ad/weboc/images/site_nav_arrow.png") center no-repeat;
  background-size: contain;
}
.examinee-nav li {
  margin-top: 1em;
}
.site_nav li a > span {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .site_nav li a {
    padding: 0.75em 1.5em 0.75em 0.5em;
    line-height: 1.2;
  }
  .site_nav li a br {
    display: none;
  }
}


/* [[ sec01 ]]
------------------------------ */
.sec01-lead {
  margin-top: 1em;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
}
.sec01 .movie_thumb-title {
  margin-bottom: 0.25em;
  font-size: 1.6em;
}
.sec01 .movie_thumb-subttl {
  font-size: 0.9em;
}

@media screen and (min-width: 601px) and (max-width: 1279px) {
  .sec01 .movie_thumb-title {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .movie_thumb a:after {
    bottom: 15px;
    right: 15px;
    width: 20%;
    height: 20%;
  }
}
@media screen and (max-width: 600px) {
  .sec01-lead {
    margin-bottom: 0;
    font-size: 1.8em;
  }
}


/* [[ LIVE OPEN CAMPUS ]]
------------------------------ */
.live {
  background: url("/ad/weboc/images/live_bg.jpg") top center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.live-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  max-width: 980px;
  height: 690px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.live-lead {
  margin: 50px 0 10px;
  font-size: 1.6em;
  font-weight: 700;
}
.live-sublead {
  margin-bottom: 40px;
}
.live-mark {
  position: absolute;
  top: 38%;
  right: -70px;
  width: 180px;
}
.live-notes {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: 700;
}
.live-notes span {
  display: inline-block;
}
.live-buttons {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.live-buttons > * {
  border: solid 2px #fff;
  margin: 0 0.5em;
}
.live-buttons a {
  transition: 0.3s;
}
.live-buttons a:hover {
  background: rgba(255,255,255,0.1);
}
.live-howto_btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0.5em 2.5em 0.5em 2em;
  font-size: 1.2em;
  text-decoration: none;
}
.live-howto_btn a em {
  font-style: normal;
  font-weight: bold;
}
.live-howto_btn a:after,
.live-program_btn a:after {
  content: "£¾";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  line-height: 1;
  font-size: 0.5em;
  color: #fff;
}
.live-program_btn a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.5em 0.5em 1em;
  text-align: left;
  font-size: 1.2em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.live-program_btn a > * {
  display: block;
}
.live-program_btn a > em {
  font-style: normal;
}
.live-program_btn a > small {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  font-size: 0.6em;
}
.live-bnr {
  width: 70%;
  max-width: 450px;
  margin: 20px auto 0;
}
.live-howto_bg {
  padding: 35px;
  background: #072133;
}
.live-howto_inner {
  max-width: 730px;
  color: #fff;
}
.live-howto_title {
  text-align: center;
}
.live-howto_title em {
  display: block;
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
.live-howto section > * {
  margin-top: 0.75em;
}
.live-howto_subttl {
  margin-top: 2em !important;
  padding-bottom: 0.25em;
  border-bottom: solid 1px #fff;
  font-size: 1.6em;
  font-weight: 700;
}
.live-howto_list01 {
  margin: 2em 0 !important;
}
.live-howto_list01 li {
  position: relative;
  margin-top: 1em;
  padding-left: 1.6em;
}
.live-howto_list01 li span {
  position: absolute;
  left: 0;
  font-size: 1.2em;
}
.live-howto_list01 li a {
  text-decoration: underline;
}
.live-howto_list02 dt {
  font-size: 1.1em;
}
.live-howto_list02 dd {
  position: relative;
  padding-left: 2em;
}
.live-howto_list02 dd span {
  position: absolute;
  left: 0.25em;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  .live-mark {
    right: -5%;
    width: 16%;
    max-width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .live-wrap {
    display: block;
    width: 90%;
    height: auto;
    padding: 4vw 0 10vw;
  }
  .live-lead {
    margin: 2em 0 1em;
    font-size: 1.4em;
  }
  .live-sublead {
    margin-bottom: 1em;
  }
  .live-mark {
    position: static;
    width: 40%;
    max-width: 120px;
    margin: 0 auto 2em;
  }
  .live-bnr {
    width: 100%;
    max-width: 300px;
    margin: 1.5em auto 0;
  }
  .live-buttons {
    display: block;
    width: 84%;
    margin: 0 auto;
  }
  .live-program_btn {
    margin-top: 1em;
  }
}


/* [[ ÈëÔ‡¥¬¥¤¥À¥ó¥¹ ]]
------------------------------ */
.guidance-title {
  line-height: 1;
  text-align: center;
  font-size: 4.66em;
  font-weight: 700;
}
.guidance-cassette {
  background: #072133;
}
.guidance-text {
  padding: 1em 1.5em;
  color: #fff;
}
.guidance-text dt {
  margin-bottom: 0.25em;
  font-size: 1.86em;
  font-weight: 700;
}
.guidance-text dd {
  position: relative;
  padding-left: 1em;
  font-size: 1.33em;
}
.guidance-text dd:before {
  content: "?";
  position: absolute;
  left: 0;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  .guidance-title {
    line-height: 1;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
  }
}
@media screen and (max-width: 600px) {
  .guidance-title {
    font-size: 2em;
  }
}


/* [[ NIPPUKU 365 DAYS ]]
------------------------------ */
.days {
  background: url("/ad/weboc/images/days_bg.jpg") center no-repeat;
  background-size: cover;
}
.days-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 0 calc(5% - 1.2em);
  /* height: 55vw;
  max-height: 600px; */
  text-align: center;
  color: #fff;
}
.days_title img {
  max-width: 80%;
}
.days-lead {
  margin: 2em 0 1em;
  font-size: 2em;
  font-weight: 700;
}
.days-thumb_caption {
  display: block;
  margin: 0.5em 0 2em;
  text-align: left;
  font-size: 1.2em;
  font-weight: 700;
}
.days.comingsoon .movie_thumb a {
  position: relative;
  cursor: default;
}
.days.comingsoon .movie_thumb a .days-thumb_notice {
  position: absolute;
  display: block;
  top: 70%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  font-size: 1.2em;
  font-weight: 700;
}
.days.comingsoon .movie_thumb a.icon_center:before {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
.days.comingsoon .movie_thumb a.icon_center:after {
  width: 100%;
  background-image: url("/ad/weboc/images/days_comingsoon.png"), url("/ad/weboc/resources/images/icon_play_comingsoon.png");
  background-position: center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 72% auto, contain;
}
.days .banner_nippuku47 {
  margin: 2em 0;
}

@media screen and (max-width: 600px) {
  .days-wrap {
    display: block;
    width: 80%;
    height: auto;
    max-height: none;
    padding: 10vw 0 calc(10vw - 1.5em);
  }
  .days-lead {
    margin: 1em 0 1em;
    font-size: 1.6em;
  }
  .days-thumb li {
    margin-bottom: 1.5em;
  }
}


/* [[ ¤Õ¤¯¤·ÐÂ•ø ¥Ô¥Ã¥¯¥¢¥Ã¥× ]]
------------------------------ */
.shinsho-title {
  float: left;
}
.shinsho-title > * {
  display: inline-block;
  vertical-align: middle;
}
.shinsho-title > span {
  margin: 0 0 0.5em 1em;
  font-size: 1.2em;
  font-weight: 700;
}
.shinsho-more {
  float: right;
  margin-top: 20px;
}
.shinsho-entry_list {
  clear: both;
}
.flex_wrap.shinsho-entry_list.x3 .flex_col {
  flex:  0 0 30%;
}
.shinsho-entry_thumb a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
  padding-top: 64%;
  background-position: center;
  background-size: cover;
  transition: opacity 0.3s;
}
.shinsho-entry_thumb a:hover {
  opacity: 0.8;
}
.shinsho-entry_category a {
  display: inline-block;
  padding: 0.15em 0.5em;
  background: #646464;
  color: #fff;
  transition: opacity 0.3s;
}
.shinsho-entry_category a:hover {
  opacity: 0.8;
}
.shinsho-entry_title {
  margin-top: 0.5em;
}
.shinsho-entry_title a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .shinsho-title {
    float: none;
  }
  .shinsho-title img {
    width: 50%;
  }
  .shinsho-more {
    float: none;
    width: 30%;
    max-width: 137px;
    margin: 0.5em 0 0 auto;
  }
  .shinsho-entry_list {
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
  }
  .shinsho-entry_list > div {
    margin-top: 8vw;
  }
}


/* [[ ÊÜòYÉú¥µ¥¤¥È ]]
------------------------------ */
.examinee {
  position: relative;
  background: #f5f5f5;
}
.examinee:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: url("/ad/weboc/images/examinee_bg.jpg") center no-repeat;
  background-size: cover;
}
.examinee-inner {
  position: relative;
  z-index: 1;
  width: 52%;
  margin-left: auto;
  padding: 20px 0;
}
.examinee-lead {
  margin-left: -22%;
}
.examinee-title {
  margin: 15px 0 10px -23%;
}
.examinee-nav.site_nav li a {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 600px) {
  .examinee:before {
    width: 35%;
  }
  .examinee-inner {
    width: 62%;
    padding: 5vw 0;
  }
  .examinee-lead {
    margin-left: 0;
  }
  .examinee-title {
    margin: 1em 0;
  }
  .examinee-title img {
    max-width: 160px;
  }
  .examinee-nav.site_nav li a {
    padding-top: 0;
    padding-bottom: 0;
  }
}


/* [[ NIPPUKU FUTURES ]]
------------------------------ */
.futures {
  position: relative;
  background: #f5f5f5;
}
.futures:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: url("/ad/weboc/images/futures_bg.jpg") center no-repeat;
  background-size: cover;
}
.futures-inner {
  position: relative;
  z-index: 1;
  width: 52%;
  margin-right: auto;
  padding: 20px 0;
}
.futures-title {
  margin: 1em 0 0;
}
.futures-copy {
  margin: 1.5em 0 2em 0;
}
/* .futures-lead {
  margin: 0 -41% 0 41%;
}
.futures-title {
  margin: 1em -41% 0 41%;
}
.futures-copy {
  margin: 1.5em -41% 2em 41%;
} */
.futures-nav li a span small {
  display: block;
  margin-top: 0.25em;
  line-height: 1.4;
  font-size: 0.7em;
  font-weight: 400;
}
.futures-nav li a span img {
  height: 1.14em;
  margin: 0.75em 0.2em 0.5em;
}

@media screen and (max-width: 600px) {
  .futures:before {
    width: 35%;
  }
  .futures-inner {
    width: 62%;
    padding: 5vw 0;
  }
  .futures-lead {
    margin: 0;
  }
  .futures-title {
    margin: 1em 0 0;
  }
  .futures-copy {
    margin: 1.5em 0 2em;
  }
  .futures-nav li {
    margin-top: 1em;
  }
  .futures-nav li a span img {
    height: 1.05em;
    margin: 0.75em 0.2em 0.5em;
  }
}