@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;700&family=Noto+Sans+JP:wght@200;300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;700&display=swap");
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
/*----------------------------------------------------
	Font  noto sans / noto serif
----------------------------------------------------*/
@font-face {
  font-family: "my-sans";
  src: url("../fonts/NotoSansCJKjp-Regular.eot?") format("eot"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

.sans {
  font-family: "my-sans";
}

@font-face {
  font-family: "my-serif";
  src: url("../fonts/NotoSerifCJKjp-Light.eot?") format("eot"), url("../fonts/NotoSerifCJKjp-Light.woff") format("woff");
}

.serif {
  font-family: "my-serif";
}

/*----------------------------------------------------
	icon font
----------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?k3uh0c");
  src: url("../fonts/icomoon.eot?k3uh0c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?k3uh0c") format("truetype"), url("../fonts/icomoon.woff?k3uh0c") format("woff"), url("../fonts/icomoon.svg?k3uh0c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*  add by ocn 20190919
width: 20px;
height: 20px;
  */
}

.foot-content-wrap .box .inner-wrap ul li a:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 11px;
  position: relative;
  top: 1px;
}

.smarthome {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 1.1rem;
}
 /* add by ocn 20250422 font-size 1.1rem */

.smarthome #totop_btn {
  z-index: 1000;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  color: white;
  background: #d71518;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 70%;
  text-align: center;
  animation: .1s;
  transition: .1s;
}

.smarthome #totop_btn:hover {
  animation: .1s;
  transition: .1s;
  bottom: 15px;
}

.smarthome .sp {
  display: none;
}

.smarthome .t_center {
  text-align: center;
}

.smarthome .btns a[class^="btn"] strong, .smarthome #main_visual h1 span, .smarthome #simulation .block .forms .answer .radio input[type=radio] + label {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.03deg);
}

.smarthome .anchor {
  padding-top: 250px;
  margin-top: -250px;
  display: inline-block;
}

.smarthome section {
  padding-top: 0;
  margin-top: 0;
}

.smarthome .list ul li {
  text-indent: -20px;
  padding-left: 20px;
  text-align: left;
  letter-spacing: .1vw;
  margin-bottom: 3%;
}

.smarthome .list ul li:before {
  content: "■";
  color: #3764ad;
  display: inline;
  padding-right: 4px;
}

.smarthome .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.smarthome .btns a[class^="btn"], .smarthome .btns .btn1, .smarthome .btns .btn2 {
  width: 40%;
}

.smarthome .btns a[class^="btn"] {
  margin: 2%;
  padding: 5% 0;
  box-sizing: border-box;
  color: white;
  background: #3764ad;
  border-radius: 50px;
  min-height: 130px;
  position: relative;
  transition: .3s;
  animation: .3s;
  border-bottom: #294b82 solid 10px;
}

.smarthome .btns a[class^="btn"]:hover {
  animation: .3s;
  transition: .3s;
  opacity: .9;
  border-bottom-width: 1px;
}

.smarthome .btns a[class^="btn"] strong {
  font-weight: bold;
  font-size: 170%;
  display: block;
}

.smarthome .btns a[class^="btn"] span {
  position: absolute;
  display: block;
  font-size: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  width: 100%;
}

.smarthome .btns a[class^="btn"].btn2 {
  background: #37ad39;
  border-bottom-color: #29822b;
}

.smarthome .btns a[class^="btn"].btn3 {
  background: #fbb03b;
  border-bottom-color: #bc842c;
}

.smarthome .btns a[class^="btn"].btn4 {
  background: #ca455e;
  border-bottom-color: #973446;
}

.smarthome #main_visual {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smarthome #main_visual h1 img {
  display: block;
  padding: 3%;
  margin: auto;
}

.smarthome #main_visual h1 img.title01 {
  margin-bottom: 10%;
}

.smarthome #main_visual h1 span {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 150%;
  display: block;
  padding: 1% 0;
}
/* add by ocn padding 20250411 */
.smarthome #step1 h2 {
  color: white;
  background: #3764ad;
  font-size: 350%;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  padding: 2% 0;
}

