<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*, *::after, *::before {
    box-sizing: border-box;
    font-feature-settings: "palt"1;
  }
img {
    width: 100%;
}
a {
  color: #333333;
}
br.sp,.logobox.sp,.app_download.sp,.sp {
    display: none;
}
.red {
    color: #ED4666;
}
/* main_visual
-----------------------------------------*/
#sec00 {
    background-color: #EFFBFF;
}
.logobox {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 980px;
    width: 100%;
    height: 442px;
    margin: 0 auto;
    background: url(../..//images/plant_app/top_img_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom 0px right 0px;
}
.rightbox{
  padding: 0 0 20px 35px;
}
.rightbox h1{
  max-width: 273px;
  height: auto;
    margin: 0 auto 30px;
}
.rightbox p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}
.rightbox p span{
    font-size: 28px;
}
.top_DLbtn {
    display: flex;
    height: 57px;
}
.top_DLbtn img{
    margin-right: 18px;
}
.top_DLbtn img:last-of-type {
    margin-right: 0;
}
#sec01 {
    background-color: #F7F7F7;
}
.sec01_inner,
#sec02,#sec03,#sec04,#sec05  {
    max-width: 940px;
    text-align: center;
    padding: 60px 0;
    margin: 0 auto;
}

#sec03,#sec04 {
    padding: 30px 0;
}
#sec05 {
  padding: 40px 0 0;
}
h2 {
    width: 80%;
    margin: 0 auto 55px;
}
.sec01_inner_point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec01_inner_point li {
    width: 50%;
    padding: 0 50px;
    margin-bottom: 90px;
}
h3 {
    margin-bottom: 15px;
}
h3 img{
    height: 49px;
    width: auto;
}
.kinou_img{
    width: 60%;
    margin: 0 auto;
}
.kinou_text01 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-top: 3px solid #45BCF0;
    border-bottom: 3px solid #45BCF0;
    padding: 10px 0;
    margin: 15px 0;
}
.kinou_text02 {
    text-align: left;
    margin-bottom: 15px;
}
.circle_arrow{
    position: relative;
    padding-right: 20px;
}
.circle_arrow::after {
    position: absolute;
    content: '\f138';
    font-family: 'FONTAWESOME';
    color: #17BEF5;
    font-size: 18px;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
}
.kinou_text04 {
    position: relative;
    padding-right: 20px;
}
.kinou_text04::after {
    position: absolute;
    content: '\f061';
    font-family: 'FONTAWESOME';
    color: #17BEF5;
    font-size: 18px;
    top: 50%;
    margin-left: 5px;
    transform: translate(0px, -50%) rotate(-45deg);
}
.text_right {
    text-align: right;
}

/* モーダル */
#cboxOverlay {
	background: #F0F4F6!important;
}

#cboxContent {
	margin-top: 60px;
	margin-bottom: 10px;
	overflow: visible;
	background: #fff;
}

.shop_inner {
  padding: 15px 4% 15px;
  /*min-width: 300px;*/
  width: auto;
  box-sizing: border-box;
}
.shop_modal_photo {
  float: none;
  width: auto;
  
}
.shop_modal_photo img {
  border: 1px solid #def1f4;
  margin: 0 0 30px 0;
}
.shop_modal_name {
  font-size: 120%;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 27px;
	text-align: center;
}
.shop_modal_inner {
  overflow: hidden;
  max-width: 720px;
  text-align: center;
  padding: 50px 150px 10px;
}
.shop_modal_inner img{
  max-width: 307px;
}
.shop_modal_inner p,
.shop_modal_copy {
  font-size: 95%;
  line-height: 28px;
  margin: 20px 0;
}
.shop_modal_title {
  font-size: 140%;
  line-height: 1.4;
  color: #60bad8;
  font-weight: bold;
  margin: 20px 0 20px;
  padding: 0;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0 none;
	height: 64px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: -65px;
  right: -10px;
	width: 64px;
}

.btn_close {
  font-size: 95%;
  line-height: 1;
  /*border: 2px solid #cc0000;*/
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  padding: 12px 0px 10px 0px;
  cursor: pointer;
  margin-top: 30px;
  letter-spacing: 1px;
  background-color: #14A2D0;
}
.btn_close span {
  padding-left: 20px;
  background: url(../../images/close.png) left center no-repeat;
}
.btn_close:hover {
  /*background-color: #fff4f4;*/
}
#cboxContent a:hover {
  text-decoration: none;
}
  #cboxContent {
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: visible;
	background: #fff;
}
  .shop_inner {
  /*width: 800px; */
  padding: 50px 50px 40px;
  box-sizing: border-box;
}
.shop_modal_photo {
  float: left;
}
.shop_modal_photo img{
  width: 90%;
  max-width: 320px;
  margin:0 0px 30px 0;
}
  
