<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;
}
 h1 {
    font-size: 0;
    margin: 0;
  }
.logobox {
  display: flex;
  align-items: flex-end;
  text-align: center;
  max-width: 1020px;
  width: 100%;
/*  height: 442px;*/
  margin: 0 auto;
/*  background: url(../../images/plant_app/receipt/top_img_2.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 0px right 0px;
}
.rightbox {
  padding: 0 0 0px 34px;
}
.rightbox_2 {
  display: flex;
}
.rightbox h1 {
  max-width: 256px;
  height: auto;
  margin: 0 auto 30px;
}
.rightbox_1 .img_2 {
  max-width: 438px;
  width: 100%;
  margin: 0 auto;
}
.rightbox_1 .img_3 {
  max-width: 347px;
  width: 100%;
  margin: 0 auto;
}
.rightbox p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 26px;
  line-height: 1.5;
  margin-right: 10px;
}
.rightbox p span {
  font-size: 22px;
}
.top_DLbtn {
  display: flex;
  height: 56px;
}
.top_DLbtn img {
  margin-right: 10px;
}
.top_DLbtn img:last-of-type {
  margin-right: 0;
}
#sec01 {
  background-color: #F7F7F7;
}
.sec01_inner {
  max-width: 700px;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}
h2 {
  max-width: 700px;
  margin: 0 auto 30px;
}
table.starting_list {
  width: 100%;
  background-color: #fff;
  margin-bottom: 35px;
}
table.starting_list th, table.starting_list td {
  padding: 6px 15px;
  border: solid 1px #17BEF5;
  font-size: 15px;
  line-height: 2.1;
  font-weight: bold;
}
table.starting_list th{
	text-align: center;
}
table.starting_list td{
	text-align: left;
}
#sec02, #sec03, #sec04, #sec05 {
  max-width: 940px;
  text-align: center;
  padding: 60px 0;
  margin: 0 auto;
}
#sec03, #sec04 {
  padding: 30px 0;
}
#sec05 {
  padding: 70px 0 0;
}
.sec01_inner_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 914px;
  margin: 0 auto;
}
.sec01_inner_point li {
  width: calc((100% - 72px) / 3);
  margin-bottom: 60px;
  text-align: center;
}
.point_img {
  height: 246px;
  margin-bottom: 20px;
}
.sec01_inner_point li:first-child img {
  width: 152px;
  margin-top: 17px;
}
.sec01_inner_point li:nth-child(2) img {
  width: 235px;
  margin-top: 13px;
}
.sec01_inner_point li:nth-child(3) img {
  width: 255px;
}
.point_text01 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  border-top: 3px solid #45BCF0;
  border-bottom: 3px solid #45BCF0;
  padding: 20px 0;
  margin: 20px 0 40px;
}
.point_text02 {
  text-align: left;
  margin-bottom: 10px;
}
.howto_box {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 40px;
}
.howto_list {
  width: calc((100% - 160px) / 2);
}
p.howto_text01 {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 20px;
}
.howto_img {
  width: 67%;
  margin: 0 auto 40px;
}
p.howto_text02 {
  text-align: left;
	font-size: 18px;
}
.howto_arrow {
  display: flex;
  align-items: center;
}
img.arrow.pc {
  max-width: 70px;
}
.howto_img.right {
  width: 80%;
  padding-top: 70px;
  margin-bottom: 38px;
}
.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;
	display: inline-block;
	font-size: 18px;
}
.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);
}
.kinou_text04:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border: dashed 1px #17BEF5;
  width: 100%;
}

a.inline.cboxElement:hover {
  text-decoration: none;
}
.text_right {
  text-align: right;
}
.kinou_text04.faq:hover{
	text-decoration: underline;
}
.kinou_text04.faq:before{
	content: none;
}
/* モーダル */
#cboxOverlay {
  background: #F0F4F6;
}
#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: 30px;
	text-align: center;
}
.shop_modal_inner {
  overflow: hidden;
  max-width: 720px;
  text-align: center;
  padding: 0px 150px 10px;
}
.shop_modal_inner img {
  max-width: 307px;
}
.shop_modal_inner p, .shop_modal_copy {
  font-size: 15px;
  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;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 10px auto 0;
  text-align: center;
  color: #ffffff;
  padding: 12px 0px 10px 0px;
  cursor: pointer;
  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 40px 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;
}
.text_small {
  font-size: 13px;
}
#sec02{
	padding: 50px 0;
}
.sec02_ttl {
 width: 59%;
    margin: 0 auto 35px;
    max-width: 552px;
}
.sec02_bnr {
  width: 75%;
    margin: 0 auto 25px;
    max-width: 700px;
}
.sec02_p {
  margin-bottom: 40px;
}
.bluebtn {
  max-width: 440px;
  margin: 30px auto 0;
  transition: .5s;
}
.bluebtn + .bluebtn{
	margin-top: 10px;
}
.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;
}
section#sec03 {
/*
  border-top: solid 2px #F1E769;
  border-bottom: solid 2px #F1E769;
*/
  padding: 70px 0 0px;
}
.sec03_p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.app_download {
  display: flex;
  align-items: center;
}
.app_download_QR {
  width: 80%;
}
.app_download_btn {
  width: 40%;
  padding: 0 20px;
}
.app_download_btn p {
  font-weight: bold;
}
.app_download_btn .bluebtn a {
  margin-bottom: 10px;
}
section#sec05 h2 {
  padding-top: 40px;
}
/*===================================================
  よくある質問
  ===================================================*/
