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


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

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

*******************************************************/
.pageTitle {
  padding-bottom: 60px;
}

/* qaContainer */
.qaContainer {
  margin-bottom: 60px;
}

.qaContainer__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.qaContainer__item {
  width: 20%;
  height: 107px;
  line-height: 103px;
  border-radius: 10px;
  border: 2px solid #50BEAA;
  text-align: center;
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
}

.qaContainer__item:nth-child(4),
.qaContainer__item:nth-child(8) {
  margin-right: 0;
}

.qaContainer__link {
  display: block;
  font-size: 18px;
  color: #50BEAA;
  position: absolute;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.qaContainer__link:hover {
  background: #50BEAA;
  color: #FFF;
  transition: .2s;
}

.qa__ttl {
  font-size: 26px;
	font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #00A18C;
  position: relative;
}

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

.qa__wrapper {
  padding-top: 290px;
}

.qa__box {
  border-top: 1px solid #00A18C;
  padding-top: 70px;
  padding-bottom: 70px;
}

.qa__item--upper {
  display: flex;
  flex-wrap: wrap;
}

.qa__item--lower {
  display: flex;
  flex-wrap: wrap;
}

.qa__q {
  width: 8%;
  font-size: 36px;
  color: #00A18C;
  text-align: right;
}

.qa__text {
  width: 92%;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 25px;
  padding-top: 10px;
  color: #00A18C;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.qa__text--inner {
  width: 100%;
}

.qa__text--inner span {
  font-weight: bold;
}

.qa__item--upper .qa__text {
  padding-top: 0;
  font-size: 22px;
}

.qa__a {
  width: 8%;
  font-size: 36px;
  color: #937973;
  text-align: right;
}

.qa__item--lower .qa__text {
  color: #000;
}

.link__text {
  width: 100%;
  display: inline-block;
  font-size: 21px;
  margin-top: 10px;
}

.qa__link {
  width: 100%;
  margin-top: 20px;
  color: #50BEAA;
}

.qa__link:hover {
  text-decoration: underline;
  transition: .2s;
}

.mouthPiece {
  margin-bottom: 120px;
  background-color: #F0F0F0;
}

.treatmentPrice,
.cariesTreatment,
.implant {
  background-color: #F0F0F0;
}





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

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

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

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



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

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

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

@media screen and (max-width: 1023px){
	
.qaContainer__item {
  width: 46%;
  height: 80px;
  line-height: 76px;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 15px;
}
	
.qaContainer__item:nth-child(even) {
  margin-right: 0;
}
	
.qaContainer__link:hover {
  border-radius: 3px;		
}
  
.qa__ttl::before {
    bottom: 100px;
}
	
	
}



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

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

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

@media screen and (max-width: 767px){
.pageTitle {
  padding: 40px 0 35px 0;
}
	
/* qaContainer */
.qaContainer {
  margin-bottom: 35px;	
}
	
.qaContainer__box {
  margin-bottom: 45px;		
}	

.qaContainer__item {
  width: 46%;
  height: 60px;
  line-height: 56px;
}
	
.qaContainer__link {
  font-size: 14px;		
}
  
.qa__wrapper {
  padding-top: 150px;
}
	
.qa__box {
  margin-bottom: 30px;		
}
	
.qa__ttl {
  margin-bottom: 30px;
  font-size: 16px;
}
  
.qa__ttl::before {
  height: 70px;
  bottom: 70px;
}
	
.qa__item--upper {
  margin-bottom: 5px;		
}	
	
.qa__q {
  font-size: 28px;		
}
	
.qa__text {
  font-size: 14px;
  padding-left: 10px;
  padding-top: 10px;
}
	
.qa__item--upper .qa__text {
  padding-top: 5px;
  font-size: 18px;
}
	
.qa__a {
  font-size: 28px;		
}
  
.link__text {
  font-size: 16px;
  margin-top: 10px;
}
	
.qa__link {
  font-size: 16px;		
}

.mouthPiece {
  margin-bottom: 80px;
}

}