@charset 'UTF-8';

.inner,
.innerPC {
  text-align: left
}

#nmlContent .head .flow li,
#quick .btnContact input,
.btnContact input,
.checkbox,
.confirm table,
.fmselect {
  box-sizing: border-box
}

html {
  margin-top: 0 !important
}

body {
  background: #f6f6f6
}

@media screen and (min-width:751px) {

  body,
  html {
    height: 100%
  }

  body {
    height: auto !important;
    min-height: 100%
  }

  .forPC {
    display: block
  }

  .forSP {
    display: none
  }

  .pcOnly {
    display: block
  }

  .spOnly {
    display: none
  }
}

#quick .fmselect option,
.confirm td {
  min-height: 1em
}

@media screen and (max-width:750px) {

  body,
  html {
    height: auto
  }

  .forPC {
    display: none
  }

  .forSP {
    display: block
  }

  .pcOnly {
    display: none
  }

  .spOnly {
    display: block
  }
}

.show {
  display: block
}

.hide {
  display: none
}

.nowrap {
  white-space: nowrap
}

@media screen and (max-width:750px) {
  .nowrap {
    display: block;
    white-space: normal
  }
}

a:hover img.alpha {
  zoom: 1;
  cursor: pointer;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  -moz-opacity: .8;
  -khtml-opacity: .8
}

.inner {
  overflow: hidden;
  margin: 0 4%
}

.innerPC {
  margin: 0
}

#loader,
#nmlContent .head h1 {
  text-align: center
}

@media screen and (min-width:751px) {

  .inner,
  .innerPC {
    margin: 0 20px
  }

  .imgHov {
    overflow: hidden;
    cursor: pointer
  }

  .imgHov img {
    transition: all .2s ease-out
  }

  .imgHov:hover img {
    transform: scale(1.1)
  }
}

@media screen and (min-width:1260px) {

  .inner,
  .innerPC {
    width: 1200px;
    margin: 0 auto
  }
}

.SweepRight:before,
.navLine:before {
  bottom: 0;
  transition-timing-function: ease-out;
  content: ''
}

.SweepRight,
.navLine {
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -moz-osx-font-smoothing: grayscale
}

.navLine {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.navLine:before {
  position: absolute;
  right: 50%;
  left: 50%;
  height: 3px;
  transition-duration: .2s;
  transition-property: left, right;
  background: #0085d0
}

#gNav .navLine:before {
  bottom: 0
}

.active.navLine:before {
  display: none
}

@media screen and (min-width:751px) {

  #gNav .navLine:active:before,
  #gNav .navLine:focus:before,
  #gNav .navLine:hover:before,
  .navLine:active:before,
  .navLine:focus:before,
  .navLine:hover:before {
    right: 0;
    left: 0
  }

  #gNav .navLine.exc:active:before,
  #gNav .navLine.exc:focus:before,
  #gNav .navLine.exc:hover:before {
    right: 50%;
    left: 50%
  }
}

.SweepRight {
  position: relative;
  display: inline-block;
  transition-duration: .3s;
  transition-property: color;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.SweepRight:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  transition-duration: .3s;
  transition-property: transform;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: #fa666c
}

#loader,
#loader-bg {
  position: fixed;
  display: none
}

.SweepRight.yellow:before {
  background: #fce63f
}

.SweepRight:active,
.SweepRight:focus,
.SweepRight:hover {
  color: #fff
}

.SweepRight:focus:before,
.SweepRight:hover:before,
.hSweepRight:active:before {
  transform: scaleX(1)
}

#loader-bg {
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff
}

#loader {
  z-index: 1001;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  color: #2954ab
}

#loader p {
  display: none;
  margin-top: 10px
}

#loader img {
  display: none;
  width: 36px;
  height: 36px
}

@media screen and (min-width:751px) {
  #loader img {
    width: 64px;
    height: 64px
  }
}

#siteHead {
  width: 100%;
  background: #fff
}

#siteHead .wrap {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto
}

#siteFoot #fNav,
#siteFoot .main {
  margin-bottom: 2em
}

#siteFoot #fNav {
  display: flex;
}
@media screen and (max-width:767px) {
  #siteFoot #fNav {
    flex-direction: column;
    margin-bottom: 0;
  } 
}
#siteFoot #fNav ul{
  margin-left: 80px;
}
@media screen and (max-width:767px) {
  #siteFoot #fNav ul{
    margin: 0 0 28px 0;
  }
}

