@charset "UTF-8";
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////
yellow: #fbdb00;
blue:   #003399;
green:  #669933;
////////////////////////////////////////////////////////////////////////////////////////////////////////////
 */

 /* ===================================================================== */
 /* COMMON */
 /* ===================================================================== */
 /* arrow * /
 parents should be
 position: relative;
 /* ===================================================================== */
 .for_arrow_box {
   position: relative !important;
 }

.arrow {
  position: absolute;
  content: " ";
  top: 0;
  left: 50%;
  margin: 0 0 0 -60px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
}
.ar_chalk {
 border-color: #302d2a transparent transparent transparent;
}
.ar_white {
 border-color: #ffffff transparent transparent transparent;
}
.ar_almost_white {
 border-color: #e7e7e7 transparent transparent transparent;
}
.ar_green {
 border-color: #669933 transparent transparent transparent;
}
.ar_light_grey {
 border-color: #dddddd transparent transparent transparent;
}
.ar_grey {
 border-color: #282828 transparent transparent transparent;
}
.ar_dark_grey{
  border-color: #aaaaaa transparent transparent transparent;
}
.ar_mid_light_grey {
 border-color: #888888 transparent transparent transparent;
}
.ar_mid_grey {
 border-color: #666666 transparent transparent transparent;
}
.ar_black {
 border-color: #000000 transparent transparent transparent;
}

/* ===================================================================== */
/* os_problems * /
/* ===================================================================== */
#os_problems {
  padding-bottom: 6rem;
  background-image: url(../images/os_problems_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  background-color: #000000;
  overflow: hidden;
}
    #os_problems h2 {
      color: #ffffff;
      margin-bottom: 0;
      font-size: 3.0rem;
      font-weight: 500;
      line-height: 4.2rem;
      letter-spacing: .3rem;
      font-family: 'Sawarabi Mincho', sans-serif !important;
    }
      #os_problems h2 span {
        color: #aaaaaa;
        line-height: 2.4rem;
        display: block;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: .5rem;
        font-family: 'Athelas', serif;
      }
  #os_problems .os_problems_list_box {
    width: 80%;
    margin: 3rem auto 0 auto;
    text-align: left;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: .5rem;
  }
    #os_problems .os_problems_list_box h3 {
      margin: 0 0 0 0;
      text-align: center;
      text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.3);
      color: #333333;
      display: block;
      font-size: 2.8rem;
      line-height: 3.2rem;
      font-family: 'Sawarabi Mincho', sans-serif !important;
    }
      #os_problems .os_problems_list_box p {
        margin: 1rem 0 0 0;
        padding-top: 1rem;
        border-top: 1px #666666 dotted;
        font-size: 1.6rem;
        line-height: 2.2rem;
        color: #666666;
        font-family: 'Sawarabi Mincho', sans-serif !important;
      }
      .os_probrems-sp-br{
        display: none;
      }

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 767px) {
      #os_problems h2 {
        font-size: 2.7rem;
        letter-spacing: .1rem;
      }
        #os_problems h2 span {
          font-size: 1.5rem;
          line-height: 2.4rem;
          letter-spacing: .1rem;
        }
    #os_problems .os_problems_list_box {
      width: 95%;
    }
      #os_problems .os_problems_list_box h3 {
        font-size: 2.3rem;
        line-height: 3.2rem;
        text-align: center;
      }
  .os_probrems-sp-br{
    display: inline;
  }
}

