@charset "UTF-8";
.index {
  /*mainHeader*/
  /*FVPC*/
  /*FVPC*/
  /*Recomend*/
  /* 画面下部の固定ボタン */
  /* ボタンを非表示にするクラス */ }
  .index .main-header {
    background-color: #aff0f0;
    padding: 0;
    /*    .navbar {
            height: 100%;
        }*/ }
    .index .main-header .navbar {
      padding: 0; }
    .index .main-header .navbar-brand img {
      max-width: 130px;
      height: auto;
      padding-left: 10px;
      text-align: center; }
    .index .main-header .navbar-brand span {
      font-size: 0.7em;
      line-height: 1.3em; }
    .index .main-header .btn-container {
      display: flex;
      align-items: stretch;
      height: 100%; }
    .index .main-header .btn {
      background-color: #00b24e;
      color: #FFFFFF;
      transition: all 0.3s ease;
      border-radius: 0;
      border: none;
      height: 60px;
      line-height: 60px;
      width: 190px;
      font-size: 18px;
      padding: 0 1rem;
      /*        &:hover {
                  background-color: white;
                  color: $red;
              }*/ }
  .index #FVPC {
    background: url("../images/lp_openmonitor/mainbg.jpg");
    background-size: cover; }
    .index #FVPC .main_img {
      background: url("../images/lp_openmonitor/mainimg.png") no-repeat center top;
      background-size: cover;
      width: 100%;
      height: 550px;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-direction: column;
      flex-direction: column;
      justify-content: center;
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      padding-left: 20px; }
      .index #FVPC .main_img p.title {
        line-height: 1.4em;
        color: #FFFFFF;
        font-weight: 800;
        font-size: 5rem;
        margin-top: 10px; }
        .index #FVPC .main_img p.title span {
          background: #005bac;
          padding: 0 15px; }
    .index #FVPC .sub-text {
      font-size: 15px;
      color: #FFFFFF;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    .index #FVPC .sub-text2 {
      font-size: 15px;
      color: #005bac;
      font-weight: 500; }
      .index #FVPC .sub-text2 span {
        background: #FFFFFF; }
  .index #FVSP .main_img {
    background: url("../images/lp_openmonitor/mainimg.png") no-repeat center top;
    background-position: 55% 0;
    background-size: cover;
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-left: 5px; }
    .index #FVSP .main_img p.title {
      line-height: 1.3em;
      color: #FFFFFF;
      font-weight: 600;
      font-size: 2.8rem;
      margin-top: 10px; }
      .index #FVSP .main_img p.title span {
        background: #005bac;
        padding: 0 5px; }
    .index #FVSP .main_img .sub-text {
      font-size: 15px;
      color: #FFFFFF;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    .index #FVSP .main_img .sub-text2 {
      font-size: 15px;
      color: #005bac;
      font-weight: 500; }
      .index #FVSP .main_img .sub-text2 span {
        background: #FFFFFF; }
  .index #U_FV {
    text-align: center; }
    .index #U_FV .saitan {
      font-size: 3em;
      font-weight: 400; }
    .index #U_FV .push {
      font-weight: 800;
      font-size: 2.2em; }
    @media (min-width: 200px) and (max-width: 770px) {
      .index #U_FV .saitan {
        font-size: 2.4em;
        font-weight: 400;
        line-height: 1.3em; }
      .index #U_FV .push {
        font-weight: 600;
        font-size: 1.5em;
        line-height: 1.2em; } }
  .index #Recomend {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    /*check-list*/ }
    .index #Recomend .check-list {
      list-style: none;
      padding-left: 0;
      height: 200px;
      background-image: url("../images/lp_openmonitor/004.png");
      background-repeat: no-repeat;
      background-position: right top; }
      .index #Recomend .check-list li {
        position: relative;
        padding-left: 2rem;
        margin-bottom: 1rem;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
        text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF; }
        .index #Recomend .check-list li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 25px;
          height: 25px;
          background-image: url("../images/check01.png");
          background-size: contain;
          background-repeat: no-repeat; }
  .index #obi_red {
    background: #ac2a24;
    color: #FFFFFF;
    font-size: 2em;
    text-align: center;
    padding: 15px 0; }
  .index #obi_blue {
    background: #005bac;
    color: #FFFFFF;
    font-size: 2em;
    text-align: center;
    padding: 15px 0; }
  .index #About {
    background: #e5ecf1; }
    .index #About img {
      max-width: 230px;
      width: 100%;
      height: auto; }
    .index #About .list-with-circle {
      list-style: none;
      /* デフォルトのリストスタイルを消去 */
      padding-left: 0; }
      .index #About .list-with-circle li {
        position: relative;
        padding-left: 1.5rem;
        /* ●のための左側の余白 */
        margin-bottom: 0.5rem;
        /* 各項目の下の余白 */ }
        .index #About .list-with-circle li::before {
          content: '';
          /* 擬似要素として●を作成 */
          position: absolute;
          top: 0.5rem;
          /* ★テキストの高さに合わせて調整してください★ */
          left: 0;
          width: 10px;
          height: 10px;
          background-color: #005bac;
          /* 青色（BootstrapのPrimaryカラー） */
          border-radius: 50%;
          /* 円形にする */ }
  .index #Price h2 {
    color: #e72c39; }
  .index #Price h2::after {
    background-color: #e72c39; }
  .index #Price .h2sub {
    color: #f07e86; }
  .index #Price .table_design01 {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    max-width: 700px; }
  .index #Price .table_design01 th, .index #Price .table_design01 td {
    border: 2px solid #fff;
    background-color: #fef8f9;
    padding: 1em; }
  .index #Price .table_design01 th {
    background-color: #ac2a24;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em; }
  .index #Price .through {
    text-decoration: line-through; }
  .index #Price .bigred {
    color: #ac2a24;
    font-weight: 800;
    font-size: 2em; }
  .index #Teacher p {
    margin-bottom: 3px; }
  .index #Teacher .Title {
    font-weight: 600;
    font-size: 18px; }
  .index #Teacher .Name {
    font-size: 17px; }
  .index #Teacher .Text {
    font-size: 14px; }
  .index #qa .Qa-Box {
    width: 100%;
    margin: 0 auto; }
  .index #qa .Qa-Box .Qa {
    /* padding: 20px 0;*/
    border-bottom: 1px solid #c8c8c8; }
  .index #qa .Qa-Box .Qa dt,
  .index #qa .Qa-Box .Qa dd {
    display: flex;
    align-items: baseline;
    margin: 15px 0; }
  .index #qa .Qa-Box .Qa dt p {
    margin: 0;
    padding-left: 15px;
    font-weight: bold;
    width: 100%; }
  .index #qa .Qa-Box .Qa dd p {
    margin: 0;
    padding-left: 15px;
    width: 100%; }
  .index #qa .Qa-Box .Qa:last-of-type {
    border-bottom: none; }
  .index #qa .Qa-Box .Qa dt::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #005bac;
    width: 2em;
    height: 2em; }
  .index #qa .Qa-Box .Qa dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #ac2a24;
    width: 2em;
    height: 2em; }
  .index #Flow {
    color: #ac2a24;
    font-weight: 500; }
    .index #Flow .process-icon {
      max-width: 180px;
      /* 画像の最大幅 */
      height: auto; }
    .index #Flow .process-arrow {
      position: relative;
      height: 100%; }
      .index #Flow .process-arrow::after {
        content: '→';
        font-size: 2rem;
        font-weight: bold;
        color: #ac2a24;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    @media (min-width: 200px) and (max-width: 770px) {
      .index #Flow .process-arrow {
        display: none !important; } }
  .index #WhatArea {
    text-align: center;
    background: url("../images/lp_openmonitor/015.png") no-repeat center top;
    background-size: cover;
    height: 280px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 17px;
    font-weight: 500; }
    .index #WhatArea .inbox {
      margin: 0 auto; }
  .index #CVAREA {
    padding: 20px 0;
    line-height: 1.8em;
    background: #ac2a24;
    text-align: center;
    color: #FFFFFF; }
    .index #CVAREA .yellowpush {
      color: #fff368;
      font-size: 1.6em;
      font-weight: 400; }
    .index #CVAREA .BigWhite {
      font-size: 3em;
      font-weight: 800; }
    @media (min-width: 200px) and (max-width: 770px) {
      .index #CVAREA .BigWhite {
        font-size: 1.7em; } }
  .index .fixed-btn-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: opacity 0.3s ease;
    background-color: #ac2a24;
    /* 白色の背景 */
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    text-align: center; }
  .index .fixed-btn-container.is-hidden {
    opacity: 0;
    pointer-events: none;
    /* クリックを無効化 */ }

/*LP*/
