@charset "utf-8";
/* CSS Document */

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
dl, dt, dd, ul, li{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
#suntory_contents{
	/*font-family: meiryo, sans-serif;*/
	font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans CJK JP', sans-serif;
	line-height: 1;
}

/* sfnd_hd */
.sfnd_hd{
	border-top: 1px solid #cfe4d1;
}

.sfnd_hd .sp_navi{
	padding: 10px 0;
}
.sfnd_hd .sp_navi:after{
	content: "";
	display: block;
	clear: both;
}
.sfnd_hd p.hd_img{
	margin: 0 0 0 10px;
	float: left;
	width: 260px;
	line-height: 0;
}
.sfnd_hd p.hd_img img{
	width: 260px;
}
.sfnd_hd img.menu_btn{
	margin-right: 10px;
	float: right;
	width: 29px;
	cursor: pointer;
}
.sfnd_hd .sp_menu{
	display: none;
}
.sfnd_hd .sp_menu.open{
	display: block;
}
.sfnd_hd .hd_rgt{
	background-color: #f0f0f0;
	padding: 8px 0;
	margin: 0;
}
.sfnd_hd .hd_rgt:after{
	content: "";
	display: block;
	clear: both;
}
.sfnd_hd .hd_rgt .search_box{
	position: relative;
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}
.sfnd_hd .hd_rgt .search_box form input{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.sfnd_hd .hd_rgt .search_box form input[type="text"]{
	width: 195px;
	height: 29px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 0 0 5px;
	margin: 0 0 0 10px;
	background-color: #ffffff;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sfnd_hd .hd_rgt .search_box form input[type="image"]{
	vertical-align: middle;
	width: 14px;
	background-color: #68d8cb;
	padding: 7px 10px 6px;
	margin: 0;
	position: absolute;
	top: 1px;
	right: 1px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.sfnd_hd .hd_rgt p.lang{
	float: left;
	margin: 0 0 0 10px !important;
}
.sfnd_hd .sp_menu .sp_list dl{
	background-color: #f0f0f0;
	border-top: 1px solid #ffffff;
}
.sfnd_hd .sp_menu .sp_list dl dt{
	background: url(../img/btn_list_on.png) 97% center no-repeat;
	background-size: 13.5px;
	padding: 15px 10px;
	font-size: 15px;
	font-weight: bold;
}left
.sfnd_hd .sp_menu .sp_list dl dt.ac{
	background: url(../img/btn_list_off.png) 97% center no-repeat;
	background-size: 13.5px;
}
.sfnd_hd .sp_menu .sp_list dl dd{
	background-color: #dddddd;
	font-size: 14px;
}
.sfnd_hd .sp_menu .sp_list dl dt:first-child + dd{
	border-top: 1px solid #ffffff;
}
.sfnd_hd .sp_menu .sp_list dl dd a{
	display: block;
	background: url(../img/icon_next.png) 15px 10px no-repeat;
	background-size: 8px 14px;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	color: #000000;
}
.sfnd_hd .sp_menu .sp_list dl dd:nth-of-type(1) a{
	padding-top: 20px;
	background-position: 15px 20px;
}
.sfnd_hd .sp_menu .sp_list dl dd:last-child a{
	padding-bottom: 20px;
}
.sfnd_hd .sp_menu .sp_list p{
	background: url(../img/btn_close.png) left center no-repeat;
	background-size: 12px;
	background-position: 40%;
	background-color: #888888;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	color: #ffffff;
}
.sfnd_hd .hd_rgt p.lang img{
	width: 80px;
}
#suntory_contents .sfnd_hd .hd_rgt p.lang a:hover{
	opacity: 0.7;
}

/* main */
.cont_area a{
	text-decoration: none;
	color: #000000;
}
.main_visual{
	background: url(../img/main_bg_sp.jpg) left top repeat-x;
	padding: 5px 0 20px;;
}
.main_visual ul {
	width: 300px;
	margin: 0 auto;
}
.main_visual ul:after{
	content: "";
	display: block;
	clear: both;
}
.main_visual ul li{
	float: left;
	list-style: none;
	margin-top: 15px;
border-radius: 1.6vw;
}
.main_visual ul li:nth-child(2n){
	margin-left: 10px;
}
.main_visual ul li a:hover{
	opacity: 0.7;
}
.main_visual ul li img{
	width: 145px;
	vertical-align: middle;
	border-radius: 1.6vw;
}
.cont_area{
	padding: 25px 0;
}
.cont_area .cont_L h2{
	display: block;
	background: url(../img/h2_news_sp.png) left top no-repeat;
	background-size: 16px;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 10px 24px;
	margin:0;
}
.cont_area .cont_L .news_area{
	padding: 0 10px;
}
.cont_area .cont_L .news_area dl{
	margin-top: 20px;
}
.cont_area .cont_L .news_area dl dt{
	font-size: 12px;
	color: #00564c;
}
.cont_area .cont_L .news_area dl dt span{
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	margin-left: 10px;
}
.cont_area .cont_L .news_area dl dt span.date{
	color: #00564c;
	font-weight: normal;
	margin-left: 0;
}
.cont_area .cont_L .news_area dl dd{
	font-size: 14px;
	margin: 5px 0 0 0;
	line-height: 1.7
}
.cont_area .cont_L .news_area dl dd a:hover{
	text-decoration: underline;
}
.cont_area .cont_L .news_area dl dd a.external {
	background: url(../img/icon_external_sp.png) no-repeat right center;
	background-size:14px auto;
	padding-right: 18px;
}

.cont_area .cont_R{
	margin-top: 25px;
	padding: 0;
}

.cont_area .cont_R ul.info_bnr li p {
	font-size: 14px;
}
@media screen and (max-width:400px) {
.cont_area .cont_R ul.info_bnr li p {font-size: 13px;}
}
@media screen and (max-width: 350px) {
.cont_area .cont_R ul.info_bnr li p {font-size: 12px;}
}
@media screen and (max-width: 330px) {
.cont_area .cont_R ul.info_bnr li p {font-size: 11px;}
}
.cont_area .cont_R h2{
	position: relative;
	display: block;
	background: url(../img/h2_book_sp.png) left 3px no-repeat;
	background-size: 14px;
	border-bottom: 1px solid #999999;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 24px;
	margin: 0 10px;
	line-height: 24px;
}
.cont_area .cont_R h2 a{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 100%;
	background: url(../img/icon_list_sp.png) left top no-repeat;
	background-size: 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*----blog_area----*/
.cont_area .cont_R .blog_area{
	background-color: #fff3dd;
	padding: 15px 30px ;
	margin: 20px 0 0 0;
	position: relative;
}
.cont_area .cont_R .blog_area a.bx-prev{
	background: url(../img/icon_prev.png) center center no-repeat;
	background-size: 12px 18px;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	position: absolute;
	top: 100px;
	left: 10px;
}
.cont_area .cont_R .blog_area a.bx-next{
	background: url(../img/icon_next.png) center center no-repeat;
	background-size: 12px 18px;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	position: absolute;
	top: 100px;
	right: 10px;
}
.cont_area .cont_R .blog_area h3{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px -15px;
}
.cont_area .cont_R .blog_area ul#blogslide{
	display: table;
	margin: 0;
	padding: 0;
}
.cont_area .cont_R .blog_area ul#blogslide li{
	display: table-cell;
	list-style: none;
	width: 260px;
	padding: 0;
}
.cont_area .cont_R .blog_area ul#blogslide li p {
	width: 260px;
	height: 130px;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	display:flex;
	justify-content: center;
}
.cont_area .cont_R .blog_area ul#blogslide li img{
	width: auto;
	height: 130px;
}
.cont_area .cont_R .blog_area ul#blogslide li dl {
	min-height: 85px;
	font-size: 14px;
	padding: 15px 0 0;
	margin: 0;
}
.cont_area .cont_R .blog_area ul#blogslide li dl dt{
	font-size: 12px;
	color: #666666;
}
.cont_area .cont_R .blog_area ul#blogslide li dl dt span{
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	color: #ff0000;
}
.cont_area .cont_R .blog_area ul#blogslide li dl dt span.date{
	font-weight: normal;
	margin-left: 0;
	color: #666666;
}
.cont_area .cont_R .blog_area ul#blogslide li dl dd{
	font-size: 13px;
	margin: 5px 0 0 0;
	line-height: 1.5;
}
/*----/blog_area----*/

