@charset "UTF-8";
.js_ofi img {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%; }

@media (min-width: 768px), print {
  .pc_hide {
    display: none !important; } }

@media (max-width: 767px) {
  .sp_hide {
    display: none !important; } }

@keyframes rotate-center {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown;
  visibility: visible !important; }

.lp_content_wrap {
  line-height: 1.8;
  padding-bottom: 0; }
  .lp_content_wrap strong {
    font-weight: bold; }
  @media (min-width: 768px), print {
    .lp_content_wrap a[href^="tel:"] {
      pointer-events: none; } }
  .lp_content_wrap img {
    border: 0;
    line-height: 1;
    vertical-align: bottom;
    max-width: 100%; }

.extra_clr {
  color: #009d72; }

.lp_cmn_contact {
  background: linear-gradient(to right, #00abc7 0%, #35d597 100%); }
  @media (min-width: 768px), print {
    .lp_cmn_contact {
      padding: 65px 0; } }
  @media (max-width: 767px) {
    .lp_cmn_contact {
      padding: 25px 0; } }

.lp_cmn_contact_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.lp_cmn_contact_ttl {
  color: #fff;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 768px), print {
    .lp_cmn_contact_ttl {
      font-size: 24px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .lp_cmn_contact_ttl {
      font-size: 20px;
      margin-bottom: 20px; } }

.lp_cmn_contact_flow {
  position: relative; }
  @media (min-width: 768px), print {
    .lp_cmn_contact_flow {
      display: flex;
      justify-content: space-between;
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .lp_cmn_contact_flow {
      margin-bottom: 25px; } }
  .lp_cmn_contact_flow li {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.2s linear 0s;
    background: #fff;
    cursor: pointer;
    position: relative;
    text-align: center; }
    .lp_cmn_contact_flow li::after {
      transition: all 0.2s linear 0s;
      content: '\0f105';
      display: inline-block;
      font-family: 'Awesome';
      font-size: 18px;
      font-weight: 400;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
    @media (min-width: 768px), print {
      .lp_cmn_contact_flow li {
        padding: 25px 0 34px;
        width: calc((100% - 40px) / 3 - 0.1px); } }
    @media (max-width: 767px) {
      .lp_cmn_contact_flow li {
        margin: 0 auto 15px;
        padding: 15px 0 25px 0;
        width: 70%; } }
    .lp_cmn_contact_flow li:first-child::after {
      color: #00abc7; }
    .lp_cmn_contact_flow li:nth-child(2)::after {
      color: #17beb2; }
    .lp_cmn_contact_flow li:last-child::after {
      color: #35d597; }
    .lp_cmn_contact_flow li:hover {
      transition: all 0.2s linear 0s;
      background: #d1ffdf; }

.lp_cmn_contact_flow_ico {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 50px;
  margin-bottom: 5px; }

.lp_cmn_contact_flow_ttl {
  font-weight: bold; }
  .lp_cmn_contact_flow_ttl a {
    color: #000;
    text-decoration: none; }
  @media (min-width: 768px), print {
    .lp_cmn_contact_flow_ttl {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .lp_cmn_contact_flow_ttl {
      font-size: 14px; } }

.lp_cmn_contact_infor {
  color: #fff;
  padding-bottom: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_cmn_contact_infor {
      align-items: center;
      display: flex;
      justify-content: space-around; }
      .lp_cmn_contact_infor::after {
        border-right: 1px solid #fff;
        content: "";
        height: 100%;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 2px; } }
  @media (max-width: 767px) {
    .lp_cmn_contact_infor {
      display: flex;
      flex-direction: column; } }
  .lp_cmn_contact_infor li {
    position: relative;
    text-align: center; }
    @media (min-width: 768px), print {
      .lp_cmn_contact_infor li {
        width: 50%; } }
    @media (max-width: 767px) {
      .lp_cmn_contact_infor li {
        border-bottom: 1px solid #fff;
        display: inline-block;
        margin: 0 auto 20px;
        padding-bottom: 20px; }
        .lp_cmn_contact_infor li:last-child {
          border: none;
          margin: 0;
          padding: 0; } }
    .lp_cmn_contact_infor li a {
      color: #fff;
      text-decoration: none; }

.lp_cmn_contact_place {
  font-size: 20px; }

.lp_cmn_contact_phone {
  margin: 3px 0; }
  .lp_cmn_contact_phone a {
    background: url(../../img/lp-mc20/ico-contact-phone.svg) 0 12px no-repeat;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 0 42px;
    text-align: center; }

.lp_cmn_ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 35px;
  text-align: center; }
  @media (max-width: 1025px) {
    .lp_cmn_ttl {
      font-size: 40px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .lp_cmn_ttl {
      font-size: 25px;
      margin-bottom: 20px; } }

.lp_cmn_txt {
  margin-bottom: 30px;
  text-align: center; }

.lp_special_price {
  left: -30px;
  position: absolute;
  top: 0; }
  @media (min-width: 768px), print {
    .lp_special_price {
      height: 100px;
      width: 100px; } }
  @media (max-width: 767px) {
    .lp_special_price {
      height: 80px;
      width: 80px; } }
  .lp_special_price::after {
    animation: rotate-center 30s linear infinite both;
    background: url(../../img/lp-mc20/lbl-decord-round.svg) 0 0/cover no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.lp_special_price_inner {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: bold;
  height: 100%;
  line-height: 1.6;
  position: relative;
  text-align: center;
  z-index: 2; }
  @media (min-width: 768px), print {
    .lp_special_price_inner {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .lp_special_price_inner {
      font-size: 16px; } }

.btn_cmn, .btn01 {
  transition: all 0.2s linear 0s;
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center; }
  .btn_cmn::before, .btn01::before {
    background: url(../../img/lp-mc20/ico-feather-zoom-in.svg) 0 0/cover no-repeat;
    content: "";
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px), print {
      .btn_cmn::before, .btn01::before {
        height: 28px;
        width: 28px; } }
    @media (max-width: 767px) {
      .btn_cmn::before, .btn01::before {
        height: 24px;
        width: 24px; } }

.btn_cmn {
  border-radius: 50px;
  cursor: pointer; }
  .btn_cmn:hover {
    background: #009d72; }

.btn01 {
  background: linear-gradient(to right, #00abc7 0%, #35d597 50%, #35d597 50%, #00abc7 100%);
  background-size: 200% auto;
  background-position: left;
  border-radius: 0;
  font-weight: bold;
  padding: 0 30px;
  text-decoration: none !important; }
  .btn01::after {
    transition: all 0.2s linear 0s;
    content: '\0f105';
    display: inline-block;
    font-family: 'Awesome';
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
  .btn01 img {
    display: inline-block;
    margin-right: 10px; }
  @media (min-width: 768px), print {
    .btn01 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .btn01 {
      font-size: 16px; } }
  .btn01::before {
    display: none; }
  .btn01:hover {
    transition: all 0.2s linear 0s;
    background-position: right !important; }
    .btn01:hover::after {
      right: 10px; }

.lp_block_bg {
  background: linear-gradient(to bottom, #f6f6f6 0%, #fff 50%, #f6f6f6 100%); }

.lp_top_biglayout {
  color: #fff;
  font-family: "Roboto", serif;
  font-size: 9.5vw;
  font-weight: bold;
  left: 0;
  line-height: 1;
  position: absolute;
  top: -24px; }
  @media (max-width: 1025px) {
    .lp_top_biglayout {
      top: -14px; } }
  @media (max-width: 767px) {
    .lp_top_biglayout {
      font-size: 11vw;
      top: -8px; } }

@media (min-width: 768px), print {
  .pc_hide {
    display: none; } }

@media (max-width: 767px) {
  .sp_hide {
    display: none; } }

.lp_top_main {
  height: auto;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_top_main {
      max-height: calc(100vh - 102px); } }

.lp_top_video {
  position: relative; }
  .lp_top_video::before {
    background: rgba(0, 31, 36, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .lp_top_video video {
    display: block;
    width: 100%; }

.lp_top_ttl {
  background: #000;
  z-index: 9; }
  @media (min-width: 768px), print {
    .lp_top_ttl {
      bottom: 20px;
      display: inline-block;
      left: 0;
      padding: 11px 30px 11px 20px;
      position: absolute; } }
  @media (max-width: 1025px) {
    .lp_top_ttl {
      display: block;
      padding: 8px 15px;
      position: relative; } }
  @media (max-width: 1025px) {
    .lp_top_ttl img {
      height: 38px; } }
  @media (max-width: 1025px) {
    .lp_top_ttl img {
      height: 22px; } }

.lp_top_tanaokun {
  z-index: 9; }
  @media (min-width: 768px), print {
    .lp_top_tanaokun {
      bottom: 20px;
      position: absolute;
      right: 90px; } }
  @media (max-width: 1025px) {
    .lp_top_tanaokun {
      bottom: 0;
      margin: 20px;
      position: relative;
      right: 0; } }
  .lp_top_tanaokun a {
    transition: all 0.2s linear 0s;
    background: #fff;
    border: 1px solid #000;
    border-radius: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    display: block;
    font-size: 14px;
    padding: 15px 42px 15px 22px;
    text-decoration: none !important;
    position: relative; }
    .lp_top_tanaokun a::after {
      transition: all 0.2s linear 0s;
      content: '\0f105';
      display: inline-block;
      font-family: 'Awesome';
      font-size: 18px;
      font-weight: 400;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
    .lp_top_tanaokun a span {
      font-size: 18px;
      font-weight: bold;
      display: block; }
    @media (max-width: 1025px) {
      .lp_top_tanaokun a {
        font-size: 12px;
        padding: 10px 20px;
        text-align: center; }
        .lp_top_tanaokun a span {
          font-size: 14px; } }
    .lp_top_tanaokun a::after {
      background: #000;
      border-radius: 12px;
      color: #fff;
      height: 24px;
      line-height: 24px;
      text-align: center;
      transform: translateY(-50%) rotate(90deg);
      width: 24px; }
      @media (max-width: 1025px) {
        .lp_top_tanaokun a::after {
          border-radius: 10px;
          height: 20px;
          line-height: 20px;
          width: 20px; } }
    .lp_top_tanaokun a:hover {
      transition: all 0.2s linear 0s;
      background: #ccc; }

.lp_top_scroll {
  bottom: 80px;
  position: absolute;
  right: -34px;
  transform: rotate(-90deg);
  z-index: 9; }
  @media (max-width: 1025px) {
    .lp_top_scroll {
      bottom: 180px; } }
  .lp_top_scroll a {
    transition: all 0.2s linear 0s;
    color: #fff;
    position: relative; }
    @media (min-width: 768px), print {
      .lp_top_scroll a {
        font-size: 14px;
        font-weight: bold;
        padding: 10px 20px 10px 60px; } }
    @media (max-width: 767px) {
      .lp_top_scroll a {
        font-size: 10px;
        padding: 10px 20px 14px 42px; } }
    .lp_top_scroll a:hover {
      transition: all 0.2s linear 0s;
      color: #009d72; }
      .lp_top_scroll a:hover::before {
        border-top: 1px solid #009d72; }
      .lp_top_scroll a:hover::after {
        border-left: 1px solid #009d72; }
    .lp_top_scroll a::before {
      border-top: 1px solid #fff;
      content: "";
      height: 1px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 768px), print {
        .lp_top_scroll a::before {
          left: 0;
          width: 50px; } }
      @media (max-width: 767px) {
        .lp_top_scroll a::before {
          left: 10px;
          width: 25px; } }
    .lp_top_scroll a::after {
      border-left: 1px solid #fff;
      content: "";
      left: 1px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      width: 10px; }
      @media (min-width: 768px), print {
        .lp_top_scroll a::after {
          height: 10px;
          left: 1px; } }
      @media (max-width: 767px) {
        .lp_top_scroll a::after {
          height: 5px;
          left: 11px; } }

.lp_whyandroid {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px), print {
    .lp_whyandroid {
      padding-bottom: 70px;
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .lp_whyandroid {
      flex-direction: column-reverse;
      padding-bottom: 60px;
      padding-top: 0; } }

.lp_whyadr_group_thumb {
  margin-top: 30px;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_whyadr_group_thumb {
      width: 40%; } }
  @media (max-width: 767px) {
    .lp_whyadr_group_thumb {
      margin: 40px auto 0;
      width: 80%; } }
  .lp_whyadr_group_thumb::after {
    background: url(../../img/lp-mc20/bg-android.png) center center/cover no-repeat;
    content: "";
    height: 530px;
    left: -35%;
    position: absolute;
    top: -30%;
    width: 610px;
    z-index: -1; }
    @media (max-width: 1025px) {
      .lp_whyadr_group_thumb::after {
        height: 530px;
        left: -55%;
        top: -45%;
        width: 610px; } }
    @media (max-width: 767px) {
      .lp_whyadr_group_thumb::after {
        height: 100%;
        left: 0%;
        top: 0%;
        width: 100%; } }
  .lp_whyadr_group_thumb .lp_special_price {
    height: 180px;
    left: -50px;
    top: -100px;
    width: 180px; }
    @media (max-width: 1025px) {
      .lp_whyadr_group_thumb .lp_special_price {
        height: 160px;
        left: 0;
        top: -120px;
        width: 160px; } }
    @media (max-width: 767px) {
      .lp_whyadr_group_thumb .lp_special_price {
        height: 130px;
        left: -30px;
        top: -70px;
        width: 130px; } }
    @media (min-width: 768px), print {
      .lp_whyadr_group_thumb .lp_special_price .lp_special_price_inner {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .lp_whyadr_group_thumb .lp_special_price .lp_special_price_inner {
        font-size: 16px; } }

.lp_whyadr_thumb {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .lp_whyadr_thumb {
      text-align: center; } }
  .lp_whyadr_thumb img {
    max-width: 388px;
    height: auto;
    width: 100%; }

.lp_whyadr_note {
  position: relative;
  padding-left: 16px; }
  @media (max-width: 767px) {
    .lp_whyadr_note {
      margin-bottom: 30px; } }
  .lp_whyadr_note::before {
    content: "※";
    left: 0;
    position: absolute;
    top: 0; }

@media (min-width: 768px), print {
  .lp_whyadr_content {
    width: 55%; } }
@media (max-width: 767px) {
  .lp_whyadr_content {
    margin-bottom: 20px; } }

.lp_whyadr_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 18px;
  padding-bottom: 14px;
  position: relative; }
  @media (max-width: 1025px) {
    .lp_whyadr_ttl {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .lp_whyadr_ttl {
      font-size: 24px; } }
  .lp_whyadr_ttl::after {
    background: linear-gradient(to right, #00abc7 0%, #35d597 100%);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px; }

.lp_whyadr_txt {
  line-height: 1.8;
  padding-bottom: 30px; }

.lp_whyadr_btn {
  max-width: 400px; }
  @media (min-width: 768px), print {
    .lp_whyadr_btn {
      width: 100%; } }
  @media (max-width: 767px) {
    .lp_whyadr_btn {
      margin: 0 auto;
      width: 90%; } }
  @media (min-width: 768px), print {
    .lp_whyadr_btn a {
      font-size: 20px;
      height: 64px; } }
  @media (max-width: 767px) {
    .lp_whyadr_btn a {
      font-size: 18px;
      height: 54px; } }

.lp_trustpartner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_trustpartner {
      padding-bottom: 100px;
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .lp_trustpartner {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .lp_trustpartner::before {
    border-left: 1px solid #000;
    bottom: -20px;
    content: "";
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px; }
  .lp_trustpartner::after {
    border-bottom: 1px solid #000;
    bottom: -18px;
    content: "";
    height: 10px;
    left: -1px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 10px; }

.lp_trust_ttl {
  font-weight: bold;
  text-align: center; }
  @media (min-width: 768px), print {
    .lp_trust_ttl {
      font-size: 24px;
      padding: 0 110px 112px; } }
  @media (max-width: 767px) {
    .lp_trust_ttl {
      font-size: 20px;
      padding: 0 0 96px; } }
  @media (max-width: 1025px) {
    .lp_trust_ttl img {
      height: 40px; } }
  @media (max-width: 767px) {
    .lp_trust_ttl img {
      height: 30px; } }

.lp_trust_spec_ttl {
  display: block;
  padding: 15px 0 20px; }

.lp_trust_list_outer {
  position: relative; }

@media (min-width: 768px), print {
  .lp_trust_list {
    display: flex;
    justify-content: space-between; } }
.lp_trust_list li {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
  text-align: center; }
  @media (min-width: 768px), print {
    .lp_trust_list li {
      width: calc((100% - 40px) / 3 - 0.1px); }
      .lp_trust_list li:nth-child(2) {
        top: -50px; } }
  @media (max-width: 767px) {
    .lp_trust_list li {
      margin: 0 auto 20px;
      max-width: 400px; } }

@media (min-width: 768px), print {
  .lp_trust_list_inner {
    padding: 30px 10px; } }
@media (max-width: 767px) {
  .lp_trust_list_inner {
    padding: 20px 10px; } }

.lp_trust_thumb {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .lp_trust_thumb img {
      height: 120px; } }

.lp_trust_list_extra_ttl {
  display: block;
  font-weight: bold; }
  @media (min-width: 768px), print {
    .lp_trust_list_extra_ttl {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .lp_trust_list_extra_ttl {
      font-size: 18px; } }

.lp_trust_list_dec01 {
  position: absolute;
  text-align: right; }
  @media (min-width: 768px), print {
    .lp_trust_list_dec01 {
      right: 0;
      top: -10px; } }
  @media (max-width: 767px) {
    .lp_trust_list_dec01 {
      right: 10px;
      top: -46px; }
      .lp_trust_list_dec01 img {
        width: 50%; } }

.lp_trust_list_dec02 {
  left: 0;
  position: absolute;
  text-align: left; }
  @media (min-width: 768px), print {
    .lp_trust_list_dec02 {
      top: -170px; } }
  @media (max-width: 767px) {
    .lp_trust_list_dec02 {
      top: -100px; }
      .lp_trust_list_dec02 img {
        width: 60%; } }

@media (min-width: 768px), print {
  .lp_support {
    padding: 100px 0 20px 0; } }
@media (max-width: 767px) {
  .lp_support {
    padding-bottom: 10px; } }

.lp_support_top_ttl {
  text-align: center; }
  @media (min-width: 768px), print {
    .lp_support_top_ttl {
      padding: 0 10px 100px; } }
  @media (max-width: 767px) {
    .lp_support_top_ttl {
      padding: 0 10px 60px; } }
  @media (max-width: 1025px) {
    .lp_support_top_ttl img {
      height: 140px; } }

.lp_support_inner .lp_support_block:nth-child(odd) .lp_support_full_thumb {
  margin-left: calc(((100% - 1000px) / 2 ) + 130px); }
  @media (max-width: 1025px) {
    .lp_support_inner .lp_support_block:nth-child(odd) .lp_support_full_thumb {
      margin-left: 140px; } }
  @media (max-width: 767px) {
    .lp_support_inner .lp_support_block:nth-child(odd) .lp_support_full_thumb {
      margin-left: 30px; } }
.lp_support_inner .lp_support_block:nth-child(odd) .lp_support_num {
  left: 0; }
  @media (max-width: 1025px) {
    .lp_support_inner .lp_support_block:nth-child(odd) .lp_support_num {
      left: 10px; } }
.lp_support_inner .lp_support_block:nth-child(odd) .lp_support_ttl_outer .lp_support_ttl {
  padding: 25px 30px 15px 0; }
  @media (max-width: 1025px) {
    .lp_support_inner .lp_support_block:nth-child(odd) .lp_support_ttl_outer .lp_support_ttl {
      padding: 15px 30px 15px 0; } }
  @media (max-width: 767px) {
    .lp_support_inner .lp_support_block:nth-child(odd) .lp_support_ttl_outer .lp_support_ttl {
      padding: 5px 20px 5px 0; } }
.lp_support_inner .lp_support_block:nth-child(even) .lp_support_full_thumb {
  margin-right: calc(((100% - 1000px) / 2 ) + 130px); }
  @media (max-width: 1025px) {
    .lp_support_inner .lp_support_block:nth-child(even) .lp_support_full_thumb {
      margin-right: 140px; } }
  @media (max-width: 767px) {
    .lp_support_inner .lp_support_block:nth-child(even) .lp_support_full_thumb {
      margin-right: 30px; } }
.lp_support_inner .lp_support_block:nth-child(even) .lp_support_num {
  right: 0; }
  @media (max-width: 1025px) {
    .lp_support_inner .lp_support_block:nth-child(even) .lp_support_num {
      right: 0; } }
.lp_support_inner .lp_support_block:nth-child(even) .lp_support_ttl_outer {
  justify-content: flex-end; }
  .lp_support_inner .lp_support_block:nth-child(even) .lp_support_ttl_outer .lp_support_ttl {
    padding: 25px 0 15px 30px; }
    @media (max-width: 1025px) {
      .lp_support_inner .lp_support_block:nth-child(even) .lp_support_ttl_outer .lp_support_ttl {
        padding: 15px 0 15px 30px; } }
    @media (max-width: 767px) {
      .lp_support_inner .lp_support_block:nth-child(even) .lp_support_ttl_outer .lp_support_ttl {
        padding: 5px 0 5px 20px; } }
.lp_support_inner .lp_support_block:last-child {
  margin-bottom: 0; }

@media (min-width: 768px), print {
  .lp_support_block {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .lp_support_block {
    margin-bottom: 35px; } }

.lp_support_num {
  position: absolute;
  z-index: -1; }
  @media (min-width: 768px), print {
    .lp_support_num {
      top: -350px; } }
  @media (max-width: 767px) {
    .lp_support_num {
      top: -235px; }
      .lp_support_num img {
        height: 60px; } }

@media (min-width: 768px), print {
  .lp_support_full_thumb {
    height: 400px; } }
@media (max-width: 767px) {
  .lp_support_full_thumb {
    height: 220px; } }

.lp_support_content {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_support_content {
      top: -82px; } }
  @media (max-width: 767px) {
    .lp_support_content {
      top: -40px; } }

.lp_support_content_inner {
  padding: 0 40px; }
  @media (max-width: 1025px) {
    .lp_support_content_inner {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .lp_support_content_inner {
      padding: 0; } }

.lp_support_ttl_outer {
  display: flex; }

.lp_support_ttl {
  background: #fff;
  display: inline-block;
  font-weight: bold; }
  @media (min-width: 768px), print {
    .lp_support_ttl {
      font-size: 24px;
      line-height: 1.4;
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .lp_support_ttl {
      font-size: 18px;
      margin-bottom: 15px; } }
  .lp_support_ttl .extra_clr {
    font-size: 50px; }
    @media (max-width: 1025px) {
      .lp_support_ttl .extra_clr {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .lp_support_ttl .extra_clr {
        font-size: 22px; } }

.lp_handy_terminal {
  position: relative; }
  @media (min-width: 768px), print {
    .lp_handy_terminal {
      padding: 0 0 100px; } }
  @media (max-width: 767px) {
    .lp_handy_terminal {
      padding: 0 0 60px; } }

.lp_handy_outer {
  position: relative; }
  .lp_handy_outer::after {
    background: linear-gradient(to bottom, #f6f6f6 0%, #fff 50%, #f6f6f6 100%);
    content: "";
    height: 75%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.lp_handy_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_handy_inner {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .lp_handy_inner {
      margin-bottom: 50px; } }

@media (min-width: 768px), print {
  .lp_handy_up {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 95px 0 45px; } }
@media (max-width: 767px) {
  .lp_handy_up {
    padding: 40px 0 30px; } }

.lp_handy_up_content {
  min-width: 400px; }
  @media (max-width: 1025px) {
    .lp_handy_up_content {
      min-width: 370px; } }
  @media (max-width: 767px) {
    .lp_handy_up_content {
      margin-bottom: 30px;
      min-width: 100%; } }

.lp_handy_up_ttl {
  font-weight: bold;
  line-height: 1.6; }
  @media (min-width: 768px), print {
    .lp_handy_up_ttl {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .lp_handy_up_ttl {
      font-size: 20px;
      text-align: center; } }

@media (min-width: 768px), print {
  .lp_handy_up_subttl {
    margin: 30px 0; } }
@media (max-width: 767px) {
  .lp_handy_up_subttl {
    margin: 20px auto;
    width: 80%; } }

@media (min-width: 768px), print {
  .lp_handy_up_thumb {
    width: 57%; } }
@media (max-width: 767px) {
  .lp_handy_up_thumb {
    margin: 0 auto;
    width: 80%; } }
.lp_handy_up_thumb img {
  width: 100%; }

.lp_handy_down {
  background: #000;
  color: #fff;
  padding: 40px 60px; }
  @media (max-width: 1025px) {
    .lp_handy_down {
      padding: 40px; } }
  @media (max-width: 767px) {
    .lp_handy_down {
      padding: 20px 15px; } }

.lp_handy_feature_top_ttl {
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px), print {
    .lp_handy_feature_top_ttl {
      font-size: 30px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .lp_handy_feature_top_ttl {
      font-size: 24px;
      margin-bottom: 20px; } }
  .lp_handy_feature_top_ttl::after {
    background: linear-gradient(to right, #00abc7 0%, #35d597 100%);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px; }

.lp_handy_feature_outer .lp_handy_feature_box:nth-child(n+2) .lp_handy_feature_content {
  display: none; }

.lp_handy_feature_box {
  display: block;
  margin-bottom: 20px; }

.lp_handy_feature_ttl {
  cursor: pointer;
  font-weight: bold;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_handy_feature_ttl {
      font-size: 20px;
      margin-bottom: 12px;
      padding: 0 30px 0 50px; } }
  @media (max-width: 767px) {
    .lp_handy_feature_ttl {
      font-size: 16px;
      margin-bottom: 12px;
      padding: 0 30px 0 34px; } }
  .lp_handy_feature_ttl img {
    left: 0;
    position: absolute;
    top: 4px; }
    @media (max-width: 767px) {
      .lp_handy_feature_ttl img {
        height: 20px; } }
  .lp_handy_feature_ttl.active::before {
    display: none; }
  .lp_handy_feature_ttl.active::after {
    background: url(../../img/lp-mc20/ico-minus.svg) 0 0/cover no-repeat; }
  .lp_handy_feature_ttl::before, .lp_handy_feature_ttl::after {
    content: "";
    position: absolute;
    right: 0; }
    @media (min-width: 768px), print {
      .lp_handy_feature_ttl::before, .lp_handy_feature_ttl::after {
        height: 24px;
        width: 24px;
        top: 0; } }
    @media (max-width: 767px) {
      .lp_handy_feature_ttl::before, .lp_handy_feature_ttl::after {
        height: 20px;
        width: 20px;
        top: 4px; } }
  .lp_handy_feature_ttl::before {
    background: url(../../img/lp-mc20/ico-plus.svg) 0 0/cover no-repeat; }

@media (max-width: 767px) {
  .lp_handy_feature_icobatt img {
    height: 17px; } }

.lp_handy_feature_ttl_water img {
  left: 4px; }

@media (min-width: 768px), print {
  .lp_handy_feature_content {
    padding: 0 0 10px 50px; } }
@media (max-width: 767px) {
  .lp_handy_feature_content {
    padding: 0 0 10px 34px; } }

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

.lp_handy_feature_thumb {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px), print {
    .lp_handy_feature_thumb {
      height: 130px;
      margin-right: 30px;
      width: 130px; } }
  @media (max-width: 767px) {
    .lp_handy_feature_thumb {
      height: 100px;
      margin-right: 15px;
      width: 100px; } }
  .lp_handy_feature_thumb img {
    height: auto; }

.lp_handy_feature_txt {
  flex: 1 1 0%; }

.lp_handy_standard_up {
  height: 600px;
  margin-bottom: 100px;
  position: relative; }
  @media (max-width: 1025px) {
    .lp_handy_standard_up {
      height: 480px; } }
  @media (max-width: 767px) {
    .lp_handy_standard_up {
      height: auto;
      margin-bottom: 40px; } }

.lp_standard_thumb {
  width: 50vw; }
  @media (min-width: 768px), print {
    .lp_standard_thumb {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0; } }
  @media (max-width: 1025px) {
    .lp_standard_thumb {
      width: calc(100vw - 370px); } }
  @media (max-width: 767px) {
    .lp_standard_thumb {
      height: 200px;
      margin-bottom: 20px;
      width: 100%; } }

.lp_standard_content {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 768px), print {
    .lp_standard_content {
      height: 100%; } }

.lp_standard_content_inner {
  width: calc(50% - 7%); }
  @media (max-width: 1025px) {
    .lp_standard_content_inner {
      width: 330px; } }
  @media (max-width: 767px) {
    .lp_standard_content_inner {
      width: 100%; } }

.lp_standard_subttl {
  font-weight: bold; }
  @media (min-width: 768px), print {
    .lp_standard_subttl {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .lp_standard_subttl {
      font-size: 20px;
      text-align: center; } }

.lp_standard_ttl {
  color: #009d72;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5; }
  @media (max-width: 1025px) {
    .lp_standard_ttl {
      font-size: 45px; } }
  @media (max-width: 767px) {
    .lp_standard_ttl {
      font-size: 30px;
      margin-bottom: 20px;
      text-align: center; } }

.lp_standard_list {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px), print {
    .lp_standard_list {
      margin: 25px 0; } }
  @media (max-width: 767px) {
    .lp_standard_list {
      justify-content: center;
      margin-bottom: 10px; } }
  .lp_standard_list li {
    margin: 0 10px 10px 0;
    width: 130px; }
    @media (max-width: 1025px) {
      .lp_standard_list li {
        width: 96px; } }

.lp_standard_note {
  font-size: 14px;
  line-height: 1.4; }
  .lp_standard_note a {
    transition: all 0.2s linear 0s;
    color: #009d72;
    text-decoration: underline; }
    .lp_standard_note a:hover {
      transition: all 0.2s linear 0s;
      text-decoration: none; }

.lp_handy_standard_down {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.lp_standard_bot_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center; }
  @media (max-width: 1025px) {
    .lp_standard_bot_ttl {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .lp_standard_bot_ttl {
      font-size: 22px; } }

.lp_standard_video {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px), print {
    .lp_standard_video {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .lp_standard_video {
      margin-bottom: 30px; } }
  .lp_standard_video video {
    display: block;
    height: auto;
    width: 100%; }

.lp_standard_btn {
  margin: 0 auto;
  max-width: 400px; }
  @media (min-width: 768px), print {
    .lp_standard_btn {
      width: 100%; } }
  @media (max-width: 767px) {
    .lp_standard_btn {
      width: 90%; } }
  @media (min-width: 768px), print {
    .lp_standard_btn a {
      height: 76px; } }
  @media (max-width: 767px) {
    .lp_standard_btn a {
      height: 60px; } }

.lp_campaign {
  background: linear-gradient(to bottom, #f6f6f6 0%, #fff 50%, #f6f6f6 100%);
  overflow: hidden;
  position: relative; }

.lp_campaign_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_campaign_inner {
      padding-bottom: 100px;
      padding-top: 75px; } }
  @media (max-width: 767px) {
    .lp_campaign_inner {
      padding-bottom: 20px;
      padding-top: 40px; } }

.lp_campaign_ttl {
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center; }
  @media (min-width: 768px), print {
    .lp_campaign_ttl {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .lp_campaign_ttl {
      font-size: 20px; } }

.lp_campaign_ttl_subttl01 {
  display: block; }
  @media (min-width: 768px), print {
    .lp_campaign_ttl_subttl01 {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .lp_campaign_ttl_subttl01 {
      margin-bottom: 20px; } }

@media (min-width: 768px), print {
  .lp_campaign_ttl_subttl02 {
    display: inline-block;
    position: relative;
    top: 5px; } }
@media (max-width: 767px) {
  .lp_campaign_ttl_subttl02 {
    display: block;
    margin: 10px 0; }
    .lp_campaign_ttl_subttl02 img {
      height: 40px; } }

@media (min-width: 768px), print {
  .lp_campaign_box {
    align-items: center;
    display: flex;
    justify-content: space-between; } }

.lp_campaign_special {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  align-items: flex-end;
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin-right: 5%;
  padding: 40px 68px 35px 68px;
  width: 500px; }
  @media (max-width: 1025px) {
    .lp_campaign_special {
      margin-right: 3%;
      padding: 30px 30px 30px 40px;
      width: auto; } }
  @media (max-width: 767px) {
    .lp_campaign_special {
      align-items: center;
      flex-direction: column;
      margin-bottom: 25px;
      margin-right: 0;
      padding: 30px 15px; } }

.lp_campaign_special_inner {
  position: relative; }
  @media (max-width: 767px) {
    .lp_campaign_special_inner {
      margin-bottom: 30px; } }

.lp_campaign_spec_img {
  align-items: center;
  background: #f6f6f6;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 236px;
  text-align: center;
  width: 236px; }
  .lp_campaign_spec_img img {
    height: 192px; }

.lp_campaign_spec_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center; }

@media (min-width: 768px), print {
  .lp_campaign_anken {
    width: 150px; } }
@media (max-width: 767px) {
  .lp_campaign_anken {
    width: 180px; } }

.lp_campaign_anken_ttl {
  background: #b7b7b7;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 5px 0 3px;
  text-align: center; }

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

@media (min-width: 768px), print {
  .lp_campaign_anken_img {
    margin-bottom: 27px; } }
@media (max-width: 767px) {
  .lp_campaign_anken_img {
    margin-bottom: 10px; } }
.lp_campaign_anken_img img {
  height: 128px; }

.lp_campaign_anken_lbl {
  color: #B7B7B7;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px; }

.lp_campaign_dl dt {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 1.5px 0;
  text-align: center;
  width: 130px; }
  @media (min-width: 768px), print {
    .lp_campaign_dl dt {
      font-size: 16px;
      margin: 30px 0 20px; } }
  @media (max-width: 767px) {
    .lp_campaign_dl dt {
      margin: 0 0 10px; } }
@media (max-width: 767px) {
  .lp_campaign_dl dd {
    margin-bottom: 25px; } }

.lp_application {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  padding-bottom: 0; }
  @media (min-width: 768px), print {
    .lp_application {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .lp_application {
      padding-top: 40px; } }
  @media (min-width: 768px), print {
    .lp_application .lp_cmn_ttl {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .lp_application .lp_cmn_ttl {
      font-size: 22px; } }
  .lp_application .lp_cmn_ttl .extra_clr {
    display: block; }
    @media (min-width: 768px), print {
      .lp_application .lp_cmn_ttl .extra_clr {
        font-size: 50px;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .lp_application .lp_cmn_ttl .extra_clr {
        font-size: 35px;
        padding: 5px 0 10px; } }

@media (min-width: 768px), print {
  .lp_app_block {
    display: flex;
    justify-content: space-between;
    padding-top: 10px; } }

@media (min-width: 768px), print {
  .lp_app_content {
    flex: 1 1 0%; } }

.lp_app_txt {
  padding-bottom: 18px; }

.lp_app_list {
  margin-bottom: 15px; }
  .lp_app_list li {
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
    padding-left: 24px;
    position: relative; }
    .lp_app_list li::before {
      transition: all 0.2s linear 0s;
      color: #009d72;
      content: '\0f058';
      display: inline-block;
      font-family: 'Awesome';
      font-weight: normal;
      left: 0;
      position: absolute; }
      @media (min-width: 768px), print {
        .lp_app_list li::before {
          font-size: 22px;
          top: -4px; } }
      @media (max-width: 767px) {
        .lp_app_list li::before {
          font-size: 20px;
          top: -3px; } }

@media (min-width: 768px), print {
  .lp_app_subtxt {
    padding-bottom: 38px; } }
@media (max-width: 767px) {
  .lp_app_subtxt {
    padding-bottom: 25px; } }

@media (min-width: 768px), print {
  .lp_app_btns {
    width: 100%; }
    .lp_app_btns br {
      display: none; } }
@media (max-width: 767px) {
  .lp_app_btns {
    margin: 0 auto;
    line-height: 1.4;
    width: 90%; } }
.lp_app_btns li {
  margin-bottom: 20px; }
  @media (min-width: 768px), print {
    .lp_app_btns li a {
      height: 76px; } }
  @media (max-width: 767px) {
    .lp_app_btns li a {
      height: 60px; } }

.lp_app_thumb {
  margin: 0 90px; }
  @media (max-width: 1025px) {
    .lp_app_thumb {
      margin: 0 20px 0 40px; } }
  @media (max-width: 767px) {
    .lp_app_thumb {
      margin: 0 auto;
      width: 40%; } }

.lp_tool {
  background: linear-gradient(to bottom, #f6f6f6 0%, #fff 50%, #f6f6f6 100%); }
  @media (min-width: 768px), print {
    .lp_tool {
      padding: 100px 0 50px; } }
  @media (max-width: 767px) {
    .lp_tool {
      padding: 50px 0 30px; } }

.lp_tool_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

@media (min-width: 768px), print {
  .lp_tool_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; } }
@media (max-width: 767px) {
  .lp_tool_list {
    margin: 0 auto;
    max-width: 400px; } }
.lp_tool_list li {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
  text-align: center; }
  @media (min-width: 768px), print {
    .lp_tool_list li {
      width: calc((100% - 40px) / 3 - 0.1px); } }
  @media (max-width: 767px) {
    .lp_tool_list li {
      margin-bottom: 20px; } }

.lp_tool_list_inner {
  padding: 28px 40px 26px; }
  @media (max-width: 1025px) {
    .lp_tool_list_inner {
      padding: 28px 20px 26px; } }
  @media (max-width: 767px) {
    .lp_tool_list_inner {
      padding: 20px 10px 30px; } }

.lp_tool_upttl {
  color: #009d72;
  font-size: 20px;
  font-weight: bold; }

.lp_tool_subttl {
  font-weight: bold;
  margin-bottom: 20px; }

.lp_tool_img {
  margin-bottom: 26px; }

@media (min-width: 768px), print {
  .lp_tool_btn {
    margin-bottom: 14px; } }
@media (max-width: 767px) {
  .lp_tool_btn {
    margin: 0 auto;
    width: 80%; } }
.lp_tool_btn a {
  height: 36px;
  padding-bottom: 4px; }
  @media (min-width: 768px), print {
    .lp_tool_btn a {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .lp_tool_btn a {
      font-size: 16px; } }
  .lp_tool_btn a::before {
    height: 22px;
    width: 22px; }

.lp_tool_btn_other {
  margin: 0 auto;
  max-width: 400px; }
  @media (min-width: 768px), print {
    .lp_tool_btn_other {
      margin-bottom: 70px;
      width: 100%; } }
  @media (max-width: 767px) {
    .lp_tool_btn_other {
      margin-bottom: 40px;
      width: 90%; } }
  @media (min-width: 768px), print {
    .lp_tool_btn_other a {
      height: 76px; } }
  @media (max-width: 767px) {
    .lp_tool_btn_other a {
      height: 60px; } }

.lp_lifeguard {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_lifeguard {
      padding-bottom: 30px;
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .lp_lifeguard {
      padding-bottom: 10px;
      padding-top: 40px; } }
  .lp_lifeguard .lp_cmn_ttl {
    font-size: 24px; }
    .lp_lifeguard .lp_cmn_ttl .extra_clr {
      display: block;
      font-size: 60px; }
      @media (max-width: 1025px) {
        .lp_lifeguard .lp_cmn_ttl .extra_clr {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .lp_lifeguard .lp_cmn_ttl .extra_clr {
          font-size: 40px; } }

@media (min-width: 768px), print {
  .lp_lifeguard_inner {
    margin: 25px 0; } }
@media (max-width: 767px) {
  .lp_lifeguard_inner {
    margin: 25px 0 0; } }
@media (min-width: 768px), print {
  .lp_lifeguard_inner .lp_lifeguard_box:nth-child(even) {
    flex-direction: row-reverse; } }

.lp_lifeguard_box {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px), print {
    .lp_lifeguard_box {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .lp_lifeguard_box {
      flex-direction: column-reverse;
      margin-bottom: 30px; } }

@media (min-width: 768px), print {
  .lp_lifeguard_content {
    width: 50%; } }

.lp_lifeguard_ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 6px;
  position: relative; }
  @media (max-width: 1025px) {
    .lp_lifeguard_ttl {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .lp_lifeguard_ttl {
      font-size: 20px; } }
  .lp_lifeguard_ttl::after {
    background: linear-gradient(to right, #00abc7 0%, #35d597 100%);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px; }

.lp_lifeguard_txt {
  padding-bottom: 25px; }

.lp_lifeguard_dl dt {
  font-weight: bold;
  padding-left: 24px;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_lifeguard_dl dt {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .lp_lifeguard_dl dt {
      font-size: 16px; } }
  .lp_lifeguard_dl dt::before {
    transition: all 0.2s linear 0s;
    color: #009d72;
    content: '\0f058';
    display: inline-block;
    font-family: 'Awesome';
    font-weight: normal;
    left: 0;
    position: absolute; }
    @media (min-width: 768px), print {
      .lp_lifeguard_dl dt::before {
        font-size: 24px;
        top: -4px; } }
    @media (max-width: 767px) {
      .lp_lifeguard_dl dt::before {
        font-size: 20px;
        top: -3px; } }
.lp_lifeguard_dl dd {
  margin-bottom: 17px; }

@media (min-width: 768px), print {
  .lp_lifeguard_thumb {
    width: 44%; } }
@media (max-width: 767px) {
  .lp_lifeguard_thumb {
    margin: 0 auto 20px;
    width: 70%; } }

.lp_customer {
  background: url(../../img/lp-mc20/photo-customer.jpg) center center/cover no-repeat;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_customer {
      height: 456px; } }
  .lp_customer::before {
    background: rgba(0, 31, 36, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@media (min-width: 1042px) {
  .lp_customer {
    background-attachment: fixed; } }
.lp_customer_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 768px), print {
    .lp_customer_inner {
      height: 100%; }
      .lp_customer_inner .lp_cmn_txt {
        margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .lp_customer_inner {
      padding-bottom: 25px;
      padding-top: 25px; }
      .lp_customer_inner .lp_cmn_txt {
        margin-bottom: 20px; } }

.lp_customer_tll {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 6px;
  position: relative; }
  @media (max-width: 1025px) {
    .lp_customer_tll {
      font-size: 35px; } }
  @media (max-width: 767px) {
    .lp_customer_tll {
      font-size: 20px; } }
  .lp_customer_tll::after {
    background: linear-gradient(to right, #00abc7 0%, #35d597 100%);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px; }

.lp_customer_btn {
  margin: 0 auto 20px;
  max-width: 500px; }
  @media (min-width: 768px), print {
    .lp_customer_btn {
      width: 100%; }
      .lp_customer_btn br {
        display: none; } }
  @media (max-width: 767px) {
    .lp_customer_btn {
      width: 90%; } }
  .lp_customer_btn a {
    background: #fff;
    color: #000; }
    @media (min-width: 768px), print {
      .lp_customer_btn a {
        font-size: 20px;
        height: 64px; } }
    @media (max-width: 767px) {
      .lp_customer_btn a {
        font-size: 16px;
        height: 64px;
        line-height: 1.4;
        text-align: center; } }
    .lp_customer_btn a::before {
      background: url(../../img/lp-mc20/ico-feather-zoom-in02.svg) 0 0/cover no-repeat; }
    .lp_customer_btn a:hover {
      color: #fff; }
      .lp_customer_btn a:hover::before {
        background: url(../../img/lp-mc20/ico-feather-zoom-in.svg) 0 0/cover no-repeat; }

.lp_purchase {
  background: linear-gradient(to bottom, #f6f6f6 0%, #fff 50%, #f6f6f6 100%);
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .lp_purchase .lp_campaign_ttl img {
      height: 28px; } }

.lp_purchase_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_purchase_inner {
      padding-bottom: 100px;
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .lp_purchase_inner {
      padding-bottom: 40px;
      padding-top: 40px; } }

@media (min-width: 768px), print {
  .lp_purchase_list {
    display: flex;
    justify-content: center;
    margin-bottom: 65px; } }
@media (max-width: 767px) {
  .lp_purchase_list {
    margin: 0 auto;
    max-width: 400px; } }
.lp_purchase_list li {
  margin: 0 25px;
  position: relative;
  width: 250px; }
  @media (max-width: 1025px) {
    .lp_purchase_list li {
      margin: 0 15px;
      width: 220px; } }
  @media (max-width: 1025px) and (max-width: 1025px) {
    .lp_purchase_list li .lp_special_price {
      left: -24px; } }
  @media (max-width: 767px) {
    .lp_purchase_list li {
      margin: 0 auto 40px; }
      .lp_purchase_list li:first-child .lp_purchase_thumb img {
        max-height: 140px; } }

.lp_purchase_thumb {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  align-items: center;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 250px;
  margin-bottom: 15px;
  position: relative;
  width: 250px; }
  @media (max-width: 1025px) {
    .lp_purchase_thumb {
      height: 220px;
      width: 220px; } }
  .lp_purchase_thumb img {
    max-height: 182px; }
    @media (max-width: 1025px) {
      .lp_purchase_thumb img {
        max-height: 160px; } }
    @media (max-width: 767px) {
      .lp_purchase_thumb img {
        max-height: 120px; } }

.lp_purchase_ttl {
  font-weight: bold;
  text-align: center; }
  @media (min-width: 768px), print {
    .lp_purchase_ttl {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .lp_purchase_ttl {
      font-size: 16px; } }

.lp_purchase_note {
  counter-reset: item; }
  .lp_purchase_note li {
    font-size: 15px;
    padding-left: 36px;
    position: relative; }
    .lp_purchase_note li::before {
      counter-increment: item;
      content: "※" counter(item);
      left: 0;
      position: absolute;
      top: 0; }

body.fixed {
  overflow: hidden; }
  body.fixed .modal_content_common {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }

.modal_content_common {
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  outline: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999; }

.modal_content_dialog {
  align-items: center;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-height: calc(100% - 80px);
  margin: 40px 10px;
  min-height: calc(100% - 80px);
  pointer-events: none;
  position: relative;
  width: auto; }

.modal_content_inner {
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: none;
  max-width: 940px;
  outline: 0;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  width: 100%; }

.modal_box {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 20px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }

.modal_box_body {
  background: #fff;
  padding: 0 0 70px; }
  @media (max-width: 1025px) {
    .modal_box_body {
      padding: 0 0 50px; } }
  @media (max-width: 767px) {
    .modal_box_body {
      padding: 0 0 40px; } }

.modal_close_btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }
  @media (min-width: 768px), print {
    .modal_close_btn {
      height: 40px;
      width: 40px; } }
  @media (max-width: 767px) {
    .modal_close_btn {
      height: 34px;
      width: 34px; }
      .modal_close_btn img {
        height: 16px; } }
  .modal_close_btn a {
    align-items: center;
    background: #000;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%; }
    .modal_close_btn a:hover {
      background: #009d72; }

.modal_top_ttl {
  background: #009d72;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 15px;
  text-align: center; }
  @media (max-width: 1025px) {
    .modal_top_ttl {
      font-size: 25px;
      padding: 10px; } }
  @media (max-width: 767px) {
    .modal_top_ttl {
      font-size: 18px; } }

.modal_content {
  background: #fff;
  padding: 45px 50px; }
  @media (max-width: 1025px) {
    .modal_content {
      padding: 25px 30px; } }
  @media (max-width: 767px) {
    .modal_content {
      padding: 15px; } }

.modal_bot_btn {
  margin: 0 auto; }
  @media (min-width: 768px), print {
    .modal_bot_btn {
      width: 200px; } }
  @media (max-width: 767px) {
    .modal_bot_btn {
      width: 60%; } }
  @media (min-width: 768px), print {
    .modal_bot_btn a {
      font-size: 20px;
      height: 64px; } }
  @media (max-width: 767px) {
    .modal_bot_btn a {
      font-size: 16px;
      height: 45px; } }
  .modal_bot_btn a::before {
    display: none; }

.modal_subttl {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative; }
  @media (min-width: 768px), print {
    .modal_subttl {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .modal_subttl {
      font-size: 17px; } }
  .modal_subttl::after {
    background: linear-gradient(to right, #00abc7 0%, #35d597 100%);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px; }

.modal_mid_subttl {
  text-align: center; }
  .modal_mid_subttl::after {
    margin: 0 auto;
    right: 0; }

.modal_subtxt {
  text-align: center; }
  @media (min-width: 768px), print {
    .modal_subtxt {
      padding: 10px 0 28px; } }
  @media (max-width: 767px) {
    .modal_subtxt {
      padding: 0 0 20px; } }

@media (min-width: 768px), print {
  .modal_whyandroid_wrap .modal_why_box:first-child .modal_why_thumb {
    width: 300px; } }
.modal_whyandroid_wrap .modal_why_box:nth-child(odd) .modal_why_thumb {
  margin-left: 4rem; }
  @media (max-width: 1025px) {
    .modal_whyandroid_wrap .modal_why_box:nth-child(odd) .modal_why_thumb {
      margin-left: 2rem; } }
  @media (max-width: 767px) {
    .modal_whyandroid_wrap .modal_why_box:nth-child(odd) .modal_why_thumb {
      margin-left: auto; } }
.modal_whyandroid_wrap .modal_why_box:nth-child(even) {
  flex-direction: row-reverse; }
  .modal_whyandroid_wrap .modal_why_box:nth-child(even) .modal_why_thumb {
    margin-right: 4rem; }
    @media (max-width: 1025px) {
      .modal_whyandroid_wrap .modal_why_box:nth-child(even) .modal_why_thumb {
        margin-right: 2rem; } }
    @media (max-width: 767px) {
      .modal_whyandroid_wrap .modal_why_box:nth-child(even) .modal_why_thumb {
        margin-right: auto; } }

@media (min-width: 768px), print {
  .modal_why_box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px; } }
@media (max-width: 767px) {
  .modal_why_box {
    margin-bottom: 40px; } }

@media (min-width: 768px), print {
  .modal_why_content {
    flex: 1 1 0%; } }
@media (max-width: 767px) {
  .modal_why_content {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .modal_why_thumb {
    margin: 0 auto;
    text-align: center;
    width: 70%; } }

.marg_bot30 {
  margin-bottom: 30px; }

.marg_bot20 {
  margin-bottom: 20px; }

@media (min-width: 768px), print {
  .modal_why_list {
    margin-bottom: 32px; } }
@media (max-width: 767px) {
  .modal_why_list {
    margin-bottom: 20px; } }

.modal_why_note a {
  color: #009d72;
  text-decoration: underline; }
  .modal_why_note a:hover {
    text-decoration: none; }
@media (min-width: 768px), print {
  .modal_why_note {
    font-size: 14px;
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .modal_why_note {
    font-size: 12px;
    margin-bottom: 15px; } }

.modal_level01_wrap {
  padding: 0 55px; }
  @media (max-width: 1025px) {
    .modal_level01_wrap {
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .modal_level01_wrap {
      padding: 0; } }

.modal_level_up {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 40px; }
  @media (max-width: 1025px) {
    .modal_level_up {
      padding: 10px 30px 20px; } }
  @media (max-width: 767px) {
    .modal_level_up {
      padding: 10px 0 20px; } }

@media (min-width: 768px), print {
  .modal_level_up_thumb {
    margin-right: 3rem; } }
@media (max-width: 767px) {
  .modal_level_up_thumb {
    margin-right: 1rem; } }

@media (min-width: 768px), print {
  .modal_level_up_txt {
    flex: 1 1 0%; } }
@media (max-width: 767px) {
  .modal_level_up_txt {
    width: 90%; } }

.modal_stagenow_howuse {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 45px;
  position: relative; }
  @media (max-width: 1025px) {
    .modal_stagenow_howuse {
      padding: 10px 0 45px; } }
  .modal_stagenow_howuse::after {
    background: url(../../img/lp-mc20/modal/ico-arrow-right.svg) 0 0/cover no-repeat;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px), print {
      .modal_stagenow_howuse::after {
        height: 30px;
        width: 30px; } }
    @media (max-width: 767px) {
      .modal_stagenow_howuse::after {
        height: 14px;
        width: 14px; } }
  .modal_stagenow_howuse li {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
    padding: 50px 15px;
    text-align: center;
    width: calc((100% - 150px) / 2 - 0.1px); }
    @media (max-width: 1025px) {
      .modal_stagenow_howuse li {
        padding: 30px 15px;
        width: calc((100% - 150px) / 2 - 0.1px); } }
    @media (max-width: 767px) {
      .modal_stagenow_howuse li {
        padding: 30px 10px;
        width: calc((100% - 80px) / 2 - 0.1px); } }

.modal_stagenow_howuse_thumb {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .modal_stagenow_howuse_thumb img {
      height: 80px; } }

@media (max-width: 767px) {
  .modal_stagenow_howuse_ttl {
    font-size: 12px; } }

.modal_stagenow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px; }
  .modal_stagenow_list li {
    border: 1px solid #009d72;
    display: inline-block;
    font-weight: bold;
    margin: 6px 8px;
    padding: 0 10px;
    text-align: center; }

.modal_ehs_img {
  margin: 5px auto 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .modal_ehs_img {
      width: 80%; } }

@media (min-width: 768px), print {
  .modal_datawedge_wrap .modal_datawedge_box:nth-child(odd) {
    flex-direction: row-reverse; }
    .modal_datawedge_wrap .modal_datawedge_box:nth-child(odd) .modal_datawedge_thumb {
      margin-right: 2rem; }
  .modal_datawedge_wrap .modal_datawedge_box:nth-child(even) .modal_datawedge_thumb {
    margin-left: 2rem; } }

@media (min-width: 768px), print {
  .modal_datawedge_box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 30px; } }
@media (max-width: 767px) {
  .modal_datawedge_box {
    padding: 0 0 20px; } }

.modal_datawedge_content {
  flex: 1 1 0%; }
  @media (max-width: 767px) {
    .modal_datawedge_content {
      margin-bottom: 20px; } }

.modal_datawedge_list {
  margin: 20px 0; }
  .modal_datawedge_list li {
    margin: 5px 0;
    padding-left: 24px;
    position: relative; }
    .modal_datawedge_list li::before {
      transition: all 0.2s linear 0s;
      color: #009d72;
      content: '\0f058';
      display: inline-block;
      font-family: 'Awesome';
      font-weight: normal;
      left: 0;
      position: absolute; }
      @media (min-width: 768px), print {
        .modal_datawedge_list li::before {
          font-size: 24px;
          top: -8px; } }
      @media (max-width: 767px) {
        .modal_datawedge_list li::before {
          font-size: 20px;
          top: -3px; } }

@media (min-width: 768px), print {
  .modal_datawedge_dot {
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .modal_datawedge_thumb {
    margin: 0 auto 30px;
    text-align: center;
    width: 80%; } }

.modal_soti_wrap .modal_subttl {
  margin-bottom: 40px; }

.modal_soti_logo {
  display: block; }
  @media (min-width: 768px), print {
    .modal_soti_logo {
      margin: 0 auto -15px;
      width: 360px; } }
  @media (max-width: 767px) {
    .modal_soti_logo {
      margin: 0 auto -5px;
      width: 240px; } }

.modal_soti_box {
  display: flex; }
  @media (min-width: 768px), print {
    .modal_soti_box {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .modal_soti_box {
      flex-direction: column-reverse;
      margin-bottom: 50px; } }

.modal_soti_thumb {
  margin-right: 3rem; }
  @media (max-width: 1025px) {
    .modal_soti_thumb {
      margin-right: 2rem;
      width: 36%; } }
  @media (max-width: 767px) {
    .modal_soti_thumb {
      margin: 0 auto;
      text-align: center;
      width: 80%; } }

.modal_soti_content {
  flex: 1 1 0%;
  position: relative; }

.modal_soti_ttl {
  font-weight: bold;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px), print {
    .modal_soti_ttl {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .modal_soti_ttl {
      font-size: 17px; } }

.modal_soti_num {
  position: absolute;
  right: 0;
  top: 0; }
  .modal_soti_num img {
    height: 100px; }
    @media (max-width: 1025px) {
      .modal_soti_num img {
        height: 70px; } }
    @media (max-width: 767px) {
      .modal_soti_num img {
        height: 50px; } }

.lp_subnav {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .lp_subnav {
      margin-top: 50px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .lp_subnav {
      margin-top: 10px;
      margin-bottom: 25px; } }

.lp_subnav_list {
  height: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  flex-wrap: wrap; }
  .lp_subnav_list a {
    transition: all 0.2s linear 0s;
    border: 1px solid #000;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center; }
    .lp_subnav_list a::after {
      transition: all 0.2s linear 0s;
      content: '\0f105';
      display: inline-block;
      font-family: 'Awesome';
      font-size: 18px;
      font-weight: 400;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
    .lp_subnav_list a::after {
      font-size: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg); }
    .lp_subnav_list a:hover {
      transition: all 0.2s linear 0s;
      background: #ccc; }
    @media (min-width: 768px), print {
      .lp_subnav_list a {
        margin-bottom: 15px;
        padding: 10px 0;
        width: calc((100% - 30px) / 3 - 0.1px); }
        .lp_subnav_list a br {
          display: none; } }
    @media (max-width: 767px) {
      .lp_subnav_list a {
        line-height: 1.3;
        margin-bottom: 10px;
        padding: 8px 0;
        width: calc((100% - 10px) / 2 - 0.1px); } }

.highlight {
  color: #0074aa;
  font-weight: 700; }

.mc_cmm_ttl {
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .mc_cmm_ttl {
      margin-bottom: 30px; } }

.mc_cmm_ttl_jp {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .mc_cmm_ttl_jp {
      font-size: 27px; } }

.mc_cmm_ttl_en {
  color: #0074aa;
  display: block;
  font-weight: 700; }

.mc_introtxt {
  margin-bottom: 40px;
  text-align: center; }
  .mc_introtxt a {
    transition: all 0.2s linear 0s;
    color: #009d72;
    text-decoration: underline; }
    .mc_introtxt a:hover {
      transition: all 0.2s linear 0s;
      color: #0074aa;
      text-decoration: none; }
  @media (max-width: 767px) {
    .mc_introtxt {
      margin-bottom: 25px; } }

.mc_top {
  padding-bottom: 126px; }
  @media (max-width: 767px) {
    .mc_top {
      padding-bottom: 75px; } }

.mc_top_wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.mc_mainvisual {
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 500px; }
  @media (max-width: 1025px) {
    .mc_mainvisual {
      height: 500px; } }
  @media (max-width: 767px) {
    .mc_mainvisual {
      display: block;
      padding-bottom: 40px;
      padding-top: 250px;
      height: auto; } }

.mc_mainvisual_img {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: -40%;
  right: -23.5%;
  width: 80%; }
  .mc_mainvisual_img::before {
    content: "";
    background: #0074aa;
    border-radius: 100%;
    position: absolute;
    opacity: 0.05;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  @media (max-width: 767px) {
    .mc_mainvisual_img {
      top: -250px;
      right: -17vw;
      width: 500px; } }
  @media (max-width: 479px) {
    .mc_mainvisual_img {
      right: auto;
      left: 5%; } }

.mc_mainvisual_cont {
  position: relative;
  text-align: center;
  width: 400px;
  z-index: 2; }
  .mc_mainvisual_cont::before {
    background: #F5F9FB;
    border-radius: 100%;
    content: "";
    height: 300px;
    position: absolute;
    left: -80px;
    top: calc(50% - 120px);
    width: 300px;
    z-index: -1; }
  @media (max-width: 767px) {
    .mc_mainvisual_cont {
      width: 300px;
      margin: 0 auto; }
      .mc_mainvisual_cont::before {
        height: 200px;
        top: calc(50% - 80px);
        width: 200px; } }

.mc_mainvisual_logo {
  max-width: 245px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  position: relative; }
  .mc_mainvisual_logo::before {
    background: #0074aa;
    bottom: 0;
    border-radius: 5px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: calc(50% - 25px);
    width: 50px; }
  @media (max-width: 767px) {
    .mc_mainvisual_logo {
      padding-bottom: 15px;
      margin-bottom: 15px; } }

.mc_mainvisual_ttl {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .mc_mainvisual_ttl {
      font-size: 34px; } }

.mc_mainvisual_ttlnote {
  color: #0074aa;
  font-weight: 700; }

.mc_nav_lst li a {
  transition: all 0.2s linear 0s;
  align-items: center;
  background: #0074aa;
  border-radius: 50px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  padding: 5px;
  position: relative;
  text-align: center; }
  .mc_nav_lst li a::before {
    background: url("../../img/mobicontrol/ico-arrow-circle-white.svg") center/contain no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
    width: 30px; }
  .mc_nav_lst li a:hover {
    transition: all 0.2s linear 0s;
    background: #009d72; }
@media (min-width: 768px), print {
  .mc_nav_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .mc_nav_lst li {
      margin-top: 20px;
      width: 46%; }
      .mc_nav_lst li a {
        height: 70px; } }
@media (max-width: 1025px) {
  .mc_nav_lst li a {
    font-size: 18px; } }
@media (max-width: 767px) {
  .mc_nav_lst li {
    margin-top: 10px;
    width: 100%; }
    .mc_nav_lst li a {
      font-size: 18px;
      height: 50px;
      padding-right: 20px; }
      .mc_nav_lst li a::before {
        height: 20px;
        right: 15px;
        top: calc(50% - 10px);
        width: 20px; }
    .mc_nav_lst li:first-child {
      margin-top: 0; } }

.mc_feature_wrap, .mc_emm_wrap, .mc_reason_wrap, .mc_system_wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  position: relative;
  z-index: 1; }

.mc_emm {
  background: #eff8fc;
  padding-top: 40px;
  padding-bottom: 180px;
  position: relative; }
  .mc_emm::before {
    background: #eff8fc;
    border-radius: 100%;
    content: "";
    display: block;
    height: 240px;
    left: -10%;
    position: absolute;
    top: -60px;
    width: 120%; }
  @media (max-width: 767px) {
    .mc_emm {
      padding-top: 0;
      padding-bottom: 120px; }
      .mc_emm::before {
        height: 130px; } }

.mc_emm_top {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  margin-bottom: 70px;
  padding: 48px 35px 60px;
  text-align: center; }
  @media (max-width: 767px) {
    .mc_emm_top {
      border-radius: 30px;
      margin-bottom: 40px;
      padding: 28px 15px 30px; } }

.mc_emm_top_ttl {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 43px; }
  @media (max-width: 767px) {
    .mc_emm_top_ttl {
      font-size: 22px;
      margin-bottom: 25px; } }

.mc_emm_mid {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  margin: 0 auto 70px;
  max-width: 600px;
  padding: 29px 35px 32px;
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .mc_emm_mid {
      border-radius: 30px;
      padding: 20px 15px; } }

.mc_emm_rikaiimg {
  bottom: -30px;
  position: absolute;
  left: 80%;
  width: 41.8%; }

.mc_emm_rikai {
  font-weight: 700; }
  .mc_emm_rikai dt {
    font-size: 30px;
    margin-bottom: 35px; }
    .mc_emm_rikai dt span {
      display: inline-block; }
      .mc_emm_rikai dt span::first-letter {
        color: #0074aa;
        text-transform: uppercase; }
  .mc_emm_rikai dd {
    color: #0074aa;
    font-size: 40px;
    position: relative;
    text-transform: uppercase; }
    .mc_emm_rikai dd::before {
      content: "=";
      color: #000;
      position: absolute;
      transform: rotate(90deg);
      height: 30px;
      line-height: 1;
      left: calc(50% - 10px);
      top: -26px;
      width: 30px; }
  @media (max-width: 767px) {
    .mc_emm_rikai dt {
      font-size: 20px;
      margin-bottom: 25px; }
    .mc_emm_rikai dd {
      font-size: 30px; }
      .mc_emm_rikai dd::before {
        top: -20px; } }

.mc_emm_rikainote {
  font-weight: 700; }

.mc_emm_ability_ttl {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .mc_emm_ability_ttl {
      font-size: 24px;
      margin-bottom: 25px; } }

.mc_emm_ability_lst {
  display: flex;
  flex-wrap: wrap; }
  .mc_emm_ability_lst li {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
    margin-left: 2%;
    padding: 30px 1.75% 24px;
    text-align: center;
    width: 23.5%; }
    .mc_emm_ability_lst li:nth-child(4n + 1) {
      margin-left: 0; }
  @media (max-width: 767px) {
    .mc_emm_ability_lst li {
      border-radius: 20px;
      margin-top: 10px;
      margin-left: 10px;
      width: calc(50% - 5px); }
      .mc_emm_ability_lst li:nth-child(2n + 1) {
        margin-left: 0; }
      .mc_emm_ability_lst li:nth-child(-n + 2) {
        margin-top: 0; } }

.mc_emm_ability_img {
  margin: 0 auto 24px;
  max-width: 80%; }
  @media (max-width: 767px) {
    .mc_emm_ability_img {
      margin-bottom: 12px; } }

.mc_emm_ability_txt {
  font-weight: 700; }

.mc_reason {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 180px;
  position: relative; }
  .mc_reason::before {
    background: #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 240px;
    left: -10%;
    position: absolute;
    top: -60px;
    width: 120%; }
  .mc_reason .mc_cmm_ttl_jp rt {
    font-size: 16px;
    font-weight: normal;
    text-align: center; }
    @media (max-width: 767px) {
      .mc_reason .mc_cmm_ttl_jp rt {
        font-size: 12px; } }
  @media (max-width: 767px) {
    .mc_reason {
      padding-top: 0;
      padding-bottom: 100px; }
      .mc_reason::before {
        height: 130px; } }

@media (min-width: 768px), print {
  .mc_reason_top {
    align-items: center;
    display: flex;
    margin-bottom: 70px; } }
@media (max-width: 767px) {
  .mc_reason_top {
    margin-bottom: 40px; } }

.mc_reason_topcont {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  margin-left: -36%;
  padding: 50px 6%;
  position: relative;
  width: 96%; }
  @media (max-width: 767px) {
    .mc_reason_topcont {
      border-radius: 30px;
      margin: -20px auto 0;
      padding: 20px;
      position: relative;
      text-align: center;
      width: 77%;
      z-index: 1; } }

.mc_reason_topimg {
  margin-left: -140px; }
  @media (max-width: 767px) {
    .mc_reason_topimg {
      margin: 0; } }

.mc_reason_toplbl {
  background: #eff8fc;
  color: #0074aa;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px; }

.mc_reason_topttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .mc_reason_topttl {
      margin-bottom: 5px; } }

.mc_reason_toptxt {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .mc_reason_toptxt {
      margin-bottom: 15px; } }

.mc_reason_toplogo {
  max-width: 100%;
  width: 400px; }
  @media (max-width: 767px) {
    .mc_reason_toplogo {
      margin: 0 auto;
      width: 80%; } }

.mc_issuebox {
  background: #f2f2f2;
  border-radius: 50px;
  padding: 45px 50px 50px;
  position: relative; }
  .mc_issuebox::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50px 0 50px;
    border-color: #f2f2f2 transparent transparent transparent;
    position: absolute;
    bottom: -39px;
    left: calc(50% - 50px); }
  @media (max-width: 767px) {
    .mc_issuebox {
      border-radius: 30px;
      padding: 25px 15px; }
      .mc_issuebox::before {
        border-width: 20px 25px 0 25px;
        bottom: -19px;
        left: calc(50% - 25px); } }

.mc_issuebox_ttl {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 70px;
  padding-bottom: 10px;
  position: relative;
  text-align: center; }
  .mc_issuebox_ttl::before {
    background: #0074aa;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: calc(50% - 25px);
    width: 50px; }
  @media (max-width: 767px) {
    .mc_issuebox_ttl {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 40px; } }

@media (min-width: 768px), print {
  .mc_issue_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px; }
    .mc_issue_lst li {
      max-width: 266px;
      text-align: center;
      width: 30%; } }
@media (max-width: 767px) {
  .mc_issue_lst {
    margin-bottom: 40px; }
    .mc_issue_lst li {
      margin-top: 30px;
      text-align: center; }
      .mc_issue_lst li:first-child {
        margin-top: 0; } }

.mc_issue_lstimg {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .mc_issue_lstimg {
      margin-bottom: 10px; } }

.mc_issue_lsttxt {
  font-weight: 700; }
  @media (max-width: 767px) {
    .mc_issue_lsttxt {
      font-size: 16px; } }

.mc_issuebox_ttl02 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 26px;
  text-align: center; }
  .mc_issuebox_ttl02 span {
    color: #0074aa;
    display: block;
    font-size: 30px;
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .mc_issuebox_ttl02 {
      margin-bottom: 20px; }
      .mc_issuebox_ttl02 span {
        font-size: 24px; } }

@media (min-width: 768px), print {
  .mc_issuebox_cont {
    align-items: center;
    display: flex;
    justify-content: space-between; } }

.mc_issuebox_cont_img {
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  max-width: 400px;
  width: 45%; }
  @media (max-width: 767px) {
    .mc_issuebox_cont_img {
      border-radius: 20px;
      margin-bottom: 20px;
      max-width: none;
      width: 100%; } }

.mc_issuebox_cont_txt {
  max-width: 470px;
  width: 53%; }
  @media (max-width: 767px) {
    .mc_issuebox_cont_txt {
      max-width: none;
      width: 100%; } }

.mc_system {
  background: url("../../img/mobicontrol/bg-feature.png") center/cover no-repeat;
  padding-bottom: 175px;
  position: relative; }
  .mc_system::before {
    background: #0074aa;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 1030px) {
    .mc_system {
      background-attachment: fixed; } }
  @media (max-width: 767px) {
    .mc_system {
      padding-bottom: 120px; } }

.mc_system_boxtop {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  top: -100px;
  text-align: center; }
  .mc_system_boxtop span {
    display: block;
    text-align: center; }
  @media (max-width: 767px) {
    .mc_system_boxtop {
      border-radius: 30px;
      padding: 20px 15px;
      top: -50px;
      width: auto; } }

.mc_system_boxtopimg {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .mc_system_boxtopimg {
      margin-left: auto;
      margin-right: auto;
      width: 80%; } }

.mc_system_boxtopsmttl {
  font-size: 20px; }
  @media (max-width: 767px) {
    .mc_system_boxtopsmttl {
      font-size: 15px; } }

.mc_system_boxtopttl {
  font-size: 40px;
  margin: 14px 0; }
  @media (max-width: 767px) {
    .mc_system_boxtopttl {
      font-size: 22px;
      margin: 5px 0; } }

.mc_system_boxcont {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px;
  margin-top: -50px; }
  .mc_system_boxcont .mc_introtxt {
    width: 100%; }
  @media (max-width: 767px) {
    .mc_system_boxcont {
      border-radius: 30px;
      padding: 20px 15px;
      margin-top: -20px; } }

.mc_system_lst {
  margin-right: 8%;
  width: 40%; }
  .mc_system_lst li {
    font-size: 20px;
    font-weight: 700;
    margin-top: 13px;
    padding-left: 30px;
    position: relative; }
    .mc_system_lst li:first-child {
      margin-top: 0; }
    .mc_system_lst li::before {
      background: url("../../img/mobicontrol/ico-check-lst.svg") center/contain no-repeat;
      content: "";
      height: 20px;
      width: 20px;
      position: absolute;
      top: 8px;
      left: 0; }
  @media (max-width: 767px) {
    .mc_system_lst {
      order: 3;
      width: 100%; }
      .mc_system_lst li {
        font-size: 16px;
        margin-top: 10px; }
        .mc_system_lst li::before {
          top: 5px; } }

.mc_system_boxcont_img {
  max-width: 328px;
  width: 40%; }
  @media (max-width: 767px) {
    .mc_system_boxcont_img {
      order: 2;
      margin: 0 auto 20px;
      text-align: center;
      width: 80%; } }

.mc_feature {
  background: #eff8fc;
  padding-top: 30px;
  padding-bottom: 180px;
  position: relative; }
  .mc_feature::before {
    background: #eff8fc;
    border-radius: 100%;
    content: "";
    display: block;
    height: 240px;
    left: -10%;
    position: absolute;
    top: -60px;
    width: 120%; }
  @media (max-width: 767px) {
    .mc_feature {
      padding-top: 0;
      padding-bottom: 120px; }
      .mc_feature::before {
        height: 130px; } }

.mc_feature_nav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px; }
  .mc_feature_nav li {
    margin-left: 2%;
    margin-top: 20px; }
    .mc_feature_nav li a {
      transition: all 0.2s linear 0s;
      display: flex;
      padding-left: 40px;
      position: relative; }
      .mc_feature_nav li a::before {
        background: url("../../img/mobicontrol/ico-arrow-circle-cmn.svg") center/contain no-repeat;
        content: "";
        display: inline-block;
        height: 30px;
        left: 0;
        position: absolute;
        top: 0;
        width: 30px; }
      .mc_feature_nav li a:hover {
        transition: all 0.2s linear 0s;
        color: #0074aa; }
  @media (min-width: 768px), print {
    .mc_feature_nav li {
      width: 32%; }
      .mc_feature_nav li:nth-child(3n + 1) {
        margin-left: 0; }
      .mc_feature_nav li:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .mc_feature_nav li {
      margin-top: 15px;
      width: 49%;
      font-weight: bold; }
      .mc_feature_nav li:nth-child(2n + 1) {
        margin-left: 0; }
      .mc_feature_nav li:nth-child(-n + 2) {
        margin-top: 0; }
      .mc_feature_nav li a {
        padding-left: 28px; }
        .mc_feature_nav li a::before {
          height: 20px;
          top: 5px;
          width: 20px; } }

@media (min-width: 768px), print {
  .mc_feature_boxwrap {
    display: flex;
    flex-wrap: wrap; } }

.mc_feature_box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  padding: 40px 35px;
  width: 48%;
  margin-top: 40px;
  margin-left: 4%; }
  .mc_feature_box:nth-child(odd) {
    margin-left: 0; }
  @media (max-width: 767px) {
    .mc_feature_box {
      border-radius: 20px;
      margin-top: 20px;
      padding: 20px 15px;
      margin-left: 0;
      width: auto; } }

.mc_feature_boxttl {
  color: #0074aa;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .mc_feature_boxttl {
      font-size: 18px; } }

.mc_feature_boximg {
  text-align: center;
  margin-bottom: 10px; }

@media (min-width: 768px), print {
  .mc_video {
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .mc_video {
    padding-bottom: 50px; } }

.mc_video_inline {
  padding-bottom: 20px; }
  @media (min-width: 768px), print {
    .mc_video_inline {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }

.mc_video_cont h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 7px; }
@media (min-width: 768px), print {
  .mc_video_cont {
    width: 48%; }
    .mc_video_cont h3 {
      font-size: 24px; } }
@media (max-width: 767px) {
  .mc_video_cont h3 {
    font-size: 20px; } }

.mc_video_ct {
  background: #0074aa;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-right: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .mc_video_ct {
      font-size: 16px;
      padding: 1px 18px;
      top: -2px; } }
  @media (max-width: 767px) {
    .mc_video_ct {
      font-size: 14px;
      padding: 1px 10px;
      top: -1px; } }

.mc_video_img {
  position: relative; }
  @media (min-width: 768px), print {
    .mc_video_img {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .mc_video_img {
      margin-bottom: 20px; } }
  .mc_video_img a {
    border-radius: 30px;
    display: block;
    overflow: hidden;
    position: relative; }
    .mc_video_img a::before {
      background: linear-gradient(to bottom, #000, #a8a8a8 50%, #000);
      content: "";
      display: block;
      height: 100%;
      left: 0;
      opacity: .4;
      position: absolute;
      top: 0;
      width: 100%; }
    .mc_video_img a::after {
      transition: all 0.2s linear 0s;
      background: url("../../img/mobicontrol/ico-play-b.svg") center/cover no-repeat;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media (min-width: 768px), print {
        .mc_video_img a::after {
          height: 76.93px;
          width: 101px; } }
      @media (max-width: 767px) {
        .mc_video_img a::after {
          height: 61.7px;
          width: 81px; } }
    .mc_video_img a:hover::after {
      transition: all 0.2s linear 0s;
      background: url("../../img/mobicontrol/ico-play-r.svg") center/cover no-repeat; }

.mc_video_set {
  background: #f2f2f2; }
  @media (min-width: 768px), print {
    .mc_video_set {
      border-radius: 50px;
      padding: 40px; } }
  @media (max-width: 767px) {
    .mc_video_set {
      border-radius: 30px;
      padding: 30px 15px 15px; } }
  .mc_video_set h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 768px), print {
      .mc_video_set h3 {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .mc_video_set h3 {
        margin-bottom: 10px; } }

.mc_video_setct {
  background: #009d72;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: normal; }
  @media (min-width: 768px), print {
    .mc_video_setct {
      display: inline-block;
      margin-right: 15px;
      padding: 2px 18px; } }
  @media (max-width: 767px) {
    .mc_video_setct {
      display: block;
      margin: 0 auto 10px;
      padding: 1px 10px;
      width: 130px; } }

@media (min-width: 768px), print {
  .mc_video_setlist {
    display: flex;
    justify-content: space-between; } }
@media (min-width: 768px), print {
  .mc_video_setlist li {
    width: 31%; } }
@media (max-width: 767px) {
  .mc_video_setlist li {
    margin: 0 auto 10px;
    max-width: 300px; } }

@media (min-width: 768px), print {
  .mc_video_setimg {
    margin-bottom: 7px; } }
@media (max-width: 767px) {
  .mc_video_setimg {
    margin-bottom: 5px; } }

.mc_video_txt img {
  padding-bottom: 1px; }
