@charset "utf-8";
/* ---------------------------------------------------------------------------------
© 株式会社エーティーディー・ジャパン

HTML CSS Selectors price

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
料金表
--------------------------------------------------------------------------------- */
.price {
  padding: 55px 77px 85px;
  background-color: #fff;
  border-radius: 33px;
  margin-bottom: 95px;
}
.price-ttl {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #637A81;
}
.price table {
  width: 100%;
  margin-bottom: 65px;
  letter-spacing: 0;
}
.price thead th {
  background-color: #C6D0D7;
  font-weight: 500;
  padding: 5px 0 4px;
}
.price thead tr:first-child th:empty {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #637A81 50%, #637A81 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.price th,
.price td {
  border: 1px solid #637A81;
  font-size: 14px;
  line-height: 1.5;
}
.price tbody th {
  padding: 3px 0 3px 12px;
  text-align: left;
}
.price tbody td {
  padding: 3px 0 3px 12px;
}

/* ジルコニア料金表 */
.price01 {}
.price01 thead tr:first-child th:nth-of-type(2) {
  padding-left: 12px;
  text-align: left;
}
.price01 tbody th {
  width: 140px;
}
.price01 td:nth-of-type(5) {
  width: 125px;
}
.price01 td:nth-last-of-type(4) ,
.price01 td:nth-last-of-type(3) ,
.price01 td:nth-last-of-type(2) ,
.price01 td:nth-last-of-type(1) {
  width: 96px;
  padding: 1px 0 0;
  font-size: 19px;
  text-align: center;
}
.price01 td:nth-last-of-type(3) ,
.price01 td:nth-last-of-type(1) {
  width: 102px;
}

.price01 .multispeed td{
  position: relative;
}
.price01 .multispeed td:first-child::before {
  display: block;
  width: 79px;
  height: 22px;
  padding: 5px 0 0 8px;
  background: url("../img/price/icon_bg.svg") no-repeat;
  background-size: 100% auto;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  content:"当日出荷!!";
  position: absolute;
  left: -82px;
  bottom: 5px;
}
.price01 .multispeed td {
  color: #E0004F;
}
.price01 .multispeed td:empty {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #637A81 50%, #637A81 calc(50% + 0.5px), transparent calc(50% + 1px));
}
/* CADCAM料金表 */
.price02 {}
.price02 thead tr:first-child th:nth-of-type(2) {
  padding-left: 12px;
  text-align: left;
}
.price02 tbody th {
  width: 90px;
}
.price02 tbody tr:first-child td:nth-nth-of-type(5) {
  width: 98px;
}
.price02 tbody tr:first-child td:nth-last-of-type(4) {
  width: 113px;
}
.price02 td:nth-last-of-type(1),
.price02 td:nth-last-of-type(2),
.price02 tbody tr:first-child td:nth-last-of-type(3) ,
.price02 tbody tr:first-child td:nth-last-of-type(2) {
  width: 96px;
  padding: 1px 0 0;
  font-size: 19px;
  text-align: center;
}
.price02 tbody tr:first-child td:nth-last-of-type(1) {
  width: 162px;
  padding: 0 5px 5px 12px;
  font-size: 14px;
  text-align: left;
}

/* その他の料金表 */
.price table.price03 {
  margin-bottom: 23px;
}
.price03 thead th:nth-of-type(1),
.price03 thead th:nth-of-type(2) {
  padding-left: 12px;
  text-align: left;
}
.price03 tbody th {
  width: 290px;
}
.price03 td:nth-of-type(1) {
  width: 260px;
}
.price03 td:nth-of-type(2) {
  width: 106px;
  padding: 1px 0 0;
  font-size: 19px;
  text-align: center;
}

.price-note {
  margin-bottom: 108px;
  text-align: right;
  font-size: 17px;
  color: #637A81;
}

.download-btn {
  width: 370px;
  margin: 0 auto;
}
.download-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 63px;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border: 1px solid #637A81;
  border-radius : 15px;
  box-shadow : 1.8px 3.6px 3.6px rgba(0, 0, 0, 0.2);
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  color: #637A81;
}
.download-btn a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #637a81;
  content:"";
}
/*---------------------------------------------------------------------------------
シミュレーション
--------------------------------------------------------------------------------- */
.simulation {
  padding: 72px 78px 28px;
  background-color: #fff;
  border-radius : 33px;
  margin-bottom: 50px;
}

.simulation-data {
  padding: 0 13px;
  color: #637A81;
}
.simulation-data dt {
  padding-bottom: 10px;
  font-size: 19px;
  line-height: 1;
  font-weight: 500; 
}
.simulation-data dd {
  padding-bottom: 25px;
}

.simulation-price {
  padding: 32px 0 5px;
  border-top: 1px solid #637A81;
}
.simulation-price input[type="text"] {
  width: 197px;
  text-align: center;
  font-size: 30px;
  color: #000;
}
.simulation-price dd {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.simulation-price span {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.simulation-about {
  padding: 32px 0 35px;
  border-top: 1px solid #637A81;
}
.simulation-about__ttl {
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 1;
}
.simulation-about__ttl span {
  font-family: var(--font-en);
}
.simulation-about__ttl span:nth-of-type(1) {
  font-size: 34px;
  font-weight: 600;
  font-style: italic;
  color: #91A4AE;
}
.simulation-about__ttl span:nth-of-type(2) {
  font-size: 34px;
  font-style: italic;
}
.simulation-about__ttl span:nth-of-type(3) {
  font-size: 34px;
  font-weight: 600;
  font-style: italic;
  color: #231815;
}
.simulation-about__txt {
  font-size: 20px;
  line-height: 1.75;
}


.price-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 320px;
}
.price-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 384px;
  height: 105px;
  background-color: #fff;
  border-radius : 26px;
  box-shadow : 1.6px 3.2px 3.2px rgba(0, 0, 0, 0.2);
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  color: #7B8C98;
}
.price-nav a img {
  width: 64px;
  margin-right: 16px;
}
.price-nav a span {
  font-family: var(--font-en);
  font-size: 34px;
  font-style: italic;
}