/* ===================================================================== */
/* os_problems_after * /
/* ===================================================================== */
#os_problems_after {
  background-color: #ffffff;
  overflow: hidden;
}
  #os_problems_after .os_problems_after_box {
    padding: 10rem 0;
  }
  #os_problems_after h2 {
    text-align: center;
    color: #669933;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 3.0rem;
    line-height: 4.8rem;
    text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.3);
    letter-spacing: .3rem;
    font-family: 'Sawarabi Mincho', sans-serif;
  }
    #os_problems_after h2 span {
     margin-bottom: 0;
      font-size: 3.8rem;
      letter-spacing: .1rem;
      font-family: 'Sawarabi Mincho', sans-serif !important;
      color: #669933;
      text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.6);
      display: inline-block;
    }
    #os_problems_after .os_problems_icon {
      text-align: center;
      margin: 3rem 0;
    }
      #os_problems_after .os_problems_icon i {
        color: #669933;
        font-size: 4.0rem;
      }
    #os_problems_after p,
    #os_problems_after ul {
      width: 80%;
      margin: 0 auto;
      color: #666666;
      font-size: 1.8rem;
      line-height: 3.0rem;
      font-family: 'Sawarabi Mincho', sans-serif !important;
    }
      #os_problems_after p img {
        width: 100%;
        margin: 4rem 0 0 0;
        background-color: #eeeeee;
        padding: 2rem 1rem;
        border-radius: .5rem;
      }
      #os_problems_after ul {
        margin: 2rem auto 0 auto;
      }
        #os_problems_after ul li {
          margin: 0 0 0 0;
          padding: 0 0 0 0;
          list-style-type: none;
        }
        #os_problems_after ul li::before {
          margin-right: 1rem;
          display: inline-block;
          font-family: "FontAwesome";
          content: "\f058";
          color: #669933;
        }
        .os_md_br{
          display: none;
        }

/* --------------------
for Medium
-------------------- */
@media screen and (min-width: 768px) and (max-width: 991px){
  .os_md_br{
    display: inline;
  }
}

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
    #os_problems_after h2 {
      font-size: 2rem;
      line-height: 3.8rem;
    }
      #os_problems_after h2 span {
        font-size: 2.4rem;
      }
      #os_problems_after p {
        font-size: 1.7rem;
        width: 95%;
      }
}

/* ===================================================================== */
/* os_advantage * /
/* ===================================================================== */
#os_advantage {
  width: 100%;
  background-color: #669933;
  overflow: hidden;
}
.os_advantage {
  padding: 10rem 0 5rem 0;
}
.os_advantage-pc-br{
  display: inline;
}
.os_advantage-sp-br, .os_advantage-md-br, .os_advantage-lg-br {
  display: none;
}
  .os_advantage h2 {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 3.0rem;
    letter-spacing: .3rem;
    line-height: 4.2rem;
    font-family: 'Sawarabi Mincho', sans-serif;
  }
    .os_advantage h2 span {
      color: #cccccc;
      display: block;
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: .5rem;
      font-family: 'Athelas', serif;
    }

  #os_advantage .fh5co-card .fh5co-card-body {
    overflow: hidden;
  }
    #os_advantage .fh5co-card .fh5co-card-body .card_gt {
      width: 40%;
      float: left;
    }
        #os_advantage .fh5co-card .fh5co-card-body .card_gt h3 {
          margin: 0 0 0 0;
          padding-bottom: 1rem;
          font-size: 2.0rem;
          text-align: left;
          width: 35rem;
        }
        #os_advantage .fh5co-card .fh5co-card-body .card_gt h3 i {
          display: inline-block;
          margin: 0 1rem 0 0;
          font-size: 2.6rem;
          color: #669933;
        }
      #os_advantage .fh5co-card .fh5co-card-body .card_gt h3:hover {
        color: #333333;
      }
    #os_advantage .fh5co-card .fh5co-card-body .card_arr {
      width: 5%;
      float: left;
      margin: 1rem 0;
    }
      #os_advantage .fh5co-card .fh5co-card-body .card_arr i {
        display: inline-block;
        margin: 0 0 0 0;
        font-size: 3.0rem;
        color: #669933;
      }
    #os_advantage .fh5co-card .fh5co-card-body .card_lt {
      width: 50%;
      float: left;
    }
  #os_advantage .fh5co-card .fh5co-card-body .card_lt h4 {
    margin: 0 0 0 0;
    text-align: left;
    padding-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  #os_advantage .fh5co-card .fh5co-card-body .os_advantage_note {
    float: left;
    width: 100%;
    margin: 2rem 0 0 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: left;
    border-top: 1px #cccccc solid;
    padding: 2rem 0 0 0;
    overflow: hidden;
    display: block;
  }
  br.offshore_dev_os_advantage_text {
    display:none;
  }

