@charset "utf-8";

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

  できる治療

====================================================================================================*/
.treatment-content-list{
  list-style: none;
}

.treatment-content-list{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
	justify-content: space-between;
}

.treatment-content-list li{
  text-align: center;
  background-color: #D1F0F7;
  color:#32a5d7;
  border-radius: 30px;
}

.treatment-content-list li a{
  font-weight: 400;
  text-decoration: none;
  display: block;
  border-radius: 30px;
}

@media screen and (min-width:641px) {
  .treatment-content-list{
	max-width: 630px;
	margin: 0 auto 80px;
  }	
	
  .treatment-content-list li{
    width: 50%;
    max-width: 300px;
    margin-bottom: 10px;
  }

  .treatment-content-list li a{
    padding: 10px 0;
   }	
	
  .treatment-content-list li:nth-child(odd){
    margin-right: 30px;
  }
}

@media screen and (max-width:640px) {
  .treatment-content-list{
	max-width: 630px;
	margin: 0 auto 40px;
  }		
	
  .treatment-content-list li{
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }	
	
  .treatment-content-list li:nth-child(odd){
    margin-right: 10px;
  }

  .treatment-content-list li a{
	padding: 5px 0;
    font-size: 0.88em;
  }
}

.m-red {
  background: linear-gradient(rgba(255,255,255,0) 55%, #ffd3c7 55%);
  font-weight: 400; 
}

.m-blue {
  background: linear-gradient(rgba(255,255,255,0) 55%, #CAEDE2 55%);
  font-weight: 400; 
}

.m-green {
  background: linear-gradient(rgba(255,255,255,0) 55%, #81E69F 55%);
  font-weight: 400; 
}


@media screen and (min-width:641px) {
  .treatment{
    margin-bottom: 80px;
  }
}

@media screen and (max-width:640px) {
  .treatment{
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------------------------
  説明文
--------------------------------------------------------------------------------*/
.treatment:nth-child(odd) .treatment-box-hdline{
	background-color: #19873b;
}
.treatment:nth-child(even) .treatment-box-hdline{
	background-color: #32a5d7;
}


.treatment-box-hdline{
  color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  font-weight: 400;
}

.treatment-box{
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-right: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  border-left: 2px solid #ededed;
}

/*.treatment-box-intro p{
  display: inline;
  border-bottom: 1px solid #ededed;
}*/


@media screen and (min-width:641px) {
  .treatment-box-hdline{
    font-size: 1.44em;
    padding: 20px 30px;
  }

  .price_risk{
    display: flex;
    width: 100%;
    max-width: 1200px;
  }

  .item2{
    display: flex;
    width: 100%;
    max-width: 1200px;
  }
	
  .treatment-box{
    padding: 30px;
  }

  .treatment-box-intro{
    margin-bottom: 30px;
  }
}

.center-btn{
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 30px auto 0px;
	text-align: center;
	color: #fff!important;
	text-decoration: none;
	padding: 10px;
	font-size: 18px;
	background-color: #19873b;
	border-radius: 10px;
}

@media screen and (max-width:640px) {
  .treatment-box-hdline{
    font-size: 1.22em;
    padding: 10px 20px;
	text-align: center;
  }

  .price_risk{
    width: 100%;
    max-width: 1200px;
  }

  .item2{
    width: 100%;
    max-width: 1200px;
  }
	
  .treatment-box{
    padding: 20px;
  }

  .treatment-box-intro{
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------------------------
  料金
--------------------------------------------------------------------------------*/
.treatment:nth-child(odd) .price-box{
	background-color: #F2FFDB;
}
.treatment:nth-child(even) .price-box{
	background-color: #D1F0F7;
}

.price-box{
  border-radius: 30px;
}

.treatment:nth-child(odd) .price-box dt{
	color: #19873b;
}
.treatment:nth-child(even) .price-box dt{
	color: #32a5d7;
}

.price-box dt{
  font-weight: 400;
}

.price-list {
  list-style: none;
}

.price-list li:not(.caution) {
  font-weight: 400;
}

.m_name{
  display: block;
  font-weight: 300;
}

@media screen and (min-width:641px) {
  .price-box{
    width: 50%;
    padding: 20px 30px;
    margin-right: 30px;
  }	
	
  .price-box dt{
    margin-bottom: 5px;
    font-size: 1.11em;
  }
  .price-list li {
	display: flex;
    margin-bottom: 5px;
  }
  .m_name{
    width: 50%;
  }
}

@media screen and (max-width:640px) {
  .price-box{
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 20px;
  }	
	
  .price-box dt{
    margin-bottom: 5px;
    font-size: 1.1em;
	text-align: center;
  }
  .price-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .m_name{
    width: 100%;
  }
}


/*--------------------------------------------------------------------------------
  リスク
--------------------------------------------------------------------------------*/
.treatment:nth-child(odd) .risk-box{
	background-color: #F2FFDB;
}
.treatment:nth-child(even) .risk-box{
	background-color: #D1F0F7;
}

.risk-box{
  /*background-color: #F2FFDB;*/
  border-radius: 30px;
}

.treatment:nth-child(odd) .risk-box dt{
	color: #19873b;
}
.treatment:nth-child(even) .risk-box dt{
	color: #32a5d7;
}

.risk-box dt{
  font-weight: 400;
}

@media screen and (min-width:641px) {
  .risk-box{
    width: 50%;
    padding: 20px 30px;
  }
	
  .risk-box dt{
    margin-bottom: 5px;
    font-size: 1.11em;
  }
	
  .risk-list {
    margin-left:20px;
  }

}

@media screen and (max-width:640px) {
  .risk-box{
    width: 100%;
    padding: 20px 10px;
  }
	
  .risk-box dt{
    margin-bottom: 5px;
    font-size: 1.11em;
	text-align: center;
  }
	
  .risk-list {
    margin-left:20px;
  }
}

/*--------------------------------------------------------------------------------
  精密根管治療
--------------------------------------------------------------------------------*/
@media screen and (min-width:641px) {
  .item dd:not(:last-of-type){
    margin-bottom: 10px;
  }
}
@media screen and (max-width:640px) {
  .item dd:not(:last-of-type){
    margin-bottom: 5px;
  }
}
/*.item-box{
  background-color: #F2FFDB;
  border-radius: 30px;
}

.item-box dt{
  font-weight: 400;
  color: #19873b;
}

.item-list {
  list-style: none;
}

.item-list li {
  font-weight: 400;
}

@media screen and (min-width:641px) {
  .item-box{
    width: 50%;
    padding: 20px 30px;
  }
	
  .item-box:first-of-type{
    margin-right: 30px;
  }
	
  .item-box dt{
    margin-bottom: 10px;
    font-size: 1.11em;
  }
	
  .item-box dd:not(:last-of-type){
    margin-bottom: 10px;
  }	
	
  .item-list li {
    margin-bottom: 5px;
  }
}

@media screen and (max-width:640px) {
  .item-box{
    width: 100%;
    padding: 20px 20px;
  }
	
  .item-box:first-of-type{
    margin-right: 20px;
  }
	
  .item-box dt{
    margin-bottom: 5px;
    font-size: 1.1em;
	text-align: center;
  }
	
  .item-box dd:not(:last-of-type){
    margin-bottom: 5px;
  }	
	
  .item-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}*/

/*--------------------------------------------------------------------------------
  maker-list
--------------------------------------------------------------------------------*/

.maker-list{
  list-style: none;
}

.maker-list{
  margin-top: 30px;
}

.maker-list li{
  display: flex;
  flex-wrap: wrap;
}

.caution{
  color: #DC8369;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width:641px) {
  .maker-list{
    width: 50%;
  }
	
  .caution{
    font-size:0.88em;
  }
}

@media screen and (max-width:640px) {
  .maker-list{
    width: 100%;
  }
	
  .caution{
    font-size:0.77em;
  }
}
.recommend-item{
position: relative; margin-top: 30px; 
}
.recommend {
  position: absolute;
  display: inline-block;
  margin: 1.5em 0;
  padding: 2px 10px;
  min-width: 70px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  background: #19873b;
  border-radius: 15px;
　text-align: center;
  font-weight: 300;
	top:-42px;
}

.recommend:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #19873b;
}

/*--------------------------------------------------------------------------------
 merit_demerit
--------------------------------------------------------------------------------*/
.merit_demerit{
	display: grid;
}

.merit_demerit-box{
		border-radius: 30px;
	background-color: #FFE6E0; 
	}

  .merit_demerit-list {
    margin-left:20px;
  }

	.merit_demerit dt {
    color: #DF8181;
		    font-weight: 400;
}

@media screen and (min-width:641px) {
.merit_demerit{
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 30px;
	margin-bottom: 30px;
}
	.merit_demerit dt {
    margin-bottom: 5px;
    font-size: 1.11em;
}
	.merit_demerit-box{
		padding: 20px 30px;
	}
}

@media screen and (max-width:640px) {
	.merit_demerit{
	grid-template-columns: repeat(1,1fr);
	grid-row-gap: 30px;
	margin-bottom: 30px;
}
	.merit_demerit dt {
       margin-bottom: 5px;
    font-size: 1.1em;
    text-align: center;
}
	.merit_demerit-box{
		    padding: 20px 10px;
	}
}