.shop_modal_inner p,
.shop_modal_copy {
  line-height: 22px;
  text-align: left;
}
.shop_modal_title {
  font-size: 200%;
}
  #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0 none;
	height: 64px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
  right: 5px;
	width: 64px;
}
.btn_close {
  max-width: 200px;
  }
/* モーダルここまで */

h4{
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3em;
}
h4 span{
    font-size: 18px;
}
h4 b{
  font-size: 24px;
}

#sec02::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 80px;
    background: url(../..//images/plant_app/ppay_icon.png) no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}
.sec02_table {
  max-width: 740px;
    border: solid 3px #AFE1F2;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto 55px;
}
.table_text01{
    font-size: 18px;
    font-weight: bold;
}
.sec02_table table {
    border-collapse:  collapse;
    width: 80%;
    margin: 20px auto 13px;
}
.sec02_table table th {
    border: solid 1px #AFE1F2;
    padding: 5px 20px;
    text-align: left;
}
.text_small{
  font-size: 13px;
}
.sec02_table table td {
    border: solid 1px #AFE1F2;
    padding: 10px;
    text-align: center;
    width: 150px;
}
.sec02_inner_02 {
    margin: 80px 0 50px;
}
.head-border {
    display: flex;
    align-items: center;
    max-width: 80%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 auto 30px;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #17BEF5;
}
.head-border:before {
    margin-right: 1rem;
}
.head-border:after {
    margin-left: 1rem;
}

.riyoucyu p span{
    font-size: 14px;
    font-weight: normal;
}
.riyoucyu_arrow {
    display: inline-block;
    font-size: 19px;
    line-height: 1.3em;
    font-weight: bold;
    position: relative;
}
.riyoucyu_arrow::before {
    position: absolute;
    content: '\f061';
    font-family: 'FONTAWESOME';
    color: #17BEF5;
    font-size: 15px;
    top: 1.2rem;
    left: -20px;
    transform: translate(0px, -50%);
}
.bluebtn {
    max-width: 440px;
    margin: 20px auto 30px;
    transition: .5s;
}
.bluebtn a{
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #17BEF5;
    border-radius: 40px;
    padding: 12px 0;
    transition: .5s;
    text-decoration: none;
}

.bluebtn a::after {
    position: absolute;
    content: '\f138';
    font-family: 'FONTAWESOME';
    color: #fff;
    font-size: 22px;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%);
}
.bluebtn:hover {
  opacity: 0.5;
  text-decoration: none;
}

.bluebtn.arrow_none a::after {
  content: none;
}
.riyoucyu .bluebtn.arrow_none a:hover {
  opacity: 1;
}

.sec03_inner_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec03_inner_step li {
    width: calc(100% / 3);
    margin-bottom: 90px;
}
.sec03_inner_step h3 img{
    height: 70px;
    width: auto;
}
.step_img {
    max-width: 260px;
    margin: 0 auto 20px;
}
.app_download {
    display: flex;
}
.app_download_QR {
    width: 60%;
}
.app_download_btn{
    width: 40%;
    padding: 0 20px;
}
.app_download_btn p{
    font-weight: bold;
}
.app_download_btn .bluebtn a{
    margin-bottom: 10px;
}
.sec4_inner {
    border-width: 3px;
    border-style: solid;
    border-color: rgb(175, 225, 242);
    border-image: initial;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0px 50px;
}
.sec4_inner p{
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
}
.sec4_inner .sec4_inner_title{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
#sec04 ul {
    display: flex;
    justify-content: space-between;
}
#sec04 ul li {
    width: calc(100% / 3 - 20px);
}

