@charset "utf-8";

 /*------------------------------------------------------------
 共通
 ------------------------------------------------------------ */

ul,li,dl,dt,dd {
	list-style-type: none;
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}


img:hover,
a:hover img { 
	opacity: 0.7;
	cursor: pointer;
}

.pc_only { display:block;}
.sp_only { display:none;}

#suntory_contents,
#suntory_contents form,
#suntory_contents input,
#suntory_contents select {
    /*font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;*/
	color: #000;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#suntory_contents a {
    text-decoration: none;
	color: #000;
}

#suntory_contents a:hover,
#suntory_contents a:hover p,
#suntory_contents p a:hover {	
	color: #007694 !important;
	text-decoration: underline;
	text-decoration-color: #007694 !important;
	cursor: pointer;
}


/*title(h1)*/
#suntory_contents #title {
	height: 28px;
	margin: 16px 0 72px 0;
	
}

	#suntory_contents #title h1 {
		font-size: 19px;
		line-height: 28px;
		font-weight: bold;
		color: #0f96b8;
		float: left;
	}
	
	#suntory_contents #title ul {
        margin-left: 40px;
		float: left;
	}

	#suntory_contents #title ul li {
		margin-right: 20px;
		float: left;
	}	
	
	#suntory_contents #title ul li:last-child  {
        margin-right: 0;

	}
	
	#suntory_contents #title ul li span {
		display: inline-block;
		padding-left: 25px;
		font-size: 16px;
		font-weight: normal;
		position: relative;
	}

	#suntory_contents #title ul li span:hover {
		color: #007694 !important;
		text-decoration: underline;
		text-decoration-color: #007694 !important;
		cursor: pointer;
	}



	#suntory_contents span.arrow1:before {
		content: "";
    	vertical-align: middle;
    	position: absolute;
    	top: 6.5px;
    	left: 6px;
    	width: .3em;
    	height: .3em;
    	margin: auto;
   		border-top: 2px solid #fff;
    	border-right: 2px solid #fff;
    	-webkit-transform: rotate(135deg);
    	transform: rotate(135deg);
    	z-index: 15;
	}
		
	#suntory_contents span.arrow1:after {
		content: "";
    	position: absolute;
    	bottom: 2px;
    	left: 0;
    	width: 19px;
    	height: 19px;
    	border-radius: 10px;
    	background-color: #0f96b8;
    	z-index: 14;
	}

/*h2*/	
	#suntory_contents h2,
	#suntory_contents h2 a {
		font-size: 24px;
    	font-weight: bold;
    	color: #0f96b8;
		line-height: 100%;
	}

	#suntory_contents h2 a:hover {
		color: #007694;
		text-decoration: underline;
		text-decoration-color: #007694;
	}






	
/*arrow icon 24px*/		
#suntory_contents .case1 {
	height: 24px;
}

#suntory_contents .case1 a {
	height: 24px;
	line-height: 32px;
	font-size: 18px;
	display: inline-block;
	padding-right: 29px;
	position: relative;
}
	
	#suntory_contents a.arrow2:before,
	#suntory_contents span.arrow2:before {
		content: "";
    	vertical-align: middle;
    	position: absolute;
    	margin: auto;
   		border-top: 2px solid #fff;
    	border-right: 2px solid #fff;
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
    	z-index: 15;
	}
		
	#suntory_contents a.arrow2:after,
    #suntory_contents span.arrow2:after {
		content: "";
    	position: absolute;
		top: 2px;
    	right: 0;
    	background-color: #0f96b8;
    	z-index: 14;
	}

		#suntory_contents a.arrow2_big:before,
		#suntory_contents span.arrow2_big:before {
    		top: 9px;
    		right: 9px;
    		width: .4em;
    		height: .4em;
		}
		
		#suntory_contents a.arrow2_big:after,
		#suntory_contents span.arrow2_big:after {
    		width: 24px;
    		height: 24px;
    		border-radius: 12px;
		}
	
	
/*arrow icon 20px*/		
#suntory_contents .case2 {
	height: 20px;
}

#suntory_contents .case2 a {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	display: inline-block;
	padding-right: 25px;
	position: relative;
}

		#suntory_contents a.arrow2_small:before,
		#suntory_contents span.arrow2_small:before {
    		top: 8px;
    		right:7.5px;
    		width: .3em;
    		height: .3em;
		}
		
		#suntory_contents a.arrow2_small:after,
		#suntory_contents span.arrow2_small:after {
    		width: 20px;
    		height: 20px;
    		border-radius: 10px;
		}
	

	#suntory_contents a.arrow1:hover:after,
	#suntory_contents a.arrow2:hover:after,	
	#suntory_contents span.arrow1:hover:after,
	#suntory_contents span.arrow2:hover:after {
    	background-color: #007694;
	}	
	


/*button*/
#suntory_contents .button {
	width: 390px;
	height: 55px;
	text-align:center;
}
	
	#suntory_contents .button a {
		display: block;
		text-align:center;
		font-size: 20px;
		font-weight: bold;
		border-radius: 28px;
		position: relative;
		height: 55px;
		line-height: 60px;
	}

	#suntory_contents .button a:hover {
	    text-decoration: none;
	}

	#suntory_contents .button a:after {
		content: "";
    	vertical-align: middle;
    	position: absolute;
    	top: 0;
		bottom: 0;
    	right: 24px;
		margin: auto 0;
    	width: .5em;
   		height: .5em;
    	margin: auto;
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
    	z-index: 15;
	}	

	#suntory_contents .button_yellow a {
		color: #000;
		background-color: #fef501;
	}	

	#suntory_contents .button_yellow a:hover {
		background-color: #fdeb00;
	}
		
	#suntory_contents .button_yellow a:after {
    	border-top: 3px solid #0f96b8;
    	border-right: 3px solid #0f96b8;
	}		
	
	#suntory_contents .button_yellow a:hover:after {
    	border-top: 3px solid #007694; !94;
	}	


	#suntory_contents .button_brown a {
		color: #fff;
		background-color: #6c431e;
	}	

	#suntory_contents .button_brown a:hover {
		color: #fff !important;
		background-color: #503217;
	}
		
	#suntory_contents .button_brown a:after {
    	border-top: 3px solid #fff;
    	border-right: 3px solid #fff;
	}	

		
	

/*ページの先頭へ*/
#suntory_contents p#btn_page_top {
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 51px;
	right: 1em;
	text-indent: -9999px;
}

	#suntory_contents p#btn_page_top:before {
		content: "";
    	vertical-align: middle;
    	position: absolute;
    	top: 1.2em;
    	left: 1.09em;
    	width: .7em;
    	height: .7em;
    	margin: auto;
    	border-top: 3px solid #fff;
    	border-right: 3px solid #fff;
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    	z-index: 15;
	}

	#suntory_contents p#btn_page_top:after {
		content: "";
    	position: absolute;
    	bottom: 0;
    	right: 0px;
    	width: 48px;
    	height: 48px;
    	border-radius: 24px;
    	background-color: #0f96b8;
    	z-index: 14;
    	top: 0;
    	margin: auto;
	}

	#suntory_contents p#btn_page_top:hover:after {
		background-color: #007694;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	

