@charset "utf-8";

/*====================================================================================================

補綴治療

====================================================================================================*/

/*---------------------
イントロ
---------------------*/

#intro h2{
	text-align: center;
	margin-bottom:20px;
}

#intro{
	margin-bottom:60px; 
}

/*@media screen and (max-width:800px) {
	#intro{
	margin-bottom:30px; 
}
}*/

/*---------------------
流れ
---------------------*/
#about {
	margin-bottom: 100px;
}

#about > h2{
	text-align: center;
	background: #fff;
}

#about > h2{
    margin-bottom: 40px;
}

#about > h2 + p{
	margin-bottom: 60px;
}

.case-list {
	list-style: none;
	counter-reset: number 0; 
}

.case-list li .tag-hd{
	border-bottom: 2px solid #6baaed;
}

.case-list li h3{
	font-size: 1.33em;
	margin-bottom: 30px;
}

.case-list li p{
	margin-bottom: 30px; 
	padding: 0 20px;
}

.case-list li .tag-hd:before{
	  counter-increment: number;
  content: "ケース" counter(number,decimal-leading-zero) ""; 
}

.case-list li{
	position:relative;
	background-color: #fff;
}

#allergy{
	padding-top: 90px;
	padding-bottom: 90px;
}
#allergy h2{
	margin-bottom:40px;
}

#allergy h2 + p{
	margin-bottom: 40px;
}

#allergy .col2:nth-of-type(1){
	margin-bottom: 90px;
}

#crown{
    padding-top: 90px;
    padding-bottom: 90px;
}

#crown h2{
	margin-bottom:40px;
}

.crown-item{
	display: grid;
	background-color: #fff;
}



@media screen and (min-width:801px) {
	
.crown-item{
	grid-template-columns: repeat(2,1fr);
	grid-column-gap:50px;
	grid-row-gap:50px;
	padding: 40px;
}
	
	.crown-item .price,.crown-item table{
	grid-column-start: 1;
	grid-column-end: 3;
}
	
	.crown-item .price::before{
    line-height: 1.4;
}
	
	.case-list li .tag-hd:before{
line-height: 1.4;
}

}

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

.crown-item{
	grid-template-columns: repeat(1,1fr);
	grid-column-gap:40px;
	grid-row-gap:40px;
	padding: 40px;
}
	
}

#crown .crown-item:not(:last-child){
	margin-bottom: 90px
}

.crown-item table th{
    border-bottom: 1px solid #ededed;
    padding-left: 1em;
    color: #127c56;
	font-weight: bold;
}

.crown-item table td{
border-bottom: 1px solid #ededed;
	text-align: center;
	font-weight: normal;
}

.crown-item table{
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.crown-item .price{
	text-align: center;
	font-weight: 700;
}

.crown-item .price{
	font-size: 1.22em;
}

.crown-item h3{
    background-color: rgba(112,204,105,1);	
    color: #fff;
    text-align: center;	
}

.crown-item .price{
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-bottom: 2px solid #6baaed;
}

.crown-item .price::before{
    content: "価格";
}

.crown-item h3{
    font-size: 1.33em;
    margin-bottom: 20px;
}

.crown-item .pros-cons{
	padding-left: 2em;
	margin-bottom: 60
}

.crown-item .txt-box p{
	font-weight: 700;
	color: #127c56;
}

.crown-item .txt-box p{
	margin-bottom: 10px;
}

.col2{
	display: grid;
	list-style: none;
}

#detail h3{
    margin-bottom: 40px;	
}

.detail-list{
	/*list-style: decimal-leading-zero;*/
	list-style: none;
	counter-reset: number 0; 
}

.detail-list{
	margin-bottom: 40px;
}

.detail-list li{
	position: relative;
}

.detail-list li::before{
    position: absolute;
    top:50%;
    left: 0;
    transform:translateY(-50%);
    counter-increment: number;
    content: "" counter(number,decimal-leading-zero) ""; 
    color: #127c56;
    margin-right: 0.5em;
	font-weight: 700;
}

.detail-list li:not(:last-child){
    border-bottom: 2px solid #ededed;
}

.detail-list li{
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2.44em;
}

.detail-list li span{
	font-size: 1.22em;
	font-weight: 700;
}

.detail-list li::before{
    font-size: 1.44em;
}

.risk-list{
	padding-left: 2em;
}

.side-effects{
	background-color: #fff;
	padding: 40px;
}

.side-effects h4{
	color: #127c56;
}

@media screen and (min-width:801px) {
	
  .col2{
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
  }

}

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

  .col2{
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 60px;
  }
	
}

/*---------------------
流れ
---------------------*/
#dentures{
	padding-top: 90px;
	padding-bottom: 90px;
}

#dentures h2{
	margin-bottom: 40px;
}

#dentures h2 + p{
	margin-bottom:60px;
}

#dentures h3{
	margin-bottom: 40px;
}

#dentures h3 + p{
	margin-bottom:60px;
}

.dentures-item{
	display: grid;
	background-color: #fff;
}

.dentures-item dl:nth-of-type(1){
	margin-bottom: 20px;
}

.dentures-item dt{
	color: #127c56;
	font-weight: 700;
}


.price-table{
	margin-bottom: 20px;
	padding-top: 20px;
}

.price-table th{
	text-align: left;
}
.price-table th,.price-table td{
	vertical-align: middle;
}

.price-table th span{
	 display: block;
	font-size: 0.77em;
}

.price-table tr:last-child th{
	border:none; 
}

.price-table tr:last-child td{
	border:none; 
}

@media screen and (min-width:801px) {
	
.dentures-item{
	grid-template-columns: repeat(2,1fr);
	grid-column-gap:50px;
	grid-row-gap:50px;
	padding: 40px;
}
	
	.dentures-item .price,.dentures-item table{
	grid-column-start: 1;
	grid-column-end: 3;
}
	
	.dentures-item .price::before{
    line-height: 1.4;
}

}


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

.dentures-item{
	grid-template-columns: repeat(1,1fr);
	grid-column-gap:40px;
	grid-row-gap:40px;
	padding: 40px;
}
	.price-table th,.price-table td{
	display: block;
}
		.price-table th{
	border: 0!important;
			text-align: center;
			padding-left: 0!important;
}
	
}

#dentures .dentures-item:not(:last-child){
	margin-bottom: 90px
}



.dentures-item table th{
    border-bottom: 1px solid #ededed;
    padding-left: 1em;
}

.dentures-item table td{
    border-bottom: 1px solid #ededed;
    text-align: center;
}

.dentures-item table{
	max-width: 640px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.dentures-item .price{
	text-align: center;
	font-weight: 700;
}

.dentures-item .price{
	font-size: 1.22em;
}

.price-table th{
	font-size: 0.88em;
}

.dentures-item h4{
    /*background-color: #6baaed;*/
    background-color: rgba(112,204,105,1);	
    color: #fff;
    text-align: center;
}

.dentures-item .price{
	max-width: 640px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-bottom: 2px solid #6baaed;
}

.dentures-item .price::before{
    content: "価格";
}



.dentures-item .price span{
	display: block;
}

.dentures-item h4{
    font-size: 1.33em;
    margin-bottom: 20px;
}

.dentures-item .pros-cons{
	padding-left: 2em;
	margin-bottom: 60
}

.dentures-item .txt-box p{
	font-weight: 700;
}

.dentures-item .txt-box p{
	margin-bottom: 10px;
}
