

/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.kosugi-maru {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Kosugi Maru","Raleway", sans-serif;
  font-weight: 400;
  background-color: var(--main);
  font-size: 20px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.7em;
    margin-bottom: 0.7em;
}
h1 img {
  width: 260px;
}
h1.ma000 {
	margin-top: 0;
    margin-bottom: 0;
}
.features-small-item h3 {
  color: var(--gray-dark);
}
ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: var(--main);
  font-family: "Kosugi Maru","Raleway", sans-serif;
}

::selection {
  background: var(--sub1);
  color: #fff;
}

::-moz-selection {
  background: var(--sub1);
  color: #fff;
}
header + .section {
  padding-top: 3rem;
}
.section {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 145px;
}

.section.colored {
  background: #f2f2fe;
}
.section00 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 1.5em;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}
.h100p {
    width: auto;
    max-width: 100%;
}
.h120p {
    width: auto;
    height: auto;
    max-width: 100%;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  border-radius: 20px;
  padding: 12px 20px;
  background-color: var(--sub1);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: var(--sub);
}

a.main-button {
  border-radius: 20px;
  padding: 10px 20px;
  margin: .5em auto;
  background-color: var(--sub);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 0.9em;
  display: block;
  width: 210px;
  height:51px;
  line-height: 1.8em;
  font-size: .95rem;
}
input.button4 {
    border-radius: 14px;
    padding: 10px 15px;
    margin: 0 auto .5em;
    background-color: var(--gray);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 0.9em;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.5em;
    font-size: .95rem;
    right: 10px;
    border: none;
}
input.button4:hover {
  opacity: 0.8;
}

a.main-button:hover {
  opacity: 0.8;
}
button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  margin: .5em;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: var(--mainX);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 210px;
}
.contact-form input.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  margin: .5em;
  border-radius: 20px;
  padding:10px 20px;
  background-color: var(--sub);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 210px;
  height: 51px;
}
button.main-button:hover,.contact-form input.main-button:hover {
  opacity: 0.8;
}
button:disabled{
    filter:brightness(0.8);
    cursor:not-allowed;
}
button.button2, a.button2 {
  background-color: var(--yellow);
}

.contact-form input.button2 {
  background-color: var(--yellow);
  border:1px solid var(--yellow);
  color:#ffffff;
  width: 210px;
}

button.button3, a.button3{
  background-color: var(--sub5);
}
button.button4, a.button4{
  background-color: var(--gray);
}
button.button5, a.button5 {
    background-color: #f029ad;
}
.logout {
	position: absolute;
	top: 10px;
	right: 10px;
}
.logout button.main-button {
    outline: none;
    border: none;
    cursor: pointer;
    margin: .5em;
    border-radius: 20px;
    padding: 12px 10px;
    background-color: var(--sub);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: auto;
    font-size: 0.5em;
}
.delete {
    border: none;
    border-radius: 20px;
    color: white;
    background: var(--gray);
    font-size: .9em;
    padding: 10px;
}
.team-content.row .col-2,.team-content.row .col-1 {
    padding-right: 0px;
    padding-left: 0px;
}
/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: absolute;
  top: 1em;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 2em;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 40px;
  min-height: 60px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: var(--sub1);
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 2em;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
}

.header-area.header-sticky .logo {
  margin-top: 25px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: var(--sub1);
}
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 1em;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
.team-content{
    border-bottom: 1px solid var(--sub3);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0;
    margin-left: 0;
}
.features-small-item p.marui {
    color: var(--white);;
    text-align: center;
    background-color: var(--danger);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.features-small-item p.sumi {
    background-color: var(--cyan);
}
.features-small-item p.kaku {
    background-color: var(--secondary);
}
.features-small-item p.sai {
    background-color: var(--teal);
}
.features-small-item p.mada {
    background-color: #a3e749;
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 100vh;
}

.welcome-area .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
}

.welcome-area .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #fff;
}

