@charset "UTF-8";

#pagePoint2 #pageTopTitArea .sub::before{
	background: url("../images/fkds_point2.svg") center center no-repeat;
}
#pagePoint2 #pageTopKvOut::after{
	content: '';
	display: inline-block;
	width: 150px;
	height: 170px;
	background: url("../images/pic_staff_clean.svg") center center no-repeat;
	position: absolute;
	right: 40px;
	bottom: 0;
}
@media screen and (max-width:667px){
	#pagePoint2 #pageTopKvOut::after{
		width: 70px;
		height: 79px;
		right: 15px;
	}
}


/*
	フリーザー管理のポイント
-----------------------------------------------------------------------------------------------*/
#freezerPointArea{
	width: 900px;
	margin: 60px auto 0;
	padding: 70px 50px 45px;
	background-color: #f3f3f3;
	border-radius: 10px;
	position: relative;
}
#freezerPointArea .fukidahi{
	width: 400px;
	padding: 12px;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	background-color: #006AB8;
	border-radius: 26px;
	position: absolute;
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
}
#freezerPointArea .fukidahi::after{
	content: '';
	display: inline-block;
	border-top: 15px solid #006AB8;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:667px){
	#freezerPointArea{
		width: 100%;
		margin: 40px auto 0;
		padding: 50px 15px 20px;
	}
	#freezerPointArea .fukidahi{
		width: 260px;
		padding: 10px;
		font-size: 1.8rem;
		border-radius: 22px;
		top: -22px;
	}
	#freezerPointArea .fukidahi::after{
		border-top: 12px solid #006AB8;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
		bottom: -11px;
	}
}

/* リスト */
#olistFreezerPoint{
	margin: 0 0 -25px;
	counter-reset: number 0;
}
#olistFreezerPoint li{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	width: calc((100% - 50px)/2);
	margin: 0 50px 25px 0;
	padding: 0 0 0 40px;
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
}
#olistFreezerPoint li:nth-of-type(2n){
	margin: 0 0 25px 0;
}
#olistFreezerPoint li:before {
	content: counter(number) " ";
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 32px;
	height: 32px;
	font-family: 'Quicksand', sans-serif;
	color: #fff;
	background-color: #de395e;
	border-radius: 50%;
	counter-increment: number 1;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#olistFreezerPoint li a{
	color: #de395e;
}
@media screen and (max-width:667px){
	#olistFreezerPoint{
		margin: 0 0 -20px;
	}
	#olistFreezerPoint li{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0 0 0 35px;
		font-size: 1.8rem;
	}
	#olistFreezerPoint li:nth-of-type(2n){
		margin: 0 0 20px 0;
	}
	#olistFreezerPoint li:before {
		width: 28px;
		height: 28px;
	}
	#olistFreezerPoint li a{
		text-decoration: underline;
	}
}

#olistFreezerPoint li:nth-of-type(2) a{
	color: #f77f21;
}
#olistFreezerPoint li:nth-of-type(2):before{
	background-color: #f77f21;
}
#olistFreezerPoint li:nth-of-type(3) a{
	color: #ce971e;
}
#olistFreezerPoint li:nth-of-type(3):before{
	background-color: #ce971e;
}
#olistFreezerPoint li:nth-of-type(4) a{
	color: #71b834;
}
#olistFreezerPoint li:nth-of-type(4):before{
	background-color: #71b834;
}
#olistFreezerPoint li:nth-of-type(5) a{
	color: #39abe8;
}
#olistFreezerPoint li:nth-of-type(5):before{
	background-color: #39abe8;
}
#olistFreezerPoint li:nth-of-type(6) a{
	color: #2666b3;
}
#olistFreezerPoint li:nth-of-type(6):before{
	background-color: #2666b3;
}
#olistFreezerPoint li:nth-of-type(7) a{
	color: #835a9f;
}
#olistFreezerPoint li:nth-of-type(7):before{
	background-color: #835a9f;
}


