@charset "utf-8";
/*
Theme Name: Musision Waiting Settings
Author: Livlan Co., Ltd.
Author URI: https://www.livlan.com/
Description:
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/


/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
----------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


*,*:before,*:after{
  box-sizing:border-box;
}

a{
  color:inherit;
  text-decoration: none;
}






/*
====================================
Kokorot Default
==================================== */

:root{
  /*--font-noto-sans:'Noto Sans JP', serif;;*/



  --page-width-max:600px;


  --site-nav-height:80px;
  --padding-generic-pane:0%;

  --radius-l:10px;
  --radius-m:6px;

  @media(max-width:640px) {
    --site-nav-height:56px;
    --padding-generic-pane:5%;

    --radius-l:8px;
    --radius-m:4px;
  }


  --color-prop-selected:#1f9965;
  --color-prop-not-selected:#666;
}



.admin-error-message{
  color: #dd9990;
  font-size: 12px;
}

/*
====================================
Site Structure
==================================== */
html{
  /*
  currentt Webkit brosewrs do well
  without this */
  /* text-size-adjust:100%;*/
}
body{

}




#page{
  overflow-x: hidden;
  font-family:sans-serif;
  position: relative;
  margin:auto;

}
@media(min-width:641px) {
  #page{
    min-height: 100vh;
    min-height: 100lvh;
  }
}

#page .site-content{

}
#page .site-footer{
  /*position: absolute;
  bottom:0;
  left:0;
  width: 100vw;*/
}


.content-area{
  margin:0 auto;
  overflow: hidden;
  /*padding-bottom: 90px;*/
}

.content-area > .inner{
  overflow: hidden;
}
.content-area > .inner.with-bg{
  background-image: url(img/adoption/bg2.png);
  background-size: 100% auto;
  background-position: center top -120px;
/*  background-repeat: no-repeat;*/
}
.content-area .site-main{
  /*padding-bottom:60px;*/
}



/*
====================================
Base typography
==================================== */

#page{
  font-size:15px;

  line-height: 1.9;
  /*font-weight: 300;*/
  letter-spacing:0.02em;
  overflow: hidden;
  color: var(--color-base-text);

}
::selection {
  color:#999;
  background-color:#ddd;
}
@media (max-width: 640px) {
  #page{
    font-size:14px;
    line-height: 1.8;
  }
}




.content-area{

}






/*
------------------------------------
Common styling classes.
Use this sparingly
------------------------------------ */

.generic-pane{
  width:auto;
  margin:0 auto;
  padding:0 var(--padding-generic-pane);
  max-width: var(--page-width-max);
}








/* BG image
------------------------ */
.fix-aspect-ratio{
  display: block;
  background-position: center;
  background-size: cover;

}
.fix-aspect-ratio:before{
  display: block;
  content:'';
  width:100%;
  padding-bottom:100%;
}
/* variants */
.fix-aspect-ratio.ratio-11:before{
  padding-bottom:100%;
}
.fix-aspect-ratio.ratio-43:before{
  padding-bottom:75%;
}
.fix-aspect-ratio.ratio-32:before{
  padding-bottom:66.6666%;
}
.fix-aspect-ratio.ratio-53:before{
  padding-bottom:60%;
}
.fix-aspect-ratio.ratio-169:before{
  padding-bottom:56.25%;
}
.fix-aspect-ratio.ratio-21:before{
  padding-bottom:50%;
}
.fix-aspect-ratio.ratio-52:before{
  padding-bottom:40%;
}
.fix-aspect-ratio.ratio-31:before{
  padding-bottom:33.3333%;
}


.fix-aspect-ratio.ratio-52:before{
  padding-bottom:40%;
}
.fix-aspect-ratio.ratio-23:before{
  padding-bottom:150%;
}
.fix-aspect-ratio.ratio-45:before{
  padding-bottom:125%;
}
.fix-aspect-ratio.ratio-34:before{
  padding-bottom:133.3333%;
}




/* Fit */
.fix-aspect-ratio.fit-image{
   position: relative;
}
.fix-aspect-ratio.fit-image img{
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  object-fit: cover;
  object-position:center;
}
.fix-aspect-ratio.fit-image img.contain{
  object-fit: contain
}



@media (min-width:641px){
  .mobile-only{
    display: none;
  }
}
@media (max-width:640px){
  .desktop-only{
    display: none;
  }
}


/* Capcha */
html .grecaptcha-badge{
  display: none!important;
}





















/*
====================================
Youtube
==================================== */

.youtube-video-container{
  width:100%;
  height: 0;
  padding-bottom:66.6666%;
  padding-bottom:56.25%;
  position: relative;
  background-color:#eee;
}
.youtube-video-container.r-169{
  padding-bottom:56.25%;
}

.youtube-video-container iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
}




/*
====================================
Breadcrumbs
==================================== */
.breadcrumbs{
  list-style: none;
  line-height: 2;
  font-size:15px;
  padding:0px 0 0px 1px;
  margin:20px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;


}
.breadcrumbs .item{
  /* Using baseline & overflow:hidden makes the height change */

  display: inline;
  /*display: inline-block;*/
  vertical-align: top;
  /*opacity:0.9;*/

  max-width:150px;

}
.breadcrumbs .item:not(:hover){
  opacity: 0.9;
}
.breadcrumbs .item:not(:last-child){

}
.breadcrumbs .sep{
  display: inline;
  /*display: inline-block;*/
  vertical-align: top;
  /*vertical-align: middle;*/
  margin:0 7px;
  font-size:90%;
  transform:translateY(0.1em);
}

@media (max-width: 640px) {
  .breadcrumbs{
    font-size: 11px;
    margin: 20px 0 18px;
  }
}








/*
====================================
Pagination
==================================== */
.page-info-wrapper{
  /*text-align: center;*/
  overflow: hidden;
  font-weight: 600;
}
.page-info-wrapper.top{
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-border-weak);
}
.page-info-wrapper.bottom{
  padding-top:15px;
  border-top: 1px solid var(--color-border-weak);
}
@media (max-width: 640px) {
  .page-info-wrapper.top{
    padding-bottom: 8px;
  }
  .page-info-wrapper.top{
    padding-top: 8px;
  }
}



.page-info-wrapper .page-info{
  float: left;
}
.page-info-wrapper .pagination{
  float: right;
}
@media (max-width: 640px) {
  .page-info-wrapper .page-info{
    font-size:12px;
  }
}

/* FAQs */
.page-info-wrapper.faqs .page-info{
/*  float:right;*/
}
.page-info-wrapper.faqs .page-name{
  float:left;
}







/* Pagenation */
.pagination {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size:14px;
  line-height: 2;
}
.pagination .page-numbers{
  /*font-size:16px;*/
  /*display: inline-block;*/
  display: block;
  float:left;
  /*padding:0 18px;*/
  text-align: center;
  position: relative;
  /*opacity:0.6;*/
  background-color: #eee;
  width: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 12px;
}
.pagination .page-numbers + .page-numbers{
  margin-left: 8px;
}
.pagination .page-numbers:after{
  /*content:'';*/
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  margin:auto;
  height: 8px;
  width:1px;
  background-color: #ccc;
}
.pagination .page-numbers:last-child:after{
  content:none;
}

.pagination .page-numbers.current{
  opacity:1;
  background-color: var(--color-mazenda-1);
  color:#fff;
}
@media (max-width: 640px) {
  .pagination .page-numbers{
    width:24px;
    line-height: 24px;
    font-size:10px;
  }
  .pagination .page-numbers + .page-numbers{
    margin-left:4px;
  }
 }




/*
====================================
Br
==================================== */
@media (min-width:481px){
  br.m{
    display:none;
  }
}


.mobile-scoll {
  -webkit-overflow-scrolling: touch;
}
/* Disable selection of element */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




/* No line breaks */
.one-line{
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}

.generic-anchor {
  text-decoration: underline;
  color: #e6527b;
}


/* Object fit image */
.image-fit{
  position: relative;
  overflow: hidden;
}
.image-fit img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  object-fit: cover;
  object-position: center;
}



.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}



.scrollbar::-webkit-scrollbar{
  width: 4px;
  height: 4px;
}
.scrollbar::-webkit-scrollbar-thumb{
  background-color: #ccc
}





.scroller{
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  padding-bottom: 15px;
}
/* Preview mode */
.scroller > .item{
  position: relative;
  display: inline-block;
  vertical-align: top;

  width: 30%;
}










/* Lazyload
------------------------ */
.lazy{}
.wow,
.lazy{
  opacity: 0;
  /*transform: translateY(10px);*/
  transition:0.6s 0.1s ease-out opacity,
  0.6s 0.1s ease transform;
}
.lazy.loaded,
.wow.animated{
  opacity: 1;
  /*transform: translateY(0px);*/
}

/* With slideing up */
.lazy.slideup{
  transform: translateY(10px);
  transition:
  1s 0.1s ease opacity,
  1s 0.1s ease transform;
}
.lazy.slideup.loaded,
.lazy.slideup.animated{
  opacity: 1;
  transform: translateY(0);
}

/* No line breaks
------------------------ */
.one-line{
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}




/* Buttons
------------------------------- */
.generic-button{
  --button-height:50px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: var(--button-height);
  height: var(--button-height);
  font-size: 13px;
  letter-spacing: 0.06em;
  background-color: #222;
  color: #fff;
  font-weight: 600;
  padding:0 30px;

  min-width: 180px;
  width: fit-content;
  margin: auto;
  cursor:pointer;
  border-radius: 3px;

  box-sizing: border-box;
}
.generic-button.line{
  background-color: #fff;
  border:1px solid #666;
  line-height: 48px;
  color: inherit;
}


