
/*------------------------common*/
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
#suntoryCommonHeader,#suntorySubCommonHeader {display: none;}
#wrap_all {
  padding-top: 10px;
  background-color: #000;
  color: #fff;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
h2 {
	width: 92%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 0;
}
h2 img {
	width: 100%;
	max-width: 580px;
}
h2.yerrow {
	background-color: #ff0;
}
h2.white {
	background-color: #fff;
}
p {
	line-height: 1.5em;
}
p.arrow {
	text-align: center;
}
/*------------------------header*/
#header {
	margin-bottom: 60px;
}
#header div.logo img {
	width: 30%;
  display: block;
	margin: 0 auto;
}
#header h1 {
	margin: 0;
	text-align: center;
}
#header h1 img {
	width: 100%;
	max-width: 640px;
}
/*------------------------application*/
#application div.flow {
	width: 92%;
  margin: 0 auto 60px;
  border: 1px solid #ff0;
  box-sizing: border-box;
}
#application .flow dl {
	width: 82%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#application .flow dl dt {
	margin: 0;
	padding: 0;
}
#application .flow dl dt img {
	width: 26%;
	max-width: 140px;
}
#application .flow dl dd {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#application .flow dl dd img {
	width: 100%;
	max-width: 538px;
}

/*------------------------guidelines*/
#guidelines {
	width: 92%;
	margin: 0 auto 10px;
	padding: 10px 5% 50px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#guidelines .forbid {
  margin: 0 auto 90px;
  padding: 40px 5%;
  border: 3px solid #666;
	box-sizing: border-box;
}
#guidelines .forbid h3 {
	margin: 20px auto 10px;
  text-align: center;
  font-size: 160%;
	font-weight: normal;
}
#guidelines .forbid p {
	line-height: 1.5em;
	font-weight: bold;
}
#guidelines .forbid ul {
	padding-left: 1em;
}
#guidelines .forbid ul li {
	font-size: 92%;
	margin-bottom: 4px;
	line-height: 1.5em;
}
#guidelines .forbid ul.other {
	padding-left: 0;
}
#guidelines .forbid ul.other li {
	list-style-type: none;
}
#guidelines #agree_forbid {
	margin: 20px auto 10px;
	padding: 8px 0;
	background-color: #bbb;
	border: 1px solid #808080;
	text-align: center;
	box-sizing: border-box;
}
#guidelines .guide_wrapper{
	margin: 0 auto 30px;
	padding: 46px 5% 20px;
	background-image: url(../img/guide_bg.png);
}
#guidelines .guide_wrapper h3 {
	margin-top: 0;
  text-align: center;
	line-height: 1;
}
#guidelines .guide_wrapper h3 img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 520px;
}
#guidelines .guide_wrapper > p {
	margin: 0 auto;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 92%;
	line-height: 1.5em;
}
#guidelines .text {
	height: 480px;
	margin: 34px auto 0;
	padding: 5%;
	background-color: #000;
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
/*iOSスクロールバー*/
/*#guidelines .text::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
#guidelines .text::-webkit-scrollbar-thumb {
  background:#aaa;
}*/
#guidelines .text h4 {
	margin: 20px 0 4px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 92%;
	line-height: 1.5em;
}
#guidelines .text h4:first-child {
	margin-top: 0;
}
#guidelines .text h4::before {
	content: "●";
}
#guidelines .text h5 {
	margin: 4px 0;
	font-size: 92%;
	line-height: 1.5em;
}
#guidelines .text h6 {
	margin: 4px 0;
	font-size: 92%;
	line-height: 1.5em;
}
#guidelines .text h6::before {
	content: "■";
}
#guidelines .text p {
	margin: 4px 0;
	font-size: 92%;
	line-height: 1.5em;
}
#guidelines .text p a {
	color: #0092f8;
	text-decoration: none;
}
#guidelines .text ul {
	margin: 4px 0;
}
#guidelines .text ul.list {
	font-size: 92%;
	padding-left: 1.5em;
	line-height: 1.5em;
}
#guidelines .text ul.notes {
	padding-left: 1em;
	font-size: 85%;
	line-height: 1.5em;
	list-style-type: none;
	text-indent: -1em;
}
#guidelines .text ul.notes ul {
	padding-left: 1em;
	list-style-type: none;
}
#guidelines .text ul.notes ul li::before {
	content: "・";
}
#guidelines dl {
	margin: 0;
	padding-left: 1em;
	font-size: 92%;
	line-height: 1.5em;
}
#guidelines dl dt::before {
	content: "・";
}
#guidelines dl dd{
	margin-left: 1em;
}
#guidelines table {
	font-size: 92%;
	line-height: 1.5em;
}
#guidelines table tr,#guidelines table td {
	display: block;
}
#guidelines #agree_guide {
	margin: 0 auto;
	padding: 10px 0;
	background-color: #bbb;
	border: 1px solid #808080;
	text-align: center;
	box-sizing: border-box;
}
/*------------------------post_sns*/
#post_sns {
	width: 92%;
	margin: 0 auto 10px;
	padding: 10px 5%;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#post_sns img.pose {
	display: block;
	width: 100%;
	max-width: 520px;
	margin: 14px auto 28px;
}
#post_sns h3 {
	margin: 20px auto 0;
	padding-top: 40px;
	font-size: 92%;
	text-align: center;
}
#post_sns p {
	font-size: 92%;
}
#post_sns p.em {
	font-size: 120%;
	font-weight: bold;
}
#post_sns p.em br {
	display: none;
}
#post_sns p.right {
	margin-bottom: 40px;
}
#post_sns ul.sns_link {
	margin: 20px auto;
	padding: 0;
}
#post_sns ul.sns_link li {
	text-align: center;
	list-style-type: none;
}
#post_sns ul.sns_link li img {
	width: 100%;
	max-width: 520px;
}
#post_sns ul.sns_link li:first-child {
	margin-bottom: 8px;
}
#post_sns ul.notes {
	margin: 4px auto;
	padding: 0;
	font-size: 92%;
	line-height: 1.5em;
}
#post_sns ul.notes li {
	list-style-type: none;
}