/*
	ソフトクリームフリーザー衛生管理点検表のチェック項目
-----------------------------------------------------------------------------------------------*/
#checkArea.ctsArea{
	padding: 0 30px 60px;
	position: relative;
}
#checkArea.ctsArea::before,
#checkArea.ctsArea::after{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
}
#checkArea.ctsArea::before{
	width: 130px;
	height: 140px;
	background: url("../images/pic_staff_soft.svg") center bottom -10px no-repeat;
	left: 35px;
}
#checkArea.ctsArea::after{
	width: 108px;
	height: 150px;
	background: url("../images/pic_cook_soft.svg") center center no-repeat;
	right: 40px;
}
#olistCheckItem{
	margin: 0 0 50px;
	counter-reset: number 0;
}
#olistCheckItem > li{
	margin: 30px 0 0;
	padding: 50px 70px;
	background-color: #feecf0;
}
#olistCheckItem > li .tit{
	font-size: 2.0rem;
	margin: 0 0 20px;
	padding: 0 0 20px 40px;
	color: #de395e;
	border-bottom: 1px solid #bcc7c7;
	position: relative;
}
#olistCheckItem > li .tit:before {
	content: counter(number) " ";
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 32px;
	height: 32px;
	font-family: 'Quicksand', sans-serif;
	color: #fff;
	background-color: #de395e;
	border-radius: 50%;
	counter-increment: number 1;
	position: absolute;
	top: -2px;
	left: 0;
}
@media screen and (max-width:667px){
	#checkArea.ctsArea{
		padding: 0 0 30px;
	}
	#checkArea.ctsArea::before,
	#checkArea.ctsArea::after{
		content: none;
	}
	#checkArea .txtNml{
		padding: 0 20px;
	}
	#olistCheckItem{
		margin: 0 0 20px;
	}
	#checkArea.ctsArea .titBlueLine{
		padding: 0 15px;
	}
	#olistCheckItem > li{
		margin: 0 0 0;
		padding: 30px 20px;
		border-bottom: 5px solid #fff;
	}
	#olistCheckItem > li .tit{
		font-size: 1.8rem;
		margin: 0 0 15px;
		padding: 0 0 15px 35px;
	}
	#olistCheckItem > li .tit:before {
		width: 28px;
		height: 28px;
	}
}

/* チェック項目 */
#checkListArea{
	position: relative;
}
#checkList img{
	width: 100%;
}
.sticky{
	position:-webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}
@media screen and (max-width:667px){
	#checkList{
		margin: 0 0 30px;
		background-color: #fff;
		overflow: scroll;
	}
	#checkList .txt{
		font-size: 1.2rem;
		padding: 5px 10px;
	}
	#checkList img{
		width: 1040px;
	}
}


/* table */
.tblCheckArea{
	margin: 20px 0 0;
	padding: 30px;
	background-color: #fff;
}
.tblCheck{
	width:100%;
	table-layout: fixed;
	border-collapse:collapse;
	border-spacing:0;
	line-height:1.6;
}
.tblCheck th,
.tblCheck td{
	padding: 15px 20px;
}
.tblCheck th{
	width: 190px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background-color: #de395e;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	line-height: 1.2;
}
.tblCheck tr:first-of-type th {
    border-top: none;
}
.tblCheck td{
	border-bottom: 2px dotted #bec6c6;
}
.tblCheck tr:last-of-type td{
	border-bottom: none;
}
.tblCheck th.error{
	color: #000;
	background-color: #f0f0f0 !important;
}
.tblCheck th.advice{
	color: #006AB8;
	background-color: #e8f5fb !important;
	position: relative;
}
.tblCheck th.advice::after{
	content:' ';
	width:0;
	height:0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #e8f5fb;
	position:absolute;
	top: 50%;
	right:-12px;
	transform: translateY(-50%);
}
@media screen and (max-width:667px){
	.tblCheckArea{
		margin: 15px 0 0;
		padding: 0;
	}
	.tblCheck tr,
	.tblCheck th,
	.tblCheck td{
		display: block;
	}
	.tblCheck th{
		padding: 10px 15px;
	}
	.tblCheck td{
		padding: 15px 15px 20px;
	}
	.tblCheck th{
		width: 100%;
		border-top: none;
		border-right: none;
	}
	.tblCheck td{
		border-bottom: none;
	}
	.tblCheck tr:last-of-type td{
		border-bottom: none;
	}
	.tblCheck th.advice::after{
		border-top: 12px solid #e8f5fb;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
		border-bottom: none;
		top: auto;
		right:50%;
		bottom: -12px;
		transform: translate(50%, 0);
	}
}

.listCheckPhot{
	-ms-align-items: center;
	align-items: center;
}
.listCheckPhot li{
	width: calc((100% - 45px)/4);
	margin: 0 15px 0 0;
}
.listCheckPhot li:last-of-type{
	margin: 0 0 0 0;
}
@media screen and (max-width:667px){
	.listCheckPhot{
		display: block;
	}
	.listCheckPhot li{
		width: 100%;
		margin: 0 0 15px 0;
	}
}

