@charset "utf-8";

.facebookIcon[class*="btnLink"] a[target="_blank"] span:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 13px;
	background: url(/socialmedia/img/index_ic01.png) no-repeat 0 0;
	width: 22px;
	height: 22px;
}
.facebookIcon[class*="btnLink"] > li > a > span {
	padding: 0.8em 5.3em;
}
.twitterIcon[class*="btnLink"] a[target="_blank"] span:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 8px;
	background: url(/socialmedia/img/index_ic02.png) no-repeat 0 0;
	width: 22px;
	height: 22px;
}
.twitterIcon[class*="btnLink"] > li > a > span {
	padding: 0.8em 7.3em;
}
.InstagramIcon[class*="btnLink"] a[target="_blank"] span:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	background: url("/socialmedia/img/index_ic04.png") no-repeat 0 0;
	width: 29px;
	height: 29px;
}
.InstagramIcon[class*="btnLink"] > li > a > span {
	padding: 19px 5.3em;
}
[class*="flexElement"] .column .pekoIcon.btnLink01 a {
	display: inline-block;
}
.pekoIcon[class*="btnLink"] a[target="_blank"] span:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 8px;
	background: url(/socialmedia/img/index_ic03.png) no-repeat 0 0;
	width: 38px;
	height: 26px;
}
.pekoIcon[class*="btnLink"] > li > a > span {
	padding: 0.8em 5em;
}
.relation .column {
	position: relative;
}
.relation .pekoInfo {
	background-color: #fff4d3;
	padding: 19px 82px;
	border: 3px dotted #f3aeae;
	border-radius: 6px;
	color: #81494b;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	height: 100px;
	display: table;
}
.relation .pekoInfo:before {
	position: absolute;
	content: "";
	background: url(/socialmedia/img/index_bg01.png) no-repeat;
	width: 64px;
	height: 100px;
	top: 135px;
	left: 17px;
}
.relation .pekoInfo span {
	display: table-cell;
	vertical-align: middle;
}
.relation .pekoInfo span em{
	color: #cd0000;
}	
.relationTitle {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #de6800;
}
.colorType01 {
	
}
.snsFlexElement {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-top: 1.5em;
}
.snsColumn {
	width: calc((100% - 20px) / 2);
	display: flex;
	flex-flow: row nowrap;
}
.snsColumn:nth-child(2n) {
	margin-left: 20px;
}
.snsFlexElement .snsColumn:nth-child(n+3) {
	margin-top: 1.5em;
}
.snsFigure > img {
	width: 130px;
}
.snsColumnItem {
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-left: 20px;
}
.snsColumnItem > *:first-child {
	margin-top: 0;
}
.snsBtnLink {
	margin-top: 0.4em;
}
.snsBtnLink > li {
	margin-top: 0.5em;
}
.snsBtnLink > li:first-child {
	margin-top: 0;
}
.snsBtnLink > li > a {
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.5;
	color: #5d1b1d;
	font-weight: 700;
	text-decoration: none;
	min-height: 50px;
	padding-left: 70px;
}
.snsBtnLink[class*="Icon"] > li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	content: "";
}
.snsBtnLink.youtubeIcon > li > a::before {
	background: url("/socialmedia/img/index_ic05.png") no-repeat left center/100%;
}
.snsBtnLink.tiktokIcon > li > a::before {
	background: url("/socialmedia/img/index_ic06.png") no-repeat left center/100%;
}
.snsBtnLink > li > a > span {
	position: relative;
	width: 100%;
}
.snsBtnLink > li > a > span:after {
	content: "";
	display: inline-block;
	position: relative;
	border-top: 2px solid #e7585e;
	border-right: 2px solid #e7585e;
	height: 8px;
	width: 8px;
	top: -1px;
	margin-left: 10px;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}
.snsBtnLink > li > a:hover {
	text-decoration: underline;
}
.snsBtnLink a[target="_blank"] span:after {
	width: 12px;
	height: 10px;
	background: url(/assets/img/com_ic_blank01.png) no-repeat 0 0;
	background-size: 12px 10px;
	border: none;
	-webkit-transform: rotate(0);
		 -moz-transform: rotate(0);
		 			transform: rotate(0);
}
.snsBtnLink a[href$=".pdf"] span:after {
	width: 14px;
	height: 14px;
	background: url(/assets/img/com_ic_pdf01.png) no-repeat 0 0;
	background-size: 14px 14px;
	border: none;
	-webkit-transform: rotate(0);
		 -moz-transform: rotate(0);
		 			transform: rotate(0);
	vertical-align: -2px;
}
.snsLeadText {
	font-size: 2.2rem;
	line-height: 1.4;
}

@media only screen and (max-width: 767px){

	.facebookIcon[class*="btnLink"] a[target="_blank"] span:before {
		top: 9px;
		left: 10px;
	}
	.facebookIcon[class*="btnLink"] > li > a,
	.twitterIcon[class*="btnLink"] > li > a,
  .InstagramIcon[class*="btnLink"] > li > a,
	.pekoIcon[class*="btnLink"] > li > a {
		width: 100%;
	}
	.twitterIcon[class*="btnLink"] a[target="_blank"] span:before {
		top: 11px;
		left: 10px;
	}
	.InstagramIcon[class*="btnLink"] a[target="_blank"] span:before {
		top: 13px;
		left: 10px;
	}
	.pekoIcon[class*="btnLink"] a[target="_blank"] span:before {
		top: 6px;
		left: 10px;
	}
	.relationTitle {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.relation .pekoInfo {
		padding: 12px 22px 12px 90px;
		border: 2px dotted #f3aeae;
		font-size: 12px;
		font-size: 1.2rem;
		height: 75px;
	}
	.relation .pekoInfo:before {
		background-size: 51px 80px;
		width: 51px;
		height: 80px;
		top: 85px;
		left: 12px;
	}

	.relation .figureColumn01 figure img {
		width: 94px;
		height: 48px;
	}
	.snsColumn {
		flex-flow: column;
		align-items: center;
		width: calc((100% - 8px) / 2);
	}
	.snsColumnItem {
		flex-grow: 1;
		width: 100%;
		max-width: 174px;
		margin-left: 0;
		margin-top: 1.15em;
		align-items: center;
	}
	.snsFigure > img {
		width: 90px;
	}
	.snsColumn:nth-child(2n) {
		margin-left: 8px;
	}
	.snsLeadText {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.snsBtnLink {
		width: 100%;
	}
	.snsBtnLink > li > a {
		min-height: 28px;
		padding-left: 40px;
		line-height: 1.3;
	}
	.snsBtnLink[class*="Icon"] > li > a::before {
		width: 28px;
		height: 100%;
		content: "";
	}
	.snsBtnLink[class*="Icon"] > li > a::before {
		background-size: 100% 26px;
	}
	.snsBtnLink > li > a > span:after {
		margin-left: 8px;
		top: 1px;
	}
}