@charset "UTF-8";
.inner, .pageTopWrap {
  width: 980px;
  margin: auto; }

p.txt {
  font-size: 20px;
  color: #4084c1;
  line-height: 1.8; }

.note {
  font-size: 12px !important;
  line-height: 1.8 !important; }

.colorBlue {
  color: #4084c1 !important; }

.colorYellow {
  color: #ffff00 !important; }

#content {
  /* ------------------------------------
    / タイトル
    / ------------------------------------*/
  /* ------------------------------------
    / section
    / ------------------------------------*/ }
  #content .mv {
    background: url(/lpdenki/common/images/main_visual_bg.png) no-repeat top center;
    height: 548px; }
    #content .mv h1 {
      text-align: center;
      padding-top: 88px; }
  #content .mainTtl {
    font-size: 58px;
    color: #4084c1;
    line-height: 1.3;
    text-align: center; }
  #content .ttl {
    width: 100%;
    display: block;
    background: #4084c1;
    color: #fff;
    text-align: center; }
    #content .ttl.point {
      padding: 20px; }
      #content .ttl.point > span {
        font-size: 44px;
        position: relative;
        margin-left: 30px; }
        #content .ttl.point > span:before {
          content: "";
          display: block;
          position: absolute;
          left: -31px;
          top: 0;
          background: url(/lpdenki/common/images/icon_lightBulb.png) no-repeat left center;
          background-size: 46px 49px;
          width: 46px;
          height: 49px; }
        #content .ttl.point > span span.left {
          margin: 0 -0.5em 0 0;
          background: none; }
    #content .ttl.sizeS {
      font-size: 30px;
      padding: 10px;
      width: 820px;
      margin: auto; }
    #content .ttl.arrow {
      position: relative; }
      #content .ttl.arrow:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -18px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 18px 0 18px;
        border-color: #4084c1 transparent transparent transparent; }
  #content .ttlLead {
    text-align: center;
    font-size: 38px;
    line-height: 1.6;
    color: #fff; }
  #content section.section {
    box-sizing: border-box; }
    #content section.section.freedom {
      padding: 70px 0 104px; }
      #content section.section.freedom .mainTtl {
        padding-bottom: 40px; }
      #content section.section.freedom .txtArea {
        display: block;
        padding: 0 58px 45px; }
      #content section.section.freedom figure {
        margin-right: -19px; }
    #content section.section.point {
      background: #dde9f4;
      padding: 83px 0 72px; }
      #content section.section.point .pointList {
        padding: 0 25px; }
        #content section.section.point .pointList li {
          border-bottom: 1px  solid #aecbe5;
          padding: 23px 0;
          display: table;
          width: 100%;
          box-sizing: border-box; }
          #content section.section.point .pointList li figure {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 150px; }
          #content section.section.point .pointList li dl {
            display: table-cell;
            vertical-align: middle; }
            #content section.section.point .pointList li dl dt h3 {
              color: #4084c1;
              font-size: 24px;
              padding-bottom: 5px; }
            #content section.section.point .pointList li dl dd p {
              font-size: 16px;
              line-height: 1.5; }
    #content section.section.obtained {
      padding: 60px 0 103px; }
      #content section.section.obtained .sidewaysList {
        overflow: hidden;
        box-sizing: border-box;
        width: 100%;
        margin-top: 44px; }
        #content section.section.obtained .sidewaysList li {
          float: left;
          width: 33.3333%;
          box-sizing: border-box; }
          #content section.section.obtained .sidewaysList li:nth-child(2) {
            border-left: 2px solid #4084c1;
            border-right: 2px solid #4084c1; }
          #content section.section.obtained .sidewaysList li dl dt {
            text-align: center;
            color: #4084c1;
            font-size: 22px;
            line-height: 1.3;
            border-bottom: 1px solid #4084c1;
            padding: 25px 15px; }
          #content section.section.obtained .sidewaysList li dl dd {
            font-size: 14px;
            padding: 25px; }
          #content section.section.obtained .sidewaysList li:nth-child(1):before {
            content: "";
            display: block;
            background: url(/lpdenki/common/images/icon_no01.png) no-repeat left center;
            background-size: 28px 32px;
            width: 28px;
            height: 32px;
            margin: 17px auto 0; }
          #content section.section.obtained .sidewaysList li:nth-child(2):before {
            content: "";
            display: block;
            background: url(/lpdenki/common/images/icon_no02.png) no-repeat left center;
            background-size: 28px 32px;
            width: 28px;
            height: 32px;
            margin: 17px auto 0; }
          #content section.section.obtained .sidewaysList li:nth-child(3):before {
            content: "";
            display: block;
            background: url(/lpdenki/common/images/icon_no03.png) no-repeat left center;
            background-size: 28px 32px;
            width: 28px;
            height: 32px;
            margin: 17px auto 0; }
    #content section.section .linkArea {
      display: table;
      background: #dde9f4;
      border-radius: 5px;
      border-top: 2px solid #c0d5e9;
      margin: 0 auto 30px;
      width: 820px; }
      #content section.section .linkArea .link:first-child {
        width: 39%;
        display: table-cell;
        vertical-align: middle;
        padding: 20px 20px; }
        #content section.section .linkArea .link+.link {
          width: 61%;
          display: table-cell;
          position: relative;
          vertical-align: middle;
          padding: 20px 20px; }
        #content section.section .linkArea .link+.link:before {
            content: "";
            display: block;
            position: absolute;
            top: 15px;
            bottom: 15px;
            left: 0;
            width: 1px;
            height: auto;
            background: #3a84c1;}
        #content section.section .linkArea .link a {
          font-size: 14px;
          text-decoration: none;
          color: #141414;
          transition: all 0.1s ease-out 0s; }
          #content section.section .linkArea .link a:before {
            content: "";
            display: inline-block;
            background: url(/lpdenki/common/images/icon_pdf.png) no-repeat left center;
            background-size: 23px;
            width: 23px;
            height: 23px;
            margin-right: 12px;
            margin-bottom: -2px; }
          #content section.section .linkArea .link a:hover {
            opacity: 0.6; }
    #content section.section.arrow {
      position: relative; }
      #content section.section.arrow:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -56px;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 56px 56px 0 56px;
        border-color: #ffffff transparent transparent transparent; }