.smarthome #step1 h3 {
  padding: 6% 0;
  font-size: 300%;
  line-height: 170%;
  letter-spacing: 2px;
  font-weight: normal;
}

.smarthome #step1 h3 strong {
  font-size: 120%;
}

.smarthome #step1 .text {
  width: 90%;
  margin: auto;
  text-align: left;
}

.smarthome #step1 .images {
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.smarthome #step1 .images .image {
  width: 23%;
  box-sizing: border-box;
}

.smarthome #step1 .images .image p {
  display: block;
  padding: 3% 0;
  color: #3764ad;
}

.smarthome #step1 .catch {
  width: 80%;
  margin: auto;
}

.smarthome #step1 .catch h4 {
  font-size: 150%;
  text-align: center;
  padding: 5% 0;
  font-weight: normal;
}

.smarthome #step1 .catch h4 strong {
  font-weight: normal;
  font-size: 120%;
  color: #3764ad;
}

.smarthome #step1 .catch .list {
  padding: 3% 5%;
  border-top: 1px solid #3764ad;
  border-bottom: 1px solid #3764ad;
}

.smarthome #step1 .areas {
  width: 80%;
  background: #f2f2f2;
  margin: 5% auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.smarthome #step1 .areas h3 {
  width: 23%;
  padding: 1%;
  letter-spacing: 0;
  margin: 2%;
  box-sizing: border-box;
  font-size: 90%;
  color: #3764ad;
  border-bottom: 1px solid #3764ad;
}

.smarthome #step1 .areas h4 {
  width: 27%;
  font-size: 200%;
  color: #3764ad;
}

.smarthome #step1 .areas p {
  width: 40%;
  margin: 2%;
  text-align: left;
  font-size: 60%;
}

.smarthome #step1 .index_menu {
  width: 80%;
  margin: auto auto 5%;
}

.smarthome #step1 .index_menu > h4 {
  padding: 2%;
  font-size: 150%;
  font-weight: normal;
  color: #3764ad;
  border-bottom: 1px solid #3764ad;
  margin-bottom: 2%;
}

.smarthome #step1 .index_menu .link_block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.smarthome #step1 .index_menu .link_block a {
  color: #3764ad;
  display: block;
  border: 1px solid #3764ad;
  width: 48%;
  font-size: 150%;
  padding: 2%;
  text-align: left;
  box-sizing: border-box;
  margin: auto auto 2%;
  animation: 1s;
  transition: 1s;
}

.smarthome #step1 .index_menu .link_block a i, .smarthome #step1 .index_menu .link_block a svg {
  margin-right: 3%;
}

.smarthome #step1 .index_menu .link_block a:hover {
  transition: 1s;
  color: white;
  background: #3764ad;
}

.smarthome #step2 {
  margin-bottom: 5%;
}

.smarthome #step2 .conected, .smarthome #step2 .taprika {
  background: #3764ad;
  padding-bottom: 5%;
}

.smarthome #step2 .conected h3, .smarthome #step2 .taprika h3 {
  color: white;
  padding: 5%;
  text-align: left;
  display: flex;
  align-items: center;
}

.smarthome #step2 .conected h3 span, .smarthome #step2 .taprika h3 span {
  color: #3764ad;
  background: white;
  border-radius: 20px;
  padding: 5px 20px;
  letter-spacing: .1vw;
  vertical-align: middle;
}

.smarthome #step2 .conected h3 strong, .smarthome #step2 .taprika h3 strong {
  margin-left: 5%;
  font-size: 250%;
  font-weight: 700;
  display: block;
}

.smarthome #step2 .conected .block, .smarthome #step2 .taprika .block {
  margin: 1% 5% 0;
  background: white;
  padding: 3%;
  text-align: left;
}

.smarthome #step2 .conected .block .point1, .smarthome #step2 .taprika .block .point1 {
  padding: 5% 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.smarthome #step2 .conected .block .point1 .image, .smarthome #step2 .taprika .block .point1 .image {
  width: 27%;
}

.smarthome #step2 .conected .block .point1 .text, .smarthome #step2 .taprika .block .point1 .text {
  width: 68%;
}

