#suntory_contents h1,
#suntory_contents .heading-parts-01 {
	color: #000;
	font-size: 36px;
	border-bottom: none;
	margin: 20px 0 30px;
	text-align: center;
	line-height: 1.277;
}

#suntory_contents h2,
#suntory_contents .heading-parts-02 {
  color: #000;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.214;
	text-align: center;
  margin: 0 0 30px 0;
  background: none;
}

#suntory_contents h3,
#suntory_contents .heading-parts-03 {
	background: #9DDAEA;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	font-style: normal;
	padding: 14px 10px;
  margin: 0 0 30px 0;
  text-align: left;
	border-left: none;
}

#suntory_contents h4,
#suntory_contents .heading-parts-04 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 15px 0;
  color: #000;
	font-style: normal;
  background: none;
  padding: 0;
	border-left: none;
}

#suntory_contents h5,
#suntory_contents .heading-parts-05 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 15px 0;
  color: #000;
	font-style: normal;
  background: none;
  padding: 0;
}

#suntory_contents h1.-align-left,
#suntory_contents h2.-align-left,
#suntory_contents h3.-align-left,
#suntory_contents h4.-align-left,
#suntory_contents h5.-align-left {
	text-align: left;
}

#suntory_contents .-show-pc {
	display: block !important;
}

#suntory_contents .-show-sp {
	display: none !important;
}

@media only screen and (max-width: 767px) {
  #suntory_contents h1,
  #suntory_contents .heading-parts-01 {
    font-size: 24px;
		line-height: 1.25;
		margin: 34px 0 30px;
  }

  #suntory_contents h2,
  #suntory_contents .heading-parts-02 {
    font-size: 24px;
		line-height: 1.25;
		margin: 0 0 30px;
  }

  #suntory_contents h3,
  #suntory_contents .heading-parts-03 {
    font-size: 24px;
		line-height: 1.25;
		padding: 15px 10px;
		margin: 0 0 24px;
  }

  #suntory_contents h4,
  #suntory_contents .heading-parts-04 {
    font-size: 24px;
		line-height: 1.25;
    padding: 0;
		margin: 0 0 20px;
  }

	#suntory_contents h5,
  #suntory_contents .heading-parts-05 {
    font-size: 20px;
		line-height: 1.4;
    padding: 0;
		margin: 0 0 20px;
  }

	#suntory_contents .-show-pc {
		display: none !important;
	}
	
	#suntory_contents .-show-sp {
		display: block !important;
	}
}