@charset "UTF-8";
/*========================
 /scss/general/ mixin
========================*/
.img-center {
  margin: 0 auto; }

/*========================
　　faq
========================*/
.content-frame.nav-container {
  padding-top: 0; }
  .content-frame.nav-container nav.select-ui {
    margin: 40px -60px 60px; }
    .content-frame.nav-container nav.select-ui h2 {
      display: none; }
  .content-frame.nav-container .top-nav {
    clear: both;
    margin: 0;
    padding: 0; }
    .content-frame.nav-container .top-nav:after {
      content: '';
      display: block;
      clear: both; }
    .content-frame.nav-container .top-nav li {
      float: left;
      width: 180px;
      margin-right: 10px;
      margin-bottom: 10px;
      list-style: none;
      text-align: center;
      font-weight: bold; }
      .content-frame.nav-container .top-nav li a {
        color: #6ecbe6;
        font-size: 18px;
        line-height: 1.0;
        display: block;
        padding: 20px 0;
        border: 1px solid #6ecbe6;
        text-decoration: none;
        transition: all 0.3s; }
        .content-frame.nav-container .top-nav li a:hover {
          color: #fff;
          background-color: #6ecbe6; }
      .content-frame.nav-container .top-nav li.selected a {
        color: #fff;
        background-color: #6ecbe6; }
      .content-frame.nav-container .top-nav li:nth-child(5n) {
        margin-right: 0; }
  .content-frame.nav-container .faq-content h3 {
    font-weight: bold;
    margin-bottom: 6px; }
  .content-frame.nav-container .faq-content section {
    display: none; }
  .content-frame.nav-container .faq-content dl {
    margin-bottom: 40px; }
    .content-frame.nav-container .faq-content dl dt {
      position: relative;
      font-size: 18px;
      padding: 13px 50px 12px;
      background-color: #6ecbe6;
      cursor: pointer; }
      .content-frame.nav-container .faq-content dl dt:before {
        content: "Q";
        position: absolute;
        left: 15px;
        top: 6px;
        color: #fff;
        vertical-align: middle;
        margin-right: 15px;
        font-size: 26px;
        font-weight: normal; }
      .content-frame.nav-container .faq-content dl dt:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        display: block;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        background: url(/images/icons/arr_open.png) no-repeat center; }
      .content-frame.nav-container .faq-content dl dt.open:after {
        background: url(/images/icons/arr_close.png) no-repeat center; }
    .content-frame.nav-container .faq-content dl dd {
      background-color: #fff;
      padding: 15px 15px 36px;
      border: 1px solid #6ecbe6;
      border-width: 0 1px 1px 1px;
      display: none; }
      .content-frame.nav-container .faq-content dl dd a {
        display: inline;
        padding: 0 3px; }
      .content-frame.nav-container .faq-content dl dd ol, .content-frame.nav-container .faq-content dl dd ul {
        margin-top: 10px; }
      .content-frame.nav-container .faq-content dl dd + dt {
        margin-top: 10px; }
      .content-frame.nav-container .faq-content dl dd p:last-child {
        margin-bottom: 0; }
  .content-frame.nav-container .faq-content section:last-child dl {
    margin-bottom: 0; }

@media (max-width: 1199px) {
  .content-frame.nav-container {
    padding-left: 89px;
    padding-right: 89px; }
    .content-frame.nav-container nav.select-ui {
      margin-left: 0;
      margin-right: 0; }
      .content-frame.nav-container nav.select-ui li:nth-child(5n) {
        margin-right: 10px; }
      .content-frame.nav-container nav.select-ui li:nth-child(4n) {
        margin-right: 0; } }
@media (max-width: 991px) {
  .content-frame.nav-container {
    padding: 0 20px 25px;
    margin: 0 -15px;
    border-left: none;
    border-right: none; }
    .content-frame.nav-container nav.select-ui {
      margin: 0; }
      .content-frame.nav-container nav.select-ui h2 {
        display: block;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 8px; }
      .content-frame.nav-container nav.select-ui ul {
        position: relative; }
        .content-frame.nav-container nav.select-ui ul .func {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          cursor: pointer; }
    .content-frame.nav-container .top-nav li {
      float: none;
      width: 100%;
      margin-right: 0 !important;
      margin-bottom: 30px;
      text-align: left;
      font-weight: normal;
      display: none; }
      .content-frame.nav-container .top-nav li.selected {
        display: block; }
      .content-frame.nav-container .top-nav li a {
        color: #000;
        font-size: 14px;
        padding: 9px 37px 9px 7px;
        border: 1px solid #6ecbe6;
        position: relative; }
        .content-frame.nav-container .top-nav li a:before {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          width: 30px;
          height: 100%;
          display: block;
          background-color: #6ecbe6; }
        .content-frame.nav-container .top-nav li a:after {
          content: "▼";
          position: absolute;
          right: 0;
          top: 50%;
          width: 30px;
          display: block;
          margin-top: -6px;
          color: #fff;
          text-align: center;
          background-color: #6ecbe6; }
        .content-frame.nav-container .top-nav li a:hover {
          color: #000;
          background: none; }
      .content-frame.nav-container .top-nav li.selected a {
        color: #000;
        background-color: #fff; }
    .content-frame.nav-container .faq-content h3 {
      margin-bottom: 15px; }
    .content-frame.nav-container .faq-content dl {
      margin: 0 -20px 20px; }
      .content-frame.nav-container .faq-content dl dt {
        font-size: 14px;
        padding: 12px 40px 9px; }
        .content-frame.nav-container .faq-content dl dt:before {
          left: 13px;
          top: 8px;
          font-size: 18px; }
        .content-frame.nav-container .faq-content dl dt:after {
          right: 10px;
          top: 50%;
          margin-top: -6px;
          width: 12px;
          height: 12px;
          background-size: 12px; }
        .content-frame.nav-container .faq-content dl dt.open:after {
          background-size: 12px; }
      .content-frame.nav-container .faq-content dl dd {
        padding: 9px 13px 10px; }
        .content-frame.nav-container .faq-content dl dd + dt {
          margin-top: 5px; }

  /*modal menu*/
  #modalMenu .modal-dialog .modal-content h4 {
    font-size: 17px;
    padding: 12px 12px 11px;
    margin: 0;
    border-bottom: 1px solid #C8C7CC; }
  #modalMenu .modal-dialog .modal-content ul {
    margin: 0;
    padding: 0; }
    #modalMenu .modal-dialog .modal-content ul li {
      list-style: none; }
      #modalMenu .modal-dialog .modal-content ul li a {
        display: block;
        position: relative;
        color: #000;
        font-size: 17px;
        border-bottom: 1px solid #C8C7CC;
        padding: 10px 12px 8px 40px; }
      #modalMenu .modal-dialog .modal-content ul li.selected a {
        color: #007AFF; }
        #modalMenu .modal-dialog .modal-content ul li.selected a:before {
          content: "";
          display: block;
          position: absolute;
          top: 17px;
          left: 13px;
          width: 13px;
          height: 6px;
          border-left: 3px solid #007AFF;
          border-bottom: 3px solid #007AFF;
          transform: rotate(-45deg); }
      #modalMenu .modal-dialog .modal-content ul li:last-child a {
        border-bottom: none; } }
