@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* PC
-------------------------------------------------- */
@media print, screen and (min-width: 541px) {
  body {
    font-family: 'Noto Sans Japanese', sans-serif; }
  .lp-Con {
    margin-bottom: 80px; }
  #lead {
    position: relative;
    margin-bottom: 30px; }
    #lead p {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px 40px 15px;
      background: rgba(0, 0, 0, 0.6);
      line-height: 1.8;
      font-size: 15px;
      color: #fff; }
    #lead img {
      vertical-align: bottom; }
  .contactBox {
    background: url(../images/lp/contact_bg.png) repeat center top;
    border: 2px solid #b31326;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
    margin-bottom: 30px; }
    .contactBox h2 {
      background: url(../images/lp/h2_contact-bg.png) no-repeat left center;
      background-size: contain;
      padding: 35px 45px 40px 20px;
      text-align: center; }
      .contactBox h2 img {
        width: 150px;
        vertical-align: bottom; }
    .contactBox dl {
      line-height: 1.4; }
    .contactBox dt {
      font-weight: bold;
      color: #dc182f;
      font-weight: bold;
      font-size: 22px; }
      .contactBox dt::before {
        content: "▶";
        font-size: 10px;
        vertical-align: middle;
        padding-right: 5px; }
    .contactBox dd {
      font-weight: bold;
      font-size: 30px; }
      .contactBox dd a {
        color: #000;
        text-decoration: none;
        pointer-events: none; }
    .contactBox .bt_red {
      padding: 7px 40px; }
  #trouble {
    background: #444;
    position: relative;
    padding: 50px 0 30px; }
    #trouble::before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      width: 100%;
      height: 100%;
      background: #444; }
    #trouble::after {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      background: #444; }
    #trouble .inner {
      background: #fff;
      border-radius: 10px;
      margin-bottom: 40px;
      position: relative;
      padding: 35px 0;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
      z-index: 1;
      margin-bottom: 70px; }
      #trouble .inner::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        border: 45px solid transparent;
        border-top: 30px solid #fff;
        z-index: -2;
        margin: 0 0 0 -45px; }
    #trouble h2 {
      color: #fff;
      background: #917e5e;
      text-align: center;
      width: 790px;
      margin: 0 auto;
      border-radius: 40px;
      font-size: 28px;
      padding: 5px;
      margin-bottom: 25px; }
    #trouble ul {
      display: flex;
      align-items: flex-start; }
      #trouble ul li {
        display: flex;
        flex-basis: 360px;
        width: 360px;
        position: relative;
        align-items: center;
        flex-direction: column; }
        #trouble ul li::after {
          content: "";
          width: 1px;
          height: 225px;
          bottom: 0;
          left: 0;
          position: absolute;
          border-left: 1px dashed #333333; }
        #trouble ul li:first-child::after {
          content: none; }
      #trouble ul dl {
        margin-bottom: 15px; }
      #trouble ul dt {
        color: #b31326;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        margin-bottom: 5px;
        margin-bottom: 5px; }
      #trouble ul dd {
        text-align: center;
        font-size: 18px;
        line-height: 1.5; }
    #trouble p {
      font-weight: bold;
      color: #fff;
      text-align: center;
      background: url(../images/lp/obi.png) no-repeat center;
      font-size: 26px;
      padding: 30px 0; }
  #services {
    padding-top: 60px; }
    #services h2 {
      font-weight: bold;
      text-align: center;
      position: relative;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 28px;
      z-index: 1;
      margin-bottom: 40px; }
      #services h2::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1; }
      #services h2 span {
        display: inline-block;
        background: #efefef;
        padding: 0 25px; }
    #services > ul {
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px; }
      #services > ul > li {
        border: 1px solid #d3d3d3;
        text-align: center;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        flex-basis: 340px;
        width: 340px;
        padding: 30px; }
        #services > ul > li::before {
          content: "";
          background: #fff;
          z-index: -2;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        #services > ul > li::after {
          width: 100%;
          height: 150px;
          content: "";
          background: url(../images/lp/bg_grade.png) no-repeat center top;
          z-index: -1;
          position: absolute;
          top: 0;
          left: 0; }
      #services > ul h3 {
        font-weight: normal;
        color: #fff;
        font-size: 20px;
        line-height: 1.4;
        padding-bottom: 70px;
        margin-bottom: 10px; }
      #services > ul p {
        font-size: 15px;
        line-height: 1.8;
        margin-top: 20px; }
    #services .for-forner {
      border: 1px solid #4a4a4a;
      background: url(../images/lp/soudan_bg.png) no-repeat left center #f2ede5;
      padding: 30px 65px 20px 430px;
      margin-bottom: 50px; }
      #services .for-forner h3 {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px; }
      #services .for-forner ul {
        padding-left: 30px; }
        #services .for-forner ul li {
          background: url(../images/lp/ico_check.png) no-repeat left top;
          background-size: 19px 16px;
          padding-left: 30px;
          background-size: 19px 16px;
          font-size: 15px;
          margin-bottom: 10px; }
  .for-corp {
    background: linear-gradient(to bottom, #21437b 0%, #21437b 50%, #143160 50%, #143160 100%);
    max-width: 800px;
    margin: 0 auto 50px;
    background-repeat: no-repeat; }
    .for-corp a {
      color: #fff;
      text-decoration: none;
      display: block;
      height: 100px;
      line-height: 100px;
      padding: 0 25px;
      transition: all .4s; }
      .for-corp a:hover {
        background: #143160; }
    .for-corp p {
      font-size: 20px;
      text-align: right;
      background: url(../images/lp/bg_building.png) no-repeat left bottom; }
      .for-corp p > span {
        background: #fff;
        color: #143160;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 7px 30px 5px 15px;
        font-size: 15px;
        border-radius: 20px;
        line-height: 1.4;
        margin-left: 20px; }
        .for-corp p > span::after {
          content: "";
          position: absolute;
          top: 50%;
          width: 6px;
          height: 6px;
          border-right: 1px solid #143160;
          border-bottom: 1px solid #143160;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          right: 15px;
          margin-top: -4px; }
  #voice {
    padding-top: 20px;
    margin-bottom: 60px; }
    #voice h2 {
      font-weight: bold;
      text-align: center;
      position: relative;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 28px;
      z-index: 1;
      margin-bottom: 15px; }
      #voice h2::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1; }
      #voice h2 span {
        display: inline-block;
        background: #efefef;
        padding: 0 25px; }
    #voice .voiceWrap {
      margin-bottom: 20px; }
    #voice .sec-title {
      text-align: center;
      color: #dc182f;
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 20px; }
    #voice .voiceWrap ul {
      display: block;
      margin-bottom: 20px;
      overflow: hidden;
      padding: 0; }
    #voice .voiceWrap li {
      background: #fff;
      width: 530px;
      height: 185px;
      float: left;
      margin: 0 20px 20px 0 !important;
      padding: 0;
      list-style: none !important; }
    #voice .voiceWrap li:nth-child(2n) {
      margin-right: 0 !important; }
    #voice .voiceWrap li a {
      text-decoration: none;
      color: #000;
      display: block; }
    #voice .voiceWrap li a:hover {
      opacity: 0.75; }
    #voice .voiceWrap .left {
      float: left;
      height: 185px;
      width: 127px;
      background: #ccc; }
    #voice .voiceWrap .thumb {
      display: table-cell;
      height: 165px;
      width: 127px;
      overflow: hidden;
      text-align: center;
      vertical-align: middle; }
    #voice .voiceWrap .thumb img {
      width: auto;
      max-width: 100%;
      max-height: 100%;
      vertical-align: bottom; }
    #voice .voiceWrap .info {
      float: right;
      width: 400px;
      height: 185px;
      overflow: hidden;
      padding-top: 13px;
      position: relative; }
    #voice .voiceWrap li img.flag {
      width: 40px;
      position: absolute;
      top: 15px;
      right: 15px; }
    #voice .voiceWrap p.customer {
      margin: 0 15px 10px;
      padding-bottom: 7px;
      border-bottom: 1px solid #dd1730;
      font-size: 11px;
      line-height: 1.8; }
    #voice .voiceWrap p.c_voice {
      margin: 0 15px 10px;
      font-size: 11px;
      line-height: 1.8; }
    #voice .voiceWrap .bt_red {
      display: none; }
    #voice .voiceWrap p.c_voice {
      margin: 0 15px 0px;
      font-size: 11px;
      line-height: 1.6; }
  .home_moreLink {
    clear: both;
    text-align: center;
    margin: 0 10px; }
    .home_moreLink a {
      margin: 0 auto;
      display: block;
      border: 1px solid #ddd;
      background: #fff;
      width: 400px;
      height: 40px;
      line-height: 40px; }
      .home_moreLink a:hover {
        border: 1px solid #dd1730; }
  #service {
    text-align: center;
    background: url(../images/lp/frame_pc.png) no-repeat center #382b16;
    padding: 35px 65px;
    margin-bottom: 50px; }
    #service h2 {
      color: #f4dea6;
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 10px; }
    #service p {
      color: #f4dea6;
      text-align: center;
      font-size: 15px;
      margin-bottom: 25px; }
      #service p.cap {
        text-align: center;
        font-size: 13px;
        margin-top: 8px;
        margin-bottom: 10px; }
    #service ul {
      text-align: center;
      letter-spacing: -0.4em; }
      #service ul li {
        display: inline-block;
        margin: 0 40px;
        letter-spacing: normal; }
  .contactCatch {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px; } }

