@charset "utf-8";

.mt0	{ margin-top:0px !important; }
.mt5	{ margin-top:5px !important; }
.mt60	{ margin-top:60px !important; }
.mt70	{ margin-top:70px !important; }


p.h6 {
	font-size:108%;
	color: #13538c;
	font-weight: 800;
	line-height: 130%;
}

p.indent {
	padding-left:1.5em;
	text-indent:-1.3em;
	font-size:77%;
	color: #444;
	font-weight: 200;
	line-height: 130%;
}

p.indent2 {
	padding-left:2.2em;
	text-indent:-2.0em;
	font-size:77%;
	color: #444;
	font-weight: 200;
	line-height: 130%;
}


ol.asterisk {
	counter-reset: number;
	list-style: none;
	margin-top: 8px;
}
ol.asterisk li {
  text-indent: -2em;
  padding-left:2.2em;
  font-size:77%;
  color: #444;
  font-weight: 200;
  line-height: 130%;
}
ol.asterisk li:before {
  counter-increment: number;
  content: "※"counter(number)" ";
}





table.typeHK2, th, td {
	border-collapse: collapse;
	border: 1px solid #a0a0a0;
	line-height: 1.5;
	width: 100%;
	font-size: 87%;
}
table.typeHK2 th {
	padding: 10px;
	font-weight: normal;
	background: #f0f0f0;
	vertical-align: middle;
	text-align: center;
	width: 110px;
}
table.typeHK2 td {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	width: 110px;
}
.prod-colors .pcolor {
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 0.5rem;
	background: #fff;
	border: solid 1px #a2a2a2;
	border-radius: 50%;
	text-align: center;
	padding-top: 6px !important;
	margin-top: 5px;
}
table.typeHK2 img {
	width: 100%;
	min-width:165px;
}
.pcolor-text {
	color: #333;
	z-index:5;
	font-size: 87%;
}
.prod-colors .pcolor.skin {
  background: #d7bf91;
}
.prod-colors .pcolor.orange {
  background: #b96f43;
}
.prod-colors .pcolor.brown {
  background: #59381b;
}
.prod-colors .pcolor.white {
  background: #fff;
}
.prod-colors .pcolor.pan656 {
  background: #e8f0fa;
}
.prod-colors .pcolor.dic329 {
  background: #82593f;
}
.prod-colors .pcolor.dic450 {
  background: #96aac5;
}
.prod-colors .pcolor.dic2388 {
  background: #5c7888;
}
.prod-colors .pcolor.panblack6 {
  background: #000016;
}
.prod-colors .pcolor.clear {
  background: -moz-linear-gradient(top, #c1c2c4, #FFF);
  background: -webkit-linear-gradient(top, #c1c2c4, #FFF);
  background: linear-gradient(to bottom, #c1c2c4, #FFF);
}

@media print , screen and (min-width: 768px) {
.pc-mr40	{ margin-right:40px !important; }
}
a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}




.flexbox {
  display: flex;
}

.fw {
  flex-wrap: wrap;
}

#topics {
  position: relative;
  z-index: 10;
  padding-top: 10px;
}
#topics .hide {
  display: none;
}

.tab {
  overflow: hidden;
}
.tab li {
  list-style: none;
  padding: 10px 0 10px 0;
  margin-right: 10px;
  margin-bottom: 20px;
  flex: 1;
  text-align: center;
  border-bottom: 2px solid #ddd;
  color: #777;
  font-weight: 600;
  letter-spacing: .05em;
}
.tab li img {
  max-width: 80px;
  display: block;
  margin: 10px auto;
}
.tab li:last-child {
  margin-right: 0;
}
.tab li:hover {
  border-bottom: 2px solid #484ea6;
  cursor: pointer;
  color: #484ea6;
  background-color: #e8e9ff;
}
.tab .select {
  border-bottom: 2px solid #484ea6;
  color: #484ea6;
  background-color: #e8e9ff;
}


.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #fff;
  table {
    margin: 0;
    border: none;
}
}

@media all and (max-width: 1100px) {
.scroll-table:before {
content: "※ この表は横にスクロールできます。";
color:red;
}
}
}