.cont_area .cont_R ul.info_bnr{
	margin: 0 20px 10px 20px;
}
.cont_area .cont_R ul.info_bnr li{
	width: calc( ( 100% - 19px ) / 2 );
	margin: 0 15px 15px 0;
	list-style: none;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.cont_area .cont_R ul.info_bnr li:nth-child(even){
	margin-right: 0;
}
.cont_area .cont_R ul.info_bnr li:hover{
	opacity: 0.7;
}
.cont_area .cont_R ul.info_bnr li a{
	display: block;
	width: 100%;
}

.cont_area .cont_R ul.info_bnr li.report01 a{
	background: url(../img/icon_next.png) 93.75% center no-repeat;
	background-size: 8px 13px;
}
.cont_area .cont_R ul.info_bnr li.report01 p{
	padding: 50px 0 10px;
	margin: 0;
	background: url(../img/ico_news.png) center 10px no-repeat;
	background-size: 28px;
	text-align: center;		
}

.cont_area .cont_R ul.info_bnr li.info00 a{
	background: url(../img/icon_next.png) 93.75% center no-repeat;
	background-size: 8px 13px;
}
.cont_area .cont_R ul.info_bnr li.info00 p{
	padding: 50px 0 10px;
	margin: 0;
	background: url(../img/ico_asteion_sp.png) center 10px no-repeat;
	background-size: 35px;
	text-align: center;
}

.cont_area .cont_R ul.info_bnr li.info01 a{
	background: url(../img/icon_next.png) 93.75% center no-repeat;
	background-size: 8px 13px;
}
.cont_area .cont_R ul.info_bnr li.info01 p{
	padding: 50px 0 10px;
	margin: 0;
	background: url(../img/ico_blog_sp.png) center 10px no-repeat;
	background-size: 25px;
	text-align: center;
}

.cont_area .cont_R ul.info_bnr li.info02 a{
    background: url(../img/icon_next.png) 93.75% center no-repeat;
    background-size: 8px 13px;
}
.cont_area .cont_R ul.info_bnr li.info02 p{
	padding: 50px 0 10px;
	margin: 0;
	background: url(../img/ico_x_sp.png) center 10px no-repeat;
	background-size: 25px;
	text-align: center;
}

.cont_area .cont_R ul.info_bnr li.info03 a{
	background: url(../img/icon_next.png) 93.75% center no-repeat;
	background-size: 8px 13px;
}
.cont_area .cont_R ul.info_bnr li.info03 p{
	padding: 50px 0 10px;
	margin: 0;
	background: url(../img/ico_yt.png) center 10px no-repeat;
	background-size: 30px;
	text-align: center;
}

.cont_area .cont_R ul.info_bnr li.info04 a{
	background: url(../img/icon_next.png) 93.75% center no-repeat;
	background-size: 8px 13px;
}
.cont_area .cont_R ul.info_bnr li.info04 p{
	padding: 39px 0 10px;
	margin: 0;
	background: url(../img/ico_yt.png) center 10px no-repeat;
	background-size: 30px;
	text-align: center;
	font-size: 12px;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*----pablication----*/
.cont_area .cont_R .pablication a.bx-prev{
	background: url(../img/icon_prev.png) 10px 50px no-repeat;
	background-size: 12px 18px;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 0;
	padding: 50px 20px 90px 10px;
}
.cont_area .cont_R .pablication a.bx-next{
	background: url(../img/icon_next.png) 20px 50px no-repeat;
	background-size: 12px 18px;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	right: 0;
	padding: 50px 10px 90px 20px;
}
.cont_area .cont_R .pablication{
	box-sizing: border-box;
	background-color: #f0f0f0;
	height: 290px;
	margin: 15px 10px;
	padding: 20px 20px 10px 20px;
	position: relative;
	overflow: hidden;
}
.cont_area .cont_R .pablication ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.cont_area .cont_R .pablication ul#bookslide li,
.cont_area .cont_R .pablication ul#bookslide li p,
.cont_area .cont_R .pablication ul#bookslide li a{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.cont_area .cont_R .pablication ul#bookslide li{
	height: 250px;
	text-align: center;
}
.cont_area .cont_R .pablication ul#bookslide li a{
	display: block;
}
.cont_area .cont_R .pablication ul#bookslide li p.book{
	height: 138px;
	overflow: hidden;
	display:flex;
	justify-content: center;
}
.cont_area .cont_R .pablication ul#bookslide li p img{
	width: auto;
	height: 138px;
}
.cont_area .cont_R .pablication ul#bookslide li a:hover p img{
	opacity: 0.7;
}
.cont_area .cont_R .pablication ul#bookslide li a:hover p.tit,
.cont_area .cont_R .pablication ul#bookslide li a:hover p.author{
	text-decoration: underline;
}
.cont_area .cont_R .pablication ul#bookslide li p.tit{
	margin-top: 10px;
	color:#00564c;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
}
.cont_area .cont_R .pablication ul#bookslide li p.author{
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5;
}
.cont_area .cont_R .pablication ul#bookslide li a.external .tit span {
	background: url(../img/icon_external_sp.png) no-repeat right center;
	background-size:14px auto;
	padding-right: 18px;
}
.cont_area .cont_L ul.bnr_area,
.cont_area .cont_L ul.report_area{
		list-style: none;
	margin: 0 10px;
}
.cont_area .cont_L ul.bnr_area li{
	padding-top: 15px;
	text-align: center;
}
.cont_area .cont_L ul.bnr_area li a:hover{
	opacity: 0.7;
}
.cont_area .cont_L ul.bnr_area li img{
	width: 232px;
}
.cont_area .cont_L ul.report_area {
	margin: 15px 15px 0;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	}
