@charset "UTF-8";
#automan-mini2 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "メイリオ", meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  color: #444444;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  list-style: none;
}

#automan-mini2 img {
  max-width: 100%;
}

#automan-mini2 a {
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

#automan-mini2 a img {
  -webkit-transition: .3s;
  transition: .3s;
}

#automan-mini2 a:hover {
  opacity: .7;
}

#automan-mini2 .container {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

#automan-mini2 .auto-top {
  background: url(/common/images/lp/automanmini/auto_top_back.jpg) top center no-repeat;
  text-align: center;
  padding: 22px 0;
}

#automan-mini2 .anchor-quote-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

#automan-mini2 .anchor-quote-wrap a {
  width: 80%;
  max-width: 450px;
}

#automan-mini2 .anchor-quote-wrap a:hover {
  opacity: 1;
  -webkit-filter: brightness(130%) saturate(110%) contrast(100%) grayscale(5%);
          filter: brightness(130%) saturate(110%) contrast(100%) grayscale(5%);
}

#automan-mini2 .anchor-quote {
  width: 100%;
  background: #d90000;
  padding: 20px 0;
  border-radius: 10px;
}

#automan-mini2 .anchor-quote p {
  color: #fff;
  font-size: 23px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 600;
  text-align: center;
}

#automan-mini2 .auto-anchor {
  padding: 30px 0 60px;
}

#automan-mini2 .main-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 40px;
}

#automan-mini2 .main-anchor li {
  width: 33%;
}

#automan-mini2 .main-anchor a:hover {
  opacity: 1;
  -webkit-filter: brightness(115%) saturate(110%) contrast(100%) grayscale(15%);
          filter: brightness(115%) saturate(110%) contrast(100%) grayscale(15%);
}

#automan-mini2 .main-anchor a:hover img {
  opacity: 1;
}

#automan-mini2 .main-anchor a div {
  -webkit-transition: .3s;
  transition: .3s;
}

#automan-mini2 .main-anchor a div:hover {
  opacity: 1;
  -webkit-filter: brightness(115%) saturate(110%) contrast(100%) grayscale(15%);
          filter: brightness(115%) saturate(110%) contrast(100%) grayscale(15%);
}

#automan-mini2 .timer-anchor {
  position: relative;
}

#automan-mini2 .timer-anchor::before {
  position: absolute;
  bottom: 91%;
  right: 13%;
  content: "";
  background: url(/common/images/lp/automanmini/anchor_illust.png) top center no-repeat;
  max-width: 185px;
  background-size: contain;
  width: 68%;
  height: 31%;
  z-index: 1;
}

#automan-mini2 .timer-anchor-image {
  z-index: 3;
  position: relative;
}

#automan-mini2 .otoku {
  border: solid 3px #0093a9;
  border-radius: 3px;
  padding: 20px 4%;
}

#automan-mini2 .otoku ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#automan-mini2 .otoku ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#automan-mini2 .otoku ul li:first-of-type {
  margin: 0 4% 0 0;
}

#automan-mini2 .otoku p {
  text-align: left;
  line-height: 1.6;
  font-size: 20px;
  margin: 6px 0 0;
}

#automan-mini2 .concern-before {
  background: #eeeeee;
  position: relative;
  padding: 60px 0;
}

#automan-mini2 .concern-before::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #eeeeee transparent transparent transparent;
  border-width: 50px 70px 0 70px;
}

#automan-mini2 .concern-after {
  padding: 100px 0 40px;
  background: #ffefbf;
}

#automan-mini2 .concern-title {
  margin: 0 0 20px;
}

#automan-mini2 .about-automan {
  padding: 90px 0 70px;
}

#automan-mini2 .sugo-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}

#automan-mini2 .sugo-anchor li {
  width: 32%;
}

#automan-mini2 .sugo-anchor .sugo1, #automan-mini2 .sugo-anchor .sugo2, #automan-mini2 .sugo-anchor .sugo3 {
  border-radius: 5px;
  padding: 25px 0 10px;
}

#automan-mini2 .sugo-anchor a:hover {
  opacity: 1;
  -webkit-filter: brightness(120%) saturate(110%) contrast(100%) grayscale(15%);
          filter: brightness(120%) saturate(110%) contrast(100%) grayscale(15%);
}

#automan-mini2 .sugo-anchor a:hover div {
  -webkit-filter: brightness(110%) saturate(110%) contrast(100%) grayscale(15%);
          filter: brightness(110%) saturate(110%) contrast(100%) grayscale(15%);
}

