@charset "utf-8";
/*
theme Name  : bengoshi choice
Author      : quest law firm labor
Description : original theme
version     : 1.0.0
*/

.checkerInner p {
  margin: 0;
}
.checkerArea .checkerIn,
.checkerArea .checkerOut {
  margin-bottom: 50px;
}
.checkerArea .checkerIn p,
.checkerArea .checkerIn th,
.checkerArea .checkerIn td,
.checkerContent .checkerIn input[type="text"],
.checkerArea .checkerOut form p,
.checkerArea .checkerOut .price,
.checkerArea .checkerOut input[type="text"],
.checkerArea .checkerOut small,
.checkerContent .txtArea03 {
  font-weight: bold;
}
.checkerArea .checkerIn th,
.checkerArea .checkerIn td {
  font-size: 1.8rem;
}
.checkerArea .checkerIn td,
.checkerArea .checkerOut p  {
  color: #004c80;
}
.checkerArea .contactTel img,
.checkerArea .contactMail img {
  width: 100%;
}
.checkerArea label {
  margin-right: 0;
}
.checkerInner {
  text-align: center;
  padding: 80px 0;
}
.checkerInner .txtArea01 p {
  text-align: left;
  margin: 20px 0 30px;
}
.checkerInner .checkerArea {
  padding: 30px 0 40px;
  background-color: #f1f6fb;
}
.checkerArea .checkerContent {
  padding: 0 80px;
}
.checkerContent .checkerIn p {
  margin: 20px 0;
  font-size: 1.8rem;
}
.checkerContent .checkerIn table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px 10px;
}
.checkerContent .checkerIn th {
  text-align: center;
  width: 53%;
  color: #fff;
  background-color: #004c80;
}
.checkerContent .checkerIn td {
  text-align: left;
  width: 50%;
}
.checkerContent .checkerIn input[type="text"] {
  text-align: center;
  width: 80%;
  height: 50px;
  font-size: 2.5rem;
}
.checkerContent .checkerIn input[type="button"] {
  margin: 0;
  padding: 0;
  width: 97%;
  height: 90px;
  background-color: rgba(0,0,0,0);
  background-image: url("../img/common/btn_price02.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.checkerContent .checkerOut {
  display: none;
  background-color: #fff;
  border: 3px solid #004c80;
}
.checkerContent .checkerOut form p {
  padding: 15px 0;
  font-size: 2rem;
  border-bottom: solid 1px #004c80;
}
.checkerContent .checkerOut p:last-child {
  margin-bottom: 10px;
  padding: 0 10px;
}
.checkerContent .checkerOut .price {
  margin-top: 10px;
  font-size: 3rem;
}
.checkerContent .checkerOut small {
  color: #aaa;
}
.checkerContent .checkerOut input[type="text"] {
  text-align: center;
  margin: 0 30px;
  padding: 40px 0;
  width: 30%;
  font-size: 6rem;
  color: #ed1c24;
  border: none;
}
.checkerContent .txtArea02 {
  margin-bottom: 20px;
}
.checkerContent .txtArea03 {
  text-align: right;
  margin-bottom: 15px;
  padding-right: 20px;
}
.checkerContent .acceptance {
  text-align: left;
  margin-top: 30px;
  padding: 10px;
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 960px){
  .checkerArea .checkerIn th,
  .checkerArea .checkerIn td {
    font-size: 4vw;
  }
  .checkerInner {
    padding: 40px 0;
  }
  .checkerInner .innerS,
  .checkerArea .titleArea,
  .checkerArea .checkerContent {
    padding-left: 0;
    padding-right: 0;
  }
  .checkerInner .txtArea01,
  .checkerInner .checkerArea {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkerInner .txtArea01 p {
    font-size: 4vw;
  }
  .checkerArea .checkerIn table {
    margin-bottom: 5px;
    border-spacing: 2.4vw 10px;
  }
  .checkerArea .checkerIn p {
    margin-bottom: 15px;
    font-size: 4.5vw;
  }
  .checkerArea .checkerIn th {
    width: 35%;
  }
  .checkerArea .checkerIn input[type=text] {
    width: 70%;
    height: 48px;
    font-size: 6vw;
  }
  .checkerArea .checkerIn input[type=button] {
    height: 60px;
    background-image: url("../img/common/btn_price02_sp.png");
  }
  .checkerArea .checkerIn,
  .checkerArea .checkerOut {
    margin-bottom: 30px;
  }
  .checkerContent .checkerOut form p {
    font-size: 6vw;
  }
  .checkerArea .checkerOut p:last-child {
    text-align: left;
  }
  .checkerArea .checkerOut .price {
    font-size: 6vw;
  }
  .checkerArea .checkerOut input[type=text] {
    margin: 0 10px;
    width: 40%;
  }
  .checkerArea .txtArea03 {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .checkerArea .txtArea03 p,
  .checkerArea .txtArea03 span {
    font-size: 1.1rem;
  }
  .checkerArea .txtArea03 span {
    padding: 3px;
    color: #1c1b72;
    background-color: #fbed21;
    border-radius: 5px;
  }
  .checkerArea .txtArea03 span:first-child {
    margin-left: 3px;
    margin-right: 3px;
  }
  .checkerContent .acceptance {
    margin-top: 20px;
    height: 100px;
  }
  .checkerContent .acceptance p {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 1023px) {
}
