@charset "utf-8";
/* CSS Document */

.cnt h2{
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.cnt p{
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: center;
}
input{
  padding: .5em .7em;
  font-size: 2rem;
  line-height: 1em;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
}
input[type="text"]:focus{
  border: 1px solid #408765;
  background: #e1efe8;
}
input[type="button"]{
  cursor: pointer;
}
input[type="button"]:hover{
  border: 1px solid #408765;
  background: #e1efe8;
}
.cdbtn{
  width: 40%;
  margin: 15px auto;
}
.pricebox table.type2 {
	width:800px;
	margin:0 auto 10px;
	padding:0;
	border-top:1px solid #787878;
	border-left:1px solid #787878;
	font-size:18px;
}
.pricebox table.type2 th {
	border-bottom:1px solid #787878;
	border-right:1px solid #787878;
	background-color:#e2e2e2;
	padding:10px;
	text-align:center;
}
.pricebox table.type2 td {
	border-bottom:1px solid #787878;
	border-right:1px solid #787878;
	padding:10px 0 10px 0;
	text-align:center;
}
.pricebox table.type2 td:first-child{
	padding:10px 0 10px 30px;
	text-align:left;
}
.pricebox sup {font-size:10px;}

.op{
 color:#ff0000;
}
p.soryo{
	margin:0 0 30px;
	text-align:center;
	color:#ff0000;
}
.cmpgn{
 width:70%;
 margin:0 auto;
 padding:0.5em 0;
 color:#ff0000;
 border-top:1px solid #F30;
 border-bottom:1px solid #F30;
}
.mbrbtn{
  width: 40%;
  margin: 20px auto;
}
@media screen and (max-width: 414px) {
}