.smarthome #step2 .conected .block .point1 .text h4, .smarthome #step2 .taprika .block .point1 .text h4 {
  font-size: 150%;
  color: #3764ad;
  padding: 0 0 4%;
  letter-spacing: .1vw;
  font-weight: 400;
}

.smarthome #step2 .conected .block .point1 .text .list ul li, .smarthome #step2 .taprika .block .point1 .text .list ul li {
  letter-spacing: 0;
}

.smarthome #step2 .conected .block .point1:last-child, .smarthome #step2 .taprika .block .point1:last-child {
  margin-bottom: 3%;
}

.smarthome #step2 .conected {
  background: #37ad39;
}

.smarthome #step2 .conected .block .point1 .text h4, .smarthome #step2 .conected .list ul li:before, .smarthome #step2 .conected h3 span {
  color: #37ad39;
}

.smarthome #step2 .voice {
  padding: 5%;
}

.smarthome #step2 .voice > h3 {
  padding: 2%;
  font-size: 150%;
  font-weight: normal;
  color: #3764ad;
  border-bottom: 1px solid #3764ad;
  margin-bottom: 2%;
}

.smarthome #step2 .voice .voice_block {
  position: relative;
  padding-bottom: 100px;
}

.smarthome #step2 .voice .voice_block .fukidashi {
  margin: 5% 0 0;
  width: 80%;
  box-sizing: border-box;
  padding: 5%;
  border: 2px solid #3764ad;
  background: white;
  border-radius: 100px;
  text-align: left;
  position: relative;
}

.smarthome #step2 .voice .voice_block .fukidashi:before, .smarthome #step2 .voice .voice_block .fukidashi:after {
  content: "";
  position: absolute;
  right: 0;
  left: 30%;
  width: 0;
  height: 0;
  margin: auto;
}

.smarthome #step2 .voice .voice_block .fukidashi:before {
  bottom: -40px;
  border-style: solid;
  border-color: #3764ad transparent transparent transparent;
  border-width: 40px 0 0 45px;
}

.smarthome #step2 .voice .voice_block .fukidashi:after {
  bottom: -34px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 35px 0 0 39px;
  z-index: 10;
}

.smarthome #step2 .voice .voice_block .fukidashi p {
  padding-bottom: 1vw;
}

.smarthome #step2 .voice .voice_block .fukidashi .back_pink {
  margin: 1% 0;
  padding: 2%;
  background: #ffe8f7;
}

.smarthome #step2 .voice .voice_block .fukidashi .back_green {
  margin: 1% 0;
  padding: 2%;
  background: #e8fff2;
}

.smarthome #step2 .voice .voice_block .names {
  bottom: 0;
  right: 4%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  position: absolute;
  width: 100%;
}

.smarthome #step2 .voice .voice_block .names .text {
  padding: 0 5%;
  font-size: 130%;
  color: #ca455e;
  letter-spacing: .1vw;
}

.smarthome #step3 > h3 {
  background: url("../images/smarthome/catch_back.png");
  background-position: 50% 50%;
  background-size: cover;
  padding: 6% 0;
  color: #3764ad;
  font-size: 300%;
  line-height: 170%;
  letter-spacing: 2px;
  font-weight: 700;
}

.smarthome #step3 > .text {
  width: 90%;
  text-align: left;
  margin: 5% auto;
}

.smarthome #step3 .blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5% 5%;
}

.smarthome #step3 .blocks .block {
  width: 30%;
  box-sizing: border-box;
  margin-bottom: 5%;
}

.smarthome #step3 .blocks .block h4 {
  padding: 5% 0;
  color: #3764ad;
  font-size: 110%;
}

.smarthome #step3 .blocks .block .text {
  text-align: left;
}

.smarthome #step3 .btns {
  padding: 5% 0;
}

.smarthome #step3 h4 {
  padding: 2%;
  font-size: 150%;
  font-weight: normal;
  color: #3764ad;
  border-bottom: 1px solid #3764ad;
  margin-bottom: 5%;
}

.smarthome #step3 .service_device .blocks {
  display: block;
}

