@charset "UTF-8";
/***************************************************************
File name  　　　　 : 　　　common.css
Description 　　　　:　　　 共通スタイル定義
Date       　　　　 :      2019/07
**************************************************************/
@import url("https://fonts.googleapis.com/css?family=Lato:900&display=swap");
/*テーマ番号*/
/*背景A*/
/*背景B*/
/*背景C*/
/*背景D*/
/*背景E*/
/*背景F*/
/*背景G*/
/*ボーダーA*/
/*ボーダーB*/
/*タイトル(汎用)*/
/*タイトル(下層)*/
/*価格*/
/*日付*/
/*カテゴリ*/
/*ボタン*/
/*リンクカラー*/
/*背景(TH)*/
/*色(TH)*/
/*border-bottom(TH)*/
/*背景(TH)*/
/*背景(TH)*/
/*背景(TD)*/
/*色(TD)*/
/*border-bottom(TD)*/
/*背景(TH)*/
/*背景(TH)*/
/*mixin*/
/*-------------------------------------------------------------
reset
-------------------------------------------------------------*/
/* line 155, common.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:top;*/
  background: transparent; }

/* line 176, common.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align:top;*/ }

/* line 186, common.scss */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; }

/* line 193, common.scss */
h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em; }

/* line 201, common.scss */
table, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

/* line 206, common.scss */
table {
  border-collapse: separate;
  border-spacing: 0; }

/* line 210, common.scss */
th {
  text-align: left;
  font-weight: normal; }

/* line 214, common.scss */
img {
  vertical-align: top;
  border: 0; }

/* line 218, common.scss */
ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5; }

/* line 224, common.scss */
p {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

/* line 229, common.scss */
input, select, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/*-------------------------------------------------------------
common
-------------------------------------------------------------*/
/* line 242, common.scss */
body {
  font-family: Arial,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  color: #333;
  position: relative;
  min-width: 1120px; }

/* line 249, common.scss */
.webFont {
  font-family: 'Lato', sans-serif; }

/* line 253, common.scss */
h2, h3, h4, h5, h6, div {
  line-height: 1.6; }

/* line 256, common.scss */
p {
  line-height: 1.9; }

/* line 259, common.scss */
a {
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.8s; }
  /* line 264, common.scss */
  a:hover {
    cursor: pointer;
    opacity: 0.7; }
  /* line 268, common.scss */
  a img {
    box-shadow: #000 0 0 0; }

/* line 272, common.scss */
.wrap {
  width: 1080px;
  margin: 0 auto;
  position: relative; }

/* line 277, common.scss */
.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }

/* line 286, common.scss */
input {
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer; }

/*placeholder*/
/* line 293, common.scss */
:placeholder-shown {
  color: #999; }

/* line 295, common.scss */
::-webkit-input-placeholder {
  color: #999; }

/* line 297, common.scss */
:-moz-placeholder {
  color: #999;
  opacity: 1; }

/* line 299, common.scss */
::-moz-placeholder {
  color: #999;
  opacity: 1; }

/* line 301, common.scss */
:-ms-input-placeholder {
  color: #999; }

/* line 303, common.scss */
label {
  cursor: pointer;
  margin: 0;
  padding: 0; }

/* line 308, common.scss */
.brSp {
  display: none; }

/* line 311, common.scss */
.brPc {
  display: block; }

/* line 314, common.scss */
.dispSp {
  display: none; }

/* line 317, common.scss */
.dispPc {
  display: block; }

/*-------------------------------------------------------------
header
-------------------------------------------------------------*/
/* line 359, common.scss */
header {
  border-top: 2px solid #831212;
  background: #fff;
  width: 100%;
  height: 106px;
  box-sizing: border-box;
  position: relative;
  font-size: 17px; }
  /* line 342, common.scss */
  header .wrap {
    height: 100%; }
    /* line 344, common.scss */
    header .wrap h1 {
      width: 100%;
      height: 100%; }
      /* line 347, common.scss */
      header .wrap h1 img {
        width: 100px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

/*-------------------------------------------------------------
main
-------------------------------------------------------------*/
/*#mvLyt*/
/* line 440, common.scss */
#mvLyt {
  width: 100%;
  padding: 25px 0 52px;
  background: #f3f3f3; }
  /* line 371, common.scss */
  #mvLyt > ul {
    width: 1080px;
    margin: 0 auto; }
  /* line 375, common.scss */
  #mvLyt .slick-prev, #mvLyt .slick-next {
    width: 30px;
    height: 30px; }
  /* line 379, common.scss */
  #mvLyt .slick-prev {
    left: 20px;
    z-index: 1;
    background: url(../img/parts/mvLyt/btn_prev.png) no-repeat; }
  /* line 384, common.scss */
  #mvLyt .slick-next {
    right: 20px;
    z-index: 1;
    background: url(../img/parts/mvLyt/btn_next.png) no-repeat; }
  /* line 389, common.scss */
  #mvLyt .slick-prev:before,
  #mvLyt .slick-next:before {
    font-size: 0px; }
  /* line 393, common.scss */
  #mvLyt .slick-dots {
    bottom: -32px; }
    /* line 395, common.scss */
    #mvLyt .slick-dots li {
      width: 12px;
      height: 12px;
      margin-left: 15px; }
      /* line 399, common.scss */
      #mvLyt .slick-dots li button {
        width: 12px;
        height: 12px;
        box-sizing: border-box; }
        /* line 403, common.scss */
        #mvLyt .slick-dots li button:before {
          width: 12px;
          height: 12px;
          font-size: 12px;
          color: #898989; }
      /* line 418, common.scss */
      #mvLyt .slick-dots li:first-child {
        margin-left: 0; }
    /* line 424, common.scss */
    #mvLyt .slick-dots .slick-active button:before {
      color: #423a31 !important; }