.welcome-area .header-text p {
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
   .welcome-area .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}


/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 0;
}

.features-small-item:hover .icon {
  background-color: var(--sub2);
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: var(--sub);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
}

.features-small-item p {
  font-weight: 400;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 1.1em;
  position: relative;
  text-align: left;
}
.features-small-item p span {
  font-size: 0.9em;
}
.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -220px;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/work-process-bg.png);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  color: var(--sub1);
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: var(--sub1);
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: var(--sub);
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: var(--sub2);
}

.blog-post-thumb .text {
  font-weight: 400;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  border: 2px solid var(--sub4);
  width: 100%;
  height: 42px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 16px;
}
.birthday{
    display: inline-flex;
    line-height: 1;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #CCC;
}
select#month,select#day{
    border: 2px solid var(--sub4);
    width: 80px;
    height: 42px;
    outline: none;
    padding-left: 20px;
    border-radius: 16px;
}
.contact-form textarea {
  height: 150px;
  resize: none;
}
.contact-form textarea.syuso {
  height: auto;
  resize: auto;
  padding: 20px;
  min-height: 3em;
  padding: 5px 20px;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0;
    padding: initial;
    border: initial;
    width: 17px;
    height: 17px;
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-image: linear-gradient(127deg, var(--sub1) 0%, var(--sub) 91%);
  padding-top: 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0;
  display: inline-block;
}
footer .social li .fa {
    font-size: 2em;
}
footer .social li a {
    color: var(--white);
    text-align: center;
    background-color: transparent;
    width: auto;
    height: auto;
    line-height: normal;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 0.7em;
}
footer .copyright {
  text-align: center;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-weight: 400;
  font-size: .4em;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}
/*患者情報修正ボタン*/
button.pa-button{
    position: absolute;
    right: 0;
    top: 0;
    width: 4.2em;
}
/*画像診断*/
.w-100 {
    width: 100% !important;
}
img {
    vertical-align: middle;
    border-style: none;
}
.shadow-sm {
    box-shadow: unset !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 3px solid #a8a8a8;
    border-radius: 0;
    min-height: 120px;
    font-size: .5em;
}
.row.whitee .col-4 p{
  font-size: 0.7em;
}
.row.whitee{
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    border-radius: 17px;
    margin-top: 1em;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: 2em;
}
.row.whitee p {
    font-weight: 400;
    color: #777;
    letter-spacing: 0.5px;
    position: relative;
    text-align: left;
}
fieldset.detail{
    border-bottom: 1px solid var(--green);
    text-align: left;
}
fieldset.detail.b-none {
    border-bottom: 0px;
}
fieldset.detail p{
    float: left;
    line-height: 1.5em;
    padding-right: 1em;
    font-size: 0.9em;
}
span.heading {
    color: var(--indigo);
    font-weight: 800;
    padding-right: 1em;
}

.contact-form input.ma-tobo {
  margin: .5em auto;
}
.kuro {
    color: var(--black);
}
fieldset.detail_n {
    border-bottom: none;
    text-align: center;
    border: 2px solid var(--sub4);
    border-radius: 16px;
    padding: 2px 1em;
    margin-bottom: 1em;
}
fieldset.detail_n p {
    padding-right:0;
    line-height: 2em;
    float: none;
}
fieldset.detail2 {
    text-align: center;
}
fieldset.detail2 p {
    float: none;
    line-height: 1.5em;
    padding-right: 1em;
    font-size: 0.9em;
}
/*再戻し*/
.checkbox-sai input{
    display: none;
}
input.kesson + label {
    margin: 0;
    padding: 5px 7px;
    border: 1px solid #EEEEEE;
    line-height:1.2;
}
/*
input:checked + label{
	border: 1px solid #EEEEEE;
    background: url(../images/checkmark.png);
    background-position: top 55% left 50%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 20px;
}*/
input#sen-ari label,input#sen-nasi label,input#mai-ari label,input#mai-nasi label {
    margin-bottom: 0;
}
.checkbox-sai input + .text:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-size: auto, 100%;
    background-repeat: no-repeat, no-repeat;
    background-image: none, url(../images/OK.png);
    position: absolute;
}
.checkbox-sai input:checked + .text:before {
    background-image: none, url(../images/NG.png);
}
.img_ng:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-size: auto, 100%;
    background-repeat: no-repeat, no-repeat;
    position: absolute;
    background-image: none, url(../images/NG.png);
}

