@charset "UTF-8";
/*-----------------------------------
head_title
----------------------------------*/
.head_title{
	background: url("../img/common/bg_hexagon.png"),url("../img/common/deco_heart_01.png"),url("../img/common/deco_heart_02.png");
	background-repeat: no-repeat;
	background-size: 40%,20%,20%;
	background-position: center center,100% -10%, -5% 120%;
	padding: 50px 0 40px;
}
.head_title img{
	width: 60%;
	max-width: 360px;
	margin-bottom: 10px;
}
@media screen and (max-width: 740px) {
	.head_title{
		background-size: 60%,20%,20%;
		background-position: center center,100% -10%, -5% 120%;
		padding: 100px 0 20px;
	}
}
/*-----------------------------------
breadcrumb
----------------------------------*/
#breadcrumb{
	padding: 5px 2.5%;
}
#breadcrumb li {
	display: inline-block;
}
#breadcrumb li a{
	position: relative;
	padding-right: 20px;
}
#breadcrumb li a::before {
  content: url("../img/common/icon_link_bd_arrow_w.svg");
  width: 15px;
  top:0;
  right: 2%;
  position: absolute;
  transition: all .4s;
  display: block;
}
#breadcrumb li ,
#breadcrumb li a{
	color: #fff;
}
@media screen and (max-width: 740px) {
	#breadcrumb{
		font-size: 1.3rem;
	}
	#breadcrumb li a::before {
	  width: 12px;
	  top: -3px;
	}
}

/*-----------------------------------
benefits
----------------------------------*/
.benefits .ribbon{
	width: 100%;
	bottom: -70px;
}
.benefits .box{
	padding-top: 30px;
}
.benefits .box .ps_mga{
	display: inline-block;
  	top: -25px;
	text-align: center;
}
.benefits .box .ps_mga span {
  padding: 8px 5%;
}
.benefits ul li{
	margin-top: 30px;
	background: #fff;
	padding: 10px 1%;
	box-sizing: border-box;
}
.benefits .box .num{
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 40px;
}

.benefits .box .num{
	width: 40px;
	float: left;
	margin-right: 2%;
}
.benefits .box .txt{
	width: 300px;
	max-width: 70%;
	float: left;
}
.benefits .box .txt .fz18{
	line-height: 2.8rem;
}
@media screen and (max-width: 740px) {
	.benefits .ribbon {
	  width: 100%;
	  bottom: -40px;
	}
	.benefits ul li {
		width: 100%;
		margin-top: 10px;
		padding: 5px 1%;
	}
	.benefits .box .num {
		width: 30px;
		height: 30px;
		padding-top: 2px;
		box-sizing: border-box;
	  }
	.benefits .box .txt{
		width: 300px;
		max-width: 80%;
		margin-top: 5px;
		float: left;
	}
	.benefits .box .txt .fz18{
		line-height: 1.6rem;
	}
}
