/*------------------------------------------------------------------------------------------------
	top_present.css
------------------------------------------------------------------------------------------------*/
/*headerArea
------------------------------------------------------------------------------------------------*/

#headerArea.contain_present header{
	padding-top: 100px;
}
#headerArea.contain_present .headerBtn a{
	width: 360px;
	padding: 10px 15px 35px 15px;
	color: #444444;
	font-size: 22px;
	margin-top: 60px;
}
#headerArea.contain_present .headerBtn a .preTxt{
	color: #8f1e39;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 0.5em 0;
	display: inline-block;
	background: url(../images/heder_present.svg) left top,url(../images/heder_book.svg) right top;
	background-repeat: no-repeat;
	background-size: 2.2em;
	-moz-background-size: 2.2em;
	-webkit-background-size: 2.2em;
	-o-background-size: 2.2em;
	-ms-background-size: 2.2em;
}
#headerArea #present .headerBtn a .smallTxt{
	font-size: 20px;
	font-weight:normal;
}

/*introduce
------------------------------------------------------------------------------------------------*/

#introduce .benefit div.benefit_present h4 img{
	height: auto;
	display: block;
	margin: 0 auto 10px 35px;
	float: left;
}			
#introduce .benefit .benefit_present{
	background: url(../images/benefit_present.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	margin-top: 10px;
	padding-top: 20px;
}
#introduce .benefit .benefit_present h4{
	height:100px;
}
	#introduce .benefit .benefit_present h4 span{
	padding-top: 20px;
	display: block;
	}
#introduce .benefit .benefit_present dl{
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	line-height: 1.8em;
	padding-top: 10px;
	font-weight: 300;
	padding:0 0 0 2em;
	width:50%;
	float: left;
	box-sizing: border-box;
}
#introduce .benefit .benefit_present dd{
	font-weight: 100;
	padding: 0 0 0.8em 1em;
}

/*------------------------------------------------------------------------------------------------
responsive settings
------------------------------------------------------------------------------------------------*/
			@media screen and (max-width: 960px) {
			}
			@media screen and (max-width: 768px){
			}
@media screen and (max-width: 680px) {
#headerArea.contain_present{
	height: 360px;
}
#introduce .benefit .benefit_present {
	background: url(../images/benefit_present_sp.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	padding-top: 20px;
}
#headerArea.contain_present #present .headerBtn a{
	width: 280px;
	padding: 8px 10px 18px 10px;
	margin: 10px auto 0 auto;
	font-size: 18px;
}	
#headerArea.contain_present #present .headerBtn a .preTxt .smallTxt{
 font-size: 14px;
}
#headerArea.contain_present #present .headerBtn a .preTxt{
 font-size: 18px;
}
#introduce .benefit div.benefit_present h4 {
height:auto;
}
#introduce .benefit div.benefit_present h4 img{
float:none;
margin:0 auto 10px auto;
}
#introduce .benefit div.benefit_present h4 span{
padding-top:0;
}
#introduce .benefit .benefit_present{
	margin-top: 0;
}
#introduce .benefit .benefit_present dl{
	float:none;
	width:100%;
	padding:0;
}
}


/*------------------------------------------------------------------------------------------------
  responsive settings
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 680px) {
#headerArea.contain_present{
	height: 360px;
	background-size: inherit;
	background-position: center bottom;
}
#headerArea.contain_present header{
	padding-top: 40px;
}
}