#automan-mini2 .sugo-anchor a div {
  -webkit-transition: .3s;
  transition: .3s;
}

#automan-mini2 .sugo1 {
  background: #0059b2;
}

#automan-mini2 .sugo2 {
  background: #50b998;
}

#automan-mini2 .sugo3 {
  background: #00a9e6;
}

#automan-mini2 .about-contents {
  border-radius: 8px;
  padding: 30px 3%;
  margin: 25px 0 30px;
}

#automan-mini2 .about-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#automan-mini2 .about-contents ul li:first-of-type {
  width: 35.5%;
}

#automan-mini2 .about-contents ul li:last-of-type {
  width: 60.5%;
}

#automan-mini2 .about-contents h3, #automan-mini2 .about-contents p {
  color: #fff;
  text-align: left;
}

#automan-mini2 .about-contents h3 {
  font-size: 34px;
  line-height: 1.6;
  margin: 0 0 10px;
}

#automan-mini2 .about-contents h3 span {
  font-size: 34px;
  color: #ffff00;
}

#automan-mini2 .about-contents p {
  font-size: 19px;
  line-height: 1.6;
}

#automan-mini2 .about-contents .about-contents-small-text {
  color: #fff;
  font-size: 16px;
}

#automan-mini2 .about-contents .about-option {
  background: #fff;
  position: relative;
  width: 99%;
  padding: 15px 4%;
  margin: 30px 0 0;
}

#automan-mini2 .about-contents .about-option::before {
  position: absolute;
  top: -8%;
  right: -3%;
  content: "";
  background: url(/common/images/lp/automanmini/option.png) top center no-repeat;
  max-width: 86px;
  max-height: 86px;
  background-size: contain;
  width: 17%;
  height: 53%;
}

#automan-mini2 .about-contents .about-option li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#automan-mini2 .about-contents .about-option li:first-of-type {
  width: 25.1%;
}

#automan-mini2 .about-contents .about-option li:last-of-type {
  width: 68.5%;
}

#automan-mini2 .about-contents .about-option p {
  color: #0059b2;
}

#automan-mini2 .title-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

#automan-mini2 .title-option h3 {
  margin: 0;
}

#automan-mini2 .anchor-red-text {
  color: #db1010;
  font-size: 19px;
  margin: 15px 0 0;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 600;
}

#automan-mini2 .anshin-top {
  position: relative;
  width: 100%;
  min-height: 433px;
}

#automan-mini2 .anshin-speed-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#automan-mini2 .anshin-speed-title li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#automan-mini2 .anshin-speed-title li:first-of-type {
  margin: 0 3.8% 0 0;
}

#automan-mini2 .anshin-image {
  position: absolute;
  right: 0;
  top: 38px;
  z-index: -1;
}

#automan-mini2 .anzen-text {
  background: #fff;
  padding: 30px 2% 20px;
  margin: 20px 0 0;
  border-radius: 10px;
}

#automan-mini2 .anzen-text h5, #automan-mini2 .anzen-text p {
  color: #666666;
  text-align: left;
}

#automan-mini2 .anzen-text h5 {
  font-size: 25px;
  margin: 0 0 6px;
}

#automan-mini2 .anzen-text p {
  font-size: 20px;
}

#automan-mini2 .anzen-text .anzen-text-small {
  font-size: 16px;
}

#automan-mini2 .hosho-area {
  border: solid 5px #50b998;
  background: #f8fbf2;
  padding: 40px 4%;
  margin: 15px 0 0;
}

#automan-mini2 .hosho-area h6, #automan-mini2 .hosho-area p {
  color: #666666;
  text-align: left;
  line-height: 1.5;
}

#automan-mini2 .hosho-area h6 {
  font-size: 25px;
}

#automan-mini2 .hosho-area p {
  font-size: 20px;
}

#automan-mini2 .hosho-area .hosho-bold {
  font-weight: 600;
  font-size: 25px;
  margin: 0 0 10px;
}

#automan-mini2 .hosho-area .hosho-small {
  font-size: 16px;
  margin: 20px 0 0;
}

#automan-mini2 .speed-text {
  margin: 20px auto;
  width: 95%;
}

#automan-mini2 .speed-text p {
  color: #333333;
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
}

#automan-mini2 .speed-before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px;
}

#automan-mini2 .speed-before-after li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#automan-mini2 .speed-before-after li:nth-of-type(2) {
  margin: 0 1%;
}

#automan-mini2 .speed-before-after li:nth-of-type(2) img {
  max-width: 28px;
}