.cont_area .cont_L ul.report_area li{
		display: block;
	width: 163px;
	height: 70px;
	list-style: none;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 15px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.cont_area .cont_L ul.report_area li:hover{
	opacity: 0.7;
}
.cont_area .cont_L ul.report_area li.report01 {
	width: 175px;
}
.cont_area .cont_L ul.report_area li.report02{
	width: 155px;
}
.cont_area .cont_L ul.report_area li.report01 p{
	background: url(../img/ico_news_sp.png) left center no-repeat;
	background-size: 24px;
	padding: 0 0 0 30px;
	margin: 0;
}
.cont_area .cont_L ul.report_area li.report02 p{
	background: url(../img/ico_jirei_sp.png) left center no-repeat;
	background-size: 24px;
	padding: 0 0 0 30px;
	margin: 0;
}

/* .sfnd_ft */
.sfnd_ft{
	border-top: 5px solid #cfe4d1;
}
.sfnd_ft p.ft_img{
	margin: 10px 0 10px 10px;
}
.sfnd_ft p.ft_img img{
	width: 260px;
}
.sfnd_ft .ft_list{
	margin-bottom: 10px;
}
.sfnd_ft .ft_list .ft_cont{
	position: relative;
}
.sfnd_ft .ft_list .ft_cont >a.totop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}
.sfnd_ft .ft_list .ft_cont >a img{
	width: 40px;
}
.sfnd_ft .ft_list ul li dl{
	background-color: #f0f0f0;
	border-top: 1px solid #ffffff;
}
.sfnd_ft .ft_list ul li dl dt{
	background: url(../img/btn_list_on.png) 97% center no-repeat;
	background-size: 13.5px;
	padding: 15px 10px;
	font-size: 15px;
	font-weight: bold;
}
.sfnd_ft .ft_list ul li dl dt.ac{
	background: url(../img/btn_list_off.png) 97% center no-repeat;
	background-size: 13.5px;
}
.sfnd_ft .ft_list ul li dl dd{
	background-color: #dddddd;
	font-size: 14px;
}
.sfnd_ft .ft_list ul li dl dt:first-child + dd{
	border-top: 1px solid #ffffff;
}
.sfnd_ft .ft_list ul li dl dd a{
	display: block;
	background: url(../img/icon_next.png) 15px 10px no-repeat;
	background-size: 8px 14px;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	color: #000000;
}
.sfnd_ft .ft_list ul li dl dd:nth-of-type(1) a{
	padding-top: 20px;
	background-position: 15px 20px;
}
.sfnd_ft .ft_list ul li dl dd:last-child a{
	padding-bottom: 20px;
}
.sfnd_ft .ft_list p.go_pagetop{
	background-color: #888888;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
	margin: 0;
}
.sfnd_ft .ft_list p.go_pagetop a{
	text-decoration: none;
	color: #ffffff;
}

/* 20170824 information?ǉ? */
.oshirase {
	background : #f0f0f0;
	padding : 10px;
}

.oshirase .inner {
	margin : 0 auto;
}

.oshirase .pc_title {
	display : none;
}

.oshirase ul {

}

.oshirase ul li {
	margin-bottom : 5px;
	/*font-size : 12px;←通常のお知らせフォントサイズ*/
	font-size : 14px;
	list-style : none;
}

/* ↓通常のお知らせ */
.oshirase ul li a {
	text-decoration : none;
	color : #262626;
	font-weight : normal;
}

/* ↓特別なお知らせ */
.oshirase ul li a.emphasis {
	color : #ff0000;
	font-weight : bold;
}

.oshirase ul li span {
	display : block;
	margin-top : 3px;
}

.oshirase ul li a:hover {
	text-decoration : underline;
}

.pc_only{
	display:none;
}