footer {
  background: #4084c1; }
  footer .pageTop a {
    width: 66px;
    height: 66px;
    display: block;
    background: #4084c1;
    text-align: center;
    position: relative;
    position: fixed;
    z-index: 100;
    right: -100px;
    right: 10px;
    bottom: -100px;
    transition: all 0.1s ease-out 0s; }
    footer .pageTop a::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12.5px 13px 12.5px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto; }
    footer .pageTop a.active {
      bottom: 0px; }
  footer .footerContent {
    padding-bottom: 185px;
    background: url(/lpdenki/common/images/bg_bil.jpg) repeat-x bottom center; }
    footer .footerContent .ttlLead {
      font-size: 38px;
      line-height: 1.8;
      color: #fff;
      padding-bottom: 60px;
      text-align: center; }
    footer .footerContent .btn {
      display: block;
      width: 940px;
      margin: auto;
      position: relative;
      padding-bottom: 123px; }
      footer .footerContent .btn a {
        background: #ffff00;
        border-bottom: 3px solid #b4b234;
        color: #4084c1;
        font-size: 50px;
        padding: 25px 0 20px;
        width: 100%;
        text-decoration: none;
        text-align: center;
        display: block;
        box-shadow: 0px 11px 18px 0px rgba(34, 24, 21, 0.3);
        position: absolute;
        transition: all 0.1s ease-out 0s; }
        footer .footerContent .btn a:hover {
          box-shadow: none;
          border: none;
          margin-top: 6px; }
    footer .footerContent .link {
      text-align: center;
      padding-top: 40px; }
      footer .footerContent .link a {
        color: #fff;
        text-decoration: none; }
        footer .footerContent .link a:before {
          content: "";
          display: inline-block;
          background: url(/lpdenki/common/images/icon_pdf.png) no-repeat left center;
          background-size: 23px;
          width: 23px;
          height: 23px;
          transition: all 0.1s ease-out 0s; }
        footer .footerContent .link a:hover {
          opacity: 0.8; }
  footer .copyright {
    text-align: center;
    padding: 20px 0 45px;
    background: #4084c1;
    text-align: center;
    color: #fff; }