/*診断結果マスコット*/
.si-mascot1 {
    width: 50px;
    position: absolute;
    margin-left: -2em;
    margin-top: -10px;
    /* transform: scale(-1, 1); */
}
/*bim*/
.bim-mascot1 {
    width: 50px;
    position: absolute;
    margin-left: -2em;
    margin-top: -10px;
    transform: scale(-1, 1);
}
.si-mascot2 {
    width: 50px;
    position: absolute;
    margin-left: 0;
    margin-top: -10px;
}
/*neo*/
.neo-mascot2 {
    width: 50px;
    position: absolute;
    margin-left: 0;
    margin-top: -10px;
    transform: scale(-1, 1);
}
/*性別*/
input.dajo{
    display: none;
}
input.dajo + label {
    margin: 0;
    border: 2px solid var(--sub4);
    background: var(--white);
    border-radius: 14px;
    padding: 8px 12px;
    line-height:1.2;
}
input.dajo:checked + label {
    border: 2px solid rgb(247 88 112);
    background: #ffb6c1;
}
/*撮影*/
#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width: 100%;
  height: 540px;
}

#photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width: 100%;
  height: 540px;
}

#canvas {
  display: none;
}

.camera {
  width: 100%;
  display: block;
}

.output {
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: center;
}

#startbutton {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  bottom: 4em;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 0 auto .5em;
    background-color: var(--white);
    text-transform: uppercase;
    color: var(--mainX);
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 0.9em;
    width: auto;
    height: auto;
    line-height: 1.8em;
    font-size: .95rem;
    border: 1px solid var(--mainX);
    }
    
/*撮影*/
/*歯*/
table.ha {
	width: 100%;
	border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}
td, th {
	padding: 3px;
	width: 50%;
	height: 25px;
	border-bottom: 1px solid #595959;
}

table.ha, th {
	border-right: 1px solid #595959;
	font-weight: 400;
	text-align:right;
}

table.ha, td {
	border-right: none;
	text-align:left;
}
.non td, .non th {
	border-bottom: none;
}
.contact-form table.ha input {
	margin-bottom: 0;
}
.contact-form table.ha th input {
	text-align:right;
}
.contact-form table.ha td input {
	text-align:left;
}

/*歯*/
/*popup*/

#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  outline: none;
  border: none;
  margin: .5em;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: var(--sub);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 5em;
  position: absolute;
  top: 0;
  right: 0;
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 560px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}
/*popup*/

/*hissu*/
span.akamaru,.features-small-item p span.akamaru{
    font-size: 0.7em;
    background: red;
    color: white;
    padding: 3px 7px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 600;
    vertical-align: 2px;
}
.nyuki label {
    display: inline-block;
    margin-bottom: 0;
}
a.buttonn {
    outline: none;
    border: none;
    cursor: pointer;
    margin: .5em;
    border-radius: 20px;
    padding: 12px 20px;
    background-color: var(--green);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 210px;
}
a.buttonn2 {
    outline: none;
    border: none;
    cursor: pointer;
    margin: .5em;
    border-radius: 20px;
    padding: 12px 20px;
    background-color: var(--red);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 210px;
}
/*診断*/
#shindan{
    display: flex;
}
    input[type=radio][name=nanido]:checked+label::before {
        content: "";
        display: inline-block;
        background-size: contain;
        width: 54px;
        height: 54px;
        cursor: pointer;
        background-repeat: no-repeat;
	    background-image: url(../images/OK.png);
	    mix-blend-mode: difference;
	    position: absolute;
	}
    input[type=radio][name=nanido]{
        display: none;
    }
    input[type=radio][name=nanido][value="6"]+label:before{
        width: 42px;
        height: 42px;
        margin-top: 10px;
    }

