@charset "UTF-8";
/*タイトル ========================================================================*/
#main .ttl_main.diving_watches_correlation_diagram h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_diving_watches.jpg) no-repeat center center / cover;
}
#main .inner_box {
  width: 90%;
  max-width: 90%;
}
a {
  text-decoration: none;
}
.txt {
  margin-bottom: 30px;
}
.txt h2 {
  text-align: center;
}
.sp_box {
  display: none;
}
figure {
  width: 49%;
  margin: 0;
  display: inline-block;
}
figure.single {
  width: 49%;
  margin: 0;
  position: relative;
  left: 25%;
}
figure img {
  width: 100%;
}
figure figcaption {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.pc_box table {
  width: 100%;
  border: solid 2px #000;
  border-collapse: collapse;
  table-layout: fixed;
}
.pc_box table th {
  border: solid 1px #000;
  padding: 10px 0;
}
.pc_box table td {
  border: solid 1px #fff;
  padding: 20px 0;
  border-bottom: dashed 2px #fff;
}
.pc_box table th.depth {
  width: 50px;
  color: #fff !important;
  background-color: #05314a;
  text-align: center;
  border-left: solid 2px #000;
}
.pc_box table td.depth {
  width: 50px;
  color: #05314a;
  font-weight: bold;
  text-align: center;
  border-bottom: dashed 2px #05314a;
  border-left: solid 2px #000;
  background-color: #fff;
}
.pc_box table.thead {
  width: 100%;
  background-color: #eee;
}
.pc_box table.thead.fixed {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  z-index: 1;
}
.pc_box table.tbody {
  width: 100%;
  background: linear-gradient(#c0dbe9, #05314a);
  margin-top: -2px;
}
/*diving_watches_correlation_diagram02.html*/
.correlation_diagram p {
  width: 3000px;
  font-size: 70px;
}
@media screen and (min-width:700px) and (max-width:1050px) {
  .txt {
    margin-bottom: 30px;
  }
  .txt h2 {
    text-align: center;
  }
  .pc_box {
    display: none;
  }
  .sp_box {
    display: block;
  }
  figure {
    width: 49%;
    margin: 0;
    display: inline-block;
  }
  figure.single {
    width: 49%;
    margin: 0;
    position: relative;
    left: 25%;
  }
  figure img {
    width: 100%;
  }
  figure figcaption {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
  .sp_box .depth_ttl {
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #05314a;
  }
  .sp_box .box {
    width: 100%;
    border: solid 2px #000;
    background: linear-gradient(#c0dbe9, #05314a);
  }
  .sp_box .depth_box {
    border-bottom: solid 2px #fff;
  }
  .sp_box .depth_box:first-child {
    background-color: #9fbccb;
  }
  .sp_box .depth_box:nth-child(2) {
    background-color: #7999aa;
  }
  .sp_box .depth_box:nth-child(3) {
    background-color: #54778a;
  }
  .sp_box .depth_box:nth-child(4) {
    background-color: #2f556a;
  }
  .sp_box .depth_box:last-child {
    background-color: #05314a;
    border: none;
  }
  .sp_box .depth {
    width: 100%;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    padding: 10px 0;
  }
  .sp_box .depth i {
    display: block;
    font-size: 14px;
  }
  .sp_box .watch {
    display: none;
  }
  .sp_box .diameter_box {
    padding: 0 0 20px;
  }
  .sp_box .diameter {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #eee;
  }
  .sp_box .btn a {
    width: 450px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #05314a;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    border: solid 2px #05314a;
    background-color: #eee;
    margin: 30px auto;
  }
  .sp_box .btn a i {
    margin-left: 10px;
  }
}
@media screen and (max-width:700px) {
  #main .inner_box {
    width: 85%;
    max-width: 85%;
  }
  .txt {
    margin-bottom: 30px;
  }
  .txt h2 {
    text-align: center;
    font-size: 18px;
  }
  .pc_box {
    display: none;
  }
  .sp_box {
    display: block;
  }
  figure {
    width: 49%;
    margin: 0;
    display: inline-block;
  }
  figure.single {
    width: 49%;
    margin: 0;
    position: relative;
    left: 25%;
  }
  figure img {
    width: 100%;
  }
  figure figcaption {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
  .sp_box .depth_ttl {
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #05314a;
  }
  .sp_box .box {
    width: 100%;
    border: solid 2px #000;
  }
  .sp_box .depth_box {
    border-bottom: solid 2px #fff;
  }
  .sp_box .depth_box:first-child {
    background-color: #9fbccb;
  }
  .sp_box .depth_box:nth-child(2) {
    background-color: #7999aa;
  }
  .sp_box .depth_box:nth-child(3) {
    background-color: #54778a;
  }
  .sp_box .depth_box:nth-child(4) {
    background-color: #2f556a;
  }
  .sp_box .depth_box:last-child {
    background-color: #05314a;
    border: none;
  }
  .sp_box .depth {
    width: 100%;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    padding: 10px 0;
  }
  .sp_box .depth i {
    display: block;
    font-size: 14px;
  }
  .sp_box .watch {
    display: none;
  }
  .sp_box .diameter_box {
    padding: 0 0 20px;
  }
  .sp_box .diameter {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #eee;
  }
  .sp_box .btn a {
    width: 80%;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #05314a;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    border: solid 2px #05314a;
    background-color: #eee;
    margin: 30px auto;
  }
  .sp_box .btn a i {
    margin-left: 10px;
  }
}