/* line 445, common.scss */
main .ttl_lower_h2 {
  width: 100%;
  height: 128px;
  background: #f3f3f3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  /* line 450, common.scss */
  main .ttl_lower_h2 span {
    font-size: 40px;
    line-height: 1.7;
    text-align: center;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    color: #333; }
/* line 466, common.scss */
main .ttl_lower_h3 {
  width: 760px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #333333; }
  /* line 475, common.scss */
  main .ttl_lower_h3 span {
    position: relative;
    display: inline-block;
    padding: 0 85px; }
    /* line 479, common.scss */
    main .ttl_lower_h3 span:before {
      content: "";
      width: 40px;
      height: 14px;
      background: url(../img/common/ico_ttl.png);
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -7px; }
    /* line 489, common.scss */
    main .ttl_lower_h3 span:after {
      content: "";
      width: 40px;
      height: 14px;
      background: url(../img/common/ico_ttl.png);
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -7px; }
/* line 502, common.scss */
main section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px; }
  /* line 506, common.scss */
  main section .ttlH2 {
    font-size: 40px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    color: #333; }
  /* line 522, common.scss */
  main section:nth-of-type(odd) {
    background: #ffffff; }
  /* line 525, common.scss */
  main section:nth-of-type(even) {
    background: #f3f3f3; }
  /* line 528, common.scss */
  main section:last-child {
    padding-bottom: 180px; }

/*aboutTopLyt*/
/* line 562, common.scss */
.aboutTopLyt {
  width: 900px;
  box-sizing: border-box;
  padding: 30px 48px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  background: #fbfbfb;
  border-left: 2px solid #831212;
  border-right: 2px solid #831212; }
  /* line 547, common.scss */
  .aboutTopLyt h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 31px;
    text-align: center;
    color: #333333; }
  /* line 555, common.scss */
  .aboutTopLyt div {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    padding-top: 26px; }

/*service3Lyt*/
/* line 567, common.scss */
.service3Lyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0px; }
  /* line 573, common.scss */
  .service3Lyt ul li {
    width: 332px; }
    /* line 575, common.scss */
    .service3Lyt ul li a {
      width: 100%;
      height: 100%;
      display: block;
      box-sizing: border-box; }
    /* line 578, common.scss */
    .service3Lyt ul li img {
      display: block;
      margin-bottom: 30px; }
    /* line 582, common.scss */
    .service3Lyt ul li h6 {
      width: 100%;
      border-left: 1px solid #831212;
      box-sizing: border-box;
      padding: 5px 20px;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.6;
      color: #333333; }

/*contact3clm*/
/* line 600, common.scss */
.contact3clm ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 605, common.scss */
  .contact3clm ul li {
    width: 332px;
    height: 198px;
    background: #333333;
    box-sizing: border-box;
    padding-top: 40px;
    color: #fff;
    position: relative;
    text-align: center; }
    /* line 614, common.scss */
    .contact3clm ul li h3 {
      width: 250px;
      height: 44px;
      background: #333333;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      border-radius: 30px;
      font-size: 18px;
      font-weight: bold;
      position: absolute;
      top: -15px;
      left: 50%;
      margin-left: -125px; }
  /* line 629, common.scss */
  .contact3clm ul .tel svg {
    margin: 0 0 23px; }
  /* line 643, common.scss */
  .contact3clm ul .tel #tel_contact3clm {
    fill: #fff; }
  /* line 647, common.scss */
  .contact3clm ul .tel div {
    line-height: 1;
    font-size: 35px;
    margin-bottom: 10px; }
    /* line 651, common.scss */
    .contact3clm ul .tel div a {
      color: #fff; }
  /* line 657, common.scss */
  .contact3clm ul .fax svg {
    margin: 0 0 23px; }
  /* line 671, common.scss */
  .contact3clm ul .fax #fax_contact3clm {
    fill: #fff; }
  /* line 675, common.scss */
  .contact3clm ul .fax div {
    line-height: 1;
    font-size: 35px;
    margin-bottom: 10px; }
  /* line 682, common.scss */
  .contact3clm ul .mail svg {
    margin: 0 0 30px; }
  /* line 696, common.scss */
  .contact3clm ul .mail #mail_contact3clm {
    fill: #fff; }
  /* line 700, common.scss */
  .contact3clm ul .mail div {
    width: 270px;
    height: 60px;
    margin: 0 auto;
    background: #333333; }
    /* line 705, common.scss */
    .contact3clm ul .mail div a {
      box-sizing: border-box;
      border: 2px solid #fff;
      border-radius: 10px;
      width: 100%;
      height: 100%;
      display: block;
      box-sizing: border-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      color: #fff;
      position: relative;
      transition: background 0.8s; }
      /* line 714, common.scss */
      .contact3clm ul .mail div a:after {
        content: "";
        width: 6px;
        height: 10px;
        background: url(../img/parts/contact3clm/ico_arrow.svg) no-repeat;
        background-size: 6px 10px;
        position: absolute;
        top: 50%;
        right: 17px;
        margin-top: -5px; }
    /* line 727, common.scss */
    .contact3clm ul .mail div:hover a {
      background: #fff;
      color: #333333;
      opacity: 1; }
      /* line 731, common.scss */
      .contact3clm ul .mail div:hover a:after {
        background: url(../img/parts/contact3clm/ico_arrow_on.svg) no-repeat;
        background-size: 6px 10px; }

/*-------------------------------------------------------------
lower
-------------------------------------------------------------*/
/* line 847, common.scss */
.serviceLyt {
  width: 100%;
  padding-top: 20px;
  margin-bottom: -20px; }
  /* line 752, common.scss */
  .serviceLyt h3 {
    width: 760px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #333333; }
    /* line 761, common.scss */
    .serviceLyt h3 span {
      position: relative;
      display: inline-block;
      padding: 0 85px; }
      /* line 765, common.scss */
      .serviceLyt h3 span:before {
        content: "";
        width: 40px;
        height: 14px;
        background: url(../img/common/ico_ttl.png);
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7px; }
      /* line 775, common.scss */
      .serviceLyt h3 span:after {
        content: "";
        width: 40px;
        height: 14px;
        background: url(../img/common/ico_ttl.png);
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -7px; }
  /* line 789, common.scss */
  .serviceLyt > ul > li {
    border-bottom: 1px solid #cccccc;
    padding: 40px 0; }
    /* line 792, common.scss */
    .serviceLyt > ul > li ul {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 795, common.scss */
      .serviceLyt > ul > li ul li {
        width: 580px; }
        /* line 797, common.scss */
        .serviceLyt > ul > li ul li > div {
          width: 640px;
          box-sizing: border-box;
          padding: 30px 35px;
          background: #fbfbfb;
          position: relative;
          top: 35px;
          left: -60px;
          margin-bottom: 40px; }
          /* line 806, common.scss */
          .serviceLyt > ul > li ul li > div div {
            width: 100%;
            padding-left: 19px;
            border-left: 1px solid #831212;
            box-sizing: border-box; }
            /* line 811, common.scss */
            .serviceLyt > ul > li ul li > div div h4 {
              font-size: 18px;
              font-weight: bold;
              color: #333333;
              padding: 5px 0 15px; }
            /* line 817, common.scss */
            .serviceLyt > ul > li ul li > div div p {
              padding-bottom: 5px; }
        /* line 822, common.scss */
        .serviceLyt > ul > li ul li:first-child {
          width: 500px; }
    /* line 828, common.scss */
    .serviceLyt > ul > li:nth-of-type(even) ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 830, common.scss */
      .serviceLyt > ul > li:nth-of-type(even) ul li {
        order: 1; }
        /* line 832, common.scss */
        .serviceLyt > ul > li:nth-of-type(even) ul li > div {
          left: 0px; }
        /* line 835, common.scss */
        .serviceLyt > ul > li:nth-of-type(even) ul li:first-child {
          order: 2; }
    /* line 841, common.scss */
    .serviceLyt > ul > li:last-child {
      border-bottom: none; }

/*tblLyt*/
/* line 927, common.scss */
.tblLyt {
  width: 900px;
  margin: 0 auto;
  background: #fbfbfb;
  box-sizing: border-box;
  padding: 30px 35px; }
  /* line 859, common.scss */
  .tblLyt table {
    width: 100%; }
    /* line 862, common.scss */
    .tblLyt table tr th {
      width: 250px;
      box-sizing: border-box;
      padding: 20px 25px;
      color: #333333;
      line-height: 1.6;
      vertical-align: top;
      font-weight: bold;
      background: transparent;
      color: #333333;
      border-bottom: 1px solid #e7e7e7; }
    /* line 875, common.scss */
    .tblLyt table tr td {
      width: calc( 100% - 250px );
      box-sizing: border-box;
      padding: 20px 25px;
      line-height: 1.6;
      background: #transparent;
      color: #333333;
      border-bottom: 1px solid #e7e7e7; }
      /* line 883, common.scss */
      .tblLyt table tr td a {
        text-decoration: underline;
        color: #333333; }
      /* line 888, common.scss */
      .tblLyt table tr td ul li {
        width: 100%;
        box-sizing: border-box;
        padding-left: 15px;
        position: relative;
        margin-top: 5px; }
        /* line 894, common.scss */
        .tblLyt table tr td ul li:after {
          content: "・";
          font-size: 15px;
          color: #333;
          position: absolute;
          top: 0;
          left: 0; }
        /* line 902, common.scss */
        .tblLyt table tr td ul li:first-child {
          margin-top: 0; }
    /* line 909, common.scss */
    .tblLyt table tr:first-child th {
      border-top: 1px solid #831212; }
    /* line 912, common.scss */
    .tblLyt table tr:first-child td {
      border-top: 1px solid #e7e7e7; }
    /* line 917, common.scss */
    .tblLyt table tr:last-child th {
      border-bottom: 1px solid #e7e7e7; }
    /* line 920, common.scss */
    .tblLyt table tr:last-child td {
      border-bottom: 1px solid #e7e7e7; }

/*-------------------------------------------------------------
parts
-------------------------------------------------------------*/
/*btn*/
/* line 965, common.scss */
.btn {
  width: 240px;
  height: 50px;
  margin: 0 auto; }
  /* line 941, common.scss */
  .btn a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #333333;
    border-radius: 5px; }
    /* line 947, common.scss */
    .btn a span {
      position: relative;
      color: #fff;
      line-height: 1.3; }
    /* line 952, common.scss */
    .btn a:after {
      content: "";
      width: 6px;
      height: 10px;
      background: url(../img/common/ico_arrow.svg) no-repeat;
      background-size: 6px 10px;
      position: absolute;
      top: 50%;
      right: 17px;
      margin-top: -5px; }

/*-------------------------------------------------------------
footer
-------------------------------------------------------------*/
/* line 991, common.scss */
footer {
  width: 100%; }
  /* line 974, common.scss */
  footer #copy {
    text-align: center;
    background: #831212;
    color: #fff;
    line-height: 1.6;
    padding: 5px 0;
    font-size: 12px; }

/* line 994, common.scss */
#pagetop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ccc;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 1;
  transition: transform 1.5s ease; }
  /* line 1013, common.scss */
  #pagetop #pagetop_arrow {
    fill: #333; }
  /* line 1022, common.scss */
  #pagetop a {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }

/*IE11以下*/
@media screen\0 {
  /*contact3clm*/
  /* line 1036, common.scss */
  .contact3clm ul .mail div a span {
    position: relative;
    top: 3px; } }
@media screen and (max-width: 480px) {
  /* line 1048, common.scss */
  body {
    min-width: 0px;
    font-size: 14px; }

  /* line 1052, common.scss */
  h2, h3, h4, h5, h6, div {
    line-height: 1.3; }

  /* line 1055, common.scss */
  p {
    line-height: 1.6; }

  /* line 1058, common.scss */
  .wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px; }

  /* line 1064, common.scss */
  .brSp {
    display: block; }

  /* line 1067, common.scss */
  .brPc {
    display: none; }

  /* line 1070, common.scss */
  .dispSp {
    display: block; }

  /* line 1073, common.scss */
  .dispPc {
    display: none; }

  /*-------------------------------------------------------------
  header
  -------------------------------------------------------------*/
  /* line 1080, common.scss */
  header {
    height: 45px;
    font-size: 14px; }
    /* line 1083, common.scss */
    header .wrap {
      height: 100%; }
      /* line 1086, common.scss */
      header .wrap h1 img {
        width: 60px;
        height: auto; }

  /*-------------------------------------------------------------
  main
  -------------------------------------------------------------*/
  /* line 1097, common.scss */
  #mvLyt {
    width: 100%;
    padding: 15px 15px 28px;
    box-sizing: border-box; }
    /* line 1101, common.scss */
    #mvLyt > ul {
      width: 100%;
      margin: 0 auto; }
    /* line 1106, common.scss */
    #mvLyt .slick-slide img {
      width: 100%;
      height: auto; }
    /* line 1112, common.scss */
    #mvLyt .slick-prev, #mvLyt .slick-next {
      width: 16px;
      height: 16px; }
    /* line 1116, common.scss */
    #mvLyt .slick-prev {
      left: 5px;
      z-index: 1;
      background: url(../img/parts/mvLyt/btn_prev.png) no-repeat;
      background-size: 16px 16px; }
    /* line 1122, common.scss */
    #mvLyt .slick-next {
      right: 5px;
      z-index: 1;
      background: url(../img/parts/mvLyt/btn_next.png) no-repeat;
      background-size: 16px 16px; }
    /* line 1128, common.scss */
    #mvLyt .slick-prev:before,
    #mvLyt .slick-next:before {
      font-size: 0px; }
    /* line 1132, common.scss */
    #mvLyt .slick-dots {
      bottom: -19px; }
      /* line 1134, common.scss */
      #mvLyt .slick-dots li {
        width: 9px;
        height: 9px;
        margin-left: 9px; }
        /* line 1138, common.scss */
        #mvLyt .slick-dots li button {
          width: 9px;
          height: 9px;
          box-sizing: border-box; }
          /* line 1142, common.scss */
          #mvLyt .slick-dots li button:before {
            width: 9px;
            height: 9px;
            font-size: 9px; }
        /* line 1148, common.scss */
        #mvLyt .slick-dots li:first-child {
          margin-left: 0; }
      /* line 1154, common.scss */
      #mvLyt .slick-dots .slick-active button:before {
        color: #423a31 !important; }

  /* line 1165, common.scss */
  main .ttl_lower_h2 {
    width: 100%;
    height: 64px; }
    /* line 1168, common.scss */
    main .ttl_lower_h2 span {
      font-size: 22px;
      line-height: 1.6; }
  /* line 1173, common.scss */
  main .ttl_lower_h3 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 25px; }
    /* line 1177, common.scss */
    main .ttl_lower_h3 span {
      padding: 0 50px; }
  /* line 1183, common.scss */
  main section {
    padding-top: 30px;
    padding-bottom: 40px; }
    /* line 1186, common.scss */
    main section .ttlH2 {
      font-size: 20px;
      line-height: 1.3;
      margin-bottom: 25px; }
    /* line 1191, common.scss */
    main section:last-child {
      padding-bottom: 0px; }

  /*aboutTopLyt*/
  /* line 1198, common.scss */
  .aboutTopLyt {
    width: calc(100% - 30px);
    padding: 15px;
    margin: 0 auto 30px; }
    /* line 1202, common.scss */
    .aboutTopLyt h4 {
      font-size: 16px;
      margin-bottom: 15px;
      text-align: center; }
    /* line 1207, common.scss */
    .aboutTopLyt div {
      font-size: 15px;
      font-weight: bold;
      padding-top: 15px; }

  /*service3Lyt*/
  /* line 1215, common.scss */
  .service3Lyt ul {
    margin-bottom: 0px; }
    /* line 1217, common.scss */
    .service3Lyt ul li {
      width: 100%;
      margin-bottom: 30px; }
      /* line 1220, common.scss */
      .service3Lyt ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 15px; }
      /* line 1225, common.scss */
      .service3Lyt ul li h6 {
        font-size: 16px; }

  /*serviceLyt*/
  /* line 1232, common.scss */
  .serviceLyt {
    width: 100%;
    padding-top: 0px; }
    /* line 1235, common.scss */
    .serviceLyt h3 {
      width: 100%;
      font-size: 18px; }
      /* line 1238, common.scss */
      .serviceLyt h3 span {
        padding: 0 50px; }
    /* line 1243, common.scss */
    .serviceLyt > ul > li {
      padding: 20px 0;
      border-bottom: none; }
      /* line 1246, common.scss */
      .serviceLyt > ul > li ul {
        width: 100%; }
        /* line 1248, common.scss */
        .serviceLyt > ul > li ul li {
          width: 100%; }
          /* line 1250, common.scss */
          .serviceLyt > ul > li ul li img {
            width: 100%;
            height: auto; }
          /* line 1254, common.scss */
          .serviceLyt > ul > li ul li > div {
            width: calc( 100% - 20px );
            padding: 15px;
            top: -20px;
            left: 50%;
            margin-left: calc( ( 100% - 20px ) / -2 );
            margin-bottom: 0px; }
            /* line 1261, common.scss */
            .serviceLyt > ul > li ul li > div div {
              width: 100%;
              padding-left: 15px;
              border-left: 1px solid #333;
              box-sizing: border-box; }
              /* line 1266, common.scss */
              .serviceLyt > ul > li ul li > div div h4 {
                font-size: 16px;
                padding: 5px 0 15px; }
              /* line 1270, common.scss */
              .serviceLyt > ul > li ul li > div div p {
                padding-bottom: 5px; }
          /* line 1275, common.scss */
          .serviceLyt > ul > li ul li:first-child {
            width: 100%; }
      /* line 1282, common.scss */
      .serviceLyt > ul > li:nth-of-type(even) ul li {
        order: 2; }
        /* line 1284, common.scss */
        .serviceLyt > ul > li:nth-of-type(even) ul li > div {
          left: 50%; }
        /* line 1287, common.scss */
        .serviceLyt > ul > li:nth-of-type(even) ul li:first-child {
          order: 2; }

  /*contact3clm*/
  /* line 1298, common.scss */
  .contact3clm {
    margin-top: 40px; }
    /* line 1301, common.scss */
    .contact3clm ul li {
      width: 100%;
      height: auto;
      padding-bottom: 30px;
      margin-bottom: 45px;
      padding-top: 30px; }
      /* line 1307, common.scss */
      .contact3clm ul li h3 {
        width: 80%;
        height: 44px;
        font-size: 18px;
        top: -15px;
        left: 50%;
        margin-left: -40%; }
    /* line 1317, common.scss */
    .contact3clm ul .tel svg {
      margin: 0 0 10px; }
    /* line 1320, common.scss */
    .contact3clm ul .tel div {
      font-size: 28px;
      margin-bottom: 10px; }
    /* line 1326, common.scss */
    .contact3clm ul .fax svg {
      margin: 0 0 10px; }
    /* line 1329, common.scss */
    .contact3clm ul .fax div {
      line-height: 1;
      font-size: 28px;
      margin-bottom: 10px; }
    /* line 1336, common.scss */
    .contact3clm ul .mail svg {
      margin: 0 0 10px; }
    /* line 1339, common.scss */
    .contact3clm ul .mail div {
      width: 80%;
      height: 60px;
      margin: 0 auto; }

  /* line 1348, common.scss */
  　
  .tblLytWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px; }

  /* line 1357, common.scss */
  .tblLyt {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 15px; }
    /* line 1362, common.scss */
    .tblLyt table {
      width: 100%; }
      /* line 1365, common.scss */
      .tblLyt table tr th {
        width: 35%;
        padding: 10px; }
      /* line 1369, common.scss */
      .tblLyt table tr td {
        width: 65%;
        padding: 10px; }

  /*-------------------------------------------------------------
  footer
  -------------------------------------------------------------*/
  /* line 1381, common.scss */
  footer #copy {
    font-size: 10px; }

  /* line 1385, common.scss */
  #pagetop {
    bottom: 5px;
    right: 15px; } }
