@charset "utf-8";
/*================================================
カラーカード
================================================*/
.p-cardColor__ttl {
  padding: 1.25rem 0 0 0.75rem;
  margin-top: -1.25rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-left-width: 6px;
  border-left-style: solid;
}
.p-cardColor__box {
  background: #FFF;
  margin-top: 1rem;
  border-style: solid;
  border-width: 1px;
}
/*================================================
イラスト付きカード
================================================*/
.p-cardIllust {
  position: relative;
}
.p-cardIllust__img {
  width: 120px;
  margin: 0 auto 1rem;
}
.p-cardIllust__img img {
  width: 100%;
  height: auto;
}
.p-cardIllust__ttl {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.p-cardIllust__box {
  margin-top: 1rem;
}
@media only screen and (min-width: 769px){
  .p-cardIllust__img {
    position: absolute;
    right: 1rem;
    top: -1rem;
  }
  .p-cardIllust__ttl {
    text-align: left;
  }
}
/*================================================
比較テーブル
================================================*/
.p-tblCompare__wrap {
  overflow: hidden;
	border-radius: 8px;
	border: 1px solid #422715;
}
.p-tblCompare {
  width: 100%;
	margin: 0 auto;
}
.p-tblCompare th {
	line-height: 1.4;
	padding: 1rem;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
  width: 36%;
}
.p-tblCompare th.u-alignCenter {
  text-align: center;
}
.p-tblCompare td {
  line-height: 1.4;
	padding: 1rem;
  font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.p-tblCompare th + td {
  border-left: 1px solid #422715;
}
.p-tblCompare tr {
  border-bottom: 1px solid #422715;
}
.p-tblCompare tr:last-of-type {
  border: none;
}
table .c-text + .c-notice {
  margin-top: 0.5rem;
}