/* --------------------
for Large
-------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px){
  .os_advantage {
    padding: 5rem 0 5rem 0;
  }
  .os_advantage-pc-br, .os_advantage-md-br, .os_advantage-sp-br {
    display: none;
  }
  .os_advantage-lg-br{
    display: inline;
  }
    .os_advantage h2 {
      font-size: 2.7rem;
      text-align: center;
      letter-spacing: .7rem;
    }

      #os_advantage .fh5co-card .fh5co-card-body .card_gt {
        width: 100%;
        text-align: center;
      }
          #os_advantage .fh5co-card .fh5co-card-body .card_gt h3 {
            text-align: center;
          }
      #os_advantage .fh5co-card .fh5co-card-body .card_arr {
        width: 100%;
        text-align: center;
      }
        #os_advantage .fh5co-card .fh5co-card-body .card_arr i {
          transform: rotate(90deg);
        }
      #os_advantage .fh5co-card .fh5co-card-body .card_lt {
        width: 100%;
        text-align: center;
      }
    #os_advantage .fh5co-card .fh5co-card-body .card_lt h4 {
      text-align: center;
    }
}

/* --------------------
for Medium
-------------------- */
@media screen and (min-width: 768px) and (max-width: 991px){
  .os_advantage {
    padding: 5rem 0 5rem 0;
  }
  .os_advantage-md-br{
    display: inline;
  }
  .os_advantage-pc-br{
    display: none;
  }
    .os_advantage h2 {
      font-size: 2.7rem;
      text-align: center;
      letter-spacing: .7rem;
    }

      #os_advantage .fh5co-card .fh5co-card-body .card_gt {
        width: 100%;
        text-align: center;
      }
          #os_advantage .fh5co-card .fh5co-card-body .card_gt h3 {
            text-align: center;
          }
      #os_advantage .fh5co-card .fh5co-card-body .card_arr {
        width: 100%;
        text-align: center;
      }
        #os_advantage .fh5co-card .fh5co-card-body .card_arr i {
          transform: rotate(90deg);
        }
      #os_advantage .fh5co-card .fh5co-card-body .card_lt {
        width: 100%;
        text-align: center;
      }
    #os_advantage .fh5co-card .fh5co-card-body .card_lt h4 {
      text-align: center;
    }
}

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 767px) {
  .os_advantage {
    padding: 5rem 0 5rem 0;
  }
  .os_advantage-sp-br {
    display: inline;
  }
    .os_advantage h2 {
      font-size: 2.7rem;
      letter-spacing: .7rem;
    }

      #os_advantage .fh5co-card .fh5co-card-body .card_gt {
        width: 100%;
      }
      #os_advantage .fh5co-card .fh5co-card-body .card_arr {
        width: 100%;
        text-align: center;
      }
        #os_advantage .fh5co-card .fh5co-card-body .card_arr i {
          transform: rotate(90deg);
        }
      #os_advantage .fh5co-card .fh5co-card-body .card_lt {
        width: 100%;
      }
    #os_advantage .fh5co-card .fh5co-card-body .card_lt h4 {
      text-align: center;
    }
    br.offshore_dev_os_advantage_text {
      display:inline;
    }
}

