@charset "UTF-8";
html {
	height: 100%;
}
body {
	margin: initial;
	min-height: 100%;
	background: none;
	line-height: 1;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-all;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tbody, thead, tfoot, tr, th, td, input {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
	word-break: break-word;
}
input { -webkit-appearance: none; }
textarea { resize: none; }
img { display: block; }
ul, ol { list-style: none; }
a { color: #1470cc; }
.footer-link > a,
.breadcrumb-list > a {
	text-decoration: none;
}
.footer-link > a:hover,
.breadcrumb-list > a:hover {
	text-decoration: underline;
}
a:visited { color: #1470cc; }
.wrapper {
	width: 100vw;
	background-color: #ffffff;
	overflow: hidden;
}
body > .wrapper > .dn {
	display: none;
}
.header-logo-wrap,
.breadcrumb-wrap,
.invitation-code-wrap,
.about-campaign-mask,
.footer-wrap {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

/* header */
.header-wrap {
	border-top: 6px solid #e73820;
	background: #ffffff url("/SYS/PC/images/bg/header_border_bottom.gif") repeat-x left bottom;
}
.header-logo-wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 84px;
}
.header-logo-wrap a:first-child {
	padding-right: 10px;
}
.heading-text {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 10px;
	color: #666666;
	font-weight: inherit;
}

/* ぱんくず */
.breadcrumb-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0;
}
.breadcrumb-list {
	position: relative;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
.breadcrumb-list:not(:first-child) {
	padding: 0 20px;
}
.breadcrumb-list:first-child {
	padding-right: 20px;
}
.breadcrumb-list:not(:last-child):after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	content: '';
	transform: rotate(45deg);
	border-top: solid 1px #4e4e4e;
	border-right: solid 1px #4e4e4e;
}

/* contents */
.finished-campaign-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: #f6f1ec;
}
.finished-campaign-text {
	padding: 17px 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #d0111b;
}
.main-visual-wrap {
	background: #a14837;
}
.main-visual-wrap > img {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.invitation-code-mask {
	height: 285px;
	padding: 25px 0;
	box-sizing: border-box;
	background: #f5f1e9;
}
.invitation-code-wrap {
	text-align: center;
	height: 240px;
	padding-top: 30px;
	background: url("/SYS/PC/images/bg/white_flame_950x235.png") no-repeat;
	background-size: 100% 240px;
	box-sizing: border-box;
}
.invitation-code-wrap > img {
	margin: auto;
}
.qr-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 150px;
	height: 150px;
	margin: auto;
	background: #ffffff;
}
.qr-text {
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

/* キャンペーン概要 */
.about-campaign-mask {
	padding-top: 34px;
}
.about-campaign-title {
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #4e4e4e;
	border-bottom: 2px solid #cccccc;
}
.sub-title {
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #767676;
}
.about-campaign-wrap > dd {
	margin-top: 10px;
	font-size: 12px;
	color: #969696;
	line-height: 17px;
}
.jointly-wrap {
  margin: 10px 0;
}
.jointly-sample {
  margin: 10px 0 10px 10px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table_h {
  background-color: #EBEBEB;
}
.table01 th, .table01 td {
    border: 1px solid #ccc;
    padding: 8px 5px;
    vertical-align: middle;
  text-align: center;
}
.col1,.col2 {
  width: 25%;
}
.col3 {
  width: 50%;
}
div.td-attention {
  margin-top: 3px;
  font-size: 10px;
}
/* footer */
.footerWrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 950px;
	margin: 0 auto ;
	padding: 60px 0 18px;
}
.footerRelatedLinkWrap {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: solid 1px #CCCCCC;
	color: #4E4E4E;
}
.footerPageLinkWrap {
	display: flex;
	height: 10px;
	margin-left: auto;
	justify-content: flex-end;
	order: 3;
}
.footerPageLinkWrap > li {
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #CCCCCC;
	font-size: 10px;
	line-height: 1;
}
.footerPageLinkWrap > li >a {
	text-decoration: none;
}
.footerPageLinkWrap > li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
.footerWrap .contentLeft {
	display: flex;
	align-items: flex-end;
}
.recruitLinkWrap {
	font-size :initial;
}
.recruitLinkWrap > a {
	display: flex;
	align-items: flex-end;
	text-decoration: none;
}
.recruitLinkWrap > a:hover, 
.recruitLinkWrap > a:active {
	text-decoration: none;
}
.recruitLogoWrap {
	width: 100px;
	height: 26px;
}
.recruitLogoWrap > img {
	width: 100%;
	height: 100%;
}
.footerWrap .copyright {
	display: block;
	margin-left: 10px;
	color: #435B67;
	font-size: 10px;
	font-family: 'メイリオ', sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
}
.linkForStoreWrap {
	display: flex;
	align-items: baseline;
	padding-left: 35px;
}
.linkForStoreText {
	position: relative;
	padding: 0 8px 0 18px;
	font-size: 10px;
	font-weight: bold;
	color: #4E4E4E;
	line-height: 1;
}
.linkForStoreText::before,
.linkForStoreText::after {
	position: absolute;
	top: 5px;
	transform: translate3d(0, -50%, 0);
	content: "";
}
.linkForStoreText::before {
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: #F6A004;
}
.linkForStoreText::after {
	left: 4px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 5px solid #FFFFFF;
}
.linkForStoreWrap > a {
	font-size: 10px;
	line-height: 1;
} 
/* お知らせ */
.info-wrap {
	margin: 25px auto;
	padding: 20px;
	width: 960px;
	border-radius: 10px;
	background-color: #dfdfdf;
}
.info-wrap div {
	padding-left: 15px;
	position: relative;
}
.info-wrap div::before {
    content: "";
    position: absolute;
    left: 1px;
    width: 18px;
    height: 18px;
    top: 1px;
    background: url(/doc/campaign/friends/202204/pc/images/ic_info.png) no-repeat top left/18px 18px;
}
.info-wrap li {
    font-size: 12px;
    padding-left: 12px;
    margin-bottom: 5px;
    line-height: 17px;
}
.info-wrap li::before {
    content: '・';
    display: inline-block;
    vertical-align: 0;
    width: auto;
    height: auto;
    margin-right: 0;
    border-radius: 0;
    background: 0 0;
}