@charset "utf-8";@charset "UTF-8";
/* = mod-about
----------------------------------------------- *
 * LINE施策 サービス紹介ページ
----------------------------------------------- */
.mod-about {
  font-size: 14px;
}

.mod-about .headding {
  background-color: #ed6103;
  border-top: 1px solid #fff;
  margin-bottom: 20px;
  padding: 15px 10px 0;
  color: #fff;
  text-align: center;
}

.mod-about .focus {
  position: relative;
  display: inline-block;
  font-size: 20px;
}

.mod-about .focus.focusLeft {
  padding-left: 10px;
  margin-bottom: 15px;
  width: calc(100% - 10px);
}

.mod-about .focus.focusRight {
  padding: 15px 10px 15px 0;
  box-sizing: border-box;
  width: 100%;
}

.mod-about .focusLeft:before,
.mod-about .focusLeft:after,
.mod-about .focusRight:before,
.mod-about .focusRight:after {
  position: absolute;
  display: block;
  content: "";
  width: 0.7353em;
  height: 0.7353em;
  background: url('/smp/assets/img/smartphone/page/line/icon-focus.svg?v=f1bd96f4f49bd0dee5b0ef608ecf1371') no-repeat;
  background-size: 0.7353em;
}

.mod-about .focusLeft:before {
  top: 0;
  left: 0;
}

.mod-about .focusLeft:after {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}

.mod-about .focusRight:before {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.mod-about .focusRight:after {
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}

.mod-about .headding .title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
}

.mod-about .headding .title span {
  display: inline-block;
  text-align: left;
}

.mod-about .headding .lead {
  margin: 0 auto 15px;
  width: 100%;
  text-align: left;
  line-height: 1.6;
}

.mod-about .headding .image {
  text-align: center;
}

.mod-about .headding .image img {
  margin-bottom: -6px;
  width: 300px;
}

.mod-about .howtoArea {
  padding: 10px;
}

.mod-about .howtoArea .title {
  margin-bottom: 20px;
  color: #ed6103;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

.mod-about .howtoArea .step .step1,
.mod-about .howtoArea .step .step2,
.mod-about .howtoArea .step .step3 {
  margin-bottom: 30px;
}

.mod-about .howtoArea .step dt {
  background: url('/smp/assets/img/smartphone/page/line/mansion/about/bg_step_number.png?v=0032b72466bc02cb291a13dad7cc739a') no-repeat;
  background-size: 24px 142px;
  margin-bottom: 10px;
  padding: 16px 0 0 32px;
  box-sizing: border-box;
  min-height: 34px;
  font-size: 1.25em;
  font-weight: bold;
}

.mod-about .howtoArea .step .step1 dt {
  background-position: 0 0;
}

.mod-about .howtoArea .step .step2 dt {
  background-position: 0 -53px;
}

.mod-about .howtoArea .step .step3 dt {
  background-position: 0 -108px;
}

.mod-about .howtoArea .step dd {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 350px 197px;
  padding-bottom: 210px;
  line-height: 1.6;
}

.mod-about .howtoArea .step .step1 dd {
  background-image: url('/smp/assets/img/smartphone/page/line/mansion/about/bg_step_image1.png?v=3c8ad4a046bc6ddff1147096e1fb6959');
}

.mod-about .howtoArea .step .step2 dd {
  background-image: url('/smp/assets/img/smartphone/page/line/mansion/about/bg_step_image2.png?v=ebe1fdb393de083cf6aa1d1a7439c3d2');
}

.mod-about .howtoArea .step .step3 dd {
  background-image: url('/smp/assets/img/smartphone/page/line/mansion/about/bg_step_image3.png?v=511fd64cb9fb8c7e08e1f88ca7273c03');
}

.mod-about .buttonArea {
  background-color: #f1f1f1;
  padding: 15px 10px 30px;
}

.mod-about .buttonArea .mainMessage {
  margin-bottom: 15px;
  font-size: 1.25em;
  font-weight: bold;
}

.mod-about .buttonArea .subMessage {
  margin-bottom: 10px;
}

.mod-about .buttonArea .button a {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  color: #ed6103;
  display: block;
  padding: 15px 10px;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
}