/* IE9以降　対応 */
.content-frame.nav-container .top-nav li a {
  padding: 28px 0 11px\9; }

.content-frame.nav-container .faq-content dl dt:before {
  top: 20px\9; }

.nav-container.content-frame .faq-content dl dt {
  padding: 23px 50px 5px\9; }

@media all and (-ms-high-contrast: none) {
  .content-frame.nav-container .top-nav li a {
    padding: 28px 0 11px; }

  .content-frame.nav-container .faq-content dl dt:before {
    top: 20px; }

  .nav-container.content-frame .faq-content dl dt {
    padding: 23px 50px 5px; } }
/*========================
　　lp
========================*/
body.landing .el-wrapper {
  padding-top: 105px; }

body.landing #header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }

body.landing #header .container-main {
  background: #6dcbe6;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }

#header .container {
  position: relative; }

.lp-head-logo {
  float: left; }

.lp-head-conversion {
  width: 200px;
  height: 65px;
  position: absolute;
  right: 10px;
  top: 18px; }
  .lp-head-conversion a {
    display: block;
    transition: all .3s ease; }
    .lp-head-conversion a:hover {
      opacity: .5; }

.lp-header {
  background: url(/images/lp/head-bg.jpg) no-repeat center top #54cde0;
  margin: -50px 0 0;
  position: relative;
  height: 320px;
  overflow: hidden;
  padding-left: 70px; }
  .lp-header div {
    background: url(/images/rabi-balloon/balloon.png) no-repeat;
    width: 762px;
    height: 415px;
    margin: -30px auto 0;
    padding: 100px 0 0;
    text-align: center; }
    .lp-header div h1 {
      color: #60c1d4;
      font-weight: bold;
      margin-bottom: 20px; }
    .lp-header div p {
      font-size: 18px;
      line-height: 1.8; }
  .lp-header figure {
    width: 170px;
    height: 317px;
    position: absolute;
    left: 50%;
    top: 75px;
    margin-left: -430px; }

