@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

@supports (-webkit-tap-highlight-color: transparent) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
}

@supports ((-webkit-text-size-adjust: 100%) or (-moz-text-size-adjust: 100%) or (text-size-adjust: 100%)) {
  * {
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
     -ms-text-size-adjust: 100% !important;
         text-size-adjust: 100% !important;
  }
}

select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}
/*
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}
*/

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  background-color: #f4f4f4;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.hero {
  height: 100vh;
  width: 100%;
  background: url(../img/hero.jpg) no-repeat center center;
  background-size: cover;
  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;
  position: relative;
}

.hero .head {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 960px;
  width: 100%;
  line-height: 1;
}

@media (max-width: 1000px) {
  .hero .head {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding: 0 40px;
  }
}

@media (max-width: 500px) {
  .hero .head {
    top: 20px;
    padding: 0 30px;
  }
}

.hero .logo {
  font-size: 44px;
  font-weight: bold;
  font-family: "neuzeit-grotesk",sans-serif;
  font-weight: 900;
  font-style: normal;
}

.hero .logo:hover {
  text-decoration: none;
  opacity: .8;
}

.hero .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.hero .btn a {
  color: #fff;
  display: block;
  min-width: 336px;
  text-align: center;
  padding: 13px 0;
  font-size: 16px;
  position: relative;
  background-color: #bbbbbb;
}

.hero .btn a svg {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
}

.hero .btn a:hover {
  text-decoration: none;
  background-color: #000;
}

@media (max-width: 767px) {
  .hero .btn a {
    min-width: 230px;
    font-size: 14px;
  }
}

.hero .btn a:first-child {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .hero .btn a:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 500px) {
  .hero .btn {
    display: block;
    margin-top: 80px;
  }
  .hero .btn a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

header {
  background-color: #000;
  padding: 30px 0;
}

header a {
  color: #fff !important;
  font-size: 44px;
  font-weight: bold;
  font-family: "neuzeit-grotesk",sans-serif;
  font-weight: 900;
  font-style: normal;
}

header a:hover {
  text-decoration: none;
  opacity: .8;
}

footer {
  background-color: #000;
  padding: 30px 0;
  color: #fff;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer p {
  font-size: 12px;
  font-family: "Arial";
}

footer a {
  color: #fff !important;
  font-size: 44px;
  font-weight: bold;
  font-family: "neuzeit-grotesk",sans-serif;
  font-weight: 900;
  font-style: normal;
}

footer a:hover {
  text-decoration: none;
  opacity: .8;
}

@media (max-width: 600px) {
  footer .inner {
    display: block;
    text-align: center;
  }
  footer .inner a {
    display: inline-block;
    margin: 0 auto 10px;
  }
}

.page-salon {
  padding: 60px 0 50px;
}

@media (max-width: 600px) {
  .page-salon {
    padding: 50px 0 20px;
  }
}

.page-salon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-salon ul li {
  width: 21%;
  margin-bottom: 50px;
}

.page-salon ul li h3 {
  padding-top: 20px;
  font-family: "Arial";
}

.page-salon ul li p {
  color: #666;
  font-size: 12px;
  padding: 10px 0 15px;
  line-height: 1.8;
}

.page-salon ul li a {
  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;
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  line-height: 1;
  position: relative;
}

.page-salon ul li a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.page-salon ul li a svg {
  width: 13px;
  height: 15px;
  fill: #fff;
  margin-right: 10px;
}

@media (max-width: 850px) {
  .page-salon ul li {
    width: 30%;
  }
}

@media (max-width: 600px) {
  .page-salon ul li {
    width: 46%;
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .page-salon ul li {
    width: 47%;
  }
  .page-salon ul li a {
    font-size: 12px;
    padding: 10px 0;
  }
}

.breadcrumbs {
  font-size: 12px;
  padding: 15px 0;
  color: #a2a2a2;
  background-color: #fff;
}

.breadcrumbs a {
  color: #a2a2a2;
  text-transform: uppercase;
}

.breadcrumbs span {
  color: #1a1a1a;
}

.page-lad {
  padding: 60px 0 100px;
  background-color: #f4f4f4;
}

.page-lad .page-contact {
  margin-bottom: 0;
}

.page-lad .bottom {
  margin-top: 10px;
}

.page-lad .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-lad .bottom ul li {
  margin-top: 40px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 10px 20px 20px 10px;
}

@media (max-width: 767px) {
  .page-lad .bottom ul li {
    width: 100%;
  }
}

.page-lad .bottom ul li figure {
  margin-right: 25px;
}

.page-lad .bottom ul li a.staffItems {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.12em;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.page-lad .bottom ul li a.staffItems::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.06),
        transparent
    );
    transition: left 0.5s ease;
}

.page-lad .bottom ul li a.staffItems:hover::before {
    left: 100%;
}

.page-lad .bottom ul li a.staffItems svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.85;
}

.page-lad .bottom ul li a.staffItems:hover {
    background: linear-gradient(135deg, #2d2d2d 0%, #444 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.15);
    letter-spacing: 0.16em;
}

.page-lad .bottom ul li a.staffItems:hover svg {
    transform: translateX(4px);
    opacity: 1;
}

.page-lad .bottom ul li a.staffItems:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}