/*
input[type=radio][name=nanido]+label:before{
        content: "";
        display: inline-block;
        background-size: contain;
        width: 58px;
        height: 60px;
        cursor: pointer;
        background-repeat: no-repeat;
    }
    input[type=radio][name=nanido][value="1"]+label:before{
        background-image: url(../images/1.png);
        opacity: 0.5;
    }
    input[type=radio][name=nanido][value="2"]+label:before{
        background-image: url(../images/2.png);
        opacity: 0.5;
    }
    input[type=radio][name=nanido][value="3"]+label:before{
        background-image: url(../images/3.png);
        opacity: 0.5;
    }
    input[type=radio][name=nanido][value="4"]+label:before{
        background-image: url(../images/4.png);
        opacity: 0.5;
    }
    input[type=radio][name=nanido][value="5"]+label:before{
        background-image: url(../images/5.png);
        opacity: 0.5;
    }
    input[type=radio][name=nanido][value="6"]+label:before{
        background-image: url(../images/6.png);
        opacity: 0.5;
    }
    input[type=radio][name=nanido]:checked+label::before{
        opacity: 1;
    }
    input[type=radio][name=nanido]{
        display: none;
    }
    */

input[type=radio][name=tiryo]+label:before{
        content: "";
        display: inline-block;
        background-size: cover;
        width: 150px;
        height: 82px;
        cursor: pointer;
    }
    input[type=radio][name=tiryo][value="1"]+label:before{
        background-image: url(../images/9.png);
        opacity: 0.5;
    }
    input[type=radio][name=tiryo][value="2"]+label:before{
        background-image: url(../images/10.png);
        opacity: 0.5;
    }
    input[type=radio][name=tiryo][value="3"]+label:before{
        background-image: url(../images/11.png);
        opacity: 0.5;
    }
    input[type=radio][name=tiryo][value="4"]+label:before{
        background-image: url(../images/12.png);
        opacity: 0.5;
    }
    input[type=radio][name=tiryo][value="5"]+label:before{
        background-image: url(../images/13.png);
        opacity: 0.5;
    }
    input[type=radio][name=tiryo][value="6"]+label:before{
        background-image: url(../images/14.png);
        opacity: 0.5;
    }
    input[type=radio][name=tiryo]:checked+label::before{
        opacity: 1;
    }
    input[type=radio][name=tiryo]{
        display: none;
    }
    
.textleft{
	text-align: left;
}
p.narabu{
	width: max-content;
	float: left;
}
.contact-form input.js-check{
   margin-right: .3em;
   -webkit-appearance: auto;
   -moz-appearance: auto;
   width: 1em;
   height: 1em;
   padding: 0;
   margin-bottom: 0;
}
.selecter{display:none;}
.view:checked ~ .selecter{display:block;}
.header-area.header-sticky.photo {
    min-height: 2em;
    width: auto;
    text-align: center;
    margin-left: 70px;
    margin-right: 0;
    margin-top: -5px;
}
.photo .row.whitee {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    width: max-content;
}
.photo .row.whitee h5{
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 1.5em;
}
.photo p {
    position: absolute;
    bottom: -7px;
    right: 0;
    font-size: .7em;
}
header.photo + .section {
    padding-bottom: 60px;
}
.change{
    color: var(--white);
    text-align: center;
    background-color: var(--danger);
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
}
.change.kaku {
    background-color: var(--secondary);
}
.change.mada {
    background-color: #a3e749;
}
.change.all {
    background-color: var(--warning);
}
.change.sai {
  background-color: var(--teal);
}
.acd-check{
  display: none;
}
.acd-label{
  background: #333;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
}
.acd-content{
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
