@charset "utf-8";

main figure img {
  display: block;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  main dl dd {
    font-size: calc(15 / 16 * 1rem);
  }
}

/* === .tit and .subTit === */
.tit {
  color: #0068b7;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
}
.subTit {
  color: #0068b7;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .tit {
    font-size: calc(18 / 16 * 1rem);
    margin-bottom: 8px;
    background-image: linear-gradient(0deg, rgba(199, 232, 250, 1) 40%, rgba(255, 255, 255, 1) 40%);
  }
  .subTit {
    font-size: calc(16 / 16 * 1rem);
    margin-bottom: 4px;
  }
}
@media not all and (min-width: 768px){
  .tit {
    font-size: calc(15 / 16 * 1rem);
    margin-bottom: 4px;
    background-image: linear-gradient(0deg, rgba(199, 232, 250, 1) 8px, rgba(255, 255, 255, 1) 8px);
  }
  .subTit {
    font-size: calc(15 / 16 * 1rem);
    margin-bottom: 4px;
  }
}

/* === .fBox (flexBox) === */
@media screen and (min-width: 768px){
  .fBox {
    display: -webkit-box;
    display: flex;
  }
}

/* === table === */
table th,
table td {
  font-weight: normal;
  border: 2px solid #d1d1d1;
  vertical-align: middle;
}
table th {
  color: #fff;
  background-color: #0068b7;
}
table th.sub {
  color: #231815;
  background-color: #c8e7f1;
}
@media screen and (min-width: 768px){
  table th,
  table td {
    padding: 12px;
  }
}
@media not all and (min-width: 768px){
  table th,
  table td {
    padding: 8px;
  }
}

/* === #automobile === */
#automobile table th {
  width: 25%;
}
@media screen and (min-width: 768px){
  #automobile .fBox p {
    flex: 1;
  }
  #automobile .fBox figure {
    width: 360px;
    margin-left: 12px;
  }
  #automobile table th {
    width: 25%;
  }
}
@media not all and (min-width: 768px){
  #automobile .fBox figure {
    margin: 12px auto;
  }
  #automobile table th {
    width: 35%;
  }
}

/* === #recycling === */
@media screen and (min-width: 768px){
  #recycling .fBox p {
    flex: 1;
  }
  #recycling .fBox figure {
    width: 400px;
    margin-left: 12px;
  }
}

/* === #paperless === */
#paperless table th {
  width: 25%;
}

/* === #green === */
#green .innerBox {
  border: 2px solid #c8e7f1;
}
#green .innerBox dt {
  text-align: center;
}
@media screen and (min-width: 768px){
  #green .innerBox {
    padding: 20px 80px;
  }
}
@media not all and (min-width: 768px){
  #green .innerBox {
    padding: 12px;
  }
}