<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===============================

    common

================================*/
#base{
  width: auto;
  min-width: 1220px;
}

body{
  color: #333;
  font: 400 16px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: .1em;
}

div#cont { margin: 0; }

.wrapper_main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 1220px;
}

.section_box {
  padding: 30px 0;
}

.section_box.hasBgc { background-color: #F3F6F7; }
.section_box.hasBgc-dark { background-color: #C8C8C8; }
.section_box.contact { margin-bottom: 30px; }


.section_box_inner {
  margin: auto;
  width: 730px;
}

.img_logo { margin-right: 5px; }

/* 段落 */
.text_normal {}

.text_normal + .text_normal { margin-top: 20px; }


/*
    hero image
================================*/
.area_heroImg {
  margin-bottom: 30px;
}

.top_kyevisual {
  /*background: url("../../img/leaf/leaftop_bg.jpg") no-repeat center center / cover;*/
  height: 412px;
  width: 100%;
}

.top_kyevisual_image {
  margin: auto;
  position: relative;
  width: 980px;
}

.top_kyevisual_contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 5%;
  bottom: 7%;
  width: 280px;
}

.top_kyevisual_contact &gt; .link_btn {
  margin: 0;
  width: 45%;
}


@media screen and ( max-width:768px ){
  .top_kyevisual_contact { right: 4%; width: 222px; }
}

@media screen and ( max-width:599px ){
  .top_kyevisual_contact { display: none; }
}


/*
    main column
================================*/
.container_main {
  /*background-color: beige;*/
  width: 980px;
}

.container_inner {
  background-color: seashell;
  margin: auto;
  width: 730px;
}

/*
    side column
================================*/
.container_side {
  font-size: 12px;
  width: 200px;
}

.box_sideBan { margin-bottom: 8px; }

.box_sideBan p + p { margin-top: 8px; }

.box_sideBan img { display: block; }

.box_sideBan a { display: block; }

.box_sideBan a:hover { opacity: .6; }


@media screen and (max-width:768px){
  #base { min-width: auto; }
  .wrapper_main { width: 100%; }
  .area_heroImg { margin-bottom: 0; }
  .top_kyevisual { height: auto; }
  .top_kyevisual_image { width: 100%; }
  #js_localNav { display: none; }
  .container_main { width: 100%; }
  .container_side { display: none; }
  .section_box { padding: 30px 10px; }
  .section_box_inner { width: 100%; }
}


/*
    local navi
================================*/
.area_localNavi {
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  box-shadow: rgb(170, 170, 170) 0px 4px 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  letter-spacing: 0;
  justify-content: center;
  position: relative;
}

.area_localNavi_logo {
  -webkit-flex: 0 0 120px;
  -moz-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  -o-flex: 0 0 120px;
  flex: 0 0 120px;
  text-align: center;
}

.area_localNavi_contact {
  -webkit-flex: 0 0 120px;
  -moz-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  -o-flex: 0 0 120px;
  flex: 0 0 120px;
  padding: 0 8px;
  text-align: center;
}

.area_localNavi_contact &gt; .link_btn,
.area_localNavi_contact &gt; .link_btn.blue {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  padding: 3px;
  transition: .3s;
}

.area_localNavi_contact &gt; .link_btn:hover,
.area_localNavi_contact &gt; .link_btn.blue:hover {
  opacity: .6;
  transform: none;
  }


.navi_localWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 0 0 980px;
  -moz-flex: 0 0 980px;
  -ms-flex: 0 0 980px;

  -o-flex: 0 0 980px;
  flex: 0 0 980px;
  justify-content: space-between;
}

.navi_local {
  border-left: 1px dotted #333;
  border-right: 1px dotted #333;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 14px;
}

.navi_local_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}

