@charset "euc-jp";

.p-tokusho-title {
  background: #D5D9D3;
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-tokusho-frame {
  margin: 0 16px;
  margin-bottom: 20px;
  border: 1px solid #E6EBE4;
}
.p-tokusho-frame dt {
  background: #E6EBE4;
  /* height: 40px; */
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.p-tokusho-frame dd {
  padding: 8px;
  font-size: 16px;
  line-height: 1.5;
}
.p-tokusho-frame dd img {

}

/*------------------------------*/
@media screen and (min-width: 768px) {
  .main {
  	width: 1200px;
    margin: 0 auto;
  }
  .c-breadcrumbs {
    margin-top: 16px;
    border-bottom: 1px solid #E6EBE4;
    margin-bottom: 16px;
  }
}