.smarthome #step3 .service_device .blocks .block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10%;
}

.smarthome #step3 .service_device .blocks .block .image {
  width: 35%;
  padding: 0;
}

.smarthome #step3 .service_device .blocks .block .text {
  width: 64%;
}

.smarthome #step3 .service_device .blocks .block .text h4 {
  background: #ececec;
  padding: 2% 5%;
  margin-bottom: 2%;
}

.smarthome #step3 .service_device .blocks .block .text p {
  margin-bottom: 1vw;
}

.smarthome .first_price {
  padding: 5% 0;
}

.smarthome .first_price > h4 {
  padding: 2%;
  font-size: 150%;
  font-weight: normal;
  color: #3764ad;
  border-bottom: 1px solid #3764ad;
  margin-bottom: 5%;
}

.smarthome .first_price .price {
  width: 80%;
  margin: auto;
}

.smarthome .first_price .price table {
  border-collapse: collapse;
  border-spacing: 0;
}

.smarthome .first_price .price table thead th {
  width: 50%;
  color: white;
  background: #3764ad;
  padding: 1%;
}

.smarthome .first_price .price table th, .smarthome .first_price .price table td {
  border: 1px solid white;
  font-size: 120%;
}

.smarthome .first_price .price table tbody th, .smarthome .first_price .price table tbody td {
  text-align: center;
  padding: 3% 2%;
}

.smarthome .first_price .price table tbody th {
  background: #e1e8f3;
  text-align: left;
}

.smarthome .first_price .price table tbody td {
  text-align: center;
  color: #c1272d;
  background: #fff3e2;
}

.smarthome .first_price .price table tbody td strong {
  font-size: 200%;
  font-weight: 900;
}

.smarthome .first_price .price .tips {
  padding: 2% 0;
  text-align: left;
}

.smarthome .first_price, .smarthome .service_device, .smarthome .service_image {
  width: 90%;
  margin: auto;
}

.smarthome .first_price .text, .smarthome .service_device .text, .smarthome .service_image .text {
  text-align: left;
}

.smarthome .first_price .image, .smarthome .service_device .image, .smarthome .service_image .image {
  padding: 3% 0;
}

.smarthome .first_price .attention, .smarthome .service_device .attention, .smarthome .service_image .attention {
  margin-bottom: 15%;
}

.smarthome .first_price .attention h5, .smarthome .service_device .attention h5, .smarthome .service_image .attention h5 {
  padding: 3% 0;
  text-align: center;
  font-size: 110%;
  color: #ca455e;
  font-weight: normal;
}

.smarthome .first_price .attention .list ul li, .smarthome .service_device .attention .list ul li, .smarthome .service_image .attention .list ul li {
  margin-bottom: 1%;
}

.smarthome .first_price .attention .list ul li:before, .smarthome .service_device .attention .list ul li:before, .smarthome .service_image .attention .list ul li:before {
  display: none;
}

.smarthome #simulation {
  padding: 5%;
  background: #fbb03b;
}

.smarthome #simulation h3 {
  color: white;
  padding: 0 0 5%;
  font-size: 250%;
  font-weight: 700;
  text-align: center;
}

.smarthome #simulation .block {
  padding: 5%;
  box-sizing: border-box;
  background: white;
}

.smarthome #simulation .block .forms {
  margin-bottom: 5%;
  text-align: left;
}

.smarthome #simulation .block .forms .question {
  font-weight: 700;
  font-size: 150%;
}

.smarthome #simulation .block .forms .answer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.smarthome #simulation .block .forms .answer .radio {
  padding: 2% 5%;
}

.smarthome #simulation .block .forms .answer .radio input[type=radio] {
  display: none;
}

.smarthome #simulation .block .forms .answer .radio input[type=radio] + label {
  position: relative;
  padding-left: 40px;
  min-height: 40px;
  line-height: 30px;
  display: block;
  font-weight: bold;
}

.smarthome #simulation .block .forms .answer .radio input[type=radio]:checked + label:after {
  content: "";
  top: -10%;
  left: 4%;
  position: absolute;
  width: 25px;
  height: 15px;
  border-left: 3px solid red;
  border-bottom: 2px solid red;
  transform: rotate(-45deg);
}

