@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/
/* 共通部分 */
.case__wrapper {
  padding-top: 290px;
  padding-bottom: 120px;
}

.case__ttl {
	font-size: 32px;
	text-align: center;
  color: #009580;
	border-bottom: 1px solid #009580;
	padding-bottom: 40px;
	margin-bottom: 60px;
	font-weight: 600;
  position: relative;
}

.case__ttl::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 94px;
    background-color: #00A18C;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 150px;
    margin: auto;
}

.case__ttl--sub {
	font-size: 26px;
	font-weight: 500px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.case__text {
	font-size: 18px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.case__img {
	display: block;
	width: 100%;
  border: 1px solid #C6C6C6;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* caseContainer */
.caseContainer {
	margin-bottom: 80px;
}

.caseContainer__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.caseContainer__item {
	width: 31%;
	height: 103px;
	text-align: center;
	margin-bottom: 25px;
	border: 2px solid #009580;
	border-radius: 10px;
	position: relative;
}

.caseContainer__link {
	font-size: 18px;
  	color: #009580;
  	position: absolute;
  	border-radius: 8px;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.caseContainer__link:hover {
	background: #009580;
  	color: #FFF;
  	transition: .2s;
}

.case__box {
	margin-bottom: 60px;
	border-bottom: 1px solid #009580;
	padding-bottom: 80px;
}

.case__item {
	width: 58%;
}

.case__item--img {
	width: 37%;
}

.case__slider {
	position: relative;
}

.slick-slider {
	width: 100%;
}

.slick-dots li {
	left: 30px;
}

.dammy__box {
	margin-bottom: 120px;
}

.mouthpiece,
.implant,
.care {
  background-color: #EEE;
}


/******************************************************

タブレットの設定 1024px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){
	
	
}



/******************************************************

タブレットの設定 768px〜1023pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1023px){
	
.case__ttl::before {
    bottom: 100px;
}
	
}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
.caseContainer {
	margin-bottom: 60px;		
}
	
.caseContainer__item  {
	width: 46%;
	height: 60px;
	margin-bottom: 15px;
}
	
.caseContainer__link {
	font-size: 12px;		
}
  
.case__wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
	
.case__ttl {
	font-size: 16px;
	padding-bottom: 35px;
	margin-bottom: 15px;
}
  
.case__ttl::before {
  height: 70px;
  bottom: 70px;
}
	
.case__ttl--sub {
	font-size: 20px;		
}
	
.case__text {
	font-size: 16px;
	margin-bottom: 25px;
}
	
.case__item {
	width: 100%;		
}

.case__item--img {
	width: 100%;
}
	
.slick-dots {
	left: -30px;		
}
	
}

/* 240628追加 */
table.table-case {
width: 100%;
/* table-layout: fixed; */
box-sizing: border-box;
}
table.table-case th , table.table-case td {
padding: 10px;
border-bottom: 1px solid #c2c2c2;
}
table.table-case th {
white-space: nowrap;
font-weight: bold;
color: #009580;
}
table.table-case td {}
@media screen and (max-width: 767px){
table.table-case th , table.table-case td {
width: 100%;
display: block;
}
}
