@charset "utf-8";

/*------------------------------------------------------------
  font
------------------------------------------------------------ */
#suntory_contents {
	color: #222;
}

#suntory_contents .bold {
	font-weight: bold;
}


/*------------------------------------------------------------
  for PC
------------------------------------------------------------ */
#suntory_contents .sp_item {
	display: none;
}

#suntory_contents .cap{
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.2;
}

#suntory_contents img {
	width: 100%;
	vertical-align: bottom;
}

/*------------------------------------------------------------
  [PC] contents_header
------------------------------------------------------------ */
#suntory_contents #contents_header {
	background: #780d29 url(../img/common/bg_header.jpg) no-repeat center 0;
	height: 129px;
}

#suntory_contents #contents_header .inner {
	margin: 0 auto;
	width: 1080px;
}


/*------------------------------------------------------------
  [PC] container
------------------------------------------------------------ */

#suntory_contents #container .inner {
	margin: 0 auto;
}

#suntory_contents #container.flat .inner {
	margin: 0 auto;
	width: 1164px;
	background: #fff;
}

#suntory_contents #contents {
	margin: 0 auto;
	padding-bottom: 120px;
	width: 1080px;
	background: #fff;
	position: relative;
}


/*------------------------------------------------------------
  [PC] article
------------------------------------------------------------ */

/* cont
------------------------*/

/*共通*/
#suntory_contents .cont{
	margin-top: 25px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
}

#suntory_contents .cont:first-child{
	margin-top: 0;
}

#suntory_contents .cont_ttl{
	font-size: 16px;
	font-weight: bold;
}

#suntory_contents .cont_expl{
	margin-top: 15px;
}

#suntory_contents .cont_img{
	max-width: 340px;
	margin: 45px 0 10px 30px;
}

/*テキスト+写真　回り込みなし*/
#suntory_contents .article .nowrap::after{
	content: "";
	display: block;
	clear: both;
}
#suntory_contents .nowrap .cont_txt{
	max-width: 628px;
	float: left;
}
#suntory_contents .nowrap .cont_img{
	float: left;
}

/*テキスト+写真　回り込みあり*/
#suntory_contents .wrap::after{
	content: "";
	display: block;
	clear: both;
}
#suntory_contents .wrap .cont_img{
	float: right;
}

/*テキスト幅758の時*/
#suntory_contents .article .m-w758{
	max-width: 758px;
}
#suntory_contents .article .m-w210{
	max-width: 210px;
}

#suntory_contents .article {
	padding: 50px 40px;
	border: 1px #dddddd solid;
}

#suntory_contents .article_title {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px #222 solid;
}

#suntory_contents .article_title h1 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	font-weight: 500;
}

#suntory_contents .article_title .author {
	font-size: 16px;
	color: #222;
	text-align: right;
}


#suntory_contents .oldreport {
	margin-top: 45px;
	text-align: right;
}

#suntory_contents .oldreport ul {
	overflow: hidden;
	margin-left: -22px;
	list-style: none;
}

#suntory_contents .oldreport ul li {
	float: left;
	max-width: 320px;
	margin-top: 20px;
	margin-left: 20px;
}

#suntory_contents .oldreport ul a {
	display: block;
	transition: 0.5s;
}

#suntory_contents .oldreport ul a:hover {
	opacity: 0.4;
}

/*------------------------------------------------------------
  [PC] contents_container
------------------------------------------------------------ */
#suntory_contents .contents_container {}

#suntory_contents .contents_container:after {
	content: '';
	display: block;
	clear: both;
}

@media screen and (max-width:767px) {

	/*------------------------------------------------------------
	for SP
	------------------------------------------------------------ */

	#suntory_contents .pc_item {
		display: none;
	}

	#suntory_contents .sp_item {
		display: block;
	}

	#suntory_contents .sp_mt15{
		margin-top: 15px !important;
	}

	/*------------------------------------------------------------
		[SP] container
	------------------------------------------------------------ */
	#suntory_contents #container {
		background: none;
	}

	#suntory_contents #container .inner {
		margin: 0 auto;
		background: none;
	}

	#suntory_contents #container.flat .inner {
		margin: 0 auto;
		width: auto;
		background: #fff;
	}

	#suntory_contents #contents {
		margin: 0 auto;
		padding: 0 20px 40px;
		width: auto;
		position: relative;
		z-index: 0;
	}

	/*------------------------------------------------------------
		[SP] article
	------------------------------------------------------------ */
	#suntory_contents .article {
		padding: 20px 15px;
		border: none;
	}

	#suntory_contents .article {
		padding: 0 15px 20px;
		border: none;
	}

	#suntory_contents .article_title {
		margin-bottom: 15px;
		padding: 0 0 20px;
		border-bottom: 1px #222 solid;
		z-index: 9999;
	}

	#suntory_contents .article_title h1 {
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: bold;
		font-weight: 500;
	}

    #suntory_contents .sp_title{
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: bold;
        font-weight: 500;
    }

	#suntory_contents .article_title .author {
		font-size: 12px;
		color: #222;
		text-align: right;
	}

	/* cont
	-------------------------------------------*/

	#suntory_contents .cont_img{
		margin: 15px auto 0;
	}

	#suntory_contents .nowrap .cont_img,
	#suntory_contents .wrap .cont_img{
		float: none;
	}

	/*------------------------------------------------------------
		[SP] oldreport
	------------------------------------------------------------ */
	#suntory_contents .oldreport ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

}


@media screen and (max-width:374px) {
	/* for SP small */

	/*------------------------------------------------------------
	（SP）small
	------------------------------------------------------------ */

}