#automan-mini2 .automan_home-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 70px;
}

#automan-mini2 .automan_home-list li {
  width: 49%;
}

#automan-mini2 .flow {
  padding: 0 0 60px;
}

#automan-mini2 .flow-end {
  margin: 110px 0 0;
}

#automan-mini2 .flow-item {
  width: 100%;
  background: #00a9e6;
  border-radius: 10px;
  padding: 20px 2%;
}

#automan-mini2 .flow-item .anchor-quote-wrap {
  margin: 25px 0 5px;
}

#automan-mini2 .flow-item .anchor-quote-wrap a {
  max-width: 300px;
}

#automan-mini2 .flow-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

#automan-mini2 .flow-text-area h4, #automan-mini2 .flow-text-area p {
  color: #fff;
  text-align: left;
}

#automan-mini2 .flow-text-area h4 {
  font-size: 36px;
  line-height: 1.6;
}

#automan-mini2 .flow-text-area p {
  font-size: 27px;
  line-height: 1.6;
}

#automan-mini2 .flow-text-area li:first-of-type {
  margin: 0 3% 0 0;
}

#automan-mini2 .flow-arrow {
  margin: 15px 0;
}

#automan-mini2 .flow-koji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#automan-mini2 .flow-koji li {
  width: 19%;
}

#automan-mini2 .jujitsu {
  margin: 120px 0 60px;
}

#automan-mini2 .anshin {
  margin: 120px 0 90px;
}

#automan-mini2 .speed .anshin-speed-title {
  margin: 0 0 35px;
}

#automan-mini2 .flow-title {
  margin: 0 0 50px;
}

#automan-mini2 .check-list dd {
  margin: 0 0 25px;
}

#automan-mini2 .check-list dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#automan-mini2 .check-list dd ul li:first-of-type {
  min-width: 8%;
  max-width: 8%;
  margin: 0 2% 0 5%;
}

#automan-mini2 .check-list dd p {
  font-size: 20px;
  color: #666666;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

#automan-mini2 .check-list dd p span {
  font-size: 20px;
  font-weight: 600;
  color: #d80000;
}

#automan-mini2 .last-text {
  font-size: 27px;
  margin: 25px 0 0;
}

#automan-mini2 .tc {
  text-align: center;
}

#automan-mini2 .sp-auto {
  display: none;
}

.quote-title {
  padding: 25px 0 20px;
  background: #00a3e8;
}

.quote-title h4 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}

.quote-content {
  padding: 35px 0;
  background: #f3f3f3;
}

.estimate_form {
  background: #fff;
}

.container-auto {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
.automanmini2 .esti_noticebnr {
  margin: 0 0 15px 0;
  display: block;
}
/* .automanmini2 .esti_noticebnr img {
  width: 100%;
} */

.estimate_form_title2 span{
  color: white;
  float: inherit !important;
}

@media only screen and (max-width: 1100px) {
  #automan-mini2 .main-anchor {
    margin: 85px 0 40px;
  }
  #automan-mini2 .about-option p {
    margin: 35px 0 20px;
  }
  #automan-mini2 .anshin-image {
    position: static;
  }
  #automan-mini2 .check-list dd ul li:first-of-type {
    margin: 0 2% 0 0;
  }
}

