@charset "utf-8";

.dementia_point_heading {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #e7517e;
  background-image: url(../img/dementia_point_icon02.png);
  background-repeat: no-repeat;
}

.dementia_point_heading.q {
  background-image: url(../img/dementia_point_icon01.png);
}

.dementia_point_dl {
  background: #fff0f0;
  border-radius: 10px;
}

.dementia_point_dt {
  box-sizing: border-box;
  color: #e7517e;
  text-align: center;
  font-weight: bold;
  flex-shrink: 0;
  flex-grow: 0;
}

.dementia_point_dd {
  box-sizing: border-box;
}

.dementia_point_dd::before {
  content: '';
  display: block;
  background: white;
  border-radius: 1px;
}

@media (max-width: 640px) {
  .dementia_point_heading {
    height: 60px;
    margin-bottom: 15px;
    padding-left: 55px;
    justify-content: center;
    background-position: 10px center;
    background-size: 41px 41px;
    border-radius: 10px;
  }

  .dementia_point_dl+.dementia_point_dl {
    margin-top: 15px;
  }

  .dementia_point_dl {
    padding: 15px;
  }

  .dementia_point_dt {
  }

  .dementia_point_dd {
  }

  .dementia_point_dd::before {
    width: 100%;
    height: 2px;
    margin: 10px auto;
  }

  .dementia_types_graph {
    width: 180px;
    margin: 0 auto 20px;
  }

}

@media (min-width: 641px) {
  .dementia_point_heading {
    height: 90px;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-left: 100px;
    text-align: center;
    background-position: 4px center;
    background-size: 82px 82px;
    border-radius: 45px;
  }

  .dementia_point_body {
    width: 960px;
    margin: 0 auto;
  }

  .dementia_point_dl {
    padding: 10px;
    display: flex;
    align-items: center;
  }

  .dementia_point_dl+.dementia_point_dl {
    margin-top: 20px;
  }

  .dementia_point_dt {
    padding-right: 10px;
    width: 238px;
  }

  .dementia_point_dd {
    position: relative;
    padding: 0 30px;
  }

  .dementia_point_dd::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    margin: auto 0;
  }

  .dementia_types {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }

  .dementia_types_graph {
    flex-shrink: 0;
    width: 221px;
  }

  .dementia_types_txt {
    flex-shrink: 0;
    width: 680px;
  }
}

@media (max-width: 640px) {
	.article_body .icon_reserve_necessary,
	.article_body .icon_reserve_unnecessary {
		display: block;
		padding: 0 38px;
		margin: 0 auto 20px;
		font-size: 1.125rem;
		font-weight: bold;
		text-align: center;
		color: #fff;
		line-height: 32px;
		border-radius: 23px;
	}

	.article_body .icon_reserve_necessary {
		background: #ef648e;
	}
	
	.article_body .icon_reserve_unnecessary {
		background: #f89043;
	}
	
	.plus_wrap > i {
		display: block;
	 	margin-bottom: 30px;
	}
	
	.plus_wrap > i img {
		display: block;
		width: auto;
		height: 203px;;
		margin: 0 auto;
	}
}

@media (min-width: 641px) {
	.article_body {
		position: relative;
	}

	.article_body .icon_reserve_necessary,
	.article_body .icon_reserve_unnecessary {
		padding: 0 54px;
		font-size: 1.125rem;
		font-weight: bold;
		color: #fff;
		line-height: 46px;
		border-radius: 23px;
		position: absolute;
		top: -86px;
		right: 0;
	}

	.article_body .icon_reserve_necessary {
		background: #ef648e;
	}
	
	.article_body .icon_reserve_unnecessary {
		background: #f89043;
	}
	
	.plus_wrap {
		display: flex;
		width: 100%;
		margin-bottom: 4px;
	}

	.plus_wrap > i {
		width: 300px;
	}

	.plus_wrap > i img {
		width: auto;
		position: relative;
		bottom: 0;
		left: 0;
	}

	#anchor_forgetful .plus_wrap > i img {
		height: 288px;
		transform: translateX(-36px) translateY(-48px);
	}
	
	#anchor_fat .plus_wrap > i img {
		height: 288px;
		transform: translateX(-19px) translateY(-49px);
	}
	
	#anchor_muscle .plus_wrap > i img {
		height: 290px;
		transform: translateX(-3px) translateY(-50px);
	}
	
	#anchor_swan .plus_wrap > i img {
		width: 281px;
		height: 289px;
		transform: translateX(-22px) translateY(-47px);
	}
	
	#anchor_pylori .plus_wrap > i img {
		width: 284px;
		height: 284px;
		transform: translateX(-24px) translateY(-46px);
	}
	
	.plus_wrap .description_list {
		width: 900px;
	}
}

.dementia_sticker {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 1.5;
  font-weight: bold;
}

.dementia_sticker::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 40px;
  height: 40px;
  background: url(../img/dementia_sticker_chara.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 640px) {
  .dementia_sticker {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 641px) {
  .dementia_sticker {
    padding-left: 80px;
    font-size: 1.125rem;
    border-radius: 15px;
  }

  .dementia_sticker::before {
    left: 10px;
    width: 60px;
    height: 60px;
  }
}