#ciLogo {
  width: 46.66%;
  max-width: 350px;
  padding: 3.3333% 0 3.2% 4%
}

#ciLogo img {
  display: block
}

#siteHead .body {
  border-bottom: solid 1px #ebebeb
}

#siteHead .body .catch,
#siteHead .body .tel {
  display: none
}

@media screen and (min-width:751px) {
  #siteHead .innerPC {
    position: relative
  }

  #ciLogo {
    width: 350px;
    max-width: none;
    padding: 15px 0 50px 17px;
    transition: all .3s
  }

  #siteHead .body .catch {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6666;
    position: absolute;
    top: 20px;
    left: 400px;
    display: inline-block;
    text-align: left
  }

  #siteHead .body .tel {
    position: absolute;
    top: 68px;
    right: 17px;
    display: block;
    transition: all .3s
  }

  #siteHead .body .tel .number,
  #siteHead .body .tel .text {
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    transition: all .3s
  }

  #siteHead .body .tel .number {
    font-family: 'Roboto Condensed';
    font-size: 28px;
    padding-left: 34px;
    vertical-align: middle;
    background: url(../images/icon_free.png) left center no-repeat;
    background-size: 30px auto
  }

  #siteHead .body .tel .text {
    font-size: 14px;
    margin-left: 3px;
    padding: 6px 10px;
    color: #fff;
    border-radius: 26px;
    background: #ca0000
  }
}

@media screen and (max-width: 1400px) {
  #gNav {
    max-width: 100%;
    justify-content: center;
  }

  #gNav .main li {
    width: 110px;
  }
}

@media screen and (max-width: 1360px) {
  #gNav .main li {
    width: 105px;
  }

  #gNav .sub li {
    width: 100px;
  }
}

@media screen and (max-width: 1100px) {
  #gNav .main li {
    width: 95px;
  }

  #gNav .sub li {
    width: 90px;
  }
}

@media screen and (max-width:767px) { 
  #gNav .main li {
    width: 100%;
  }
  #gNav .sub li {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast:none) and (min-width:751px) {
  #siteHead .body .tel .text {
    padding: 7px 10px 4px
  }

  #siteHead .body .tel .text,
  ::-ms-backdrop {
    padding: 7px 10px 4px
  }
}

@media screen and (min-width:841px) {
  #siteHead .body .tel .number {
    font-size: 35px;
    padding-left: 46px;
    background-size: 42px auto
  }
}

@media screen and (min-width:1091px) {
  #ciLogo {
    padding: 15px 0 14px 17px
  }

  #siteHead .body .tel {
    top: 25px;
    right: 30px
  }
}

@media screen and (max-width:767px) {

  #gNav,
  #gNav a {
    font-size: 18px;/* font-size: 4.266vw; */
    color: #222;
  }

  #gNav a,
  #gNav a:hover {
    text-decoration: none
  }

  #gNav {
    line-height: 1;
    position: absolute;
    z-index: -98;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 13.3333%;
    padding: 0;
    transition: all .3s;
    text-align: center;
    opacity: 0;
    background: #fff
  }

  #gNav.open {
    z-index: 98;
    opacity: 1
  }

  #gNav li:first-child {
    margin-top: 0
  }
  @media screen and (max-width:767px) {
    #gNav li {
      display: block;
      width: 100%;
    }
  }


  #gNav a {
    font-weight: 700;
    display: block;
    /* padding: 1.3em 1em;
    border-bottom: solid 1px #ebebeb */
  }

  #gNav .sub a {
    font-size: 3.733vw;
    line-height: 1.357;
    background: #f6f6f6
  }
  @media screen and (max-width:767px) {
    #gNav .sub a {
      font-size: 18px;
    }
  }

  #gNav .sub li a {
    padding: 1.1em 1em
  }
  @media screen and (max-width:767px) {
    #gNav .sub li a {
      padding: 0;
    }
  }

  #gNav .sub li:first-child a {
    padding: .6em 1em
  }
  @media screen and (max-width:767px) {
    #gNav .sub li:first-child a {
      padding: 0;
    }
  }

  #gNav .tel a {
    padding: 0
  }

  #gNav .iroha.phase_1,
  #gNav .products.phase_1,
  #gNav .works.phase_1 {
    font-size: 4.266vw;
    font-weight: 700;
    padding: 1.3em 1em;
    text-decoration: none;
    color: #d3d3d3;
    border-bottom: solid 1px #ebebeb
  }
}

