@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: 75%;
	line-height: 1.4;
	padding: 1rem 0.5rem;
}
/* --リスト名ブロック */

.cp_pricetable2 th {
    background: #999;
    color: #fff;
    width: 25%;
    border-bottom: solid #fff 1px;
}


/*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;
}
.gmap {

}
.gmap a {
	color: #fff;
    font-size: 12px;
    background: #448296;
    padding: 2px 0 2px 6px;
    text-align: center;
    display: inline-block;
}
.gmap a:hover{
	display: inline-block;

}
.sp_add {
	display: contents;
}
.pc_add {
	display: none;
}
.sp_add a {
	color: #448296;
    text-decoration: underline;
}


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


}

@media screen and (min-width:414px) {
	.cp_pricetable2 tbody td {
		line-height: 2;
	} 
	.sp_add {
		display: none;
	}
	.pc_add {
		display: contents;
	}
	.gmap a:hover{
		text-decoration: none;
	}
}
