@charset "UTF-8";
/*
Theme Name: habakiri-child
Template: habakiri
*/
#main {
    margin-bottom: 60px;
    display: grid;
}
#main h1 {
  position: relative;
  padding: 0.25em 0;
}
#main h1:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
.grapharea {
    margin: 5px 0px 30px 0px;
    float: none;
    display: block;
}
.ondoarea {
    margin: 5px 0px 30px 0px;
	loat: none;
    display: block;
    
}
 .ondoarea::after,
 .grapharea::after {
        content: ' ';
      }
/*主な共通部分は省略*/


button.btn--red{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #f90000;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
}
button.btn--red.btn--cubic {
  border-bottom: 5px solid #9f000c;
}

button.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

button.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

h3.faq_q:before {
    content: ">";
    color: #f1a1a1;
    font-size: 1.1em;
    margin-right: 5px;
}
.faq_a {
    padding: 10px;
    background: #feffef;
    margin-bottom: 15px;
}
.toppage h2{
	border-bottom: 1px solid #555;
	font-size: 1em;
}
.copyright {
    background-color: #494949;
    color: #FFF;
    font-size: 12px;
    padding: 15px 0;
	border-top: 1px solid #3E3E3E;
}
.copyright  a{
	color: aliceblue;
}
.sensorwaku.col-md-3 {
    padding: 5px;
}
.sensormado {
    background: #f9f9f9;
    margin: 2px 0;
    padding: 15px 0px 15px 10px;
    border-radius: 5px;
}
.sensormidashi a {
    color: #5a431b;
    font-size: 1.8em;
    font-weight: 500;
}
.sensoratai {
    padding-left: 10px;
    font-size: 2.2em;
    color: black;
    min-width: 50%;
    display: inline;
}
.sensortani {
    font-size: 1em;
    color: black;
	display: inline-block;
    
	
}
.toppage h2 {
    border-bottom: 2px solid #7dbf54;
    font-size: 2em;
    color: #0c2c02;
    margin: 10px 5px;
    padding-top: 20px;
}
.lux:after{
	content: "lux";
}
.co2:after{
	content: "ppm";
}
.temp:after{
	content: "℃";
}
.humidity:after{
	content: "%";
}
.sidebar {
    display: grid;
}
h2.sidebar-widget__title {
    color: #75624e;
    border-left: 5px solid #f9c16d;
    padding-left: 8px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ff9a52;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input[type="range"].custom {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #eee;
	border:0;
	height:10px;
	margin:3px 0;
}
input[type="range"].custom::-webkit-slider-thumb{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ff9a52;
	text-align:center;
	width: 30px;
	height: 30px;
	border:1px solid transparent;
	border-radius:30px;
	cursor:pointer;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
input[type="range"].custom::-webkit-slider-thumb:before {
	content:"";
	display:inline-block;
	background-color: #ff9a52;
	width: 10px;
	height: 10px;
	border:1px solid transparent;
	border-radius:10px;
	margin:4px auto 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
input[type="range"].custom::-webkit-slider-thumb:hover {
	background-color: #ffae52;
}

input[type="range"].custom:active::-webkit-slider-thumb {
	background-color: #F75A08;
}
input[type="range"].custom:active::-webkit-slider-thumb:before {
	background-color: #F75A08;
}
input[type="range"].custom:focus {
	outline:none;
}
output#output1,
output#output2,
output#output3,
output#output4 {
    font-size: 80px;
    margin: 5px 5px 15px 5px;
    text-align: center;
    background: #f0f3d8;
}