.smarthome #simulation .block .forms .answer .radio input[type=radio] + label:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.smarthome #simulation .block .forms .answer .radio a.btn {
  margin: 1%;
  padding: 4px 15px;
  box-sizing: border-box;
  color: white;
  background: #3764ad;
  border-radius: 15px;
  position: relative;
  transition: .3s;
}

.smarthome #simulation .block .forms .answer .radio a.btn:hover {
  transition: .3s;
  background-color: #294b82;
}

.smarthome #simulation .block .forms .answer .radio a.btn.btn02 {
  background: #37ad39;
}

.smarthome #simulation .block .forms .answer .radio a.btn.btn02:hover {
  background-color: #29822b;
}

.smarthome #simulation .block .forms .answer .radio > span {
  display: inline-block;
  padding: 3%;
}

.smarthome #simulation .block .forms .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 120%;
  padding: 2% 0;
}

.smarthome #simulation .block .forms .item .name {
  width: 50%;
}

.smarthome #simulation .block .forms .item .num {
  width: 20%;
}

.smarthome #simulation .block .forms .item .num input[type=number] {
  padding: 5%;
  vertical-align: middle;
  text-align: center;
}

.smarthome #simulation .block .forms .item .item_sum {
  width: 20%;
  color: #c1272d;
  text-align: right;
}

.smarthome #simulation .block .sum {
  padding-top: 2%;
  border-top: 1px solid black;
  text-align: right;
  font-weight: bold;
  color: #c1272d;
}

.smarthome #simulation .block .sum strong {
  font-size: 200%;
  font-weight: 900;
}

.smarthome #simulation .plus {
  color: white;
  font-size: 300%;
  padding: 3%;
  text-align: center;
}

.smarthome #simulation .set3 {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smarthome #simulation .set3 h5 {
  font-size: 200%;
}

.smarthome #simulation .set3 .sum {
  border: none;
}

.smarthome #price_data .price_block {
  padding: 5%;
  margin-bottom: 5%;
}

.smarthome #price_data .price_block h3 {
  padding: 2%;
  font-size: 150%;
  font-weight: normal;
  color: #3764ad;
  border-bottom: 1px solid #3764ad;
  margin-bottom: 5%;
}

.smarthome #price_data .price_block .text {
  text-align: left;
}

.smarthome #price_data .price_block .table table {
  border-collapse: collapse;
  border-spacing: 0;
}

.smarthome #price_data .price_block .table table thead th {
  width: 50%;
  color: white;
  background: #3764ad;
  padding: 1%;
}

.smarthome #price_data .price_block .table table.tr3 thead tr th {
  width: 30%;
}

.smarthome #price_data .price_block .table table.tr3 thead tr th:nth-of-type(2) {
  width: 48%;
}

.smarthome #price_data .price_block .table table.tr3 thead tr th:nth-of-type(3) {
  width: 22%;
}

.smarthome #price_data .price_block .table table th, .smarthome #price_data .price_block .table table td {
  border: 1px solid white;
  font-size: 120%;
}

.smarthome #price_data .price_block .table table tbody th, .smarthome #price_data .price_block .table table tbody td {
  text-align: center;
  padding: 3% 2%;
}

.smarthome #price_data .price_block .table table tbody th {
  background: #e1e8f3;
  text-align: left;
}

.smarthome #price_data .price_block .table table tbody td {
  text-align: center;
  background: #fff3e2;
}

.smarthome #price_data .price_block .table table tbody td .marks {
  display: flex;
  justify-content: center;
  align-items: center;
}

.smarthome #price_data .price_block .table table tbody td .marks .image {
  margin-right: 5%;
}

.smarthome #price_data .price_block .table table tbody td .price {
  padding: 5% 0;
}

.smarthome #price_data .price_block .table table tbody td .price .alert {
  font-size: 90%;
}

.smarthome #price_data .price_block .table table tbody td strong {
  color: #c1272d;
  font-size: 200%;
  font-weight: 900;
}

