@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .ulBox {
    display: flex;
    justify-content: space-between;
}

#conts .ulBox ul{
    display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 96px;
	margin: 40px 0 0;
}

#conts .ulBox ul li {
    display: flex;
    margin-bottom: 20px;
}

#conts .ulBox ul li img{
    width: 12px;
    height: 10px;
    margin-top: 7px;
    margin-right: 10px;
}

#conts .ulBox ul li a{
    color: #35cc83;
    text-decoration: underline;
    letter-spacing: -1px;
}

.photoImg {
	max-width: 500px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 24px auto;
}

.photoImg img {
	aspect-ratio: 141 / 100;
	position: relative;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

.photoImg02 {
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.photoImg02 img {
	aspect-ratio: 1 / 1;
	position: relative;
	width: 100%;
	height: auto;
}

.sectionBox {
	margin-bottom: 56px;
}

.checkListUl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #F8FAF9;
	margin: 24px auto;
}

.checkListUl li {
	padding: 16px 24px 16px 56px;
	position: relative;
	border-bottom: 1px dashed #E5E5E5;
}

.checkListUl li:nth-child(odd) {
	border-right: 1px solid #ccc;
}

.noBorderPc {
	border-bottom: 0 !important;
}

.checkListUl li:last-child {
	border-bottom: 0;
}

.checkListUl li span::before {
	content: "";
	background-image: url("../img/immediate-implant/icon01.svg");
	background-size: 20px 21px;
	background-repeat: no-repeat;
	width: 20px;
	height: 21px;
	position: absolute;
	left: 16px;
	top: 40%;
	transform: translate(0, -50%);
	z-index: 10;
}

.checkListDeme {
	background-color: #fff;
	border: 1px solid #35cc83;
}

.text {
  text-align: justify;
}

.text b {
	font-weight: bold;
    color: #29b572;
}

.caseBox {
	position: relative;
	padding: 24px 16px 24px;
	background-color: #F8FAF9;
}

.caseBoxTtl {
	display: flex;
	flex-direction: column;
    justify-content: center;
    width: calc(100% + 32px);
    margin: 0 0 16px -16px;
    padding-bottom: 24px;
	border-bottom: 1px dashed #E5E5E5;
}

.caseBoxTtl__in {
	margin: auto;
}

.headLine03a {
	font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    display: flex;
    justify-content: center;
}

.headLine03b {
	font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    display: flex;
	flex-direction: column;
    justify-content: center;

}

.caseBoxNum {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #35cc83;
    width: 40px;
    height: 24px;
    margin: auto;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1px;
    line-height: 1;
    margin-bottom: 16px;
    border-radius: 12px;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
}

.caseBoxUl li {
	position: relative;
	margin-bottom: 72px;
}

.caseBoxUl li .photoImg {
	max-width: 312px;
}

.caseBoxUl li::after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #c7ed7a transparent transparent transparent;
	left: 50%;
	bottom: -42px;
	transform: translate(-50%, 0);
	z-index: 2;
}

.caseBoxUl li:last-child {
	margin-bottom: 0;
}

.caseBoxUl li:last-child::after {
	content: none;
}

.caseBox__ul li:first-child {
	margin-right: 40px;
}

.caseBox__ul {
	display: flex;
}

.caseBoxUl {
	display: flex;
	flex-direction: column;
}

.caseBox__inColumn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.caseBox__inColumn li {
	position: initial;
	margin-bottom: initial;
}

.caseBox__inColumn li::after {
	content: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.caseBox__inColumn {
		grid-template-columns: 1fr;
		gap: 0;
		margin-bottom: 24px;
	}

	.caseBox__inColumn li .photoImg {
		margin: 24px auto 0;
	}

	.caseBoxUl li .photoImg {
		max-width: initial;
	}
}

.caseBox .text {
	margin: 0 24px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.caseBox .text {
		margin: 0;
		text-align: justify;
	}
}

.pointBox {
	position: relative;
	padding: 32px 16px 24px;
	background-color: #F8FAF9;
}

.pointBox::before {
	content: "POINT";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #29b572;
	padding: 7px 24px 3px 24px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1px;
	line-height: 1;
	color: #fff;
	border-radius: 16px;
	left: 50%;
	top: -12px;
	transform: translate(-50%, 0);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}

.pointNone::before {
	content: none;
}

.pointBox__ul {
	display: flex;
}

.pointBox__ul li:first-child {
	margin-right: 40px;
}

.meritBoxUl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px 24px;
	margin: 56px 0 40px;
}

.headLineDem {
	color: #29b572;
}

#conts .case {
    width: 70%;
    margin: 0 auto 60px;
	display: flex;
	justify-content: center;
	background-color: #ededed;
}

#conts .case img{
    width: 100%;
	height: auto;
	aspect-ratio: 476 / 305;
}

#conts .caseTbl{
    border-collapse: collapse;
    border: 1px solid #DEDEDE;
    width: 100%;
    margin-bottom: 100px;
}

#conts .caseTbl th,
#conts .caseTbl td{
    border: 1px solid #DEDEDE;
    padding: 34px 40px 30px 34px;
    font-weight: 500;
    box-sizing: border-box;
}

#conts .caseTbl th {
	font-weight: bold;
}

#conts .caseTbl td {
	width: 60%;
}

#conts .caseTbl a {
    color: #29b572;
    text-decoration: underline;
}


.mb24 {
	margin-bottom: 24px !important;
}

.mb56 {
	margin-bottom: 56px !important;
}

.mb72 {
	margin-bottom: 72px !important;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#conts .ulBox {
        display: block;
        margin-bottom: 60px;
    }

    #conts .ulBox ul{
        width: 100%;
        margin-bottom: 0;
		grid-template-columns: 1fr;
		gap: 0;
    }

    #conts .ulBox ul li {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 16px;
    }

    #conts .ulBox ul li img {
        width: 9px;
        height: 8px;
        margin: 7px 0 0 10px;
        transform: scale(-1, 1);
    }

	#conts .ulBox ul li a {
		text-align: right;
	}

	.checkListUl {
		display: grid;
		grid-template-columns: 1fr;
	}

	.checkListUl li:nth-child(odd) {
		border-right: 0;
	}

	.noBorderPc {
		border-bottom: 1px dashed #E5E5E5 !important;
	}

	.pointBox__ul {
		flex-direction: column;
	}

	.pointBox__ul li:first-child {
		margin-right: 0;
		order: 2;
	}

	.photoImg02 {
		margin: 0 auto 24px;
	}

	.meritBoxUl {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	#conts .case {
        width: 80%;
        margin-bottom: 22px;
    }

    #conts .caseTbl{
        margin-bottom: 52px;
    }

    #conts .caseTbl th,
    #conts .caseTbl td{
        border: 1px solid #DEDEDE;
        padding: 10px 14px 8px 16px;
    }
}

/* 220301 追加 */
.impBtn {
	margin: -64px auto 0;
	display: flex;
	justify-content: center;
}

.impBtn a {
	position: relative;
	width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	color: #fff;
	font-weight: bold;
	background-color: #0D3A67;
	font-family: 'Noto Serif JP', serif;
}

.impBtn a::after {
	position: absolute;
	content: ">";
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	z-index: 2;
}

.impBtn a:hover {
	opacity: .7;
}

@media all and (min-width: 0) and (max-width: 767px) {

	.impBtn {
		margin: -24px 0 0;
		display: flex;
		justify-content: center;
	}

	.impBtn a {
		width: 100%;
	}
}