.page-lad .bottom ul li .content .tit {
  margin-bottom: 15px;
}

.page-lad .bottom ul li .content .tit span {
  font-size: 12px;
  color: #666;
}

.page-lad .bottom ul li .content h3 {
  font-size: 20px;
  color: #222;
}

.page-lad .bottom ul li .content p {
  font-size: 12px;
  color: #666;
}
    .result-btn a.prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #111;
    padding: 14px 0;
    color: #fff;
    text-align: center;
    min-width: 335px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    border: 1px solid #333;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.result-btn a.prev svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.result-btn a.prev:hover {
    background-color: #fff;
    color: #111;
    border-color: #111;
}

.result-btn a.prev:hover svg {
    transform: translateY(-2px);
    color: #111;
}

.result-btn a.prev:active {
    transform: scale(0.98);
}
@media (max-width: 767px) {
  .page-lad {
    padding: 50px 0;
  }
  .page-lad .bottom {
    margin-top: 10px;
  }
  .page-lad .bottom ul li {
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .page-lad .bottom ul li figure {
    margin-right: 15px;
  }
  .page-lad .bottom ul li a {
    padding: 5px 0;
    margin-top: 20px;
  }
}

.common-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 60px;
  position: relative;
}

.common-top ul::before {
  content: "";
  display: block;
  background-color: #d9d9d9;
  width: 97%;
  height: 4px;
  position: absolute;
  left: 19px;
  top: 26px;
  z-index: 2;
}

@media (max-width: 1000px) {
  .common-top ul::before {
    width: 94%;
  }
}

.common-top ul li {
  position: relative;
  z-index: 3;
}

.common-top ul li span {
  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;
  width: 55px;
  height: 55px;
  background-color: #bbbbbb;
  color: #fff;
  border-radius: 100%;
  margin: 0 auto 10px;
  font-family: "neuzeit-grotesk",sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
}

.common-top ul li div {
  color: #bbbbbb;
  font-weight: bold;
}

.common-top ul li.active span {
  background-color: #000;
}

.common-top ul li.active div {
  color: #000;
}

@media (max-width: 767px) {
  .common-top ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .common-top ul::before {
    left: 85px;
    width: 70%;
  }
  .common-top ul::after {
    content: "";
    display: block;
    background-color: #d9d9d9;
    height: 4px;
    position: absolute;
    left: 85px;
    width: 70%;
    top: 134px;
  }
  .common-top ul li {
    width: 32%;
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .common-top ul::before {
    left: 70px;
  }
  .common-top ul::after {
    left: 70px;
  }
}

.page-lad2 {
  padding: 60px 0 110px;
}

@media (max-width: 767px) {
  .page-lad2 {
    padding: 50px 0;
  }
}

.page-lad2 .content {
  margin-top: 50px;
}

.page-lad2 .content .tit {
  background-color: #bbbbbb;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
}

.page-lad2 .content ul {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .page-lad2 .content ul {
    padding: 0;
  }
}

.page-lad2 .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
}

.page-lad2 .content ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-left: 15px;
}

.page-lad2 .content ul li .txt {
  min-width: 606px;
}

.page-lad2 .content ul li .txt h3 {
  padding-bottom: 15px;
  font-size: 16px;
}

.page-lad2 .content ul li .txt p {
  color: #666;
  font-size: 14px;
}

.page-lad2 .content ul li span, .page-lad2 .content ul li .time {
  color: #666;
  font-size: 16px;
}

@media (max-width: 1000px) {
  .page-lad2 .content ul li .txt {
    min-width: 400px;
    max-width: 400px;
    line-height: 1.3;
  }
  .page-lad2 .content ul li label {
    margin-top: -3px;
  }
}

@media (max-width: 767px) {
  .result-btn a.prev{ font-size: 14px;
        min-width: 220px; width: 220px; }
  .page-lad2 .content ul li label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-lad2 .content ul li label .txt {
    width: 100%;
    min-width: auto;
    padding-bottom: 10px;
  }
  .page-lad2 .content ul li label .time {
    margin-left: 20px;
  }
}

.result {
  margin-top: 50px;
}

.result .tit {
  font-size: 20px;
  font-weight: bold;
}

.result .box {
  font-size: 16px;
}

.result .box h3 {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  margin-top: 15px;
}

.result .box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px;
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 0;
}

.result .box .txt h4 {
  min-width: 632px;
}