@media screen and (min-width:767px) {

  #gNav .main li,
  #gNav .sub li,
  #gNav li a {
    box-sizing: border-box
  }

  #gNav li a,
  #gNav li a:hover {
    text-decoration: none
  }

  #gNav {
    position: relative;
    max-width: 1366px;
    height: 80px;
    margin: 0 auto;
    border-bottom: solid 1px #ebebeb;
    display: flex;
  }

  #gNav ul {
    /* position: absolute; */
    top: 0;
    letter-spacing: -.4em
  }

  #gNav .main {
    left: 0;
    width: 62.5%
  }

  #gNav .main li:not(:last-child) {
    border-right: solid 1px #ebebeb
  }
  #gNav .main li {
    width: 20%;
  }

  #gNav .sub {
    right: 0;
    width: 37.5%
  }

  #gNav .sub li {
    width: 33.3333%;
    border-left: solid 1px #ebebeb
  }

  #gNav .sub li:first-child {
    border-left: none
  }

  #gNav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    letter-spacing: normal
  }

  #gNav li a {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    display: block;
    height: 80px;
    padding-top: 54px;
    color: #222
  }

  #gNav .sub li a {
    font-size: 10px;
    line-height: 1.38;
    background-size: auto 23px
  }

  #gNav .main li a {
    background-size: auto 28px
  }

  #gNav li.estimate a {
    line-height: 1.2;
    padding-top: 41px
  }

  #gNav li.quick a {
    padding-top: 46px
  }

  #gNav li.contact a {
    padding-top: 54px
  }

  #gNav li.maintenance a {
    background: url(../images/icon_maintenance.png) center 15px no-repeat;
    background-size: 32px 27px
  }

  #gNav li.exchange a {
    background: url(../images/icon_exchange.png) center 19px no-repeat;
    background-size: 28px 20px
  }

  #gNav li.products a {
    background: url(../images/icon_products.png) center 19px no-repeat
  }

  #gNav li.works a {
    background: url(../images/construction.png) center 19px no-repeat
  }
  #gNav li.product a {
    background: url(../images/products.png) center 19px no-repeat
  }
  #gNav li.whatsnew a {
    background: url(../images/whatsnew.png) center 19px no-repeat
  }

  #gNav li.oshiharai a {
    background: url(../images/icon_oshiharai.png) center 19px no-repeat;
    background-size: 26px 20px
  }

  #gNav li.inquiry a {
    font-size: 10px;
    line-height: 1.2;
    padding-top: 48px;
    background: url(../images/icon_inquiry.png) center 17px no-repeat;
    background-size: 30px 24px
  }

  #gNav li.iroha a {
    background: url(../images/icon_iroha.svg) center 15px no-repeat
  }

  #gNav li.estimate a {
    background: url(../images/icon_estimate.png) center 15px no-repeat;
    background-size: 28px 28px
  }

  #gNav li.quick a {
    background: url(../images/icon_quick.png) center 15px no-repeat;
    background-size: 24px 27px
  }

  #gNav li.contact a {
    background: url(../images/icon_contact.png) center 21px no-repeat;
    background-size: 25px 17px
  }

  #gNav .tel {
    display: none
  }

  #gNav .iroha.phase_1,
  #gNav .products.phase_1,
  #gNav .works.phase_1 {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    height: 80px;
    padding-top: 54px;
    text-decoration: none;
    color: #d3d3d3
  }

  #gNav li.products.phase_1 {
    background: url(../images/icon_products_p1.svg) center 15px no-repeat;
    background-size: auto 28px
  }

  #gNav li.works.phase_1 {
    background: url(../images/icon_works_p1.svg) center 15px no-repeat;
    background-size: auto 28px
  }

  #gNav li.iroha.phase_1 {
    background: url(../images/icon_iroha_p1.svg) center 15px no-repeat;
    background-size: auto 28px
  }

  #menuBtn {
    display: none
  }
}

#menuBtn::after,
#nav-icon span {
  position: absolute;
  display: block
}

@media screen and (min-width:1001px) {

  #gNav .main,
  #gNav .sub {
    width: auto
  }

  #gNav .iroha.phase_1,
  #gNav .products.phase_1,
  #gNav .works.phase_1,
  #gNav li a {
    font-size: 14px
  }

  #gNav .main li {
    width: 130px
  }

  #gNav .sub li {
    width: 110px
  }

  #gNav .sub li:first-child {
    border-left: solid 1px #ebebeb
  }

  #gNav li.estimate a {
    padding-top: 48px
  }

  #gNav li.contact a,
  #gNav li.quick a {
    padding-top: 54px
  }
}