.smarthome #price_data .price_block .price_exemple h3, .smarthome #price_data .price_block .price_exemple span {
  border: none;
  display: inline-block;
  color: white;
  background: #3764ad;
  padding: 5px 15px;
  border-radius: 50px;
}

.smarthome #price_data .price_block .price_exemple .exemple_block {
  display: flex;
  margin-bottom: 5%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.smarthome #price_data .price_block .price_exemple .exemple_block .title {
  width: 30%;
}

.smarthome #price_data .price_block .price_exemple .exemple_block .data {
  width: 70%;
  text-align: left;
}

.smarthome #price_data .price_block .price_exemple .exemple_block .data strong {
  color: #c1272d;
  font-size: 200%;
  font-weight: 900;
}

.smarthome #price_data .price_block .list ul li:before {
  display: none;
}

.smarthome #price_data .price_block .yakkan {
  margin: 5% auto;
  color: #c1272d;
}

@media screen and (max-width: 1000px) {
  .smarthome {
    font-size: 1.8vw;
  }
}
 /*  add by ocn 20250422 font-size 1.8vw  */
@media screen and (max-width: 768px) {
  .smarthome {
    font-size: 3.5vw;
  }
  .smarthome #totop_btn {
    width: 10vw;
    height: 10vw;
    font-size: 2vw;
  }
  .smarthome .anchor {
    padding-top: 150px;
    margin-top: -150px;
    display: inline-block;
  }
  .smarthome .sp {
    display: inline-block;
  }
  .smarthome #main_visual {
    height: auto;
    padding: 5%;
  }
  .smarthome #main_visual h1 span {
    font-size: 100%;
  }
  .smarthome .btns {
    flex-direction: column;
  }
  .smarthome .btns a[class^="btn"] {
    width: 90%;
    height: auto;
    min-height: inherit;
    border-bottom-width: 5px;
  }
  .smarthome .btns a[class^="btn"] span {
    position: relative;
    top: 0;
    padding-bottom: 2%;
  }
  .smarthome #step1 h2 {
    font-size: 150%;
  }
  .smarthome #step1 h3 {
    font-size: 120%;
  }
  .smarthome #step1 .images {
    padding: 5% 0;
  }
  .smarthome #step1 .images .image {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 5%;
  }
  .smarthome #step1 .catch {
    width: 100%;
  }
  .smarthome #step1 .catch h4 strong {
    display: block;
  }
  .smarthome #step1 .areas {
    width: 100%;
    flex-direction: column;
    padding: 5%;
    box-sizing: border-box;
  }
  .smarthome #step1 .areas h3, .smarthome #step1 .areas h4, .smarthome #step1 .areas p {
    display: block;
    width: 100%;
    margin: auto;
    padding: 3%;
  }
  .smarthome #step1 .areas p {
    font-size: 90%;
  }
  .smarthome #step1 .index_menu .link_block a {
    width: 100%;
  }
  .smarthome #step1 .index_menu .link_block a i, .smarthome #step1 .index_menu .link_block a svg {
    margin-left: 3%;
  }
  .smarthome #step2 .taprika h3,
  .smarthome #step2 .conected h3 {
    flex-direction: column;
  }
  .smarthome #step2 .taprika h3 strong,
  .smarthome #step2 .conected h3 strong {
    line-height: 200%;
    margin-left: 0;
    font-size: 160%;
  }
  .smarthome #step2 .taprika .block .point1,
  .smarthome #step2 .conected .block .point1 {
    flex-direction: column-reverse;
    margin-bottom: 10%;
  }
  .smarthome #step2 .taprika .block .point1 .text, .smarthome #step2 .taprika .block .point1 .image,
  .smarthome #step2 .conected .block .point1 .text,
  .smarthome #step2 .conected .block .point1 .image {
    width: 100%;
  }
  .smarthome #step2 .taprika .block .point1 .image,
  .smarthome #step2 .conected .block .point1 .image {
    text-align: center;
  }
  .smarthome #step2 .voice .voice_block {
    padding-bottom: 15%;
  }
  .smarthome #step2 .voice .voice_block .fukidashi {
    border-radius: 5vw;
    width: 100%;
    z-index: 1;
  }
  .smarthome #step2 .voice .voice_block .fukidashi:after, .smarthome #step2 .voice .voice_block .fukidashi:before {
    left: 0;
  }
  .smarthome #step2 .voice .voice_block .names {
    padding: 2%;
    position: relative;
  }
  .smarthome #step2 .voice .voice_block .names .image {
    width: 30%;
  }
  .smarthome #step3 > h3 {
    font-size: 200%;
  }
  .smarthome #step3 .blocks .block {
    width: 50%;
    padding: 2% 1%;
  }
  .smarthome #step3 .service_device {
    width: 100%;
  }
  .smarthome #step3 .service_device .blocks .block {
    flex-direction: column-reverse;
    margin-bottom: 5%;
  }
  .smarthome #step3 .service_device .blocks .block .text, .smarthome #step3 .service_device .blocks .block .image {
    width: 100%;
  }
  .smarthome .first_price .price {
    width: 100%;
  }
  .smarthome .first_price .price table tbody tr th {
    text-align: center;
  }
  .smarthome #simulation .block .forms {
    margin-bottom: 10%;
  }
  .smarthome #simulation .block .forms .question {
    font-size: 120%;
  }
  .smarthome #simulation .block .forms .answer .radio {
    padding: 2%;
  }
  .smarthome #simulation .block .forms .item .name {
    width: 100%;
  }
  .smarthome #simulation .block .forms .item .num {
    width: 50%;
    text-align: right;
  }
  .smarthome #simulation .block .forms .item .item_sum {
    width: 45%;
  }
  .smarthome #price_data .price_block .table.sp1 table thead {
    display: none;
  }
  .smarthome #price_data .price_block .table.sp1 table tbody th, .smarthome #price_data .price_block .table.sp1 table tbody td {
    display: block;
    text-align: center;
  }
  .smarthome #price_data .price_block .table.sp1 table tbody tr th:before {
    content: "コース";
    display: inline-block;
    color: #3764ad;
    text-align: center;
    font-size: 120%;
    margin-right: 5%;
  }
  .smarthome #price_data .price_block .table.sp1 table tbody tr td:before {
    content: "月額使用料";
    display: block;
    font-weight: bold;
    color: #3764ad;
    text-align: center;
    font-size: 120%;
    margin-bottom: 5%;
  }
  .smarthome #price_data .price_block .table.sp2 thead {
    display: none;
  }
  .smarthome #price_data .price_block .table.sp2 tbody th, .smarthome #price_data .price_block .table.sp2 tbody td {
    display: block;
    text-align: center;
  }
  .smarthome #price_data .price_block .table.sp2 tbody tr th br {
    display: none;
  }
  .smarthome #price_data .price_block .table.sp2 tbody tr th:nth-of-type(1) {
    color: #3764ad;
  }
  .smarthome #price_data .price_block .table.sp2 tbody tr th:nth-of-type(2) {
    font-size: 100%;
    font-weight: normal;
    text-align: left;
  }
  .smarthome #price_data .price_block .table.sp2 tbody tr td {
    margin-bottom: 10%;
  }
  .smarthome #price_data .price_block .table.sp2 tbody tr td:before {
    content: "月額利用料（税抜）";
    display: block;
    font-weight: bold;
    color: #3764ad;
    text-align: center;
    font-size: 120%;
    margin-bottom: 5%;
  }
  .smarthome #price_data .price_block .price_exemple .exemple_block {
    flex-direction: column;
  }
  .smarthome #price_data .price_block .price_exemple .exemple_block .title, .smarthome #price_data .price_block .price_exemple .exemple_block .data {
    width: 100%;
  }
  .smarthome #price_data .price_block .price_exemple .exemple_block .title {
    font-size: 120%;
    color: #3764ad;
    font-weight: bold;
  }
  .smarthome #price_data .price_block .price_exemple .exemple_block .data {
    text-align: center;
  }
  .smarthome #price_data .price_block .price_exemple .exemple_block span {
    margin-bottom: 3px;
  }
}