/* ===================================================================== */
/* os_pm_msg * /
/* ===================================================================== */
#os_pm_msg {
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
  text-align: center;
  background-color: #dddddd;
  overflow: hidden;
  position: relative;
}
#os_pm_msg h2 {
  width: 35%;
  float: left;
  color: #000000;
  margin: 0 auto 3rem auto;
  font-size: 3.0rem;
  letter-spacing: .3rem;
  text-align: left;
  line-height: 4.2rem;
  font-family: 'Sawarabi Mincho', sans-serif;
}
#os_pm_msg h2 span {
  color: #666666;
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .5rem;
  font-family: 'Athelas', serif;
}
#os_pm_msg .os_pm_msg_wrap {
  width: 65%;
  float: left;
  overflow: hidden;
  padding: 2rem 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: .5rem;
}
  #os_pm_msg .os_pm_msg_lt,
  #os_pm_msg .os_pm_msg_gt {
    float: left;
  }
    #os_pm_msg .os_pm_msg_lt {
      width: 30%;
    }
      #os_pm_msg .os_pm_msg_lt img {
        width: 100%;
        border-radius: .5rem;
      }
    #os_pm_msg .os_pm_msg_gt {
      width: 70%;
      text-align: left;
    }
      #os_pm_msg .os_pm_msg_gt p {
        margin: 0 0 2rem 2rem;
        color: #333333;
        font-size: 1.4rem;
        line-height: 2.0rem;
      }

/* --------------------
for Large
-------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px){
  #os_pm_msg h3 {
    width: 100%;
    float: none;
    letter-spacing: .2rem;
    text-align: center;
  }
  #os_pm_msg .os_pm_msg_wrap {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 2rem 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: .5rem;
  }
    #os_pm_msg .os_pm_msg_lt,
    #os_pm_msg .os_pm_msg_gt {
      float: left;
    }
      #os_pm_msg .os_pm_msg_lt {
        width: 30%;
      }
        #os_pm_msg .os_pm_msg_lt img {
          width: 100%;
          border-radius: .5rem;
        }
      #os_pm_msg .os_pm_msg_gt {
        width: 70%;
        text-align: left;
      }
        #os_pm_msg .os_pm_msg_gt p {
          margin: 0 0 2rem 2rem;
          color: #333333;
          font-size: 1.4rem;
          line-height: 2.0rem;
        }
}

/* --------------------
for Medium
-------------------- */
@media screen and (min-width: 768px) and (max-width: 991px){
  #os_pm_msg h2 {
    width: 100%;
    float: none;
    letter-spacing: .2rem;
    text-align: center;
  }
  #os_pm_msg .os_pm_msg_wrap {
    width: 100%;
    float: none;
  }
    #os_pm_msg .os_pm_msg_lt,
    #os_pm_msg .os_pm_msg_gt {
      float: none;
    }
      #os_pm_msg .os_pm_msg_lt {
        width: 100%;
      }
      #os_pm_msg .os_pm_msg_gt {
        width: 100%;
      }
        #os_pm_msg .os_pm_msg_gt p {
          margin: 1rem 0 2rem 0;
        }
}

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 767px) {
  #os_pm_msg h2 {
    width: 100%;
    float: none;
    letter-spacing: .2rem;
    text-align: center;
  }
  #os_pm_msg .os_pm_msg_wrap {
    width: 100%;
    float: none;
  }
    #os_pm_msg .os_pm_msg_lt,
    #os_pm_msg .os_pm_msg_gt {
      float: none;
    }
      #os_pm_msg .os_pm_msg_lt {
        width: 100%;
      }
      #os_pm_msg .os_pm_msg_gt {
        width: 100%;
      }
        #os_pm_msg .os_pm_msg_gt p {
          margin: 1rem 0 2rem 0;
        }
}

