  /* common */

.led__lp {
  width: 100%;
  line-height: 1.4;
}

.led-inner {
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}

.led-triangle {
  width: 0;
  height: 0;
  border-top: 100px solid #fff;
  border-bottom: 0px solid transparent;
  border-right: 375px solid transparent;
  border-left: 375px solid transparent;
  margin: 0 auto;
}

.led__lp section img {
  width: 100%
}

h2.led-title {
  font-size: 2.3em;
  font-weight: bold;
  color: #23a279;
  text-align: center;
}

h3.led-lead {
  margin-top: 20px;
  text-align: center;
  font-size: 1.1em;
}

.led-note {
  font-size: 0.8em;
  text-align: center;
}

.led-cvbtn {
  margin-top: 40px;
}

@media (min-width: 750px) {
  .led__lp {
    font-size: 16px;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media (max-width: 749px) {
  .led__lp {
    font-size: 13px;
  }
  .led-inner {
    padding: 0 15px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .led-triangle {
    width: 0;
    height: 0;
    border-top: 10vw solid #fff;
    border-bottom: 0 solid transparent;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    margin: 0 auto;
  }
}


/* header */

.led-header {
  text-align: center;
}

.led-header__logo {
  padding: 10px 0;
}

.led-header__text {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #59b799;
}

.led-header__text img {
  width: 100%;
  max-width: 690px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .led-header__logo img {
    width: 30%;
  }
}


/* kv */

.led-kv__maincopy {
  margin-top: 15px;
  display: table;
}

.led-kv__maincopy_icon {
  display: table-cell;
  width: 21%;
}

.led-kv__maincopy_text-block {
  display: table-cell;
  vertical-align: middle;
  width: 77%;
  padding-left: 2%;
}

.led-kv__maincopy_note {
  margin-top: 3%;
}

.led-kv__detail {
  margin-top: 15px;
  border-radius: 10px;
  padding: 3% 5%;
  background: #f7f7f7;
  position: relative;
}

.led-kv__detail_title {
  width: 72%;
}

.led-kv__detail_point {
  width: 68%;
  margin-top: 2%;
}

.led-kv__detail_point li {
  margin-top: 1%;
}

.led-kv__detail_text {
  width: 75%;
  margin-top: 2%;
  font-size: 0.8em;
}

.led-kv__detail_illust {
  position: absolute;
  width: 22%;
  right: 4%;
  top: -10%;
}

@media (max-width: 749px) {
  .led-kv__detail_point {
    width: 80%;
    margin-top: 2%;
  }
}


/* reason */

.led-reason {
  margin-top: 40px;
  padding-bottom: 40px;
  background: #f5f5f5;
}
.led-reason  h3.led-lead {
  font-size: 1.5em;
  font-weight:bold;
  margin-top:30px;
}
.led-reason .led-inner {
  margin-top: 40px;
}

.led-reason__detail dt {
  margin-top: 40px;
  padding: 5px 0;
  background: #59b799;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
}

.led-reason__detail dd {
  margin-top: 30px;
  border-radius: 15px;
  padding: 30px 20px 30px 30%;
  font-size: 1.2em;
}

.led-reason__detail dd span {
  font-size: 1.5em;
  font-weight: bold;
}

.led-reason__detail-light {
  background: url(/biz/led/responsive/img/reason_illust_power.png) no-repeat left 5% top 25% #fff;
  background-size: 21%;
}

.led-reason__detail-air {
  background: url(/biz/led/responsive/img/reason_illust_air.png) no-repeat left 5% center #fff;
  background-size: 21%;
}

.led-reason__detail-manage {
  background: url(/biz/led/responsive/img/reason_illust_manage.png) no-repeat left 11% top 10px #fff;
  background-size: 12%;
}

.led-reason__detail-comparative {
  margin-top: 30px;
}

.led-reason__detail-comparative_fukidashi {
  width: 80%;
}

.led-reason__detail-table {
  width: 100%;
  margin: -20px 0 10px;
  border-collapse: separate;
  border: solid 2px #999999;
}

.led-reason__detail-table th, .led-reason__detail-table td {
  padding: 15px 10px;
  box-sizing: border-box;
  width: 25%;
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
  text-align: center;
  background: #fff;
}

.led-reason__detail-table thead th {
  background: #ededed;
}

.led-reason__detail-table thead th:last-child {
  background: #ffe400;
}

.led-reason__detail-table td {
  position: relative;
  padding-left: 2.0rem;
}

.led-reason__detail-table td:last-child {
  font-weight: bold;
  background: #fff6a8;
}

.led-reason__detail-table td.double-circle:before {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "◎";
  margin-top: -1.2rem;
  font-size: 1.8em;
  font-weight: bold;
  color: #cc0000;
}

.led-reason__detail-table td.circle:before {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "○";
  margin-top: -1.2rem;
  font-size: 1.8em;
  font-weight: bold;
  color: #23a279;
}

.led-reason__detail-table td.triangle:before {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "△";
  margin-top: -1.2rem;
  font-size: 1.8em;
  font-weight: bold;
  color: #23a279;
}

.led-reason__detail-table caption {
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.led-reason__detail-triangle {
  width: 180px;
  height: 80px;
  box-sizing: border-box;
  margin: 30px auto 0;
  border-top: 40px solid #dedede;
  border-right: 90px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 90px solid transparent;
}

.led-reason__detail-point li {
  padding: 10px 0 10px 5%;
  font-size: 1.4em;
  background: url(/biz/led/responsive/img/reason_icon.png) no-repeat left top 10px;
  background-size: 4%;
}

@media (max-width: 749px) {
  .led-reason__detail-manage {
    background: url(/biz/led/responsive/img/reason_illust_manage.png) no-repeat left 5% center #fff;
    background-size: 20%;
  }
  .led-reason__detail-table td.double-circle:before, .led-reason__detail-table td.circle:before, .led-reason__detail-table td.triangle:before {
    display: block;
    left: 50%;
    top: 15px;
    font-size: 10vw;
    margin-left: -5.0vw;
  }
  .led-reason__detail-table td {
    padding: 40px 0 0 0;
  }
}


/* message */
.message{
  overflow: hidden;
  margin:40px 0;
  background:#fff;
  border-radius:10px;
  padding:25px;
}
.message .message-photo{
  float:left;
  width:170px;
}
.message .message-photo span{
	display: block;
	margin-top:5px;
	
	text-align:center;
}
.message .message-txt{
  float:right;
  width:440px;
}
@media (max-width: 749px) {
  .message .message-photo{
    float:none;
    width:50%;
    margin:0 auto;
  }
  .message .message-txt{
    float:none;
    margin-top:10px;
    width:100%;
    font-size:1.2em;
  }
}
.message .message-txt .message-title{
  margin-bottom:10px;
  font-weight:bold;
  font-size:1.35em;
}
@media (max-width: 749px) {
  .message .message-txt .message-title{
    font-size:1.15em;
  }
}
/* example */
.led-example {
  padding: 40px 0;
}

.led-example__detail_inner {
  width: 46%;
  display: inline-block;
  margin-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
}

.led-example__detail_inner.left {
  margin-right: 2.9%;
}

.led-example__detail_inner.right {
  margin-left: 3%;
}

.led-example__detail_inner dt {
  position: relative;
  background: #fafafa;
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.led-example__detail_inner_icon {
  position: absolute;
  bottom: -5px;
  right: 0;
}

.led-example__detail_inner dd {
  padding: 10px 0;
  display: flex;
}

.led-example__detail_inner_down {
  flex: 0 0 30%;
}

.led-example__detail_price {
  flex: 0 0 70%;
  padding-left: 5%;
  box-sizing: border-box;
  font-size: 1.1em;
}

.led-example__detail_price .off-price {
  font-size: 0.813em;
}

.led-example__detail_price .off-price span {
  padding-left: 5px;
  font-weight: bold;
  font-size: 1.6em;
  color: #cc0000;
}

.led-example__detail_price .before-price {
  margin-top: 5px;
}

@media (max-width: 749px) {
  .led-example__detail_inner dd {
    display: block;
  }
  .led-example__detail_inner_down {
    width: 103px;
    margin: 0 auto;
  }
  .led-example__detail_price {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }
  .led-example__detail_inner_icon {
    width: 25%;
    bottom: -35px;
    right: -5px;
  }
  .led-example__detail_inner dt {
    padding: 5px;
  }
}


/* voice */

.led-voice {
  background: #f5f5f5;
  padding-bottom: 40px;
}

.led-voice .led-inner {
  margin-top: 40px;
}

.led-voice__detail {
  display: table;
  margin-top: 40px;
}

.led-voice__detail dt, .led-voice__detail dd {
  display: table-cell;
  vertical-align: middle;
}

.led-voice__detail dt {
  width: 160px;
  height: 160px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-weight: bold;
}

.led-voice__detail dt p {
  height: 100%;
}

.led-voice__detail dt p span {
  display: block;
  padding-top: 100px;
}

.led-voice__detail_factory {
  background: url(/biz/led/responsive/img/voice_icon_factory.png) no-repeat center top 20px;
}

.led-voice__detail_live {
  background: url(/biz/led/responsive/img/voice_icon_live.png) no-repeat center top 20px;
}

.led-voice__detail_apartment {
  background: url(/biz/led/responsive/img/voice_icon_apartment.png) no-repeat center top 25px;
}

.led-voice__detail dd {
  padding-left: 5%;
}

.led-point-text {
  background: #fff4a9;
}

@media (max-width: 749px) {
  .led-voice__detail dt, .led-voice__detail dd {
    display: block;
    font-size: 1.2em;
  }
  .led-voice__detail dt {
    margin: 0 auto;
    text-align: center;
  }
  .led-voice__detail_factory {
    background-size: 65px;
  }
  .led-voice__detail_live {
    background-size: 45px;
  }
  .led-voice__detail_apartment {
    background-size: 80px;
  }
  .led-voice__detail dt p span {
    display: block;
    padding-top: 110px;
  }
  .led-voice__detail dd {
    margin-top: 10px;
    padding-left: 0;
  }
}


/* flow */

.led-flow {
  padding: 40px 0;
}

.led-flow__detail {
  display: table;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 40px 30px 0;
  font-size: 1.2em;
}

.led-flow__detail div {
  display: table-cell;
}

.led-flow__detail_enechange {
  width: 92%;
}

.led-flow__detail_self {
  width: 92%;
  margin-left: 8%;
}

.led-flow__detail dt {
  padding: 8px;
  text-align: center;
  color: #fff;
}

.led-flow__detail-icon {
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -31px;
}

.led-flow__detail_enechange ol {
  position: relative;
  background: url(/biz/led/responsive/img/led-flow__detail_enechange_bg.png) no-repeat center bottom 45px;
}

.led-flow__detail_self ol {
  position: relative;
  background: url(/biz/led/responsive/img/led-flow__detail_self_bg.png) no-repeat center bottom 45px;
}

.led-flow__list-icon {
  position: absolute;
  bottom: -4px;
}

.led-flow__detail_enechange .led-flow__list-icon {
  left: -2%;
}

.led-flow__detail_self .led-flow__list-icon {
  right: -2%;
}

.led-flow__list li {
  margin-top: 20px;
  padding: 8px;
  border: solid 1px #999;
  text-align: center;
  background: #fff;
}

.led-flow__list li:nth-child(5) {
  margin-top: 35px;
}

.led-flow__detail_self .led-flow__list li:nth-child(1), .led-flow__detail_self .led-flow__list li:nth-child(2), .led-flow__detail_self .led-flow__list li:nth-child(3) {
  background: url(/biz/led/responsive/img/flow_bg01.png) no-repeat center center #fff;
  background-size: 100%;
  border-color: #fff;
}

.led-flow__detail_self .led-flow__list li:nth-child(4) {
  background: url(/biz/led/responsive/img/flow_bg02.png) no-repeat center left #fff;
  background-size: 73%;
  border-color: #fff;
}

.led-flow__detail_enechange dt {
  background: #ff9d00;
  color: #fff;
}

.led-flow__detail_self dt {
  background: #a493b2;
}

@media (max-width: 749px) {
  .led-flow__detail {
    margin: 40px 0;
    font-size: 1.1em;
  }
  .led-flow__list-icon {
    bottom: -60px;
    width: 60px;
  }
  .led-flow__detail-icon {
    width: 50px;
    margin-left: -25px;
  }
}


/* faq */

.led-faq {
  background: #f5f5f5;
  padding-bottom: 60px
}

.led-faq .led-inner {
  margin-top: 40px;
}

.led-faq__detail {
  margin-top: 40px;
}

.led-faq__detail dt {
  padding: 10px 10px 10px 60px;
  font-size: 1.2em;
  font-weight: bold;
  background: url(/biz/led/responsive/img/faq_icon_q.png) no-repeat center left 20px #dfdfdf;
  background-size: 30px;
}

.led-faq__detail dd {
  padding: 20px 10px 20px 120px;
  background: url(/biz/led/responsive/img/faq_illust_a.png) no-repeat center left 30px #fff;
  background-size: 70px;
}

@media (max-width: 749px) {
  .led-faq__detail dt {
    padding: 10px 10px 10px 40px;
    background-size: 20px;
    background-position: center left 10px;
  }
  .led-faq__detail dd {
    padding: 10px 10px 10px 70px;
    background-size: 50px;
    background-position: top 10px left 10px;
  }
}


/* form */

.led-form {
  padding: 60px 0;
  background: #59b799;
}

.led-form h2.led-title {
  margin-bottom: 40px;
  color: #fff;
}

.led-form h3.led-lead {
  width: 600px;
  margin: 40px auto 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-size: 1.5em;
  color: #fff;
}

.led-form-note {
  width: 600px;
  margin: 0 auto 20px;
  color: #ffff00;
  text-align: right;
}

.led-form-error {
  width: 600px;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 30px auto;
  padding: 10px;
  text-align: center;
  color: #ff0000;
  background: #ffff00;
}

.led-form dl {
  overflow: hidden !important;
  zoom: 1 !important;
  width: 600px;
  margin: 0 auto 25px;
  color: #ffffff;
  font-weight: bold;
}

.led-form dl dt, .led-form dl dd {
  float: left;
  height: 40px;
  font-weight: normal;
}

.led-form dl dt {
  width: 200px;
  line-height: 40px;
}

.led-form dl dd {
  width: 400px;
}

.led-form dt.required span {
  color: #ffff00;
}

.led-form .custum_select {
  overflow: hidden !important;
  zoom: 1 !important;
  color: #ffffff;
}

.led-form .notice p {
  color: #ffffff;
  text-align: center;
  font-size: 87.5%;
  line-height: 1.5;
}

.led-form input.text {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0.5em 0.8em;
  border: 0 none;
  color: #4c4c4c;
  font-size: 106.25%;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.led-form input:placeholder-shown {
  color: #ccc;
}

.led-form .custum_select select {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0.3em 0.6em;
  border: 0 none;
  color: #4c4c4c;
  font-size: 106.25%;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: white url(../img/select.png) no-repeat right center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-background-size: 40px;
  -moz-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
}

.led-form .custum_select input[type=checkbox] {
  display: none;
}

.led-form .custum_select .checkbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-color: #ffffff;
}

.led-form a:link, .led-form a:visited {
  color: #ffe371;
}

.led-form .submit-button {
  text-align: center;
  margin: 40px 0;
}

.led-form .submit-button button {
  border: none;
  padding: 0 0;
  background: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

@media (max-width: 749px) {
  .led-form {
    padding: 1.43em 1.43em;
  }
  .led-form-note, .led-form-error, .led-form h3.led-lead {
    width: 100%;
  }
  .led-form dl {
    width: 100%;
    font-size: 1.3em;
    margin: 0 auto 10px;
  }
  .led-form dl dt, .led-form dl dd {
    float: none;
    display: block;
    width: 100%;
    height: 40px;
  }
  .led-form .custum_select select {
    background: white url(../img/select_sp.png) no-repeat right center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-background-size: 2.14em;
    -moz-background-size: 2.14em;
    -o-background-size: 2.14em;
    background-size: 2.14em;
  }
}


/* footer */

.led-footer {
  margin-top: 40px;
}

.led-footer__navigation {
  overflow: hidden !important;
  zoom: 1 !important;
  margin-bottom: 50px;
}

.led-footer__navigation ul {
  text-align: center;
}

.led-footer__navigation ul li {
  display: inline-block;
  font-size: 0.8em;
}

.led-footer__navigation ul li a {
  margin: 0 15px;
  color: #4c4c4c;
}

.led-footer__navigation ul li a:hover, .led-footer__navigation ul li a:focus, .led-footer__navigation ul li a:active {
  color: #ff0000;
}

.led-footer__copyright {
  font-size: 87.5%;
  margin: 20px 0 30px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.led-footer__copyright .copyright {
  margin-top: 20px;
  font-size: 12px;
  display: block;
}

.toheader {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 54px;
  height: 54px;
}

.toheader img {
  width: 100%;
}

@media (max-width: 749px) {
  .led-footer {
    margin-top: 0;
  }
  .led-footer__navigation {
    overflow: hidden !important;
    zoom: 1 !important;
    margin-bottom: 1.61em;
    background-color: #5e5e5e;
  }
  .led-footer__navigation ul {
    margin: 0 1.43em;
  }
  .led-footer__navigation ul li {
    display: block;
    font-size: 1.2em;
    border-bottom: solid 1px #999;
  }
  .led-footer__navigation ul li a {
    display: block;
    padding: 0.8em 0;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    background-image: url(/biz/led/responsive/img/icon_footer_navigation.png);
    background-repeat: no-repeat;
    background-position: right 0 center;
    -webkit-background-size: 0;
    -moz-background-size: 0;
    -o-background-size: 0;
    background-size: 1.2em;
  }
  .toheader {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 3.2em;
    height: 3.2em;
  }
}