#menuBtn::after,
#nav-icon {
  width: 100%;
  padding-top: 100%
}

#menuBtn {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  width: 13.3333%;
  height: auto;
  background: 0 0
}

#menuBtn::after {
  top: 0;
  left: 0;
  content: '';
  background: #222
}

#nav-icon span,
#nav-icon.open span {
  background: #fff
}

#nav-icon {
  position: relative;
  z-index: 55;
  transition: .5s ease-in-out;
  transform: rotate(0)
}

#nav-icon span {
  right: 34%;
  width: 32%;
  height: 4%;
  transition: .25s ease-in-out;
  transform: rotate(0);
  opacity: 1;
  border-radius: 0
}

#nav-icon span:nth-child(1) {
  top: 38%
}

#nav-icon span:nth-child(2) {
  top: 48%
}

#nav-icon span:nth-child(3) {
  top: 58%
}

#nav-icon.open span:nth-child(1) {
  top: 38%;
  right: 50%;
  width: 0
}

#nav-icon.open span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg)
}

#nav-icon.open span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg)
}

#breadcrumb {
  display: none
}

@media screen and (min-width:751px) {
  #breadcrumb {
    display: block;
    padding-top: 26px
  }

  #breadcrumb ul {
    letter-spacing: -.4em
  }

  #breadcrumb li {
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    letter-spacing: normal
  }

  #breadcrumb li::before {
    padding: 0 .2em;
    content: '＞'
  }

  #breadcrumb li:first-child::before {
    padding: 0;
    content: ''
  }
}

#nmlContent .head .flow li.noArr::before,
#nmlContent .head .flow li:first-child::before,
#nmlContent .head .flow li:last-child::after {
  display: none
}

#nmlContent .head {
  margin-top: 4vw;
  padding-top: 2.666vw;
  border-top: solid 4px #0085d0
}

@media screen and (min-width:751px) {
  #nmlContent .head {
    margin-top: 26px;
    padding-top: 30px;
    border-top: solid 6px #0085d0
  }

  #nmlContent .head h1 {
    text-align: left
  }
}

#nmlContent .head .flow li::after,
#nmlContent .head .flow li::before {
  border-top: 4.6vw solid transparent;
  border-bottom: 4.6vw solid transparent;
  top: 0;
  content: ''
}

#nmlContent .head .flow {
  overflow: hidden;
  margin-top: 5.333vw
}

#nmlContent .head .flow li {
  font-size: 2.933vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
  float: left;
  width: 31.333%;
  margin-right: 2%;
  padding: 1em 0;
  text-align: center;
  background: #fff
}

#nmlContent .head .flow li:first-child {
  width: 33.333%
}

#nmlContent .head .flow li:last-child {
  margin-right: 0;
  width: 33.333%
}

#nmlContent .head .flow li.current {
  width: 33.333%;
  margin-right: 0;
  color: #fff;
  background: #0085d0
}

#nmlContent .head .flow li::after {
  position: absolute;
  z-index: 10;
  right: 0;
  margin-right: -2.8vw;
  border-left: 3vw solid #fff
}

#nmlContent .head .flow li.current::after {
  border-left: 3vw solid #0085d0
}

#nmlContent .head .flow li::before {
  position: absolute;
  z-index: 8;
  left: 0;
  border-left: 3vw solid #f6f6f6
}

#nmlContent .head .flow li:last-child.current,
#nmlContent .head .flow li:last-child.noArr {
  width: 31.333%
}

#nmlContent .head .flow li.fix {
  width: 35.333%;
  margin-right: 0
}

#nmlContent .head .flow li:nth-child(2).fix {
  width: 33.333%
}

@media screen and (min-width:751px) {

  #nmlContent .head .flow li::after,
  #nmlContent .head .flow li::before {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent
  }

  #nmlContent .head .flow {
    margin-top: 30px
  }

  #nmlContent .head .flow li {
    font-size: 20px;
    width: 32.6333%;
    margin-right: .7%;
    padding: .9em 0
  }

  #nmlContent .head .flow li::after {
    margin-right: -40px;
    border-left: 40px solid #fff
  }

  #nmlContent .head .flow li.current::after {
    border-left: 40px solid #0085d0
  }

  #nmlContent .head .flow li::before {
    border-left: 40px solid #f6f6f6
  }

  #nmlContent .head .flow li:last-child.current,
  #nmlContent .head .flow li:last-child.noArr {
    width: 32.6333%
  }

  #nmlContent .head .flow li.fix {
    width: 34.033%
  }
}

