@charset 'UTF-8';
#header .ttlVacuum {
  width: 302px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
}
.footer {
  background: #fff !important;
}
.section {
  padding: 70px 0;
  /* letter-spacing: .15em; */
}
.inner {
  max-width: 1140px;
  margin: auto;
}
.bold {
  font-weight: bold;
}
.pt0 {
  padding-top: 0;
}
.font-blue {
  color: #3a64a0;
}
.btn-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #999;
  text-decoration: none;
  height: 72px;
  margin-top: 20px;
  padding: 0 30px 0 10px;
  font-size: 16px;
}
.btn-contact span {
  position: relative;
  padding-left: 30px;
}
.btn-contact span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background-position: center right;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-image: url(../../common/images/icon-mail_bk.png);
}
.ttl-vacuum {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 20px;
}
.ttl-vacuum:before, .ttl-vacuum:after {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 42%;
}
.ttl-vacuum:before {
  background: #000;
  top: 8%;
}
.ttl-vacuum:after {
  top: 50%;
  background: #e7280f;
}
.section h3 {
  padding: 20px 0px 4px;
  font-size: 1.6rem;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7280f;
}
#tmp4404 #main, #dsf #main {
  max-width: 880px;
  margin: 0 auto 80px;
}
#tmp4404 .section, #dsf .section {
  padding: 10px 0;
}
.list-sec > li {
  margin-bottom: 20px;
}
.list-sec li p {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
}
.list-sec li p:before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #000;
}
.list-sec li p span {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: normal;
}
.list-sec li > ul {
  margin-left: 15px;
}
.list-sec li > ul li {
  font-size: 14px;
  margin-bottom: 5px;
}
.wrap-tbl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #e6ebee;
}
.wrap-tbl th, .wrap-tbl td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.wrap-tbl th:last-child, .wrap-tbl td:last-child {
  border-right: none;
}
.wrap-tbl th {
  background: #93a6b1;
  color: #fff;
  text-align: center;
}
.wrap-tbl td.bg-wh {
  background: #fff;
}
.txt-caption {
  margin-top: 20px;
}
.txt-caption dl {
  font-size: 12px;
}
.txt-caption dl dt {
  margin-bottom: 5px;
}
.txt-caption dl dd {
  line-height: 1.6;
}
.txt-caption .notice {
  font-size: 12px;
  margin-top: 10px;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
#dsf .wrap-ability .attention {
  font-size: 12px;
  margin-top: 10px;
  margin-left: 2.2em;
  text-indent: -1.2em;
}
.wrap-contact ul {
  margin-top: 60px;
}
.wrap-contact ul li {
  margin-bottom: 16px;
}
.wrap-contact ul li:last-child {
  margin-right: 0;
}
.wrap-contact ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #999;
  text-decoration: none;
  height: 72px;
  padding: 0 30px 0 10px;
  font-size: 16px;
}
.wrap-contact ul li a span {
  position: relative;
  padding-left: 30px;
}
.wrap-contact ul li a span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background-position: center right;
  background-size: 25px auto;
  background-repeat: no-repeat;
}
.wrap-contact ul li:nth-child(1) a span:before {
  background-image: url("../../common/images/icon-mail_bk.png");
}
.wrap-contact ul li:nth-child(2) a span:before {
  background-image: url("../../common/images/icon-calc_bk.png");
}
/*! TMP-V4404LMW
------------------------------------------------- */
#tmp4404 #mv-ttl {
  background-image: url("../../files/images/bg-ttl.png");
}
#tmp4404 #mv-ttl {
  margin: 80px 0 60px;
  height: 360px;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#tmp4404 #mv-ttl .inner {
  height: 360px;
  max-width: 1240px;
  margin: auto;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#tmp4404 #mv-ttl .inner .wrap-ttl {
  color: #fff;
  letter-spacing: .05em;
  margin-left: 20px;
}
#tmp4404 #mv-ttl .inner .wrap-ttl h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 20px;
  background: rgba(0, 0, 0, .5);
}
#tmp4404 #mv-ttl .inner .wrap-ttl p {
  margin-left: 20px;
}
#tmp4404 #mv-ttl .inner .wrap-ttl p span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background: #e7280f;
  padding: 5px 20px;
}
#tmp4404 #canvasParent {
  background: #000;
  text-align: center;
  margin-bottom: 20px;
}
#tmp4404 .list-main li {
  margin-bottom: 15px;
  background: #f5f7f7;
}
#tmp4404 .list-main li dl dt {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#tmp4404 .list-main li dl dt .wrapPer {
  position: relative;
  padding-right: 20px;
}
#tmp4404 .list-main li dl dt .wrapPer:after {
  position: absolute;
  content: "";
  right: 0;
  top: -2px;
  width: 16px;
  height: 20px;
  background-image: url(../../common/images/icon-down.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
#tmp4404 .list-main li dl dt .wrapPer > span {
  font-size: 24px;
}
#tmp4404 .list-main li dl dt:before, #tmp4404 .list-main li dl dt:after {
  position: absolute;
  content: "";
}
#tmp4404 .list-main li:nth-child(1) dl dt {
  background: #28a838;
}
#tmp4404 .list-main li:nth-child(2) dl dt {
  background: #fabd00;
  line-height: 1.4;
}
#tmp4404 .list-main li:nth-child(3) dl dt {
  background: #00a6d9;
  line-height: 1.4;
}
/*! DSF
------------------------------------------------- */
#dsf #mv-ttl {
  background-image: url("../../files/images/dsf/bg-ttl.png");
}
#dsf #mv-ttl {
  margin: 80px 0 60px;
  height: 360px;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#dsf #mv-ttl .inner {
  position: relative;
  height: 360px;
  max-width: 1240px;
  margin: auto;
  background-position: center left;
  background-size: auto 450px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#dsf #mv-ttl .inner .wrap-ttl {
  position: absolute;
  right: 0;
  color: #fff;
  letter-spacing: .05em;
  margin-left: 20px;
}
#dsf #mv-ttl .inner .wrap-ttl h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 20px 5px 0;
  color: #fff;
}
#dsf #mv-ttl .inner .wrap-ttl p span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background: #3a64a0;
  padding: 5px 20px;
}
#dsf #container {
  background-image: url("../../files/images/dsf/bg-dsf.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#dsf #main {
  background: rgba(255, 255, 255, .8);
  max-width: 1080px;
  padding: 0 50px 80px;
  box-sizing: border-box;
  margin: 0 auto;
}
#dsf #sec02 {
  margin-top: -80px;
  padding-top: 80px;
}
#dsf .wrap-ability {
  padding: 30px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #5387c6;
}
#dsf .wrap-ability:last-child {
  border-bottom: none;
}
#dsf .wrap-ability h3 {
  border: none;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
  color: #5387c6;
  font-weight: bold;
  letter-spacing: 0em;
}
#dsf .wrap-box {
  padding: 30px 10px;
  border-bottom: 1px solid #5387c6;
}
#dsf .wrap-box h3 {
  border: none;
  background: #5387c6;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 15px;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
}
#dsf .wrap-box .box-inner ul, #dsf .wrap-box .box-inner p {
  padding: 0 10px;
}
#dsf .wrap-ability h3:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #5387c6;
}
#dsf .wrap-ability .wrap-txt ul {
  margin-top: 10px;
}
#dsf .wrap-ability ul li {
  margin-left: .8em;
  text-indent: -.8em;
}
#dsf .wrap-ability table {
  width: 100%;
  margin: 20px auto 10px;
  text-align: center;
  line-height: 1.5;
}
#dsf .wrap-ability table .w18 {
  width: 18%;
  min-width: 100px;
}
#dsf .wrap-ability table .w22 {
  width: 22%;
  min-width: 130px;
}
#dsf .wrap-ability table .w30 {
  width: 30%;
  min-width: 160px;
}
#dsf .wrap-ability table .w35 {
  width: 35%;
  min-width: 200px;
}
#dsf .wrap-ability table th {
  font-weight: bold;
}
#dsf .wrap-ability table th, #dsf .wrap-ability table td {
  vertical-align: middle;
  padding: 12px 0;
}
#dsf .wrap-ability sup {
  font-size: 10px;
  vertical-align: top;
}
#dsf .wrap-ability sub {
  font-size: 10px;
}
#dsf .wrap-ability img {
  display: block;
  margin: 0 auto 25px;
}
#dsf .wrap-access {
  padding: 40px 50px;
  margin-top: 30px;
  background: #fff;
  border: 1px solid #ccc;
}
#dsf .wrap-access h4 {
  border-left: 1px solid #ff0000;
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 15px;
}
#dsf .wrap-access h4 span {
  font-size: 14px;
  padding-left: 5px;
}
#dsf .wrap-access .wrap-txt dl dt {
  margin-bottom: 10px;
}
#dsf .wrap-access .wrap-txt dl dt a {
  color: #1a73e8;
  font-size: 16px;
}
#dsf .wrap-access .wrap-img {
  max-width: 300px;
}
#dsf .wrap-contact ul li:nth-child(2) a {
  background: #000;
  color: #fff;
}
#dsf .wrap-contact ul li:nth-child(2) a span:before {
  background: none;
}
.wrap-contact ul li a, #sec02 .btn-contact {
  background: #fff;
}
@media only screen and (max-width:749px) {
  .spNone {
    display: none !important;
  }
  .btn-contact {
    height: 60px;
    font-size: 14px;
  }
  .btn-contact span:before {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
  #tmp4404 #main, #dsf #main {
    padding: 0 20px;
  }
  #header .ttlVacuum {
    height: inherit;
    width: 100%;
    top: 60px;
    bottom: inherit;
    text-align: center;
  }
  #header .ttlVacuum a {
    top: 60px;
    display: block;
    padding: 8px 15px;
    background: #fff;
    margin: auto;
  }
  #header .ttlVacuum a img {
    width: 250px;
  }
  #tmp4404 #main {
    margin: 0 auto 60px;
  }
  #mv-ttl .inner .wrap-ttl {
    margin-left: 0;
  }
  #tmp4404 #mv-ttl .inner .wrap-ttl h1 {
    font-size: 20px;
  }
  #mv-ttl .inner .wrap-ttl p {
    margin-left: 0;
  }
  #mv-ttl .inner .wrap-ttl p span {
    font-size: 13px;
    padding: 5px 20px;
  }
  .ttl-vacuum {
    font-size: 20px;
  }
  .ttl-vacuum:before, .ttl-vacuum:after {
    height: 44%;
  }
  .ttl-vacuum:before {
    top: 6%;
  }
  #canvasParent iframe {
    max-width: 90%;
    height: 300px;
  }
  .section h3 {
    font-size: 20px;
  }
  .list-sec li p {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .list-sec li p:before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
  .list-sec li p span {
    font-size: 12px;
  }
  .list-sec li > ul li {
    font-size: 13px;
  }
  .wrap-contact ul li {
    margin-bottom: 10px;
  }
  .wrap-contact ul li a {
    height: 60px;
    font-size: 14px;
  }
  .wrap-contact ul li a span:before {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
  /*! TMP-V4404LMW
------------------------------------------------- */
  #tmp4404 #mv-ttl {
    margin: 90px 0 40px;
    height: 280px;
  }
  #tmp4404 #mv-ttl .inner {
    height: 280px;
    width: 100%;
    margin: auto;
    background-size: cover;
    background-position: left center;
    background-image: url("../../files/images/mvV4404_sp.png");
  }
  #tmp4404 .list-main li dl dt {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 10px 5px;
    font-size: 14px;
  }
  #tmp4404 .list-main li dl dd {
    padding: 0 20px 30px;
  }
  #tmp4404 .list-main li dl dd .icon-ftr {
    text-align: center;
    margin: 30px 0 15px;
  }
  #tmp4404 .list-main li dl dd .icon-ftr img {
    margin: 0 5px;
    width: 41px
  }
  #tmp4404 .list-main li dl dt:before, #tmp4404 .list-main li dl dt:after {
    left: 0;
    height: 15px;
    width: 100%;
  }
  #tmp4404 .list-main li dl dt:after {
    bottom: -15px;
  }
  #tmp4404 .list-main li:nth-child(1) dl dt:after {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #28a838 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #28a838 50.5%) no-repeat top right/50% 100%;
  }
  #tmp4404 .list-main li:nth-child(2) dl dt:after {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fabd00 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fabd00 50.5%) no-repeat top right/50% 100%;
  }
  #tmp4404 .list-main li:nth-child(3) dl dt:after {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #00a6d9 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #00a6d9 50.5%) no-repeat top right/50% 100%;
  }
  /*! DSF
------------------------------------------------- */
  #dsf #mv-ttl {
    margin: 90px 0 40px;
    height: 280px;
  }
  #dsf #mv-ttl .inner {
    background-image: url("../../files/images/dsf/dsf_sp.png");
    height: 280px;
    width: 100%;
    margin: auto;
    background-size: cover;
    background-position: left center;
  }
  #dsf #mv-ttl .inner .wrap-ttl h1 {
    padding: 5px 20px;
    background: rgba(0, 0, 0, .5);
  }
  #dsf #main {
    padding-bottom: 50px;
  }
  #dsf .wrap-img {
    margin-bottom: 20px;
  }
  #dsf .wrap-box .box-inner:first-child {
    padding-bottom: 30px;
  }
  #dsf .wrap-access {
    padding: 30px;
  }
  #dsf .wrap-access h4 span {
    display: block;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width:750px) {
  .pcNone {
    display: none !important;
  }
  .section h3 {
    font-size: 26px;
  }
  .wrap-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    justify-content: center;
  }
  .wrap-contact ul li {
    margin-bottom: 16px;
    margin-right: 15px;
    width: 33.333333%;
  }
  /*! TMP-V4404LMW
------------------------------------------------- */
  #tmp4404 #mv-ttl .inner {
    background-image: url("../../files/images/mvV4404.png");
  }
  #tmp4404 #canvasParent iframe {
    width: 520px;
    height: 520px;
  }
  #tmp4404 .list-main li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #tmp4404 .list-main li dl dt {
    width: 210px;
    border-right: 5px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  #tmp4404 .list-main li dl dt:before, #tmp4404 .list-main li dl dt:after {
    top: 0;
    height: 100%;
    width: 20px;
  }
  #tmp4404 .list-main li dl dt:before {
    right: -25px;
    border-left: 20px solid #fff;
  }
  #tmp4404 .list-main li dl dt:after {
    right: -20px;
  }
  #tmp4404 .list-main li:nth-child(1) dl dt, #tmp4404 .list-main li:nth-child(1) dl dd {
    height: 132px;
  }
  #tmp4404 .list-main li:nth-child(1) dl dt:after {
    border-left: 20px solid #28a838;
    border-top: 66px solid transparent;
    border-bottom: 66px solid transparent;
  }
  #tmp4404 .list-main li:nth-child(1) dl dt:before {
    border-top: 66px solid transparent;
    border-bottom: 66px solid transparent;
  }
  /* #tmp4404 .list-main li:nth-child(2) dl dt, .list-main li:nth-child(2) dl dd {
    height: 106px;
  }
  #tmp4404 .list-main li:nth-child(2) dl dt:after {
    border-left: 20px solid #fabd00;
    border-top: 53px solid transparent;
    border-bottom: 53px solid transparent;
  }
  #tmp4404 .list-main li:nth-child(2) dl dt:before {
    border-top: 53px solid transparent;
    border-bottom: 53px solid transparent;
  } */
  #tmp4404 .list-main li:nth-child(2) dl dt, .list-main li:nth-child(2) dl dd {
    height: 132px;
  }
  #tmp4404 .list-main li:nth-child(2) dl dt:after {
    border-left: 20px solid #fabd00;
    border-top: 66px solid transparent;
    border-bottom: 66px solid transparent;
  }
  #tmp4404 .list-main li:nth-child(2) dl dt:before {
    border-top: 66px solid transparent;
    border-bottom: 66px solid transparent;
  }

  /* #tmp4404 .list-main li:nth-child(3) dl dt, #tmp4404 .list-main li:nth-child(3) dl dd {
    height: 106px;
  }
  #tmp4404 .list-main li:nth-child(3) dl dt:after {
    border-left: 20px solid #00a6d9;
    border-top: 53px solid transparent;
    border-bottom: 53px solid transparent;
  }
  #tmp4404 .list-main li:nth-child(3) dl dt:before {
    border-top: 53px solid transparent;
    border-bottom: 53px solid transparent;
  } */

  #tmp4404 .list-main li:nth-child(3) dl dt, #tmp4404 .list-main li:nth-child(3) dl dd {
    height: 132px;
  }
  #tmp4404 .list-main li:nth-child(3) dl dt:after {
    border-left: 20px solid #00a6d9;
    border-top: 66px solid transparent;
    border-bottom: 66px solid transparent;
  }
  #tmp4404 .list-main li:nth-child(3) dl dt:before {
    border-top: 66px solid transparent;
    border-bottom: 66px solid transparent;
  }

  #tmp4404 .list-main li dl dd {
    width: calc(100% - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 20px 40px;
    box-sizing: border-box;
  }
  #tmp4404 .list-main li dl dd .icon-ftr {
    width: 41px;
  }
  #tmp4404 .list-main li dl dd .icon-ftr img:nth-child(2) {
    display: block;
    margin-top: 10px;
  }
  #tmp4404 .list-main li dl dd p {
    width: calc(100% - 41px);
    padding-left: 25px;
    font-size: 15px;
  }
  #tmp4404 .list-main li dl dd p span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #tmp4404 .list-main li dl dd p span small {
    font-size: 15px;
    font-weight: normal;
    margin-left: 5px;
  }
  /*! DSF
------------------------------------------------- */
  #dsf #mv-ttl .inner {
    background-image: url("../../files/images/dsf/dsf.png");
    background-size: auto 500px;
  }
  #dsf .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dsf .flex-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #dsf .wrap-ability {
    padding: 40px 10px;
  }
  #dsf .wrap-ability h3 {
    font-size: 24px;
    padding: 0 0 0 28px;
  }
  #dsf .wrap-ability h3:before {
    width: 20px;
    height: 20px;
  }
  #dsf .wrap-box {
    padding: 40px 10px;
  }
  #dsf .wrap-box .box-inner {
    width: 48%;
  }
  #dsf .wrap-box .box-inner:first-child {
    margin-right: 4%;
  }
  #dsf .wrap-ability .flex > img, #dsf .wrap-ability .js-scrollable {
    width: 550px;
  }
  #dsf .wrap-ability.box3 .js-scrollable {
    width: 650px !important;
  }
  #dsf .wrap-ability.box4 .txt-caption, #dsf .wrap-ability.box4 .wrap-txt {
    width: 48.5%;
  }
  #dsf .wrap-ability.box4 .wrap-txt {
    margin-right: 3%;
    letter-spacing: .1em;
  }
  #dsf .wrap-ability.box4 .txt-caption .notice {
    margin: 10px 0 0 30px;
    letter-spacing: .1em;
    font-size: 13px;
  }
  #dsf .wrap-ability .attention {
    letter-spacing: .1em;
    font-size: 13px;
    margin-top: 10px;
  }
  #dsf .wrap-ability .flex > img {
    margin: 20px 0 0;
  }
  #dsf .wrap-ability table th, #dsf .wrap-ability table td {
    letter-spacing: .1em;
    font-size: 15px;
  }
  #dsf .wrap-ability .txt-caption {
    width: calc(100% - 580px);
    margin-top: 0;
    margin-left: 30px;
    display: table;
    letter-spacing: 0;
    padding-bottom: 5px;
  }
  #dsf .wrap-ability .txt-caption .caption-inner {
    display: table-cell;
    vertical-align: bottom;
  }
  #dsf .flex-half {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #dsf .flex-half > div {
    width: 47.5%;
  }
  #dsf #sec02 h3, #dsf #sec04 h3 {
    margin-bottom: 35px;
  }
  #sec02 .btn-contact {
    margin-top: 50px;
    font-size: 15px;
    width: 280px;
    height: 58px;
  }
  #dsf .wrap-contact ul li {
    width: 50%;
  }
  #dsf .wrap-contact ul li a {
    -webkit-transition: ease .3s;
    transition: ease .3s;
  }
  #dsf .wrap-contact ul li:last-child a:hover {
    background: #ff0000;
    border: 1px solid #ff0000;
  }
}
/*! 固定サイドナビ
------------------------------------------------- */
.page-top-area {
  padding-bottom: 35px;
}
.page-top-area .icon {
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.page-top-area.on {
  bottom: 86px;
  position: fixed;
  opacity: 0.8;
}
.icon-arrow-page-top {
  width: 31px;
  height: 17px;
  background-image: url("../../common/images/pagetop.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 31px 17px;
}
.inquiriesNav {
  z-index: 5;
  position: fixed;
  right: 20px;
  top: 50%;
  padding-left: 5px;
  opacity: 0;
}
.inquiriesNav.on {
  opacity: 1;
}
.inquiriesNav a {
  text-decoration: none;
  padding-left: 3px;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
}
.inquiriesNav:hover {
  opacity: 0.7;
}
.inquiriesNav i {
  display: block;
  width: 42px;
  height: 27px;
  background-image: url("../../common/images/icon-mail2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 42px 27px;
}
.inquiriesNav p {
  font-size: 13px;
  margin-top: 2px;
  margin-left: 0px;
}
@media all and (max-width: 749px) {
  .page-top-area, .inquiriesNav {
    display: none;
  }
}
@media all and (min-width: 750px) {
  .icon-arrow-page-top {
    width: 55px;
    height: 54px;
    background-size: 55px 54px;
  }
  .page-top-area.on {
    bottom: 90px;
    opacity: 1;
  }
  .page-top-area .icon:hover {
    text-decoration: inherit;
    opacity: 0.7;
  }
  .page-top-area {
    transition: opacity 0.2s linear;
    right: 20px;
    bottom: 90px;
    padding-bottom: 0px;
    position: fixed;
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
  }
  .page-top-area.on {
    bottom: 90px;
    position: fixed;
    opacity: 1;
  }
  .page-top-area.on .icon {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .page-top-area.on .icon:hover {
    text-decoration: inherit;
    opacity: 0.7;
  }
}
@media all and (min-width: 1400px) {
  .inquiriesNav {
    right: auto;
    left: 50%;
    margin-left: 550px;
  }
  .page-top-area {
    right: auto;
    left: 50%;
    margin-left: 570px;
  }
}

/* 2022.06.22ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
  .f-13p {
    font-size: 13px;
  }

@media all and (min-width: 750px) {
  .li-h120p {
    line-height: 120%;
  }
}
