@charset "utf-8";
.type1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.type2{
	display: flex;
}
.type3{
	display: flex;
	justify-content: space-between;
	width: 100% !important;
}
.type3__img,
.type3__txt{
	width: 45%;
}
.type4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pr-text{
	font-size: 13px;
	letter-spacing: 1px;
}
/* kubonbon */
.feat-inner{
	width: 1050px;
	padding: 0 65px;
	margin-left: auto;
	margin-right: auto;
}
.feat-list{
	border: 1px solid #cccccc;
	padding: 60px 100px;
}
.feat-list>p,.feat-list>div{
	width: 47%;
}
.feat-text{
	font-size: 15px;
	line-height: 1.8em;
}
.center {
  text-align: center;
}
.b-headingt{
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.feat-list>div>p{
	margin-top: 20px;
}
.feat-itemlist li{
	width: 30%;
	margin-right: 5%;
}
.feat-itemlist li:last-child{
	margin-right: 0;
}
.b-item-name{
	font-weight: bold;
	font-size: 16px;
}
.feat-itemlist .b-item-name{
	margin-top: 7px;
}
.r-price{
	float: right;
	font-size: 16px;
}
.feat-itemlist .r-price{
	margin-top: 10px;
}

.mgt7{margin-top: 7px !important;}
.mgt10{margin-top: 10px !important;}
.mgt15{margin-top: 15px !important;}
.mgt20{margin-top: 20px !important;}
.mgt30{margin-top: 30px !important;}
.mgt40{margin-top: 40px !important;}
.mgt50{margin-top: 50px !important;}
.mgt60{margin-top: 60px !important;}
.mgt80{margin-top: 80px !important;}
.mgb10{margin-bottom: 10px !important;}
.mgb70{margin-bottom: 70px !important;}
.mgl9{margin-left: 9px !important;}
.mgl25{margin-left: 25px !important;}
.mgl60{margin-left: 60px !important;}
.mgl80{margin-left: 80px !important;}
.mgr0{margin-right: 0 !important;}
.pdb60{padding-bottom: 60px !important;}
.pdl20{padding-left: 20px !important;}


.style-peason {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
  padding: 60px 6%;
  border: 1px solid #666;
  border-radius: 20px;
  background: #f7f7f7;
}
.peason-img {
  width: 35%;
  margin-right: 10%;
}
.peason-img img {
  border-radius: 50%;
}
.peason-text-wrap {
  width: 40%;
  text-align: center;
}
.peason-text {
	margin-bottom: 10px;
}
h4.peason-name {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.peason-text2 {
  margin-bottom: 20px;
}