@charset "utf-8";
.cont1 > div {
  width: 100%;
}
.title {
  width: 12rem;
}
h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
#quality {
  background: #fff;
}
.quality_message {
  background: #fff;
  font-size: 1.2rem;
  padding: 1rem;
  letter-spacing: .2rem;
  font-weight: bold;
  display: inline-block;
}
#price {
  overflow: scroll;
  background: #fff;
  max-width: 1000px;
}
#price table {
  width: 100%;
}

tbody {
  border: solid #cdcdcd 1px;
}
.cp_pricetable2 {
	margin: 0 auto;
	padding: 0em;
	border-spacing: 1px 0;
	border-radius: 6px;
}
.cp_pricetable2 td {
	height: 50px;
  padding: 0 20px;
  border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

/*main tableブロック*/
.cp_pricetable2 tbody td {
	width: 25%;

}
/* --リスト名ブロック */
.cp_pricetable2 tbody td:first-child {
	font-size: 0.8em;
	width: auto;
	white-space: nowrap;
}

.cp_pricetable2 td:first-child {
  background: #999;
  color: #fff;
}


/*Header テキストブロック*/
/*.cp_pricetable2 thead td {
	font-size: 1.2em;
	font-weight: bold;
	border-top: none;
	border-radius: 6px 6px 0 0;
}*/
/*Footer ボタンブロック*/
.cp_pricetable2 tfoot td {
	border-bottom: none;
	border-radius: 0 0 6px 6px;
}
/*ボタンデザイン*/
.cp_pricetable2 a.cp_btn {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #da3c41;
	border-radius: 4px;
	background: #da3c41;
}
.cp_pricetable2 .cp_btn:after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	content: '';
	transition: 0.3s;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	opacity: 0;
	background: #ffffff;
}
.cp_pricetable2 .cp_btn:hover {
	color: #da3c41;
}
.cp_pricetable2 .cp_btn:hover:after {
	height: 250%;
	opacity: 1;
}
.cp_pricetable2 .cp_btn:active:after {
	height: 350%;
	opacity: 1;
}

table tr:nth-child(even) {
  background: #efefef;
}

.cont3 .cp_pricetable2 td:first-child,
.cont4 .cp_pricetable2 td:first-child {
  background: none;
  color: #000;
}
.cont3 thead,.cont3 thead td:first-child {
  background: #999;
  color: #fff!important;
}
.cont3 .cp_pricetable2 td {
  width: 30%;
}
.cont4 .cp_pricetable2 td {
  width: 50%;
}






@media screen and (max-width:768px) {


}

@media screen and (min-width:414px) {
  #price {
    overflow: auto;
  }
  
  .title {
    width: 8rem;
  }
  
}