.navi_local_item + .navi_local_item { border-left: 1px dotted #333; }

.navi_local_link {
  -ms-align-items: center;
  align-items: center;
  color: inherit;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 4.5em;
  justify-content: center;
  text-decoration: none;
  transition: .3s opacity;
  width: 100%;
}

.navi_local_item:nth-of-type(2n+1) &gt; .navi_local_link { border-top: 3px solid #F3001E; }
.navi_local_item:nth-of-type(2n) &gt; .navi_local_link { border-top: 3px solid #9E0D2C; }

.navi_local_link:hover {
  color: inherit;
  opacity: .7;
  text-decoration: none;
}

/* ハンバーガーメニュー */
.m_localNav__toggle{
  position: relative;
  display: block;
  width: 64px;
  height: 70px;
}
.m_localNav__toggle--colorTheme{
  background: #00c77f;
}
.m_localNav__toggleLine{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 50%;
  height: 2px;
  margin: auto;
  transition: .3s transform;
}
.m_localNav__toggleLine--first{
  transform: translateY(-12px);
}
.m_localNav__toggleLine--third{
  transform: translateY(12px);
}
.m_localNav__toggle--colorTheme .m_localNav__toggleLine{
  background: #fff;
}

.is_active .m_localNav__toggleLine--first{
  transform: rotate(45deg);
}
.is_active .m_localNav__toggleLine--second{
  transform: rotate(45deg);
}
.is_active .m_localNav__toggleLine--third{
  transform: rotate(-45deg);
}
/* ハンバーガーメニュー */

/*#js_localNav.is_fixed { padding-top: 70px; }*/

#js_localNav__body.is_fixed  {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

@media screen and (max-width:768px ) {
  .navi_local {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(-100%, 100%);
    transition: .3s all;
  }
}


/*
    link
================================*/
.link_normal {
  color: #052674;
  text-decoration: none;  
}

.link_normal:hover {
  color: #005580;
  text-decoration: underline;
}

/* button */
.contact_box {
  /*margin: auto;
  width: 30%;*/
}

@media screen and (max-width:599px) {
  .contact_box { width: 80%; }
}

.link_btn {
  background-color: #F3001E;
  border-radius: 5px;
  box-shadow: 0 4px 0 #a30a24;
  color: #fff;
  display: block;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.link_btn.blue {
  background-color: #2b7ab7;
  box-shadow: 0 4px 0 #115063;
}

.link_btn:hover {
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  transform: translateY(4px);
}

.link_btn.gold {
  background-color: #e4c572;
  box-shadow: 0 4px 0 rgba(119,105,70,.9);
  color: #000;
}

.link_btn.gold:hover {
  box-shadow: none;
  color: #000;
  text-decoration: none;
  transform: translateY(4px);
}


/* 矢印 */
.link_hasArw {
  align-items: center;
  display: flex;
}

.link_hasArw::before {
  border-top: 3px solid #214866;
  border-right: 3px solid #214866;
  content: "";
  display: inline-block;
  height: .5em;
  margin-right: 5px;
  transform: rotate(45deg);
  width: .5em;
}

/*
    list
================================*/
/* ・（中黒） */
.list_bullet {}

.list_bullet_item {
  padding-left: 1em;
  text-indent: -1em;
}

/* tag */
.list_tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px;
}

.list_tag_item {
  background-color: #666;
  border-radius: 25px;
  color: #fff;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 10px;
  line-height: 1;
  margin: 3px;
  padding: 5px 10px;
}

.list_tag_item.function { background-color: #2D589B; }
.list_tag_item.sales { background-color: #D70016; }
.list_tag_item.info { background-color: #56A98F; }

/* ■ */
.list_hasMark {
  padding-left: 1.2em;
}

.list_hasMark_item {
  font-size: 14px;
  line-height: 1.4;
  text-indent: -1.2em;
}

.list_hasMark_item + .list_hasMark_item { margin-top: 15px; }

.list_hasMark_item::before {
  background-color: #D60429;
  content: "";
  display: inline-block;
  height: .8em;
  margin-right: 5px;
  width: .8em;
}

/* 数字付 */
.list_hasNum { margin-bottom: 30px; }

.list_hasNum_item {
  padding-left: 2em;
  text-indent: -2em;
}

/* 導入までの流れ */
.list_flow {
  margin: auto;
  width: 80%;
}

.list_flow_item {
  -ms-align-items: center;
  align-items: center;
  /*background-color: #CBDED1;*/
  border-color: #D60429;
  border-style: solid;
  border-width: 5px 1px 1px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  padding: 20px;
  position: relative;
  text-align: center;
}

.list_flow_item + .list_flow_item { margin-top: 70px; }

.list_flow_item::after {
  border: 20px solid transparent;
  border-top: 20px solid #D60429;
  border-bottom: 0;
  content: "";
  position: absolute;
  bottom: -65%;
  left: 50%;
  transform: translateX(-50%);
}

.list_flow_item:last-child::after { content: none; }

.list_flow_item &gt; img { margin-right: 10px; }

.list_flow_num {
  color: #D60429;
  font-size: 2em;
  line-height: 1;
  margin-right: 10px;
}

/* 注意書き */
.list_note { margin: 10px 0; }

.list_note_item {
  color: #666;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 599px) {
  .list_flow_item { flex-direction: column; align-items: center; font-size: 16px; }
  .list_flow_item + .list_flow_item { margin-top: 30px; }
  .list_flow_item::after { content: none; }
}


/*===============================

    contents body

================================*/
.text_intoroduction {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}


/*
    見出し
================================*/
.heading_primary {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

/* アイコンあり（電球） */
.heading_hasIcon {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}

.heading_hasIcon.fz-huge { font-size: 34px; }
.heading_hasIcon.fz-md { font-size: 20px; }


.heading_hasIcon::before {
  background: url("../../img/plants/rp_light_r.svg") no-repeat center center / contain;
  content: "";
  display: inline-block;
  height: 2em;
  margin-right: 10px;
  width: 2em;
}

.heading_hasIcon &gt; span {
  display: block;
  letter-spacing: 0;
}

.heading_hasIcon &gt; span &gt; span {
  display: block;
  font-size: .6em;
}

.heading_contact {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .heading_hasIcon { flex-direction: column; }
  #one-day {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
  }
  #one-day img { width: 100px; }
  .heading_hasIcon.fz-huge { font-size: 18px; }
  .heading_hasIcon.fz-md { font-size: 18px; }
}


/*
    背景画像あり
================================*/
.area_bgImage {
  /*background: url("../../img/plants/rp_base_red.png") repeat-y center top / cover;*/
}

.area_bgImage.circle {
  /*background: url("../../img/plants/rp_base_blue.png") repeat-y center top / cover;*/
}

.area_bgImage_inner {
 /* margin: auto;
  width: 730px;*/
}

@media screen and (max-width:599px) {
  .area_bgImage_inner { width: 100%; }
}
  
  
/*
    flex box
================================*/
.box_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.box_flex-hasGutterSm  { margin: -15px; }
.box_flex-hasGutterMd { margin: -20px; }

.box_flex_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
}

.box_flex-hasGutterSm &gt; .box_flex_inner { padding: 15px; }
.box_flex-hasGutterMd &gt; .box_flex_inner { padding: 20px; }

.box_flex-full {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.box_flex-full_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}


/* ３つの特長 */
.box_flex.feature { margin: -30px; }
.box_flex.feature &gt; .box_flex_inner { padding: 30px; }

/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}


/*
    Remote-Plantsが選ばれる理由
================================*/
.box_point {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.box_point_img {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.box_point_icon {
  margin: 20px 0;
  text-align: center;
}

.box_point_txt {}


/*
    サインボード型（よくあるお悩み・課題）
================================*/
.menu_signboard {
  cursor: pointer; 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.menu_signboard_inner {
  background-color: #dceff4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-bottom: 2px;
  width: 100%;
}

.menu_signboard_ttlBox {
  /*background-color: #dceff4;*/
  background-position: bottom right;
  background-repeat: no-repeat;
  min-height: 150px;
  padding: 30px;
}

.menu_signboard_ttlBox.koushou { background-image: url("../../img/plants/rp_trouble_record.png"); }
.menu_signboard_ttlBox.gokinjo { background-image: url("../../img/plants/rp_trouble_neighborhood.png"); }
.menu_signboard_ttlBox.contentskanri { background-image: url("../../img/plants/rp_trouble_ahare.png"); }
.menu_signboard_ttlBox.team { background-image: url("../../img/plants/rp_trouble_everyone.png"); }


.menu_signboard_ttl {}

.menu_signboard_contents {
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0 2px;
  padding: 10px;
}

.menu_signboard_txt { font-size: 14px; }

.menu_signboard_more {
  border: 1px solid #ccc;
  font-size: 12px;
  margin: auto 0 0 auto;
  padding: 5px;
}

.menu_signboard_more::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;  
}



/*
    カード型
================================*/
.menu_cards_outer {
  box-shadow: 5px 5px 0 #ccc;
  cursor: pointer; 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  width: 100%;
}

/*.menu_cards_outer::before {
  background-color: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
}*/

.menu_cards {
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
}

.menu_cards::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.menu_cards_inner {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: space-around;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
}

.menu_cards_inner::before {
  color: #ccc;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;  
  position: absolute;
  top: -1px;
  right: -1px;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #ccc;
  display: block;
  line-height: 1.5em;
  text-align: center;
}

.menu_cards_num {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}

.menu_cards_num.onMarker {
  background: linear-gradient(transparent 50%, #F299A8 50%);
  padding: 0 5px;
}

.menu_cards_ttl {
  font-size: 15px;
  font-weight: normal;
  /*margin-bottom: 10px;*/
  text-align: center;
}

.menu_cards_txt {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 14px;
  line-height: 1.4;
}

/* tooltip */
.js_modal_wrap {}

.js_tooltip { display: none; }
.js_tooltip { 
  display: inline-block;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 50px;
  min-width: 600px;
  background: #F3F6F7;
  border: 1px solid #666;
  z-index: 999;
}

/*.js_tooltip.center {
  left: 50%;
  transform: translateX(-50%);
}

.js_tooltip.right {
  right: 50px;
  left: auto;
}

.js_tooltip::before {
  background: #f3f6f7;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: -9px;
  left: 35px;
  transform: rotate(-45deg);
  width: 15px;
}

.js_tooltip.center::before { 
  top: -14px;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
}

.js_tooltip.right::before {
  right: 35px;
  left: auto;
}*/


/* 便利な機能の説明文 */
.heading_tooltip {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text_tooltip {
  font-size: 14px;
  line-height: 1.4;
}

/* モーダルウィンドウ */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#modal__bg{
  background: rgba(0,0,0,0.8);
  height: 120vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.js_modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.js_modal_content {
  background: #F3F6F7;
  border: 1px solid #666;
  display: inline-block;
  max-height: 80vh;
  overflow: auto;
  padding: 20px;
  /*min-width: 600px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
}

.js_modal_content_inner {}

.js-modal-close-btn {
  background-color: #fff;
  border: 1px solid  #333;
  cursor: pointer;
  line-height: 1;
  margin-top: 10px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  text-align: center;
  width: 100px;
}

.js-modal-close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline;
  margin-right: 5px;
}

.js_modal_content .text_normal:not(.text-tootip):first-of-type {
    margin-right: 100px;
}

@media screen and (max-width:599px){
  .js_modal_content { width: 80%; }
  .heading_tooltip { margin-top: 36px; }
}

.is-on {
  animation: fadeIn .3s;
}

.is-off {
  animation: fadeOut .3s forwards;
}

@media screen and (max-width:768px) {
  .menu_cards_inner { position: static; }
  .menu_cards::before { padding-top: 0; }
}
  



/*
    利用者の声
================================*/
.box_board {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}


/*
    基本利用料
================================*/
.box_price_contents {
  border-width: 5px 1px 1px;
  border-color: #d60429;
  border-style: solid;
  width: 50%;
  margin: auto;
  padding: 10px;
  font-size: 25px;
  text-align: center;
}

.box_price {
  margin: auto;
  width: 80%;
}

.box_price_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

.box_price_contents &gt; span {
  font-size: 1.5em;
  margin-left: ;
  margin: 0 20px;
  font-weight: bold;
}

@media screen and (max-width:599px){
  .box_price { width: 100%; }
  .box_price_contents { width: 100%; font-size: 20px; }
}


/*
    よくあるご質問
================================*/
.section_faq {}

.section_faq_inner {}

.section_faq_inner + .section_faq_inner { margin-top: 40px; }

.heading_question {
  margin-bottom: 15px;
  padding-left: 1.8em;
  position: relative;
}

.heading_question::before {
  color: #B2226A;
  content: "Q";
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  text-align: center;
  width: 1em;
}

.content_answer {
  padding-left: 1.8em;
  position: relative;
}

.content_answer::before {
  color: #2E318A;
  content: "A";
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  width: 1em;
}



/*===============================

    Utility

================================*/
/* color */
.u_color-coral { color: #ff7f50 !important; }
.u_color-rouge { color: #ec2c43 !important; }
.u_color-crimson { color: #e6002d !important; }

/* display */
.u_d-b { display: block !important; }
.u_d-fx { display: flex !important; }

@media screen and (max-width: 599px){
  .u_res_d-n { display: none; }
  .u_res_d-b { display: block; }
}

/* float */
.u_fl-n { float: none !important; }
.u_fl-l { float: left !important; }
.u_fl-r { float: right !important; }

/* font-size */
.u_fz-xs { font-size: .75em !important; }
.u_fz-sm { font-size: .875em !important; }
.u_fz-md { font-size: 1em !important; }
.u_fz-lg { font-size: 1.25em !important; }
.u_fz-xl { font-size: 1.5em !important; }
.u_fz-sr { font-size: smaller !important; }
.u_fz-lr { font-size: larger !important; }

.u_fz10 { font-size: 10px !important; }
.u_fz11 { font-size: 11px !important; }
.u_fz12 { font-size: 12px !important; }
.u_fz13 { font-size: 13px !important; }
.u_fz14 { font-size: 14px !important; }
.u_fz15 { font-size: 15px !important; }
.u_fz16 { font-size: 16px !important; }
.u_fz17 { font-size: 17px !important; }
.u_fz18 { font-size: 18px !important; }
.u_fz19 { font-size: 19px !important; }
.u_fz20 { font-size: 20px !important; }

/* font-weigth */
.u_fw-b { font-weight: bold !important; }
.u_fw-n { font-weight: normal !important; }

/* line-height */
.u_lh-nm { line-height: normal !important; }
.u_lh-ih { line-height: inherit !important; }
.u_lh0 { line-height: 0 !important; }
.u_lh1 { line-height: 1 !important; }
.u_lh2 { line-height: 2 !important; }
.u_lh3 { line-height: 3 !important; }
.u_lh4 { line-height: 4 !important; }
.u_lh5 { line-height: 5 !important; }
.u_lh6 { line-height: 6 !important; }
.u_lh-xs { line-height: 1.25 !important; }
.u_lh-sm { line-height: 1.33 !important; }
.u_lh-md { line-height: 1.5 !important; }
.u_lh-lg { line-height: 1.75 !important; }
.u_lh-xl { line-height: 2 !important; }

/* padding */
.u_pt0 { padding-top: 0 !important; }
.u_pt-xs { padding-top: 0.2rem !important; }
.u_pt-sm { padding-top: 0.5rem !important; }
.u_pt-md { padding-top: 1rem !important; }
.u_pt-lg { padding-top: 1.5rem !important; }
.u_pt-xl { padding-top: 3rem !important; }

.u_pl0 { padding-left: 0 !important; }
.u_pl-xs { padding-left: 0.2rem !important; }
.u_pl-sm { padding-left: 0.5rem !important; }
.u_pl-md { padding-left: 1rem !important; }
.u_pl-lg { padding-left: 1.5rem !important; }
.u_pl-xl { padding-left: 3rem !important; }

.u_pb0 { padding-bottom: 0 !important; }
.u_pb-xs { padding-bottom: 0.2rem !important; }
.u_pb-sm { padding-bottom: 0.5rem !important; }
.u_pb-md { padding-bottom: 1rem !important; }
.u_pb-lg { padding-bottom: 1.5rem !important; }
.u_pb-xl { padding-bottom: 3rem !important; }

.u_pr0 { padding-right: 0 !important; }
.u_pr-xs { padding-right: 0.2rem !important; }
.u_pr-sm { padding-right: 0.5rem !important; }
.u_pr-md { padding-right: 1rem !important; }
.u_pr-lg { padding-right: 1.5rem !important; }
.u_pr-xl { padding-right: 3rem !important; }

.u_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.u_py10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.u_py20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.u_py30 { padding-top: 30px !important; padding-bottom: 30px !important; }

.u_pt5 { padding-top: 5px !important; }
.u_pt10 { padding-top: 10px !important; }
.u_pt15 { padding-top: 15px !important; }
.u_pt20 { padding-top: 20px !important; }
.u_pt30 { padding-top: 30px !important; }
.u_pt50 { padding-top: 50px !important; }
.u_pt100 { padding-top: 100px !important; }

.u_pt-5 { padding-top: -5px !important; }
.u_pt-10 { padding-top: -10px !important; }
.u_pt-15 { padding-top: -15px !important; }
.u_pt-20 { padding-top: -20px !important; }
.u_pt-30 { padding-top: -30px !important; }
.u_pt-50 { padding-top: -50px !important; }
.u_pt-100 { padding-top: -100px !important; }

.u_pl5 { padding-left: 5px !important; }
.u_pl10 { padding-left: 10px !important; }
.u_pl15 { padding-left: 15px !important; }
.u_pl20 { padding-left: 20px !important; }
.u_pl30 { padding-left: 30px !important; }
.u_pl50 { padding-left: 50px !important; }
.u_pl100 { padding-left: 100px !important; }

.u_pl-5 { padding-left: -5px !important; }
.u_pl-10 { padding-left: -10px !important; }
.u_pl-15 { padding-left: -15px !important; }
.u_pl-20 { padding-left: -20px !important; }
.u_pl-30 { padding-left: -30px !important; }
.u_pl-50 { padding-left: -50px !important; }
.u_pl-100 { padding-left: -100px !important; }

.u_pb5 { padding-bottom: 5px !important; }
.u_pb10 { padding-bottom: 10px !important; }
.u_pb15 { padding-bottom: 15px !important; }
.u_pb20 { padding-bottom: 20px !important; }
.u_pb30 { padding-bottom: 30px !important; }
.u_pb50 { padding-bottom: 50px !important; }
.u_pb100 { padding-bottom: 100px !important; }

.u_pb-5 { padding-bottom: -5px !important; }
.u_pb-10 { padding-bottom: -10px !important; }
.u_pb-15 { padding-bottom: -15px !important; }
.u_pb-20 { padding-bottom: -20px !important; }
.u_pb-30 { padding-bottom: -30px !important; }
.u_pb-50 { padding-bottom: -50px !important; }
.u_pb-100 { padding-bottom: -100px !important; }

.u_pr5 { padding-right: 5px !important; }
.u_pr10 { padding-right: 10px !important; }
.u_pr15 { padding-right: 15px !important; }
.u_pr20 { padding-right: 20px !important; }
.u_pr30 { padding-right: 30px !important; }
.u_pr50 { padding-right: 50px !important; }
.u_pr100 { padding-right: 100px !important; }

.u_pr-5 { padding-right: -5px !important; }
.u_pr-10 { padding-right: -10px !important; }
.u_pr-15 { padding-right: -15px !important; }
.u_pr-20 { padding-right: -20px !important; }
.u_pr-30 { padding-right: -30px !important; }
.u_pr-50 { padding-right: -50px !important; }
.u_pr-100 { padding-right: -100px !important; }

.u_p-a { padding: auto !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-xs { margin-top: 0.2rem !important; }
.u_mt-sm { margin-top: 0.5rem !important; }
.u_mt-md { margin-top: 1rem !important; }
.u_mt-lg { margin-top: 1.5rem !important; }
.u_mt-xl { margin-top: 3rem !important; }

.u_ml0 { margin-left: 0 !important; }
.u_ml-xs { margin-left: 0.2rem !important; }
.u_ml-sm { margin-left: 0.5rem !important; }
.u_ml-md { margin-left: 1rem !important; }
.u_ml-lg { margin-left: 1.5rem !important; }
.u_ml-xl { margin-left: 3rem !important; }

.u_mb0 { margin-bottom: 0 !important; }
.u_mb-xs { margin-bottom: 0.2rem !important; }
.u_mb-sm { margin-bottom: 0.5rem !important; }
.u_mb-md { margin-bottom: 1rem !important; }
.u_mb-lg { margin-bottom: 1.5rem !important; }
.u_mb-xl { margin-bottom: 3rem !important; }

.u_mr0 { margin-right: 0 !important; }
.u_mr-xs { margin-right: 0.2rem !important; }
.u_mr-sm { margin-right: 0.5rem !important; }
.u_mr-md { margin-right: 1rem !important; }
.u_mr-lg { margin-right: 1.5rem !important; }
.u_mr-xl { margin-right: 3rem !important; }

.u_my0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.u_my10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.u_my20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.u_my30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.u_mt5 { margin-top: 5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt100 { margin-top: 100px !important; }

.u_mt-5 { margin-top: -5px !important; }
.u_mt-10 { margin-top: -10px !important; }
.u_mt-15 { margin-top: -15px !important; }
.u_mt-20 { margin-top: -20px !important; }
.u_mt-30 { margin-top: -30px !important; }
.u_mt-50 { margin-top: -50px !important; }
.u_mt-100 { margin-top: -100px !important; }

.u_ml5 { margin-left: 5px !important; }
.u_ml10 { margin-left: 10px !important; }
.u_ml15 { margin-left: 15px !important; }
.u_ml20 { margin-left: 20px !important; }
.u_ml30 { margin-left: 30px !important; }
.u_ml50 { margin-left: 50px !important; }
.u_ml100 { margin-left: 100px !important; }

.u_ml-5 { margin-left: -5px !important; }
.u_ml-10 { margin-left: -10px !important; }
.u_ml-15 { margin-left: -15px !important; }
.u_ml-20 { margin-left: -20px !important; }
.u_ml-30 { margin-left: -30px !important; }
.u_ml-50 { margin-left: -50px !important; }
.u_ml-100 { margin-left: -100px !important; }

.u_mb5 { margin-bottom: 5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb100 { margin-bottom: 100px !important; }

.u_mb-5 { margin-bottom: -5px !important; }
.u_mb-10 { margin-bottom: -10px !important; }
.u_mb-15 { margin-bottom: -15px !important; }
.u_mb-20 { margin-bottom: -20px !important; }
.u_mb-30 { margin-bottom: -30px !important; }
.u_mb-50 { margin-bottom: -50px !important; }
.u_mb-100 { margin-bottom: -100px !important; }

.u_mr5 { margin-right: 5px !important; }
.u_mr10 { margin-right: 10px !important; }
.u_mr15 { margin-right: 15px !important; }
.u_mr20 { margin-right: 20px !important; }
.u_mr30 { margin-right: 30px !important; }
.u_mr50 { margin-right: 50px !important; }
.u_mr100 { margin-right: 100px !important; }

.u_mr-5 { margin-right: -5px !important; }
.u_mr-10 { margin-right: -10px !important; }
.u_mr-15 { margin-right: -15px !important; }
.u_mr-20 { margin-right: -20px !important; }
.u_mr-30 { margin-right: -30px !important; }
.u_mr-50 { margin-right: -50px !important; }
.u_mr-100 { margin-right: -100px !important; }

.u_m-a { margin: auto !important; }

/* position */
.u_pos-r { position: relative !important; }
.u_pos-a { position: absolute !important; }

/* text-align */
.u_ta-c { text-align: center !important; }
.u_ta-r { text-align: right !important; }
.u_ta-l { text-align: left !important; }

/* text-indent */
.u_ti--1 { text-indent: -1em !important; padding-left: 1em !important; }
.u_ti-0 { text-indent: 0em !important; padding-left: 0em !important; }

/* text-decoration */
.u_td-n { text-decoration: none !important; }
.u_td-u { text-decoration: underline !important; }
.u_td-o { text-decoration: overline !important; }
.u_td-l { text-decoration: line-through !important; }

/* vertical-align */
.u_va-sup { vertical-align: super !important; }
.u_va-t { vertical-align: top !important; }
.u_va-tt { vertical-align: text-top !important; }
.u_va-m { vertical-align: middle !important; }
.u_va-bl { vertical-align: baseline !important; }
.u_va-b { vertical-align: bottom !important; }
.u_va-tb { vertical-align: text-bottom !important; }
.u_va-sub { vertical-align: sub !important; }

/* flexbox */
.u_ac-fs { align-content: flex-start !important; }
.u_ac-fe { align-content: flex-end !important; }
.u_ac-c { align-content: center !important; }
.u_ac-sb { align-content: space-between !important; }
.u_ac-sa { align-content: space-around !important; }
.u_ac-s { align-content: stretch !important; }
.u_ai-fs { align-items: flex-start !important; }
.u_ai-fe { align-items: flex-end !important; }
.u_ai-c { align-items: center !important; }
.u_ai-b { align-items: baseline !important; }
.u_ai-s { align-items: stretch !important; }
.u_as-a { align-self: auto !important; }
.u_as-fs { align-self: flex-start !important; }
.u_as-fe { align-self: flex-end !important; }
.u_as-c { align-self: center !important; }
.u_as-b { align-self: baseline !important; }
.u_as-s { align-self: stretch !important; }
.u_jc-fs { justify-content: flex-start !important; }
.u_jc-fe { justify-content: flex-end !important; }
.u_jc-c { justify-content: center !important; }
.u_jc-sb { justify-content: space-between !important; }
.u_jc-sa { justify-content: space-around !important; }
.u_fx0-1-a { flex: 0 1 auto !important; }
.u_fx1-0-a { flex: 1 0 auto !important; }
.u_fx1-1-a { flex: 1 1 auto !important; }
.u_fx0-0-a { flex: 0 0 auto !important; }
.u_fx1-0-0 { flex: 1 0 0% !important; }

/* order */
.u_ord0 { order: 0 !important; }
.u_ord1 { order: 1 !important; }
.u_ord2 { order: 2 !important; }
.u_ord3 { order: 3 !important; }
.u_ord4 { order: 4 !important; }
.u_ord5 { order: 5 !important; }
.u_ord6 { order: 6 !important; }
.u_ord9999 { order: 9999 !important; }
.u_ord-1 { order: -1 !important; }

/* table-layout */
.u_tbl-a { table-layout: auto !important; }
.u_tbl-f { table-layout: fixed !important; }

/* width */
.u_w350 { width: 350px !important; }
.u_w400 { width: 400px !important; }

.u_w40p { width: 40% !important; }
.u_w45p { width: 45% !important; }
.u_w50p { width: 50% !important; }

.u_maW70p { max-width: 70% !important; }
.u_maW75p { max-width: 75% !important; }
.u_maW80p { max-width: 80% !important; }

.u_d-sp { display: none; }
.u_d-pc { display: block; }

.u_hide { display: none; }

@media screen and (max-width:768px){
  .u_resMdBlock { display: block; }
}

@media screen and (max-width:599px){
  .u_d-sp { display: block; }
  .u_d-pc { display: none; }
}
</pre></body></html>