#nmlContent .body .contain {
  margin-top: 7.733vw;
  padding: 5.3vw 5.3vw 9.3vw;
  background: #fff
}

#siteFoot,
.comBtn a {
  color: #fff;
  background: #0083d2
}

@media screen and (min-width:751px) {
  #nmlContent .body .contain {
    margin-top: 30px;
    padding: 60px 60px 70px
  }
}

#siteFoot {
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.666;
  position: relative;
  margin-top: 8vw;
  padding: 40px 0
}

#siteFoot .wrapRight,
#siteFoot address,
#siteFoot p {
  font-size: .857em
}

#siteFoot .rights {
  font-size: 10px;
  margin-top: 5em;
  text-align: center;
  margin-bottom: 20px;
}

#siteFoot h2 {
  margin-bottom: .8em
}

#siteFoot .inner {
  overflow: hidden;
  text-align: left
}

#siteFoot a {
  text-decoration: none;
  color: #fff
}

#siteFoot #fNav a {
  text-decoration: underline
}



#siteFoot li {
  margin-bottom: .5em
}

#siteFoot li.phase_1 {
  opacity: .4
}

@media screen and (min-width:767px) {
  #siteFoot {
    font-size: 14px;
    font-weight: 700;
    margin-top: 60px;
    padding: 30px 0 70px
  }

  #siteFoot .column {
    overflow: hidden
  }

  #siteFoot .wrapLeft {
    float: left;
    overflow: hidden
  }

  #siteFoot li {
    margin-bottom: .3em
  }

  #siteFoot .main {
    float: left
  }

  #siteFoot h2 {
    margin-bottom: 1em
  }

  #siteFoot #fNav {
    /* float: left;
    margin-left: 65px */
  }

  #siteFoot #fNav li {
    margin-bottom: .6em
  }

  #siteFoot .wrapRight {
    float: right;
    text-align: right
  }

  #siteFoot .wrapRight .bottom {
    margin-top: 65px
  }

  #siteFoot .wrapRight .bottom ul {
    letter-spacing: -.4em
  }

  #siteFoot .wrapRight .bottom li {
    display: inline-block;
    margin-left: 1.4em;
    letter-spacing: normal
  }

  #siteFoot .rights {
    font-weight: 400;
    margin-top: 0;
    text-align: right
  }

  #siteFoot a:hover {
    text-decoration: underline
  }

  #siteFoot #fNav a:hover {
    text-decoration: none
  }
}

.btnContact input,
.comBtn a {
  text-decoration: none;
  line-height: 1
}

.confirm table {
  width: 100%;
  margin-top: 6vw;
  border-top: solid 1px #ebebeb
}

.confirm td,
.confirm th {
  font-size: 4.266vw;
  display: block;
  text-align: center
}

.confirm th {
  font-weight: 700;
  padding-top: .8em
}

.confirm td {
  padding-bottom: .8em;
  border-bottom: solid 1px #ebebeb
}

.confirm td.comment {
  margin-top: .4em;
  text-align: left
}

@media screen and (min-width:751px) {

  .confirm td,
  .confirm th {
    border-bottom: solid 1px #ebebeb
  }

  .confirm table {
    margin-top: 30px
  }

  .confirm td,
  .confirm th {
    font-size: 16px;
    display: table-cell;
    text-align: left;
    vertical-align: top
  }

  .confirm th {
    width: 27%;
    padding: 1.5em 0
  }

  .confirm td {
    padding: 1.5em 0 1.5em 1em
  }

  .confirm td.comment {
    margin-top: 0
  }
}

#toPageTop,
.btnContact,
.comBtn,
.comBtn a {
  text-align: center
}

.comBtn a {
  font-size: 4.2666vw;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  padding: .7em 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .25)
}

@media screen and (min-width:751px) {
  .comBtn a {
    font-size: 18px;
    width: 57%;
    max-width: 430px;
    padding: 1.2em;
    cursor: pointer;
    transition: all .3s;
    border-radius: 20px
  }

  .comBtn a:hover {
    background: #2b95d5
  }
}

#toPageTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
  margin: -8vw 2vw 0 0;
  background-color: #222
}

#toPageTop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5vw;
  height: 5vw;
  margin: -1.5vw 0 0 -3.3vw;
  content: '';
  transform: rotate(-45deg);
  border-top: 1.6vw solid #fff;
  border-right: 1.6vw solid #fff
}

@media screen and (min-width:751px) {
  #toPageTop {
    position: fixed;
    z-index: -10;
    top: auto;
    right: 20px;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin: 0;
    cursor: pointer;
    transition: all .3s;
    opacity: 0;
    background-color: #222
  }

  #toPageTop::after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: 28px 0 0 22px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff
  }

  #toPageTop.view {
    z-index: 999;
    bottom: 20px;
    opacity: 1
  }

  #toPageTop.view:hover {
    bottom: 30px
  }
}

input::-webkit-input-placeholder {
  font-weight: 400;
  color: #bbb
}

input:-ms-input-placeholder {
  font-weight: 400;
  color: #bbb
}

input::-moz-placeholder {
  font-weight: 400;
  color: #bbb
}

#mform .hissu,
#mform .nini,
.btnContact input {
  color: #fff;
  font-weight: 700;
  display: inline-block
}

.fmselect::-ms-expand {
  display: none
}

.fmselect {
  font-size: 4.266vw;
  font-weight: 400;
  width: 100%;
  max-width: 480px;
  padding: 10px;
  border: 1px solid #c9c9c9;
  background: url(../images/bg_select.png) no-repeat;
  background-size: 100% 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media screen and (min-width:751px) {
  .fmselect {
    font-size: 16px;
    width: 57%
  }
}

#mform input[type=text],
#mform input[type=email],
#mform textarea {
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  padding: 10px 1em;
  border: 1px solid #c9c9c9;
  background: #f6f6f6
}

#mform input[type=text].filled,
#mform input[type=text]:focus,
#mform input[type=email].filled,
#mform input[type=email]:focus,
#mform textarea.filled,
#mform textarea:focus {
  border: 1px solid #929292
}

#mform textarea {
  height: 10em
}

@media screen and (min-width:751px) {

  #mform input[type=text],
  #mform input[type=email],
  #mform textarea {
    font-size: 16px;
    width: 57%;
    max-width: 480px;
    margin-top: 15px
  }

  #mform textarea {
    height: 12em
  }
}

#mform label {
  display: inline-block;
  margin-right: 2em
}

input[type=checkbox] {
  display: none
}

.checkbox {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 5px 5px 35px;
  cursor: pointer;
  transition: background-color .2s linear;
  vertical-align: middle;
  vertical-align: 1px;
  border-radius: 8px
}

.checkbox:after,
.checkbox:before {
  position: absolute;
  display: block;
  content: ''
}

.checkbox:after {
  top: 30%;
  left: 0;
  width: 25px;
  height: 25px;
  margin-top: -8px;
  transition: border-color .2s linear;
  border: 1px solid #c9c9c9
}

.checkbox:before {
  top: 40%;
  left: 10px;
  width: 5px;
  height: 14px;
  margin-top: -7px;
  transition: opacity .2s linear;
  transform: rotate(45deg);
  opacity: 0;
  border-right: 2px solid #1e6cb4;
  border-bottom: 2px solid #1e6cb4
}

input[type=checkbox]:checked+.checkbox:before {
  opacity: 1
}

.btnContact a {
  display: inline-block;
  padding: 0
}

input[type=submit] {
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
  width: 100%;
  height: auto;
  -webkit-appearance: none
}

.btnContact input {
  font-size: 4.266vw;
  width: 100%;
  padding: 1em;
  transition: all .3s;
  border-radius: 20px;
  background: #0083d2;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .25)
}

@media screen and (min-width:751px) {
  .btnContact {
    text-align: left
  }

  .btnContact input {
    font-size: 18px;
    width: 57%;
    max-width: 480px;
    cursor: pointer;
    transition: all .3s
  }

  .btnContact input:hover {
    background: #2b95d5
  }
}

#mform dt {
  font-size: 4.266vw;
  font-weight: 700;
  margin-top: 2em
}

#mform .hissu,
#mform .nini {
  font-size: 3.466vw;
  line-height: 1;
  margin-left: 6px;
  padding: 2px 5px
}

#mform .hissu {
  background: #c00
}

#mform .nini,
#quick {
  background: #0085d0
}

