@charset "utf-8";

#suntory_contents section#report01 h1,
#suntory_contents section#report02 h1 {
	margin: 30px 0 15px;
	font-size: 24px;
	line-height: 1.8;
	text-align: center;
	color: #1C87A0;
}
#suntory_contents section#report01 h1 .sm_txt,
#suntory_contents section#report02 h1 .sm_txt {
	display: block;
	font-size: 18px;
}
#suntory_contents section#report01 .bt_return a,
#suntory_contents section#report02 .bt_return a {
	box-sizing: border-box;
	display:flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 300px;
	margin: 30px auto 0;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.5;
	background-color: #cef3fb;
	border-radius: 5px;
	text-align: center;
}
#suntory_contents section#report01 h2,
#suntory_contents section#report02 h2 {
	margin: 0 0 15px;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border-top: 2px solid #46C6E4;
	border-bottom: 2px solid #46C6E4;
}
#suntory_contents section#report01 .block,
#suntory_contents section#report01 .profile,
#suntory_contents section#report02 .block,
#suntory_contents section#report02 .member,
#suntory_contents section#report02 .profile {
	width: 780px;
	margin: 0 auto;
}
#suntory_contents section#report01 p,
#suntory_contents section#report02 p {
	font-size: 14px;
	line-height: 1.6;
}
#suntory_contents section#report01 h3,
#suntory_contents section#report02 h3{
		width: 780px;
	font-size: 16px;
	line-height: 2;
	margin: 30px auto 15px;
	border-left: 5px solid #46C6E4;
	padding-left: 10px;
}
#suntory_contents section#report01 .profile,
#suntory_contents section#report02 .profile {
	margin-top: 30px;
	background: #f6f6f6;
	padding: 10px 20px 20px 20px;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents section#report01 .profile h4,
#suntory_contents section#report02 .profile h4 {
	display: block;
	width: 150px;
	height: 30px;
	margin: 10px 0 0 ;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	background: #D4E0D5;
}
#suntory_contents section#report01 .profile .prof_body,
#suntory_contents section#report02 .profile .prof_body {
	width: 560px;
}
#suntory_contents section#report01 .profile p,
#suntory_contents section#report02 .profile p {
	margin: 10px 0 0;
}
#suntory_contents section#report01 .profile p.name,
#suntory_contents section#report02 .profile p.name {
	font-size: 15px;
}
#suntory_contents section#report02 .profile p.prof_txt + p.name {
	margin-top: 15px;
}


/*===============================
report01
===============================*/
#suntory_contents section#report01 h2 .sm_txt {
	font-size: 16px;
}
#suntory_contents section#report01 .block p {
	margin: 10px 0 0;
	text-indent: 1em;
}


/*===============================
report02
===============================*/

#suntory_contents section#report02 .member {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px 20px 20px 20px;
	border: 1px solid #46C6E4;
        border-radius: 10px;
}
#suntory_contents section#report02 .member .inner {
	margin-top: 10px;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents section#report02 .member h4 {
	display: block;
	width: 150px;
	height: 30px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background: #46C6E4;
}
#suntory_contents section#report02 .member dl {
	width: 560px;
}
#suntory_contents section#report02 .member dt {
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
}
#suntory_contents section#report02 .member dd {
	font-size: 13px;
	margin: 3px 0 8px 20px;
	line-height: 1.5;
}
#suntory_contents section#report02 .block {
position: relative;
margin-top: 15px;
}
#suntory_contents section#report02 .block p {
padding-left: 4em;
	margin: 10px 0 0;
}
#suntory_contents section#report02 .block::before {
position: absolute;
top:0;
left:0;
font-size: 14px;
line-height: 1.7;
}
#suntory_contents section#report02 .block.kojima::before {content:"小島";}
#suntory_contents section#report02 .block.koiwa::before {content:"小岩";}
#suntory_contents section#report02 .block.yama::before {content:"山岡";}
#suntory_contents section#report02 .block.nico::before {content:"ニコラ";}
#suntory_contents section#report02 .block.miya::before {content:"宮沢";}


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

	#suntory_contents section#report01,
	#suntory_contents section#report02 {
		width: 92vw;
		margin: 30px auto 0;
	}
	#suntory_contents section#report01 h1,
	#suntory_contents section#report02 h1 {
		margin-top: 0;
	}
	#suntory_contents section#report01 .block,
	#suntory_contents section#report02 .block,
	#suntory_contents section#report01 .profile,
	#suntory_contents section#report02 .member,
	#suntory_contents section#report02 .profile {
		width: 100%;
	}
#suntory_contents section#report01 h3,
#suntory_contents section#report02 h3{
		width: 100%;
}
#suntory_contents section#report01 .profile,
#suntory_contents section#report02 .profile {
display: block;
}
#suntory_contents section#report01 .profile .prof_body,
#suntory_contents section#report02 .profile .prof_body {
	margin-top: 15px;
width: 100%;
}
#suntory_contents section#report01 .profile p.name,
#suntory_contents section#report02 .profile p.name {
    font-size: 14px;
}
#suntory_contents section#report01 .profile p.prof_txt,
#suntory_contents section#report02 .profile p.prof_txt {
    font-size: 13px;
}

/*===============================
report02
===============================*/
#suntory_contents section#report02 .member .inner {
display: block;
}
#suntory_contents section#report02 .member dl {
	margin-top: 10px;
width: 100%;
}

}