@charset "UTF-8";
.perovskite .mb10 {
  margin-bottom: 10px !important;
}
.perovskite .mb20 {
  margin-bottom: 20px !important;
}
.perovskite .mb30 {
  margin-bottom: 30px !important;
}
.perovskite .mb40 {
  margin-bottom: 40px !important;
}
.perovskite .mb50 {
  margin-bottom: 50px !important;
}
.perovskite .mb60 {
  margin-bottom: 60px !important;
}
.perovskite .mb70 {
  margin-bottom: 70px !important;
}
.perovskite .mb80 {
  margin-bottom: 80px !important;
}
.perovskite section {
  padding-bottom: 40px;
}
.perovskite .contents {
  width: 960px;
  margin: 0 auto;
}
.perovskite #main_wrap {
  position: relative;
  margin-bottom: 20px;
}
.perovskite #main_wrap .main_bg {
  position: absolute;
  top: 0;
  z-index: -1;
  background: url("/product/imges/img_perovskite_main.webp") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 460px;
}
.perovskite #main_wrap .main {
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
}
.perovskite #main_wrap .main h2 {
  margin-bottom: 40px;
}
.perovskite #main_wrap .main_img {
  display: flex;
  justify-content: space-around;
}
.perovskite .ttl_section {
  background: #2460AC;
  margin-bottom: 30px;
  padding: 10px 0;
}
.perovskite .ttl_section span {
  display: block;
  width: 960px;
  margin: 0 auto;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
.perovskite .ttl_sub {
  margin-bottom: 10px;
  color: #2460AC;
  font-size: 16px;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
.perovskite .ttl_bd {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
.perovskite .txt {
  margin-bottom: 40px;
}
.perovskite .txt:last-child {
  margin-bottom: 0;
}
.perovskite .att {
  margin-top: 10px;
}
.perovskite .col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.perovskite .col-2 .ttl_sub {
  margin-bottom: 20px;
}
.perovskite .col-2.flexcn {
  display: flex;
  align-items: center;
}
.perovskite .col-2.flexst {
  display: flex;
  align-items: flex-start;
}
.perovskite table {
  border-collapse: collapse;
  min-width: 50%;
}
.perovskite table th, .perovskite table td {
  text-align: center;
  padding: 6px 10px;
}
.perovskite table thead th {
  background-color: #1c5f6e;
  color: #ffffff;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
.perovskite table tbody th {
  color: #333;
  text-align: center;
}
.perovskite table tbody tr {
  border-top: solid 2px #fff;
}
.perovskite table tbody tr:first-child {
  border-top: solid 4px #fff;
}
.perovskite table tbody tr:nth-child(odd) {
  background-color: #CBD1D7;
}
.perovskite table tbody tr:nth-child(even) {
  background-color: #e7e9ec;
}
.perovskite table .bold {
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
}
.perovskite table .dot, .perovskite table .dash {
  color: #1c5f6e;
  font-size: 16px;
}
.perovskite .link_list {
  gap: 30px;
}
.perovskite .link_list li {
  text-align: center;
}
.perovskite .link_list li a {
  transition: all 0.3s;
}
.perovskite .link_list li a p {
  margin-top: 10px;
  color: #333;
  font-weight: bold;
  font-family: "I-OTF-UDゴ表示Pro B";
  line-height: 1.4;
}
.perovskite .link_list li a:hover {
  opacity: 0.6;
}