/* 約款 */
.yakkan {
  display: flex;
  justify-content: center;
}
.yakkan p {
  margin-right: 50px;
}
.yakkan p:last-of-type {
  margin-right: 0;
}



  /*===================================================
  よくある質問
  ===================================================*/
  *, *::after, *::before {
    box-sizing: border-box;
  }

  .accordion {
    max-width: 854px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px auto 0px;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  /*------------------------------

  ここからアコーディオンのCSS

  ------------------------------*/
  /* チェックボックスは非表示 */
  .accordion-hidden {
    display: none;
  }
  /* Question部分 */
  .accordion-open {
    display: block;
    /*    background: #fff;*/
    cursor: pointer;
    margin: 5px 0;
    position: relative;
  }
  /* 開閉状態を示すアイコン+の作成 */
  .accordion-open::before, .accordion-open::after {
    content: '';
    width: 21px;
    height: 2px;
    background: #45BCF0;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-300%);
  }
  /* 一本は縦にして+を作る */
  .accordion-open::after {
    transform: translateY(-300%) rotate(90deg);
    transition: .5s;
  }
  /* QとAのデザイン */
  .accordion-open span, .accordion-close span {
    align-items: center;
    /*    background: #fff;*/
    position: absolute;
    left: 0;
    top: 0;
  }
  /* 長い質問の場合、チェックボックスは非表示 */
  .accordion-hidden_1 {
    display: none;
  }
  /* 長い質問の場合、Question部分 */
  .accordion-open_1 {
    display: block;
    /*    background: #fff;*/
    cursor: pointer;
    margin: 5px 0;
    position: relative;
  }
  /* 長い質問の場合、開閉状態を示すアイコン+の作成 */
  .accordion-open_1::before, .accordion-open_1::after {
    content: '';
    width: 21px;
    height: 2px;
    background: #45BCF0;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-300%);
  }
  /* 長い質問の場合、一本は縦にして+を作る */
  .accordion-open_1::after {
    transform: translateY(-300%) rotate(90deg);
    transition: .5s;
  }
  /* 長い質問の場合、QとAのデザイン */
  .accordion-open_1 span, .accordion-close_1 span {
    /*    background: #fff;*/
    position: absolute;
    left: 0;
    top: 0;
  }
  .Q_icon {
    max-height: 40px;
    width: auto;
    transform: translatey(11%);
  }
  .Q_icon_1 {
    max-height: 40px;
    width: auto;
    transform: translatey(-10%);
  }
  label {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .question {
    color: #333333;
    align-items: center;
    font-weight: 400;
    border-bottom: solid 1px #A1D6E6;
    padding-bottom: 20px;
    text-align: left;
  }
  .answer01 {
    display: flex;
    font-weight: normal;
  }
  .answer01 p {
    padding-left: 40px;
    position: relative;
  }
  .answer01 p::before {
    content: "A";
    color: #45BCF0;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 3.5rem;
    line-height: 1;
  }
  /*Q12のみ*/
  .answer01 .a_text {
    padding-left: 40px;
    position: relative;
    text-align: left;
  }
  .answer01 .a_text::before {
    content: "A";
    color: #45BCF0;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 3.5rem;
    line-height: 1;
  }
  .answer01 .answer_tenpo {
    display: flex;
    flex-wrap: wrap;
  }
  .answer01 .tenpo {
    font-weight: bold;
    margin-top: 15px;
  }
  .answer01 .answer_tenpo dt {
    float: left;
    width: 120px;
    text-align: left;
  }
  .answer01 .answer_tenpo dd {
    width: calc(100% - 120px);
    text-align: left;
  }
  .answer01 .text {
    margin-top: 15px;
  }
  /*Q12のみ*/
  h2.answer02 {
    color: #45BCF0;
    font-weight: lighter;
    letter-spacing: 0;
    font-size: 35px;
  }
  .accordion h5 {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
  }
  .accordion p {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
  }
  .Q_text {
    margin: 0 15px;
    padding: 0 35px;
    font-size: 1.6rem;
  }
  /* アコーディオンが開いたら縦棒を横棒にして-にする */
  .accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-300%) rotate(0);
  }
  /* Answer部分 */
  .accordion-close {
    display: block;
    height: 0; /* 要素の高さは0 */
    overflow: hidden; /* 非表示 */
    padding: 0 0 0 60px;
    opacity: 0;
    transition: 0.5s; /* 表示速度の設定 */
    position: relative;
  }
  /* チェックボックスにチェックが入ったらAnswer部分を表示する */
  .accordion-hidden:checked + .accordion-open + .accordion-close {
    height: auto;
    opacity: 1;
    padding: 10px 10px 10px 10px;
    background: #fff;
    font-weight: 700;
  }
  /* 長い質問の場合、アコーディオンが開いたら縦棒を横棒にして-にする */
  .accordion-hidden_1:checked + .accordion-open_1:after {
    transform: translateY(-300%) rotate(0);
  }
  /* 長い質問の場合、Answer部分 */
  .accordion-close_1 {
    display: block;
    height: 0; /* 要素の高さは0 */
    overflow: hidden; /* 非表示 */
    padding: 0 0 0 60px;
    opacity: 0;
    transition: 0.5s; /* 表示速度の設定 */
    position: relative;
  }
  /* 長い質問の場合、チェックボックスにチェックが入ったらAnswer部分を表示する */
  .accordion-hidden_1:checked + .accordion-open_1 + .accordion-close_1 {
    height: auto;
    opacity: 1;
    padding: 10px 10px 10px 10px;
    /*    background: #fff;*/
    font-weight: 700;
  }