/* ===================================================================== */
/* os_tech_list * /
/* ===================================================================== */
#os_tech_list {
  width: 100%;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
  background-image: url(../images/os_tech_list_visual.jpg);
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
}
#os_tech_list h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 3.0rem;
  letter-spacing: .3rem;
  color: #ffffff;
  line-height: 4.2rem;
  font-family: 'Sawarabi Mincho', sans-serif;
}
#os_tech_list h2 span {
  color: #aaaaaa;
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .5rem;
  font-family: 'Athelas', serif;
}
#os_tech_list ul {
  margin: 3rem auto 0 auto;
  width: 100%;
}
  #os_tech_list ul li {
    margin: 0 0 1rem 0;
    padding: .5rem 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    list-style-type: none;
    text-align: left;
    font-size: 1.4rem;
    color: #333333;
    border-radius: .3rem;
  }
    #os_tech_list ul li h3 {
      margin: 1rem 0 .5rem 0;
      text-align: left;
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: .3rem;
      line-height: 1.1;
      font-family: 'Sawarabi Mincho', sans-serif;
    }
      #os_tech_list ul li span {
        display: block;
        margin: 1.5rem 0 .5rem 0;
        text-align: left;
        font-size: 1.6rem;
        padding: 0 0 .5rem 0;
        border-bottom: 1px #cccccc solid;
      }
      #os_tech_list ul li ul {
        margin: 0 0 1rem 0;
        padding: 0 0 0 0;
        overflow: hidden;
      }
        #os_tech_list ul li ul li {
          margin: 0 0 0 0;
          padding: 0 0 0 0;
          background-color: transparent;
          display: inline-block;
          float: left;
          width: 30%;
        }
          #os_tech_list ul li ul li.os_tech_list50 {
            width: 50%;
          }
          #os_tech_list ul li ul li::before {
            content: "・";
          }

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #os_tech_list h2 {
    letter-spacing: .2rem;
  }
          #os_tech_list ul li ul li {
            width: 100%;
          }
            #os_tech_list ul li ul li.os_tech_list50 {
              width: 100%;
            }
}

/* ===================================================================== */
/* os_case_list * /
/* ===================================================================== */
#os_case_list {
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
  text-align: center;
  background-color: #669933;
  overflow: hidden;
}
  #os_case_list h2 {
    color: #ffffff;
    margin: 0 auto 3rem auto;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: .3rem;
    line-height: 4.2rem;
    float: left;
    width: 27%;
    text-align: left;
  }
  #os_case_list h2 span {
    color: #cccccc;
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .5rem;
  }
  #os_case_list .os_case_list_wrap {
    float: left;
    width: 73%;
    overflow: hidden;
    padding: 2rem 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: .5rem;
  }
    #os_case_list .os_case_list_lt,
    #os_case_list .os_case_list_gt {
      float: left;
    }
      #os_case_list .os_case_list_lt {
        width: 30%;
        margin-right: 2%;
      }
        #os_case_list .os_case_list_lt img {
          width: 100%;
          border-radius: .5rem;
        }
      #os_case_list .os_case_list_gt {
        width: 65%;
        text-align: left;
      }
        #os_case_list .os_case_list_gt h3 {
          color: #333333;
          text-align: center;
          font-size: 1.8rem;
          line-height: 1.1;
          letter-spacing: .3rem;
          margin: 0 0 1rem 0;
          font-family: 'Athelas', serif;
        }
          #os_case_list .os_case_list_gt h3 span {
            color: #666666;
            display: block;
            font-size: 1.4rem;
            letter-spacing: 0;
            margin: .5rem 0 0 0;
            text-transform: none;
          }
        #os_case_list .os_case_list_gt p {
          margin: 0 0 2rem 0;
          color: #333333;
          font-size: 1.4rem;
          line-height: 2.0rem;
        }
        #os_case_list .os_case_list_gt .h2-sp-br {
          display: none;
        }

.os_case_list_note {
  color: #fff;
  margin-top: 1rem;
}

