@charset "UTF-8";
.block.visual_img{
	background-size: cover;
	background-position: center center;
	background-image: url("../images/ledlamp_main.png");
	height: 600px;
	width: 100%;
}
.block.main_ttl {
	text-align: center;
  margin: 4rem 0rem;
}
.block.main_ttl p{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6em;
}
.block.main_ttl span{
	background-color:yellow;
	padding: 0 0.5rem;
}
.ledlamp_con{
	width:100%;
	  margin: 1rem 0;
}
.block.m_point_01{
	background: #FCF5C7;
	margin: 2rem 0;
	padding: 5rem 3rem 8rem;
	position:relative;
}
.block.m_point_02{
  margin: 2rem 0;
  padding: 3rem 1rem;
}
.block.m_point_03{
	background: #FCF5C7;
	margin: 2rem 0;
	padding: 5rem 3rem 8rem;
	position:relative;
}
.block.m_point_04{
  margin: 2rem 0;
  padding: 3rem;
}
.block.m_point_05{
	background: #FCF5C7;
	margin: 2rem 0;
	padding: 5rem 3rem 8rem;
	position:relative;
}
.block.m_point_06{
  margin: 2rem 0;
  padding: 3rem;
}
.m_point_ttl{
  text-align: center;
}
.m_point_ttl .number-circle {
  display: inline-block;
  border-radius: 50%;
  width: 65px;
  height: 55px;
  background: #F38882;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 01.2;
  padding: 20px 5px 5px;
  font-weight: bold;
}
.m_point_ttl .number-circle span {
}
.m_point_ttl h2 {
  background: none;
  border: none;
  text-align: center;
  font-size: 2rem;
  color: #F38882;
  border-bottom: 1px solid;
  width: 100%;
  margin: 1rem auto 2rem;
}
.m_point_ttl h2.green{
	color: #71D3D0;
	border:none;
}
.maincon{
	margin: 0 auto;
  text-align: center;
}
.maincon.t_l{
	text-align:left;
}
.maincon img{
}
.color_box{
	text-align: left;
	margin: 0 0 3rem;
}
.color_ttl{
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0.5rem;
	margin: 0 0 1rem;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.color_ttl.color_01{
  background: #df5048;
}
.color_ttl.color_02{
  background: #df8148;
}
.color_ttl.color_03{
  background: #60c1a3;
}
.color_ttl.color_04{
  background: #0068b7;
}
.color_ttl .icon{
	margin-right: 10px;
	width: 24px;
	height: 24px;
}
.color_inr_box{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.color_inr_box .color_images{
	width: 40%
}
.color_inr_box .color_images img{
	width:100%;
	 box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}
.color_inr_box .color_txt{
	width:55%;
}
.block .color_inr_box .color_txt p {
  margin: 5px 0 1rem;
}
.lm_ttl{
	font-size: 1.4rem;
  font-weight: bold;
  color: #555;
}
.lm_ttl span{
	color: #71D3D0;
  margin: 0 0.3rem;
}
.lm_txt{
	color: #555;
}
.p05_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.item_2retu {
  width: 48%;
  margin: 10px 1% 10px 1%;
  border-radius: 10px;
}
a.p05_inner {
  position: relative;
  top: 0;
  padding: 1rem;
  display: inline-block;
  text-decoration: none;
  outline: none;
  transition: all .3s;
  background: #fff;
  border-radius: 10px;
}
a.p05_inner:hover {
	text-decoration: none;
	top:-3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.p05_inner::before {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.p05_inner_box{
	  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.p05_inner_img{
	width: 20%
}
.p05_inner_img img{
	width:100%;
}
.p05_inner_tx{
	width: 75%;
  max-width: calc(100% - 73px);
}
.p05_h4{
	color: #71D3D0;
  font-size: 20px;
  line-height: 1.2em;
  padding-top: 5px;
}
.p05_tx {
  font-size: 0.8rem;
  line-height: 1.2em;
  padding-left: 10px;
  color: #333;
}
.sensor_kinou_01 {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px 0px;
  transition: all 0.5s ease-out;
  margin:2rem 0 0;
}
.sensor_kinou_01::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  background-size: 100%;
  width: 340px;
  height: 100%;
  background: url("../images/ledlamp_bgimg.png") no-repeat;
    background-size: auto;
  background-size: 100%;
  transition: all 0.3s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%)
}
.entry-header {
  padding: 30px 10px 10px 20px;
  height: 100%;
  z-index: 20;
}
.kinou_tx_l {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 20px;
  color:#333;
}
.kinou_tx_m {
  width: 50%;
  color:#333;
}
a.kinou_link:hover {
	text-decoration: none;
}
.sensor_kinou_01:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 0px;
	text-decoration: none;
}
.sensor_kinou_01:hover::before {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95);
}
.card_w{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.card_w_box{
	width:30%;
}
.ttl_box{
	border: 2px solid #71D3D0;
  border-radius: 50%;
  height: 190px;
  width: 190px;
  margin: 0 0 1.4rem;
}
.ttl_box p.num{
	color: #f38882;
  font-size: 3.4rem;
  font-weight: bold;
  padding: rem 0 0;
  line-height: 3.6rem;
  padding: 0.5rem 0 0;
}
.ttl_box p.txt{
	font-size: 1.6rem;
}
.ttl_box p.txt.last{
  font-size: 1.4rem;
}
.ttl_box p.txt span{
	color: #71D3D0;
  font-weight: bold;
}
.txt_box{
}
.custom-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(102% + 1.3px);
    height: 54px;
}

.custom-shape-divider-top .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(102% + 1.3px);
    height: 54px;
}

.custom-shape-divider-bottom .shape-fill {
    fill: #FFFFFF;
}
.block.special_feature{
	background: #eeeeee;
	margin: 0 auto;
	text-align: center;
	padding: 1rem 2rem 3rem;
}
.block.special_feature .ttl{
	font-size: 1.8rem;
	margin: 1rem auto 1rem;
	color: #1664be;
	width: 90%;
	font-weight: bold;
}
.block.special_feature .img{
}
.block.special_feature .img img{
}