.rabi-balloon-wrapper .rabi-balloon .rabi.rabi-lp {
  background-image: url(/images/lp/lp-rabi.png); }

.htu-frame.lp-container .rabi-balloon-wrapper .rabi-balloon .balloon {
  padding: 100px 0 0; }

.htu-frame.lp-container .movie-intro {
  clear: both;
  clear: both; }
  .htu-frame.lp-container .movie-intro:after {
    content: '';
    display: block;
    clear: both; }
  .htu-frame.lp-container .movie-intro .movie {
    width: 48%;
    float: left; }
  .htu-frame.lp-container .movie-intro .desc {
    width: 48%;
    float: right; }
.htu-frame.lp-container .btm-banner {
  text-align: center;
  margin: 70px 0 0; }
  .htu-frame.lp-container .btm-banner a {
    transition: opacity .3s ease; }
    .htu-frame.lp-container .btm-banner a img {
      margin: 0 auto; }
      .htu-frame.lp-container .btm-banner a img:hover {
        opacity: .7; }

#lp-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: none; }

.lp-modal-input {
  width: 340px;
  height: 180px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -90px 0 0 -170px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  z-index: 10001;
  padding: 20px;
  display: none; }
  .lp-modal-input p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px; }
  .lp-modal-input input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.4em; }
  .lp-modal-input a {
    display: block;
    width: 48%;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    line-height: 40px;
    color: #fff; }
    .lp-modal-input a.cancel {
      float: left;
      background: #999; }
    .lp-modal-input a.forward {
      float: right;
      background: #09F;
      opacity: .3;
      cursor: default;
      pointer-events: none; }
    .lp-modal-input a:hover {
      opacity: .5;
      text-decoration: none; }
    .lp-modal-input a:active {
      text-decoration: none; }
    .lp-modal-input a.active {
      opacity: 1;
      cursor: pointer;
      pointer-events: auto; }

nav.lp-anchor {
  position: relative;
  z-index: 1; }
  nav.lp-anchor ul {
    margin: 0 auto;
    width: 1030px;
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
    clear: both; }
    nav.lp-anchor ul:after {
      content: '';
      display: block;
      clear: both; }
    nav.lp-anchor ul li {
      width: 333px;
      float: left;
      list-style: none;
      margin: 0 5px; }
      nav.lp-anchor ul li a {
        width: 333px;
        height: 125px;
        display: block;
        transition: all .3s ease;
        background: #6dcbe6;
        padding: 10px;
        color: #fff;
        position: relative; }
        nav.lp-anchor ul li a i {
          display: block;
          font-size: 22px;
          font-style: normal;
          padding-left: 60px;
          font-weight: bold;
          height: 58px; }
        nav.lp-anchor ul li a:before {
          content: '';
          display: block;
          width: 52px;
          height: 80px;
          position: absolute;
          left: 5px;
          top: 5px;
          background-position: center center;
          background-repeat: no-repeat; }
        nav.lp-anchor ul li a:hover {
          opacity: .5;
          text-decoration: none; }
        nav.lp-anchor ul li a:focus {
          text-decoration: none; }
        nav.lp-anchor ul li a.off {
          background: #bdbdbd; }
        nav.lp-anchor ul li a small {
          background: #fff;
          font-size: 20px;
          text-align: center;
          padding: 10px;
          color: #000;
          display: block;
          width: 100%; }
      nav.lp-anchor ul li:nth-child(1) a:before {
        background-image: url(/images/icons/htu-rabi7.png); }
      nav.lp-anchor ul li:nth-child(2) a:before {
        background-image: url(/images/icons/htu-rabi8.png); }
      nav.lp-anchor ul li:nth-child(3) a:before {
        background-image: url(/images/icons/htu-rabi1.png); }
      nav.lp-anchor ul li .spBr {
        display: none; }
  nav.lp-anchor.fixed {
    position: fixed;
    top: 100px;
    padding: 10px 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5); }
    nav.lp-anchor.fixed ul {
      padding: 0; }

h1.lp-balloon {
  color: #3d8093;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 1.75; }

.htu-frame.plain {
  background-image: none; }

.payment-procedure img {
  width: 100%;
  height: auto;
  display: block; }
  .payment-procedure img + img {
    display: none; }

h2.lp-numbered {
  margin: 60px 0 45px;
  position: relative; }
  h2.lp-numbered i {
    width: 95px;
    height: 90px;
    display: block;
    position: absolute;
    left: 0;
    top: -25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 95px 90px;
    text-indent: -9999px; }
  h2.lp-numbered span {
    background: #6dcbe6;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px 10px 30px;
    display: block;
    margin-left: 70px; }
  h2.lp-numbered.num1 i {
    background-image: url(/images/lp/num1.png); }
  h2.lp-numbered.num2 i {
    background-image: url(/images/lp/num2.png); }
  h2.lp-numbered.num3 i {
    background-image: url(/images/lp/num3.png); }
  h2.lp-numbered.num4 i {
    background-image: url(/images/lp/num4.png); }

.dashboard-img {
  padding: 0 30px; }
  .dashboard-img img {
    margin: 0 auto;
    display: block; }
    .dashboard-img img + img {
      display: none; }

.payment-choice {
  clear: both; }
  .payment-choice:after {
    content: '';
    display: block;
    clear: both; }
  .payment-choice dl {
    width: 400px;
    height: 180px;
    padding: 0 10px;
    position: relative;
    margin-bottom: 110px; }
    .payment-choice dl:after {
      content: '';
      display: block;
      width: 46px;
      height: 110px;
      margin: 10px auto 0;
      background-repeat: no-repeat;
      background-position: center center; }
    .payment-choice dl.credit {
      background: #24b3d2;
      float: left; }
      .payment-choice dl.credit:after {
        background-image: url(/images/lp/dn-arr-credit.png);
        background-size: 46px 110px; }
    .payment-choice dl.career {
      background: #91df51;
      float: right; }
      .payment-choice dl.career:after {
        background-image: url(/images/lp/dn-arr-career.png);
        background-size: 46px 110px; }
  .payment-choice dt {
    padding: 10px;
    text-align: center;
    font-size: 20px; }
    .payment-choice dt small {
      font-size: 14px; }
  .payment-choice dd {
    background: #fff;
    font-size: 16px;
    line-height: 1.75;
    padding: 18px; }
  .payment-choice .choice {
    display: none; }

.payment-complete img {
  margin: 0 auto 15px;
  display: block; }
  .payment-complete img + img {
    display: none; }

.contracted {
  clear: both; }
  .contracted:after {
    content: '';
    display: block;
    clear: both; }
  .contracted figure {
    float: left;
    width: 420px; }
  .contracted p {
    float: right;
    width: 380px; }

.bc-player-default_default {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%; }

@media (max-width: 991px) {
  body.landing .el-wrapper {
    padding-top: 10vw; }

  body.landing .el-wrapper #header .container-main .container {
    padding: 0; }

  #header .container {
    position: relative; }

  .lp-head-logo {
    float: left;
    width: 50%; }
    .lp-head-logo img {
      width: 100%;
      height: auto; }

  .lp-head-conversion {
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    padding: 0;
    float: right;
    width: 30%;
    max-width: 200px;
    padding: 1.25vw 10px 0 0; }
    .lp-head-conversion a {
      display: block;
      height: auto;
      padding: 0; }
      .lp-head-conversion a img {
        width: 100%;
        height: auto; }

  .lp-header {
    background-size: cover;
    margin: 0;
    height: auto;
    padding: 5vw 10px 10px 50px;
    background-position: center top; }
    .lp-header div {
      background: none rgba(255, 255, 255, 0.9);
      width: auto;
      height: auto;
      padding: 6px 8px;
      margin: 0;
      text-align: left; }
      .lp-header div h1 {
        margin: 0 0 6px;
        font-size: 4vw; }
      .lp-header div p {
        font-size: 2.6vw;
        font-weight: bold;
        margin-bottom: 0; }
    .lp-header figure {
      width: 50px;
      height: auto;
      position: absolute;
      left: 0;
      top: auto;
      bottom: -15px;
      margin-left: 0; }
      .lp-header figure img {
        width: 100%;
        height: auto; }

  .htu-frame.lp-container .rabi-balloon-wrapper .rabi-balloon .rabi.rabi-lp {
    background-image: url(/images/lp/lp-rabi.png);
    background-position: center top;
    top: 50%;
    left: 10px;
    margin-top: -45px;
    height: 90px;
    bottom: auto; }

  .htu-frame.lp-container .rabi-balloon-wrapper .rabi-balloon .balloon {
    padding: 30px 20px 30px 90px;
    width: auto;
    height: auto;
    margin: 0;
    background-color: transparent;
    float: none; }

  .htu-frame.lp-container .rabi-balloon-wrapper {
    height: auto;
    margin-bottom: 10%; }

  .htu-frame.lp-container .rabi-balloon-wrapper .rabi-balloon {
    background: rgba(255, 255, 255, 0.9); }

  .htu-frame.lp-container .movie-intro .movie {
    width: auto;
    float: none;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .htu-frame.lp-container .movie-intro .movie iframe,
    .htu-frame.lp-container .movie-intro .movie object,
    .htu-frame.lp-container .movie-intro .movie embed,
    .htu-frame.lp-container .movie-intro .movie video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .htu-frame.lp-container .movie-intro .desc {
    width: auto;
    float: none; }

  .lp-modal-input {
    width: 300px;
    margin-left: -150px; }
    .lp-modal-input p {
      font-size: 13px; }

  nav.lp-anchor ul {
    width: 100%;
    padding: 0;
    display: flex; }
    nav.lp-anchor ul li {
      width: 33.3%;
      margin: 0 0 0 1px; }
      nav.lp-anchor ul li:first-child {
        margin-left: 0; }
      nav.lp-anchor ul li a {
        width: 100%;
        height: auto;
        padding: 10px 0;
        color: #000;
        vertical-align: middle;
        cursor: pointer;
        transition: none;
        position: relative; }
        nav.lp-anchor ul li a i {
          font-size: 3.5vw;
          padding-left: 0;
          height: auto;
          text-align: center; }
        nav.lp-anchor ul li a:before {
          display: none; }
        nav.lp-anchor ul li a:hover {
          opacity: 1; }
        nav.lp-anchor ul li a small {
          display: none; }
      nav.lp-anchor ul li .spBr {
        display: inline; }
  nav.lp-anchor.fixed {
    position: fixed;
    padding: 0;
    width: 100%;
    background: none transparent; }
    nav.lp-anchor.fixed ul {
      padding: 0; }

  h1.lp-balloon {
    font-size: 5vw;
    text-align: left;
    line-height: 1.5;
    margin: 0; }

  .htu-frame.plain {
    background-image: none; }

  .payment-procedure img {
    width: 100%;
    height: auto;
    display: none; }
    .payment-procedure img + img {
      display: block; }

  h2.lp-numbered {
    margin: 40px 0 25px; }
    h2.lp-numbered i {
      width: 42px;
      height: 45px;
      top: -5px;
      background-size: 42px auto; }
    h2.lp-numbered span {
      background-color: transparent;
      font-size: 18px;
      padding: 0 0 0 30px;
      margin-left: 20px; }

  .dashboard-img {
    padding: 0 30px; }
    .dashboard-img img {
      margin: 0 auto;
      display: none; }
      .dashboard-img img + img {
        display: block;
        width: 100%;
        height: auto; }

  .payment-choice {
    border: 2px #24b3d2 solid;
    padding: 10px;
    background: #fff;
    position: relative;
    margin-bottom: 30px; }
    .payment-choice dl {
      width: auto;
      height: auto;
      padding: 0 10px 10px;
      margin-bottom: 10px; }
      .payment-choice dl:after {
        display: none; }
      .payment-choice dl.credit {
        float: none; }
      .payment-choice dl.career {
        float: none; }
    .payment-choice:after {
      content: '';
      background: url(/images/lp/dn-arr.png) no-repeat;
      background-size: 63px auto;
      width: 63px;
      height: 24px;
      position: absolute;
      left: 50%;
      bottom: -26px;
      margin-left: -32px; }
    .payment-choice dt {
      font-size: 18px; }
    .payment-choice dd {
      font-size: 15px;
      line-height: 1.5;
      padding: 15px; }
    .payment-choice .choice {
      display: block;
      text-align: center;
      margin-bottom: 10px; }

  .payment-complete {
    width: 100%; }
    .payment-complete img {
      margin: 0 auto;
      display: none; }
      .payment-complete img + img {
        display: block;
        width: 100%;
        height: auto; }

  .contracted {
    clear: both; }
    .contracted:after {
      content: '';
      display: block;
      clear: both; }
    .contracted figure {
      float: none;
      width: 100%; }
      .contracted figure img {
        width: 100%;
        height: auto; }
    .contracted p {
      float: none;
      width: 100%; } }
/*========================
　　about
========================*/
.htu-banner a {
  display: block;
  margin-bottom: 25px;
  transition: opacity .2s ease-in; }
  .htu-banner a:hover {
    opacity: .5; }
.htu-banner:nth-child(odd) {
  padding-right: 20px; }
.htu-banner:nth-child(even) {
  padding-left: 20px; }

@media (max-width: 991px) {
  .wide-header.plus {
    margin: 0 0 0 0;
    top: 0px; } }
.wide-header {
  background-repeat: no-repeat;
  background-position: center top;
  margin: -6px 0 0;
  position: relative;
  height: 320px;
  overflow: hidden;
  padding-left: 70px; }
  .wide-header div {
    background: url(/images/rabi-balloon/balloon.png) no-repeat;
    width: 762px;
    height: 415px;
    margin: -30px auto 0;
    padding: 100px 0 0;
    text-align: center; }
    .wide-header div h1 {
      color: #60c1d4;
      font-weight: bold;
      margin-bottom: 20px; }
    .wide-header div p {
      font-size: 18px;
      line-height: 1.8; }
  .wide-header.plus {
    background-image: url(/images/background/bg-widehead-blue.jpg);
    background-color: #54cde0;
    margin: 0 0 -50px 0;
    top: -50px; }
  .wide-header.drill {
    background-image: url(/images/background/bg-widehead-green.jpg);
    background-color: #89e041; }
    .wide-header.drill div {
      background-image: url(/images/rabi-balloon/balloon-geen.png); }
  .wide-header figure {
    width: 170px;
    height: 317px;
    position: absolute;
    left: 50%;
    top: 75px;
    margin-left: -430px; }

.content-frame.drill {
  border-color: #91df51; }
  .content-frame.drill .rabi-balloon-wrapper .rabi-balloon .balloon {
    background-image: url(/images/rabi-balloon/balloon-geen.png); }

.htu-frame .rabi-balloon-wrapper.about-plus .rabi-balloon .balloon {
  padding-top: 150px; }
.htu-frame .rabi-balloon-wrapper.about-plus .rabi-balloon .rabi {
  background: url(/images/rabi-balloon/top-img.png) left top no-repeat; }
.htu-frame .rabi-balloon-wrapper.about-drill .rabi-balloon .balloon {
  padding-top: 150px; }
.htu-frame .rabi-balloon-wrapper.about-drill .rabi-balloon .rabi {
  background: url(/images/rabi-balloon/rabi-normal.png) left top no-repeat; }

.movie-intro {
  clear: both;
  clear: both; }
  .movie-intro:after {
    content: '';
    display: block;
    clear: both; }
  .movie-intro .movie {
    width: 48%;
    float: left; }
  .movie-intro .desc {
    width: 48%;
    float: right; }

.foot-big-banner {
  width: 628px;
  margin: 0 auto 15px;
  padding-top: 50px; }
  .foot-big-banner img {
    width: 100%;
    height: auto; }
  .foot-big-banner + p {
    width: 628px;
    margin: 0 auto 15px; }

@media (max-width: 991px) {
  .htu-banner {
    margin-bottom: 25px; }
    .htu-banner a {
      margin-bottom: 10px; }
    .htu-banner:nth-child(odd) {
      padding-right: 0; }
    .htu-banner:nth-child(even) {
      padding-left: 0; }

  .wide-header {
    background-size: cover;
    margin: 0;
    height: auto;
    padding: 20px; }
    .wide-header div {
      background: none rgba(255, 255, 255, 0.9);
      width: auto;
      height: auto;
      padding: 3vw 6vw;
      text-align: center;
      margin: 0; }
      .wide-header div h1 {
        margin-bottom: 10px;
        font-size: 6vw; }
      .wide-header div p {
        font-size: 16px; }
    .wide-header.plus div, .wide-header.drill div {
      background-image: none; }
    .wide-header figure {
      display: none; }

  .htu-frame.about-frame .rabi-balloon-wrapper {
    height: auto;
    margin-bottom: 15%; }
    .htu-frame.about-frame .rabi-balloon-wrapper .rabi-balloon .rabi {
      top: 50%;
      left: 10px;
      margin-top: -25px;
      background-size: contain;
      width: 60px;
      height: 70px; }
    .htu-frame.about-frame .rabi-balloon-wrapper .rabi-balloon .balloon {
      padding: 30px 40px 20px 70px;
      height: auto;
      margin: 20px 0 0;
      background: none rgba(255, 255, 255, 0.9); }
      .htu-frame.about-frame .rabi-balloon-wrapper .rabi-balloon .balloon .title {
        font-size: 20px; }
        .htu-frame.about-frame .rabi-balloon-wrapper .rabi-balloon .balloon .title br {
          display: none; }

  .htu-frame.about-frame .movie-intro .movie {
    width: auto;
    float: none;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .htu-frame.about-frame .movie-intro .movie iframe,
    .htu-frame.about-frame .movie-intro .movie object,
    .htu-frame.about-frame .movie-intro .movie embed,
    .htu-frame.about-frame .movie-intro .movie video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .htu-frame.about-frame .movie-intro .desc {
    width: auto;
    float: none; }

  .foot-big-banner {
    width: auto;
    padding-top: 30px; }
    .foot-big-banner + p {
      width: auto; }

  .about-content-nav li:first-child {
    padding-right: 10px; }
  .about-content-nav li:last-child {
    padding-left: 10px; }
  .about-content-nav li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto; } }
@media (max-width: 768px) {
  .htu-frame.about-frame .rabi-balloon-wrapper .rabi-balloon .rabi {
    width: 60px;
    height: 80px;
    background-size: contain; }

  .pay-service-about .bg-shining-yellow {
    height: auto; }

  .rabi-balloon-wrapper .rabi-balloon .balloon {
    margin-bottom: 18px; }

  .rabi-balloon-wrapper .rabi-balloon .rabi,
  .pay-service-about .urchin {
    bottom: 0 !important; } }
/*========================
　　flow
========================*/
.rabi-balloon-wrapper .rabi-balloon p.light-blue {
  color: #60c1d4; }

.content-frame.bg-light-yellow {
  background-color: #ffffc6; }

.pay-service-about .h2.c-blue-light {
  color: #60c1d4; }
.pay-service-about .flow-frame .h2 {
  margin: 30px 0 10px 0; }
.pay-service-about .flow-frame .payment-procedure {
  margin-bottom: 40px; }
.pay-service-about .flow-frame .payment-choice dl:after {
  content: '';
  display: block;
  width: 46px;
  height: 110px;
  margin: 10px auto 0;
  background-repeat: no-repeat;
  background-position: center center; }
.pay-service-about .flow-frame .payment-choice dl.credit:after {
  background-image: url(/images/icons/dn-arr-blue.png);
  background-size: 46px 110px; }
.pay-service-about .flow-frame .payment-choice dl.career:after {
  background-image: url(/images/icons/dn-arr-green.png);
  background-size: 46px 110px; }
.pay-service-about .flow-frame .payment-choice.no-arr:after {
  display: none; }

@media (max-width: 991px) {
  .pay-service-about .flow-frame .payment-choice {
    border: 0;
    padding: 0;
    background: transparent; }
    .pay-service-about .flow-frame .payment-choice dl:after {
      display: none; }
    .pay-service-about .flow-frame .payment-choice dl.career + p:before {
      display: block;
      content: '';
      background: url(/images/icons/dn-arr-orange.png) no-repeat center top;
      background-size: 63px 24px;
      width: 63px;
      height: 35px;
      margin: 0 auto; }
    .pay-service-about .flow-frame .payment-choice dl.career + p.sp-top-arr:before {
      display: none; } }

/*# sourceMappingURL=ossi-style.css.map */