@media screen and (max-width: 768px) {
    .logobox.pc,.app_download.pc,.pc {
      display: none;
    }
    br.sp,.logobox.sp,.app_download.sp,.sp {
      display: block;
    }
    .sec01_inner {
      padding: 15px 8px 60px;
    }
    #sec02,#sec03 {
      padding: 40px 8px;
    }
    #sec04 {
      padding: 0 10px 40px;
    }
    #sec05 {
      padding: 10px 8px 20px;
    }
    .sec01_inner_point,.sec03_inner_step {
      display: block;
    }
    .sec01_inner_point li,.sec03_inner_step li {
      width: 100%;
      padding: 0;
      margin-bottom: 90px;
    }
    .sec01_inner_point li,.sec03_inner_step li {
      width: 100%;
      padding: 0;
      margin-bottom: 90px;
    }
    .sec01_inner_point li:last-of-type,
    .sec03_inner_step li:last-of-type  {
      margin-bottom: 30px;
    }
    h2 {
      width: 86%;
      margin: 0 auto 45px;
    }
    #sec00 {
      padding: 10px;
    }
    .logobox {
      display: flex;
      align-items: center;
      text-align: center;
      max-width: 940px;
      width: 100%;
      height: 496px;
      margin: 0 auto;
      background: url(../..//images/plant_app/top_img_sp_3.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
    }
    .top_DLbtn {
    display: flex;
    height: auto;
    }
    .sec01_inner .DLbtn-sp {
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;
      padding: 15px 0;
      margin: 0 0 30px;
    }
    .DLbtn-sp p{
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 9px;
      line-height: 2em;
    }
    .DLbtn-sp p span{
      font-size: 23px;
    }
    .DLbtn-sp .top_DLbtn a{
        margin: 0 5px;
    }
    .app_download {
        display: block;
    }
    .app_download .app_download_text {
      margin-bottom: 20px;
    }
    .app_download .DLbtn-sp{
      padding: 30px 0 10px;
    }
    .shop_modal_inner {
      max-width: 300px;
      padding: 0;
    }
    .shop_inner {
      padding: 30px 15px 15px;
    }
    .shop_modal_inner {
      width: 100%;
    }
	.shop_modal_name {
		font-size: 20px;
	}
/*
	.shop_modal_inner img {
    max-width: 200px;
}
*/
	.shop_modal_inner p{
		font-size: 14px;
	}
	.text_small {
    font-size: 12px;
}
    .sec02_text01 {
      text-align: left;
      width: 80%;
      margin: 0 auto;
    }
    .sec02_table {
      padding: 20px;
      margin: 20px 7px 50px;
    }
    .sec02_table table {
        width: 100%;
    }
    .sec02_table table th {
        padding: 10px;
    }
    .sec02_table table td {
        padding: 7px;
        width: 70px;
    }
    .head-border {
      max-width: 90%;
  }
    .bluebtn a{
      width: 80%;
    }

    .sec4_inner {
        padding: 22px 22px 10px;
        margin: 0 0 30px;
    }
    .sec4_inner p{
        text-align: left;
        margin-bottom: 10px;
    }
    #sec04 ul {
        display: block;
    }
    #sec04 ul li {
        width: 100%;
    }
    .sec4_inner .bluebtn a{
      width: 92%;
    }
    /* 約款 */
    .yakkan {
      display: block;
    }
    .yakkan p {
      margin-right: 0;
      margin-bottom: 20px;
    }
    .yakkan p:last-of-type {
      margin-bottom: 0;
    }
}</pre></body></html>