/* --------------------
for Large
-------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px){
    #os_case_list h2 {
      float: none;
      width: 100%;
      text-align: center;
    }
    #os_case_list .os_case_list_wrap {
      float: left;
      width: 100%;
      overflow: hidden;
      padding: 2rem 1.5rem;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: .5rem;
    }
      #os_case_list .os_case_list_lt,
      #os_case_list .os_case_list_gt {
        float: left;
      }
        #os_case_list .os_case_list_lt {
          width: 30%;
          margin-right: 2%;
        }
          #os_case_list .os_case_list_lt img {
            width: 100%;
            border-radius: .5rem;
          }
        #os_case_list .os_case_list_gt {
          width: 65%;
          text-align: left;
        }
          #os_case_list .os_case_list_gt h3 {
            font-size: 1.8rem;
            margin: 0 0 1rem 0;
            font-family: 'Athelas', serif;
          }
            #os_case_list .os_case_list_gt h3 span {
              display: block;
              font-size: 1.4rem;
              letter-spacing: 0;
              margin: .5rem 0 0 0;
              text-transform: none;
            }
          #os_case_list .os_case_list_gt p {
            margin: 0 0 2rem 0;
            color: #333333;
            font-size: 1.4rem;
            line-height: 2.0rem;
          }
}

/* --------------------
for Medium
-------------------- */
@media screen and (min-width: 768px) and (max-width: 991px){
    #os_case_list h2 {
      float: none;
      width: 100%;
      text-align: center;
    }
    #os_case_list .os_case_list_wrap {
      float: none;
      width: 100%;
    }
      #os_case_list .os_case_list_lt,
      #os_case_list .os_case_list_gt {
        float: none;
      }
        #os_case_list .os_case_list_lt {
          width: 100%;
          margin-right: 0;
        }
        #os_case_list .os_case_list_gt {
          width: 100%;
        }
          #os_case_list .os_case_list_gt h3 {
            margin: 2rem 0 2rem 0;
          }
          #os_case_list .os_case_list_gt p {
            margin: 0 0 2rem 0;
          }
}

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 767px) {
    #os_case_list h2 {
      float: none;
      width: 100%;
      text-align: center;
    }
    #os_case_list .os_case_list_wrap {
      float: none;
      width: 100%;
    }
      #os_case_list .os_case_list_lt,
      #os_case_list .os_case_list_gt {
        float: none;
      }
        #os_case_list .os_case_list_lt {
          width: 100%;
          margin-right: 0;
        }
        #os_case_list .os_case_list_gt {
          width: 100%;
        }
          #os_case_list .os_case_list_gt h3 {
            margin: 2rem 0 2rem 0;
          }
          #os_case_list .os_case_list_gt p {
            margin: 0 0 2rem 0;
          }
          #os_case_list .os_case_list_gt .h2-sp-br {
            display: inline;
          }
}

/* ===================================================================== */
/* os_case_cv * /
/* ===================================================================== */
#os_case_cv {
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
  text-align: center;
  background-color: #669933;
  overflow: hidden;
}
  #os_case_cv h2 {
    color: #ffffff;
    margin: 0 auto 3rem auto;
    font-size: 3.0rem;
    letter-spacing: .3rem;
  }
  #os_case_cv h2 span {
    color: #cccccc;
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: normal;
  }
  #os_case_cv .os_case_cv_box {
    width: 100%;
    margin: 3rem 0 1rem 0;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: .3rem;
  }
    #os_case_cv .os_case_cv_box .os_case_cv_txt {
      width: 70%;
      margin: 0 auto 2rem auto;
      font-size: 1.6rem;
      line-height: 2,2rem;
    }

