@charset "UTF-8";

html {
	width: 100%;
}

.wrapper {
	padding-bottom: 0px;
}

@media screen and (min-width: 1000px) {
	.main {
		margin-top: 70px !important;
	}
}

.p-service-detail__pin-inner {
	position: relative;
	bottom: auto;
	box-sizing: border-box;
}

/* .p-service-detail__pin-inner .a-title {
                        font-weight: bold;
                } */
@media screen and (min-width: 1000px) {
	.p-service-detail__pin-inner {
		height: 92px;
		padding: 23px, 12px, 23px, 32px;
	}

	.p-service-detail__pin-inner .a-title {
		padding: 0;
		margin: 0;
		font-size: 14px;
		line-height: 1.7142857143;
	}
}

@media screen and (max-width: 999px) {
	.p-service-detail__pin-inner {
		width: 100%;
		min-height: 102px;
		max-height: 144px;
	}

	.p-service-detail__pin-inner .a-title {
		font-size: 12px;
		line-height: 1.6666666667;
	}
}

.p-service-detail__pin-buttons {
	display: flex;
}

@media screen and (max-width: 999px) {
	.p-service-detail__pin-buttons {
		justify-content: center;
		margin-top: 12px;
	}
}

.m-button {
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 999px) {
	.m-button {
		padding: 10px 20px 10px;
	}
}

@media screen and (max-width: 999px) {
	.pc-only {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.m-button--blue:hover {
		color: #11bdbd;
		background: #faf45d;
		border-color: #faf45d;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	div img.pc-img {
		display: block;
	}
}

.l-content__col1-wrap {
	margin-bottom: 4.7vw;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.l-content__col1-wrap {
		margin-bottom: 4.7vw;
	}
}

@media screen and (max-width: 767px) {
	.l-content__col1-wrap {
		margin-bottom: 39px;
	}
}
