/*.KV {
	background: url(../img/top_background.png);
}*/

.anchor-contents{
	display: flex;
	justify-content: center;
}
.anchor-contents p{
	padding: 26px;
	font-size: 24px;
}
.anchor-contents p:before{
	content: url(/jp/products/apps/connect-dr/img/arrow_under.png);
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.content__3col,
.content__2col{
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}
.content__2col > .content__col{
	width: 50%;
	max-width: 400px;
	margin-bottom: 30px;
	padding: 30px 40px;
	border: solid 1px #000000;
	border-radius: 20px;
}
.content__3col > .content__col{
	width: 33%;
	margin-bottom: 30px;
	padding: 30px 40px;
	border: solid 1px #000000;
	border-radius: 20px;
}
.content--img{
	text-align: center;
}
.content__col img{
	width: 100%;
	margin-bottom: 30px;
}
.content__col--title{
	color: #fff;
	font-size: 24px;
	text-align: center;
	background-color: #cc0000;
	max-width: 120px;
	max-height: 38px;
	margin: 0 auto 15px;
	padding: 10px;
}
.content__col-cap{
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.content--img2col{
	max-width: 630px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.content__inner h3{
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}

#function p{
	text-align: center;
}

.list_notes{
	color: #555555;
	font-size: 16px;
	margin-top: 10px;
}

.app__inner{
	margin-bottom: 50px;
}

.important-comtents{
	text-align: center;
	margin-bottom: 50px;
}
.important{
	font-size: 32px;
}
.text-red{
	color: #ff0000;
}

.content__footer{
	width: 800px;
	display: flex;
	justify-content: space-between;
}
.content__footer-right{
	width: 640px;
	display: flex;
	justify-content: space-evenly;
}

.app__icons img{
	width: 100%;
}
#app_link > .content__inner{
	padding: 0 90px;
}

.annotation{
	position: relative;
	margin: 30px 0 10px;
	padding-left: 30px;
}
.annotation:before{
	content: "";
	/*background-image: url("../img/arrow.png");*/
	width: 30px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.content__inner h3.record--subtitle{
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	color: #ff0000;
}
.record--text{
	margin-top: 20px;
}

.recorder--table{
	border: solid 1px #000;
	font-size: 0.8em;
}
.recorder--table th{
	background-color: #c00000;
	color: #ffffff;
	padding: 10px;
	border: solid 1px #000;
	text-align: center;
	vertical-align: middle;
}
.recorder--table td{
	border: solid 1px #000;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.cell--gray{
	background-color: #e8e8e8;
}
.cell--darkgray{
	background-color: #81838d;
}

.notice--text{
	color: #888888;
}
.notice--symbol{
	vertical-align: top;
	font-size: 0.6em;
}
.align-right{
	text-align: right !important;
}
.align-left{
	text-align: left !important;
}
.align-center{
	text-align: center !important;
}
.pc-only{display: block;}
.sp-only{display: none;}

#app h3 {
	color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

small{
	font-size: 16px;
}

@media screen and (max-width: 768px){
	body .content.content__first{
		margin-top: 0px;
	}

	.anchor-contents{
		flex-direction: column;
	}

	.anchor-contents p{
		padding: 5px 8px;
		font-size: 18px;
	}
	.anchor-contents p:before{
		top: 4px;
		display: inline-block;
		transform: scale(0.7);
		margin-right: 0px;
	}
	.content__inner h3{
		font-size: 22px;
		margin-top: 30px;
	}
	.content__col--title{
			font-size: 16px;
			text-align: center;
			background-color: #cc0000;
			max-width: 84px;
			max-height: 26px;
			margin: 0 auto 15px;
			padding: 5px 0px;
	}
	.content__col-cap{
		font-size: 16px;
	}
	.list_notes{
		font-size: 12px;
	}

	.slide-items .content__col{
		width: 100%;
		margin: 0 40px 10px;
		padding: 15px 15px;
		border: solid 1px #000000;
		border-radius: 20px;
		background-color: #fff;
	}

	.content__2col > .content__col{
		max-width: 150px;
		margin-bottom: 10px;
		padding: 15px 15px;
		border: solid 1px #000000;
		border-radius: 20px;
	}

	#function .content__col p{
		font-size: 16px;
		margin-top: 10px;
	}
	#function .content__col img{
		margin-bottom: 0px;
	}
	.important{
		font-size: 18px;
	}
	.important-comtents{
		margin-bottom: 10px;
	}
	.service__link{
		margin-top: 20px;
	}

	.content__footer{
		width: auto;
		display: flex;
		justify-content: space-around;
	}
	.content__footer-left{
		max-width: 100px;
	}
	.content__footer-right{
		max-width: 160px;
		display: block;
	}
	#app_link > .content__inner {
			padding: 0 35px;
	}
	.app__icons{
		margin-bottom: 10px;
	}
	.app__icons > p{
		font-size: 8px;
	}
	.content__inner h3.record--subtitle{
		font-size: 22px;
		text-align: left;
	}

	.table-wrap{
		overflow-x: scroll;
	}
	.recorder--table{
		width: 100%;
		min-width: 800px;
		border-collapse: collapse;
	}

	.sp-only{display: block;}
	.pc-only{display: none;}

	small{
		font-size: 12px;
	}
}

@media screen and (max-width: 768px){
	.slick-prev{
		left: 0;
		z-index: 99;
	}
	
	.slick-prev:before{
		content: "";
		background-image: url("../img/arrow.png");
		transform: rotate( 180deg );
		width: 30px;
		height: 30px;
		display: block;
		background-repeat: no-repeat;
		background-size: 100% auto;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}

	.slick-next{
		right: 0;
		z-index: 99;
	}

	.slick-next:before{
		content: "";
		background-image: url("../img/arrow.png");
		width: 30px;
		height: 30px;
		display: block;
		background-repeat: no-repeat;
		background-size: 100% auto;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: -10px;
	}
}