/* ===================================================================== */
/* os_flow * /
/* ===================================================================== */
#os_flow {
  width: 100%;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
  background-image: url(../images/os_flow_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
}
.os_flow-pc-br{
  display: inline;
}
  #os_flow h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: .3rem;
    color: #ffffff;
    line-height: 4.2rem;
    font-family: 'Sawarabi Mincho', sans-serif;
  }
    #os_flow h2 span {
      color: #aaaaaa;
      display: block;
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: .5rem;
      font-family: 'Athelas', serif;
    }
  #os_flow ul {
    margin: 3rem auto 0 auto;
    width: 100%;
    overflow: hidden;
  }
    #os_flow ul li {
      width: 17%;
      float: left;
      margin: 0 0 1rem 0;
      padding: 1rem;
      background-color: rgba(255, 255, 255, 0.7);
      list-style-type: none;
      text-align: left;
      font-size: 1.4rem;
      line-height: 2.2rem;
      color: #333333;
      border-radius: .3rem;
      min-height: 23rem;
    }
      #os_flow ul li:last-child {
        width: 18%;
      }
        #os_flow ul li.os_flow_arrow {
          float: left;
          width: 2%;
          margin: 0 0 0 0;
          padding: 3rem 0 0 0;
          background-color: transparent;
          font-size: 1.8rem;
          color: #ffffff;
          border-radius: 0;
        }
      #os_flow ul li h3 {
        color: #333333;
        margin: 1rem 0 1rem 0;
        text-align: left;
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: bold;
        letter-spacing: 0;
        border-bottom: 1px #666666 solid;
        padding-bottom: 1rem;
        font-family: 'Sawarabi Mincho', sans-serif;
      }

/* --------------------
for Large
-------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px){
  .os_flow-pc-br{
    display: none;
  }
    #os_flow ul {
      padding: 0;
    }
      #os_flow ul li {
        width: 100%;
        margin: 1rem 0;
        min-height: auto;
      }
        #os_flow ul li:last-child {
          width: 100%;
          min-height: auto;
        }
          #os_flow ul li.os_flow_arrow {
            transform: rotate(90deg);
            width: 100%;
            padding: 0;
            text-align: center;
          }
}

/* --------------------
for Medium
-------------------- */
@media screen and (min-width: 768px) and (max-width: 991px){
  .os_flow-pc-br{
    display: none;
  }
    #os_flow ul {
      padding: 0;
    }
      #os_flow ul li {
        width: 100%;
        margin: 1rem 0;
        min-height: auto;
      }
        #os_flow ul li:last-child {
          width: 100%;
          min-height: auto;
        }
          #os_flow ul li.os_flow_arrow {
            transform: rotate(90deg);
            width: 100%;
            padding: 0;
            text-align: center;
          }
}

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 767px) {
  .os_flow-pc-br{
    display: none;
  }
    #os_flow ul {
      padding: 0;
    }
      #os_flow ul li {
        width: 100%;
        margin: 0;
        min-height: auto;
      }
        #os_flow ul li:last-child {
          width: 100%;
          min-height: auto;
        }
          #os_flow ul li.os_flow_arrow {
            transform: rotate(90deg);
            width: 100%;
            padding: 0;
            text-align: center;
          }
}

/* ===================================================================== */
/* os_price * /
/* ===================================================================== */
#os_price {
  width: 100%;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
  padding: 8rem 0;
  background-color: #669933;
}
  #os_price h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: .3rem;
    color: #ffffff;
    text-align: center;
    line-height: 4.2rem;
    font-family: 'Sawarabi Mincho', sans-serif;
  }
    #os_price h2 span {
      color: #cccccc;
      display: block;
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: .5rem;
    font-family: 'Athelas', serif;
    }
  #os_price .os_price_wrap {
    width: 100%;
    margin: 3rem 0 0 0;
    overflow: hidden;
  }
    #os_price .os_price_wrap .os_price_box {
      width: 40%;
      float: left;
      margin: 0 1% 1rem 0;
      padding: 2rem;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: .3rem;
    }
      #os_price .os_price_wrap .os_price_cost_down {
        float: left;
        width: 15%;
        display: block;
        margin: 0 1% 1rem 0;
        color: #ffffff;
        padding: .5rem;
        font-size: 1.8rem;
        text-align: center;
      }
        #os_price .os_price_wrap .os_price_cost_down i {
          display: block;
          width: 3rem;
          height: 3rem;
          font-size: 1.8rem;
          line-height: 3rem;
          margin: 1rem auto 1rem auto;
          color: #669933;
          font-weight: bold;
          text-align: center;
          padding: 0;
          border-radius: 50%;
          background-color: #ffffff;
        }
      #os_price .os_price_wrap .os_price_box:last-child {
        width: 40%;
        margin: 0 0 1rem 0;
      }
      #os_price .os_price_wrap .os_price_box h3 {
        margin: 1rem 0 1.5rem 0;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0;
        text-align: left;
      }
        #os_price .os_price_wrap .os_price_box h3,
        #os_price .os_price_wrap .os_price_box div {
          color: #000000;
          letter-spacing: 0;
          text-align: center;
          display: block;
          font-family: 'Lora', serif !important;
        }
          #os_price .os_price_wrap .os_price_box div {
            font-size: 1.8rem;
            font-weight: normal;
            margin-left: 3rem;
          }
            #os_price .os_price_wrap .os_price_box div span.os_price_yen,
            #os_price .os_price_wrap .os_price_box div span.os_price_yen_double {
              font-size: 3.0rem;
              font-weight: bold;
              font-family: 'Sawarabi Mincho', sans-serif !important;
            }
              #os_price .os_price_wrap .os_price_box div span.os_price_yen_double {
                font-size: 3.6rem;
              }