*, *::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;
}
#sec05 h2{
		margin-bottom: 55px;
	}
span.kinou_text04.faq {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 0;
    margin: 0;
  }
  .logobox.pc, .app_download.pc, .pc {
    display: none;
  }
  br.sp, .logobox.sp, .app_download.sp, .sp {
    display: block;
  }
  .sec01_inner {
    padding: 22px 8px 22px;
  }
  #sec02, #sec03 {
    padding: 40px 8px;
  }
  #sec04 {
    padding: 0 10px 40px;
  }
  #sec05 {
    padding: 40px 8px 20px;
  }
  .sec01_inner_point, .sec03_inner_step {
    display: block;
  }
  .sec01_inner_point li, .sec03_inner_step li {
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
  }
  .sec01_inner_point li:last-of-type, .sec03_inner_step li:last-of-type {
    margin-bottom: 95px;
  }
  h2 {
    width: 87%;
    max-width: 314px;
    margin: 0 auto 30px;
  }
  #sec00 {
    padding: 0px;
  }
  .logobox {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
/*    height: 375px;*/
    margin: 0 auto;
/*    background: url(../../images/plant_app/receipt/top_img_sp_2.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .top_logo_1 {
    width: 100%;
    max-width: 168px;
    margin: 0px auto 20px;
    padding-top: 20px;
  }
  .top_logo_2 {
    width: 100%;
    max-width: 205px;
    margin: 0 auto;
  }
  .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 0px;
  }
  .sec01_inner_point {
    width: 95%;
    margin: 0 auto;
  }
  .point_text01 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    border-top: 3px solid #45BCF0;
    border-bottom: 3px solid #45BCF0;
    padding: 18px 0;
    margin: 20px 0 30px;
  }
  table.starting_list {
    width: 95%;
    background-color: #fff;
    margin-bottom: 35px;
    margin: 0 auto 30px;
  }
  .point_text02 {
    text-align: left;
    margin: 0 auto;
    width: 95%;
    font-size: 18px;
    line-height: 1.6;
  }
  .howto_box {
    display: block;
    ;
    padding: 0;
  }
  .howto_list {
    width: 80%;
    margin: 0 auto;
  }
	.howto_list.spb {
		padding-bottom: 78px;
  }
  p.howto_text01 {
    font-size: 20px;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .howto_img {
    width: 100%;
    max-width: 245px;
    margin: 0 auto 30px;
    padding-right: 40px;
}
  p.howto_text02 {
    text-align: center;
  }
  .howto_arrow {
    display: block;
    width: 100%;
    margin: 40px auto;
    max-width: 70px;
}
  img.arrow.sp {
    transform: rotate(90deg);
  }
  .howto_img.right {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 38px;
}
  .kinou_text04 {
    left: 0%;
  }
	
	span.kinou_text04{font-size: 15px;}
  .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_ttl {
    width: 90%;
    padding-top: 0px;
    margin: 0 auto 25px;
  }
  .sec02_bnr {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec02_p {
/*    width: 95%;*/
    margin: 0 auto 30px;
	font-size: 15px;
    text-align: left;
	  letter-spacing: 0;
	}
	.bluebtn {
	margin: 30px auto 30px;
	}
  .bluebtn a {
    width: 80%;
  }
  section#sec03 {
/*
    border-top: solid 3px #F1E769;
    border-bottom: solid 3px #F1E769;
*/
    padding: 20px 0 30px;
    width: 95%;
}
	.sec03_p {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 40px;
/*    text-align: left;*/
    margin: 0 auto;
	padding: 20px 15px 20px;
/*	border-bottom: solid 3px #F1E769;*/
		letter-spacing: 0;
}
	#cboxOverlay {
  background: #F0F4F6!important;
}
	#sec05 h2{
		margin-bottom: 45px;
	}
	span.kinou_text04.faq {
    font-size: 16px;
	letter-spacing: -1px;
}
}</pre></body></html>