.generic-button:not([disabled]):hover{
  opacity: 0.8;
}

@media (max-width: 640px) {
  .generic-button{
     --button-height:44px;
     font-size:12px;
    border-width: 2px;
    letter-spacing: 0.03em;
    padding:0 20px;
    min-width: 150px;
  }
}

/* Icons  */
.generic-button.arrow{

  background-image: url(img/common/arrow-right.svg);
  background-repeat: no-repeat;
\ padding-right:40px;
  background-size: 16px;
  background-position: center right 15px;

}@media (max-width: 640px) {

  .generic-button.arrow{
    padding-right: 25px;
    background-size: 14px;
    background-position: center right 14px;
  }
}


/*
====================================
Form element base
==================================== */

/* Reset */
button,
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
  font-family:sans-serif;
  border-radius: 0;
  border:0;
  outline:0;
  font-size: inherit;
  line-height: 36px;
  margin: 0;
  padding:0;
  box-shadow: none;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
  box-sizing:content-box;
}
select{}
select:focus,
input:focus,
textarea:focus {
  /*background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #222;*/
}


select:focus {
  outline: none;
  /*outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);*/
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
  padding:0 10px;
}
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="reset"],
textarea{
  border: 1px solid #ccc;
}
textarea{
  height: auto;
  width: 100%;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  border:1px solid #d9cfc5;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
  background-color: rgba(255,255,255,1);
  border: 1px solid #444;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

::placeholder{
  color:#ccc;
}








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

Site nav

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

/* BG  */
.slider-nav-bg,
.site-nav-bg{
  background-color: rgba(22,20,21, .8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;


  transition:
  0.1s linear opacity,
  0s 0.3s height linear;
  height: 0;
  opacity: 0;
  will-change: opacity, height

}
.slider-nav-bg.shown,
.site-nav-bg.shown{
  height: 100%;
  opacity: 1;
  transition: 0.3s ease opacity, 0s 0s height linear;
}



/* Site nav
---------------------------------- */
.site-nav{
  z-index:93;
  position: fixed;
  width:100%;
  margin:auto;
  height:var(--site-nav-height);
  top:0;
  left:0;
  /*width: ;*/
  border-bottom:1px solid #eee;

  /*left:0;*/
  /*box-shadow: 0 0 14px rgba(0,0,0,0.1);*/
  /*background-color: rgba(255 255 255 / 70%);*/
  background-color: rgba(255 255 255 / 90%);



}

.site-nav-spacer{
  height:var(--site-nav-height);
}
/* Iner */

.site-nav > .inner{
  max-width: var(--page-width-max);
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin:auto;
}

/* Site logo
---------------------------------- */
.site-nav .site-logo{
  display: block;
  height:var(--site-nav-height);

  display: flex;

  justify-content: center;
  align-items: flex-start;
  flex-direction: column;


  line-height: 1;
  font-weight:600;
  padding:10px 0;
}
.site-nav .site-logo:hover{
  opacity:0.6;
}

.site-nav .site-logo img{
  display: block;
}

@media (max-width: 640px) {
  .site-nav .site-logo{
    margin:0px 0px 2px 12px;
  }
  .site-nav .site-logo img{
    height: 36px;
  }

}

.site-nav .site-logo .lead{
  font-size: 11px;
  letter-spacing: 0.03em;
}
.site-nav .site-logo .title{
  font-size:20px;
  letter-spacing: 0.2em;
  margin-top:5px;

}
@media (max-width: 640px) {
    .site-nav .site-logo .lead{
    font-size: 9px;
    letter-spacing: 0.02em;
  }
  .site-nav .site-logo .title{
    font-size:16px;
    letter-spacing: 0.2em;
    margin-top:4px;
  }
}



/* Humberger
------------------------------ */
.site-nav .right{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.site-nav .right .profile{

}
.site-nav .right .humberger{


  height:var(--site-nav-height);
  width:70px;

  background-size: 28px 28px;
  cursor: pointer;

  background-size: 34px;
  /*background-color:#222;*/
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/common/humberger-black.svg);
  position: relative;


  background-image: url(img/common/humberger.svg);
  background-color: #333;
  border-radius: 3px;
  width:55px;
  height:50px;
  background-size: 30px;
}
.site-nav .right .humberger:before{
  /*content:'';*/
  height:50%;
  display: block;
  position: absolute;
  left:0;
  bottom:0;
  top:0;
  border-left:#aaa 1px solid;

  margin:auto;
}
@media (max-width: 640px) {
  .site-nav .right .humberger{
    background-size: 24px;
    margin-right:5px;
    width:50px;

    width:52px;
    height:var(--site-nav-height);
    background-size: 24px;
    border-radius: 0px;
    margin-right:0px;
  }
}


.site-nav .humberger:hover{
  opacity: 0.8;

}




/*

LINE User
------------------------------------ */
.line-friend-profile{
  /*border:1px solid #ccc;*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.line-friend-profile .picture{
  background-color: #eee;
  --user-image-radius:36px;
  width: var(--user-image-radius);
  height: var(--user-image-radius);
  border-radius:50%;
}
.line-friend-profile .picture.logged-out{
  visibility: hidden;
}
@media (max-width: 640px) {
  .line-friend-profile .picture{
    --user-image-radius:30px;
  }
}


/* Text */
.line-friend-profile .text{
  width: calc( 100% - 30px );
  padding:0 20px 2px 12px;
  line-height: 1;
}
@media (max-width: 640px) {
  .line-friend-profile .text{
    padding:0 15px 1px 8px;
  }
}

/* Lead and name */
.line-friend-profile .text .lead{
  font-size:10px;
  white-space: nowrap;
}
.line-friend-profile .text .name{
  letter-spacing: 0;
  display: block;
  font-weight: 600;
  font-size:14px;
  margin-top:4px;
  white-space: nowrap;
  text-overflow:ellipsis;
  max-width: 120px;

  overflow: hidden;
}
.line-friend-profile .text .name.login{
  padding:10px 0;
}
@media (max-width: 640px) {
  .line-friend-profile .text .lead{
    font-size:9px;
  }
  .line-friend-profile .text .name{
    max-width: 90px;
    margin-top:2px;
    font-size:12px;
  }
}










/* Global navigation
---------------------------------- */
.site-nav .global-nav{
  display: flex;
  justify-content: flex-start;
  line-height:var(--site-nav-height);
}
.site-nav .global-nav .pages{

}
.site-nav .global-nav .pages .item{
  float: left;
  font-size:15px;
  font-weight: 600;
  position: relative;
  /*line-height:var(--site-nav-height);*/
}
@media (max-width: 640px) {
  .site-nav .global-nav .pages .item{
    font-size:12px;
  }
}


.site-nav .global-nav .item:hover,
.site-nav .global-nav .item.current,
.site-nav .global-nav .item.parent{
  color:var(--color-mazenda-1);
  /*border-bottom: 2px solid #aaa;*/
}
.site-nav .global-nav .item:after{
  background-color: var(--color-mazenda-1);
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}


.site-nav .global-nav .item:not(.big).current:after,
.site-nav .global-nav .item:not(.big).parent:after{
  content: '';
  background-color: var(--color-mazenda-1);
}




.site-nav .global-nav .item + .item{
  margin-left: 10px;
}

@media (max-width: 640px) {
  .site-nav .global-nav .item{
    height: 52px;
  }


}
















.front-page{

}

.front-page .hero-header{
  padding:20px 0px;
  max-width: var(--page-width-max);
  margin:auto;
}
@media (max-width: 640px) {
  .front-page .hero-header{
    padding:10px 10px;

  }
}
 .front-page .hero-header img{
  width: 100%;
  display: block;
  border-radius:var(--radius-l);

}

.front-page .desc{
  margin-top:10px;
}



.login-form{
  background-color: #eee;
  padding:20px;
  margin-top:20px;
}


.login-form button{
  border:1px solid #aaa;
  padding:0 10px;
  /*line-height: 30px;*/
}


/* Login */
.prompt-login-bg{
  position: fixed;
  z-index: 990;
  top:0;
  left:0;
  height: 100lvh;
  width: 100vw;
  background-color: rgba(0,0,0,0.8);
}
.prompt-login{
  position: fixed;
  z-index: 991;
  top:0;
  left:0;
  height: 100lvh;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prompt-login .popup{
  background-color: #fff;
  padding:20px 30px;
  width: 80%;
  max-width: 400px;
  height: auto;
  margin:auto;
}




/*
====================================
Silder nav
==================================== */
.slider-nav-bg{
  z-index: 110;
  transition-delay: 0.2s, 0.5s;
}

.slider-nav{
  z-index: 111;
  --width:360px;
  position: fixed;
  right: calc(-1 * var(--width) - 10px);
  top: 0;
  background-color: #fff;
  width: var(--width);
  height: 100%;
  overflow: scroll;
  overscroll-behavior-y: contain;
  transition: 0.3s 0.1s cubic-bezier(0.6,0, 0, 1) right;

  will-change: right;

  padding: 40px 40px;
}
@media (max-width: 640px) {
  .slider-nav{
    --width:300px;
    padding: 30px;
  }
}
.slider-nav.shown{
  right: 0;
  transition-delay: 0s;
}
.slider-nav .title{
  font-weight: 800;
  font-family: "Avenir";
  font-size:22px;
  line-height: 1;
  letter-spacing: 0.1em;
}
/* Items
---------------------------------------------
 */
.slider-nav .items{
  margin-top:30px;
}
@media (max-width: 640px) {
 .slider-nav .items{
   /*padding: 80px 0px 0;*/
  }
}
.slider-nav .items .item{
  display: block;
  font-weight: 600;
  background-image:url(img/common/arrow-mini-right.svg);
  background-size: 12px;

  background-repeat: no-repeat;
  background-position: right 10px center;

  padding:15px 5px;
  border:1px solid #ccc;
  border-width: 1px 0 0 0;

}
.slider-nav .items .item:last-child{
  border-width: 1px 0;
}
.slider-nav .items{

}

/* Close
-----------------------  */
.slider-nav .close{
  background-color: #222;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  top: 15px;

  right: -50px;
  z-index: -1;
  transform: scale(0.8);
  opacity:0;


  background-image: url(img/common/close.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition:
  0.3s 0s cubic-bezier(1,0, 0, .2) transform,
  0.1s 0s linear opacity,
  0s 0.5s linear right;

}
@media (max-width: 640px) {
    .slider-nav .close{
      width: 36px;
      height: 36px;
      background-size: 10px;
    }
}
.slider-nav.shown .close{
  opacity:1;

  right: 15px;
  z-index: 1;
  transition-delay: 0.1s;
  transform: scale(1);
  transition:
  0.3s 0.2s cubic-bezier(0,0, 0, 2) transform,
  0.1s 0.2s linear opacity,
  0s 0s linear right;
}





/* Message
----------------------------- */
.page-message{

}
.page-message.admin{
  margin-top:30px;
  background-color: #fff3f3;
  padding:30px 5% 30px;
}
.page-message .button{
  margin-top:20px;
  text-align: center;
}



.contact-note{
  font-size:12px;
  margin-top:20px;
  color:#666;
}
.contact-note a{
  text-decoration: underline;
  line-height: 1.4;
}
@media (max-width: 640px) {
 .contact-note{
   font-size:10px;
   margin-top:15px;
  }
}

/*
====================================
Site footer
==================================== */
.site-footer{
  position:relative;
  margin-top: 90px;
}

.site-footer.front{
  margin-top: 90px;
}








.site-notification{
  background-color: rgb(0 134 198 / 96%);
  border-radius: var(--radius-m);
  color:#fff;
  position: fixed;
  z-index: 9999;


  left:0;
  right:0;
  margin:auto;
  max-width: 540px;

  padding:20px 25px;
  line-height: 1.6;


  top:-9999px;
  opacity:0;
  transform:translateY(-10px);
  transition:
  0.3s ease all,
  0.3s linear opacity,
  0s 0.3s linear top;
}

.site-notification.shown{
  top:40px;
  opacity:1;
  transform:translateY(0);

  transition:
  0.3s ease all,
  0.3s linear opacity,
  0s 0s linear top;
}
@media(max-width:640px) {
  .site-notification{
    padding:20px 24px;
    max-width: 90%;
  }
  .site-notification.shown{
    top:10px;
  }
}





/* Copyright
-------------------------------------- */
.footer-copyright{
  text-align: center;
  display: block;
  font-size: 12px;
  /*font-weight: 600;*/
  line-height: 1;
  /*background-color: #222;*/
  border-top:1px solid #f3f3f3;
  /*margin-top: 60px;*/
  /*color: #fff;*/
  overflow: hidden;
  padding: 24px;
}

.footer-copyright .c{
  letter-spacing: 0.3em;
}

@media(max-width:640px){
  .footer-copyright{
    line-height: 1.7;
    padding: 18px 0 16px;

  }
  .footer-copyright .c{
    display: block;
    float: none;
    font-size: 10px;
    letter-spacing: 0.4em;
  }

}


























.site-page-menu {
  margin-top:20px;
}

.site-page-menu .items{

}
.site-page-menu  .items .item{
  display: block;

  /*border-radius: 10px;*/
  padding:25px 10px;
  border:1px solid #ccc;
  border-width:1px 0 0;
  font-weight: 600;
  font-size:15px;

  background-image:url(img/common/arrow-mini-right.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.site-page-menu  .items .item:last-child{
  border-width:1px 0;
}








.site-notice{
  position: fixed;
  z-index: 999;
  top:20px;
  max-width: 90%;
  background-color: rgba(10 10 10 / 90%);
  color: #fff;
  border-radius: 10px;
  padding:10px;
  font-size:13px;

}








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

Page: SEttings

========================================== */
.property-list{
  margin-top:20px;
}

/* Error
---------------------------  */
.property-list .message{
  margin-top:10px;
  color:#e04444;
  background-color: #fceeee;
  line-height: 1.6;
  padding:25px 30px;
  border-radius: var(--radius-m);
}
@media(max-width:640px){
  .property-list .message{
    padding:16px 5%;
    font-size:90%;
  }
}
.property-list .message + .message{

}

.property-list .message:not(.shown){
  display: none;
}


















/* Controls
--------------------------------------- */
.property-list .controls{
  --height:40px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media(max-width:640px){
  .property-list .controls{

  }
}



/* Count
------------------------------- */
.property-list .controls.first{
  font-weight: 600;
  line-height: var(--height);
}

.property-list .controls.filtering{
  border-top: 1px solid #eee;
  padding-top: 12px;
  margin-top:10px;
  margin-left:-3px;
}

.property-list .controls.sorting{

  margin-top:15px;

}











.property-list .controls .selected-prop-count{
  position: relative;
  top:3px;
}
@media(max-width:640px){
  .property-list .controls{
    --height:34px;
  }
}

.property-list .controls .selected-prop-count .count{
  font-weight: 600;
  font-size:24px;
  margin-right:0.2em;
}




/* Count
------------------------------- */
.property-list .collectiveActions{
  cursor:pointer;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.property-list .actions:not(.shown){
  display: none;
}
.property-list .collectiveActions .actions{
  margin-left:10px;
}
.property-list .collectiveActions .actions .action{
  display: inline-block;
  text-decoration: underline;
}
.property-list .collectiveActions .action:hover{
  text-decoration-color: #aaa;
}



/* Edit button
------------------------------- */
.property-list .controls .button{
  cursor:pointer;
  line-height:var(--height);
  padding:0 20px;
  font-size:14px;
  background-color: #222;
  color:#fff;
  border-radius: 3px;
}
.property-list .controls .button.hidden{
  display: none;
}
@media(max-width:640px){
  .property-list .controls .button{

    font-size:13px;
  }
}





/* Filters
-------------------------------- */

.prop-filters{
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.prop-filters .item{
  white-space: nowrap;
  font-weight: 600;
  font-size:13px;
  cursor:pointer;

  border-radius: 16px;
  background-color: #eee;
  background-size: 16px;

  padding:0 20px 0 36px;

  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 11px center;
}
.prop-filters .item + .item{
  margin-left:5px;
}
@media(max-width:640px){
  .prop-filters{
    line-height: 28px;
  }
  .prop-filters .item{
    font-size:11px;
    padding:0 13px 0 28px;
    background-position: left 9px center;
    background-size: 16px;
  }
}
.prop-filters .item.active{
  background-color: #333;
  color: #fff;
  letter-spacing:0em;
  -webkit-font-smoothing:antialiased;
}

.prop-filters .reset{
  white-space: nowrap;
  font-size:12px;
  margin-left:10px;
  /*opacity:0.6;*/
  letter-spacing: 0;
  cursor:pointer;
  /*text-decoration: underline;*/
  /*text-decoration-color: #aaa;*/
}
.prop-filters .reset:hover{
  opacity: 1;
}



.prop-filters .item.area{
  background-image: url(img/common/filter/area.svg);
}
.prop-filters .item.layout{
  background-image: url(img/common/filter/planning.svg);
}
.prop-filters .item.instrument{
  background-image: url(img/common/filter/instrument.svg);
}
.prop-filters .item.thunder{
  background-image: url(img/common/filter/thunder.svg);
}


/* Activ eicons */
.prop-filters .item.area.active{
  background-image: url(img/common/filter/area-w.svg);
}
.prop-filters .item.layout.active{
  background-image: url(img/common/filter/planning-w.svg);
}
.prop-filters .item.instrument.active{
  background-image: url(img/common/filter/instrument-w.svg);
}


































.krt-modal-popup .body .error{

}
.krt-modal-popup .body .error .detail{
  padding:15px 20px;
  background:#f3f3f3;
  margin-top:10px;
  font-size:90%;
  border-radius: var(--radius-m);
}

/* Items
---------------------------  */
.property-list{
  min-height: 700px;
}


.property-list .items{
  margin-top:5px;
  transition:0.3s linear all
}
@media(max-width:640px){
  .property-list .items{
    /*margin-top:10px;*/
  }
}
.property-list .items.sorting,
.property-list .items.loading{
  opacity:0;
  height: 0;
  overflow: hidden;
  transition:none;
}


/* Item */
.property-list .items .item{
  position: relative;
  overflow: hidden;
  /*padding-bottom:8px;*/
  margin-bottom:8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #f3f3f3;
  overflow: hidden;
  border-radius: var(--radius-m);
  position: relative;

  transition:0.1s height ease-out;
}

.property-list .items.sorting .item,
.property-list .items.loading .item{
  /*height:50px;*/
  transition:none;
}

.property-list .items .item.filtered-out{
  display: none;
}
@media(max-width:640px){
  .property-list .items .item{
    margin-bottom:6px;
  }
}
.property-list .items .item > input{
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  display: none;
}
.property-list .items:not(.editing) .item{
  transition:
  0.3s height cubic-bezier(0,.2,0,1),
  0.3s opacity linear;

}
.property-list .items:not(.editing) .item:not(.selected){
  /*display: none;*/
}


.property-list .items .item{

}




/* Image
------------------------------------- */
.property-list .items .item .image{
  width: 35%;
  flex:0 0 auto;
}
@media(max-width:640px){
  .property-list .items .item .image{
    width: 32%;
    min-width: 120px;
  }
  .property-list .items .item .image:before{
    padding-bottom:75%;
  }
}



/* Text
------------------------------------- */
.property-list .items .item .text{
  width: 65%;
  flex:0 1 auto;
  padding:5px 5px 0 40px;
}
@media(max-width:640px){
  .property-list .items .item .text{
    width: 68%;
    padding:3px 5px 0 5%;
  }
}




/* Name
------------------------------------- */
.property-list .items .item .text .name{
  font-weight: 600;
  font-size:17px;
  line-height: 1.4;
}
@media(max-width:640px){
  .property-list .items .item .text .name{
    font-size:13px;
    /*line-height: 1.4;*/
  }
}

.property-list .items .item .text .area{
  font-size:14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-top:3px;
}
@media(max-width:640px){
  .property-list .items .item .text .area{
    font-size:11px;
  }
}

.property-list .items .item + .item{

}





/* Status
---------------------------------- */
.property-list .items .item .status{
  --checkbox-size:22px;
  line-height:  var(--checkbox-size);
  position: absolute;
  z-index: 1;
  top:4px;
  left:4px;
  margin:auto;
  background-color: #fff;
  border:2px solid #222;


  color:white;
  font-size:12px;
  padding:0 5px;
  border-radius: 4px;

  display: none;;
}
@media (max-width: 640px) {
  .property-list .items .item .status{
    --checkbox-size:18px;
    font-size:10px;
    padding:0 4px;
    top:2px;
    left:2px;
  }
}
.property-list .items.edit-mode .item .status{
  display: none!important;
}

.property-list .items .item .status.on{
  border-color:#33aa33;
  background-color: #33aa33;
  border-color:var(--color-prop-selected);
  background-color: var(--color-prop-selected);
}
.property-list .items .item .status.off{
  background-color: var(--color-prop-not-selected);
  border-color: var(--color-prop-not-selected);
}


.property-list .items .item:not(.selected) .image{
  filter:grayscale(100%);
  opacity:0.5;
}
.property-list .items .item:not(.selected) .text{
  color:#888;
}


/* selected */
.property-list .items .item.selected .status.on{
  display: block;
}
@media (max-width: 640px) {
  .property-list .items .item.selected .status.on{
    background-size: 12px auto;
  }
}



/* Edit mode
-------------------------------------*/

.property-list .items.edit-mode{

}

.property-list .items.edit-mode .item{
  cursor:pointer;

}
.property-list .items.edit-mode .item:before{
  content:'';
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  border:2px solid #ddd;
  z-index: 1;
  border-radius: var(--radius-m);
}
.property-list .items.edit-mode .item.selected:before{
  border-color: var(--color-prop-selected);
}




/* Toggle
------------------------------------- */
.property-list .items.edit-mode .item .text{
  padding-right:40px;
}
@media (max-width: 640px) {
  .property-list .items.edit-mode .item .text{
    padding-right:30px;
  }
}



/* Toggle
------------------------------------------*/
.property-list .items.edit-mode .item .toggle{

  --nob:18px;
  --nob-outer:calc(var(--nob) + 4px);

  width: var(--nob-outer);
  height:calc( var(--nob) * 2 - 4px);
  border-radius: calc(var(--nob-outer) / 2 );

  position: absolute;
  right:12px;
  top:0;
  bottom:0;
  margin:auto;
  margin:auto;
  background-color: #aaa;
}
@media (max-width: 640px) {
  .property-list .items.edit-mode .item .toggle{
    --nob:16px;
    right:8px;
  }
}
.property-list .items.edit-mode .item .toggle .nob{
  width: calc( var(--nob) );
  height:var(--nob);
  border-radius: 50%;
  position: absolute;
  top:calc( var(--nob) - 6px );
  left:0px;
  right:0px;
  margin:auto;
  background-color: #fff;
  transition:0.1s ease top;
}
.property-list .items.edit-mode .item.selected .toggle{

  background-color: var(--color-prop-selected);
}
.property-list .items.edit-mode .item.selected .toggle .nob{
  top:2px;

}








/* Edit button
--------------------------------------- */
.property-list .edit-actions{
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(255 255 255 / 90%);
  box-shadow: 0 0 10px rgba(0 0 0 / 10%);

  transform:translateY( calc(100% + 10px ));

  transition:0.1s ease all;
}
.property-list .edit-actions.shown{
  transform:translateY( 0 );
}
.property-list .edit-actions .buttons{
  padding: 20px;
  max-width: var(--page-width-max);
  margin:auto;
  display: flex;
  justify-content: space-between;
}
@media(max-width:640px){
  .property-list .edit-actions .buttons{
      padding: 10px;
  }
}


.property-list .edit-actions .button{


  line-height: 46px;
  background-color: #222;
  color: #fff;
  /*width: 50%;*/
  flex:1 1 auto;
  text-align: center;

}
.property-list .edit-actions .button.weak{
  background-color: #fff;
  border:1px solid #666;
  color: inherit;

}
.property-list .edit-actions .button + .button{
  margin-left:20px;
}



.property-list .actions-to-all{
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
}

.property-list .sort{
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
}













/* Spiner
---------------------------- */
/* Spinner */
.spinner{
  padding:90px 0;
}
.spinner:not(.shown){
  display: none;
}

.spinner .label{
  font-size:11px;
  font-weight: 600;
}
/* Bars  */
.moving-bars {
  margin:auto;
  position: relative;
  width: 34px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.moving-bars div {
  flex:0 0 auto;
  /*position: absolute;*/
  /*align-items: center;*/
  width: 8px;
  background: #333;
  animation:
  spinner-move 0.8s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.moving-bars div:nth-child(1) {

  animation-delay: -0.24s;
}
.moving-bars div:nth-child(2) {
  animation-delay: -0.12s;
}
.moving-bars div:nth-child(3) {
  animation-delay: 0;
}
@keyframes spinner-move {
  0% {
    height: 50px;
  }
  50%, 100% {
    height: 30px;
  }
}











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

Single Page: Common;

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

.single-page{
  padding:0px var(--padding-generic-pane);
  max-width:var(--page-width-max);
  margin:auto;

}

/* Header
------------------------------------- */
.single-page-header{
  position: relative;
  margin-top:30px;
  margin-bottom:10px;
  position: relative;
  text-align: center;
}

.single-page-header .title{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;

}
.single-page-header .desc{
  margin-top:5px;
  font-size:13px
}
.single-page-header .lead{
  font-size:13px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .single-page-header .desc{
    margin-top:5px;
    font-size:12px
  }
}


/* Body
---------------------------------- */
.single-page-body{
  margin-top:20px;
}
.single-page-body.showcase{
  margin-top: 40px;
}
@media (max-width: 640px) {
  .single-page-body{
/*    margin: 20px 0 40px;*/
    margin:20px 0 0;
  }
  .single-page-body.showcase{
    margin-top: 20px;
  }
}












/*
====================================
Page:  Contact;
==================================== */
.contact-type-nav{
  text-align: center;
  margin-bottom: 40px;
}
.contact-type-nav .item{
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.8;
  border-bottom: 3px solid #aaa;
  color: #aaa;
  position: relative;
}
.contact-type-nav .item + .item{
  margin-left: 30px;
}
.contact-type-nav .item.current{
  color: var(--color-mazenda-1);
  border-color: var(--color-mazenda-1);
}
.contact-type-nav .item:hover{
  color: var(--color-mazenda-2);
  border-color: var(--color-mazenda-2);
}














.form-page-nav{
/*  max-width:var(--blog-style-max-width);*/
/*  text-align: center;*/
  margin:auto;
  margin-bottom: 40px;
  position: relative;
/*  border-bottom: 2px solid #ccc;*/
}
.form-page-nav:after{
  content:'';
  display: block;
  border-bottom: 2px solid #ccc;
  position: absolute;
  bottom:2px;
  left:0;
  width:100%;
  z-index: -1;
}

.form-page-nav .item{
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 2;
  padding-bottom:10px;
  color: #aaa;
  padding:0 10px 10px;
  position: relative;
  bottom:0px;
}

.form-page-nav .item.current{
  border-bottom: 2px solid #fff;
}
.form-page-nav .item:after{
  content:'';
  display: block;
  position: absolute;
  border-bottom: 2px solid transparent;
  bottom:0px;
  left:6px;
  right:6px;
}
.form-page-nav .item + .item{
  margin-left: 10px;
}
.form-page-nav .item.current{
  color: var(--color-mazenda-1);
}
.form-page-nav .item.current:after{
  border-color: var(--color-mazenda-1);
}
.form-page-nav .item:hover{
  color: var(--color-mazenda-2);
}


@media (max-width:640px) {
  .form-page-nav{
    overflow-x: scroll;
    white-space: nowrap;
    vertical-align: top;
  }
  .form-page-nav .item{
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    padding:0 4px 8px;

  }
  .form-page-nav .item + .item{
    margin-left:6px;
  }
}




.form-page-nav.full{
  max-width: none;
  margin-bottom:10px;
  border-bottom: 3px solid #444;
}
.form-page-nav.full .item{
  border-bottom-width:3px;
  bottom:-3px;
  position: relative;
  z-index: 1;
  font-size:16px;
}
.form-page-nav.full .item:after{
  border-bottom-width:3px;
  bottom:-3px;
}
.form-page-nav.full .item:not(.current){
  border-bottom: 3px solid #444;
}


.form-page-nav.full.alt{
  max-width: none;
  margin-bottom:15px;
  border:none
}
.form-page-nav.full.alt .item{
  border-bottom-width:0;
  bottom:auto;

  position: relative;
  z-index: 1;
  font-size:12px;
  background-color: var(--color-mazenda-1);
    background-color: var(--color-mazenda-5);
  color: var(--color-base-text-dimmed);
/*  margin-right: 10px;*/

  line-height: 40px;
  height:40px;
  padding:0 15px;
/*  color:#fff;*/
  border-radius: 20px;

}
.form-page-nav.full.alt .item:after{
  display: none;
  border-bottom-width:3px;
  bottom:-3px;
}
.form-page-nav.full.alt .item.current{
  background-color: var(--color-mazenda-1);
  color:#fff;
}
.form-page-nav.full.alt .item:not(.current){
/*  display: none;*/
  border:none;
}


/* For Deebugging */
.form-page-nav .item .private{
  position: absolute;
  font-size:10px;
  line-height:1;
  top:-10px;
  left:0;
  right:0;
  text-align: center;
}
@media (max-width:640px) {
  .form-page-nav .item .private{
    font-size:9px;
  }
}



/*
====================================
Page style
==================================== */
.page-section{
  text-align: center;

}
.page-section + .page-section{
  margin-top:60px;
}
.page-section-header .title{

}






/*
====================================
Page: Contact form
==================================== */
.contact-form{
/*  max-width:var(--blog-style-max-width);*/
/*  padding:40px 0;*/
  margin:auto;
  /*  background-color: var(--color-mazenda-5);*/
/*  border-radius: 15px;*/
/*  margin:60px 0;*/
/*  border:2px solid var(--color-border-weak)*/

/*border-top:2px solid var(--color-border-weak)*/
}
.contact-form .form-items{


/*  border-width:2px 0;*/
}

@media (max-width:640px){
  .contact-form .form-items{
/*    padding:20px 0% 10px;*/

  }
}


.admin-redirect-message{
  background-color:#fff;
  line-height: 1.8;
  border:#ee9994 2px solid;
  border-radius: 3px;
  padding:20px 25px;
  margin:30px 0;
  color:#cc3330;
  font-size: 90%;
  position: relative;
}
.admin-redirect-message strong{
  font-weight: 600;
}
.admin-redirect-message .test-link{
  text-decoration: underline;
}
.admin-redirect-message .post-edit-link{
  font-size:11px;
  line-height: 20px;
  position: absolute;
  bottom:4px;
  right:4px;
}



/* Item unit
------------------------------- */

.form-items{
  --field-base-height:50px;
}
.form-items .item{
  overflow: hidden;
}
.form-items .item:not(.hidden) + .item{
  margin-top:12px;
}
@media (max-width:640px) {
  .form-items .item:not(.hidden) + .item{
    margin-top:20px;
  }
}


.form-items .item:last-child{
  margin-bottom:0;
}

/* Variant */
.form-items .item.no-margin{
  margin-bottom:0;
}
.form-items .item.border-top{
  border-top:2px solid #ccc;
  padding-top:30px;
  margin-top:30px;
}
.form-items .item.hidden{
  display:none;
}
@media (min-width:641px) {
  .form-items.wide .item{
    padding:0 5%;
  }
  .form-items.wide .item:not(.hidden) + .item{
    margin-top:24px;
  }
}


/* Bar */
.form-items hr{
  border-width:0;
  border-top:2px solid var(--color-border-weak);
  margin:30px 0;
}
@media (min-width:641px) {
  .form-items.wide hr{
     margin:45px 0;
  }
}
/* Variant */
.form-items .item.acceptance{
  text-align: center;

}
.form-items .item.acceptance > *{
  display:inline-block;
  vertical-align: top;
}
.wpcf7 form .wpcf7-response-output{
  margin:20px 0;
  padding:15px 25px;
  border-radius: 3px;
  line-height: 1.8;
}


@media (min-width:641px) {

}






.form-items .item.submit{
  position: relative;
/*  padding:0 40px;*/
  /* NOTE:
  the Spinner is inbluded inside this wrapper */
  max-width:400px;
  margin:30px auto 0;

}
@media (max-width:640px) {
  .form-items .item.submit{
    margin-top:20px;
  }
}


.form-items .item.submit .wpcf7-spinner {
  position: absolute;
  bottom:0px;
  left:0%;
  z-index: 9;
  margin:0;
}

/* Item label
------------------------------- */
.form-items .item .label{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  margin-bottom:2px;
  line-height: 2;
  padding-left:2px;
}
.form-items .item .label br{
    display: none;
  }
.form-items .item .label.narrow{
  letter-spacing: inherit;
}
.form-items .item .label:after{
  content:'任意';
  display: inline-block;
  vertical-align: text-bottom;
  font-family: sans-serif;
  font-weight: 600;
  color:#fff;
  border-radius: 2px;
  background-color: #aaa;
  font-size:10px;
  line-height: 19px;
  margin-left:10px;
  padding:0 4px;
}
.form-items .item .label.required:after{
  content:'必須';
  background-color: var(--color-mazenda-1);
}


@media (min-width:641px) {
  .form-items.wide .item .label{
    width:220px;
    float:left;
    line-height: 26px;
    padding:12px 20px 0 0;
  }
  .form-items.wide .item .label br{
    display: initial
  }
  .form-items.wide .item .label:after{
    font-size:11px;
    line-height: 20px;
    height: auto;
    padding:0 6px;
    display: block;
    border-radius: 3px;
    position: absolute;
    top:16px;
    right:14px;
    transform:none
  }
}
@media (max-width:640px) {
  .form-items .item .label:after{

  }

}


/* Item field
------------------------------- */
.form-items .item .field{

}
.form-items .item .field.checkbox,
.form-items .item .field.radio{
  padding-top:8px;
  line-height: 2;
}
@media (min-width:641px) {
  .form-items.wide .item .field{
    overflow: hidden;
    padding:0px;
    margin-left:220px;
  }
  .form-items.wide .item .field.checkbox,
  .form-items.wide .item .field.radio{
    padding-top:12px;
  }
}
/* Item note
------------------------------- */
.form-items .item .note,
.form-items .item .wpcf7-not-valid-tip{
  font-size:12px;
  line-height: 1.6;
  margin-top:3px;
  padding-left:3px;
}
.form-items .item .note + .note{
  margin-top:0;
}




/* Style for field types
------------------------------- */
.form-items .item input[type=text],
.form-items .item input[type=number],
.form-items .item input[type=password],
.form-items .item input[type=email],
.form-items .item input[type=url],
.form-items .item input[type=date],
.form-items .item input[type=tel],
.form-items .item input[type=search],
.form-items .item select{
  max-width:540px;

  /* Care for zooming threshold on iOS at 16px  */
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width:auto;
  padding:0 10px;
  margin:0;
}
.form-items .item.full input{
  max-width:100%;
}


.form-items .item input[type=text],
.form-items .item input[type=number],
.form-items .item input[type=password],
.form-items .item input[type=email],
.form-items .item input[type=url],
.form-items .item input[type=date],
.form-items .item input[type=tel],
.form-items .item input[type=search],
.form-items .item textarea,
.form-items .item select{
  -webkit-appearance:none;
  -moz-appearance: window;
  background-color: #fff;
  width: 100%;
  padding:8px 12px;
  height:44px;
  border:2px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  font-size:16px;/* To prevent a mobile device from zooming */
  font-family: sans-serif;
  vertical-align: top;
}

.form-items .item input[type=text]:focus,
.form-items .item input[type=number]:focus,
.form-items .item input[type=password]:focus,
.form-items .item input[type=email]:focus,
.form-items .item input[type=url]:focus,
.form-items .item input[type=date]:focus,
.form-items .item input[type=tel]:focus,
.form-items .item input[type=search]:focus,
.form-items .item textarea:focus,
.form-items .item select:focus{
  border-color:var(--color-mazenda-1);
/*  border-color:var(--color-border-mazenda-dimmed);*/
}
.form-items .item input[type=checkbox]:focus-visible + span,
  .form-items .item input[type=radio]:focus-visible + span{
  text-decoration: underline;
}
.form-items .item input.wpcf7-not-valid{
/*  border-color:red;*/
}

/* Text area */
.form-items .item textarea{
  resize:vertical;
  height: 240px;
  line-height:26px;
}
@media (max-width:640px) {
  .form-items .item textarea{
    height: 180px;
    line-height: 1.4;
  }
}
.form-items .item button{
  float:right;
  width: 180px
}
/*  ? */
.form-items .item span.wpcf7-list-item{
  margin-left:0;
  margin-right:10px;
  display: inline-block;
  height: auto;
}

/* Custom select*/
.form-items .item select{
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-image: url(img/common/form/select-arrow.svg);
  background-size: 20px auto;
}
/* Custom checkbox */
.form-items .item input[type=checkbox],
.form-items .item input[type=radio]{
  position: absolute;
  left:-99px;
  height:0;
  width:0;
}
.form-items .item input[type=checkbox] + span:before,
.form-items .item input[type=radio] + span:before{
  content:'';
  display: inline-block;
  width:20px;
  height:20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px auto;
  margin:auto 4px -4px 2px;
}
.form-items .item input[type=checkbox] + span:before{
  background-image: url(img/common/form/checkbox.svg);
}
.form-items .item input[type=radio] + span:before{
  background-image: url(img/common/form/radio.svg);
}
.form-items .item input[type=checkbox]:checked + span:before,
.form-items .item input[type=radio]:checked + span:before{
/*  background-image: url(img/common/form/checkbox-on.svg);*/
  background-position: 0 -20px;
}



/* Submit */
.form-items .item input[type=submit]{
  margin:auto;
}
.form-items .item a{
  text-decoration: underline;
  color: var(--color-mazenda-1);
}

@media (min-width:641px) {
  .form-items.wide .item input[type=text],
  .form-items.wide .item input[type=number],
  .form-items.wide .item input[type=password],
  .form-items.wide .item input[type=email],
  .form-items.wide .item input[type=url],
  .form-items.wide .item input[type=date],
  .form-items.wide .item input[type=tel],
  .form-items.wide .item input[type=search],
  .form-items.wide .item select{
    padding:0px 16px;
    height:50px;
/*    line-height:;*/
  }
  .form-items.wide .item textarea{
    padding:12px 16px;
  }
}




/* Grouping of items
------------------------------- */
.form-items .group{
  margin-bottom:20px;
}
.form-items .group.framed{
  padding:20px 0;
  border-top:2px solid #333;
  border-bottom:2px solid #333;
  margin:20px 0;
}
.form-items .group.framed .title{
  font-size:20px;
  margin-bottom:20px;
}




/*
====================================
Single: Info Material
==================================== */
.single-page.material{
  position: relative;

}
@media (min-width:641px) {
  .single-page.material > .intro{
    float:left;
    width:calc(100% - 520px);
  }
  .single-page.material > .form{
    float:right;
    width:440px;


/*    border-left:3px solid var(--color-border-weak);*/
/*    padding-left:90px;*/
  }
}

/* header  */
.single-page-header.material{

}
.single-page-header.page .lead{
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.single-page-header.material .lead{
  font-weight: 600;
  line-height: 2;
}
@media (max-width:640px) {
  .single-page-header.page .lead{
    font-size:11px;
  }
  .single-page-header.material .lead{
    font-size:11px;
  }
}
.single-page-header.material .title{

}
@media (min-width:641px) {
  .single-page-header.material .title{
    font-size:36px;
  }
}

.single-page-body.material{
  margin-top:40px;
}

@media (min-width:641px) {

}

.material-cover-image{
  margin-bottom:40px;

}
@media (min-width:641px) {
  .material-cover-image{
    padding:20px 60px;
  }
}
@media (max-width:640px) {
  .material-cover-image{
    /*margin-bottom:40px;
    padding:20px 0px;*/
  }
}









/*
====================================
Document style
==================================== */

.doc-style .shortcode-error{
  display: block;
  font-size:13px;
  background-color: #f9f4f3;
  background-color: #f5f4f3;
  padding:18px 3% 13px;
  color: #ee7773;
  margin: 20px 0;
  position: relative;
}
.doc-style .shortcode-error:before{
  content:"ERROR";
  display: block;
  background-color: #ee7773;
/*  background-color: #7773;*/
  border-radius: 10px;
  padding:0 10px;
  font-weight: 600;
  position: absolute;
  font-size:10px;
  color:#fff;
  line-height: 20px;
  top:-8px;
  left:20px;
}

.doc-style *:first-child{
  margin-top:0;
}
.doc-style *:last-child{
  margin-bottom:0;
}





/* Basics */
.doc-style{
  line-height: 1.8;
}
@media (max-width: 640px) {
  .doc-style{
    line-height: 1.65;
  }
}

.doc-style iframe{
  max-width: 100%;
}

.doc-style code{
  padding: 10px 20px 9px;

  font-weight: 600;
  font-family: "Avenir";
  max-width: 100%;
  overflow: scroll;
  white-space: nowrap;
  display: inline-block;
  overflow: scroll;
  border-radius: 4px;

  background-color: #444043;
  color: #fff;
}


/* P
------------------------------------ */

.doc-style p{
  word-wrap: break-word;
  margin:20px 0;
}
@media (max-width: 640px) {
  .doc-style p{
    margin: 12px 0;
  }

}



/* Heading
------------------------------------ */
.doc-style h1,
.doc-style h2,
.doc-style h3,
.doc-style h4,
.doc-style h5{
  margin:15px 0;
  font-weight: 600;
  line-height: 1.7;
  position: relative;
}

@media (max-width: 640px) {
  .doc-style h1,
  .doc-style h2,
  .doc-style h3,
  .doc-style h4,
  .doc-style h5{
    margin:15px 0;
    line-height: 1.6;
  }
}



.doc-style h1{
  font-weight: 600;
  margin:30px 0 15px;
  font-size:22px;
  line-height: 1.5;
  position: relative;
}
/* BG  */
.doc-style h2{
  font-weight: 600;
  margin:20px 0 15px;
  font-size:20px;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 640px) {
  .doc-style h1{
    font-size: 18px;
    margin:25px 0 20px;
  }
  .doc-style h2{
    font-size: 16px;
    margin:22px 0 15px;
  }
}


.doc-style h3{
  font-size:20px;
}
@media (max-width: 640px) {
  .doc-style h3{
    font-size: 15px;
    margin-top:30px;
  }
}


/*
====================================
Number
==================================== */
.doc-style .numbered{
  position: relative;

}
.doc-style .numbered .num{
  display: block;
  position:absolute ;
  left: 0;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  letter-spacing: 0;
  transform-origin: left bottom;
  background-color: var(--color-mazenda-1);
  border-radius: 2px;
}
@media (max-width: 640px) {
  .doc-style .numbered{
    padding-left: 46px;
  }
  .doc-style .numbered .num{
    min-width: 31px;
    line-height: 32px;
    height: 31px;
    font-size: 16px;
    top: 0;
  }
}



/* H1 */
.doc-style h1.numbered{
  padding-left: 64px;
}
.doc-style h1.numbered .num{
  font-size: 20px;
  top: 4px;
  left: 0;
  min-width: 42px;
  line-height: 43px;
  height: 42px;
}
.doc-style h1.numbered.round .num{
  border-radius: 21px;
}
@media (max-width: 640px) {
  .doc-style h1.numbered{
    padding-left:48px;

  }
  .doc-style h1.numbered .num{
    font-size: 16px;
    top: 0px;
    left: 0;
    min-width: 33px;
    line-height: 34px;
    height: 33px;
  }
}



/* H2 */
.doc-style h2.numbered:before{
  content: none;
}

.doc-style h2.numbered{
   padding-left: 48px;
}
.doc-style h2.numbered .num{
  position: absolute;
  left:0;
  top: 4px;
  bottom:auto;
  min-width: 33px;
  line-height: 34px;
  height: 33px;
  font-size: 16px;
}
.doc-style h2.numbered.round .num{
  border-radius: 18px;
}
@media (max-width: 640px) {
  .doc-style h2.numbered{
    padding-left: 38px;
  }
  .doc-style h2.numbered .num{
    min-width: 27px;
    line-height: 28px;
    height: 27px;
    font-size: 13px;
    top:1px;
  }
}





/* H3 */
.doc-style h3.numbered{
  padding-left: 41px;
}
.doc-style h3.numbered .num{
  top: 1px;
  min-width: 28px;
  line-height: 29px;
  height: 28px;
  font-size: 14px;
  margin-top: 2px;
}
.doc-style h3.numbered.round .num{
  border-radius: 15px;
}
@media (max-width: 640px) {
  .doc-style h3.numbered{
    padding-left: 32px;
  }
  .doc-style h3.numbered .num{
    top:0px;
    min-width: 22px;
    line-height: 23px;
    height: 22px;
    font-size: 11px;
  }
}








/* Q&A  */
.doc-style h2.question{

}




.doc-style h2.question:before,
.doc-style .answer:before{
  position: absolute;
  left:0;
  top: 4px;
  bottom:auto;
  border:2px solid var(--color-base-text-mazenda);
  line-height: 30px;
  height:29px;
  min-width:29px;
  font-size: 16px;

  display: block;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  letter-spacing: 0;
  background-color: var(--color-mazenda-1);
  border-radius: 2px;
  top:1px;
}
.doc-style h2.question:before{
  content:'Q';
/*  border:none;*/
  color: #fff;
}
.doc-style .answer{
  position: relative;
}
.doc-style .answer:before{
  top: 0px;
  content:'A';
  background-color:transparent;
  color:var(--color-base-text-mazenda);

}
@media(min-width:641px) {
  .doc-style h2.question{
    font-size:20px;
  }
  .doc-style h2.question,
  .doc-style .answer{
    padding-left:54px;
  }
}
@media (max-width: 640px) {
  .doc-style h2.question{
    font-size:14px;
  }
  .doc-style h2.question,
  .doc-style .answer{
    padding-left: 35px;
  }
  .doc-style h2.question:before,
  .doc-style .answer:before{
    min-width: 20px;
    line-height: 20px;
    height: 20px;
    font-size: 11px;
    margin-top:-2px;
  }
  .doc-style h2.question:before{

  }
}





/* HR */
.doc-style hr{
  display: block;
  border:none;
  border-bottom:1px solid #ddd;
  height:0;
  width:auto;
  margin:40px 0;
}
.doc-style p strong,
.doc-style li strong{
  background: linear-gradient(
    to top,
    var(--color-mazenda-4) 38%,
    transparent 38%);
  padding:0 1px;
  font-weight: 600;
  /*color: var(--color-base-text-mazenda);*/
}


/* Quote */
.doc-style blockquote{
  border:none;
  margin: 30px 0;
  padding:35px 5% 30px 70px;
  line-height: 1.8;
  background-color:var(--color-mazenda-5);
  color:#777077;
  position: relative;
  border-radius: 3px;
  position: relative;
}
.doc-style blockquote:before{
  content: '';
  display: block;
  position: absolute;
  left: 5%;
  top: 30px;
  bottom: 25px;
  margin: auto;
  border-left: var(--color-mazenda-4) 4px solid;
}
.doc-style blockquote > *:first-child{
  margin-top: 0;
}
.doc-style blockquote > *:last-child{
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .doc-style blockquote{
    padding:35px 5% 30px 40px;
  }
  .doc-style blockquote:before{

  }
}






/* Anchor link  */
.generic-anchor,
.doc-style a:not(.generic-button){
  text-decoration: underline;
  color: var(--color-mazenda-1);
}
.generic-anchor:hover
.doc-style a:not(.generic-button):hover{
  opacity:0.8;
  text-decoration: none;
}





.doc-style img{
  max-width: 100%;
  width:auto;
  height: auto;
}
.doc-style img:not([class]){
  display: block;
  margin:25px auto;
}
.doc-style img + img{
  margin-top: 0;
}
.doc-style ul,
.doc-style ol{
  margin:20px 0px;
  list-style-position: outside;
  padding-left: 1.4em;
}
.doc-style ol{
  padding-left: 1.6em;
}
@media(max-width:640px) {
  .doc-style ul,
  .doc-style ol{
    margin:16px 0;
  }
}


.doc-style ol li,
.doc-style ul li{
  line-height: 1.7;
}
.doc-style ol li::marker{
  /*color:#ccc;*/
  font-family:'futura-pt',sans-serif;
  font-weight: 500;

}
.doc-style ul{
  list-style-type: circle;
}
.doc-style ol{
  list-style-type: decimal;
}
.doc-style ul li + li,
.doc-style ol li + li{
  margin:6px 0 0 0
}

@media (max-width: 640px) {
  .doc-style ul li + li,
  .doc-style ol li + li{
    margin:5px 0 0 0
  }

}


/* Table
------------------------------------- */
.doc-style table{
  margin: 30px 0;
  line-height: 1.8;
  font-size:95%;
  min-width: 80%;
  /*width: 100%;*/
  table-layout: auto;
}
.doc-style table tr{

}
.doc-style table tr th,
.doc-style table tr td{
  padding:15px 10px 13px;
  text-align: left;
  position: relative;
  border: 1px solid var(--color-border-mazenda-dimmed);
  border-width: 1px 0 0 0;
}
.doc-style table tr:last-child th,
.doc-style table tr:last-child td{
  border-width:  1px 0;
}
@media (max-width: 640px){
  .doc-style table{
    line-height: 1.6;
    margin: 25px 0;
    font-size:90%;
  }
  .doc-style table tr th,
  .doc-style table tr td{
    padding: 7px 9px 6px;
    min-width: 80px;
  }
}


.doc-style table.thead-left thead tr td,
.doc-style table.thead-left tbody tr th{
  text-align: left;
}
.doc-style table.thead-center thead tr td,
.doc-style table.thead-center tr th{
  text-align: center;
}
.doc-style table.th-v-baseline tr th{
  vertical-align: baseline;
}
.doc-style table.th-v-middle tr th{
  vertical-align: middle;
}
.doc-style table.th-left tr th{
  text-align: left;
}
.doc-style table.th-center tr th{
  text-align: center;
}
.doc-style table.th-right tr th{
  text-align: right;
}

/* Nowrap */
.doc-style table.th-nowrap tr th{
    white-space: nowrap;
  }
@media (min-width:641px) {


  .doc-style table.th-w10 tr th{
    width:10%;
  }
  .doc-style table.th-w20 tr th{
    width:20%;
  }
  .doc-style table.th-w30 tr th{
    width:30%;
  }
  .doc-style table.th-w40 tr th{
    width:40%;
  }
  .doc-style table.th-w50 tr th{
    width:50%;
  }
}



/* th */
.doc-style table tr th{
  font-weight:600;
  max-width: 35%;
  border-color:var(--color-mazenda-1);
}
@media (min-width: 641px){
  .doc-style table tr th{
    min-width: 100px;
  }
}
@media (max-width: 640px){
  .doc-style table tr th{
    min-width: 60px;
  }
}




/* tHead */
.doc-style table thead{
  font-weight:600;
  background-color: var(--color-mazenda-5);
  color: var(--color-base-text-mazenda);
}
.doc-style table thead tr,
.doc-style table thead tr:last-child{
  border-color: #dce1dc;
}
.doc-style table thead tr th,
.doc-style table thead tr td{
  /*text-align: center;*/
  padding-top:10px;
  padding-bottom: 8px;
}
@media (max-width: 640px){
  .doc-style table thead tr th,
  .doc-style table thead tr td{
    /*text-align: center;*/
    padding-top:6px;
    padding-bottom: 5px;
  }
}


/*  */
.doc-style table.prop-outline tr th{
  width: 130px;
}
@media (max-width: 640px){
  .doc-style table.prop-outline tr th{
    width: 90px;
  }
}






/*
-----------------------------------
Simple button
----------------------------------- */
.doc-style .simple-button{
  margin: 30px 0;
}


/*　With conten*/
.simple-button.with-text{
  border: 4px solid var(--color-mazenda-5);
  padding: 35px 5% 32px;
  overflow: hidden;
}
.simple-button.with-text .text{
  line-height: 1.8;
}
@media (min-width: 641px) {
  .simple-button.with-text .text{
    float: left;
    width: 50%;
  }
  .simple-button.with-text .link{
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .simple-button.with-text{
    padding: 25px 7%;
  }
  .simple-button.with-text .link{
    margin-top: 20px;
  }
}


/*
====================================
Default style (WordPress Core)
==================================== */

.doc-style img.alignnone {

}
.doc-style img.aligncenter{
  display: block;
  margin: 30px auto;
  /*margin-right:auto;
  margin-left:auto;*/
  /*text-align: center;*/
}
.doc-style img.alignright {
  /*float:right;*/
  /*margin: 5px 0 5px 30px;*/
}
.doc-style img.alignleft {
  /*float: left;*/
  /*margin: 5px 30px 5px 0;*/
}

/* ??  */
a img.alignright {
  /*float: right;*/
}
a img.alignnone {

}
a img.alignleft {
  /*float: left;*/
}
a img.aligncenter {
  /*margin-left: auto;
  margin-right: auto;*/
}


/* [figure] is a native-shortcode from the admin edit */
.wp-caption{
  max-width: 100%; /* Image does not overflow the content area */
  text-align:left;
  margin-top:30px ;
  margin-bottom:30px ;
}
.wp-caption.alignnone {
  /*margin: 5px 20px 20px 0;*/
}
.wp-caption.alignleft {
  /*margin: 5px 20px 20px 0;*/
}
.wp-caption.alignright {
  /*margin: 5px 0 20px 20px;*/
}
.wp-caption.aligncenter{
  margin-right:auto;
  margin-left:auto;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
}
.wp-caption .wp-caption-text{
  font-size: 13px;
  line-height: 1.4;
  margin: 8px 0 0 0;
  padding: 0;
}









/* ? */
.wp-block-image{
  margin:30px 0px;
  width:auto;
  max-width:none;
}
.wp-block-image img{
  display: block;
  width:100%;
}
.wp-block-image figcaption{
  margin-top:5px;
  font-size:10px;
  line-height: 1.6;
  /*text-align: center;*/
}






.doc-style .sc-simple-slider{
  margin:20px 0 30px;
}
@media (max-width: 640px) {
  .doc-style .sc-simple-slider{
    margin:20px 0 25px;
  }
}












/* Iframe  */
.doc-style iframe[src*=balescloud]{
  width: 100%;
}

.doc-style .iframe-wrapper{
  position: relative;
  max-width:100%;
  padding-bottom:66.6666%;
  margin:35px 0;
  background-color:#fafafa;
}
.doc-style .iframe-wrapper iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}



/*
====================================
Youtube
==================================== */
.doc-style.single img{


}
.doc-style .youtube-video-container{
  margin:30px 0;
  width:100%

}




/*
====================================
Google Map
==================================== */
.doc-style .google-map-shortcode{
  background-color: #eee;
  margin:30px 0;
  min-height:100px;
  width:100px;
}









/* space
------------------------------------ */
.simple-spacer{
  margin: 20px 0;
}






.terms-doc{

}


/* Header
----------------------------------- */
.terms-doc .header{
  text-align: center;
  /*border-bottom:1px solid #eee;*/
  padding:0 0 30px;
}
.terms-doc .header h1{
  font-weight: 600;
  font-size:26px;
}
@media(max-width:640px) {
  .terms-doc .header h1{
    font-size:22px;
  }
}
.terms-doc .header .lead{
  font-size:12px;
  font-weight: 600;
}
.terms-doc .header .desc{

}

/* Document
----------------------------------- */
.terms-doc .document{
  background-color: #f3f3f3;
  padding:50px 50px 40px;
  border-radius: 10px;
}
@media(max-width:640px) {
  .terms-doc .document{
    padding:25px 20px 20px;
    border-radius: 8px;
  }
}


.terms-doc .buttons{
  position: fixed;
  bottom:0;
  z-index: 1;
  left:0;
  right:0;
  width: 100%;

  padding:20px 5%;
  background-color: #fff;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  text-align:center;
 /* background: linear-gradient(
    to bottom,
    transparent 0px,
    #fff 60px,
    #fff 100%
  );*/

}
@media(max-width:640px) {
  .terms-doc .buttons{
    padding:10px 5%;
  }
}



.terms-doc .buttons * + .generic-button{
  vertical-align: top;
}
.terms-doc .buttons * + .generic-button { margin-left:20px;
}
@media(max-width:640px) {
  .terms-doc .buttons * + .generic-button {
    margin-left:10px;
  }
}
.terms-doc .buttons .generic-button[disabled]:hover{
  /*opacity: ;*/
}


/* Agreement
------------------------------ */
.terms-doc  .agreement{
  display: block;
  cursor:pointer;
  padding:30px 0px 0;
  text-align: center;
  border-top: 1px solid #ccc;
}
.terms-doc  .agreement label{
  display: block;
  width: fit-content;

  padding: 20px 60px;
  margin:auto;
  /*margin:auto 20px;*/
  font-weight: 600;
  transition:0.1s linear all;
  border-radius: var(--radius-l);
}
.terms-doc .agreement label:hover{
  background-color: #eaeaea;
}
.terms-doc .agreement label.agreed{
  background-color: #daf0da;
  color:#454;
}


@media(max-width:640px) {
  .terms-doc  .agreement{
    padding: 20px 0px 0px;
  }
  .terms-doc  .agreement label{
    padding:20px 0;
    width: 100%;
  }
}
.terms-doc .agreement input{
  margin:0 15px 0px 2px;
  position: relative;
  bottom:-1px;
}
.terms-doc  .lead{
  line-height: 1;
  margin-bottom:10px;

}
































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

Filter UI

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







/* Popup
------------------------------------ */
/* BG */



/* Shown
---------------------------- */



.prop-filter-section{

}
.prop-filter-section:not(.shown){
  display: none;
}


.prop-filter-section .label{
  font-weight: 600;
  font-size: 18px;

  width: fit-content;
  margin:auto;
  padding: 0 20px 0 40px;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: left 3px center;
}
@media(max-width: 640px){
  .prop-filter-section .label{
    font-size:15px
    padding: 0 10px 0 30px;
  }
}


/* Icons  */
.prop-filter-section.area .label{
  background-image: url(img/common/filter/area.svg);
}
.prop-filter-section.planning .label{
  background-image: url(img/common/filter/planning.svg);
}
.prop-filter-section.instrument .label{
  background-image: url(img/common/filter/instrument.svg);
}
.prop-filter-section.equipment .label{
  background-image: url(img/common/filter/thunder.svg);
}


/* Caption */
.prop-filter-section .caption{
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.6;
}

.prop-filter-section .caption.red{
  color: #cc5550;
}
.prop-filter-section .caption.center{
  text-align: center;
}

/* Help body */
.prop-filter-section .help-text{
  margin-top: 10px;
  line-height: 1.8;
  border-top:1px solid #ddd;
  padding-top:20px;
  margin-top:10px;
}
.prop-filter-section .help-text p + p{
  margin-top:10px;
}



@media(max-width: 640px){
  .prop-filter-section .caption{
    font-size: 12px;
    margin-top: 10px;
  }
  .prop-filter-section .help-text{
    padding-top:15px;
    margin-top:8px;
    font-size:90%;
  }
}






/* items */

.prop-filter-section .items{
  margin-top: 25px;
}
@media(max-width: 640px){
  .prop-filter-section .items{
    margin-top: 15px;
    line-height: 1.5;
  }
}
@media(max-width: 320px){
  .prop-filter-section .items{
    margin-top: 10px;
    line-height: 1.4;
  }
}
/* Check Items */
.prop-filter-section .items .item{

  transition:0.1s ease-out all;
  background-repeat: no-repeat;

  background-size: 20px;
  background-position: left 1px center;
  background-image: url('img/common/filter/checkbox-off.png');
  cursor:pointer;
  user-select: none;
}
.prop-filter-section .items .item:hover{
  opacity: 0.6;
}

/* List style  */
.prop-filter-section .items.list .item{
  display: block;
  line-height: 44px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  background-position: left 6px center;
  padding-left: 38px;
  background-size: 20px;
}
.prop-filter-section .items.list .item:last-of-type{
  border-bottom: 1px solid #ddd;
}
@media(max-width: 640px){
  .prop-filter-section .items.list .item{
    line-height: 40px;
    /*font-size: 13px;*/
  }
}


/* Line style  */
.prop-filter-section .items.line{
  padding: 15px 0;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.prop-filter-section .items.line .item{
  display: inline-block;
  line-height: 2;
  letter-spacing: 0;
  font-size: 13px;
  padding:0 0 0 21px;
  /*background-size: 18px;*/
  background-position: left 4px center;
  background-size: 18px;
}
@media(max-width: 640px){
  .prop-filter-section .items.line .item{
    line-height: 1.5;
    font-size: 12px;
    padding: 0 5px 0 20px;
    background-position: left 1px center;
    background-size: 17px;
  }
}
@media(max-width: 320px){
  .prop-filter-section .items.line .item{
    line-height: 1.3;
    font-size: 11px;
  }
}


/* Active */
.prop-filter-section .items .item.active{
  opacity:1;
  background-image: url('img/common/filter/checkbox-on.png');
  font-weight: 600;
}















/* Item number / sort buttons
------------------------------------------ */

.sort-criteria{
  font-weight: 600;

}
.sort-criteria .item{
  float: left;
  padding: 0 21px 0 0px;
  position: relative;
  color: #ccc;
  cursor: pointer;
  letter-spacing: 0.04em;
}
.sort-criteria .item + .item{
  margin-left: 10px;
}
@media(max-width: 640px){
  .sort-criteria .item + .item{
    margin-left: 6px;
  }
}
.sort-criteria .item:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(img/common/filter/order-inactive.svg);
}

.sort-criteria .item.active{
  color: inherit;
}
.sort-criteria .item.active:after{
  background-image: url(img/common/filter/order-active.svg);
}
.sort-criteria .item.reversed:after{
  transform: rotate(180deg);
  transform-origin: center;
}































/* Page
--------------------------------- */
.krt-modal-popup{
  position: relative;
  z-index: 900;
}


/* BG
-------------------------*/


/* Popup BG */
.krt-modal-popup .bg{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 60%);
  display: block;
  transition:
  0.1s 0s linear opacity,
  0s 0s linear height;
}
.krt-modal-popup .bg:not(.shown){
  height: 0;
  opacity:0;
  transition:
  0s 0.1s linear height,
  0.1s 0s linear opacity;
}



/* Popup
-------------------------*/
.krt-modal-popup .popup{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition:
  0s 0s linear height;
}
.krt-modal-popup .popup:not(.shown){
  height: 0;
  top:-9999px;
  transition:
  0s 0.5s linear all;


}


/* Popup Box
-------------------------*/
.krt-modal-popup .popup .box{
  display: block;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;

  width: 100%;
  min-height: 300px;
  max-width: 500px;

  height: auto;
  min-height: 300px;
  max-height: 80%;

  background-color: #fff;

  margin:0;
  border-radius: var(--radius-m);

  opacity:1;
  transform-origin: center;

  transition:
  0s 0s display linear allow-discrete,
  0.1s 0.1s linear opacity,
  0.4s 0.1s cubic-bezier(0,1,0,1) transform;
}
/* Popup */
.krt-modal-popup .popup .box:not(.shown){
  /*display: none;*/
  opacity:0;
  transform:scale(0.9);
  transition:
  0.1s 0s display linear allow-discrete,
  0.1s 0s linear opacity,
  0.1s 0s linear transform;
}

@media (max-width:640px) {
  .krt-modal-popup .popup .box{
    max-width: 90%;
    min-height: 200px;
  }

}



/* Scrollable Body, flexible heiht */
.krt-modal-popup .box .body{
  line-height: 1.6;
  font-size:15px;
  padding:40px 50px 110px;
  overflow: scroll;

}
@media (max-width:640px) {
  .krt-modal-popup .box .body{
    padding:25px 5% 75px;
    font-size:14px;
  }
}
@media (max-width:640px) {

}


/* Buttons
---------------------------------- */
.krt-modal-popup .box .buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  background:linear-gradient(
    to bottom,
    transparent 0%,
    #fff 30px,
    #fff 100%
  );

  position: absolute;
  bottom:0px;
  left:0;
  right:0;
  display: flex;
  justify-content: space-evenly;
  padding:30px 0;
  border-radius: var(--radius-m);
}
@media (max-width:640px) {
  .krt-modal-popup .box .buttons{
    padding:15px 0 15px;
  }
}




/* Close
------------------------------------------ */
.krt-modal-popup .box .close{

  display: block;
  position: absolute;
  top:5px;
  right:5px;
  --radius:40px;

  line-height: var(--radius);
  width: var(--radius);
  height:var(--radius);
  background-size: 28px;
  cursor:pointer;
  background-position: center;
  background-repeat: no-repeat;

  background-image: url(img/common/popup/x.svg);
}
.krt-modal-popup .box .close:hover{
  opacity: .6;
}




.krt-modal-popup .box .buttons .uncheck{
  position: absolute;
  bottom:6px;
  line-height: 20px;
  font-size:12px;
  cursor:pointer;
}
.krt-modal-popup .box .buttons .uncheck.dim{
  display: none;
}
