#mform .fmselect {
  margin-top: 10px
}

#mform dt a.note {
  font-size: .9em;
  font-weight: 400;
  display: block;
  margin: .2em 0
}

@media screen and (min-width:751px) {
  #mform dt {
    font-size: 16px
  }

  #mform .hissu,
  #mform .nini {
    font-size: 12px;
    margin-left: 8px;
    padding: 4px 6px
  }

  #mform .fmselect {
    margin-top: 15px
  }

  #mform dt.withNote {
    overflow: hidden;
    width: 57%;
    max-width: 480px
  }

  #mform dt a.note {
    font-size: 1em;
    float: right;
    margin-left: 20px
  }
}

#quick,
#quickBg {
  left: 0;
  width: 100%;
  position: absolute
}

@media screen and (-ms-high-contrast:none) and (min-width:751px) {

  #mform .hissu,
  #mform .nini {
    padding: 5px 6px 2px
  }

  #mform .hissu,
  #mform .nini,
  ::-ms-backdrop {
    padding: 5px 6px 2px
  }
}

#mform .privacy {
  margin-top: 9vw
}

#mform .privacy label {
  font-size: 3.46vw
}

#mform .privacy a {
  font-size: 3.46vw;
  display: block;
  margin-top: 3vw;
  text-align: center
}

#mform .btnContact {
  margin-top: 7vw
}

@media screen and (min-width:751px) {
  #mform .privacy {
    margin-top: 90px
  }

  #mform .privacy label {
    font-size: 14px
  }

  #mform .privacy a {
    font-size: 14px;
    display: inline;
    margin-top: 0;
    text-align: left
  }

  #mform .btnContact {
    margin-top: 30px
  }
}

.errorMessage {
  margin-top: 1em
}

.errorMessage li {
  font-size: 4.266vw;
  line-height: 1.5625;
  margin-left: 1em;
  text-indent: -1em;
  color: #f70012
}

.errorMessage li:before {
  display: inline;
  content: '・'
}

#quick .btnContact,
#quick li.common,
#quick li.maintenance,
#quick li.replacement,
#quickBg {
  display: none
}

@media screen and (min-width:751px) {
  .errorMessage li {
    font-size: 16px
  }
}

#quickBg {
  z-index: 50;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, .8)
}

#quick {
  z-index: -10;
  top: -20px;
  margin-top: 12.8vw;
  padding: 32% 0;
  transition: all .3s;
  opacity: 0;
  color: #fff
}

#quick.open {
  z-index: 55;
  top: 0;
  opacity: 1
}

#quick .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.6666%;
  margin: 15.2% 10.6666% 0 0
}

#quick ul {
  width: 88%;
  margin: 0 auto
}

#quick li {
  width: 100%;
  margin-bottom: 5.33vw
}

#quick .selectTitle {
  font-size: 4.266vw;
  font-weight: 700;
  margin-bottom: .5em
}

#quick .fmselect {
  max-width: none;
  border: none
}

#quick .fmselect.filled,
#quick .fmselect:focus {
  border: none
}

#quick .btnContact input {
  width: 88%;
  margin: 10% auto 0;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #f5b3b3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

#quick .btnContact.clickable input {
  background: #c00
}

@media screen and (min-width:751px) {
  #quick {
    margin-top: 0;
    padding: 0
  }

  #quick.open {
    padding: 30px 0
  }

  #quick .inner {
    position: relative
  }

  #quick ul {
    box-sizing: border-box;
    width: 100%;
    padding: 0 100px 0 0;
    text-align: left;
    letter-spacing: -.4em
  }

  #quick li {
    display: inline-block;
    width: 190px;
    margin-right: 30px;
    margin-bottom: 20px;
    letter-spacing: normal
  }

  #quick .selectTitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: .5em
  }

  #quick .fmselect,
  #quick .fmselect option {
    font-size: 16px !important;
    line-height: 1.5 !important
  }

  #quick .fmselect {
    box-sizing: border-box;
    width: 190px;
    padding: 6px 10px;
    background: url(../images/bg_select_quick.png) right center no-repeat;
    background-size: 100% auto
  }

  #quick .btnContact input {
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 100px;
    margin: 0 auto;
    padding: .6em;
    cursor: default;
    text-align: center
  }

  #quick .btnContact.clickable input {
    cursor: pointer
  }

  #quick .btnContact.clickable input:hover {
    background: #dc2828
  }
}
