@charset "UTF-8";

/*****************************
pagesec-product
*****************************/
/* 共通 */
.productttl1 {
  border-bottom: 2px solid #ccc;
  margin-bottom: 2rem;
  padding-left: 5rem;
  position: relative;
}
.productttl1 .txt {
  font-size: 3rem;
  font-weight: bold;
}
.productttl1::after {
  background: #072039;
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 10%;
}
.productttl1 .obj {
  top: 15px;
  left: 10px;
}
.productttl1 .obj::before {
  top: 0;
  left: 0;
}
.productttl1 .obj::after {
  top: 10px;
  left: -10px;
}
.productttl2 {
  background: #072039;
  border-radius: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 1rem 2rem 1rem 4rem;
  position: relative;
}
.productttl2::before {
  background: #fff;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  height: 15px;
  width: 15px;
}
.productttl3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.dlproduct {
  display: flex;
  flex-wrap: wrap;
}
.dlproduct dt,
.dlproduct dd {
  border-bottom: 1px solid #181818;
  padding: 1rem;
}
.dlproduct dt {
  background: #f5f5f5;
  text-align: center;
  width: 100px;
}
.dlproduct dd {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .productttl1 {
    padding-bottom: .5rem;
    padding-left: 3.5rem;
  }
  .productttl1 .txt {
    font-size: 1.8rem;
  }
  .productttl1 .obj {
    top: 10px;
  }
  .productttl2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .productttl2::before {
    top: 15px;
  }
  .productttl3 {
    font-size: 1.6rem;
  }
}

/* productbox1 */
.productbox1 {
  margin-bottom: 5rem;
}
.productbox1 .txt1 {
  border: 2px solid #072039;
  border-radius: 50px;
  padding: 1rem 2rem;
  margin-bottom: 5rem;
}
.productbox1 .imgbox {
  margin-bottom: 3rem;
}
.productbox1 .fimgbox:nth-child(1) .imgbox {
  position: relative;
  height: 400px;
}
.productbox1 .imgbox div {
  position: absolute;
  width: 52%;
}
.productbox1 .imgbox div:nth-child(1) {
  top: 0;
  left: 0;
}
.productbox1 .imgbox div:nth-child(2) {
  bottom: 0;
  right: 0;
}

/* productbox2 */
.productbox2 {
  margin-bottom: 8rem;
}
.productbox2 li:not(:last-child) {
  margin-bottom: 8rem;
}

/* productbox3 */
.productbox3 li:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .productbox1 .txt1 {
    border-radius: 30px;
  }
  .productbox1 .fimgbox:nth-child(1) .imgbox {
    height: 250px;
  }
  .productbox2 .fimgbox {
    margin-bottom: 2rem;
  }
}