/* tablet
-------------------------------------------------- */
@media screen and (max-width: 800px) and (min-width: 541px) {
  body {
    font-family: 'Noto Sans Japanese', sans-serif; }
  #lead img {
    vertical-align: bottom; }
  .contactBox {
    background: url(../images/lp/contact_bg.png) repeat center top; }
    .contactBox dt {
      font-weight: bold;
      color: #dc182f;
      font-weight: bold; }
      .contactBox dt::before {
        content: "▶"; }
    .contactBox dd {
      font-weight: bold; }
      .contactBox dd a {
        color: #000;
        text-decoration: none; }
  #trouble {
    background: #444; }
    #trouble .inner {
      background: #fff;
      border-radius: 10px;
      margin-bottom: 40px;
      position: relative; }
      #trouble .inner::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%; }
    #trouble h2 {
      color: #fff;
      background: #917e5e;
      text-align: center; }
    #trouble ul li {
      display: flex; }
      #trouble ul li:first-child::after {
        content: none; }
    #trouble ul dt {
      color: #b31326;
      font-weight: bold; }
    #trouble p {
      font-weight: bold;
      color: #fff;
      text-align: center; }
  #services h2 {
    font-weight: bold;
    text-align: center;
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    #services h2::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1; }
    #services h2 span {
      display: inline-block;
      background: #efefef; }
  #services > ul > li {
    border: 1px solid #d3d3d3;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    position: relative; }
    #services > ul > li::before {
      content: "";
      background: #fff;
      z-index: -2;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #services > ul h3 {
    font-weight: normal;
    color: #fff; }
  #services .for-forner {
    border: 1px solid #4a4a4a; }
    #services .for-forner h3 {
      font-weight: bold; }
  .for-corp {
    background: linear-gradient(to bottom, #21437b 0%, #21437b 50%, #143160 50%, #143160 100%); }
    .for-corp a {
      color: #fff;
      text-decoration: none;
      display: block; }
    .for-corp p > span {
      background: #fff;
      color: #143160;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .for-corp p > span::after {
        content: "";
        position: absolute;
        top: 50%; }
  #voice h2 {
    font-weight: bold;
    text-align: center;
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    #voice h2::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1; }
    #voice h2 span {
      display: inline-block;
      background: #efefef; }
  #voice .sec-title {
    text-align: center;
    color: #dc182f;
    font-weight: bold; }
  .home_moreLink {
    clear: both;
    text-align: center;
    margin: 0 10px; }
    .home_moreLink a {
      margin: 0 auto;
      display: block;
      border: 1px solid #ddd;
      background: #fff; }
  #service {
    text-align: center; }
    #service h2 {
      color: #f4dea6;
      font-weight: bold; }
    #service p {
      color: #f4dea6;
      text-align: center; }
      #service p.cap {
        text-align: center; }
  .contactCatch {
    text-align: center;
    font-weight: bold; } }

