@charset "utf-8";

.service-list-wrap{margin: 2rem 0;}

.service-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-list li{
	width: 47%;
	margin-bottom: 4rem;
}

.service-list img{
	width: 100%;
	padding: 0.8rem 0;
}

.service-list p{padding-bottom: 0.5rem;}

.service-list h2{
	color: #2a3f5e;
	font-size: 1.3rem;
}

.service-list-mini{	font-size: 0.9rem;}

.service-list-link{
	text-align: right;
	margin-top: 1rem;
}

.service-list-link a{
	color: #08649d;
	font-weight: bold;
	border: solid #6db2d1 1px;
	padding: 0.6rem 1.9rem 0.6rem 1.4rem;
	position: relative;
	transition : all 0.5s ease 0s;
}

.service-list-link a:after {
    content: "";
    border: solid 2px #6db2d1;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: calc(50% - 4.5px);
    right:0.6rem;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}

.service-list-link a:hover{	background: #e2f2ff;}

.service-Visiting-dentistry-info{
	border: #e9e9e9 solid 2px;
	padding:0.8rem;
	margin-top: 1rem;
}

.service-Visiting-dentistry-info dt{
	border-top: #e9e9e9 solid 2px;
	padding-top:0.6rem;
	margin-top:0.6rem;
}

.service-Visiting-dentistry-info dt:first-child{
	border-top: 0;
	padding-top:0;
	margin-top:0;
}

.service-Visiting-dentistry-info span{font-weight: bold;}
.service-Visiting-dentistry-info a{
	color: #08649d;
	text-decoration: underline;
}

@media only screen and  (max-width: 834px) {
	.service-list li{
		width: 100%;
		margin-bottom: 3rem;
	}
}