/* point02 */
#olistCheckItem > li:nth-of-type(2){
	background-color: #fff2e8;
}
#olistCheckItem > li:nth-of-type(2) .tit{
	color: #f77f21;
}
#olistCheckItem > li:nth-of-type(2) .tblCheck th,
#olistCheckItem > li:nth-of-type(2) .tit:before {
	background-color: #f77f21;
}
#olistCheckItem > li:nth-of-type(2) .listCheckPhot li{
	width: calc((100% - 15px)/2);
}
@media screen and (max-width:667px){
	#olistCheckItem > li:nth-of-type(2) .listCheckPhot li{
		width: 100%;
	}
}

/* point03 */
#olistCheckItem > li:nth-of-type(3){
	background-color: #fbf5e9;
}
#olistCheckItem > li:nth-of-type(3) .tit{
	color: #ce971e;
}
#olistCheckItem > li:nth-of-type(3) .tblCheck th,
#olistCheckItem > li:nth-of-type(3) .tit:before {
	background-color: #ce971e;
}
#olistSakkinFlow{
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px 0 0;
	counter-reset: number 0;
}
#olistSakkinFlow li{
	width: calc((100% - 90px)/4);
	position: relative;
}
#olistSakkinFlow li::before {
	content: counter(number) " ";
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-family: 'Quicksand', sans-serif;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background-color: #2666b3;
	border-radius: 50%;
	counter-increment: number 1;
	position: absolute;
	top: -10px;
	left: -10px;
}
#olistSakkinFlow li::after{
	content:' ';
	width:0;
	height:0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #2666b3;
	position:absolute;
	top: 60px;
	right:-22px;
}
#olistSakkinFlow li:last-of-type::after{
	content: none;
}
#olistSakkinFlow li .txt{
	margin: 5px 0 0;
	text-align: center;
	line-height: 1.3;
}
@media screen and (max-width:667px){
	#olistSakkinFlow{
		display: block;
		margin: 0 0 0;
		padding: 20px 15px;
	}
	#olistSakkinFlow li{
		width: 100%;
		margin: 0 0 50px;
	}
	#olistSakkinFlow li:last-of-type{
		margin: 0 0 0;
	}
	#olistSakkinFlow li::after{
		border-top: 15px solid #2666b3;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: none;
		top: auto;
		bottom: -30px;
		right:50%;
		transform: translateX(50%);
	}
}

/* point04 */
#olistCheckItem > li:nth-of-type(4){
	background-color: #f1f8ec;
}
#olistCheckItem > li:nth-of-type(4) .tit{
	color: #71b834;
}
#olistCheckItem > li:nth-of-type(4) .tblCheck th,
#olistCheckItem > li:nth-of-type(4) .tit:before {
	background-color: #71b834;
}

/* point05 */
#olistCheckItem > li:nth-of-type(5){
	background-color: #ecf7fd;
}
#olistCheckItem > li:nth-of-type(5) .tit{
	color: #39abe8;
}
#olistCheckItem > li:nth-of-type(5) .tblCheck th,
#olistCheckItem > li:nth-of-type(5) .tit:before {
	background-color: #39abe8;
}

/* point06 */
#olistCheckItem > li:nth-of-type(6){
	background-color: #eaf0f8;
}
#olistCheckItem > li:nth-of-type(6) .tit{
	color: #2666b3;
}
#olistCheckItem > li:nth-of-type(6) .tblCheck th,
#olistCheckItem > li:nth-of-type(6) .tit:before {
	background-color: #2666b3;
}

/* point07 */
#olistCheckItem > li:nth-of-type(7){
	background-color: #f4eff6;
}
#olistCheckItem > li:nth-of-type(7) .tit{
	color: #835a9f;
}
#olistCheckItem > li:nth-of-type(7) .tblCheck th,
#olistCheckItem > li:nth-of-type(7) .tit:before {
	background-color: #835a9f;
}
#point07 .tblCheck td .txt{
	margin: 10px 0 0;
}
#point07 .tblCheck td .txt span{
	display: block;
	font-weight: bold;
	color: #de395e;
}
#point07 .tblCheck td .txt:last-of-type span{
	color: #2666b3;
}




/*
	point
-----------------------------------------------------------------------------------------------*/
#pagePoint2 #listPoint li{
	width: 430px;
}
#pagePoint2 #listPoint li #point2{
	background: url("../images/pic_board_soft.svg") right 30px bottom 15px no-repeat #fff;
	background-size: 103px 79px;
}
@media screen and (max-width:667px){
	#pagePoint2 #listPoint li{
		width: 100%;
	}
	#pagePoint2 #listPoint li #point2{
		background: url("../images/pic_board_soft.svg") right 5px bottom 8px no-repeat #fff;
		background-size: 103px 79px;
	}
}