@media (max-width: 1000px) {
  .result .box .txt h4 {
    min-width: 400px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .result .box .txt h4 {
    min-width: auto;
  }
}

.result .box .txt .yuan, .result .box .txt .min {
  color: #666666;
}

.result .box .txt.he h4 {
  font-size: 20px;
}

.result .box .txt.he .yuan, .result .box .txt.he .min {
  color: #000;
  font-weight: bold;
}

@media (max-width: 767px) {
  .result .box .txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .result .box .txt h4 {
    width: 100%;
    padding-bottom: 10px;
  }
  .result .box .txt .min {
    margin-left: 20px;
  }
}

.result-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.result-btn button {
  background-color: #bbbbbb;
  border: none;
  color: #fff;
  min-width: 335px;
  padding: 13px 0;
  font-size: 16px;
  position: relative;
}

.result-btn button:hover {
  background-color: #000000;
}

.result-btn button svg {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  height: 14px;
}

.result-btn .prev {
  margin-right: 50px;
}

.result-btn .prev svg {
  right: auto;
  left: 50px;
}

@media (max-width: 767px) {
  .result-btn {
    margin-top: 30px;
  }
  .result-btn button {
    font-size: 14px;
    min-width: 220px;
  }
  .result-btn .prev {
    margin-right: 20px;
  }
}

@media (max-width: 500px) {
  .result-btn {
    display: block;
  }
  .result-btn button {
    display: block;
    max-width: 220px;
    margin: 0 auto;
  }
  .result-btn .prev {
    margin: 0 auto 20px;
  }
}

.page-contact {
  margin: 60px auto 100px;
}

.page-contact .page-tit {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  margin-top: 15px;
  font-size: 20px;
}

.page-contact .content dl {
  margin-top: 25px;
  font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

.page-contact .content dl dt {
  font-size: 16px;
  padding-left: 18px;
  border-left: 2px solid #000;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-contact .content dl dt span {
  color: #f60000;
}

.page-contact .content dl dd {
  padding-left: 20px;
  font-size: 16px;
}

.page-contact .content dl dd > input {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 15px 40px;
  color: #afafaf;
}

.page-contact .content dl dd textarea {
  resize: none;
  width: 100%;
  height: 160px;
  border: none;
  background-color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  color: #afafaf;
}

.page-contact .content dl dd label {
  margin-right: 40px;
}

.page-contact .content dl dd label input {
  margin-right: 13px;
}

.page-contact .content dl dd label:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .page-contact {
    margin: 50px auto;
  }
  .page-contact .content dl dt {
    font-size: 14px;
  }
  .page-contact .content dl dd {
    font-size: 14px;
  }
  .page-contact .content dl dd > input {
    padding: 10px;
  }
  .page-contact .content dl dd label {
    margin-right: 10px;
  }
  .page-contact .content dl dd label input {
    margin-right: 5px;
    margin-top: -2px;
  }
  .page-contact .content dl dd textarea {
    font-size: 14px;
    padding: 10px;
  }
}

.submit {
  display: block;
  max-width: 210px;
  margin: 50px auto 0;
  background-color: #000;
  border: none;
  text-align: center;
  color: #fff;
  position: relative;
}

.submit:hover {
  background-color: #bbbbbb;
}

.submit input {
  background-color: transparent;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  margin-top: -2px;
}

.submit svg {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .submit {
    margin: 30px auto 0;
  }
  .submit input {
    font-size: 14px;
    margin: 0;
  }
}

.lad3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.lad3 .flex button {
  background-color: #000;
  border: none;
  color: #fff;
  min-width: 210px;
  padding: 13px 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.lad3 .flex button svg {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  height: 14px;
}

.lad3 .flex button:hover {
  background-color: #bbb;
}

@media (max-width: 767px) {
  .lad3 .flex {
    margin-top: 50px;
  }
  .lad3 .flex button {
    padding: 10px 0;
    font-size: 14px;
    min-width: 150px;
  }
}

.lad3 table {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

.lad3 table td {
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  background-color: #f9f9f9;
  padding: 10px;
}

.lad3 table td:nth-child(5) {
  background-color: #fff;
}

.lad3 table td:first-child {
  background-color: #eeeeee;
}

.lad3 table tr:first-child td, .lad3 table tr:nth-child(2) td {
  background-color: #eeeeee;
}

.lad3 table tr:nth-child(2) td:nth-child(2) {
  background-color: #e8f3ff;
  color: #4285ef;
}

.lad3 table tr:nth-child(2) td:nth-child(3) {
  background-color: #ffeeee;
  color: #d94535;
}

@media (max-width: 700px) {
  .lad3 table {
    min-width: 650px;
  }
}

@media (max-width: 700px) {
  .tab-wrap {
    overflow-x: scroll;
  }
}

.lad5 {
  margin-top: 50px;
}

.lad5 p {
  color: #666;
  padding-bottom: 20px;
}

.lad5 table {
  width: 100%;
}

.lad5 table td {
  border: 1px solid #dadada;
  padding: 15px 30px;
}

.lad5 table td:first-child {
  background-color: #eeeeee;
}

.lad5 table td:last-child {
  background-color: #fff;
}

.lad5 .he .yuan {
  font-size: 24px;
}

.lad5 .submit {
  min-width: 335px;
}

@media (max-width: 767px) {
  .lad5 .result .box .txt {
    display: block;
  }
  .lad5 .submit {
    min-width: 210px;
  }
  .lad5 table {
    font-size: 14px;
  }
  .lad5 table td {
    padding: 10px;
  }
  .lad5 table td:first-child {
    min-width: 108px;
  }
}
