@charset "utf-8";
body { margin:0; }


h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
}
a { color: #0066CC; text-decoration: underline; }
a:hover { color: #0044ff; cursor:  pointer; }
.pc_only { display: block; }
.sp_only { display: none; }
.txt { padding: 0.8em; }
.txt span { font-size: 14px; }
.txt-center { }
.indent1 { padding-left: 1em; text-indent: -1em;  }
.indent2 { padding-left: 2.5em; text-indent: -2.5em;  }
.mt20 { margin-top: 20px; }
.mb40 { margin-bottom: 40px; }
.pl1 { padding-left: 1em; }
.pl2 { padding-left: 2.5em; }
.pl2a { padding-left: 2.5em; }
.lh180 { line-height: 180%; }
#company { padding: 0 0.8em; }

#all_wrap {
	width: 1164px;
	margin: 0 auto;
	padding: 0 0 80px 0;
    font-size: 16px;
    color: #000000;
    line-height: 160%;
	text-align: left;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	position: relative;
}

#all_wrap #breadcrumbs { height: 45px; }
#all_wrap #breadcrumbs ul:after{content:""; clear:both; display:block;}
#all_wrap #breadcrumbs ul li{
float:left;
font-size:12px;
line-height: 45px;
letter-spacing:1px;
position:relative;
}
#all_wrap #breadcrumbs ul li:after{
content:"\003e";
padding:0 5px;
}
#all_wrap #breadcrumbs ul li:last-child:after{
content:"";
}

#all_wrap h1 {
	/* font-size: 40px;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
	line-height: 100%; */
	display: block;
    margin: 75px 0 100px;
    padding: 0 2.5vw;
    font-size: 2.25rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
#all_wrap h2 {
	font-size: 1.1em;
	font-weight: bold;
	/* margin-bottom: 60px;
	padding-bottom: 30px; */
	text-align: left;
	line-height: 100%;
	/* position: relative; */
}
/* #all_wrap h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 8%;
	height: 2px;
	background: #0099ff;
} */
#all_wrap h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 50px 0 30px 0;
	text-align: left;
	line-height: 100%;
}

/* #all_wrap #head p.attention {
	margin-top: 15px;
} */
#all_wrap .poricy_wrap {
	margin: 50px 0;
	/* padding: 70px 80px 0 80px;
	box-shadow: 0 0 7px #ddd;
	width: calc( 100% - 160px );
	border-radius: 25px; */
}
#all_wrap .poricy_wrap#div1 {
    margin-top: 45px;
}

#all_wrap .poricy_block {
	padding: 2.3em 0 1.8em 0;
	border-top: 1px  dotted #999;
}
#all_wrap .poricy_block:last-child {
	border-bottom: 1px  dotted #999;
}



/* トップへ戻るボタン */
#totop {
	width: 70px;
	height: 70px;
	bottom: 20px;
	z-index: 15;
	display: none;	
}

#totop img {
	width: 100%;
	height: auto;
	display: block;
}

#totop.fixed {
	position: fixed;
}

#totop.absolute {
	position: absolute;
	/*right: 0 !important;*/
	bottom: 5px;
}

#totop:hover {
	opacity: 0.7;
	cursor: pointer;
}


/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {


/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
#suntory_contents .suntory_contents_breadcrumb {
	order: 0;
	margin: 20px auto 15px;
	padding: 0 0 0 3px;
	width: 1164px;
	list-style: none;
	font-size: 12px;
	line-height: 14px;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	display: flex;
}
#suntory_contents .suntory_contents_breadcrumb li {
	margin:0 10px 5px 0;
	line-height: 14px;
}
#suntory_contents .suntory_contents_breadcrumb li.nolink {
	text-decoration: none;
	/* background: url(../img/arrow.svg) no-repeat right 0;
	background-size: 7px 12px; */
	padding-right: 18px;
	line-height: 14px;
}
#suntory_contents .suntory_contents_breadcrumb li a {
	color: #000;
	text-decoration: none;
	/* background: url(../img/arrow.svg) no-repeat right 0;
	background-size: 7px 12px; */
	padding-right: 18px;
	line-height: 14px;
}
#suntory_contents .suntory_contents_breadcrumb li a:hover {
	text-decoration: underline;
}
#suntory_contents .suntory_contents_breadcrumb li.home a {
	/* background: url(../img/arrow.svg) no-repeat right 0, url(../img/icon_home.svg) no-repeat 0 center;
	background-size: 7px 12px, 14px 14px; */
	padding: 0 18px 0 24px;
}
#suntory_contents {
	order: 2;
}

#suntory_contents {
	display: flex;
	flex-direction: column;
}

}