.offshore_note {
  color: #fff;
  width: 100%;
  margin: 2rem 0 0 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  padding: 2rem 0 0 0;
  overflow: hidden;
  display: block; 
}

/* --------------------
for Large
-------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px){
    #os_price .os_price_wrap {
      width: 60%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
      #os_price .os_price_table {
        display: table-row;
        border: 0;
        vertical-align: middle;
        width: 50%;
      }
      #os_price .os_price_wrap .os_price_box {
        width: 100%;
      }
        #os_price .os_price_wrap .os_price_cost_down {
          width: 100%;
        }
          #os_price .os_price_wrap .os_price_cost_down i {
            transform: rotate(90deg);
          }
        #os_price .os_price_wrap .os_price_box:last-child {
          width: 100%;
        }
}

/* --------------------
for Medium
-------------------- */
@media screen and (min-width: 768px) and (max-width: 991px){
    #os_price h2 {
      float: none;
      width: 100%;
      text-align: center;
    }
    #os_price .os_price_wrap {
      width: 60%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
     }
       #os_price .os_price_table {
        display: table-row;
        border: 0;
        vertical-align: middle;
        width: 50%;
      }
      #os_price .os_price_wrap .os_price_box {
        width: 100%;
      }
        #os_price .os_price_wrap .os_price_cost_down{
          width: 100%;
        }
          #os_price .os_price_wrap .os_price_cost_down i {
            transform: rotate(90deg);
          }
        #os_price .os_price_wrap .os_price_box:last-child {
          width: 100%;
        }
        #os_price .os_price_wrap div h3 {
          text-align: center;
        }
            #os_price .os_price_wrap div h3 div {
              display: block;
              margin: .5rem auto;
            }
              #os_price .os_price_wrap div h3 span.os_price_cost_down {
                display: inline-block;
                margin: 0 auto;
              }
}

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 767px) {
    #os_price h2 {
      float: none;
      width: 100%;
      text-align: center;
    }
    #os_price .os_price_wrap {
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
      #os_price .os_price_table {
        display: table-row;
        border: 0;
        vertical-align: middle;
        width: 50%;
      }
      #os_price .os_price_wrap .os_price_box {
        width: 100%;
      }
        #os_price .os_price_wrap .os_price_cost_down{
          width: 100%;
        }
          #os_price .os_price_wrap .os_price_cost_down i {
            transform: rotate(90deg);
          }
        #os_price .os_price_wrap .os_price_box:last-child {
          width: 100%;
        }
        #os_price .os_price_wrap div h3 {
          text-align: center;
        }
            #os_price .os_price_wrap div h3 div {
              display: block;
              margin: .5rem auto;
            }
              #os_price .os_price_wrap div h3 span.os_price_cost_down {
                display: inline-block;
                margin: 0 auto;
              }
}

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