/*------------------------link*/
#cource {
	width: 92%;
	margin: 0 auto;
	padding: 5px 5%;
	border: 1px solid #fff;
	border-top: none;
	box-sizing: border-box;
}
#cource ul.app_btn {
	margin: 0;
	padding: 0;
	text-align: center;
}
#cource ul.app_btn li {
	margin-bottom: 12px;
	list-style-type: none;
}
#cource ul.app_btn li img {
	width: 100%;
	max-width: 512px;
}

#cource ul.app_btn_b {
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}
#cource ul.app_btn_b li {
	margin-bottom: 0;
	list-style-type: none;
}
#cource ul.app_btn_b li img {
	width: 100%;
	max-width: 512px;
}

#cource p.center {
	text-align: center;
}
/*------------------------link*/
#link {
	margin-top: 80px;
	padding-bottom: 40px;
}
#link ul {
	margin: 40px 0;
	padding: 0;
}
#link ul li {
	width: 82%;
	margin: 0 auto 10px;
	text-align: center;
	list-style-type: none;
}
#link ul li img {
	width: 100%;
	max-width: 520px;
}
/*------------------------agree*/
#guidelines #agree_forbid.agree_checked {
	background-color: #666;
}
#guidelines #agree_guide.agree_checked {
	background-color: #666;
}
/*------------------------end*/
#header_end {
	margin-bottom: 10px;
}
#header_end div.logo img {
	width: 30%;
  display: block;
	margin: 0 auto;
}
#header_end h1 {
	text-align: center;
}
#header_end h1 img {
	width: 100%;
	max-width: 640px;
}
.end_wrap{
	width: 82%;
	margin: 0 auto;
	background-color: #ffffff;
	color: #000000;
	padding: 30px 5%;
	text-align: center;
	font-size: 14px;
	line-height: 1.75rem;
}
.brandsite{
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
}
.brandsite img{
	width: 100%;
}
