@charset "utf-8";

/* サポート体制一覧
------------------------------------------------------*/
/* スライドショー */
.slider_Box{
	position:relative;
}
.slider01{
	margin: 0 0 20px 0;
}
.slider02{
	margin: 5px 0 0 0;
}
ul.dn-slider li .jnTit {
	position: relative;
	background: #bb5df5;
	color: #FFF;
	padding: 5px 15px;
	top: 14px;
	left: 10px;
	display: inline-block;
	font-size: 110%;
}
ul.dn-slider li .jnTit:before{
	content: '';
	border-top: 10px solid #bb5df5;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	top: 28px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -8px;
}
ul.dn-slider li .enTit {
	position: absolute;
	display: inline-block;
	bottom: 0;
	text-align: right;
	width: 100%;
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
	color: #FFF;
	background-color:rgba(0,0,0,0.3);
	letter-spacing: 1px;
	font-size: 105%;
}
a.sliderLinks {
	display: block;
	transition: 0.4s;
}
a.sliderLinks:hover {
	opacity: 0.8;
}

/* 詳細 */
.dnList {
	margin: 50px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dnDetail {
	width: 364px;
	margin: 0 0 50px 0;
}
.imgLinks div{
	transition:0.4s;
}
.imgLinks:hover div{
	opacity:0.8;
}
.dnDetailImg{
	position:relative;
	margin: 15px 0;
}
.dnDetailImg:before{
	content: '';
	border: rgba(255,255,255,0.5) 12px solid;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.dnDetailImg img{
	width: 100%;
}
.dnListTit {
	position: relative;
	padding: 0 0 0 15px;
	color: #a631a4;
	font-weight: bold;
	font-size: 125%;
}
.dnListTit:before{
	content:'';
	width: 5px;
	height: 46px;
	background: url(../images/dn_titIcon.svg) no-repeat;
	position: absolute;
	left: 0;
	display: block;
}
.dnListTit span{
	color: #333;
	font-size: 60%;
	font-weight: bold;
	letter-spacing: 1px;
}
.detailBtm {
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
}
.detailBtm a {
	color: #bb5df5;
	display: inline-block;
	padding: 5px 8px 4px 8px;
	background-color: #f5e7fd;
	border: 1px solid #bb5df5;
	font-size: 90%;
	font-weight: bold;
}
.detailBtm a span {
	margin: 0px 0px 0px 6px;
	display: inline;
}
@media screen and (max-width: 640px)  {
	ul.dn-slider li .jnTit {
		font-size: 80%;
		padding: 3px;
		left: 5px;
	}
	ul.dn-slider li .jnTit:before {
		top: 17px;
	}
	ul.dn-slider li .enTit {
		padding: 5px 5px 5px 0;
		letter-spacing: 0;
		font-size: 85%;
	}
	.detailBtm {
		text-align: center;
	}
	.dnDetail {
		width: 100%;
	}
}


/*各詳細ページ
------------------------------------------------------*/

/*タイトル*/
.dnTit {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	padding: 35px;
	box-sizing: border-box;
	margin: 0 0 50px 0;
}
/*フリーザーの導入／メンテンナス／衛生管理*/
.dnImg01{
	background: url(../images/dnTit01_pc.png) no-repeat;
	background-size: cover;
}
.dnImg02 {
	background: url(../images/dnTit02_pc.png) no-repeat;
	background-size: cover;
}
.dnImg03{
	background: url(../images/dnTit03_pc.png) no-repeat;
	background-size: cover;
}
.dnImg04{
	background: url(../images/dnTit04_pc.png) no-repeat;
	background-size: cover;
}
.dnImg05{
	background: url(../images/dnTit05_pc.png) no-repeat;
	background-size: cover;
}
.dnTitTxt {
	color: #a631a4;
	font-weight: bold;
	font-size: 260%;
}
/*コンテンツ*/
.dnDetailTit {
	position: relative;
	padding: 0 0 0 15px;
	color: #a631a4;
	font-weight: bold;
	font-size: 160%;
	line-height: 100%;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.dnDetailTit:before {
	content: '';
	width: 5px;
	height: 46px;
	background: url(../images/dn_titIcon.svg) no-repeat;
	position: absolute;
	left: 0;
	display: block;
}
.dnDetailTit span {
	color: #333;
	font-size: 60%;
	font-weight: bold;
	letter-spacing: 1px;
}
.dnCatch {
	font-size: 130%;
	font-weight: bold;
	display: inline;
	z-index: 1;
	background: linear-gradient(transparent 70%, #ffff00 0%);
	line-height: 150%;
}
.dnCaption{
	font-size: 108%;
	line-height: 160%;
	margin: 15px 0 0 0;
}
.dnCaption02{
	font-size: 108%;
	line-height: 160%;
	margin: 5px 0 0 0;
}
/*導入の流れ*/
.dnFlowTit {
	background: #f5e7fd;
	padding: 10px 10px 10px 20px;
	color: #a631a4;
	font-size: 110%;
	font-weight: bold;
}
.dnFlowTit02 {
	background: #f5e7fd;
	padding: 10px 10px 10px 20px;
	color: #a631a4;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.dnCts{
	margin: 0 0px 50px 0;
}
.dnCts:last-child{
	margin: 0 0 0 0;
}
.dnFlowCts{
	margin: 25px 0 0 0;
}
.dnFlowInner {
	margin: 15px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dnFlowInner li {
	width: 231px;
	list-style: none;
	position: relative;
}
.dnFlowInner li img {
	margin: 0 0 10px 0;
}
.dnFlowInner li:not(:last-child):after{
	content: '';
	border-left: 15px solid #aeaeae;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	top: 68px;
	position: absolute;
	right: -29px;
}
.dnHeading {
	color: #a631a4;
	font-weight: bold;
	font-size: 110%;
}
.dnHeading02 {
	color: #a631a4;
	font-weight: bold;
	font-size: 110%;
	margin: 5px 0 0 0;
}

.dnDescription {
	line-height: 164%;
	font-size: 90%;
	margin: 5px 0 0 0;
}
.dnDescription a {
	font-weight: bold;
	color:#a631a4;
	text-decoration: underline;
}
.sideCts,
.sideCts02{
	display: flex;
	justify-content: space-between;
}
.sideCts div:first-child{
	width: 378px;
}
.sideCts02 div:last-child{
	width: 378px;
}
.colCts,
.colCts02{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
}
.colCts > div,
.colCts02 > div{
	width: 367px;
}
.colCts > div img{
	margin: 10px 0 5px 0;
}
.colCts02 > div img{
	margin: 0 0 0 0;
}
/*高品質の生産体制*/
.dnTitCaption {
	margin: 0 0 50px 0;
}
.mapImg{
	margin: 20px 0 0 0;
}
.seasonsCts {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0 0;
}
/*自主管理表ダウンロード*/
.downloadArea {
	background: #f2f2f2;;
	padding: 30px 40px;
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.downloadArea p {
	font-weight: bold;
	font-size: 130%;
	color: #a631a4;
}
.downloadArea ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.downloadArea ul li {
	background: #f5e7fd;
	border: 3px solid #a631a4;
}
.downloadArea ul li:last-child{
	margin: 0 0 0 30px;
}
.downloadArea ul li a{
	position: relative;
	display: block;
	color: #a631a4;
	padding: 15px 80px 15px 70px;
	font-size: 120%;
	font-weight: bold;
}
.downloadArea ul li a:before{
	content: '';
	background-size: contain;
	display: block;
	height: 30px;
	position: absolute;
	width: 30px;
	left: 25px;
	top: 50%;
	margin: -15px 0 0 0;
}

.downloadArea ul li a.pdf:before{
	background: url(../images/pdfIco.svg) no-repeat;
}
.downloadArea ul li a.excel:before{
	background: url(../images/excelIco.svg) no-repeat;
}
.downloadArea ul li a:after{
	content: '';
	background: url(../images/downloadIco.svg) no-repeat;
	background-size: contain;
	display: block;
	height: 15px;
	position: absolute;
	width: 22px;
	right: 25px;
	top: 50%;
	margin: -7.5px 0 0 0;
}
@media screen and (max-width: 640px)  {
	.dnTit {
		height: 130px;
		padding: 15px;
		margin: 0 0 30px 0;
	}
	.dnTitTxt{
		font-size: 160%;
	}
	/*フリーザーの導入／メンテンナス／衛生管理*/
	.dnImg01{
		background: url(../images/dnTit01_sp.png) no-repeat;
		background-size: cover;
	}
	.dnImg02{
		background: url(../images/dnTit02_sp.png) no-repeat;
		background-size: cover;
	}
	.dnImg03{
		background: url(../images/dnTit03_sp.png) no-repeat;
		background-size: cover;
	}
	.dnImg04{
		background: url(../images/dnTit04_sp.png) no-repeat;
		background-size: cover;
	}
	.dnImg05{
		background: url(../images/dnTit05_sp.png) no-repeat;
		background-size: cover;
	}
	.dnDetailTit {
		margin: 0 0 10px 0;
	}
	.dnCaption {
		margin: 10px 0 0 0;
	}
	.dnFlowInner li {
		width: 100%;
	}
	.dnFlowInner li:not(:last-child){
		margin: 0 0 35px 0
	}
	.dnFlowInner li:not(:last-child):after {
		content: '';
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-top: 15px solid #aeaeae;
		bottom: -40px;
		right: 50%;
		top: auto;
		margin: 0 -14px 0 0;
	}
	.dnFlowInner li img {
		width: 100%;
	}
	.sideCts{
		flex-direction: column;
	}
	.sideCts02{
		flex-direction: column-reverse;
	}
	.sideCts div:first-child,
	.sideCts div:last-child,
	.sideCts02 div:first-child,
	.sideCts02 div:last-child{
		width: 100%;
	}
	.sideCts div img,
	.sideCts02 div img{
		width: 100%;
		margin: 5px 0 0 0;
	}
	.colCts,
	.colCts02{
		flex-direction: column;
		margin: 20px 0px 0px 0;
	}
	.colCts > div ,
	.colCts02 > div{
		width: 100%;
	}
	.colCts > div:first-child,
	.colCts02 > div:first-child {
		margin: 0 0 10px 0;
	}
	.colCts > div img,
	.colCts02 > div img{
		width: 100%;
	}
	/*高品質*/
	.mapImg {
		width: 100%;
	}
	/*プランニング*/
	.seasonsCts {
		flex-wrap: wrap;
	}
	.seasonsCts img {
		margin: 0 0 10px 0;
		width: 48%;
		height: 48%;
	}
	.seasonsCts img:nth-child(n+3){
		margin: 0 0 0 0;
	}
	/*自主管理表ダウンロード*/
	.downloadArea {
		flex-direction: column;
		padding: 20px 10px;
	}
	.downloadArea ul {
		flex-direction: column;
		margin: 20px 0 0 0;
		width: 100%;
	}
	.downloadArea ul li {
		width: 100%;
	}
	.downloadArea ul li:last-child {
		margin: 10px 0 0 0
	}
}
.imgAdjustment{
	-webkit-backface-visibility: hidden;
}
.shunTxtArea{
	margin:0px 0 20px 0;
	clear: both;
}
.shunTxtArea .tit{
	font-size: 130%;
	line-height: 150%;
	font-weight: bold;
	position: relative;
}
.shunTxtArea .tit.chaiSoft{
	color: #E9641F;
}
.shunTxtArea .tit.lemonadeSoft{
	color:#00B9D8;
}
.shunTxtArea .tit.chaiSoft{
	color: #E9641F;
}
.shunTxtArea .tit.marronSof{
	color:#d86800;
}
.shunTxtArea .txt{
	font-size: 108%;
	color: #000;
	line-height: 150%;
	margin: 10px 0 0 0;
}