/* smartphone
-------------------------------------------------- */
@media screen and (max-width: 540px) {
  body {
    font-family: 'Noto Sans Japanese', sans-serif; }
  .lp-Con {
    margin: 0 10px; }
  #lead {
    width: calc(100% + 20px);
    margin-left: -10px; }
    #lead p {
      padding: 15px 10px;
      font-size: 13px;
      line-height: 1.7; }
    #lead img {
      vertical-align: bottom; }
  .contactBox {
    background: url(../images/lp/contact_bg.png) repeat center top;
    border: 1px solid #b31326;
    overflow: hidden;
    margin-bottom: 20px; }
    .contactBox h2 {
      background: url(../images/lp/h2_contact-bg-sp.png) no-repeat center -1px;
      background-size: cover;
      text-align: center;
      padding: 10px 0;
      line-height: 1;
      margin-bottom: 10px; }
      .contactBox h2 img {
        width: 100px;
        vertical-align: top; }
    .contactBox dl {
      width: 50%;
      float: left;
      padding: 0 0 0 20px;
      margin-bottom: 15px; }
      .contactBox dl:nth-of-type(even) {
        float: right;
        padding: 0 10px 0 0; }
    .contactBox dt {
      font-weight: bold;
      color: #dc182f;
      font-weight: bold;
      font-size: 14px; }
      .contactBox dt::before {
        content: "▶";
        font-size: 10px;
        vertical-align: middle;
        padding-right: 5px; }
    .contactBox dd {
      font-weight: bold;
      font-size: 17px; }
      .contactBox dd a {
        color: #000;
        text-decoration: none; }
    .contactBox .bt_red {
      clear: both;
      display: block;
      margin: 0 10px 15px;
      text-align: center;
      padding: 5px;
      font-weight: normal; }
  #trouble {
    background: #444;
    padding: 20px 0;
    position: relative;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 10px; }
    #trouble .inner {
      background: #fff;
      border-radius: 10px;
      margin-bottom: 40px;
      position: relative;
      padding: 20px 15px; }
      #trouble .inner::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        border: 30px solid transparent;
        border-top: 20px solid #fff;
        margin: 0 0 0 -30px; }
    #trouble h2 {
      color: #fff;
      background: #917e5e;
      text-align: center;
      border-radius: 40px;
      font-size: 18px;
      padding: 5px;
      margin-bottom: 20px; }
    #trouble ul li {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      padding-bottom: 20px;
      margin-bottom: 20px;
      justify-content: space-between;
      border-bottom: 1px dashed #333; }
      #trouble ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      #trouble ul li:first-child::after {
        content: none; }
    #trouble ul dl {
      flex-basis: 55%;
      width: 55%; }
    #trouble ul dt {
      color: #b31326;
      font-weight: bold;
      margin-bottom: 5px; }
    #trouble ul img {
      flex-basis: 40%;
      width: 40%; }
    #trouble p {
      font-weight: bold;
      color: #fff;
      text-align: center;
      background: url(../images/lp/obi-sp.png) no-repeat center;
      background-size: contain;
      padding: 30px 15px;
      font-size: 15px; }
  #services {
    padding: 15px 0 20px; }
    #services h2 {
      font-weight: bold;
      text-align: center;
      position: relative;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 18px;
      margin-bottom: 15px; }
      #services h2::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1; }
      #services h2 span {
        display: inline-block;
        background: #efefef;
        padding: 0 10px; }
    #services > ul {
      margin-bottom: 20px; }
      #services > ul > li {
        border: 1px solid #d3d3d3;
        text-align: center;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        margin-bottom: 10px; }
        #services > ul > li::before {
          content: "";
          background: #fff;
          z-index: -2;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      #services > ul h3 {
        font-weight: normal;
        color: #fff;
        line-height: 1.4;
        padding: 15px 20px 35px;
        background: url(../images/lp/bg_grade.png) no-repeat center bottom;
        background-size: cover; }
      #services > ul img {
        width: 40%;
        margin: 20px 0 0; }
      #services > ul p {
        padding: 15px; }
    #services .for-forner {
      border: 1px solid #4a4a4a;
      background: #f2ede5;
      padding: 15px; }
      #services .for-forner h3 {
        font-weight: bold;
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 20px; }
      #services .for-forner img {
        width: 80%;
        display: block;
        margin: 0 auto 20px; }
      #services .for-forner ul li {
        background: url(../images/lp/ico_check.png) no-repeat left 5px;
        background-size: 14px auto;
        padding-left: 20px;
        margin-bottom: 10px; }
  .for-corp {
    background: linear-gradient(to bottom, #21437b 0%, #21437b 50%, #143160 50%, #143160 100%);
    margin-bottom: 20px; }
    .for-corp a {
      color: #fff;
      text-decoration: none;
      display: block; }
    .for-corp p {
      padding: 10px 20px;
      font-size: 13px;
      background: url(../images/lp/bg_building.png) no-repeat 10% bottom;
      padding-left: 30%;
      background-size: 50px auto; }
      .for-corp p > span {
        background: #fff;
        color: #143160;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 3px 20px 3px 15px;
        font-size: 11px;
        line-height: 1.3;
        border-radius: 10px;
        margin-left: 20px; }
        .for-corp p > span::after {
          content: "";
          position: absolute;
          top: 50%;
          width: 4px;
          height: 4px;
          border-right: 1px solid #143160;
          border-bottom: 1px solid #143160;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          right: 10px;
          margin-top: -2px; }
  #voice {
    margin-bottom: 30px; }
    #voice h2 {
      font-weight: bold;
      text-align: center;
      position: relative;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 18px;
      margin-bottom: 10px;
      line-height: 1.5; }
      #voice h2::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1; }
      #voice h2 span {
        display: inline-block;
        background: #efefef;
        padding: 0 10px; }
    #voice .sec-title {
      text-align: center;
      color: #dc182f;
      font-weight: bold;
      margin-bottom: 15px; }
    #voice .voiceWrap ul {
      padding: 0; }
    #voice .voiceWrap li {
      overflow: hidden;
      background: #fff;
      margin: 0 0 10px 0 !important;
      padding: 0;
      list-style: none !important; }
    #voice .voiceWrap li a {
      display: block;
      position: relative;
      text-decoration: none;
      color: #000; }
    #voice .voiceWrap .left {
      float: left;
      height: 110px;
      width: 100px;
      background: #ccc; }
    #voice .voiceWrap .left > img {
      display: none; }
    #voice .voiceWrap .thumb {
      display: table-cell;
      height: 110px;
      width: 100px;
      overflow: hidden;
      text-align: center;
      vertical-align: middle; }
    #voice .voiceWrap .thumb img {
      width: auto;
      width: 100%;
      vertical-align: bottom; }
    #voice .voiceWrap .info {
      margin-left: 100px;
      overflow: hidden;
      padding-top: 13px;
      position: relative; }
    #voice .voiceWrap img.flag {
      width: 40px;
      position: absolute;
      right: 10px;
      top: 10px; }
    #voice .voiceWrap p.customer {
      margin: 0 40px 5px 15px;
      font-size: 11px;
      line-height: 1.8; }
    #voice .voiceWrap p.customer .t1 {
      font-size: 12px;
      color: #000; }
    #voice .voiceWrap p.customer .t2 {
      font-size: 12px;
      color: #666; }
    #voice .voiceWrap .bt_red {
      width: 90%;
      margin: 0 10px;
      font-size: 12px;
      padding: 5px;
      text-align: center;
      font-weight: normal; }
    #voice .voiceWrap p.c_voice {
      display: none; }
  .home_moreLink {
    clear: both;
    text-align: center;
    margin: 0 10px; }
    .home_moreLink a {
      margin: 0 auto;
      display: block;
      border: 1px solid #ddd;
      background: #fff;
      width: 100%;
      max-width: 400px;
      height: 45px;
      line-height: 45px; }
    .home_moreLink img {
      height: 13px; }
  #service {
    text-align: center;
    background: url(../images/lp/frame_sp.png) no-repeat center #382b16;
    background-size: 98% 96%;
    padding: 30px 35px;
    margin-bottom: 20px; }
    #service h2 {
      color: #f4dea6;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px; }
    #service p {
      color: #f4dea6;
      text-align: center;
      font-size: 13px;
      margin-bottom: 15px; }
      #service p.cap {
        text-align: center;
        font-size: 11px;
        margin: 15px 0; }
    #service ul {
      display: flex;
      justify-content: space-between; }
      #service ul li {
        flex-basis: 30%;
        width: 30%; }
  .contactCatch {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px; } }

/*# sourceMappingURL=map/lp.css.map */
