@charset "utf-8";

 /*------------------------------------------------------------
 div　外枠
 ------------------------------------------------------------ */

#suntory_contents {
	width: 100%; 
	position: relative;
	padding-bottom: 200px;	
} 
#suntory_contents #container {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
}



 /*------------------------------------------------------------
 共通
 ------------------------------------------------------------ */

ul,li,dl,dt,dd {
	list-style-type: none;
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}

.pc_only { display:none;}
.sp_only { display:block;}

#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 {
	margin: 12px 15px 24px 15px;
	
}

	#suntory_contents #title h1 {
		font-size: 19px;
		line-height: 100%;
		font-weight: bold;
		color: #0f96b8;
		margin-bottom: 30px;
	}
	
	#suntory_contents #title ul {
   		height: 20px;
	}

	#suntory_contents #title ul li {
		margin-right: 10px;
		float: left;
		height: 20px;
	}	
	
	#suntory_contents #title ul li:last-child  {
        margin-right: 0;

	}
	
	#suntory_contents #title ul li span {
		display: inline-block;
		padding-left: 25px;
		font-size: 12px;
		font-weight: normal;
		position: relative;
		line-height: 20px;
    	height: 20px;
	}

	#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: .5em;
    	left: .55em;
    	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: 1px;
    	left: 0;
    	width: 19px;
    	height: 19px;
    	border-radius: 10px;
    	background-color: #0f96b8;
    	z-index: 14;
	}

@media screen and (max-width:360px) {
#suntory_contents #title ul li {
    margin-right: 5px;
}
#suntory_contents #title ul li span {
    padding-left: 22px;
    font-size: 11px;
}
}


/*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;
	}

@media screen and (max-width:350px) {
	#suntory_contents h2,
	#suntory_contents h2 a {
		font-size: 22px;
	}
}




	
/*arrow icon 24px*/		
#suntory_contents .case1 {
	height: 24px;
}

#suntory_contents .case1 a {
	height: 24px;
	line-height: 24px;
	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: 0;
    	right: 0;
    	background-color: #0f96b8;
    	z-index: 14;
	}

		#suntory_contents a.arrow2_big:before,
		#suntory_contents span.arrow2_big:before {
    		top: .4em;
    		right: .5em;
    		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: .35em;
    		right: .5em;
    		width: .3em;
    		height: .3em;
		}
		
		#suntory_contents a.arrow2_small:after,
		#suntory_contents span.arrow2_small:after {
    		width: 20px;
    		height: 20px;
    		border-radius: 10px;
			top: -1px;
		}
	

	#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: 55px;
	}

	#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;
	}	


@media screen and (max-width:350px) {
	#suntory_contents .button a {font-size: 17px;}
}



/*ページの先頭へ*/
#suntory_contents p#btn_page_top {
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 76px;
	right: 1em;
	text-indent: -9999px;
}

	#suntory_contents p#btn_page_top:before {
		content: "";
    	vertical-align: middle;
    	position: absolute;
    	top: 1.2em;
    	left: 1.05em;
    	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;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	