@media only screen and (max-width: 560px) {
  #automan-mini2 .main-anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0 40px;
  }
  #automan-mini2 .main-anchor li {
    width: 100%;
    margin: 0 0 20px;
  }
  #automan-mini2 .timer-anchor::before {
    content: none;
  }
  #automan-mini2 .speed-before-after {
    display: block;
  }
  #automan-mini2 .speed-before-after li:nth-of-type(2) {
    margin: 15px 0;
  }
  #automan-mini2 .flow-koji {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #automan-mini2 .flow-koji li {
    width: 48%;
  }
  #automan-mini2 .flow-koji li img {
    width: 100%;
  }
  #automan-mini2 .about-contents {
    padding: 20px 5%;
  }
  #automan-mini2 .about-contents ul {
    display: block;
  }
  #automan-mini2 .about-contents ul li:first-of-type {
    width: 100%;
  }
  #automan-mini2 .about-contents ul li:last-of-type {
    width: 100%;
  }
  #automan-mini2 .about-contents h3 {
    font-size: 21px;
    line-height: 1.8;
    font-weight: 600;
  }
  #automan-mini2 .about-contents h3 span {
    font-size: 21px;
    font-weight: 600;
  }
  #automan-mini2 .about-contents p {
    font-size: 17px;
    line-height: 1.8;
  }
  #automan-mini2 .about-contents .about-contents-small-text {
    font-size: 15px;
  }
  #automan-mini2 .about-contents .about-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #automan-mini2 .about-contents .about-option p {
    margin: 25px 0 0px;
  }
  #automan-mini2 .anchor-red-text {
    font-size: 17px;
    text-align: left;
  }
  #automan-mini2 .about-automan {
    padding: 60px 0 40px;
  }
  #automan-mini2 .jujitsu {
    margin: 60px 0;
  }
  #automan-mini2 .anshin {
    margin: 60px 0;
  }
  #automan-mini2 .anshin-top {
    min-height: auto;
  }
  #automan-mini2 .anzen-text {
    padding: 25px 5% 20px;
  }
  #automan-mini2 .anzen-text h5 {
    margin: 0 0 10px;
  }
  #automan-mini2 .anzen-text p {
    font-size: 17px;
  }
  #automan-mini2 .anzen-text .anzen-text-small {
    font-size: 15px;
    margin: 15px 0 0;
  }
  #automan-mini2 .otoku p {
    line-height: 1.8;
    font-size: 17px;
  }
  #automan-mini2 .hosho-area {
    padding: 25px 5%;
  }
  #automan-mini2 .hosho-area h6, #automan-mini2 .hosho-area p {
    line-height: 1.8;
  }
  #automan-mini2 .hosho-area .hosho-bold {
    font-size: 20px;
  }
  #automan-mini2 .hosho-area h6 {
    font-size: 20px;
  }
  #automan-mini2 .hosho-area p {
    font-size: 17px;
  }
  #automan-mini2 .speed-text p {
    line-height: 1.8;
    font-size: 17px;
  }
  #automan-mini2 .automan_home-list {
    margin: 10px 0 60px;
  }
  #automan-mini2 .automan_home-list li {
    width: 100%;
  }
  #automan-mini2 .automan_home-list li:first-child {
    margin: 0 0 13px 0;
  }
  #automan-mini2 .flow-text-area h4, #automan-mini2 .flow-text-area p {
    line-height: 1.8;
  }
  #automan-mini2 .flow-text-area h4 {
    font-size: 21px;
    font-weight: 600;
  }
  #automan-mini2 .flow-text-area p {
    font-size: 17px;
  }
  #automan-mini2 .flow-text-area li:first-of-type {
    min-width: 15%;
    max-width: 15%;
  }
  #automan-mini2 .flow-title {
    padding: 0 10%;
  }
  #automan-mini2 .flow-item {
    padding: 20px 5%;
  }
  #automan-mini2 .flow-end {
    margin: 50px 0 0;
  }
  #automan-mini2 .anchor-quote {
    padding: 4.5vw 0;
  }
  #automan-mini2 .anchor-quote p {
    font-size: 4.7vw;
  }
  #automan-mini2 .concern-text {
    text-align: left;
    margin: 15px 0 0;
    font-weight: 600;
    color: #666666;
    line-height: 1.5;
    font-size: 17px;
  }
  #automan-mini2 .concern-text span {
    font-weight: 600;
    font-size: 17px;
    color: #f08b27;
  }
  #automan-mini2 .concern-text .concern-sumaho {
    color: #666666;
    font-size: 15px;
  }
  #automan-mini2 .concern-before {
    padding: 50px 0 20px;
  }
  #automan-mini2 .check-list {
    margin: 20px 2% 0;
  }
  #automan-mini2 .check-list dd ul li:first-of-type {
    min-width: 10%;
    max-width: 10%;
    margin: 0 4% 0 0;
  }
  #automan-mini2 .last-text {
    font-size: 17px;
    margin: 15px 0 0;
    line-height: 1.6;
    text-align: left;
  }
  #automan-mini2 .auto-top {
    background: url(/common/images/lp/automanmini/auto_top_back_sp.jpg) top center no-repeat;
    background-size: 100%;
    padding: 0;
    padding: 205vw 0 10vw;
  }
  #automan-mini2 .pc-auto {
    display: none;
  }
  #automan-mini2 .sp-auto {
    display: block;
  }
  .quote-title h4 {
    font-size: 21px;
  }
  section.sec01 p, section.sec02 p, section.sec03 p, section.sec04 p, section.sec05 p, section.sec06 p, section.sec07 p {
    line-height: 1.8;
  }
  .estimate_form dl dt label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .estimate_form .estimate_form_title2 {
    padding: 15px 8% 12px 20px;
  }
}
/*# sourceMappingURL=automan.css.map */