img {
	max-width: 100%;
}

.content__top{
	margin-bottom: 30px;
}

.txt__attention{
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	margin: 10px 0;
	text-align: center;
}

.txt__small{
	font-size: 16px;
}

.content__bg--gray p{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.content__bg--gray .content__inner ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content__bg--gray .content__inner ul li{
	width: 300px;
	height: 200px;
    padding: 18px 20px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.content__bg--gray .content__inner ul li a{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.guide_icons li a img{
	width: 35%;
    margin: 20px auto;
}

li{
	font-size: 18px;
}

h3{
	font-size: 24px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    text-align: center;
}

.txt__recommend , .txt__data{
	margin-top: 50px;
}

.txt__recommend{
	text-align: center;
}

.txt__small.right{
	text-align: right;
}

.table-wrap {
	margin-bottom: 10px;
}
.recorder--table{
	border: solid 1px #000;
	font-size: 0.8em;
	margin: 0 auto;
}
.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;
}

th , td{
	font-size: 18px;
}

.sim__img{
	text-align: center;
}

.button__wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	text-align: left;
}
.button__red{
	background-color: #c00000;
	display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: left; */
}
.button a span{
	color: #fff;
}
.content__inner h3{
	margin-top: 0;
}
.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;
}
@media screen and (min-width: 769px) {
	.onlysp {
		display: none;
	}
}

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

	.content__bg--gray .content__inner ul li{
		width: 160px;
	}

	.content__bg--gray .content__inner .guide_icons li{
		height: 125px;
	}

	.content__bg--gray .content__inner ul li{
		padding: 9px 10px;
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.content__bg--gray .content__inner span{
		font-size: 12px;
		text-align: end;
	}

	.content__bg--gray .content__inner span img{
		width: 50%;
		height: 50%;
	}

	.content__bg--gray p{
		font-size: 18px;
	}

	.txt__small{
		font-size: 12px;
	}

	h3{
		font-size: 22px;
	}

	th , td{
		font-size: 16px;
	}

	li{
		font-size: 16px;
	}
	.button__wrap{
		flex-direction: column;
	}
	.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;
	}
}